Modern Events Calendar Lite - Version 4.2.4

Version Description

  • Improved: slider skin by printing the feature image directly
  • Fixed: Showing only upcoming events of The Events Calendar for import
  • Fixed: Schedule when the event starts at 00:00
  • Fixed: Wrong month and year in weekly view search
  • Fixed: Search of monthly, daily and weekly skins by searching in the next 6 months if no event found for the current month
  • Fixed: PHP notices on weekly, daily and monthly skins
  • Fixed: Notifications and booking module
Download this release

Release Info

Developer webnus
Plugin Icon 128x128 Modern Events Calendar Lite
Version 4.2.4
Comparing to
See all releases

Code changes from version 4.2.3 to 4.2.4

Files changed (55) hide show
  1. app/features/contextual.php +16 -16
  2. app/features/events.php +235 -235
  3. app/features/ix.php +30 -9
  4. app/features/mec/addons.php +6 -0
  5. app/features/mec/regform.php +32 -32
  6. app/features/mec/styling.php +9 -9
  7. app/features/mec/support-page.php +3 -3
  8. app/libraries/main.php +3 -0
  9. app/libraries/schedule.php +24 -6
  10. app/modules/booking/steps/form.php +10 -8
  11. app/modules/booking/steps/tickets.php +1 -1
  12. app/modules/weather/details.php +4 -4
  13. app/skins/agenda/render.php +2 -2
  14. app/skins/available_spot/tpl.php +2 -2
  15. app/skins/carousel/render.php +13 -14
  16. app/skins/countdown/tpl.php +2 -2
  17. app/skins/cover/tpl.php +2 -2
  18. app/skins/daily_view.php +47 -15
  19. app/skins/daily_view/render.php +2 -2
  20. app/skins/grid/render.php +2 -2
  21. app/skins/masonry/render.php +2 -2
  22. app/skins/monthly_view.php +57 -24
  23. app/skins/monthly_view/calendar.php +2 -2
  24. app/skins/monthly_view/calendar_clean.php +2 -2
  25. app/skins/single.php +1 -1
  26. app/skins/slider/render.php +151 -157
  27. app/skins/timetable/render.php +4 -4
  28. app/skins/weekly_view.php +59 -28
  29. app/skins/weekly_view/render.php +2 -2
  30. app/skins/weekly_view/tpl.php +2 -0
  31. app/skins/yearly_view/render.php +2 -2
  32. assets/css/backend.css +31 -0
  33. assets/css/backend.min.css +1 -1
  34. assets/css/frontend.css +17 -0
  35. assets/css/frontend.min.css +1 -1
  36. assets/js/frontend.js +77 -5
  37. changelog.txt +10 -1
  38. languages/modern-events-calendar-lite-de_DE.mo +0 -0
  39. languages/modern-events-calendar-lite-de_DE.po +229 -229
  40. languages/modern-events-calendar-lite-en_US.mo +0 -0
  41. languages/modern-events-calendar-lite-en_US.po +229 -229
  42. languages/modern-events-calendar-lite-es_ES.mo +0 -0
  43. languages/modern-events-calendar-lite-es_ES.po +229 -229
  44. languages/modern-events-calendar-lite-fr_FR.mo +0 -0
  45. languages/modern-events-calendar-lite-fr_FR.po +229 -229
  46. languages/modern-events-calendar-lite-hu_HU.mo +0 -0
  47. languages/modern-events-calendar-lite-hu_HU.po +229 -229
  48. languages/modern-events-calendar-lite-it_IT.mo +0 -0
  49. languages/modern-events-calendar-lite-it_IT.po +229 -229
  50. languages/modern-events-calendar-lite-nb_NO.mo +0 -0
  51. languages/modern-events-calendar-lite-nb_NO.po +229 -229
  52. languages/modern-events-calendar-lite-nl_NL.mo +0 -0
  53. languages/modern-events-calendar-lite-nl_NL.po +229 -229
  54. languages/modern-events-calendar-lite-pl_PL.mo +0 -0
  55. languages/modern-events-calendar-lite-pl_PL.po +102 -103
app/features/contextual.php CHANGED
@@ -114,7 +114,7 @@ class MEC_feature_contextual extends MEC_base
114
  ?>
115
  <div class="mec-form-row" id="mec_setting_contextual">
116
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
117
- <li class="mec-acc-label" data-key="genral_setting" data-status="close"><?php _e('General Options','modern-events-calendar-lite'); ?></li>
118
  <ul id="mec-acc-genral_setting" style="display: none;">
119
  <h2 class="dark-text">GENERAL OPTIONS<hr></h2>
120
  <ol class="list-w">
@@ -136,7 +136,7 @@ class MEC_feature_contextual extends MEC_base
136
  </ul>
137
 
138
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
139
- <li class="mec-acc-label" data-key="slugs" data-status="close"><?php _e('Slugs/Permalinks','modern-events-calendar-lite'); ?></li>
140
  <ul id="mec-acc-slugs" style="display: none;">
141
  <h2 class="dark-text">SLUG OPTIONS<hr></h2>
142
  <strong>Setup slug of category and main events slug.</strong>
@@ -149,7 +149,7 @@ class MEC_feature_contextual extends MEC_base
149
  </ul>
150
 
151
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
152
- <li class="mec-acc-label" data-key="event_detail" data-status="close"><?php _e('Event Details/Single Event Page','modern-events-calendar-lite'); ?></li>
153
  <ul id="mec-acc-event_detail" style="display: none;">
154
  <h2 class="dark-text">Event Details/Single Event Page<hr></h2>
155
  <ol class="list-w">
@@ -163,7 +163,7 @@ class MEC_feature_contextual extends MEC_base
163
  </ul>
164
 
165
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
166
- <li class="mec-acc-label" data-key="currency" data-status="close"><?php _e('Currency Options','modern-events-calendar-lite'); ?></li>
167
  <ul id="mec-acc-currency" style="display: none;">
168
  <h2 class="dark-text">CURRENCY OPTIONS <hr></h2>
169
  <strong>Setup your event calendar currency option.</strong>
@@ -179,7 +179,7 @@ class MEC_feature_contextual extends MEC_base
179
  </ul>
180
 
181
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
182
- <li class="mec-acc-label" data-key="g_map" data-status="close"><?php _e('Google Maps Options','modern-events-calendar-lite'); ?></li>
183
  <ul id="mec-acc-g_map" style="display: none;">
184
  <h2 class="dark-text">GOOGLE MAPS OPTIONS<hr></h2>
185
  <p><strong>Modern Event Calendar is Google map integrated for feature access, modern view calendar needs api key from Google to contract with Google and fetch your requested map. For activation, check the "Show Google Maps On Event Page".</strong>
@@ -241,7 +241,7 @@ class MEC_feature_contextual extends MEC_base
241
  </ul>
242
 
243
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
244
- <li class="mec-acc-label" data-key="g_recaptcha" data-status="close"><?php _e('Google Recaptcha Options','modern-events-calendar-lite'); ?></li>
245
  <ul id="mec-acc-g_recaptcha" style="display: none;">
246
  <h2 class="dark-text">GOOGLE RECAPTCHA OPTIONS<hr></h2>
247
  <strong>Easily setup your captcha and security on mec by google captcha.</strong>
@@ -255,7 +255,7 @@ class MEC_feature_contextual extends MEC_base
255
  </ul>
256
 
257
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
258
- <li class="mec-acc-label" data-key="countdown" data-status="close"><?php _e('Countdown Options','modern-events-calendar-lite'); ?></li>
259
  <ul id="mec-acc-countdown" style="display: none;">
260
  <h2 class="dark-text">COUNTDOWN OPTIONS<hr></h2>
261
  <strong>1- Shows Event Countdown in event single.</strong><br />
@@ -265,7 +265,7 @@ class MEC_feature_contextual extends MEC_base
265
  </ul>
266
 
267
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
268
- <li class="mec-acc-label" data-key="social" data-status="close"><?php _e('Social Networks','modern-events-calendar-lite'); ?></li>
269
  <ul id="mec-acc-social" style="display: none;">
270
  <h2 class="dark-text">Social Networks <hr></h2>
271
  <strong>Show social networks in event single. (For better displaying in grid view, you should just select 3 of them)</strong>
@@ -275,7 +275,7 @@ class MEC_feature_contextual extends MEC_base
275
  </ul>
276
 
277
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
278
- <li class="mec-acc-label" data-key="next_event" data-status="close"><?php _e('Next Event Module','modern-events-calendar-lite'); ?></li>
279
  <ul id="mec-acc-next_event" style="display: none;">
280
  <h2 class="dark-text">Next Event Module<hr></h2>
281
  <iframe width="600" height="420" src="https://www.youtube.com/embed/2CsOdgkBIms" frameborder="0" allowfullscreen></iframe>
@@ -283,7 +283,7 @@ class MEC_feature_contextual extends MEC_base
283
  </ul>
284
 
285
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
286
- <li class="mec-acc-label" data-key="fes" data-status="close"><?php _e('Frontend Event Submission','modern-events-calendar-lite'); ?></li>
287
  <ul id="mec-acc-fes" style="display: none;">
288
  <h2 class="dark-text">Front Event Submission<hr></h2>
289
  <ol class="list-w">
@@ -295,7 +295,7 @@ class MEC_feature_contextual extends MEC_base
295
  </ul>
296
 
297
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
298
- <li class="mec-acc-label" data-key="exceptional" data-status="close"><?php _e('Exceptional Days','modern-events-calendar-lite'); ?></li>
299
  <ul id="mec-acc-exceptional" style="display: none;">
300
  <h2 class="dark-text">Exceptional Days<hr></h2>
301
  <strong>Show exceptional days option on Add/Edit events page</strong>
@@ -305,7 +305,7 @@ class MEC_feature_contextual extends MEC_base
305
  </ul>
306
 
307
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
308
- <li class="mec-acc-label" data-key="booking" data-status="close"><?php _e('Booking','modern-events-calendar-lite'); ?></li>
309
  <ul id="mec-acc-booking" style="display: none;">
310
  <h2 class="dark-text">Booking<hr></h2>
311
  <strong>By enabling booking module service, Modern Event calendar will be able to handle ticket service with registration form you can easily build up your own form to get information you need before processing payment.</strong>
@@ -315,7 +315,7 @@ class MEC_feature_contextual extends MEC_base
315
  </ul>
316
 
317
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
318
- <li class="mec-acc-label" data-key="coupon" data-status="close"><?php _e('Coupons','modern-events-calendar-lite'); ?></li>
319
  <ul id="mec-acc-coupon" style="display: none;">
320
  <h2 class="dark-text">Coupons<hr></h2>
321
  <strong>When you enable the option Coupons in Dashboard > Booking, an option would be added ‘Coupons’ which you can add coupons<br />Show coupons in event single.</strong>
@@ -323,7 +323,7 @@ class MEC_feature_contextual extends MEC_base
323
  </ul>
324
 
325
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
326
- <li class="mec-acc-label" data-key="buddy" data-status="close"><?php _e('BuddyPress Integration','modern-events-calendar-lite'); ?></li>
327
  <ul id="mec-acc-buddy" style="display: none;">
328
  <h2 class="dark-text">Buddypress<hr></h2>
329
  <iframe width="600" height="300" src="https://www.youtube.com/embed/ZNZOSgXO16o" frameborder="0" allowfullscreen></iframe>
@@ -331,7 +331,7 @@ class MEC_feature_contextual extends MEC_base
331
  </ul>
332
 
333
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
334
- <li class="mec-acc-label" data-key="mailchimp" data-status="close"><?php _e('Mailchimp Integration','modern-events-calendar-lite'); ?></li>
335
  <ul id="mec-acc-mailchimp" style="display: none;">
336
  <h2 class="dark-text">Mailchimp Integration<hr></h2>
337
  <strong>API Key : Mailchimp account > Extras > API Key > Copy APIKey</strong>
@@ -343,7 +343,7 @@ class MEC_feature_contextual extends MEC_base
343
  </ul>
344
 
345
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
346
- <li class="mec-acc-label" data-key="activation" data-status="close"><?php _e('MEC Activation','modern-events-calendar-lite'); ?></li>
347
  <ul id="mec-acc-activation" style="display: none;">
348
  <h2 class="dark-text">How to Activate Plugin<hr></h2>
349
  <p>To activate the M.E.Calendar, you should enter the exact purchase code without using any space in <strong>M.E.Calendar > Setting > Settings (bottom of the page)</strong>, then Save Changes. By refreshing the page, your purchase code would be verified. </p>
114
  ?>
115
  <div class="mec-form-row" id="mec_setting_contextual">
116
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
117
+ <li class="mec-acc-label" data-key="genral_setting" data-status="close"><?php _e('General Options', 'modern-events-calendar-lite'); ?></li>
118
  <ul id="mec-acc-genral_setting" style="display: none;">
119
  <h2 class="dark-text">GENERAL OPTIONS<hr></h2>
120
  <ol class="list-w">
136
  </ul>
137
 
138
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
139
+ <li class="mec-acc-label" data-key="slugs" data-status="close"><?php _e('Slugs/Permalinks', 'modern-events-calendar-lite'); ?></li>
140
  <ul id="mec-acc-slugs" style="display: none;">
141
  <h2 class="dark-text">SLUG OPTIONS<hr></h2>
142
  <strong>Setup slug of category and main events slug.</strong>
149
  </ul>
150
 
151
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
152
+ <li class="mec-acc-label" data-key="event_detail" data-status="close"><?php _e('Event Details/Single Event Page', 'modern-events-calendar-lite'); ?></li>
153
  <ul id="mec-acc-event_detail" style="display: none;">
154
  <h2 class="dark-text">Event Details/Single Event Page<hr></h2>
155
  <ol class="list-w">
163
  </ul>
164
 
165
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
166
+ <li class="mec-acc-label" data-key="currency" data-status="close"><?php _e('Currency Options', 'modern-events-calendar-lite'); ?></li>
167
  <ul id="mec-acc-currency" style="display: none;">
168
  <h2 class="dark-text">CURRENCY OPTIONS <hr></h2>
169
  <strong>Setup your event calendar currency option.</strong>
179
  </ul>
180
 
181
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
182
+ <li class="mec-acc-label" data-key="g_map" data-status="close"><?php _e('Google Maps Options', 'modern-events-calendar-lite'); ?></li>
183
  <ul id="mec-acc-g_map" style="display: none;">
184
  <h2 class="dark-text">GOOGLE MAPS OPTIONS<hr></h2>
185
  <p><strong>Modern Event Calendar is Google map integrated for feature access, modern view calendar needs api key from Google to contract with Google and fetch your requested map. For activation, check the "Show Google Maps On Event Page".</strong>
241
  </ul>
242
 
243
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
244
+ <li class="mec-acc-label" data-key="g_recaptcha" data-status="close"><?php _e('Google Recaptcha Options', 'modern-events-calendar-lite'); ?></li>
245
  <ul id="mec-acc-g_recaptcha" style="display: none;">
246
  <h2 class="dark-text">GOOGLE RECAPTCHA OPTIONS<hr></h2>
247
  <strong>Easily setup your captcha and security on mec by google captcha.</strong>
255
  </ul>
256
 
257
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
258
+ <li class="mec-acc-label" data-key="countdown" data-status="close"><?php _e('Countdown Options', 'modern-events-calendar-lite'); ?></li>
259
  <ul id="mec-acc-countdown" style="display: none;">
260
  <h2 class="dark-text">COUNTDOWN OPTIONS<hr></h2>
261
  <strong>1- Shows Event Countdown in event single.</strong><br />
265
  </ul>
266
 
267
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
268
+ <li class="mec-acc-label" data-key="social" data-status="close"><?php _e('Social Networks', 'modern-events-calendar-lite'); ?></li>
269
  <ul id="mec-acc-social" style="display: none;">
270
  <h2 class="dark-text">Social Networks <hr></h2>
271
  <strong>Show social networks in event single. (For better displaying in grid view, you should just select 3 of them)</strong>
275
  </ul>
276
 
277
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
278
+ <li class="mec-acc-label" data-key="next_event" data-status="close"><?php _e('Next Event Module', 'modern-events-calendar-lite'); ?></li>
279
  <ul id="mec-acc-next_event" style="display: none;">
280
  <h2 class="dark-text">Next Event Module<hr></h2>
281
  <iframe width="600" height="420" src="https://www.youtube.com/embed/2CsOdgkBIms" frameborder="0" allowfullscreen></iframe>
283
  </ul>
284
 
285
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
286
+ <li class="mec-acc-label" data-key="fes" data-status="close"><?php _e('Frontend Event Submission', 'modern-events-calendar-lite'); ?></li>
287
  <ul id="mec-acc-fes" style="display: none;">
288
  <h2 class="dark-text">Front Event Submission<hr></h2>
289
  <ol class="list-w">
295
  </ul>
296
 
297
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
298
+ <li class="mec-acc-label" data-key="exceptional" data-status="close"><?php _e('Exceptional Days', 'modern-events-calendar-lite'); ?></li>
299
  <ul id="mec-acc-exceptional" style="display: none;">
300
  <h2 class="dark-text">Exceptional Days<hr></h2>
301
  <strong>Show exceptional days option on Add/Edit events page</strong>
305
  </ul>
306
 
307
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
308
+ <li class="mec-acc-label" data-key="booking" data-status="close"><?php _e('Booking', 'modern-events-calendar-lite'); ?></li>
309
  <ul id="mec-acc-booking" style="display: none;">
310
  <h2 class="dark-text">Booking<hr></h2>
311
  <strong>By enabling booking module service, Modern Event calendar will be able to handle ticket service with registration form you can easily build up your own form to get information you need before processing payment.</strong>
315
  </ul>
316
 
317
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
318
+ <li class="mec-acc-label" data-key="coupon" data-status="close"><?php _e('Coupons', 'modern-events-calendar-lite'); ?></li>
319
  <ul id="mec-acc-coupon" style="display: none;">
320
  <h2 class="dark-text">Coupons<hr></h2>
321
  <strong>When you enable the option Coupons in Dashboard > Booking, an option would be added ‘Coupons’ which you can add coupons<br />Show coupons in event single.</strong>
323
  </ul>
324
 
325
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
326
+ <li class="mec-acc-label" data-key="buddy" data-status="close"><?php _e('BuddyPress Integration', 'modern-events-calendar-lite'); ?></li>
327
  <ul id="mec-acc-buddy" style="display: none;">
328
  <h2 class="dark-text">Buddypress<hr></h2>
329
  <iframe width="600" height="300" src="https://www.youtube.com/embed/ZNZOSgXO16o" frameborder="0" allowfullscreen></iframe>
331
  </ul>
332
 
333
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
334
+ <li class="mec-acc-label" data-key="mailchimp" data-status="close"><?php _e('Mailchimp Integration', 'modern-events-calendar-lite'); ?></li>
335
  <ul id="mec-acc-mailchimp" style="display: none;">
336
  <h2 class="dark-text">Mailchimp Integration<hr></h2>
337
  <strong>API Key : Mailchimp account > Extras > API Key > Copy APIKey</strong>
343
  </ul>
344
 
345
  <ul class="mec-accordion mec-message-categories" id="mec_message_categories_wp">
346
+ <li class="mec-acc-label" data-key="activation" data-status="close"><?php _e('MEC Activation', 'modern-events-calendar-lite'); ?></li>
347
  <ul id="mec-acc-activation" style="display: none;">
348
  <h2 class="dark-text">How to Activate Plugin<hr></h2>
349
  <p>To activate the M.E.Calendar, you should enter the exact purchase code without using any space in <strong>M.E.Calendar > Setting > Settings (bottom of the page)</strong>, then Save Changes. By refreshing the page, your purchase code would be verified. </p>
app/features/events.php CHANGED
@@ -131,15 +131,15 @@ class MEC_feature_events extends MEC_base {
131
  $this->PT,
132
  array(
133
  'labels' => array(
134
- 'name' => __( 'Events', 'modern-events-calendar-lite' ),
135
- 'singular_name' => __( 'Event', 'modern-events-calendar-lite' ),
136
- 'add_new' => __( 'Add Event', 'modern-events-calendar-lite' ),
137
- 'add_new_item' => __( 'Add New Event', 'modern-events-calendar-lite' ),
138
- 'not_found' => __( 'No events found!', 'modern-events-calendar-lite' ),
139
- 'all_items' => __( 'All Events', 'modern-events-calendar-lite' ),
140
- 'edit_item' => __( 'Edit Event', 'modern-events-calendar-lite' ),
141
- 'view_item' => __( 'View Event', 'modern-events-calendar-lite' ),
142
- 'not_found_in_trash' => __( 'No events found in Trash!', 'modern-events-calendar-lite' ),
143
  ),
144
  'public' => true,
145
  'has_archive' => ( $this->main->get_archive_status() ? true : false ),
@@ -156,8 +156,8 @@ class MEC_feature_events extends MEC_base {
156
  )
157
  );
158
 
159
- $singular_label = $this->main->m( 'taxonomy_category', __( 'Category', 'modern-events-calendar-lite' ) );
160
- $plural_label = $this->main->m( 'taxonomy_categories', __( 'Categories', 'modern-events-calendar-lite' ) );
161
 
162
  register_taxonomy(
163
  'mec_category',
@@ -167,14 +167,14 @@ class MEC_feature_events extends MEC_base {
167
  'labels' => array(
168
  'name' => $plural_label,
169
  'singular_name' => $singular_label,
170
- 'all_items' => sprintf( __( 'All %s', 'modern-events-calendar-lite' ), $plural_label ),
171
- 'edit_item' => sprintf( __( 'Edit %s', 'modern-events-calendar-lite' ), $singular_label ),
172
- 'view_item' => sprintf( __( 'View %s', 'modern-events-calendar-lite' ), $singular_label ),
173
- 'update_item' => sprintf( __( 'Update %s', 'modern-events-calendar-lite' ), $singular_label ),
174
- 'add_new_item' => sprintf( __( 'Add New %s', 'modern-events-calendar-lite' ), $singular_label ),
175
- 'new_item_name' => sprintf( __( 'New %s Name', 'modern-events-calendar-lite' ), $singular_label ),
176
- 'popular_items' => sprintf( __( 'Popular %s', 'modern-events-calendar-lite' ), $plural_label ),
177
- 'search_items' => sprintf( __( 'Search %s', 'modern-events-calendar-lite' ), $plural_label ),
178
  ),
179
  'public' => true,
180
  'show_ui' => true,
@@ -197,9 +197,9 @@ class MEC_feature_events extends MEC_base {
197
  add_thickbox();
198
  ?>
199
  <div class="form-field">
200
- <label for="mec_cat_icon"><?php _e( 'Category Icon', 'modern-events-calendar-lite' ); ?></label>
201
  <input type="hidden" name="mec_cat_icon" id="mec_cat_icon" value="" />
202
- <a href="<?php echo $this->main->asset( 'icon.html' ); ?>" class="thickbox mec_category_icon button"><?php echo __( 'Select icon', 'modern-events-calendar-lite' ); ?></a>
203
  </div>
204
 
205
  <?php
@@ -216,11 +216,11 @@ class MEC_feature_events extends MEC_base {
216
  ?>
217
  <tr class="form-field">
218
  <th scope="row" valign="top">
219
- <label for="mec_cat_icon"><?php _e( 'Category Icon', 'modern-events-calendar-lite' ); ?></label>
220
  </th>
221
  <td>
222
  <input type="hidden" name="mec_cat_icon" id="mec_cat_icon" value="<?php echo $icon; ?>" />
223
- <a href="<?php echo $this->main->asset( 'icon.html' ); ?>" class="thickbox mec_category_icon button"><?php echo __( 'Select icon', 'modern-events-calendar-lite' ); ?></a>
224
  <?php if ( isset( $icon ) ) : ?>
225
  <div class="mec-webnus-icon"><i class="<?php echo $icon; ?> mec-color"></i></div>
226
  <?php endif; ?>
@@ -265,11 +265,11 @@ class MEC_feature_events extends MEC_base {
265
  * @author Webnus <info@webnus.biz>
266
  */
267
  public function register_meta_boxes() {
268
- add_meta_box( 'mec_metabox_details', __( 'Event Details', 'modern-events-calendar-lite' ), array( $this, 'meta_box_details' ), $this->main->get_main_post_type(), 'normal', 'high' );
269
 
270
  // Show Booking meta box onnly if booking module is enabled
271
  if ( $this->getPRO() and isset( $this->settings['booking_status'] ) and $this->settings['booking_status'] ) {
272
- add_meta_box( 'mec_metabox_booking', __( 'Booking', 'modern-events-calendar-lite' ), array( $this, 'meta_box_booking' ), $this->main->get_main_post_type(), 'normal', 'high' );
273
  }
274
  }
275
 
@@ -303,10 +303,10 @@ class MEC_feature_events extends MEC_base {
303
  $cost = get_post_meta( $post->ID, 'mec_cost', true );
304
  ?>
305
  <div class="mec-meta-box-fields" id="mec-cost">
306
- <h4><?php echo $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite' ) ); ?></h4>
307
  <div id="mec_meta_box_cost_form">
308
  <div class="mec-form-row">
309
- <input type="text" class="mec-col-6" name="mec[cost]" id="mec_cost" value="<?php echo esc_attr( $cost ); ?>" placeholder="<?php _e( 'Cost', 'modern-events-calendar-lite' ); ?>" />
310
  </div>
311
  </div>
312
  </div>
@@ -399,28 +399,28 @@ class MEC_feature_events extends MEC_base {
399
 
400
  <?php if ( $note_visibility and trim( $note ) ) : ?>
401
  <div class="mec-event-note">
402
- <h4><?php _e( 'Note for reviewer', 'modern-events-calendar-lite' ); ?></h4>
403
  <p><?php echo $note; ?></p>
404
  </div>
405
  <?php endif; ?>
406
 
407
  <?php if ( trim( $fes_guest_email ) and trim( $fes_guest_name ) ) : ?>
408
  <div class="mec-guest-data">
409
- <h4><?php _e( 'Guest Data', 'modern-events-calendar-lite' ); ?></h4>
410
- <p><strong><?php _e( 'Name', 'modern-events-calendar-lite' ); ?>:</strong> <?php echo $fes_guest_name; ?></p>
411
- <p><strong><?php _e( 'Email', 'modern-events-calendar-lite' ); ?>:</strong> <?php echo $fes_guest_email; ?></p>
412
  </div>
413
  <?php endif; ?>
414
  <?php do_action( 'start_mec_custom_fields', $post ); ?>
415
- <h4><?php _e( 'Date and Time', 'modern-events-calendar-lite' ); ?></h4>
416
  <div id="mec_meta_box_date_form">
417
  <div class="mec-title">
418
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
419
- <label for="mec_start_date"><?php _e( 'Start Date', 'modern-events-calendar-lite' ); ?></label>
420
  </div>
421
  <div class="mec-form-row">
422
  <div class="mec-col-4">
423
- <input type="text" name="mec[date][start][date]" id="mec_start_date" value="<?php echo esc_attr( $start_date ); ?>" placeholder="<?php _e( 'Start Date', 'modern-events-calendar-lite' ); ?>" autocomplete="off" />
424
  </div>
425
  <div class="mec-col-6 mec-time-picker
426
  <?php
@@ -484,24 +484,24 @@ class MEC_feature_events extends MEC_base {
484
  if ( $start_time_ampm == 'AM' ) {
485
  echo 'selected="selected"';}
486
  ?>
487
- value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
488
  <option
489
  <?php
490
  if ( $start_time_ampm == 'PM' ) {
491
  echo 'selected="selected"';}
492
  ?>
493
- value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
494
  </select>
495
  <?php endif; ?>
496
  </div>
497
  </div>
498
  <div class="mec-title">
499
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
500
- <label for="mec_end_date"><?php _e( 'End Date', 'modern-events-calendar-lite' ); ?></label>
501
  </div>
502
  <div class="mec-form-row">
503
  <div class="mec-col-4">
504
- <input type="text" name="mec[date][end][date]" id="mec_end_date" value="<?php echo esc_attr( $end_date ); ?>" placeholder="<?php _e( 'End Date', 'modern-events-calendar-lite' ); ?>" autocomplete="off" />
505
  </div>
506
  <div class="mec-col-6 mec-time-picker
507
  <?php
@@ -565,13 +565,13 @@ class MEC_feature_events extends MEC_base {
565
  if ( $end_time_ampm == 'AM' ) {
566
  echo 'selected="selected"';}
567
  ?>
568
- value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
569
  <option
570
  <?php
571
  if ( $end_time_ampm == 'PM' ) {
572
  echo 'selected="selected"';}
573
  ?>
574
- value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
575
  </select>
576
  <?php endif; ?>
577
  </div>
@@ -582,7 +582,7 @@ class MEC_feature_events extends MEC_base {
582
  if ( $allday == '1' ) {
583
  echo 'checked="checked"';}
584
  ?>
585
- type="checkbox" name="mec[date][allday]" id="mec_allday" value="1" onchange="jQuery('.mec-time-picker').toggle();" /><label for="mec_allday"><?php _e( 'All Day Event', 'modern-events-calendar-lite' ); ?></label>
586
  </div>
587
  <div class="mec-form-row">
588
  <input
@@ -590,7 +590,7 @@ class MEC_feature_events extends MEC_base {
590
  if ( $hide_time == '1' ) {
591
  echo 'checked="checked"';}
592
  ?>
593
- type="checkbox" name="mec[date][hide_time]" id="mec_hide_time" value="1" /><label for="mec_hide_time"><?php _e( 'Hide Event Time', 'modern-events-calendar-lite' ); ?></label>
594
  </div>
595
  <div class="mec-form-row">
596
  <input
@@ -598,11 +598,11 @@ class MEC_feature_events extends MEC_base {
598
  if ( $hide_end_time == '1' ) {
599
  echo 'checked="checked"';}
600
  ?>
601
- type="checkbox" name="mec[date][hide_end_time]" id="mec_hide_end_time" value="1" /><label for="mec_hide_end_time"><?php _e( 'Hide Event End Time', 'modern-events-calendar-lite' ); ?></label>
602
  </div>
603
  <div class="mec-form-row">
604
  <div class="mec-col-4">
605
- <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e( 'Time Comment', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( $comment ); ?>" />
606
  <span class="mec-tooltip">
607
  <div class="box top">
608
  <h5 class="title"><?php _e('Time Comment', 'modern-events-calendar-lite'); ?></h5>
@@ -623,82 +623,82 @@ class MEC_feature_events extends MEC_base {
623
  if ( $repeat_status == '1' ) {
624
  echo 'checked="checked"';}
625
  ?>
626
- type="checkbox" name="mec[date][repeat][status]" id="mec_repeat" value="1" /><label for="mec_repeat"><?php _e( 'Event Repeating', 'modern-events-calendar-lite' ); ?></label>
627
  </div>
628
  <div class="mec-form-repeating-event-row">
629
  <div class="mec-form-row">
630
- <label class="mec-col-3" for="mec_repeat_type"><?php _e( 'Repeats', 'modern-events-calendar-lite' ); ?></label>
631
  <select class="mec-col-2" name="mec[date][repeat][type]" id="mec_repeat_type">
632
  <option
633
  <?php
634
  if ( $repeat_type == 'daily' ) {
635
  echo 'selected="selected"';}
636
  ?>
637
- value="daily"><?php _e( 'Daily', 'modern-events-calendar-lite' ); ?></option>
638
  <option
639
  <?php
640
  if ( $repeat_type == 'weekday' ) {
641
  echo 'selected="selected"';}
642
  ?>
643
- value="weekday"><?php _e( 'Every Weekday', 'modern-events-calendar-lite' ); ?></option>
644
  <option
645
  <?php
646
  if ( $repeat_type == 'weekend' ) {
647
  echo 'selected="selected"';}
648
  ?>
649
- value="weekend"><?php _e( 'Every Weekend', 'modern-events-calendar-lite' ); ?></option>
650
  <option
651
  <?php
652
  if ( $repeat_type == 'certain_weekdays' ) {
653
  echo 'selected="selected"';}
654
  ?>
655
- value="certain_weekdays"><?php _e( 'Certain Weekdays', 'modern-events-calendar-lite' ); ?></option>
656
  <option
657
  <?php
658
  if ( $repeat_type == 'weekly' ) {
659
  echo 'selected="selected"';}
660
  ?>
661
- value="weekly"><?php _e( 'Weekly', 'modern-events-calendar-lite' ); ?></option>
662
  <option
663
  <?php
664
  if ( $repeat_type == 'monthly' ) {
665
  echo 'selected="selected"';}
666
  ?>
667
- value="monthly"><?php _e( 'Monthly', 'modern-events-calendar-lite' ); ?></option>
668
  <option
669
  <?php
670
  if ( $repeat_type == 'yearly' ) {
671
  echo 'selected="selected"';}
672
  ?>
673
- value="yearly"><?php _e( 'Yearly', 'modern-events-calendar-lite' ); ?></option>
674
  <option
675
  <?php
676
  if ( $repeat_type == 'custom_days' ) {
677
  echo 'selected="selected"';}
678
  ?>
679
- value="custom_days"><?php _e( 'Custom Days', 'modern-events-calendar-lite' ); ?></option>
680
  </select>
681
  </div>
682
  <div class="mec-form-row" id="mec_repeat_interval_container">
683
- <label class="mec-col-3" for="mec_repeat_interval"><?php _e( 'Repeat Interval', 'modern-events-calendar-lite' ); ?></label>
684
- <input class="mec-col-2" type="text" name="mec[date][repeat][interval]" id="mec_repeat_interval" placeholder="<?php _e( 'Repeat interval', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( $repeat_type == 'weekly' ? ( $repeat_interval / 7 ) : $repeat_interval ); ?>" />
685
  </div>
686
  <div class="mec-form-row" id="mec_repeat_certain_weekdays_container">
687
- <label class="mec-col-3"><?php _e( 'Week Days', 'modern-events-calendar-lite' ); ?></label>
688
- <label> <input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="1" <?php echo ( in_array( 1, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Monday', 'modern-events-calendar-lite' ); ?></label>
689
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="2" <?php echo ( in_array( 2, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Tuesday', 'modern-events-calendar-lite' ); ?></label>
690
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="3" <?php echo ( in_array( 3, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Wednesday', 'modern-events-calendar-lite' ); ?></label>
691
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="4" <?php echo ( in_array( 4, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Thursday', 'modern-events-calendar-lite' ); ?></label>
692
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="5" <?php echo ( in_array( 5, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Friday', 'modern-events-calendar-lite' ); ?></label>
693
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="6" <?php echo ( in_array( 6, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Saturday', 'modern-events-calendar-lite' ); ?></label>
694
- <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="7" <?php echo ( in_array( 7, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Sunday', 'modern-events-calendar-lite' ); ?></label>
695
  </div>
696
  <div class="mec-form-row" id="mec_exceptions_in_days_container">
697
  <div class="mec-form-row">
698
  <div class="mec-col-6">
699
- <input type="text" id="mec_exceptions_in_days_start_date" value="" placeholder="<?php _e( 'Start', 'modern-events-calendar-lite' ); ?>" class="mec_date_picker" />
700
- <input type="text" id="mec_exceptions_in_days_end_date" value="" placeholder="<?php _e( 'End', 'modern-events-calendar-lite' ); ?>" class="mec_date_picker" />
701
- <button class="button" type="button" id="mec_add_in_days"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
702
  <span class="mec-tooltip">
703
  <div class="box top">
704
  <h5 class="title"><?php _e('Custom Days Repeating', 'modern-events-calendar-lite'); ?></h5>
@@ -734,7 +734,7 @@ endforeach;
734
  </div>
735
  <div id="mec_end_wrapper">
736
  <div class="mec-form-row">
737
- <label for="mec_repeat_ends_never"><h4 class="mec-title"><?php _e( 'Ends Repeat', 'modern-events-calendar-lite' ); ?></h4></label>
738
  </div>
739
  <div class="mec-form-row">
740
  <input
@@ -743,7 +743,7 @@ endforeach;
743
  echo 'checked="checked"';}
744
  ?>
745
  type="radio" value="never" name="mec[date][repeat][end]" id="mec_repeat_ends_never" />
746
- <label for="mec_repeat_ends_never"><?php _e( 'Never', 'modern-events-calendar-lite' ); ?></label>
747
  </div>
748
  <div class="mec-form-row">
749
  <div class="mec-col-3">
@@ -753,7 +753,7 @@ endforeach;
753
  echo 'checked="checked"';}
754
  ?>
755
  type="radio" value="date" name="mec[date][repeat][end]" id="mec_repeat_ends_date" />
756
- <label for="mec_repeat_ends_date"><?php _e( 'On', 'modern-events-calendar-lite' ); ?></label>
757
  </div>
758
  <input class="mec-col-2" type="text" name="mec[date][repeat][end_at_date]" id="mec_date_repeat_end_at_date" value="<?php echo esc_attr( $repeat_end_at_date ); ?>" />
759
  </div>
@@ -765,9 +765,9 @@ endforeach;
765
  echo 'checked="checked"';}
766
  ?>
767
  type="radio" value="occurrences" name="mec[date][repeat][end]" id="mec_repeat_ends_occurrences" />
768
- <label for="mec_repeat_ends_occurrences"><?php _e( 'After', 'modern-events-calendar-lite' ); ?></label>
769
  </div>
770
- <input class="mec-col-2" type="text" name="mec[date][repeat][end_at_occurrences]" id="mec_date_repeat_end_at_occurrences" placeholder="<?php _e( 'Occurrences times', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( ( $repeat_end_at_occurrences + 1 ) ); ?>" />
771
  <span class="mec-tooltip">
772
  <div class="box top">
773
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
@@ -797,18 +797,18 @@ endforeach;
797
  $not_in_days = trim( $not_in_days_str ) ? explode( ',', $not_in_days_str ) : array();
798
  ?>
799
  <div class="mec-meta-box-fields" id="mec-exceptional-days">
800
- <h4><?php _e( 'Exceptional Days', 'modern-events-calendar-lite' ); ?></h4>
801
  <div id="mec_meta_box_exceptions_form">
802
 
803
  <div id="mec_exceptions_not_in_days_container">
804
  <div class="mec-title">
805
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
806
- <label for="mec_exceptions_not_in_days_date"><?php _e( 'Exclude certain days', 'modern-events-calendar-lite' ); ?></label>
807
  </div>
808
  <div class="mec-form-row">
809
  <div class="mec-col-6">
810
- <input type="text" id="mec_exceptions_not_in_days_date" value="" placeholder="<?php _e( 'Date', 'modern-events-calendar-lite' ); ?>" class="mec_date_picker" />
811
- <button class="button" type="button" id="mec_add_not_in_days"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
812
  <span class="mec-tooltip">
813
  <div class="box top">
814
  <h5 class="title"><?php _e('Exclude certain days', 'modern-events-calendar-lite'); ?></h5>
@@ -863,7 +863,7 @@ endforeach;
863
  $hourly_schedules = array();
864
  if ( ! isset( $meta_hourly_schedules[ $first_key ]['schedules'] ) ) {
865
  $hourly_schedules[] = array(
866
- 'title' => __( 'Day 1', 'modern-events-calendar-lite' ),
867
  'schedules' => $meta_hourly_schedules,
868
  );
869
  } else {
@@ -885,26 +885,26 @@ endforeach;
885
  );
886
  ?>
887
  <div class="mec-meta-box-fields" id="mec-hourly-schedule">
888
- <h4><?php _e( 'Hourly Schedule', 'modern-events-calendar-lite' ); ?></h4>
889
  <div id="mec_meta_box_hourly_schedule_day_form">
890
  <div class="mec-form-row">
891
- <button class="button" type="button" id="mec_add_hourly_schedule_day_button"><?php _e( 'Add Day', 'modern-events-calendar-lite' ); ?></button>
892
- <span class="description"><?php esc_attr_e( 'Add new days for schedule. For example if your event is multiple days, you can add a different schedule for each day!', 'modern-events-calendar-lite' ); ?></span>
893
  </div>
894
  </div>
895
  <div id="mec_meta_box_hourly_schedule_days">
896
  <?php $d = 0; foreach ( $hourly_schedules as $day ) : ?>
897
  <div id="mec_meta_box_hourly_schedule_day_<?php echo $d; ?>">
898
- <h4><?php echo isset( $day['title'] ) ? $day['title'] : sprintf( __( 'Day %s', 'modern-events-calendar-lite' ), $d + 1 ); ?></h4>
899
  <div id="mec_meta_box_hourly_schedule_form<?php echo $d; ?>">
900
  <div class="mec-form-row">
901
- <div class="mec-col-1"><label for="mec_add_hourly_schedule_day<?php echo $d; ?>_title"><?php echo __( 'Title', 'modern-events-calendar-lite' ); ?></label></div>
902
  <div class="mec-col-10"><input type="text" id="mec_add_hourly_schedule_day<?php echo $d; ?>_title" name="mec[hourly_schedules][<?php echo $d; ?>][title]" value="<?php echo isset( $day['title'] ) ? $day['title'] : ''; ?>" class="widefat"></div>
903
- <div class="mec-col-1"><button class="button" type="button" onclick="mec_hourly_schedule_day_remove(<?php echo $d; ?>)"><?php echo __( 'Remove', 'modern-events-calendar-lite' ); ?></button></div>
904
  </div>
905
  <div class="mec-form-row">
906
- <button class="button mec-add-hourly-schedule-button" type="button" id="mec_add_hourly_schedule_button<?php echo $d; ?>" data-day="<?php echo $d; ?>"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
907
- <span class="description"><?php esc_attr_e( 'Add new hourly schedule row', 'modern-events-calendar-lite' ); ?></span>
908
  </div>
909
  <div id="mec_hourly_schedules<?php echo $d; ?>">
910
  <?php
@@ -915,14 +915,14 @@ endforeach;
915
  } $i = max( $i, $key );
916
  ?>
917
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row<?php echo $d; ?>_<?php echo $key; ?>">
918
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( $hourly_schedule['from'] ); ?>" />
919
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( $hourly_schedule['to'] ); ?>" />
920
- <input class="mec-col-3" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( $hourly_schedule['title'] ); ?>" />
921
- <input class="mec-col-6" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite' ); ?>" value="<?php echo esc_attr( $hourly_schedule['description'] ); ?>" />
922
- <button class="button" type="button" onclick="mec_hourly_schedule_remove(<?php echo $d; ?>, <?php echo $key; ?>)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
923
  <?php if ( $speakers_status ) : ?>
924
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
925
- <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite' ) ); ?></strong>
926
  <?php foreach ( $speakers as $speaker ) : ?>
927
  <label><input type="checkbox" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][speakers][]" value="<?php echo $speaker->term_id; ?>" <?php echo ( isset( $hourly_schedule['speakers'] ) and in_array( $speaker->term_id, $hourly_schedule['speakers'] ) ) ? 'checked="checked"' : ''; ?>><?php echo $speaker->name; ?></label>
928
  <?php endforeach; ?>
@@ -935,14 +935,14 @@ endforeach;
935
  <input type="hidden" id="mec_new_hourly_schedule_key<?php echo $d; ?>" value="<?php echo $i + 1; ?>" />
936
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_raw<?php echo $d; ?>">
937
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row<?php echo $d; ?>_:i:">
938
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite' ); ?>" />
939
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite' ); ?>" />
940
- <input class="mec-col-3" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite' ); ?>" />
941
- <input class="mec-col-6" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite' ); ?>" />
942
- <button class="button" type="button" onclick="mec_hourly_schedule_remove(<?php echo $d; ?>, :i:)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
943
  <?php if ( $speakers_status ) : ?>
944
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
945
- <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite' ) ); ?></strong>
946
  <?php foreach ( $speakers as $speaker ) : ?>
947
  <label><input type="checkbox" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][speakers][]" value="<?php echo $speaker->term_id; ?>"><?php echo $speaker->name; ?></label>
948
  <?php endforeach; ?>
@@ -959,16 +959,16 @@ endforeach;
959
  <input type="hidden" id="mec_new_hourly_schedule_day_key" value="<?php echo $d; ?>" />
960
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_day_raw">
961
  <div id="mec_meta_box_hourly_schedule_day_:d:">
962
- <h4><?php echo __( 'New Day', 'modern-events-calendar-lite' ); ?></h4>
963
  <div id="mec_meta_box_hourly_schedule_form:d:">
964
  <div class="mec-form-row">
965
- <div class="mec-col-1"><label for="mec_add_hourly_schedule_day:d:_title"><?php echo __( 'Title', 'modern-events-calendar-lite' ); ?></label></div>
966
- <div class="mec-col-10"><input type="text" id="mec_add_hourly_schedule_day:d:_title" name="mec[hourly_schedules][:d:][title]" value="<?php echo __( 'New Day', 'modern-events-calendar-lite' ); ?>" class="widefat"></div>
967
- <div class="mec-col-1"><button class="button" type="button" onclick="mec_hourly_schedule_day_remove(:d:)"><?php echo __( 'Remove', 'modern-events-calendar-lite' ); ?></button></div>
968
  </div>
969
  <div class="mec-form-row">
970
- <button class="button mec-add-hourly-schedule-button" type="button" id="mec_add_hourly_schedule_button:d:" data-day=":d:"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
971
- <span class="description"><?php esc_attr_e( 'Add new hourly schedule row', 'modern-events-calendar-lite' ); ?></span>
972
  </div>
973
  <div id="mec_hourly_schedules:d:">
974
  </div>
@@ -976,14 +976,14 @@ endforeach;
976
  <input type="hidden" id="mec_new_hourly_schedule_key:d:" value="1" />
977
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_raw:d:">
978
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row:d:_:i:">
979
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite' ); ?>" />
980
- <input class="mec-col-1" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite' ); ?>" />
981
- <input class="mec-col-3" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite' ); ?>" />
982
- <input class="mec-col-6" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite' ); ?>" />
983
- <button class="button" type="button" onclick="mec_hourly_schedule_remove(:d:, :i:)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
984
  <?php if ( $speakers_status ) : ?>
985
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
986
- <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite' ) ); ?></strong>
987
  <?php foreach ( $speakers as $speaker ) : ?>
988
  <label><input type="checkbox" name="mec[hourly_schedules][:d:][schedules][:i:][speakers][]" value="<?php echo $speaker->term_id; ?>"><?php echo $speaker->name; ?></label>
989
  <?php endforeach; ?>
@@ -1010,10 +1010,10 @@ endforeach;
1010
  $more_info_target = get_post_meta( $post->ID, 'mec_more_info_target', true );
1011
  ?>
1012
  <div class="mec-meta-box-fields" id="mec-read-more">
1013
- <h4><?php _e( 'Event Links', 'modern-events-calendar-lite' ); ?></h4>
1014
  <div class="mec-form-row">
1015
- <label class="mec-col-2" for="mec_read_more_link"><?php echo $this->main->m( 'read_more_link', __( 'Event Link', 'modern-events-calendar-lite' ) ); ?></label>
1016
- <input class="mec-col-7" type="text" name="mec[read_more]" id="mec_read_more_link" value="<?php echo esc_attr( $read_more ); ?>" placeholder="<?php _e( 'eg. http://yoursite.com/your-event', 'modern-events-calendar-lite' ); ?>" />
1017
  <span class="mec-tooltip">
1018
  <div class="box top">
1019
  <h5 class="title"><?php _e('Event Link', 'modern-events-calendar-lite'); ?></h5>
@@ -1026,12 +1026,12 @@ endforeach;
1026
  </span>
1027
  </div>
1028
  <div class="mec-form-row">
1029
- <label class="mec-col-2" for="mec_more_info_link"><?php echo $this->main->m( 'more_info_link', __( 'More Info', 'modern-events-calendar-lite' ) ); ?></label>
1030
- <input class="mec-col-5" type="text" name="mec[more_info]" id="mec_more_info_link" value="<?php echo esc_attr( $more_info ); ?>" placeholder="<?php _e( 'eg. http://yoursite.com/your-event', 'modern-events-calendar-lite' ); ?>" />
1031
- <input class="mec-col-2" type="text" name="mec[more_info_title]" id="mec_more_info_title" value="<?php echo esc_attr( $more_info_title ); ?>" placeholder="<?php _e( 'More Information', 'modern-events-calendar-lite' ); ?>" />
1032
  <select class="mec-col-2" name="mec[more_info_target]" id="mec_more_info_target">
1033
- <option value="_self" <?php echo ( $more_info_target == '_self' ? 'selected="selected"' : '' ); ?>><?php _e( 'Current Window', 'modern-events-calendar-lite' ); ?></option>
1034
- <option value="_blank" <?php echo ( $more_info_target == '_blank' ? 'selected="selected"' : '' ); ?>><?php _e( 'New Window', 'modern-events-calendar-lite' ); ?></option>
1035
  </select>
1036
  <span class="mec-tooltip">
1037
  <div class="box top">
@@ -1075,7 +1075,7 @@ endforeach;
1075
  ?>
1076
  <div id="mec-booking">
1077
  <div class="mec-meta-box-fields" id="mec_meta_box_booking_options_form">
1078
- <label for="mec_bookings_limit"><h4 class="mec-title"><?php _e( 'Total booking limits', 'modern-events-calendar-lite' ); ?></h4></label>
1079
  <div class="mec-form-row">
1080
  <label class="mec-col-4" for="mec_bookings_limit_unlimited" id="mec_bookings_limit_unlimited_label">
1081
  <input type="hidden" name="mec[booking][bookings_limit_unlimited]" value="0" />
@@ -1085,9 +1085,9 @@ endforeach;
1085
  echo 'checked="checked"';}
1086
  ?>
1087
  type="checkbox" value="1" name="mec[booking][bookings_limit_unlimited]" />
1088
- <?php _e( 'Unlimited', 'modern-events-calendar-lite' ); ?>
1089
  </label>
1090
- <input class="mec-col-4" type="text" name="mec[booking][bookings_limit]" id="mec_bookings_limit" value="<?php echo esc_attr( $bookings_limit ); ?>" placeholder="<?php _e( '100', 'modern-events-calendar-lite' ); ?>" class="
1091
  <?php
1092
  if ( $bookings_limit_unlimited == 1 ) {
1093
  echo 'mec-util-hidden';}
@@ -1123,15 +1123,15 @@ endforeach;
1123
  }
1124
  ?>
1125
  <div class="mec-meta-box-fields" id="mec-tickets">
1126
- <h4 class="mec-meta-box-header"><?php echo $this->main->m( 'tickets', __( 'Tickets', 'modern-events-calendar-lite' ) ); ?></h4>
1127
 
1128
  <?php if ( $post->ID != $this->main->get_original_event( $post->ID ) ) : ?>
1129
- <p class="warning-msg"><?php _e( "You're translating an event so MEC will use the original event for tickets and booking. You can only translate the ticket name and description. Please define exact tickets that you defined in the original event here.", 'modern-events-calendar-lite' ); ?></p>
1130
  <?php endif; ?>
1131
 
1132
  <div id="mec_meta_box_tickets_form">
1133
  <div class="mec-form-row">
1134
- <button class="button" type="button" id="mec_add_ticket_button"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
1135
  </div>
1136
  <div id="mec_tickets">
1137
  <?php
@@ -1143,11 +1143,11 @@ endforeach;
1143
  ?>
1144
  <div class="mec-box" id="mec_ticket_row<?php echo $key; ?>">
1145
  <div class="mec-form-row">
1146
- <input type="text" class="mec-col-12" name="mec[tickets][<?php echo $key; ?>][name]" placeholder="<?php esc_attr_e( 'Ticket Name', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket['name'] ) ? esc_attr( $ticket['name'] ) : '' ); ?>" />
1147
  </div>
1148
  <div class="mec-form-row wn-ticket-time">
1149
  <div class="mec-ticket-start-time mec-col-12">
1150
- <span><?php esc_html_e( 'Start Time', 'modern-events-calendar-lite' ); ?></span>
1151
  <select name="mec[tickets][<?php echo $key; ?>][ticket_start_time_hour]">
1152
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1153
  <option
@@ -1175,17 +1175,17 @@ endforeach;
1175
  if ( $ticket['ticket_start_time_ampm'] == 'AM' ) {
1176
  echo 'selected="selected"';}
1177
  ?>
1178
- value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
1179
  <option
1180
  <?php
1181
  if ( $ticket['ticket_start_time_ampm'] == 'PM' ) {
1182
  echo 'selected="selected"';}
1183
  ?>
1184
- value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
1185
  </select>
1186
  </div>
1187
  <div class="mec-ticket-end-time mec-col-12">
1188
- <span><?php esc_html_e( 'End Time', 'modern-events-calendar-lite' ); ?></span>
1189
  <select name="mec[tickets][<?php echo $key; ?>][ticket_end_time_hour]">
1190
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1191
  <option
@@ -1213,22 +1213,22 @@ endforeach;
1213
  if ( $ticket['ticket_end_time_ampm'] == 'AM' ) {
1214
  echo 'selected="selected"';}
1215
  ?>
1216
- value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
1217
  <option
1218
  <?php
1219
  if ( $ticket['ticket_end_time_ampm'] == 'PM' ) {
1220
  echo 'selected="selected"';}
1221
  ?>
1222
- value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
1223
  </select>
1224
  </div>
1225
  </div>
1226
  <div class="mec-form-row">
1227
- <input type="text" class="mec-col-12" name="mec[tickets][<?php echo $key; ?>][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket['description'] ) ? esc_attr( $ticket['description'] ) : '' ); ?>" />
1228
  </div>
1229
  <div class="mec-form-row">
1230
  <span class="mec-col-4">
1231
- <input type="text" name="mec[tickets][<?php echo $key; ?>][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket['price'] ) ? esc_attr( $ticket['price'] ) : '' ); ?>" />
1232
  <span class="mec-tooltip">
1233
  <div class="box top">
1234
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
@@ -1241,7 +1241,7 @@ endforeach;
1241
  </span>
1242
  </span>
1243
  <span class="mec-col-8">
1244
- <input type="text" name="mec[tickets][<?php echo $key; ?>][price_label]" placeholder="<?php esc_attr_e( 'Price Label', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket['price_label'] ) ? esc_attr( $ticket['price_label'] ) : '' ); ?>" class="mec-col-12" />
1245
  <span class="mec-tooltip">
1246
  <div class="box top">
1247
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
@@ -1255,7 +1255,7 @@ endforeach;
1255
  </span>
1256
  </div>
1257
  <div class="mec-form-row">
1258
- <input class="mec-col-4" type="text" name="mec[tickets][<?php echo $key; ?>][limit]" placeholder="<?php esc_attr_e( 'Available Tickets', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket['limit'] ) ? esc_attr( $ticket['limit'] ) : '100' ); ?>" />
1259
  <label class="mec-col-2" for="mec_tickets_unlimited_<?php echo $key; ?>" id="mec_bookings_limit_unlimited_label<?php echo $key; ?>">
1260
  <input type="hidden" name="mec[tickets][<?php echo $key; ?>][unlimited]" value="0" />
1261
  <input id="mec_tickets_unlimited_<?php echo $key; ?>" type="checkbox" value="1" name="mec[tickets][<?php echo $key; ?>][unlimited]"
@@ -1264,15 +1264,15 @@ endforeach;
1264
  echo 'checked="checked"';}
1265
  ?>
1266
  />
1267
- <?php _e( 'Unlimited', 'modern-events-calendar-lite' ); ?>
1268
  </label>
1269
- <button class="button" type="button" onclick="mec_ticket_remove(<?php echo $key; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1270
  </div>
1271
  <?php do_action('custom_field_ticket' , $ticket,$key); ?>
1272
  <div id="mec_price_per_dates_container">
1273
  <div class="mec-form-row">
1274
- <h4><?php _e( 'Price per Date', 'modern-events-calendar-lite' ); ?></h4>
1275
- <button class="button mec_add_price_date_button" type="button" data-key="<?php echo $key; ?>"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
1276
  </div>
1277
  <div id="mec-ticket-price-dates-<?php echo $key; ?>">
1278
  <?php if ( isset( $ticket['dates'] ) and count( $ticket['dates'] ) ) : ?>
@@ -1285,11 +1285,11 @@ endforeach;
1285
  ?>
1286
  <div id="mec_ticket_price_raw_<?php echo $key; ?>_<?php echo $p; ?>">
1287
  <div class="mec-form-row">
1288
- <input class="mec-col-3 mec_date_picker" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][start]" value="<?php echo isset( $price_date['start'] ) ? $price_date['start'] : date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite' ); ?>" />
1289
- <input class="mec-col-3 mec_date_picker" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][end]" value="<?php echo isset( $price_date['end'] ) ? $price_date['end'] : date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite' ); ?>" />
1290
- <input class="mec-col-3" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][price]" value="<?php echo isset( $price_date['price'] ) ? $price_date['price'] : ''; ?>" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" />
1291
- <input class="mec-col-2" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][label]" value="<?php echo isset( $price_date['label'] ) ? $price_date['label'] : ''; ?>" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite' ); ?>" />
1292
- <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(<?php echo $key; ?>, <?php echo $p; ?>)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1293
  </div>
1294
  </div>
1295
  <?php endforeach; ?>
@@ -1299,11 +1299,11 @@ endforeach;
1299
  <div class="mec-util-hidden" id="mec_new_ticket_price_raw_<?php echo $key; ?>">
1300
  <div id="mec_ticket_price_raw_<?php echo $key; ?>_:j:">
1301
  <div class="mec-form-row">
1302
- <input class="mec-col-3 new_added" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][start]" value="<?php echo date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite' ); ?>" />
1303
- <input class="mec-col-3 new_added" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][end]" value="<?php echo date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite' ); ?>" />
1304
- <input class="mec-col-3" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" />
1305
- <input class="mec-col-2" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][label]" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite' ); ?>" />
1306
- <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(<?php echo $key; ?>, :j:)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1307
  </div>
1308
  </div>
1309
  </div>
@@ -1316,11 +1316,11 @@ endforeach;
1316
  <div class="mec-util-hidden" id="mec_new_ticket_raw">
1317
  <div class="mec-box" id="mec_ticket_row:i:">
1318
  <div class="mec-form-row">
1319
- <input class="mec-col-12" type="text" name="mec[tickets][:i:][name]" placeholder="<?php esc_attr_e( 'Ticket Name', 'modern-events-calendar-lite' ); ?>" />
1320
  </div>
1321
  <div class="mec-form-row wn-ticket-time">
1322
  <div class="mec-ticket-start-time mec-col-12">
1323
- <span><?php esc_html_e( 'Start Time', 'modern-events-calendar-lite' ); ?></span>
1324
  <select name="mec[tickets][:i:][ticket_start_time_hour]">
1325
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1326
  <option
@@ -1338,12 +1338,12 @@ endforeach;
1338
  <?php endfor; ?>
1339
  </select>
1340
  <select name="mec[tickets][:i:][ticket_start_time_ampm]">
1341
- <option selected="selected" value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
1342
- <option value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
1343
  </select>
1344
  </div>
1345
  <div class="mec-ticket-start-time mec-col-12">
1346
- <span><?php esc_html_e( 'End Time', 'modern-events-calendar-lite' ); ?></span>
1347
  <select name="mec[tickets][:i:][ticket_end_time_hour]">
1348
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1349
  <option
@@ -1361,17 +1361,17 @@ endforeach;
1361
  <?php endfor; ?>
1362
  </select>
1363
  <select name="mec[tickets][:i:][ticket_end_time_ampm]">
1364
- <option value="AM"><?php _e( 'AM', 'modern-events-calendar-lite' ); ?></option>
1365
- <option selected="selected" value="PM"><?php _e( 'PM', 'modern-events-calendar-lite' ); ?></option>
1366
  </select>
1367
  </div>
1368
  </div>
1369
  <div class="mec-form-row">
1370
- <input class="mec-col-12" type="text" name="mec[tickets][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite' ); ?>" />
1371
  </div>
1372
  <div class="mec-form-row">
1373
  <span class="mec-col-4">
1374
- <input type="text" name="mec[tickets][:i:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" />
1375
  <span class="mec-tooltip">
1376
  <div class="box top">
1377
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
@@ -1384,7 +1384,7 @@ endforeach;
1384
  </span>
1385
  </span>
1386
  <span class="mec-col-8">
1387
- <input type="text" name="mec[tickets][:i:][price_label]" placeholder="<?php esc_attr_e( 'Price Label', 'modern-events-calendar-lite' ); ?>" class="mec-col-12" />
1388
  <span class="mec-tooltip">
1389
  <div class="box top">
1390
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
@@ -1398,18 +1398,18 @@ endforeach;
1398
  </span>
1399
  </div>
1400
  <div class="mec-form-row">
1401
- <input class="mec-col-4" type="text" name="mec[tickets][:i:][limit]" placeholder="<?php esc_attr_e( 'Available Tickets', 'modern-events-calendar-lite' ); ?>" />
1402
  <label class="mec-col-4" for="mec_tickets_unlimited_:i:" id="mec_bookings_limit_unlimited_label">
1403
  <input type="hidden" name="mec[tickets][:i:][unlimited]" value="0" />
1404
  <input id="mec_tickets_unlimited_:i:" type="checkbox" value="1" name="mec[tickets][:i:][unlimited]" />
1405
- <?php _e( 'Unlimited', 'modern-events-calendar-lite' ); ?>
1406
  </label>
1407
- <button class="button" type="button" onclick="mec_ticket_remove(:i:)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1408
  </div>
1409
  <div id="mec_price_per_dates_container_:i:">
1410
  <div class="mec-form-row">
1411
- <h4><?php _e( 'Price per Date', 'modern-events-calendar-lite' ); ?></h4>
1412
- <button class="button mec_add_price_date_button" type="button" data-key=":i:"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
1413
  </div>
1414
  <div id="mec-ticket-price-dates-:i:">
1415
  </div>
@@ -1417,11 +1417,11 @@ endforeach;
1417
  <div class="mec-util-hidden" id="mec_new_ticket_price_raw_:i:">
1418
  <div id="mec_ticket_price_raw_:i:_:j:">
1419
  <div class="mec-form-row">
1420
- <input class="mec-col-3 new_added" type="text" name="mec[tickets][:i:][dates][:j:][start]" value="<?php echo date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite' ); ?>" />
1421
- <input class="mec-col-3 new_added" type="text" name="mec[tickets][:i:][dates][:j:][end]" value="<?php echo date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite' ); ?>" />
1422
- <input class="mec-col-3" type="text" name="mec[tickets][:i:][dates][:j:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" />
1423
- <input class="mec-col-2" type="text" name="mec[tickets][:i:][dates][:j:][label]" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite' ); ?>" />
1424
- <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(:i:, :j:)"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1425
  </div>
1426
  </div>
1427
  </div>
@@ -1456,7 +1456,7 @@ endforeach;
1456
  }
1457
  ?>
1458
  <div class="mec-meta-box-fields" id="mec-fees">
1459
- <h4 class="mec-meta-box-header"><?php _e( 'Fees', 'modern-events-calendar-lite' ); ?></h4>
1460
  <div id="mec_meta_box_fees_form">
1461
  <div class="mec-form-row">
1462
  <label>
@@ -1466,7 +1466,7 @@ endforeach;
1466
  if ( $global_inheritance ) {
1467
  echo 'checked="checked"';}
1468
  ?>
1469
- /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite' ); ?>
1470
  </label>
1471
  </div>
1472
  <div id="mec_taxes_fees_container_toggle" class="
@@ -1476,7 +1476,7 @@ endforeach;
1476
  ?>
1477
  ">
1478
  <div class="mec-form-row">
1479
- <button class="button" type="button" id="mec_add_fee_button"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
1480
  </div>
1481
  <div id="mec_fees_list">
1482
  <?php
@@ -1488,11 +1488,11 @@ endforeach;
1488
  ?>
1489
  <div class="mec-box" id="mec_fee_row<?php echo $i; ?>">
1490
  <div class="mec-form-row">
1491
- <input class="mec-col-12" type="text" name="mec[fees][<?php echo $i; ?>][title]" placeholder="<?php esc_attr_e( 'Fee Title', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $fee['title'] ) ? esc_attr( $fee['title'] ) : '' ); ?>" />
1492
  </div>
1493
  <div class="mec-form-row">
1494
  <span class="mec-col-4">
1495
- <input type="text" name="mec[fees][<?php echo $i; ?>][amount]" placeholder="<?php esc_attr_e( 'Amount', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $fee['amount'] ) ? esc_attr( $fee['amount'] ) : '' ); ?>" />
1496
  <span class="mec-tooltip">
1497
  <div class="box top">
1498
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
@@ -1506,12 +1506,12 @@ endforeach;
1506
  </span>
1507
  <span class="mec-col-4">
1508
  <select name="mec[fees][<?php echo $i; ?>][type]">
1509
- <option value="percent" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'percent' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Percent', 'modern-events-calendar-lite' ); ?></option>
1510
- <option value="amount" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'amount' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Amount (Per Ticket)', 'modern-events-calendar-lite' ); ?></option>
1511
- <option value="amount_per_booking" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'amount_per_booking' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Amount (Per Booking)', 'modern-events-calendar-lite' ); ?></option>
1512
  </select>
1513
  </span>
1514
- <button class="button" type="button" id="mec_remove_fee_button<?php echo $i; ?>" onclick="mec_remove_fee(<?php echo $i; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1515
  </div>
1516
  </div>
1517
  <?php endforeach; ?>
@@ -1522,11 +1522,11 @@ endforeach;
1522
  <div class="mec-util-hidden" id="mec_new_fee_raw">
1523
  <div class="mec-box" id="mec_fee_row:i:">
1524
  <div class="mec-form-row">
1525
- <input class="mec-col-12" type="text" name="mec[fees][:i:][title]" placeholder="<?php esc_attr_e( 'Fee Title', 'modern-events-calendar-lite' ); ?>" />
1526
  </div>
1527
  <div class="mec-form-row">
1528
  <span class="mec-col-4">
1529
- <input type="text" name="mec[fees][:i:][amount]" placeholder="<?php esc_attr_e( 'Amount', 'modern-events-calendar-lite' ); ?>" />
1530
  <span class="mec-tooltip">
1531
  <div class="box top">
1532
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
@@ -1540,12 +1540,12 @@ endforeach;
1540
  </span>
1541
  <span class="mec-col-4">
1542
  <select name="mec[fees][:i:][type]">
1543
- <option value="percent"><?php _e( 'Percent', 'modern-events-calendar-lite' ); ?></option>
1544
- <option value="amount"><?php _e( 'Amount (Per Ticket)', 'modern-events-calendar-lite' ); ?></option>
1545
- <option value="amount_per_booking"><?php _e( 'Amount (Per Booking)', 'modern-events-calendar-lite' ); ?></option>
1546
  </select>
1547
  </span>
1548
- <button class="button" type="button" id="mec_remove_fee_button:i:" onclick="mec_remove_fee(:i:);"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1549
  </div>
1550
  </div>
1551
  </div>
@@ -1577,7 +1577,7 @@ endforeach;
1577
  }
1578
  ?>
1579
  <div class="mec-meta-box-fields" id="mec-ticket-variations">
1580
- <h4 class="mec-meta-box-header"><?php _e( 'Ticket Variations / Options', 'modern-events-calendar-lite' ); ?></h4>
1581
  <div id="mec_meta_box_ticket_variations_form">
1582
  <div class="mec-form-row">
1583
  <label>
@@ -1587,7 +1587,7 @@ endforeach;
1587
  if ( $global_inheritance ) {
1588
  echo 'checked="checked"';}
1589
  ?>
1590
- /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite' ); ?>
1591
  </label>
1592
  </div>
1593
  <div id="mec_taxes_ticket_variations_container_toggle" class="
@@ -1597,7 +1597,7 @@ endforeach;
1597
  ?>
1598
  ">
1599
  <div class="mec-form-row">
1600
- <button class="button" type="button" id="mec_add_ticket_variation_button"><?php _e( 'Add', 'modern-events-calendar-lite' ); ?></button>
1601
  </div>
1602
  <div id="mec_ticket_variations_list">
1603
  <?php
@@ -1609,11 +1609,11 @@ endforeach;
1609
  ?>
1610
  <div class="mec-box" id="mec_ticket_variation_row<?php echo $i; ?>">
1611
  <div class="mec-form-row">
1612
- <input class="mec-col-12" type="text" name="mec[ticket_variations][<?php echo $i; ?>][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket_variation['title'] ) ? esc_attr( $ticket_variation['title'] ) : '' ); ?>" />
1613
  </div>
1614
  <div class="mec-form-row">
1615
  <span class="mec-col-4">
1616
- <input type="text" name="mec[ticket_variations][<?php echo $i; ?>][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket_variation['price'] ) ? esc_attr( $ticket_variation['price'] ) : '' ); ?>" />
1617
  <span class="mec-tooltip">
1618
  <div class="box top">
1619
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
@@ -1626,7 +1626,7 @@ endforeach;
1626
  </span>
1627
  </span>
1628
  <span class="mec-col-4">
1629
- <input type="number" min="0" name="mec[ticket_variations][<?php echo $i; ?>][max]" placeholder="<?php esc_attr_e( 'Maximum Per Ticket', 'modern-events-calendar-lite' ); ?>" value="<?php echo ( isset( $ticket_variation['max'] ) ? $ticket_variation['max'] : '' ); ?>" />
1630
  <span class="mec-tooltip">
1631
  <div class="box top">
1632
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
@@ -1638,7 +1638,7 @@ endforeach;
1638
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1639
  </span>
1640
  </span>
1641
- <button class="button" type="button" id="mec_remove_ticket_variation_button<?php echo $i; ?>" onclick="mec_remove_ticket_variation(<?php echo $i; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1642
  </div>
1643
  </div>
1644
  <?php endforeach; ?>
@@ -1649,11 +1649,11 @@ endforeach;
1649
  <div class="mec-util-hidden" id="mec_new_ticket_variation_raw">
1650
  <div class="mec-box" id="mec_ticket_variation_row:i:">
1651
  <div class="mec-form-row">
1652
- <input class="mec-col-12" type="text" name="mec[ticket_variations][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite' ); ?>" />
1653
  </div>
1654
  <div class="mec-form-row">
1655
  <span class="mec-col-4">
1656
- <input type="text" name="mec[ticket_variations][:i:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite' ); ?>" />
1657
  <span class="mec-tooltip">
1658
  <div class="box top">
1659
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
@@ -1666,7 +1666,7 @@ endforeach;
1666
  </span>
1667
  </span>
1668
  <span class="mec-col-4">
1669
- <input type="number" min="0" name="mec[ticket_variations][:i:][max]" placeholder="<?php esc_attr_e( 'Maximum Per Ticket', 'modern-events-calendar-lite' ); ?>" value="1" />
1670
  <span class="mec-tooltip">
1671
  <div class="box top">
1672
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
@@ -1678,7 +1678,7 @@ endforeach;
1678
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1679
  </span>
1680
  </span>
1681
- <button class="button" type="button" id="mec_remove_ticket_variation_button:i:" onclick="mec_remove_ticket_variation(:i:);"><?php _e( 'Remove', 'modern-events-calendar-lite' ); ?></button>
1682
  </div>
1683
  </div>
1684
  </div>
@@ -1731,7 +1731,7 @@ endforeach;
1731
  [
1732
  'mandatory' => '0',
1733
  'type' => 'name',
1734
- 'label' => esc_html__( 'Name', 'modern-events-calendar-lite' ),
1735
  ]
1736
  );
1737
  }
@@ -1742,14 +1742,14 @@ endforeach;
1742
  [
1743
  'mandatory' => '0',
1744
  'type' => 'mec_email',
1745
- 'label' => esc_html__( 'Email', 'modern-events-calendar-lite' ),
1746
  ]
1747
  );
1748
  }
1749
 
1750
  ?>
1751
  <div class="mec-meta-box-fields" id="mec-reg-fields">
1752
- <h4 class="mec-meta-box-header"><?php _e( 'Booking Form', 'modern-events-calendar-lite' ); ?></h4>
1753
  <div id="mec_meta_box_reg_fields_form">
1754
  <div class="mec-form-row">
1755
  <label>
@@ -1759,7 +1759,7 @@ endforeach;
1759
  if ( $global_inheritance ) {
1760
  echo 'checked="checked"';}
1761
  ?>
1762
- /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite' ); ?>
1763
  </label>
1764
  </div>
1765
  <?php do_action( 'mec_meta_box_reg_fields_form', $post->ID ); ?>
@@ -1812,19 +1812,19 @@ endforeach;
1812
  ?>
1813
  </ul>
1814
  <div id="mec_reg_form_field_types">
1815
- <button type="button" class="button red" data-type="name"><?php _e( 'MEC Name', 'modern-events-calendar-lite' ); ?></button>
1816
- <button type="button" class="button red" data-type="mec_email"><?php _e( 'MEC Email', 'modern-events-calendar-lite' ); ?></button>
1817
- <button type="button" class="button" data-type="text"><?php _e( 'Text', 'modern-events-calendar-lite' ); ?></button>
1818
- <button type="button" class="button" data-type="email"><?php _e( 'Email', 'modern-events-calendar-lite' ); ?></button>
1819
- <button type="button" class="button" data-type="date"><?php _e( 'Date', 'modern-events-calendar-lite' ); ?></button>
1820
- <button type="button" class="button" data-type="tel"><?php _e( 'Tel', 'modern-events-calendar-lite' ); ?></button>
1821
- <button type="button" class="button" data-type="file"><?php _e( 'File', 'modern-events-calendar-lite' ); ?></button>
1822
- <button type="button" class="button" data-type="textarea"><?php _e( 'Textarea', 'modern-events-calendar-lite' ); ?></button>
1823
- <button type="button" class="button" data-type="checkbox"><?php _e( 'Checkboxes', 'modern-events-calendar-lite' ); ?></button>
1824
- <button type="button" class="button" data-type="radio"><?php _e( 'Radio Buttons', 'modern-events-calendar-lite' ); ?></button>
1825
- <button type="button" class="button" data-type="select"><?php _e( 'Dropdown', 'modern-events-calendar-lite' ); ?></button>
1826
- <button type="button" class="button" data-type="agreement"><?php _e( 'Agreement', 'modern-events-calendar-lite' ); ?></button>
1827
- <button type="button" class="button" data-type="p"><?php _e( 'Paragraph', 'modern-events-calendar-lite' ); ?></button>
1828
  </div>
1829
  <input type="hidden" id="mec_new_reg_field_key" value="<?php echo $i + 1; ?>" />
1830
  <div class="mec-util-hidden">
@@ -2364,7 +2364,7 @@ endforeach;
2364
  if ( wp_count_terms( $taxonomy ) ) {
2365
  wp_dropdown_categories(
2366
  array(
2367
- 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_labels', __( 'labels', 'modern-events-calendar-lite' ) ) ),
2368
  'taxonomy' => $taxonomy,
2369
  'name' => $taxonomy,
2370
  'value_field' => 'slug',
@@ -2381,7 +2381,7 @@ endforeach;
2381
  if ( wp_count_terms( $taxonomy ) ) {
2382
  wp_dropdown_categories(
2383
  array(
2384
- 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_locations', __( 'locations', 'modern-events-calendar-lite' ) ) ),
2385
  'taxonomy' => $taxonomy,
2386
  'name' => $taxonomy,
2387
  'value_field' => 'slug',
@@ -2398,7 +2398,7 @@ endforeach;
2398
  if ( wp_count_terms( $taxonomy ) ) {
2399
  wp_dropdown_categories(
2400
  array(
2401
- 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_organizers', __( 'organizers', 'modern-events-calendar-lite' ) ) ),
2402
  'taxonomy' => $taxonomy,
2403
  'name' => $taxonomy,
2404
  'value_field' => 'slug',
@@ -2425,14 +2425,14 @@ endforeach;
2425
  unset( $columns['author'] );
2426
  unset( $columns['tags'] );
2427
 
2428
- $columns['title'] = __( 'Title', 'modern-events-calendar-lite' );
2429
- $columns['location'] = $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite' ) );
2430
- $columns['organizer'] = $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) );
2431
- $columns['start_date'] = __( 'Start Date', 'modern-events-calendar-lite' );
2432
- $columns['end_date'] = __( 'End Date', 'modern-events-calendar-lite' );
2433
 
2434
- $columns['repeat'] = __( 'Repeat', 'modern-events-calendar-lite' );
2435
- $columns['author'] = __( 'Author', 'modern-events-calendar-lite' );
2436
 
2437
  return $columns;
2438
  }
@@ -2542,23 +2542,23 @@ endforeach;
2542
  <script type="text/javascript">
2543
  jQuery(document).ready(function()
2544
  {
2545
- jQuery('<option>').val('ical-export').text('<?php echo __( 'iCal Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2546
- jQuery('<option>').val('ical-export').text('<?php echo __( 'iCal Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2547
 
2548
- jQuery('<option>').val('csv-export').text('<?php echo __( 'CSV Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2549
- jQuery('<option>').val('csv-export').text('<?php echo __( 'CSV Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2550
 
2551
- jQuery('<option>').val('ms-excel-export').text('<?php echo __( 'MS Excel Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2552
- jQuery('<option>').val('ms-excel-export').text('<?php echo __( 'MS Excel Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2553
 
2554
- jQuery('<option>').val('xml-export').text('<?php echo __( 'XML Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2555
- jQuery('<option>').val('xml-export').text('<?php echo __( 'XML Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2556
 
2557
- jQuery('<option>').val('json-export').text('<?php echo __( 'JSON Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2558
- jQuery('<option>').val('json-export').text('<?php echo __( 'JSON Export', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2559
 
2560
- jQuery('<option>').val('duplicate').text('<?php echo __( 'Duplicate', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action']");
2561
- jQuery('<option>').val('duplicate').text('<?php echo __( 'Duplicate', 'modern-events-calendar-lite' ); ?>').appendTo("select[name='action2']");
2562
  });
2563
  </script>
2564
  <?php
@@ -2606,7 +2606,7 @@ endforeach;
2606
  header( 'Content-Disposition: attachment; filename=bookings-' . md5( time() . mt_rand( 100, 999 ) ) . '.csv' );
2607
 
2608
  $post_ids = $_GET['post'];
2609
- $columns = array( __( 'ID', 'modern-events-calendar-lite' ), __( 'Title', 'modern-events-calendar-lite' ), __( 'Start Date', 'modern-events-calendar-lite' ), __( 'Start Time', 'modern-events-calendar-lite' ), __( 'End Date', 'modern-events-calendar-lite' ), __( 'End Time', 'modern-events-calendar-lite' ), __( 'Link', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite' ) ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ), sprintf( __( '%s Tel', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ) ), sprintf( __( '%s Email', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ) ), $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite' ) ) );
2610
 
2611
  $output = fopen( 'php://output', 'w' );
2612
  fputcsv( $output, $columns );
@@ -2648,7 +2648,7 @@ endforeach;
2648
  header( 'Content-Disposition: attachment; filename=bookings-' . md5( time() . mt_rand( 100, 999 ) ) . '.csv' );
2649
 
2650
  $post_ids = $_GET['post'];
2651
- $columns = array( __( 'ID', 'modern-events-calendar-lite' ), __( 'Title', 'modern-events-calendar-lite' ), __( 'Start Date', 'modern-events-calendar-lite' ), __( 'Start Time', 'modern-events-calendar-lite' ), __( 'End Date', 'modern-events-calendar-lite' ), __( 'End Time', 'modern-events-calendar-lite' ), __( 'Link', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite' ) ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ), sprintf( __( '%s Tel', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ) ), sprintf( __( '%s Email', 'modern-events-calendar-lite' ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite' ) ) ), $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite' ) ) );
2652
 
2653
  $output = fopen( 'php://output', 'w' );
2654
  fwrite( $output, "sep=\t" . PHP_EOL );
131
  $this->PT,
132
  array(
133
  'labels' => array(
134
+ 'name' => __( 'Events', 'modern-events-calendar-lite'),
135
+ 'singular_name' => __( 'Event', 'modern-events-calendar-lite'),
136
+ 'add_new' => __( 'Add Event', 'modern-events-calendar-lite'),
137
+ 'add_new_item' => __( 'Add New Event', 'modern-events-calendar-lite'),
138
+ 'not_found' => __( 'No events found!', 'modern-events-calendar-lite'),
139
+ 'all_items' => __( 'All Events', 'modern-events-calendar-lite'),
140
+ 'edit_item' => __( 'Edit Event', 'modern-events-calendar-lite'),
141
+ 'view_item' => __( 'View Event', 'modern-events-calendar-lite'),
142
+ 'not_found_in_trash' => __( 'No events found in Trash!', 'modern-events-calendar-lite'),
143
  ),
144
  'public' => true,
145
  'has_archive' => ( $this->main->get_archive_status() ? true : false ),
156
  )
157
  );
158
 
159
+ $singular_label = $this->main->m( 'taxonomy_category', __( 'Category', 'modern-events-calendar-lite') );
160
+ $plural_label = $this->main->m( 'taxonomy_categories', __( 'Categories', 'modern-events-calendar-lite') );
161
 
162
  register_taxonomy(
163
  'mec_category',
167
  'labels' => array(
168
  'name' => $plural_label,
169
  'singular_name' => $singular_label,
170
+ 'all_items' => sprintf( __( 'All %s', 'modern-events-calendar-lite'), $plural_label ),
171
+ 'edit_item' => sprintf( __( 'Edit %s', 'modern-events-calendar-lite'), $singular_label ),
172
+ 'view_item' => sprintf( __( 'View %s', 'modern-events-calendar-lite'), $singular_label ),
173
+ 'update_item' => sprintf( __( 'Update %s', 'modern-events-calendar-lite'), $singular_label ),
174
+ 'add_new_item' => sprintf( __( 'Add New %s', 'modern-events-calendar-lite'), $singular_label ),
175
+ 'new_item_name' => sprintf( __( 'New %s Name', 'modern-events-calendar-lite'), $singular_label ),
176
+ 'popular_items' => sprintf( __( 'Popular %s', 'modern-events-calendar-lite'), $plural_label ),
177
+ 'search_items' => sprintf( __( 'Search %s', 'modern-events-calendar-lite'), $plural_label ),
178
  ),
179
  'public' => true,
180
  'show_ui' => true,
197
  add_thickbox();
198
  ?>
199
  <div class="form-field">
200
+ <label for="mec_cat_icon"><?php _e( 'Category Icon', 'modern-events-calendar-lite'); ?></label>
201
  <input type="hidden" name="mec_cat_icon" id="mec_cat_icon" value="" />
202
+ <a href="<?php echo $this->main->asset( 'icon.html' ); ?>" class="thickbox mec_category_icon button"><?php echo __( 'Select icon', 'modern-events-calendar-lite'); ?></a>
203
  </div>
204
 
205
  <?php
216
  ?>
217
  <tr class="form-field">
218
  <th scope="row" valign="top">
219
+ <label for="mec_cat_icon"><?php _e( 'Category Icon', 'modern-events-calendar-lite'); ?></label>
220
  </th>
221
  <td>
222
  <input type="hidden" name="mec_cat_icon" id="mec_cat_icon" value="<?php echo $icon; ?>" />
223
+ <a href="<?php echo $this->main->asset( 'icon.html' ); ?>" class="thickbox mec_category_icon button"><?php echo __( 'Select icon', 'modern-events-calendar-lite'); ?></a>
224
  <?php if ( isset( $icon ) ) : ?>
225
  <div class="mec-webnus-icon"><i class="<?php echo $icon; ?> mec-color"></i></div>
226
  <?php endif; ?>
265
  * @author Webnus <info@webnus.biz>
266
  */
267
  public function register_meta_boxes() {
268
+ add_meta_box( 'mec_metabox_details', __( 'Event Details', 'modern-events-calendar-lite'), array( $this, 'meta_box_details' ), $this->main->get_main_post_type(), 'normal', 'high' );
269
 
270
  // Show Booking meta box onnly if booking module is enabled
271
  if ( $this->getPRO() and isset( $this->settings['booking_status'] ) and $this->settings['booking_status'] ) {
272
+ add_meta_box( 'mec_metabox_booking', __( 'Booking', 'modern-events-calendar-lite'), array( $this, 'meta_box_booking' ), $this->main->get_main_post_type(), 'normal', 'high' );
273
  }
274
  }
275
 
303
  $cost = get_post_meta( $post->ID, 'mec_cost', true );
304
  ?>
305
  <div class="mec-meta-box-fields" id="mec-cost">
306
+ <h4><?php echo $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite') ); ?></h4>
307
  <div id="mec_meta_box_cost_form">
308
  <div class="mec-form-row">
309
+ <input type="text" class="mec-col-6" name="mec[cost]" id="mec_cost" value="<?php echo esc_attr( $cost ); ?>" placeholder="<?php _e( 'Cost', 'modern-events-calendar-lite'); ?>" />
310
  </div>
311
  </div>
312
  </div>
399
 
400
  <?php if ( $note_visibility and trim( $note ) ) : ?>
401
  <div class="mec-event-note">
402
+ <h4><?php _e( 'Note for reviewer', 'modern-events-calendar-lite'); ?></h4>
403
  <p><?php echo $note; ?></p>
404
  </div>
405
  <?php endif; ?>
406
 
407
  <?php if ( trim( $fes_guest_email ) and trim( $fes_guest_name ) ) : ?>
408
  <div class="mec-guest-data">
409
+ <h4><?php _e( 'Guest Data', 'modern-events-calendar-lite'); ?></h4>
410
+ <p><strong><?php _e( 'Name', 'modern-events-calendar-lite'); ?>:</strong> <?php echo $fes_guest_name; ?></p>
411
+ <p><strong><?php _e( 'Email', 'modern-events-calendar-lite'); ?>:</strong> <?php echo $fes_guest_email; ?></p>
412
  </div>
413
  <?php endif; ?>
414
  <?php do_action( 'start_mec_custom_fields', $post ); ?>
415
+ <h4><?php _e( 'Date and Time', 'modern-events-calendar-lite'); ?></h4>
416
  <div id="mec_meta_box_date_form">
417
  <div class="mec-title">
418
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
419
+ <label for="mec_start_date"><?php _e( 'Start Date', 'modern-events-calendar-lite'); ?></label>
420
  </div>
421
  <div class="mec-form-row">
422
  <div class="mec-col-4">
423
+ <input type="text" name="mec[date][start][date]" id="mec_start_date" value="<?php echo esc_attr( $start_date ); ?>" placeholder="<?php _e( 'Start Date', 'modern-events-calendar-lite'); ?>" autocomplete="off" />
424
  </div>
425
  <div class="mec-col-6 mec-time-picker
426
  <?php
484
  if ( $start_time_ampm == 'AM' ) {
485
  echo 'selected="selected"';}
486
  ?>
487
+ value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
488
  <option
489
  <?php
490
  if ( $start_time_ampm == 'PM' ) {
491
  echo 'selected="selected"';}
492
  ?>
493
+ value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
494
  </select>
495
  <?php endif; ?>
496
  </div>
497
  </div>
498
  <div class="mec-title">
499
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
500
+ <label for="mec_end_date"><?php _e( 'End Date', 'modern-events-calendar-lite'); ?></label>
501
  </div>
502
  <div class="mec-form-row">
503
  <div class="mec-col-4">
504
+ <input type="text" name="mec[date][end][date]" id="mec_end_date" value="<?php echo esc_attr( $end_date ); ?>" placeholder="<?php _e( 'End Date', 'modern-events-calendar-lite'); ?>" autocomplete="off" />
505
  </div>
506
  <div class="mec-col-6 mec-time-picker
507
  <?php
565
  if ( $end_time_ampm == 'AM' ) {
566
  echo 'selected="selected"';}
567
  ?>
568
+ value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
569
  <option
570
  <?php
571
  if ( $end_time_ampm == 'PM' ) {
572
  echo 'selected="selected"';}
573
  ?>
574
+ value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
575
  </select>
576
  <?php endif; ?>
577
  </div>
582
  if ( $allday == '1' ) {
583
  echo 'checked="checked"';}
584
  ?>
585
+ type="checkbox" name="mec[date][allday]" id="mec_allday" value="1" onchange="jQuery('.mec-time-picker').toggle();" /><label for="mec_allday"><?php _e( 'All Day Event', 'modern-events-calendar-lite'); ?></label>
586
  </div>
587
  <div class="mec-form-row">
588
  <input
590
  if ( $hide_time == '1' ) {
591
  echo 'checked="checked"';}
592
  ?>
593
+ type="checkbox" name="mec[date][hide_time]" id="mec_hide_time" value="1" /><label for="mec_hide_time"><?php _e( 'Hide Event Time', 'modern-events-calendar-lite'); ?></label>
594
  </div>
595
  <div class="mec-form-row">
596
  <input
598
  if ( $hide_end_time == '1' ) {
599
  echo 'checked="checked"';}
600
  ?>
601
+ type="checkbox" name="mec[date][hide_end_time]" id="mec_hide_end_time" value="1" /><label for="mec_hide_end_time"><?php _e( 'Hide Event End Time', 'modern-events-calendar-lite'); ?></label>
602
  </div>
603
  <div class="mec-form-row">
604
  <div class="mec-col-4">
605
+ <input type="text" class="" name="mec[date][comment]" id="mec_comment" placeholder="<?php _e( 'Time Comment', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( $comment ); ?>" />
606
  <span class="mec-tooltip">
607
  <div class="box top">
608
  <h5 class="title"><?php _e('Time Comment', 'modern-events-calendar-lite'); ?></h5>
623
  if ( $repeat_status == '1' ) {
624
  echo 'checked="checked"';}
625
  ?>
626
+ type="checkbox" name="mec[date][repeat][status]" id="mec_repeat" value="1" /><label for="mec_repeat"><?php _e( 'Event Repeating', 'modern-events-calendar-lite'); ?></label>
627
  </div>
628
  <div class="mec-form-repeating-event-row">
629
  <div class="mec-form-row">
630
+ <label class="mec-col-3" for="mec_repeat_type"><?php _e( 'Repeats', 'modern-events-calendar-lite'); ?></label>
631
  <select class="mec-col-2" name="mec[date][repeat][type]" id="mec_repeat_type">
632
  <option
633
  <?php
634
  if ( $repeat_type == 'daily' ) {
635
  echo 'selected="selected"';}
636
  ?>
637
+ value="daily"><?php _e( 'Daily', 'modern-events-calendar-lite'); ?></option>
638
  <option
639
  <?php
640
  if ( $repeat_type == 'weekday' ) {
641
  echo 'selected="selected"';}
642
  ?>
643
+ value="weekday"><?php _e( 'Every Weekday', 'modern-events-calendar-lite'); ?></option>
644
  <option
645
  <?php
646
  if ( $repeat_type == 'weekend' ) {
647
  echo 'selected="selected"';}
648
  ?>
649
+ value="weekend"><?php _e( 'Every Weekend', 'modern-events-calendar-lite'); ?></option>
650
  <option
651
  <?php
652
  if ( $repeat_type == 'certain_weekdays' ) {
653
  echo 'selected="selected"';}
654
  ?>
655
+ value="certain_weekdays"><?php _e( 'Certain Weekdays', 'modern-events-calendar-lite'); ?></option>
656
  <option
657
  <?php
658
  if ( $repeat_type == 'weekly' ) {
659
  echo 'selected="selected"';}
660
  ?>
661
+ value="weekly"><?php _e( 'Weekly', 'modern-events-calendar-lite'); ?></option>
662
  <option
663
  <?php
664
  if ( $repeat_type == 'monthly' ) {
665
  echo 'selected="selected"';}
666
  ?>
667
+ value="monthly"><?php _e( 'Monthly', 'modern-events-calendar-lite'); ?></option>
668
  <option
669
  <?php
670
  if ( $repeat_type == 'yearly' ) {
671
  echo 'selected="selected"';}
672
  ?>
673
+ value="yearly"><?php _e( 'Yearly', 'modern-events-calendar-lite'); ?></option>
674
  <option
675
  <?php
676
  if ( $repeat_type == 'custom_days' ) {
677
  echo 'selected="selected"';}
678
  ?>
679
+ value="custom_days"><?php _e( 'Custom Days', 'modern-events-calendar-lite'); ?></option>
680
  </select>
681
  </div>
682
  <div class="mec-form-row" id="mec_repeat_interval_container">
683
+ <label class="mec-col-3" for="mec_repeat_interval"><?php _e( 'Repeat Interval', 'modern-events-calendar-lite'); ?></label>
684
+ <input class="mec-col-2" type="text" name="mec[date][repeat][interval]" id="mec_repeat_interval" placeholder="<?php _e( 'Repeat interval', 'modern-events-calendar-lite'); ?>" value="<?php echo ( $repeat_type == 'weekly' ? ( $repeat_interval / 7 ) : $repeat_interval ); ?>" />
685
  </div>
686
  <div class="mec-form-row" id="mec_repeat_certain_weekdays_container">
687
+ <label class="mec-col-3"><?php _e( 'Week Days', 'modern-events-calendar-lite'); ?></label>
688
+ <label> <input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="1" <?php echo ( in_array( 1, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Monday', 'modern-events-calendar-lite'); ?></label>
689
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="2" <?php echo ( in_array( 2, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Tuesday', 'modern-events-calendar-lite'); ?></label>
690
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="3" <?php echo ( in_array( 3, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Wednesday', 'modern-events-calendar-lite'); ?></label>
691
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="4" <?php echo ( in_array( 4, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Thursday', 'modern-events-calendar-lite'); ?></label>
692
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="5" <?php echo ( in_array( 5, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Friday', 'modern-events-calendar-lite'); ?></label>
693
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="6" <?php echo ( in_array( 6, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Saturday', 'modern-events-calendar-lite'); ?></label>
694
+ <label>&nbsp;<input type="checkbox" name="mec[date][repeat][certain_weekdays][]" value="7" <?php echo ( in_array( 7, $certain_weekdays ) ? 'checked="checked"' : '' ); ?> /><?php _e( 'Sunday', 'modern-events-calendar-lite'); ?></label>
695
  </div>
696
  <div class="mec-form-row" id="mec_exceptions_in_days_container">
697
  <div class="mec-form-row">
698
  <div class="mec-col-6">
699
+ <input type="text" id="mec_exceptions_in_days_start_date" value="" placeholder="<?php _e( 'Start', 'modern-events-calendar-lite'); ?>" class="mec_date_picker" />
700
+ <input type="text" id="mec_exceptions_in_days_end_date" value="" placeholder="<?php _e( 'End', 'modern-events-calendar-lite'); ?>" class="mec_date_picker" />
701
+ <button class="button" type="button" id="mec_add_in_days"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
702
  <span class="mec-tooltip">
703
  <div class="box top">
704
  <h5 class="title"><?php _e('Custom Days Repeating', 'modern-events-calendar-lite'); ?></h5>
734
  </div>
735
  <div id="mec_end_wrapper">
736
  <div class="mec-form-row">
737
+ <label for="mec_repeat_ends_never"><h4 class="mec-title"><?php _e( 'Ends Repeat', 'modern-events-calendar-lite'); ?></h4></label>
738
  </div>
739
  <div class="mec-form-row">
740
  <input
743
  echo 'checked="checked"';}
744
  ?>
745
  type="radio" value="never" name="mec[date][repeat][end]" id="mec_repeat_ends_never" />
746
+ <label for="mec_repeat_ends_never"><?php _e( 'Never', 'modern-events-calendar-lite'); ?></label>
747
  </div>
748
  <div class="mec-form-row">
749
  <div class="mec-col-3">
753
  echo 'checked="checked"';}
754
  ?>
755
  type="radio" value="date" name="mec[date][repeat][end]" id="mec_repeat_ends_date" />
756
+ <label for="mec_repeat_ends_date"><?php _e( 'On', 'modern-events-calendar-lite'); ?></label>
757
  </div>
758
  <input class="mec-col-2" type="text" name="mec[date][repeat][end_at_date]" id="mec_date_repeat_end_at_date" value="<?php echo esc_attr( $repeat_end_at_date ); ?>" />
759
  </div>
765
  echo 'checked="checked"';}
766
  ?>
767
  type="radio" value="occurrences" name="mec[date][repeat][end]" id="mec_repeat_ends_occurrences" />
768
+ <label for="mec_repeat_ends_occurrences"><?php _e( 'After', 'modern-events-calendar-lite'); ?></label>
769
  </div>
770
+ <input class="mec-col-2" type="text" name="mec[date][repeat][end_at_occurrences]" id="mec_date_repeat_end_at_occurrences" placeholder="<?php _e( 'Occurrences times', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( ( $repeat_end_at_occurrences + 1 ) ); ?>" />
771
  <span class="mec-tooltip">
772
  <div class="box top">
773
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
797
  $not_in_days = trim( $not_in_days_str ) ? explode( ',', $not_in_days_str ) : array();
798
  ?>
799
  <div class="mec-meta-box-fields" id="mec-exceptional-days">
800
+ <h4><?php _e( 'Exceptional Days', 'modern-events-calendar-lite'); ?></h4>
801
  <div id="mec_meta_box_exceptions_form">
802
 
803
  <div id="mec_exceptions_not_in_days_container">
804
  <div class="mec-title">
805
  <span class="mec-dashicons dashicons dashicons-calendar-alt"></span>
806
+ <label for="mec_exceptions_not_in_days_date"><?php _e( 'Exclude certain days', 'modern-events-calendar-lite'); ?></label>
807
  </div>
808
  <div class="mec-form-row">
809
  <div class="mec-col-6">
810
+ <input type="text" id="mec_exceptions_not_in_days_date" value="" placeholder="<?php _e( 'Date', 'modern-events-calendar-lite'); ?>" class="mec_date_picker" />
811
+ <button class="button" type="button" id="mec_add_not_in_days"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
812
  <span class="mec-tooltip">
813
  <div class="box top">
814
  <h5 class="title"><?php _e('Exclude certain days', 'modern-events-calendar-lite'); ?></h5>
863
  $hourly_schedules = array();
864
  if ( ! isset( $meta_hourly_schedules[ $first_key ]['schedules'] ) ) {
865
  $hourly_schedules[] = array(
866
+ 'title' => __( 'Day 1', 'modern-events-calendar-lite'),
867
  'schedules' => $meta_hourly_schedules,
868
  );
869
  } else {
885
  );
886
  ?>
887
  <div class="mec-meta-box-fields" id="mec-hourly-schedule">
888
+ <h4><?php _e( 'Hourly Schedule', 'modern-events-calendar-lite'); ?></h4>
889
  <div id="mec_meta_box_hourly_schedule_day_form">
890
  <div class="mec-form-row">
891
+ <button class="button" type="button" id="mec_add_hourly_schedule_day_button"><?php _e( 'Add Day', 'modern-events-calendar-lite'); ?></button>
892
+ <span class="description"><?php esc_attr_e( 'Add new days for schedule. For example if your event is multiple days, you can add a different schedule for each day!', 'modern-events-calendar-lite'); ?></span>
893
  </div>
894
  </div>
895
  <div id="mec_meta_box_hourly_schedule_days">
896
  <?php $d = 0; foreach ( $hourly_schedules as $day ) : ?>
897
  <div id="mec_meta_box_hourly_schedule_day_<?php echo $d; ?>">
898
+ <h4><?php echo isset( $day['title'] ) ? $day['title'] : sprintf( __( 'Day %s', 'modern-events-calendar-lite'), $d + 1 ); ?></h4>
899
  <div id="mec_meta_box_hourly_schedule_form<?php echo $d; ?>">
900
  <div class="mec-form-row">
901
+ <div class="mec-col-1"><label for="mec_add_hourly_schedule_day<?php echo $d; ?>_title"><?php echo __( 'Title', 'modern-events-calendar-lite'); ?></label></div>
902
  <div class="mec-col-10"><input type="text" id="mec_add_hourly_schedule_day<?php echo $d; ?>_title" name="mec[hourly_schedules][<?php echo $d; ?>][title]" value="<?php echo isset( $day['title'] ) ? $day['title'] : ''; ?>" class="widefat"></div>
903
+ <div class="mec-col-1"><button class="button" type="button" onclick="mec_hourly_schedule_day_remove(<?php echo $d; ?>)"><?php echo __( 'Remove', 'modern-events-calendar-lite'); ?></button></div>
904
  </div>
905
  <div class="mec-form-row">
906
+ <button class="button mec-add-hourly-schedule-button" type="button" id="mec_add_hourly_schedule_button<?php echo $d; ?>" data-day="<?php echo $d; ?>"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
907
+ <span class="description"><?php esc_attr_e( 'Add new hourly schedule row', 'modern-events-calendar-lite'); ?></span>
908
  </div>
909
  <div id="mec_hourly_schedules<?php echo $d; ?>">
910
  <?php
915
  } $i = max( $i, $key );
916
  ?>
917
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row<?php echo $d; ?>_<?php echo $key; ?>">
918
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( $hourly_schedule['from'] ); ?>" />
919
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( $hourly_schedule['to'] ); ?>" />
920
+ <input class="mec-col-3" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( $hourly_schedule['title'] ); ?>" />
921
+ <input class="mec-col-6" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite'); ?>" value="<?php echo esc_attr( $hourly_schedule['description'] ); ?>" />
922
+ <button class="button" type="button" onclick="mec_hourly_schedule_remove(<?php echo $d; ?>, <?php echo $key; ?>)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
923
  <?php if ( $speakers_status ) : ?>
924
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
925
+ <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite') ); ?></strong>
926
  <?php foreach ( $speakers as $speaker ) : ?>
927
  <label><input type="checkbox" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][<?php echo $key; ?>][speakers][]" value="<?php echo $speaker->term_id; ?>" <?php echo ( isset( $hourly_schedule['speakers'] ) and in_array( $speaker->term_id, $hourly_schedule['speakers'] ) ) ? 'checked="checked"' : ''; ?>><?php echo $speaker->name; ?></label>
928
  <?php endforeach; ?>
935
  <input type="hidden" id="mec_new_hourly_schedule_key<?php echo $d; ?>" value="<?php echo $i + 1; ?>" />
936
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_raw<?php echo $d; ?>">
937
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row<?php echo $d; ?>_:i:">
938
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite'); ?>" />
939
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite'); ?>" />
940
+ <input class="mec-col-3" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite'); ?>" />
941
+ <input class="mec-col-6" type="text" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite'); ?>" />
942
+ <button class="button" type="button" onclick="mec_hourly_schedule_remove(<?php echo $d; ?>, :i:)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
943
  <?php if ( $speakers_status ) : ?>
944
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
945
+ <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite') ); ?></strong>
946
  <?php foreach ( $speakers as $speaker ) : ?>
947
  <label><input type="checkbox" name="mec[hourly_schedules][<?php echo $d; ?>][schedules][:i:][speakers][]" value="<?php echo $speaker->term_id; ?>"><?php echo $speaker->name; ?></label>
948
  <?php endforeach; ?>
959
  <input type="hidden" id="mec_new_hourly_schedule_day_key" value="<?php echo $d; ?>" />
960
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_day_raw">
961
  <div id="mec_meta_box_hourly_schedule_day_:d:">
962
+ <h4><?php echo __( 'New Day', 'modern-events-calendar-lite'); ?></h4>
963
  <div id="mec_meta_box_hourly_schedule_form:d:">
964
  <div class="mec-form-row">
965
+ <div class="mec-col-1"><label for="mec_add_hourly_schedule_day:d:_title"><?php echo __( 'Title', 'modern-events-calendar-lite'); ?></label></div>
966
+ <div class="mec-col-10"><input type="text" id="mec_add_hourly_schedule_day:d:_title" name="mec[hourly_schedules][:d:][title]" value="<?php echo __( 'New Day', 'modern-events-calendar-lite'); ?>" class="widefat"></div>
967
+ <div class="mec-col-1"><button class="button" type="button" onclick="mec_hourly_schedule_day_remove(:d:)"><?php echo __( 'Remove', 'modern-events-calendar-lite'); ?></button></div>
968
  </div>
969
  <div class="mec-form-row">
970
+ <button class="button mec-add-hourly-schedule-button" type="button" id="mec_add_hourly_schedule_button:d:" data-day=":d:"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
971
+ <span class="description"><?php esc_attr_e( 'Add new hourly schedule row', 'modern-events-calendar-lite'); ?></span>
972
  </div>
973
  <div id="mec_hourly_schedules:d:">
974
  </div>
976
  <input type="hidden" id="mec_new_hourly_schedule_key:d:" value="1" />
977
  <div class="mec-util-hidden" id="mec_new_hourly_schedule_raw:d:">
978
  <div class="mec-form-row mec-box" id="mec_hourly_schedule_row:d:_:i:">
979
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][from]" placeholder="<?php esc_attr_e( 'From e.g. 8:15', 'modern-events-calendar-lite'); ?>" />
980
+ <input class="mec-col-1" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][to]" placeholder="<?php esc_attr_e( 'To e.g. 8:45', 'modern-events-calendar-lite'); ?>" />
981
+ <input class="mec-col-3" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite'); ?>" />
982
+ <input class="mec-col-6" type="text" name="mec[hourly_schedules][:d:][schedules][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite'); ?>" />
983
+ <button class="button" type="button" onclick="mec_hourly_schedule_remove(:d:, :i:)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
984
  <?php if ( $speakers_status ) : ?>
985
  <div class="mec-col-12 mec-hourly-schedule-form-speakers">
986
+ <strong><?php echo $this->main->m( 'taxonomy_speakers', __( 'Speakers', 'modern-events-calendar-lite') ); ?></strong>
987
  <?php foreach ( $speakers as $speaker ) : ?>
988
  <label><input type="checkbox" name="mec[hourly_schedules][:d:][schedules][:i:][speakers][]" value="<?php echo $speaker->term_id; ?>"><?php echo $speaker->name; ?></label>
989
  <?php endforeach; ?>
1010
  $more_info_target = get_post_meta( $post->ID, 'mec_more_info_target', true );
1011
  ?>
1012
  <div class="mec-meta-box-fields" id="mec-read-more">
1013
+ <h4><?php _e( 'Event Links', 'modern-events-calendar-lite'); ?></h4>
1014
  <div class="mec-form-row">
1015
+ <label class="mec-col-2" for="mec_read_more_link"><?php echo $this->main->m( 'read_more_link', __( 'Event Link', 'modern-events-calendar-lite') ); ?></label>
1016
+ <input class="mec-col-7" type="text" name="mec[read_more]" id="mec_read_more_link" value="<?php echo esc_attr( $read_more ); ?>" placeholder="<?php _e( 'eg. http://yoursite.com/your-event', 'modern-events-calendar-lite'); ?>" />
1017
  <span class="mec-tooltip">
1018
  <div class="box top">
1019
  <h5 class="title"><?php _e('Event Link', 'modern-events-calendar-lite'); ?></h5>
1026
  </span>
1027
  </div>
1028
  <div class="mec-form-row">
1029
+ <label class="mec-col-2" for="mec_more_info_link"><?php echo $this->main->m( 'more_info_link', __( 'More Info', 'modern-events-calendar-lite') ); ?></label>
1030
+ <input class="mec-col-5" type="text" name="mec[more_info]" id="mec_more_info_link" value="<?php echo esc_attr( $more_info ); ?>" placeholder="<?php _e( 'eg. http://yoursite.com/your-event', 'modern-events-calendar-lite'); ?>" />
1031
+ <input class="mec-col-2" type="text" name="mec[more_info_title]" id="mec_more_info_title" value="<?php echo esc_attr( $more_info_title ); ?>" placeholder="<?php _e( 'More Information', 'modern-events-calendar-lite'); ?>" />
1032
  <select class="mec-col-2" name="mec[more_info_target]" id="mec_more_info_target">
1033
+ <option value="_self" <?php echo ( $more_info_target == '_self' ? 'selected="selected"' : '' ); ?>><?php _e( 'Current Window', 'modern-events-calendar-lite'); ?></option>
1034
+ <option value="_blank" <?php echo ( $more_info_target == '_blank' ? 'selected="selected"' : '' ); ?>><?php _e( 'New Window', 'modern-events-calendar-lite'); ?></option>
1035
  </select>
1036
  <span class="mec-tooltip">
1037
  <div class="box top">
1075
  ?>
1076
  <div id="mec-booking">
1077
  <div class="mec-meta-box-fields" id="mec_meta_box_booking_options_form">
1078
+ <label for="mec_bookings_limit"><h4 class="mec-title"><?php _e( 'Total booking limits', 'modern-events-calendar-lite'); ?></h4></label>
1079
  <div class="mec-form-row">
1080
  <label class="mec-col-4" for="mec_bookings_limit_unlimited" id="mec_bookings_limit_unlimited_label">
1081
  <input type="hidden" name="mec[booking][bookings_limit_unlimited]" value="0" />
1085
  echo 'checked="checked"';}
1086
  ?>
1087
  type="checkbox" value="1" name="mec[booking][bookings_limit_unlimited]" />
1088
+ <?php _e( 'Unlimited', 'modern-events-calendar-lite'); ?>
1089
  </label>
1090
+ <input class="mec-col-4" type="text" name="mec[booking][bookings_limit]" id="mec_bookings_limit" value="<?php echo esc_attr( $bookings_limit ); ?>" placeholder="<?php _e( '100', 'modern-events-calendar-lite'); ?>" class="
1091
  <?php
1092
  if ( $bookings_limit_unlimited == 1 ) {
1093
  echo 'mec-util-hidden';}
1123
  }
1124
  ?>
1125
  <div class="mec-meta-box-fields" id="mec-tickets">
1126
+ <h4 class="mec-meta-box-header"><?php echo $this->main->m( 'tickets', __( 'Tickets', 'modern-events-calendar-lite') ); ?></h4>
1127
 
1128
  <?php if ( $post->ID != $this->main->get_original_event( $post->ID ) ) : ?>
1129
+ <p class="warning-msg"><?php _e( "You're translating an event so MEC will use the original event for tickets and booking. You can only translate the ticket name and description. Please define exact tickets that you defined in the original event here.", 'modern-events-calendar-lite'); ?></p>
1130
  <?php endif; ?>
1131
 
1132
  <div id="mec_meta_box_tickets_form">
1133
  <div class="mec-form-row">
1134
+ <button class="button" type="button" id="mec_add_ticket_button"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
1135
  </div>
1136
  <div id="mec_tickets">
1137
  <?php
1143
  ?>
1144
  <div class="mec-box" id="mec_ticket_row<?php echo $key; ?>">
1145
  <div class="mec-form-row">
1146
+ <input type="text" class="mec-col-12" name="mec[tickets][<?php echo $key; ?>][name]" placeholder="<?php esc_attr_e( 'Ticket Name', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket['name'] ) ? esc_attr( $ticket['name'] ) : '' ); ?>" />
1147
  </div>
1148
  <div class="mec-form-row wn-ticket-time">
1149
  <div class="mec-ticket-start-time mec-col-12">
1150
+ <span><?php esc_html_e( 'Start Time', 'modern-events-calendar-lite'); ?></span>
1151
  <select name="mec[tickets][<?php echo $key; ?>][ticket_start_time_hour]">
1152
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1153
  <option
1175
  if ( $ticket['ticket_start_time_ampm'] == 'AM' ) {
1176
  echo 'selected="selected"';}
1177
  ?>
1178
+ value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
1179
  <option
1180
  <?php
1181
  if ( $ticket['ticket_start_time_ampm'] == 'PM' ) {
1182
  echo 'selected="selected"';}
1183
  ?>
1184
+ value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
1185
  </select>
1186
  </div>
1187
  <div class="mec-ticket-end-time mec-col-12">
1188
+ <span><?php esc_html_e( 'End Time', 'modern-events-calendar-lite'); ?></span>
1189
  <select name="mec[tickets][<?php echo $key; ?>][ticket_end_time_hour]">
1190
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1191
  <option
1213
  if ( $ticket['ticket_end_time_ampm'] == 'AM' ) {
1214
  echo 'selected="selected"';}
1215
  ?>
1216
+ value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
1217
  <option
1218
  <?php
1219
  if ( $ticket['ticket_end_time_ampm'] == 'PM' ) {
1220
  echo 'selected="selected"';}
1221
  ?>
1222
+ value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
1223
  </select>
1224
  </div>
1225
  </div>
1226
  <div class="mec-form-row">
1227
+ <input type="text" class="mec-col-12" name="mec[tickets][<?php echo $key; ?>][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket['description'] ) ? esc_attr( $ticket['description'] ) : '' ); ?>" />
1228
  </div>
1229
  <div class="mec-form-row">
1230
  <span class="mec-col-4">
1231
+ <input type="text" name="mec[tickets][<?php echo $key; ?>][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket['price'] ) ? esc_attr( $ticket['price'] ) : '' ); ?>" />
1232
  <span class="mec-tooltip">
1233
  <div class="box top">
1234
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1241
  </span>
1242
  </span>
1243
  <span class="mec-col-8">
1244
+ <input type="text" name="mec[tickets][<?php echo $key; ?>][price_label]" placeholder="<?php esc_attr_e( 'Price Label', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket['price_label'] ) ? esc_attr( $ticket['price_label'] ) : '' ); ?>" class="mec-col-12" />
1245
  <span class="mec-tooltip">
1246
  <div class="box top">
1247
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1255
  </span>
1256
  </div>
1257
  <div class="mec-form-row">
1258
+ <input class="mec-col-4" type="text" name="mec[tickets][<?php echo $key; ?>][limit]" placeholder="<?php esc_attr_e( 'Available Tickets', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket['limit'] ) ? esc_attr( $ticket['limit'] ) : '100' ); ?>" />
1259
  <label class="mec-col-2" for="mec_tickets_unlimited_<?php echo $key; ?>" id="mec_bookings_limit_unlimited_label<?php echo $key; ?>">
1260
  <input type="hidden" name="mec[tickets][<?php echo $key; ?>][unlimited]" value="0" />
1261
  <input id="mec_tickets_unlimited_<?php echo $key; ?>" type="checkbox" value="1" name="mec[tickets][<?php echo $key; ?>][unlimited]"
1264
  echo 'checked="checked"';}
1265
  ?>
1266
  />
1267
+ <?php _e( 'Unlimited', 'modern-events-calendar-lite'); ?>
1268
  </label>
1269
+ <button class="button" type="button" onclick="mec_ticket_remove(<?php echo $key; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1270
  </div>
1271
  <?php do_action('custom_field_ticket' , $ticket,$key); ?>
1272
  <div id="mec_price_per_dates_container">
1273
  <div class="mec-form-row">
1274
+ <h4><?php _e( 'Price per Date', 'modern-events-calendar-lite'); ?></h4>
1275
+ <button class="button mec_add_price_date_button" type="button" data-key="<?php echo $key; ?>"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
1276
  </div>
1277
  <div id="mec-ticket-price-dates-<?php echo $key; ?>">
1278
  <?php if ( isset( $ticket['dates'] ) and count( $ticket['dates'] ) ) : ?>
1285
  ?>
1286
  <div id="mec_ticket_price_raw_<?php echo $key; ?>_<?php echo $p; ?>">
1287
  <div class="mec-form-row">
1288
+ <input class="mec-col-3 mec_date_picker" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][start]" value="<?php echo isset( $price_date['start'] ) ? $price_date['start'] : date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite'); ?>" />
1289
+ <input class="mec-col-3 mec_date_picker" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][end]" value="<?php echo isset( $price_date['end'] ) ? $price_date['end'] : date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite'); ?>" />
1290
+ <input class="mec-col-3" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][price]" value="<?php echo isset( $price_date['price'] ) ? $price_date['price'] : ''; ?>" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" />
1291
+ <input class="mec-col-2" type="text" name="mec[tickets][<?php echo $key; ?>][dates][<?php echo $p; ?>][label]" value="<?php echo isset( $price_date['label'] ) ? $price_date['label'] : ''; ?>" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite'); ?>" />
1292
+ <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(<?php echo $key; ?>, <?php echo $p; ?>)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1293
  </div>
1294
  </div>
1295
  <?php endforeach; ?>
1299
  <div class="mec-util-hidden" id="mec_new_ticket_price_raw_<?php echo $key; ?>">
1300
  <div id="mec_ticket_price_raw_<?php echo $key; ?>_:j:">
1301
  <div class="mec-form-row">
1302
+ <input class="mec-col-3 new_added" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][start]" value="<?php echo date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite'); ?>" />
1303
+ <input class="mec-col-3 new_added" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][end]" value="<?php echo date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite'); ?>" />
1304
+ <input class="mec-col-3" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" />
1305
+ <input class="mec-col-2" type="text" name="mec[tickets][<?php echo $key; ?>][dates][:j:][label]" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite'); ?>" />
1306
+ <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(<?php echo $key; ?>, :j:)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1307
  </div>
1308
  </div>
1309
  </div>
1316
  <div class="mec-util-hidden" id="mec_new_ticket_raw">
1317
  <div class="mec-box" id="mec_ticket_row:i:">
1318
  <div class="mec-form-row">
1319
+ <input class="mec-col-12" type="text" name="mec[tickets][:i:][name]" placeholder="<?php esc_attr_e( 'Ticket Name', 'modern-events-calendar-lite'); ?>" />
1320
  </div>
1321
  <div class="mec-form-row wn-ticket-time">
1322
  <div class="mec-ticket-start-time mec-col-12">
1323
+ <span><?php esc_html_e( 'Start Time', 'modern-events-calendar-lite'); ?></span>
1324
  <select name="mec[tickets][:i:][ticket_start_time_hour]">
1325
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1326
  <option
1338
  <?php endfor; ?>
1339
  </select>
1340
  <select name="mec[tickets][:i:][ticket_start_time_ampm]">
1341
+ <option selected="selected" value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
1342
+ <option value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
1343
  </select>
1344
  </div>
1345
  <div class="mec-ticket-start-time mec-col-12">
1346
+ <span><?php esc_html_e( 'End Time', 'modern-events-calendar-lite'); ?></span>
1347
  <select name="mec[tickets][:i:][ticket_end_time_hour]">
1348
  <?php for ( $j = 1; $j <= 12; $j++ ) : ?>
1349
  <option
1361
  <?php endfor; ?>
1362
  </select>
1363
  <select name="mec[tickets][:i:][ticket_end_time_ampm]">
1364
+ <option value="AM"><?php _e( 'AM', 'modern-events-calendar-lite'); ?></option>
1365
+ <option selected="selected" value="PM"><?php _e( 'PM', 'modern-events-calendar-lite'); ?></option>
1366
  </select>
1367
  </div>
1368
  </div>
1369
  <div class="mec-form-row">
1370
+ <input class="mec-col-12" type="text" name="mec[tickets][:i:][description]" placeholder="<?php esc_attr_e( 'Description', 'modern-events-calendar-lite'); ?>" />
1371
  </div>
1372
  <div class="mec-form-row">
1373
  <span class="mec-col-4">
1374
+ <input type="text" name="mec[tickets][:i:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" />
1375
  <span class="mec-tooltip">
1376
  <div class="box top">
1377
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1384
  </span>
1385
  </span>
1386
  <span class="mec-col-8">
1387
+ <input type="text" name="mec[tickets][:i:][price_label]" placeholder="<?php esc_attr_e( 'Price Label', 'modern-events-calendar-lite'); ?>" class="mec-col-12" />
1388
  <span class="mec-tooltip">
1389
  <div class="box top">
1390
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1398
  </span>
1399
  </div>
1400
  <div class="mec-form-row">
1401
+ <input class="mec-col-4" type="text" name="mec[tickets][:i:][limit]" placeholder="<?php esc_attr_e( 'Available Tickets', 'modern-events-calendar-lite'); ?>" />
1402
  <label class="mec-col-4" for="mec_tickets_unlimited_:i:" id="mec_bookings_limit_unlimited_label">
1403
  <input type="hidden" name="mec[tickets][:i:][unlimited]" value="0" />
1404
  <input id="mec_tickets_unlimited_:i:" type="checkbox" value="1" name="mec[tickets][:i:][unlimited]" />
1405
+ <?php _e( 'Unlimited', 'modern-events-calendar-lite'); ?>
1406
  </label>
1407
+ <button class="button" type="button" onclick="mec_ticket_remove(:i:)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1408
  </div>
1409
  <div id="mec_price_per_dates_container_:i:">
1410
  <div class="mec-form-row">
1411
+ <h4><?php _e( 'Price per Date', 'modern-events-calendar-lite'); ?></h4>
1412
+ <button class="button mec_add_price_date_button" type="button" data-key=":i:"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
1413
  </div>
1414
  <div id="mec-ticket-price-dates-:i:">
1415
  </div>
1417
  <div class="mec-util-hidden" id="mec_new_ticket_price_raw_:i:">
1418
  <div id="mec_ticket_price_raw_:i:_:j:">
1419
  <div class="mec-form-row">
1420
+ <input class="mec-col-3 new_added" type="text" name="mec[tickets][:i:][dates][:j:][start]" value="<?php echo date( 'Y-m-d' ); ?>" placeholder="<?php esc_attr_e( 'Start', 'modern-events-calendar-lite'); ?>" />
1421
+ <input class="mec-col-3 new_added" type="text" name="mec[tickets][:i:][dates][:j:][end]" value="<?php echo date( 'Y-m-d', strtotime( '+10 days' ) ); ?>" placeholder="<?php esc_attr_e( 'End', 'modern-events-calendar-lite'); ?>" />
1422
+ <input class="mec-col-3" type="text" name="mec[tickets][:i:][dates][:j:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" />
1423
+ <input class="mec-col-2" type="text" name="mec[tickets][:i:][dates][:j:][label]" placeholder="<?php esc_attr_e( 'Label', 'modern-events-calendar-lite'); ?>" />
1424
+ <button class="button mec-col-1" type="button" onclick="mec_ticket_price_remove(:i:, :j:)"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1425
  </div>
1426
  </div>
1427
  </div>
1456
  }
1457
  ?>
1458
  <div class="mec-meta-box-fields" id="mec-fees">
1459
+ <h4 class="mec-meta-box-header"><?php _e( 'Fees', 'modern-events-calendar-lite'); ?></h4>
1460
  <div id="mec_meta_box_fees_form">
1461
  <div class="mec-form-row">
1462
  <label>
1466
  if ( $global_inheritance ) {
1467
  echo 'checked="checked"';}
1468
  ?>
1469
+ /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite'); ?>
1470
  </label>
1471
  </div>
1472
  <div id="mec_taxes_fees_container_toggle" class="
1476
  ?>
1477
  ">
1478
  <div class="mec-form-row">
1479
+ <button class="button" type="button" id="mec_add_fee_button"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
1480
  </div>
1481
  <div id="mec_fees_list">
1482
  <?php
1488
  ?>
1489
  <div class="mec-box" id="mec_fee_row<?php echo $i; ?>">
1490
  <div class="mec-form-row">
1491
+ <input class="mec-col-12" type="text" name="mec[fees][<?php echo $i; ?>][title]" placeholder="<?php esc_attr_e( 'Fee Title', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $fee['title'] ) ? esc_attr( $fee['title'] ) : '' ); ?>" />
1492
  </div>
1493
  <div class="mec-form-row">
1494
  <span class="mec-col-4">
1495
+ <input type="text" name="mec[fees][<?php echo $i; ?>][amount]" placeholder="<?php esc_attr_e( 'Amount', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $fee['amount'] ) ? esc_attr( $fee['amount'] ) : '' ); ?>" />
1496
  <span class="mec-tooltip">
1497
  <div class="box top">
1498
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1506
  </span>
1507
  <span class="mec-col-4">
1508
  <select name="mec[fees][<?php echo $i; ?>][type]">
1509
+ <option value="percent" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'percent' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Percent', 'modern-events-calendar-lite'); ?></option>
1510
+ <option value="amount" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'amount' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Amount (Per Ticket)', 'modern-events-calendar-lite'); ?></option>
1511
+ <option value="amount_per_booking" <?php echo ( ( isset( $fee['type'] ) and $fee['type'] == 'amount_per_booking' ) ? 'selected="selected"' : '' ); ?>><?php _e( 'Amount (Per Booking)', 'modern-events-calendar-lite'); ?></option>
1512
  </select>
1513
  </span>
1514
+ <button class="button" type="button" id="mec_remove_fee_button<?php echo $i; ?>" onclick="mec_remove_fee(<?php echo $i; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1515
  </div>
1516
  </div>
1517
  <?php endforeach; ?>
1522
  <div class="mec-util-hidden" id="mec_new_fee_raw">
1523
  <div class="mec-box" id="mec_fee_row:i:">
1524
  <div class="mec-form-row">
1525
+ <input class="mec-col-12" type="text" name="mec[fees][:i:][title]" placeholder="<?php esc_attr_e( 'Fee Title', 'modern-events-calendar-lite'); ?>" />
1526
  </div>
1527
  <div class="mec-form-row">
1528
  <span class="mec-col-4">
1529
+ <input type="text" name="mec[fees][:i:][amount]" placeholder="<?php esc_attr_e( 'Amount', 'modern-events-calendar-lite'); ?>" />
1530
  <span class="mec-tooltip">
1531
  <div class="box top">
1532
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1540
  </span>
1541
  <span class="mec-col-4">
1542
  <select name="mec[fees][:i:][type]">
1543
+ <option value="percent"><?php _e( 'Percent', 'modern-events-calendar-lite'); ?></option>
1544
+ <option value="amount"><?php _e( 'Amount (Per Ticket)', 'modern-events-calendar-lite'); ?></option>
1545
+ <option value="amount_per_booking"><?php _e( 'Amount (Per Booking)', 'modern-events-calendar-lite'); ?></option>
1546
  </select>
1547
  </span>
1548
+ <button class="button" type="button" id="mec_remove_fee_button:i:" onclick="mec_remove_fee(:i:);"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1549
  </div>
1550
  </div>
1551
  </div>
1577
  }
1578
  ?>
1579
  <div class="mec-meta-box-fields" id="mec-ticket-variations">
1580
+ <h4 class="mec-meta-box-header"><?php _e( 'Ticket Variations / Options', 'modern-events-calendar-lite'); ?></h4>
1581
  <div id="mec_meta_box_ticket_variations_form">
1582
  <div class="mec-form-row">
1583
  <label>
1587
  if ( $global_inheritance ) {
1588
  echo 'checked="checked"';}
1589
  ?>
1590
+ /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite'); ?>
1591
  </label>
1592
  </div>
1593
  <div id="mec_taxes_ticket_variations_container_toggle" class="
1597
  ?>
1598
  ">
1599
  <div class="mec-form-row">
1600
+ <button class="button" type="button" id="mec_add_ticket_variation_button"><?php _e( 'Add', 'modern-events-calendar-lite'); ?></button>
1601
  </div>
1602
  <div id="mec_ticket_variations_list">
1603
  <?php
1609
  ?>
1610
  <div class="mec-box" id="mec_ticket_variation_row<?php echo $i; ?>">
1611
  <div class="mec-form-row">
1612
+ <input class="mec-col-12" type="text" name="mec[ticket_variations][<?php echo $i; ?>][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket_variation['title'] ) ? esc_attr( $ticket_variation['title'] ) : '' ); ?>" />
1613
  </div>
1614
  <div class="mec-form-row">
1615
  <span class="mec-col-4">
1616
+ <input type="text" name="mec[ticket_variations][<?php echo $i; ?>][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket_variation['price'] ) ? esc_attr( $ticket_variation['price'] ) : '' ); ?>" />
1617
  <span class="mec-tooltip">
1618
  <div class="box top">
1619
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1626
  </span>
1627
  </span>
1628
  <span class="mec-col-4">
1629
+ <input type="number" min="0" name="mec[ticket_variations][<?php echo $i; ?>][max]" placeholder="<?php esc_attr_e( 'Maximum Per Ticket', 'modern-events-calendar-lite'); ?>" value="<?php echo ( isset( $ticket_variation['max'] ) ? $ticket_variation['max'] : '' ); ?>" />
1630
  <span class="mec-tooltip">
1631
  <div class="box top">
1632
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1638
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1639
  </span>
1640
  </span>
1641
+ <button class="button" type="button" id="mec_remove_ticket_variation_button<?php echo $i; ?>" onclick="mec_remove_ticket_variation(<?php echo $i; ?>);"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1642
  </div>
1643
  </div>
1644
  <?php endforeach; ?>
1649
  <div class="mec-util-hidden" id="mec_new_ticket_variation_raw">
1650
  <div class="mec-box" id="mec_ticket_variation_row:i:">
1651
  <div class="mec-form-row">
1652
+ <input class="mec-col-12" type="text" name="mec[ticket_variations][:i:][title]" placeholder="<?php esc_attr_e( 'Title', 'modern-events-calendar-lite'); ?>" />
1653
  </div>
1654
  <div class="mec-form-row">
1655
  <span class="mec-col-4">
1656
+ <input type="text" name="mec[ticket_variations][:i:][price]" placeholder="<?php esc_attr_e( 'Price', 'modern-events-calendar-lite'); ?>" />
1657
  <span class="mec-tooltip">
1658
  <div class="box top">
1659
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1666
  </span>
1667
  </span>
1668
  <span class="mec-col-4">
1669
+ <input type="number" min="0" name="mec[ticket_variations][:i:][max]" placeholder="<?php esc_attr_e( 'Maximum Per Ticket', 'modern-events-calendar-lite'); ?>" value="1" />
1670
  <span class="mec-tooltip">
1671
  <div class="box top">
1672
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1678
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1679
  </span>
1680
  </span>
1681
+ <button class="button" type="button" id="mec_remove_ticket_variation_button:i:" onclick="mec_remove_ticket_variation(:i:);"><?php _e( 'Remove', 'modern-events-calendar-lite'); ?></button>
1682
  </div>
1683
  </div>
1684
  </div>
1731
  [
1732
  'mandatory' => '0',
1733
  'type' => 'name',
1734
+ 'label' => esc_html__( 'Name', 'modern-events-calendar-lite'),
1735
  ]
1736
  );
1737
  }
1742
  [
1743
  'mandatory' => '0',
1744
  'type' => 'mec_email',
1745
+ 'label' => esc_html__( 'Email', 'modern-events-calendar-lite'),
1746
  ]
1747
  );
1748
  }
1749
 
1750
  ?>
1751
  <div class="mec-meta-box-fields" id="mec-reg-fields">
1752
+ <h4 class="mec-meta-box-header"><?php _e( 'Booking Form', 'modern-events-calendar-lite'); ?></h4>
1753
  <div id="mec_meta_box_reg_fields_form">
1754
  <div class="mec-form-row">
1755
  <label>
1759
  if ( $global_inheritance ) {
1760
  echo 'checked="checked"';}
1761
  ?>
1762
+ /> <?php _e( 'Inherit from global options', 'modern-events-calendar-lite'); ?>
1763
  </label>
1764
  </div>
1765
  <?php do_action( 'mec_meta_box_reg_fields_form', $post->ID ); ?>
1812
  ?>
1813
  </ul>
1814
  <div id="mec_reg_form_field_types">
1815
+ <button type="button" class="button red" data-type="name"><?php _e( 'MEC Name', 'modern-events-calendar-lite'); ?></button>
1816
+ <button type="button" class="button red" data-type="mec_email"><?php _e( 'MEC Email', 'modern-events-calendar-lite'); ?></button>
1817
+ <button type="button" class="button" data-type="text"><?php _e( 'Text', 'modern-events-calendar-lite'); ?></button>
1818
+ <button type="button" class="button" data-type="email"><?php _e( 'Email', 'modern-events-calendar-lite'); ?></button>
1819
+ <button type="button" class="button" data-type="date"><?php _e( 'Date', 'modern-events-calendar-lite'); ?></button>
1820
+ <button type="button" class="button" data-type="tel"><?php _e( 'Tel', 'modern-events-calendar-lite'); ?></button>
1821
+ <button type="button" class="button" data-type="file"><?php _e( 'File', 'modern-events-calendar-lite'); ?></button>
1822
+ <button type="button" class="button" data-type="textarea"><?php _e( 'Textarea', 'modern-events-calendar-lite'); ?></button>
1823
+ <button type="button" class="button" data-type="checkbox"><?php _e( 'Checkboxes', 'modern-events-calendar-lite'); ?></button>
1824
+ <button type="button" class="button" data-type="radio"><?php _e( 'Radio Buttons', 'modern-events-calendar-lite'); ?></button>
1825
+ <button type="button" class="button" data-type="select"><?php _e( 'Dropdown', 'modern-events-calendar-lite'); ?></button>
1826
+ <button type="button" class="button" data-type="agreement"><?php _e( 'Agreement', 'modern-events-calendar-lite'); ?></button>
1827
+ <button type="button" class="button" data-type="p"><?php _e( 'Paragraph', 'modern-events-calendar-lite'); ?></button>
1828
  </div>
1829
  <input type="hidden" id="mec_new_reg_field_key" value="<?php echo $i + 1; ?>" />
1830
  <div class="mec-util-hidden">
2364
  if ( wp_count_terms( $taxonomy ) ) {
2365
  wp_dropdown_categories(
2366
  array(
2367
+ 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_labels', __( 'labels', 'modern-events-calendar-lite') ) ),
2368
  'taxonomy' => $taxonomy,
2369
  'name' => $taxonomy,
2370
  'value_field' => 'slug',
2381
  if ( wp_count_terms( $taxonomy ) ) {
2382
  wp_dropdown_categories(
2383
  array(
2384
+ 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_locations', __( 'locations', 'modern-events-calendar-lite') ) ),
2385
  'taxonomy' => $taxonomy,
2386
  'name' => $taxonomy,
2387
  'value_field' => 'slug',
2398
  if ( wp_count_terms( $taxonomy ) ) {
2399
  wp_dropdown_categories(
2400
  array(
2401
+ 'show_option_all' => sprintf( __( 'Show all %s', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_organizers', __( 'organizers', 'modern-events-calendar-lite') ) ),
2402
  'taxonomy' => $taxonomy,
2403
  'name' => $taxonomy,
2404
  'value_field' => 'slug',
2425
  unset( $columns['author'] );
2426
  unset( $columns['tags'] );
2427
 
2428
+ $columns['title'] = __( 'Title', 'modern-events-calendar-lite');
2429
+ $columns['location'] = $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite') );
2430
+ $columns['organizer'] = $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') );
2431
+ $columns['start_date'] = __( 'Start Date', 'modern-events-calendar-lite');
2432
+ $columns['end_date'] = __( 'End Date', 'modern-events-calendar-lite');
2433
 
2434
+ $columns['repeat'] = __( 'Repeat', 'modern-events-calendar-lite');
2435
+ $columns['author'] = __( 'Author', 'modern-events-calendar-lite');
2436
 
2437
  return $columns;
2438
  }
2542
  <script type="text/javascript">
2543
  jQuery(document).ready(function()
2544
  {
2545
+ jQuery('<option>').val('ical-export').text('<?php echo __( 'iCal Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2546
+ jQuery('<option>').val('ical-export').text('<?php echo __( 'iCal Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2547
 
2548
+ jQuery('<option>').val('csv-export').text('<?php echo __( 'CSV Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2549
+ jQuery('<option>').val('csv-export').text('<?php echo __( 'CSV Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2550
 
2551
+ jQuery('<option>').val('ms-excel-export').text('<?php echo __( 'MS Excel Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2552
+ jQuery('<option>').val('ms-excel-export').text('<?php echo __( 'MS Excel Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2553
 
2554
+ jQuery('<option>').val('xml-export').text('<?php echo __( 'XML Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2555
+ jQuery('<option>').val('xml-export').text('<?php echo __( 'XML Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2556
 
2557
+ jQuery('<option>').val('json-export').text('<?php echo __( 'JSON Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2558
+ jQuery('<option>').val('json-export').text('<?php echo __( 'JSON Export', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2559
 
2560
+ jQuery('<option>').val('duplicate').text('<?php echo __( 'Duplicate', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action']");
2561
+ jQuery('<option>').val('duplicate').text('<?php echo __( 'Duplicate', 'modern-events-calendar-lite'); ?>').appendTo("select[name='action2']");
2562
  });
2563
  </script>
2564
  <?php
2606
  header( 'Content-Disposition: attachment; filename=bookings-' . md5( time() . mt_rand( 100, 999 ) ) . '.csv' );
2607
 
2608
  $post_ids = $_GET['post'];
2609
+ $columns = array( __( 'ID', 'modern-events-calendar-lite'), __( 'Title', 'modern-events-calendar-lite'), __( 'Start Date', 'modern-events-calendar-lite'), __( 'Start Time', 'modern-events-calendar-lite'), __( 'End Date', 'modern-events-calendar-lite'), __( 'End Time', 'modern-events-calendar-lite'), __( 'Link', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite') ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ), sprintf( __( '%s Tel', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ) ), sprintf( __( '%s Email', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ) ), $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite') ) );
2610
 
2611
  $output = fopen( 'php://output', 'w' );
2612
  fputcsv( $output, $columns );
2648
  header( 'Content-Disposition: attachment; filename=bookings-' . md5( time() . mt_rand( 100, 999 ) ) . '.csv' );
2649
 
2650
  $post_ids = $_GET['post'];
2651
+ $columns = array( __( 'ID', 'modern-events-calendar-lite'), __( 'Title', 'modern-events-calendar-lite'), __( 'Start Date', 'modern-events-calendar-lite'), __( 'Start Time', 'modern-events-calendar-lite'), __( 'End Date', 'modern-events-calendar-lite'), __( 'End Time', 'modern-events-calendar-lite'), __( 'Link', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_location', __( 'Location', 'modern-events-calendar-lite') ), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ), sprintf( __( '%s Tel', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ) ), sprintf( __( '%s Email', 'modern-events-calendar-lite'), $this->main->m( 'taxonomy_organizer', __( 'Organizer', 'modern-events-calendar-lite') ) ), $this->main->m( 'event_cost', __( 'Event Cost', 'modern-events-calendar-lite') ) );
2652
 
2653
  $output = fopen( 'php://output', 'w' );
2654
  fwrite( $output, "sep=\t" . PHP_EOL );
app/features/ix.php CHANGED
@@ -749,17 +749,36 @@ class MEC_feature_ix extends MEC_base
749
  {
750
  $third_party = isset($this->ix['third-party']) ? $this->ix['third-party'] : NULL;
751
 
752
- if($third_party == 'eventon' and class_exists('EventON')) $post_type = 'ajde_events';
753
- elseif($third_party == 'the-events-calendar' and class_exists('Tribe__Events__Main')) $post_type = 'tribe_events';
754
- elseif($third_party == 'weekly-class' and class_exists('WeeklyClass')) $post_type = 'class';
755
- elseif($third_party == 'calendarize-it' and class_exists('plugin_righthere_calendar')) $post_type = 'events';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
756
  else return array('success'=>0, 'message'=>__("Third Party plugin is not installed and activated!", 'modern-events-calendar-lite'));
757
 
758
- $events = get_posts(array(
759
- 'posts_per_page' => -1,
760
- 'post_type' => $post_type,
761
- ));
762
-
763
  return array(
764
  'success' => 1,
765
  'data' => array(
@@ -1271,6 +1290,8 @@ class MEC_feature_ix extends MEC_base
1271
  'mec_repeat_end_at_occurrences'=>9,
1272
  'mec_repeat_end_at_date'=>$finish,
1273
  'mec_in_days'=>$days,
 
 
1274
  )
1275
  );
1276
 
749
  {
750
  $third_party = isset($this->ix['third-party']) ? $this->ix['third-party'] : NULL;
751
 
752
+ if($third_party == 'eventon' and class_exists('EventON'))
753
+ {
754
+ $events = get_posts(array(
755
+ 'posts_per_page' => -1,
756
+ 'post_type' => 'ajde_events',
757
+ ));
758
+ }
759
+ elseif($third_party == 'the-events-calendar' and class_exists('Tribe__Events__Main'))
760
+ {
761
+ $events = tribe_get_events(array(
762
+ 'posts_per_page' => -1,
763
+ 'post_type' => 'tribe_events',
764
+ ));
765
+ }
766
+ elseif($third_party == 'weekly-class' and class_exists('WeeklyClass'))
767
+ {
768
+ $events = get_posts(array(
769
+ 'posts_per_page' => -1,
770
+ 'post_type' => 'class',
771
+ ));
772
+ }
773
+ elseif($third_party == 'calendarize-it' and class_exists('plugin_righthere_calendar'))
774
+ {
775
+ $events = get_posts(array(
776
+ 'posts_per_page' => -1,
777
+ 'post_type' => 'events',
778
+ ));
779
+ }
780
  else return array('success'=>0, 'message'=>__("Third Party plugin is not installed and activated!", 'modern-events-calendar-lite'));
781
 
 
 
 
 
 
782
  return array(
783
  'success' => 1,
784
  'data' => array(
1290
  'mec_repeat_end_at_occurrences'=>9,
1291
  'mec_repeat_end_at_date'=>$finish,
1292
  'mec_in_days'=>$days,
1293
+ 'mec_more_info'=>$metas['_EventURL'],
1294
+ 'mec_cost'=>trim($metas['_EventCurrencySymbol'].$metas['_EventCost']),
1295
  )
1296
  );
1297
 
app/features/mec/addons.php CHANGED
@@ -1,4 +1,7 @@
1
  <?php
 
 
 
2
  $version = NULL;
3
  if($this->getPRO())
4
  {
@@ -8,6 +11,9 @@ if($this->getPRO())
8
  $v = $envato->get_MEC_info('version');
9
  $version = isset($v->version) ? $v->version : NULL;
10
  }
 
 
 
11
  ?>
12
  <div id="webnus-dashboard" class="wrap about-wrap mec-addons">
13
  <div class="welcome-head w-clearfix">
1
  <?php
2
+ /** no direct access **/
3
+ defined('MECEXEC') or die();
4
+
5
  $version = NULL;
6
  if($this->getPRO())
7
  {
11
  $v = $envato->get_MEC_info('version');
12
  $version = isset($v->version) ? $v->version : NULL;
13
  }
14
+
15
+ wp_enqueue_style('mec-lity-style', $this->main->asset('packages/lity/lity.min.css'));
16
+ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.js'));
17
  ?>
18
  <div id="webnus-dashboard" class="wrap about-wrap mec-addons">
19
  <div class="welcome-head w-clearfix">
app/features/mec/regform.php CHANGED
@@ -24,7 +24,7 @@ if ( ! $mec_name ) {
24
  [
25
  'mandatory' => '0',
26
  'type' => 'name',
27
- 'label' => esc_html__( 'Name', 'modern-events-calendar-lite' ),
28
  ]
29
  );
30
  }
@@ -35,7 +35,7 @@ if ( ! $mec_email ) {
35
  [
36
  'mandatory' => '0',
37
  'type' => 'mec_email',
38
- 'label' => esc_html__( 'Email', 'modern-events-calendar-lite' ),
39
  ]
40
  );
41
  }
@@ -44,7 +44,7 @@ if ( ! $mec_email ) {
44
  <div class="wns-be-container">
45
 
46
  <div id="wns-be-infobar">
47
- <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e( 'Save Changes', 'modern-events-calendar-lite' ); ?></a>
48
  </div>
49
 
50
  <div class="wns-be-sidebar">
@@ -57,7 +57,7 @@ if ( ! $mec_email ) {
57
  <i class="sl-arrow-down"></i>
58
  </span>
59
  <i class="mec-sl-settings"></i>
60
- <span class="wns-be-group-menu-title"><?php _e( 'Settings', 'modern-events-calendar-lite' ); ?></span>
61
  </a>
62
  </li>
63
 
@@ -65,14 +65,14 @@ if ( ! $mec_email ) {
65
  <li class="wns-be-group-menu-li active">
66
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-reg-form' ); ?>" id="" class="wns-be-group-tab-link-a">
67
  <i class="mec-sl-layers"></i>
68
- <span class="wns-be-group-menu-title"><?php _e( 'Booking Form', 'modern-events-calendar-lite' ); ?></span>
69
  </a>
70
  </li>
71
 
72
  <li class="wns-be-group-menu-li">
73
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-gateways' ); ?>" id="" class="wns-be-group-tab-link-a">
74
  <i class="mec-sl-wallet"></i>
75
- <span class="wns-be-group-menu-title"><?php _e( 'Payment Gateways', 'modern-events-calendar-lite' ); ?></span>
76
  </a>
77
  </li>
78
  <?php endif; ?>
@@ -80,42 +80,42 @@ if ( ! $mec_email ) {
80
  <li class="wns-be-group-menu-li">
81
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-notifications' ); ?>" id="" class="wns-be-group-tab-link-a">
82
  <i class="mec-sl-envelope"></i>
83
- <span class="wns-be-group-menu-title"><?php _e( 'Notifications', 'modern-events-calendar-lite' ); ?></span>
84
  </a>
85
  </li>
86
 
87
  <li class="wns-be-group-menu-li">
88
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-styling' ); ?>" id="" class="wns-be-group-tab-link-a">
89
  <i class="mec-sl-equalizer"></i>
90
- <span class="wns-be-group-menu-title"><?php _e( 'Styling Options', 'modern-events-calendar-lite' ); ?></span>
91
  </a>
92
  </li>
93
 
94
  <li class="wns-be-group-menu-li">
95
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-customcss' ); ?>" id="" class="wns-be-group-tab-link-a">
96
  <i class="mec-sl-wrench"></i>
97
- <span class="wns-be-group-menu-title"><?php _e( 'Custom CSS', 'modern-events-calendar-lite' ); ?></span>
98
  </a>
99
  </li>
100
 
101
  <li class="wns-be-group-menu-li">
102
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-messages' ); ?>" id="" class="wns-be-group-tab-link-a">
103
  <i class="mec-sl-bubble"></i>
104
- <span class="wns-be-group-menu-title"><?php _e( 'Messages', 'modern-events-calendar-lite' ); ?></span>
105
  </a>
106
  </li>
107
 
108
  <li class="wns-be-group-menu-li">
109
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-ie' ); ?>" id="" class="wns-be-group-tab-link-a">
110
  <i class="mec-sl-refresh"></i>
111
- <span class="wns-be-group-menu-title"><?php _e( 'Import / Export', 'modern-events-calendar-lite' ); ?></span>
112
  </a>
113
  </li>
114
 
115
  <!-- <li class="wns-be-group-menu-li">
116
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-support' ); ?>" id="" class="wns-be-group-tab-link-a">
117
  <i class="mec-sl-support"></i>
118
- <span class="wns-be-group-menu-title"><?php _e( 'Support', 'modern-events-calendar-lite' ); ?></span>
119
  </a>
120
  </li> -->
121
 
@@ -128,7 +128,7 @@ if ( ! $mec_email ) {
128
 
129
  <div id="wns-be-content">
130
  <div class="wns-be-group-tab">
131
- <h2><?php _e( 'Booking Form', 'modern-events-calendar-lite' ); ?></h2>
132
  <div class="mec-container">
133
  <?php do_action( 'before_mec_reg_fields_form' ); ?>
134
  <form id="mec_reg_fields_form">
@@ -177,25 +177,25 @@ if ( ! $mec_email ) {
177
  ?>
178
  </ul>
179
  <div id="mec_reg_form_field_types">
180
- <button type="button" class="button red" data-type="name"><?php _e( 'MEC Name', 'modern-events-calendar-lite' ); ?></button>
181
- <button type="button" class="button red" data-type="mec_email"><?php _e( 'MEC Email', 'modern-events-calendar-lite' ); ?></button>
182
- <button type="button" class="button" data-type="text"><?php _e( 'Text', 'modern-events-calendar-lite' ); ?></button>
183
- <button type="button" class="button" data-type="email"><?php _e( 'Email', 'modern-events-calendar-lite' ); ?></button>
184
- <button type="button" class="button" data-type="date"><?php _e( 'Date', 'modern-events-calendar-lite' ); ?></button>
185
- <button type="button" class="button" data-type="tel"><?php _e( 'Tel', 'modern-events-calendar-lite' ); ?></button>
186
- <button type="button" class="button" data-type="file"><?php _e( 'File', 'modern-events-calendar-lite' ); ?></button>
187
- <button type="button" class="button" data-type="textarea"><?php _e( 'Textarea', 'modern-events-calendar-lite' ); ?></button>
188
- <button type="button" class="button" data-type="checkbox"><?php _e( 'Checkboxes', 'modern-events-calendar-lite' ); ?></button>
189
- <button type="button" class="button" data-type="radio"><?php _e( 'Radio Buttons', 'modern-events-calendar-lite' ); ?></button>
190
- <button type="button" class="button" data-type="select"><?php _e( 'Dropdown', 'modern-events-calendar-lite' ); ?></button>
191
- <button type="button" class="button" data-type="agreement"><?php _e( 'Agreement', 'modern-events-calendar-lite' ); ?></button>
192
- <button type="button" class="button" data-type="p"><?php _e( 'Paragraph', 'modern-events-calendar-lite' ); ?></button>
193
  </div>
194
  <?php do_action( 'mec_reg_fields_form_end' ); ?>
195
  </div>
196
  <div class="mec-form-row">
197
  <?php wp_nonce_field( 'mec_options_form' ); ?>
198
- <button style="display: none;" id="mec_reg_fields_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e( 'Save Changes', 'modern-events-calendar-lite' ); ?></button>
199
  </div>
200
  </form>
201
  <?php do_action( 'after_mec_reg_fields_form' ); ?>
@@ -250,7 +250,7 @@ if ( ! $mec_email ) {
250
  </div>
251
 
252
  <div id="wns-be-footer">
253
- <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e( 'Save Changes', 'modern-events-calendar-lite' ); ?></a>
254
  </div>
255
 
256
  </div>
@@ -270,8 +270,8 @@ jQuery("#mec_reg_fields_form").on('submit', function(event)
270
  event.preventDefault();
271
 
272
  // Add loading Class to the button
273
- jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js( esc_attr__( 'Saved', 'modern-events-calendar-lite' ) ); ?>");
274
- jQuery('<div class="wns-saved-settings"><?php echo esc_js( esc_attr__( 'Settings Saved!', 'modern-events-calendar-lite' ) ); ?></div>').insertBefore('#wns-be-content');
275
 
276
  var fields = jQuery("#mec_reg_fields_form").serialize();
277
  jQuery.ajax(
@@ -286,7 +286,7 @@ jQuery("#mec_reg_fields_form").on('submit', function(event)
286
  {
287
  // Remove the loading Class to the button
288
  setTimeout(function(){
289
- jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js( esc_attr__( 'Save Changes', 'modern-events-calendar-lite' ) ); ?>");
290
  jQuery('.wns-saved-settings').remove();
291
  jQuery('.mec-loarder-wrap').remove();
292
  }, 1000);
@@ -295,7 +295,7 @@ jQuery("#mec_reg_fields_form").on('submit', function(event)
295
  {
296
  // Remove the loading Class to the button
297
  setTimeout(function(){
298
- jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js( esc_attr__( 'Save Changes', 'modern-events-calendar-lite' ) ); ?>");
299
  jQuery('.wns-saved-settings').remove();
300
  jQuery('.mec-loarder-wrap').remove();
301
  }, 1000);
24
  [
25
  'mandatory' => '0',
26
  'type' => 'name',
27
+ 'label' => esc_html__( 'Name', 'modern-events-calendar-lite'),
28
  ]
29
  );
30
  }
35
  [
36
  'mandatory' => '0',
37
  'type' => 'mec_email',
38
+ 'label' => esc_html__( 'Email', 'modern-events-calendar-lite'),
39
  ]
40
  );
41
  }
44
  <div class="wns-be-container">
45
 
46
  <div id="wns-be-infobar">
47
+ <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e( 'Save Changes', 'modern-events-calendar-lite'); ?></a>
48
  </div>
49
 
50
  <div class="wns-be-sidebar">
57
  <i class="sl-arrow-down"></i>
58
  </span>
59
  <i class="mec-sl-settings"></i>
60
+ <span class="wns-be-group-menu-title"><?php _e( 'Settings', 'modern-events-calendar-lite'); ?></span>
61
  </a>
62
  </li>
63
 
65
  <li class="wns-be-group-menu-li active">
66
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-reg-form' ); ?>" id="" class="wns-be-group-tab-link-a">
67
  <i class="mec-sl-layers"></i>
68
+ <span class="wns-be-group-menu-title"><?php _e( 'Booking Form', 'modern-events-calendar-lite'); ?></span>
69
  </a>
70
  </li>
71
 
72
  <li class="wns-be-group-menu-li">
73
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-gateways' ); ?>" id="" class="wns-be-group-tab-link-a">
74
  <i class="mec-sl-wallet"></i>
75
+ <span class="wns-be-group-menu-title"><?php _e( 'Payment Gateways', 'modern-events-calendar-lite'); ?></span>
76
  </a>
77
  </li>
78
  <?php endif; ?>
80
  <li class="wns-be-group-menu-li">
81
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-notifications' ); ?>" id="" class="wns-be-group-tab-link-a">
82
  <i class="mec-sl-envelope"></i>
83
+ <span class="wns-be-group-menu-title"><?php _e( 'Notifications', 'modern-events-calendar-lite'); ?></span>
84
  </a>
85
  </li>
86
 
87
  <li class="wns-be-group-menu-li">
88
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-styling' ); ?>" id="" class="wns-be-group-tab-link-a">
89
  <i class="mec-sl-equalizer"></i>
90
+ <span class="wns-be-group-menu-title"><?php _e( 'Styling Options', 'modern-events-calendar-lite'); ?></span>
91
  </a>
92
  </li>
93
 
94
  <li class="wns-be-group-menu-li">
95
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-customcss' ); ?>" id="" class="wns-be-group-tab-link-a">
96
  <i class="mec-sl-wrench"></i>
97
+ <span class="wns-be-group-menu-title"><?php _e( 'Custom CSS', 'modern-events-calendar-lite'); ?></span>
98
  </a>
99
  </li>
100
 
101
  <li class="wns-be-group-menu-li">
102
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-messages' ); ?>" id="" class="wns-be-group-tab-link-a">
103
  <i class="mec-sl-bubble"></i>
104
+ <span class="wns-be-group-menu-title"><?php _e( 'Messages', 'modern-events-calendar-lite'); ?></span>
105
  </a>
106
  </li>
107
 
108
  <li class="wns-be-group-menu-li">
109
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-ie' ); ?>" id="" class="wns-be-group-tab-link-a">
110
  <i class="mec-sl-refresh"></i>
111
+ <span class="wns-be-group-menu-title"><?php _e( 'Import / Export', 'modern-events-calendar-lite'); ?></span>
112
  </a>
113
  </li>
114
 
115
  <!-- <li class="wns-be-group-menu-li">
116
  <a href="<?php echo $this->main->add_qs_var( 'tab', 'MEC-support' ); ?>" id="" class="wns-be-group-tab-link-a">
117
  <i class="mec-sl-support"></i>
118
+ <span class="wns-be-group-menu-title"><?php _e( 'Support', 'modern-events-calendar-lite'); ?></span>
119
  </a>
120
  </li> -->
121
 
128
 
129
  <div id="wns-be-content">
130
  <div class="wns-be-group-tab">
131
+ <h2><?php _e( 'Booking Form', 'modern-events-calendar-lite'); ?></h2>
132
  <div class="mec-container">
133
  <?php do_action( 'before_mec_reg_fields_form' ); ?>
134
  <form id="mec_reg_fields_form">
177
  ?>
178
  </ul>
179
  <div id="mec_reg_form_field_types">
180
+ <button type="button" class="button red" data-type="name"><?php _e( 'MEC Name', 'modern-events-calendar-lite'); ?></button>
181
+ <button type="button" class="button red" data-type="mec_email"><?php _e( 'MEC Email', 'modern-events-calendar-lite'); ?></button>
182
+ <button type="button" class="button" data-type="text"><?php _e( 'Text', 'modern-events-calendar-lite'); ?></button>
183
+ <button type="button" class="button" data-type="email"><?php _e( 'Email', 'modern-events-calendar-lite'); ?></button>
184
+ <button type="button" class="button" data-type="date"><?php _e( 'Date', 'modern-events-calendar-lite'); ?></button>
185
+ <button type="button" class="button" data-type="tel"><?php _e( 'Tel', 'modern-events-calendar-lite'); ?></button>
186
+ <button type="button" class="button" data-type="file"><?php _e( 'File', 'modern-events-calendar-lite'); ?></button>
187
+ <button type="button" class="button" data-type="textarea"><?php _e( 'Textarea', 'modern-events-calendar-lite'); ?></button>
188
+ <button type="button" class="button" data-type="checkbox"><?php _e( 'Checkboxes', 'modern-events-calendar-lite'); ?></button>
189
+ <button type="button" class="button" data-type="radio"><?php _e( 'Radio Buttons', 'modern-events-calendar-lite'); ?></button>
190
+ <button type="button" class="button" data-type="select"><?php _e( 'Dropdown', 'modern-events-calendar-lite'); ?></button>
191
+ <button type="button" class="button" data-type="agreement"><?php _e( 'Agreement', 'modern-events-calendar-lite'); ?></button>
192
+ <button type="button" class="button" data-type="p"><?php _e( 'Paragraph', 'modern-events-calendar-lite'); ?></button>
193
  </div>
194
  <?php do_action( 'mec_reg_fields_form_end' ); ?>
195
  </div>
196
  <div class="mec-form-row">
197
  <?php wp_nonce_field( 'mec_options_form' ); ?>
198
+ <button style="display: none;" id="mec_reg_fields_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e( 'Save Changes', 'modern-events-calendar-lite'); ?></button>
199
  </div>
200
  </form>
201
  <?php do_action( 'after_mec_reg_fields_form' ); ?>
250
  </div>
251
 
252
  <div id="wns-be-footer">
253
+ <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e( 'Save Changes', 'modern-events-calendar-lite'); ?></a>
254
  </div>
255
 
256
  </div>
270
  event.preventDefault();
271
 
272
  // Add loading Class to the button
273
+ jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js( esc_attr__( 'Saved', 'modern-events-calendar-lite') ); ?>");
274
+ jQuery('<div class="wns-saved-settings"><?php echo esc_js( esc_attr__( 'Settings Saved!', 'modern-events-calendar-lite') ); ?></div>').insertBefore('#wns-be-content');
275
 
276
  var fields = jQuery("#mec_reg_fields_form").serialize();
277
  jQuery.ajax(
286
  {
287
  // Remove the loading Class to the button
288
  setTimeout(function(){
289
+ jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js( esc_attr__( 'Save Changes', 'modern-events-calendar-lite') ); ?>");
290
  jQuery('.wns-saved-settings').remove();
291
  jQuery('.mec-loarder-wrap').remove();
292
  }, 1000);
295
  {
296
  // Remove the loading Class to the button
297
  setTimeout(function(){
298
+ jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js( esc_attr__( 'Save Changes', 'modern-events-calendar-lite') ); ?>");
299
  jQuery('.wns-saved-settings').remove();
300
  jQuery('.mec-loarder-wrap').remove();
301
  }, 1000);
app/features/mec/styling.php CHANGED
@@ -134,10 +134,10 @@ if(is_array($fonts))
134
  <!-- <input type="text" class="wp-color-picker-field" id="mec_settings_color" name="mec[styling][color]" value="<?php echo (isset($styling['color']) ? $styling['color'] : ''); ?>" data-default-color="" /> -->*/ ?>
135
 
136
  <!-- Colorskin -->
137
- <h4 class="mec-form-subtitle"><?php esc_html_e('Color Skin', 'modern-events-calendar-lite' ); ?></h4>
138
  <div class="mec-form-row">
139
  <div class="mec-col-3">
140
- <p><?php esc_html_e('Predefined Color Skin', 'modern-events-calendar-lite' ); ?></p>
141
  </div>
142
  <div class="mec-col-6">
143
  <ul class="mec-image-select-wrap">
@@ -180,7 +180,7 @@ if(is_array($fonts))
180
  </div>
181
  <div class="mec-form-row">
182
  <div class="mec-col-3">
183
- <p><?php esc_html_e('Custom Color Skin', 'modern-events-calendar-lite' ); ?></p>
184
  </div>
185
  <div class="mec-col-6">
186
  <input type="text" class="wp-color-picker-field" id="mec_settings_color" name="mec[styling][color]" value="<?php echo (isset($styling['color']) ? $styling['color'] : ''); ?>" data-default-color="" />
@@ -188,10 +188,10 @@ if(is_array($fonts))
188
  </div>
189
 
190
  <!-- Advanced Options -->
191
- <h4 class="mec-form-subtitle"><?php esc_html_e('Advanced Color Options (shortcodes)', 'modern-events-calendar-lite' ); ?></h4>
192
  <div class="mec-form-row">
193
  <div class="mec-col-3">
194
- <p><?php esc_html_e('Title', 'modern-events-calendar-lite' ); ?></p>
195
  </div>
196
  <div class="mec-col-6">
197
  <input type="text" class="wp-color-picker-field" id="mec_settings_title_color" name="mec[styling][title_color]" value="<?php echo (isset($styling['title_color']) ? $styling['title_color'] : ''); ?>" data-default-color="" />
@@ -200,7 +200,7 @@ if(is_array($fonts))
200
 
201
  <div class="mec-form-row">
202
  <div class="mec-col-3">
203
- <p><?php esc_html_e('Title Hover', 'modern-events-calendar-lite' ); ?></p>
204
  </div>
205
  <div class="mec-col-6">
206
  <input type="text" class="wp-color-picker-field" id="mec_settings_title_color_hover" name="mec[styling][title_color_hover]" value="<?php echo (isset($styling['title_color_hover']) ? $styling['title_color_hover'] : ''); ?>" data-default-color="" />
@@ -209,7 +209,7 @@ if(is_array($fonts))
209
 
210
  <div class="mec-form-row">
211
  <div class="mec-col-3">
212
- <p><?php esc_html_e('Content', 'modern-events-calendar-lite' ); ?></p>
213
  </div>
214
  <div class="mec-col-6">
215
  <input type="text" class="wp-color-picker-field" id="mec_settings_content_color" name="mec[styling][content_color]" value="<?php echo (isset($styling['content_color']) ? $styling['content_color'] : ''); ?>" data-default-color="" />
@@ -217,7 +217,7 @@ if(is_array($fonts))
217
  </div>
218
 
219
  <!-- Typography -->
220
- <h4 class="mec-form-subtitle"><?php esc_html_e('Typography', 'modern-events-calendar-lite' ); ?></h4>
221
  <div class="mec-form-row">
222
  <label class="mec-col-3" for="mec_h_fontfamily"><?php _e('Heading (Events Title) Font Family', 'modern-events-calendar-lite'); ?></label>
223
  <div class="mec-col-4">
@@ -291,7 +291,7 @@ if(is_array($fonts))
291
  </div>
292
 
293
  <!-- Container Width -->
294
- <h4 class="mec-form-subtitle"><?php esc_html_e('Container Width', 'modern-events-calendar-lite' ); ?></h4>
295
  <div class="mec-form-row">
296
  <label class="mec-col-3" for="mec_styling_container_normal_width"><?php _e('Desktop Normal Screens', 'modern-events-calendar-lite'); ?></label>
297
  <div class="mec-col-4">
134
  <!-- <input type="text" class="wp-color-picker-field" id="mec_settings_color" name="mec[styling][color]" value="<?php echo (isset($styling['color']) ? $styling['color'] : ''); ?>" data-default-color="" /> -->*/ ?>
135
 
136
  <!-- Colorskin -->
137
+ <h4 class="mec-form-subtitle"><?php esc_html_e('Color Skin', 'modern-events-calendar-lite'); ?></h4>
138
  <div class="mec-form-row">
139
  <div class="mec-col-3">
140
+ <p><?php esc_html_e('Predefined Color Skin', 'modern-events-calendar-lite'); ?></p>
141
  </div>
142
  <div class="mec-col-6">
143
  <ul class="mec-image-select-wrap">
180
  </div>
181
  <div class="mec-form-row">
182
  <div class="mec-col-3">
183
+ <p><?php esc_html_e('Custom Color Skin', 'modern-events-calendar-lite'); ?></p>
184
  </div>
185
  <div class="mec-col-6">
186
  <input type="text" class="wp-color-picker-field" id="mec_settings_color" name="mec[styling][color]" value="<?php echo (isset($styling['color']) ? $styling['color'] : ''); ?>" data-default-color="" />
188
  </div>
189
 
190
  <!-- Advanced Options -->
191
+ <h4 class="mec-form-subtitle"><?php esc_html_e('Advanced Color Options (shortcodes)', 'modern-events-calendar-lite'); ?></h4>
192
  <div class="mec-form-row">
193
  <div class="mec-col-3">
194
+ <p><?php esc_html_e('Title', 'modern-events-calendar-lite'); ?></p>
195
  </div>
196
  <div class="mec-col-6">
197
  <input type="text" class="wp-color-picker-field" id="mec_settings_title_color" name="mec[styling][title_color]" value="<?php echo (isset($styling['title_color']) ? $styling['title_color'] : ''); ?>" data-default-color="" />
200
 
201
  <div class="mec-form-row">
202
  <div class="mec-col-3">
203
+ <p><?php esc_html_e('Title Hover', 'modern-events-calendar-lite'); ?></p>
204
  </div>
205
  <div class="mec-col-6">
206
  <input type="text" class="wp-color-picker-field" id="mec_settings_title_color_hover" name="mec[styling][title_color_hover]" value="<?php echo (isset($styling['title_color_hover']) ? $styling['title_color_hover'] : ''); ?>" data-default-color="" />
209
 
210
  <div class="mec-form-row">
211
  <div class="mec-col-3">
212
+ <p><?php esc_html_e('Content', 'modern-events-calendar-lite'); ?></p>
213
  </div>
214
  <div class="mec-col-6">
215
  <input type="text" class="wp-color-picker-field" id="mec_settings_content_color" name="mec[styling][content_color]" value="<?php echo (isset($styling['content_color']) ? $styling['content_color'] : ''); ?>" data-default-color="" />
217
  </div>
218
 
219
  <!-- Typography -->
220
+ <h4 class="mec-form-subtitle"><?php esc_html_e('Typography', 'modern-events-calendar-lite'); ?></h4>
221
  <div class="mec-form-row">
222
  <label class="mec-col-3" for="mec_h_fontfamily"><?php _e('Heading (Events Title) Font Family', 'modern-events-calendar-lite'); ?></label>
223
  <div class="mec-col-4">
291
  </div>
292
 
293
  <!-- Container Width -->
294
+ <h4 class="mec-form-subtitle"><?php esc_html_e('Container Width', 'modern-events-calendar-lite'); ?></h4>
295
  <div class="mec-form-row">
296
  <label class="mec-col-3" for="mec_styling_container_normal_width"><?php _e('Desktop Normal Screens', 'modern-events-calendar-lite'); ?></label>
297
  <div class="mec-col-4">
app/features/mec/support-page.php CHANGED
@@ -211,10 +211,10 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
211
  </div>
212
 
213
  <div class="mec-faq-accordion-trigger"><a href=""><?php echo esc_html__('Can I have more than one calendar in one website?', 'modern-events-calendar-lite'); ?></a></div>
214
- <div class="mec-faq-accordion-content"><?php esc_html_e( 'Unfortunately, MEC does not support more than 1 calendar in a single website, however, it will be added in its upcoming updates.' , 'modern-events-calendar-lite' ); ?></div>
215
 
216
  <div class="mec-faq-accordion-trigger"><a href=""><?php echo esc_html__('Can I import/export from/to MEC?', 'modern-events-calendar-lite'); ?></a></div>
217
- <div class="mec-faq-accordion-content"><?php esc_html_e( 'Yes, you can get an XML export from MEC data or import the file you\'ve exported to MEC. Also, if you are using one of the following plugins (The event calendar, calendarize it, EventOn, Events Schedule WP Plugin), then you can easily transfer your events to MEC.', 'modern-events-calendar-lite' ); ?></div>
218
  </div>
219
  </div>
220
  </div>
@@ -246,7 +246,7 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
246
  <div class="w-box support-page mec-ticksy">
247
  <div class="w-box-content">
248
  <p><?php esc_html_e('Webnus is an elite and trusted author with a high percentage of satisfied users. If you have any issues please don\'t hesitate to contact us, we will reply as soon as possible.' , 'modern-events-calendar-lite'); ?></p>
249
- <a href="https://webnus.ticksy.com/" target="_blank"><?php esc_html_e('Go to support forum','modern-events-calendar-lite'); ?></a>
250
  </div>
251
  </div>
252
  </div>
211
  </div>
212
 
213
  <div class="mec-faq-accordion-trigger"><a href=""><?php echo esc_html__('Can I have more than one calendar in one website?', 'modern-events-calendar-lite'); ?></a></div>
214
+ <div class="mec-faq-accordion-content"><?php esc_html_e( 'Unfortunately, MEC does not support more than 1 calendar in a single website, however, it will be added in its upcoming updates.' , 'modern-events-calendar-lite'); ?></div>
215
 
216
  <div class="mec-faq-accordion-trigger"><a href=""><?php echo esc_html__('Can I import/export from/to MEC?', 'modern-events-calendar-lite'); ?></a></div>
217
+ <div class="mec-faq-accordion-content"><?php esc_html_e( 'Yes, you can get an XML export from MEC data or import the file you\'ve exported to MEC. Also, if you are using one of the following plugins (The event calendar, calendarize it, EventOn, Events Schedule WP Plugin), then you can easily transfer your events to MEC.', 'modern-events-calendar-lite'); ?></div>
218
  </div>
219
  </div>
220
  </div>
246
  <div class="w-box support-page mec-ticksy">
247
  <div class="w-box-content">
248
  <p><?php esc_html_e('Webnus is an elite and trusted author with a high percentage of satisfied users. If you have any issues please don\'t hesitate to contact us, we will reply as soon as possible.' , 'modern-events-calendar-lite'); ?></p>
249
+ <a href="https://webnus.ticksy.com/" target="_blank"><?php esc_html_e('Go to support forum', 'modern-events-calendar-lite'); ?></a>
250
  </div>
251
  </div>
252
  </div>
app/libraries/main.php CHANGED
@@ -709,6 +709,9 @@ class MEC_main extends MEC_base
709
  // Merge new options with previous options
710
  $final = array_merge($current, $filtered);
711
 
 
 
 
712
  // Save final options
713
  update_option('mec_options', $final);
714
 
709
  // Merge new options with previous options
710
  $final = array_merge($current, $filtered);
711
 
712
+ // MEC Save Options
713
+ do_action('mec_save_options', $final);
714
+
715
  // Save final options
716
  update_option('mec_options', $final);
717
 
app/libraries/schedule.php CHANGED
@@ -65,16 +65,34 @@ class MEC_schedule extends MEC_base
65
  $sd = $date['start']['date'];
66
  $ed = $date['end']['date'];
67
 
68
- $start_hour = isset($date['start']['hour']) ? $date['start']['hour'] : '8';
69
- $start_minute = isset($date['start']['minutes']) ? $date['start']['minutes'] : '00';
70
  $start_ampm = isset($date['start']['ampm']) ? $date['start']['ampm'] : 'AM';
71
 
72
- $end_hour = isset($date['end']['hour']) ? $date['end']['hour'] : '6';
73
- $end_minute = isset($date['end']['minutes']) ? $date['end']['minutes'] : '00';
 
 
 
 
 
 
 
 
 
74
  $end_ampm = isset($date['end']['ampm']) ? $date['end']['ampm'] : 'PM';
75
 
76
- $st = strtotime($date['start']['date'].' '.sprintf("%02d", $start_hour).':'.sprintf("%02d", $start_minute).' '.$start_ampm);
77
- $et = strtotime($date['end']['date'].' '.sprintf("%02d", $end_hour).':'.sprintf("%02d", $end_minute).' '.$end_ampm);
 
 
 
 
 
 
 
 
 
78
 
79
  $date_id = $this->db->select("SELECT `id` FROM `#__mec_dates` WHERE `post_id`='$event_id' AND `dstart`='$sd' AND `dend`='$ed'", 'loadResult');
80
 
65
  $sd = $date['start']['date'];
66
  $ed = $date['end']['date'];
67
 
68
+ $start_hour = isset($date['start']['hour']) ? sprintf("%02d", $date['start']['hour']) : '08';
69
+ $start_minute = isset($date['start']['minutes']) ? sprintf("%02d", $date['start']['minutes']) : '00';
70
  $start_ampm = isset($date['start']['ampm']) ? $date['start']['ampm'] : 'AM';
71
 
72
+ if($start_hour == '00')
73
+ {
74
+ $start_hour = '';
75
+ $start_minute = '';
76
+ $start_ampm = '';
77
+ }
78
+
79
+ $start_time = $start_hour.':'.$start_minute.' '.$start_ampm;
80
+
81
+ $end_hour = isset($date['end']['hour']) ? sprintf("%02d", $date['end']['hour']) : '06';
82
+ $end_minute = isset($date['end']['minutes']) ? sprintf("%02d", $date['end']['minutes']) : '00';
83
  $end_ampm = isset($date['end']['ampm']) ? $date['end']['ampm'] : 'PM';
84
 
85
+ if($end_hour == '00')
86
+ {
87
+ $end_hour = '';
88
+ $end_minute = '';
89
+ $end_ampm = '';
90
+ }
91
+
92
+ $end_time = $end_hour.':'.$end_minute.' '.$end_ampm;
93
+
94
+ $st = strtotime(trim($date['start']['date'].' '.$start_time, ' :'));
95
+ $et = strtotime(trim($date['end']['date'].' '.$end_time, ' :'));
96
 
97
  $date_id = $this->db->select("SELECT `id` FROM `#__mec_dates` WHERE `post_id`='$event_id' AND `dstart`='$sd' AND `dend`='$ed'", 'loadResult');
98
 
app/modules/booking/steps/form.php CHANGED
@@ -32,7 +32,7 @@ if ( ! $mec_name ) {
32
  $reg_fields[] = [
33
  'mandatory' => '0',
34
  'type' => 'name',
35
- 'label' => esc_html__( 'Name', 'modern-events-calendar-lite' ),
36
  ];
37
  }
38
 
@@ -40,7 +40,7 @@ if ( ! $mec_email ) {
40
  $reg_fields[] = [
41
  'mandatory' => '0',
42
  'type' => 'mec_email',
43
- 'label' => esc_html__( 'Email', 'modern-events-calendar-lite' ),
44
  ];
45
  }
46
  ?>
@@ -51,8 +51,12 @@ if ( ! $mec_email ) {
51
 
52
  <?php $j = 0; foreach($tickets as $ticket_id=>$count): if(!$count) continue; $ticket = $event_tickets[$ticket_id]; for($i = 1; $i <= $count; $i++): $j++; ?>
53
  <li class="mec-book-ticket-container <?php echo (($j > 1 and $first_for_all) ? 'mec-util-hidden' : ''); ?>">
54
-
55
- <h4><span class="mec-ticket-name"><?php echo $ticket['name']; ?></span><span class="mec-ticket-price"><?php echo $this->book->get_ticket_price_label($ticket, current_time('Y-m-d')); ?></span></h4>
 
 
 
 
56
  <!-- Custom fields -->
57
  <?php if(count($reg_fields)): foreach($reg_fields as $reg_field_id=>$reg_field): if(!is_numeric($reg_field_id) or !isset($reg_field['type'])) continue; ?>
58
 
@@ -151,7 +155,7 @@ if ( ! $mec_email ) {
151
 
152
  <?php if($j > 1 and $first_for_all): ?>
153
  <li class="mec-first-for-all-wrapper">
154
- <label>
155
  <input type="hidden" name="book[first_for_all]" value="0" />
156
  <input type="checkbox" name="book[first_for_all]" value="1" checked="checked" class="mec_book_first_for_all" id="mec_book_first_for_all<?php echo $uniqueid; ?>" onchange="mec_toggle_first_for_all<?php echo $uniqueid; ?>();" />
157
  <label for="pages1" onclick="mec_label_first_for_all<?php echo $uniqueid; ?>();" class="wn-checkbox-label"></label>
@@ -168,7 +172,5 @@ if ( ! $mec_email ) {
168
  <input type="hidden" name="uniqueid" value="<?php echo $uniqueid; ?>" />
169
  <input type="hidden" name="step" value="2" />
170
  <?php wp_nonce_field('mec_book_form_'.$event_id); ?>
171
- <div class="col-md-12">
172
- <button type="submit"><?php _e('Next', 'modern-events-calendar-lite'); ?></button>
173
- </div>
174
  </form>
32
  $reg_fields[] = [
33
  'mandatory' => '0',
34
  'type' => 'name',
35
+ 'label' => esc_html__( 'Name', 'modern-events-calendar-lite'),
36
  ];
37
  }
38
 
40
  $reg_fields[] = [
41
  'mandatory' => '0',
42
  'type' => 'mec_email',
43
+ 'label' => esc_html__( 'Email', 'modern-events-calendar-lite'),
44
  ];
45
  }
46
  ?>
51
 
52
  <?php $j = 0; foreach($tickets as $ticket_id=>$count): if(!$count) continue; $ticket = $event_tickets[$ticket_id]; for($i = 1; $i <= $count; $i++): $j++; ?>
53
  <li class="mec-book-ticket-container <?php echo (($j > 1 and $first_for_all) ? 'mec-util-hidden' : ''); ?>">
54
+ <?php if (!empty($ticket['name']) || !empty($this->book->get_ticket_price_label($ticket, current_time('Y-m-d')))) : ?>
55
+ <h4 class="col-md-12">
56
+ <span class="mec-ticket-name"><?php echo $ticket['name']; ?></span>
57
+ <span class="mec-ticket-price"><?php echo $this->book->get_ticket_price_label($ticket, current_time('Y-m-d')); ?></span>
58
+ </h4>
59
+ <?php endif; ?>
60
  <!-- Custom fields -->
61
  <?php if(count($reg_fields)): foreach($reg_fields as $reg_field_id=>$reg_field): if(!is_numeric($reg_field_id) or !isset($reg_field['type'])) continue; ?>
62
 
155
 
156
  <?php if($j > 1 and $first_for_all): ?>
157
  <li class="mec-first-for-all-wrapper">
158
+ <label class="mec-fill-attendees">
159
  <input type="hidden" name="book[first_for_all]" value="0" />
160
  <input type="checkbox" name="book[first_for_all]" value="1" checked="checked" class="mec_book_first_for_all" id="mec_book_first_for_all<?php echo $uniqueid; ?>" onchange="mec_toggle_first_for_all<?php echo $uniqueid; ?>();" />
161
  <label for="pages1" onclick="mec_label_first_for_all<?php echo $uniqueid; ?>();" class="wn-checkbox-label"></label>
172
  <input type="hidden" name="uniqueid" value="<?php echo $uniqueid; ?>" />
173
  <input type="hidden" name="step" value="2" />
174
  <?php wp_nonce_field('mec_book_form_'.$event_id); ?>
175
+ <button type="submit"><?php _e('Next', 'modern-events-calendar-lite'); ?></button>
 
 
176
  </form>
app/modules/booking/steps/tickets.php CHANGED
@@ -18,7 +18,7 @@ $date_format = (isset($settings['booking_date_format1']) and trim($settings['boo
18
  ?>
19
  <form id="mec_book_form<?php echo $uniqueid; ?>">
20
  <h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
21
- <div>
22
  <label for="mec_book_form_date"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
23
  <select name="book[date]" id="mec_book_form_date" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
24
  <?php foreach($dates as $date): ?>
18
  ?>
19
  <form id="mec_book_form<?php echo $uniqueid; ?>">
20
  <h4><?php _e('Book Event', 'modern-events-calendar-lite'); ?></h4>
21
+ <div class="mec-book-first">
22
  <label for="mec_book_form_date"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
23
  <select name="book[date]" id="mec_book_form_date" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
24
  <?php foreach($dates as $date): ?>
app/modules/weather/details.php CHANGED
@@ -45,21 +45,21 @@ if(!is_array($weather) or (is_array($weather) and !count($weather))) return;
45
  <div class="mec-weather-summary">
46
  <div class="mec-weather-summary-report"><?php echo $weather['summary']; ?></div>
47
  <?php if(isset($weather['temperature'])): ?>
48
- <div class="mec-weather-summary-temp"><?php echo round( $weather['temperature']);?> <var><?php _e( ' °C', 'modern-events-calendar-lite' ); ?></var></div>
49
  <?php endif; ?>
50
  </div>
51
  <div class="mec-weather-extras">
52
 
53
  <?php if(isset($weather['windSpeed'])): ?>
54
- <div class="mec-weather-wind"><span><?php _e('Wind', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['windSpeed']); ?><var><?php _e(' KPH','modern-events-calendar-lite'); ?></var></div>
55
  <?php endif; ?>
56
 
57
  <?php if(isset($weather['humidity'])): ?>
58
- <div class="mec-weather-humidity"><span><?php _e('Humidity', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['humidity']); ?><var><?php _e(' %','modern-events-calendar-lite'); ?></var></div>
59
  <?php endif; ?>
60
 
61
  <?php if(isset($weather['visibility'])): ?>
62
- <div class="mec-weather-visibility"><span><?php _e('Visibility', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['visibility']); ?><var><?php _e(' KM','modern-events-calendar-lite'); ?></var></div>
63
  <?php endif; ?>
64
 
65
  </div>
45
  <div class="mec-weather-summary">
46
  <div class="mec-weather-summary-report"><?php echo $weather['summary']; ?></div>
47
  <?php if(isset($weather['temperature'])): ?>
48
+ <div class="mec-weather-summary-temp"><?php echo round( $weather['temperature']);?> <var><?php _e( ' °C', 'modern-events-calendar-lite'); ?></var></div>
49
  <?php endif; ?>
50
  </div>
51
  <div class="mec-weather-extras">
52
 
53
  <?php if(isset($weather['windSpeed'])): ?>
54
+ <div class="mec-weather-wind"><span><?php _e('Wind', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['windSpeed']); ?><var><?php _e(' KPH', 'modern-events-calendar-lite'); ?></var></div>
55
  <?php endif; ?>
56
 
57
  <?php if(isset($weather['humidity'])): ?>
58
+ <div class="mec-weather-humidity"><span><?php _e('Humidity', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['humidity']); ?><var><?php _e(' %', 'modern-events-calendar-lite'); ?></var></div>
59
  <?php endif; ?>
60
 
61
  <?php if(isset($weather['visibility'])): ?>
62
+ <div class="mec-weather-visibility"><span><?php _e('Visibility', 'modern-events-calendar-lite'); ?>:</span> <?php echo round($weather['visibility']); ?><var><?php _e(' KM', 'modern-events-calendar-lite'); ?></var></div>
63
  <?php endif; ?>
64
 
65
  </div>
app/skins/agenda/render.php CHANGED
@@ -34,11 +34,11 @@ $settings = $this->main->get_settings();
34
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
35
  if ( $label['style'] == 'mec-label-featured' )
36
  {
37
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
38
  }
39
  elseif ( $label['style'] == 'mec-label-canceled' )
40
  {
41
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
42
  }
43
  }
44
  endif;
34
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
35
  if ( $label['style'] == 'mec-label-featured' )
36
  {
37
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
38
  }
39
  elseif ( $label['style'] == 'mec-label-canceled' )
40
  {
41
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
42
  }
43
  }
44
  endif;
app/skins/available_spot/tpl.php CHANGED
@@ -28,11 +28,11 @@ foreach( $event->data->labels as $label)
28
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
29
  if ( $label['style'] == 'mec-label-featured' )
30
  {
31
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
32
  }
33
  elseif ( $label['style'] == 'mec-label-canceled' )
34
  {
35
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
36
  }
37
  }
38
  endif;
28
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
29
  if ( $label['style'] == 'mec-label-featured' )
30
  {
31
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
32
  }
33
  elseif ( $label['style'] == 'mec-label-canceled' )
34
  {
35
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
36
  }
37
  }
38
  endif;
app/skins/carousel/render.php CHANGED
@@ -48,33 +48,32 @@ $settings = $this->main->get_settings();
48
  $organizer = isset($event->data->organizers[$event->data->meta['mec_organizer_id']])? $event->data->organizers[$event->data->meta['mec_organizer_id']] : array();
49
  $event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
50
  $event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
 
51
  $label_style = '';
52
- if ( !empty($event->data->labels) ):
53
- foreach( $event->data->labels as $label)
54
  {
55
- if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
56
- if ( $label['style'] == 'mec-label-featured' )
57
- {
58
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
59
- }
60
- elseif ( $label['style'] == 'mec-label-canceled' )
61
  {
62
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
 
 
63
  }
64
  }
65
- endif;
66
  $speakers = '""';
67
- if ( !empty($event->data->speakers))
68
  {
69
- $speakers= [];
70
- foreach ($event->data->speakers as $key => $value) {
 
71
  $speakers[] = array(
72
  "@type" => "Person",
73
  "name" => $value['name'],
74
  "image" => $value['thumbnail'],
75
  "sameAs" => $value['facebook'],
76
  );
77
- }
 
78
  $speakers = json_encode($speakers);
79
  }
80
  ?>
48
  $organizer = isset($event->data->organizers[$event->data->meta['mec_organizer_id']])? $event->data->organizers[$event->data->meta['mec_organizer_id']] : array();
49
  $event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
50
  $event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
51
+
52
  $label_style = '';
53
+ if(!empty($event->data->labels))
 
54
  {
55
+ foreach($event->data->labels as $label)
 
 
 
 
 
56
  {
57
+ if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
58
+ if($label['style'] == 'mec-label-featured') $label_style = esc_html__('Featured', 'modern-events-calendar-lite');
59
+ elseif($label['style'] == 'mec-label-canceled') $label_style = esc_html__('Canceled', 'modern-events-calendar-lite');
60
  }
61
  }
62
+
63
  $speakers = '""';
64
+ if(!empty($event->data->speakers))
65
  {
66
+ $speakers = [];
67
+ foreach($event->data->speakers as $key=>$value)
68
+ {
69
  $speakers[] = array(
70
  "@type" => "Person",
71
  "name" => $value['name'],
72
  "image" => $value['thumbnail'],
73
  "sameAs" => $value['facebook'],
74
  );
75
+ }
76
+
77
  $speakers = json_encode($speakers);
78
  }
79
  ?>
app/skins/countdown/tpl.php CHANGED
@@ -21,11 +21,11 @@ foreach( $event->data->labels as $label)
21
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
22
  if ( $label['style'] == 'mec-label-featured' )
23
  {
24
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
25
  }
26
  elseif ( $label['style'] == 'mec-label-canceled' )
27
  {
28
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
29
  }
30
  }
31
  endif;
21
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
22
  if ( $label['style'] == 'mec-label-featured' )
23
  {
24
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
25
  }
26
  elseif ( $label['style'] == 'mec-label-canceled' )
27
  {
28
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
29
  }
30
  }
31
  endif;
app/skins/cover/tpl.php CHANGED
@@ -25,11 +25,11 @@ foreach( $event->data->labels as $label)
25
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
26
  if ( $label['style'] == 'mec-label-featured' )
27
  {
28
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
29
  }
30
  elseif ( $label['style'] == 'mec-label-canceled' )
31
  {
32
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
33
  }
34
  }
35
  endif;
25
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
26
  if ( $label['style'] == 'mec-label-featured' )
27
  {
28
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
29
  }
30
  elseif ( $label['style'] == 'mec-label-canceled' )
31
  {
32
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
33
  }
34
  }
35
  endif;
app/skins/daily_view.php CHANGED
@@ -287,21 +287,53 @@ class MEC_skin_daily_view extends MEC_skins
287
  // Initialize the skin
288
  $this->initialize($atts);
289
 
290
- // Start Date
291
- $this->year = $this->request->getVar('mec_year', date('Y'));
292
- $this->month = $this->request->getVar('mec_month', date('m'));
293
- $this->day = '1';
294
-
295
- $this->start_date = $this->year.'-'.$this->month.'-01';
296
-
297
- // We will extend the end date in the loop
298
- $this->end_date = $this->start_date;
299
-
300
- // Return the events
301
- $this->atts['return_items'] = true;
302
-
303
- // Fetch the events
304
- $this->fetch();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
  // Return the output
307
  $output = $this->output();
287
  // Initialize the skin
288
  $this->initialize($atts);
289
 
290
+ // Daily view search repeat if not found in current month
291
+ $c = 0;
292
+ $break = false;
293
+
294
+ do
295
+ {
296
+ if($c > 6) $break=true;
297
+ if($c and !$break)
298
+ {
299
+ if(intval($this->month == 12))
300
+ {
301
+ $this->year = intval($this->year)+1;
302
+ $this->month = '01';
303
+ }
304
+
305
+ $this->month = sprintf("%02d", intval($this->month)+1);
306
+ }
307
+ else
308
+ {
309
+ // Start Date
310
+ $this->year = $this->request->getVar('mec_year', date('Y'));
311
+ $this->month = $this->request->getVar('mec_month', date('m'));
312
+ }
313
+
314
+ $this->day = '1';
315
+
316
+ $this->start_date = $this->year.'-'.$this->month.'-01';
317
+
318
+ // We will extend the end date in the loop
319
+ $this->end_date = $this->start_date;
320
+
321
+ // Return the events
322
+ $this->atts['return_items'] = true;
323
+
324
+ // Fetch the events
325
+ $this->fetch();
326
+
327
+ // Break the loop if not resault
328
+ if($break)
329
+ {
330
+ break;
331
+ }
332
+
333
+ $c++;
334
+
335
+ }
336
+ while(!array_filter($this->events) and count($this->sf));
337
 
338
  // Return the output
339
  $output = $this->output();
app/skins/daily_view/render.php CHANGED
@@ -20,11 +20,11 @@ $settings = $this->main->get_settings();
20
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
21
  if ( $label['style'] == 'mec-label-featured' )
22
  {
23
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
24
  }
25
  elseif ( $label['style'] == 'mec-label-canceled' )
26
  {
27
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
28
  }
29
  }
30
  endif;
20
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
21
  if ( $label['style'] == 'mec-label-featured' )
22
  {
23
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
24
  }
25
  elseif ( $label['style'] == 'mec-label-canceled' )
26
  {
27
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
28
  }
29
  }
30
  endif;
app/skins/grid/render.php CHANGED
@@ -46,11 +46,11 @@ if($this->style == 'colorful')
46
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
47
  if ( $label['style'] == 'mec-label-featured' )
48
  {
49
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
50
  }
51
  elseif ( $label['style'] == 'mec-label-canceled' )
52
  {
53
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
54
  }
55
  }
56
  endif;
46
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
47
  if ( $label['style'] == 'mec-label-featured' )
48
  {
49
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
50
  }
51
  elseif ( $label['style'] == 'mec-label-canceled' )
52
  {
53
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
54
  }
55
  }
56
  endif;
app/skins/masonry/render.php CHANGED
@@ -25,11 +25,11 @@ $settings = $this->main->get_settings();
25
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
26
  if ( $label['style'] == 'mec-label-featured' )
27
  {
28
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
29
  }
30
  elseif ( $label['style'] == 'mec-label-canceled' )
31
  {
32
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
33
  }
34
  }
35
  endif;
25
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
26
  if ( $label['style'] == 'mec-label-featured' )
27
  {
28
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
29
  }
30
  elseif ( $label['style'] == 'mec-label-canceled' )
31
  {
32
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
33
  }
34
  }
35
  endif;
app/skins/monthly_view.php CHANGED
@@ -247,34 +247,67 @@ class MEC_skin_monthly_view extends MEC_skins
247
  // Initialize the skin
248
  $this->initialize($atts);
249
 
250
- // Start Date
251
- $this->year = $this->request->getVar('mec_year', current_time('Y'));
252
- $this->month = $this->request->getVar('mec_month', current_time('m'));
253
-
254
- if($this->show_only_expired_events)
255
- {
256
- $this->start_date = date('Y-m-t', strtotime($this->year.'-'.$this->month.'-01'));
257
- $this->active_day = $this->start_date;
258
- }
259
- else
260
  {
261
- $this->start_date = date('Y-m-d', strtotime($this->year.'-'.$this->month.'-01'));
 
 
 
 
 
 
 
262
 
263
- $day = current_time('d');
264
- $this->active_day = $this->year.'-'.$this->month.'-'.$day;
 
 
 
 
 
 
265
 
266
- // If date is not valid then use the first day of month
267
- if(!$this->main->validate_date($this->active_day, 'Y-m-d')) $this->active_day = $this->year.'-'.$this->month.'-01';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  }
269
-
270
- // We will extend the end date in the loop
271
- $this->end_date = $this->start_date;
272
-
273
- // Return the events
274
- $this->atts['return_items'] = true;
275
-
276
- // Fetch the events
277
- $this->fetch();
278
 
279
  // Return the output
280
  $output = $this->output();
247
  // Initialize the skin
248
  $this->initialize($atts);
249
 
250
+ // Search Events If Not Found In Current Month
251
+ $c = 0;
252
+ $break = false;
253
+
254
+ do
 
 
 
 
 
255
  {
256
+ if($c > 6) $break = true;
257
+ if($c and !$break)
258
+ {
259
+ if(intval($this->month) == 12)
260
+ {
261
+ $this->year = intval($this->year)+1;
262
+ $this->month = '01';
263
+ }
264
 
265
+ $this->month = sprintf("%02d", intval($this->month)+1);
266
+ }
267
+ else
268
+ {
269
+ // Start Date
270
+ $this->year = $this->request->getVar('mec_year', current_time('Y'));
271
+ $this->month = $this->request->getVar('mec_month', current_time('m'));
272
+ }
273
 
274
+ if($this->show_only_expired_events)
275
+ {
276
+ $this->start_date = date('Y-m-t', strtotime($this->year.'-'.$this->month.'-01'));
277
+ $this->active_day = $this->start_date;
278
+ }
279
+ else
280
+ {
281
+ $this->start_date = date('Y-m-d', strtotime($this->year.'-'.$this->month.'-01'));
282
+
283
+ $day = current_time('d');
284
+ $this->active_day = $this->year.'-'.$this->month.'-'.$day;
285
+
286
+ // If date is not valid then use the first day of month
287
+ if(!$this->main->validate_date($this->active_day, 'Y-m-d')) $this->active_day = $this->year.'-'.$this->month.'-01';
288
+ }
289
+
290
+ // We will extend the end date in the loop
291
+ $this->end_date = $this->start_date;
292
+
293
+ // Return the events
294
+ $this->atts['return_items'] = true;
295
+
296
+ // Fetch the events
297
+ $this->fetch();
298
+
299
+ // Break the loop if not resault
300
+ if($break)
301
+ {
302
+ break;
303
+ }
304
+
305
+ // Set active day to current day if not resault
306
+ if(count($this->events))$this->active_day = key($this->events);
307
+
308
+ $c++;
309
  }
310
+ while(!count($this->events));
 
 
 
 
 
 
 
 
311
 
312
  // Return the output
313
  $output = $this->output();
app/skins/monthly_view/calendar.php CHANGED
@@ -77,11 +77,11 @@ elseif($week_start == 5) // Friday
77
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
78
  if ( $label['style'] == 'mec-label-featured' )
79
  {
80
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
81
  }
82
  elseif ( $label['style'] == 'mec-label-canceled' )
83
  {
84
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
85
  }
86
  }
87
  endif;
77
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
78
  if ( $label['style'] == 'mec-label-featured' )
79
  {
80
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
81
  }
82
  elseif ( $label['style'] == 'mec-label-canceled' )
83
  {
84
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
85
  }
86
  }
87
  endif;
app/skins/monthly_view/calendar_clean.php CHANGED
@@ -78,11 +78,11 @@ elseif($week_start == 5) // Friday
78
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
79
  if ( $label['style'] == 'mec-label-featured' )
80
  {
81
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
82
  }
83
  elseif ( $label['style'] == 'mec-label-canceled' )
84
  {
85
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
86
  }
87
  }
88
  endif;
78
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
79
  if ( $label['style'] == 'mec-label-featured' )
80
  {
81
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
82
  }
83
  elseif ( $label['style'] == 'mec-label-canceled' )
84
  {
85
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
86
  }
87
  }
88
  endif;
app/skins/single.php CHANGED
@@ -275,7 +275,7 @@ class MEC_skin_single extends MEC_skins
275
  $speakers = array();
276
  ?>
277
  <div class="mec-event-schedule mec-frontbox">
278
- <h3 class="mec-schedule-head mec-frontbox-title"><?php _e('Hourly Schedule','modern-events-calendar-lite'); ?></h3>
279
  <?php foreach($event->data->hourly_schedules as $day): ?>
280
  <?php if(count($event->data->hourly_schedules) > 1 and isset($day['title'])): ?>
281
  <h4 class="mec-schedule-part"><?php echo $day['title']; ?></h4>
275
  $speakers = array();
276
  ?>
277
  <div class="mec-event-schedule mec-frontbox">
278
+ <h3 class="mec-schedule-head mec-frontbox-title"><?php _e('Hourly Schedule', 'modern-events-calendar-lite'); ?></h3>
279
  <?php foreach($event->data->hourly_schedules as $day): ?>
280
  <?php if(count($event->data->hourly_schedules) > 1 and isset($day['title'])): ?>
281
  <h4 class="mec-schedule-part"><?php echo $day['title']; ?></h4>
app/skins/slider/render.php CHANGED
@@ -14,13 +14,10 @@ $settings = $this->main->get_settings();
14
  foreach($date as $event):
15
 
16
  // Skip to next event if there is no image
17
- if(empty($event->data->thumbnails['large'])) continue;
18
 
19
- // get src attr from img
20
- $doc = new DOMDocument();
21
- $doc->loadHTML($event->data->thumbnails['large']);
22
- $xpath = new DOMXPath($doc);
23
- $src = $xpath->evaluate("string(//img/@src)");
24
 
25
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']])? $event->data->locations[$event->data->meta['mec_location_id']] : array();
26
  $event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
@@ -40,62 +37,60 @@ $settings = $this->main->get_settings();
40
  }
41
 
42
  $label_style = '';
43
- if ( !empty($event->data->labels) ):
44
- foreach( $event->data->labels as $label)
45
  {
46
- if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
47
- if ( $label['style'] == 'mec-label-featured' )
48
  {
49
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
50
- }
51
- elseif ( $label['style'] == 'mec-label-canceled' )
52
- {
53
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
54
  }
55
  }
56
- endif;
57
  $speakers = '""';
58
- if ( !empty($event->data->speakers))
59
  {
60
- $speakers= [];
61
- foreach ($event->data->speakers as $key => $value) {
 
62
  $speakers[] = array(
63
  "@type" => "Person",
64
  "name" => $value['name'],
65
  "image" => $value['thumbnail'],
66
  "sameAs" => $value['facebook'],
67
  );
68
- }
 
69
  $speakers = json_encode($speakers);
70
  }
71
  ?>
72
  <?php if($this->style == 't1'): ?>
73
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
74
- <script type="application/ld+json">
75
- {
76
- "@context" : "http://schema.org",
77
- "@type" : "Event",
78
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
79
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
80
- "location" :
81
  {
82
- "@type" : "Place",
83
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
84
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
85
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
86
- },
87
- "offers": {
88
- "url": "<?php echo $event->data->permalink; ?>",
89
- "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
90
- "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
91
- },
92
- "performer": <?php echo $speakers; ?>,
93
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
94
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
95
- "name" : "<?php esc_html_e($event->data->title); ?>",
96
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
97
- }
98
- </script>
 
 
 
 
 
 
99
  <div class="mec-slider-t1-img" style="background: url(<?php echo $src; ?> );"></div>
100
 
101
  <div class="mec-slider-t1-content mec-event-grid-modern">
@@ -117,31 +112,31 @@ $settings = $this->main->get_settings();
117
  </article>
118
  <?php elseif($this->style == 't2'): ?>
119
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
120
- <script type="application/ld+json">
121
- {
122
- "@context" : "http://schema.org",
123
- "@type" : "Event",
124
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
125
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
126
- "location" :
127
  {
128
- "@type" : "Place",
129
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
130
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
131
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
132
- },
133
- "offers": {
134
- "url": "<?php echo $event->data->permalink; ?>",
135
- "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
136
- "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
137
- },
138
- "performer": <?php echo $speakers; ?>,
139
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
140
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
141
- "name" : "<?php esc_html_e($event->data->title); ?>",
142
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
143
- }
144
- </script>
 
 
 
 
 
 
145
  <div class="mec-slider-t2-img" style="background: url(<?php echo $src; ?> );"></div>
146
  <div class="mec-slider-t2-content mec-event-grid-modern mec-bg-color">
147
 
@@ -162,34 +157,33 @@ $settings = $this->main->get_settings();
162
  </article>
163
  <?php elseif($this->style == 't3'): ?>
164
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
165
- <script type="application/ld+json">
166
- {
167
- "@context" : "http://schema.org",
168
- "@type" : "Event",
169
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
170
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
171
- "location" :
172
  {
173
- "@type" : "Place",
174
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
175
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
176
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
177
- },
178
- "offers": {
179
- "url": "<?php echo $event->data->permalink; ?>",
180
- "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
181
- "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
182
- },
183
- "performer": <?php echo $speakers; ?>,
184
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
185
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
186
- "name" : "<?php esc_html_e($event->data->title); ?>",
187
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
188
- }
189
- </script>
 
 
 
 
 
 
190
  <div class="mec-slider-t3-img" style="background: url(<?php echo $src; ?> );"></div>
191
  <div class="mec-slider-t3-content mec-event-grid-modern">
192
-
193
  <div class="event-grid-modern-head clearfix">
194
  <div class="mec-event-date mec-color"><?php echo date_i18n($this->date_format_type3_1, strtotime($event->date['start']['date'])); ?></div>
195
  <div class="mec-event-month"><?php echo date_i18n($this->date_format_type3_2, strtotime($event->date['start']['date'])); ?></div>
@@ -207,76 +201,76 @@ $settings = $this->main->get_settings();
207
  </article>
208
  <?php elseif($this->style == 't4'): ?>
209
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
210
- <script type="application/ld+json">
211
- {
212
- "@context" : "http://schema.org",
213
- "@type" : "Event",
214
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
215
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
216
- "location" :
217
  {
218
- "@type" : "Place",
219
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
220
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
221
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
222
- },
223
- "offers": {
224
- "url": "<?php echo $event->data->permalink; ?>",
225
- "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
226
- "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
227
- },
228
- "performer": <?php echo $speakers; ?>,
229
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
230
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
231
- "name" : "<?php esc_html_e($event->data->title); ?>",
232
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
233
- }
234
- </script>
235
- <div class="mec-slider-t4-img" style="background: url(<?php echo $src; ?> );"></div>
236
- <div class="mec-slider-t4-content mec-event-grid-modern">
 
 
 
 
 
 
237
 
238
- <div class="event-grid-modern-head clearfix">
239
- <div class="mec-event-date mec-color"><?php echo date_i18n($this->date_format_type4_1, strtotime($event->date['start']['date'])); ?></div>
240
- <div class="mec-event-month"><?php echo date_i18n($this->date_format_type4_2, strtotime($event->date['start']['date'])); ?></div>
241
- <div class="mec-event-detail"><?php echo (isset($location['name']) ? $location['name'] : ''); ?></div>
242
- <div class="mec-event-day"><?php echo date_i18n($this->date_format_type4_3, strtotime($event->date['start']['date'])); ?></div>
243
- </div>
244
- <div class="mec-event-content">
245
- <h4 class="mec-event-title"><a class="mec-color-hover" href="<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"><?php echo $event->data->title; ?></a><?php echo $event_color; ?></h4>
246
- <div class="mec-event-detail"><?php echo (isset($location['name']) ? $location['name'] : '') . (isset($location['address']) ? ' | '.$location['address'] : ''); ?></div>
247
- </div>
248
- <div class="mec-slider-t4-footer">
249
- <a class="mec-booking-button" href="<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"><?php echo (is_array($event->data->tickets) and count($event->data->tickets)) ? $this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')) : $this->main->m('view_detail', __('View Detail', 'modern-events-calendar-lite')); ?></a>
 
250
  </div>
251
- </div>
252
- </article>
253
  <?php elseif($this->style == 't5'): ?>
254
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
255
- <script type="application/ld+json">
256
- {
257
- "@context" : "http://schema.org",
258
- "@type" : "Event",
259
- "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
260
- "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
261
- "location" :
262
  {
263
- "@type" : "Place",
264
- "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
265
- "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
266
- "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
267
- },
268
- "offers": {
269
- "url": "<?php echo $event->data->permalink; ?>",
270
- "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
271
- "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
272
- },
273
- "performer": <?php echo $speakers; ?>,
274
- "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
275
- "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
276
- "name" : "<?php esc_html_e($event->data->title); ?>",
277
- "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
278
- }
279
- </script>
 
 
 
 
 
 
280
  <div class="mec-slider-t5-img" style="background: url(<?php echo $src; ?> );"></div>
281
  <div class="mec-slider-t5-content mec-event-grid-modern">
282
  <div class="event-grid-modern-head clearfix">
14
  foreach($date as $event):
15
 
16
  // Skip to next event if there is no image
17
+ if(empty($event->data->featured_image['large'])) continue;
18
 
19
+ // Featured Image
20
+ $src = $event->data->featured_image['large'];
 
 
 
21
 
22
  $location = isset($event->data->locations[$event->data->meta['mec_location_id']])? $event->data->locations[$event->data->meta['mec_location_id']] : array();
23
  $event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
37
  }
38
 
39
  $label_style = '';
40
+ if(!empty($event->data->labels))
 
41
  {
42
+ foreach($event->data->labels as $label)
 
43
  {
44
+ if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
45
+ if($label['style'] == 'mec-label-featured') $label_style = esc_html__('Featured', 'modern-events-calendar-lite');
46
+ elseif($label['style'] == 'mec-label-canceled') $label_style = esc_html__('Canceled' , 'modern-events-calendar-lite');
 
 
47
  }
48
  }
49
+
50
  $speakers = '""';
51
+ if(!empty($event->data->speakers))
52
  {
53
+ $speakers = [];
54
+ foreach($event->data->speakers as $key=>$value)
55
+ {
56
  $speakers[] = array(
57
  "@type" => "Person",
58
  "name" => $value['name'],
59
  "image" => $value['thumbnail'],
60
  "sameAs" => $value['facebook'],
61
  );
62
+ }
63
+
64
  $speakers = json_encode($speakers);
65
  }
66
  ?>
67
  <?php if($this->style == 't1'): ?>
68
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
69
+ <script type="application/ld+json">
 
 
 
 
 
 
70
  {
71
+ "@context" : "http://schema.org",
72
+ "@type" : "Event",
73
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
74
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
75
+ "location" :
76
+ {
77
+ "@type" : "Place",
78
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
79
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
80
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
81
+ },
82
+ "offers": {
83
+ "url": "<?php echo $event->data->permalink; ?>",
84
+ "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
85
+ "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
86
+ },
87
+ "performer": <?php echo $speakers; ?>,
88
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
89
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
90
+ "name" : "<?php esc_html_e($event->data->title); ?>",
91
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
92
+ }
93
+ </script>
94
  <div class="mec-slider-t1-img" style="background: url(<?php echo $src; ?> );"></div>
95
 
96
  <div class="mec-slider-t1-content mec-event-grid-modern">
112
  </article>
113
  <?php elseif($this->style == 't2'): ?>
114
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
115
+ <script type="application/ld+json">
 
 
 
 
 
 
116
  {
117
+ "@context" : "http://schema.org",
118
+ "@type" : "Event",
119
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
120
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
121
+ "location" :
122
+ {
123
+ "@type" : "Place",
124
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
125
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
126
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
127
+ },
128
+ "offers": {
129
+ "url": "<?php echo $event->data->permalink; ?>",
130
+ "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
131
+ "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
132
+ },
133
+ "performer": <?php echo $speakers; ?>,
134
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
135
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
136
+ "name" : "<?php esc_html_e($event->data->title); ?>",
137
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
138
+ }
139
+ </script>
140
  <div class="mec-slider-t2-img" style="background: url(<?php echo $src; ?> );"></div>
141
  <div class="mec-slider-t2-content mec-event-grid-modern mec-bg-color">
142
 
157
  </article>
158
  <?php elseif($this->style == 't3'): ?>
159
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
160
+ <script type="application/ld+json">
 
 
 
 
 
 
161
  {
162
+ "@context" : "http://schema.org",
163
+ "@type" : "Event",
164
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
165
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
166
+ "location" :
167
+ {
168
+ "@type" : "Place",
169
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
170
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
171
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
172
+ },
173
+ "offers": {
174
+ "url": "<?php echo $event->data->permalink; ?>",
175
+ "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
176
+ "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
177
+ },
178
+ "performer": <?php echo $speakers; ?>,
179
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
180
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
181
+ "name" : "<?php esc_html_e($event->data->title); ?>",
182
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
183
+ }
184
+ </script>
185
  <div class="mec-slider-t3-img" style="background: url(<?php echo $src; ?> );"></div>
186
  <div class="mec-slider-t3-content mec-event-grid-modern">
 
187
  <div class="event-grid-modern-head clearfix">
188
  <div class="mec-event-date mec-color"><?php echo date_i18n($this->date_format_type3_1, strtotime($event->date['start']['date'])); ?></div>
189
  <div class="mec-event-month"><?php echo date_i18n($this->date_format_type3_2, strtotime($event->date['start']['date'])); ?></div>
201
  </article>
202
  <?php elseif($this->style == 't4'): ?>
203
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
204
+ <script type="application/ld+json">
 
 
 
 
 
 
205
  {
206
+ "@context" : "http://schema.org",
207
+ "@type" : "Event",
208
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
209
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
210
+ "location" :
211
+ {
212
+ "@type" : "Place",
213
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
214
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
215
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
216
+ },
217
+ "offers": {
218
+ "url": "<?php echo $event->data->permalink; ?>",
219
+ "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
220
+ "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
221
+ },
222
+ "performer": <?php echo $speakers; ?>,
223
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
224
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
225
+ "name" : "<?php esc_html_e($event->data->title); ?>",
226
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
227
+ }
228
+ </script>
229
+ <div class="mec-slider-t4-img" style="background: url(<?php echo $src; ?> );"></div>
230
+ <div class="mec-slider-t4-content mec-event-grid-modern">
231
 
232
+ <div class="event-grid-modern-head clearfix">
233
+ <div class="mec-event-date mec-color"><?php echo date_i18n($this->date_format_type4_1, strtotime($event->date['start']['date'])); ?></div>
234
+ <div class="mec-event-month"><?php echo date_i18n($this->date_format_type4_2, strtotime($event->date['start']['date'])); ?></div>
235
+ <div class="mec-event-detail"><?php echo (isset($location['name']) ? $location['name'] : ''); ?></div>
236
+ <div class="mec-event-day"><?php echo date_i18n($this->date_format_type4_3, strtotime($event->date['start']['date'])); ?></div>
237
+ </div>
238
+ <div class="mec-event-content">
239
+ <h4 class="mec-event-title"><a class="mec-color-hover" href="<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"><?php echo $event->data->title; ?></a><?php echo $event_color; ?></h4>
240
+ <div class="mec-event-detail"><?php echo (isset($location['name']) ? $location['name'] : '') . (isset($location['address']) ? ' | '.$location['address'] : ''); ?></div>
241
+ </div>
242
+ <div class="mec-slider-t4-footer">
243
+ <a class="mec-booking-button" href="<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"><?php echo (is_array($event->data->tickets) and count($event->data->tickets)) ? $this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')) : $this->main->m('view_detail', __('View Detail', 'modern-events-calendar-lite')); ?></a>
244
+ </div>
245
  </div>
246
+ </article>
 
247
  <?php elseif($this->style == 't5'): ?>
248
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
249
+ <script type="application/ld+json">
 
 
 
 
 
 
250
  {
251
+ "@context" : "http://schema.org",
252
+ "@type" : "Event",
253
+ "startDate" : "<?php echo !empty( $event->data->meta['mec_date']['start']['date'] ) ? $event->data->meta['mec_date']['start']['date'] : '' ; ?>",
254
+ "endDate" : "<?php echo !empty( $event->data->meta['mec_date']['end']['date'] ) ? $event->data->meta['mec_date']['end']['date'] : '' ; ?>",
255
+ "location" :
256
+ {
257
+ "@type" : "Place",
258
+ "name" : "<?php echo (isset($location['name']) ? $location['name'] : ''); ?>",
259
+ "image" : "<?php echo (isset($location['thumbnail']) ? esc_url($location['thumbnail'] ) : '');; ?>",
260
+ "address" : "<?php echo (isset($location['address']) ? $location['address'] : ''); ?>"
261
+ },
262
+ "offers": {
263
+ "url": "<?php echo $event->data->permalink; ?>",
264
+ "price": "<?php echo isset($event->data->meta['mec_cost']) ? $event->data->meta['mec_cost'] : '' ; ?>",
265
+ "priceCurrency" : "<?php echo isset($settings['currency']) ? $settings['currency'] : ''; ?>"
266
+ },
267
+ "performer": <?php echo $speakers; ?>,
268
+ "description" : "<?php echo esc_html(preg_replace('/<p>\\s*?(<a .*?><img.*?><\\/a>|<img.*?>)?\\s*<\\/p>/s', '<div class="figure">$1</div>', $event->data->post->post_content)); ?>",
269
+ "image" : "<?php echo !empty($event->data->featured_image['full']) ? esc_html($event->data->featured_image['full']) : '' ; ?>",
270
+ "name" : "<?php esc_html_e($event->data->title); ?>",
271
+ "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
272
+ }
273
+ </script>
274
  <div class="mec-slider-t5-img" style="background: url(<?php echo $src; ?> );"></div>
275
  <div class="mec-slider-t5-content mec-event-grid-modern">
276
  <div class="event-grid-modern-head clearfix">
app/skins/timetable/render.php CHANGED
@@ -30,11 +30,11 @@ $settings = $this->main->get_settings();
30
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
31
  if ( $label['style'] == 'mec-label-featured' )
32
  {
33
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
34
  }
35
  elseif ( $label['style'] == 'mec-label-canceled' )
36
  {
37
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
38
  }
39
  }
40
  endif;
@@ -132,11 +132,11 @@ $settings = $this->main->get_settings();
132
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
133
  if ( $label['style'] == 'mec-label-featured' )
134
  {
135
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
136
  }
137
  elseif ( $label['style'] == 'mec-label-canceled' )
138
  {
139
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
140
  }
141
  }
142
  endif;
30
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
31
  if ( $label['style'] == 'mec-label-featured' )
32
  {
33
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
34
  }
35
  elseif ( $label['style'] == 'mec-label-canceled' )
36
  {
37
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
38
  }
39
  }
40
  endif;
132
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
133
  if ( $label['style'] == 'mec-label-featured' )
134
  {
135
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
136
  }
137
  elseif ( $label['style'] == 'mec-label-canceled' )
138
  {
139
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
140
  }
141
  }
142
  endif;
app/skins/weekly_view.php CHANGED
@@ -281,34 +281,65 @@ class MEC_skin_weekly_view extends MEC_skins
281
  // Initialize the skin
282
  $this->initialize($atts);
283
 
284
- // Start Date
285
- $this->year = $this->request->getVar('mec_year', date('Y'));
286
- $this->month = $this->request->getVar('mec_month', date('m'));
287
- $this->week = 1;
288
-
289
- $this->start_date = $this->year.'-'.$this->month.'-01';
290
-
291
- // We will extend the end date in the loop
292
- $this->end_date = $this->start_date;
293
-
294
- // Weeks
295
- $this->weeks = $this->main->split_to_weeks($this->start_date, date('Y-m-t', strtotime($this->start_date)));
296
-
297
- // Get week of days
298
- $this->week_of_days = array();
299
- foreach($this->weeks as $week_number=>$week) foreach($week as $day) $this->week_of_days[$day] = $week_number;
300
-
301
- // Some times some months have 6 weeks but next month has 5 or even 4 weeks
302
- if(!isset($this->weeks[$this->week])) $this->week = $this->week-1;
303
- if(!isset($this->weeks[$this->week])) $this->week = $this->week-1;
304
-
305
- $this->today = $this->weeks[$this->week][0];
306
-
307
- // Return the events
308
- $this->atts['return_items'] = true;
309
-
310
- // Fetch the events
311
- $this->fetch();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
 
313
  // Return the output
314
  $output = $this->output();
281
  // Initialize the skin
282
  $this->initialize($atts);
283
 
284
+ // Weekly view search repeat if not found in current month
285
+ $c = 0;
286
+ $break = false;
287
+
288
+ do
289
+ {
290
+ if($c > 6) $break=true;
291
+ if($c and !$break)
292
+ {
293
+ if(intval($this->month == 12))
294
+ {
295
+ $this->year = intval($this->year)+1;
296
+ $this->month = '01';
297
+ }
298
+
299
+ $this->month = sprintf("%02d", intval($this->month)+1);
300
+ }
301
+ else
302
+ {
303
+ // Start Date
304
+ $this->year = $this->request->getVar('mec_year', date('Y'));
305
+ $this->month = $this->request->getVar('mec_month', date('m'));
306
+ }
307
+
308
+ $this->week = 1;
309
+
310
+ $this->start_date = $this->year.'-'.$this->month.'-01';
311
+
312
+ // We will extend the end date in the loop
313
+ $this->end_date = $this->start_date;
314
+
315
+ // Weeks
316
+ $this->weeks = $this->main->split_to_weeks($this->start_date, date('Y-m-t', strtotime($this->start_date)));
317
+
318
+ // Get week of days
319
+ $this->week_of_days = array();
320
+ foreach($this->weeks as $week_number=>$week) foreach($week as $day) $this->week_of_days[$day] = $week_number;
321
+
322
+ // Some times some months have 6 weeks but next month has 5 or even 4 weeks
323
+ if(!isset($this->weeks[$this->week])) $this->week = $this->week-1;
324
+ if(!isset($this->weeks[$this->week])) $this->week = $this->week-1;
325
+
326
+ $this->today = $this->weeks[$this->week][0];
327
+
328
+ // Return the events
329
+ $this->atts['return_items'] = true;
330
+
331
+ // Fetch the events
332
+ $this->fetch();
333
+
334
+ // Break the loop if not resault
335
+ if($break)
336
+ {
337
+ break;
338
+ }
339
+
340
+ $c++;
341
+ }
342
+ while(!array_filter($this->events) and count($this->sf));
343
 
344
  // Return the output
345
  $output = $this->output();
app/skins/weekly_view/render.php CHANGED
@@ -28,11 +28,11 @@ $settings = $this->main->get_settings();
28
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
29
  if ( $label['style'] == 'mec-label-featured' )
30
  {
31
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
32
  }
33
  elseif ( $label['style'] == 'mec-label-canceled' )
34
  {
35
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
36
  }
37
  }
38
  endif;
28
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
29
  if ( $label['style'] == 'mec-label-featured' )
30
  {
31
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
32
  }
33
  elseif ( $label['style'] == 'mec-label-canceled' )
34
  {
35
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
36
  }
37
  }
38
  endif;
app/skins/weekly_view/tpl.php CHANGED
@@ -98,6 +98,8 @@ jQuery(document).ready(function()
98
  today: "'.date('Ymd', strtotime($this->start_date)).'",
99
  week: "'.$this->week_of_days[$this->today].'",
100
  month_id: "'.date('Ym', $current_month_time).'",
 
 
101
  month_navigator: '.($this->next_previous_button ? 1 : 0).',
102
  changeWeekElement: "#mec_skin_'.$this->id.' .mec-load-week",
103
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
98
  today: "'.date('Ymd', strtotime($this->start_date)).'",
99
  week: "'.$this->week_of_days[$this->today].'",
100
  month_id: "'.date('Ym', $current_month_time).'",
101
+ current_year: "'.date('Y', $current_month_time).'",
102
+ current_month: "'.date('m', $current_month_time).'",
103
  month_navigator: '.($this->next_previous_button ? 1 : 0).',
104
  changeWeekElement: "#mec_skin_'.$this->id.' .mec-load-week",
105
  atts: "'.http_build_query(array('atts'=>$this->atts), '', '&').'",
app/skins/yearly_view/render.php CHANGED
@@ -45,11 +45,11 @@ $settings = $this->main->get_settings();
45
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
46
  if ( $label['style'] == 'mec-label-featured' )
47
  {
48
- $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite' );
49
  }
50
  elseif ( $label['style'] == 'mec-label-canceled' )
51
  {
52
- $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite' );
53
  }
54
  }
55
  endif;
45
  if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
46
  if ( $label['style'] == 'mec-label-featured' )
47
  {
48
+ $label_style = esc_html__( 'Featured' , 'modern-events-calendar-lite');
49
  }
50
  elseif ( $label['style'] == 'mec-label-canceled' )
51
  {
52
+ $label_style = esc_html__( 'Canceled' , 'modern-events-calendar-lite');
53
  }
54
  }
55
  endif;
assets/css/backend.css CHANGED
@@ -1349,6 +1349,37 @@
1349
  top: 50% !important;
1350
  }
1351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1352
  @media(min-width:1200px) and (max-width:1366px) {
1353
 
1354
  .mec-tooltip .box.left {
1349
  top: 50% !important;
1350
  }
1351
 
1352
+ form#mec_reg_fields_form input[type="radio"]:before {
1353
+ content: "";
1354
+ display: inline-block;
1355
+ background: #fff;
1356
+ border-radius: 18px;
1357
+ width: 14px;
1358
+ height: 14px;
1359
+ margin: -1px 0 0 -2px;
1360
+ cursor: pointer;
1361
+ border: 2px solid #e1e7ed;
1362
+ box-shadow: 0 2px 15px -3px rgba(69, 77, 89, .32);
1363
+ }
1364
+
1365
+ form#mec_reg_fields_form input[type="radio"]:checked:before {
1366
+ border: 7px solid #008aff;
1367
+ background: #fff;
1368
+ box-shadow: 0 3px 16px -3px #008aff;
1369
+ width: 4px;
1370
+ height: 4px;
1371
+ }
1372
+
1373
+ form#mec_reg_fields_form input[type="radio"] {
1374
+ min-height: 0;
1375
+ margin-right: 6px;
1376
+
1377
+ }
1378
+
1379
+ form#mec_reg_fields_form label {
1380
+ margin-right: 20px;
1381
+ }
1382
+
1383
  @media(min-width:1200px) and (max-width:1366px) {
1384
 
1385
  .mec-tooltip .box.left {
assets/css/backend.min.css CHANGED
@@ -2,4 +2,4 @@
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}#mec-search-settings{border-radius:2px;min-height:32px;box-shadow:0 3px 14px -5px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);padding:9px 10px 11px;margin-right:6px;color:#7c7772;font-size:12px;width:200px}#mec-search-settings::-webkit-input-placeholder{color:#7c7772}#mec-search-settings::-moz-placeholder{color:#7c7772}#mec-search-settings:-ms-input-placeholder{color:#7c7772}#mec-search-settings:-moz-placeholder{color:#7c7772}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:3px 0}.mec-addon-box-title{font-weight:700;font-size:18px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px}#webnus-dashboard .mec-addon-box-footer a{font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:7px 19px;margin-top:10px;display:inline-block;letter-spacing:.2px;color:#fff;width:100%;text-align:center}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{margin-right:6px;color:#fff}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:20px 30px 27px;margin-bottom:0}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_settings_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_settings_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:12px}.mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:20px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0;z-index:9999}.mec-tooltip .box a{color:#09f;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block}.mec-tooltip .box a:hover{color:#f90}.mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}
2
  * Bootstrap v3.3.7 (http://getbootstrap.com)
3
  * Copyright 2011-2016 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */#webnus-dashboard button,#webnus-dashboard input,#webnus-dashboard select,#webnus-dashboard textarea{font-family:inherit;font-size:inherit;line-height:inherit}#webnus-dashboard a{color:#337ab7;text-decoration:none}#webnus-dashboard a:focus,#webnus-dashboard a:hover{color:#23527c}#webnus-dashboard a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}#webnus-dashboard figure{margin:0}#webnus-dashboard img{vertical-align:middle}.w-img-responsive{display:block;max-width:100%;height:auto}.w-img-rounded{border-radius:6px}.w-img-thumbnail{padding:4px;line-height:1w-42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0w-2s ease-in-out;-o-transition:all 0w-2s ease-in-out;transition:all 0w-2s ease-in-out;display:inline-block;max-width:100%;height:auto}.w-img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.w-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.w-sr-only-focusable:active,.w-sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-container,.w-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.w-container{width:750px}}@media (min-width:992px){.w-container{width:970px}}@media (min-width:1200px){.w-container{width:1170px}}.w-row{margin-left:-15px;margin-right:-15px}.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9,.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9,.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9,.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.w-col-xs-1,.w-col-xs-10,.w-col-xs-11,.w-col-xs-12,.w-col-xs-2,.w-col-xs-3,.w-col-xs-4,.w-col-xs-5,.w-col-xs-6,.w-col-xs-7,.w-col-xs-8,.w-col-xs-9{float:left}.w-col-xs-12{width:100%}.w-col-xs-11{width:91.66666667%}.w-col-xs-10{width:83.33333333%}.w-col-xs-9{width:75%}.w-col-xs-8{width:66.66666667%}.w-col-xs-7{width:58.33333333%}.w-col-xs-6{width:50%}.w-col-xs-5{width:41.66666667%}.w-col-xs-4{width:33.33333333%}.w-col-xs-3{width:25%}.w-col-xs-2{width:16.66666667%}.w-col-xs-1{width:8w-33333333%}.w-col-xs-pull-12{right:100%}.w-col-xs-pull-11{right:91.66666667%}.w-col-xs-pull-10{right:83.33333333%}.w-col-xs-pull-9{right:75%}.w-col-xs-pull-8{right:66.66666667%}.w-col-xs-pull-7{right:58.33333333%}.w-col-xs-pull-6{right:50%}.w-col-xs-pull-5{right:41.66666667%}.w-col-xs-pull-4{right:33.33333333%}.w-col-xs-pull-3{right:25%}.w-col-xs-pull-2{right:16.66666667%}.w-col-xs-pull-1{right:8w-33333333%}.w-col-xs-pull-0{right:auto}.w-col-xs-push-12{left:100%}.w-col-xs-push-11{left:91.66666667%}.w-col-xs-push-10{left:83.33333333%}.w-col-xs-push-9{left:75%}.w-col-xs-push-8{left:66.66666667%}.w-col-xs-push-7{left:58.33333333%}.w-col-xs-push-6{left:50%}.w-col-xs-push-5{left:41.66666667%}.w-col-xs-push-4{left:33.33333333%}.w-col-xs-push-3{left:25%}.w-col-xs-push-2{left:16.66666667%}.w-col-xs-push-1{left:8w-33333333%}.w-col-xs-push-0{left:auto}.w-col-xs-offset-12{margin-left:100%}.w-col-xs-offset-11{margin-left:91.66666667%}.w-col-xs-offset-10{margin-left:83.33333333%}.w-col-xs-offset-9{margin-left:75%}.w-col-xs-offset-8{margin-left:66.66666667%}.w-col-xs-offset-7{margin-left:58.33333333%}.w-col-xs-offset-6{margin-left:50%}.w-col-xs-offset-5{margin-left:41.66666667%}.w-col-xs-offset-4{margin-left:33.33333333%}.w-col-xs-offset-3{margin-left:25%}.w-col-xs-offset-2{margin-left:16.66666667%}.w-col-xs-offset-1{margin-left:8w-33333333%}.w-col-xs-offset-0{margin-left:0}@media (min-width:768px){.w-col-sm-1,.w-col-sm-10,.w-col-sm-11,.w-col-sm-12,.w-col-sm-2,.w-col-sm-3,.w-col-sm-4,.w-col-sm-5,.w-col-sm-6,.w-col-sm-7,.w-col-sm-8,.w-col-sm-9{float:left}.w-col-sm-12{width:100%}.w-col-sm-11{width:91.66666667%}.w-col-sm-10{width:83.33333333%}.w-col-sm-9{width:75%}.w-col-sm-8{width:66.66666667%}.w-col-sm-7{width:58.33333333%}.w-col-sm-6{width:50%}.w-col-sm-5{width:41.66666667%}.w-col-sm-4{width:33.33333333%}.w-col-sm-3{width:25%}.w-col-sm-2{width:16.66666667%}.w-col-sm-1{width:8w-33333333%}.w-col-sm-pull-12{right:100%}.w-col-sm-pull-11{right:91.66666667%}.w-col-sm-pull-10{right:83.33333333%}.w-col-sm-pull-9{right:75%}.w-col-sm-pull-8{right:66.66666667%}.w-col-sm-pull-7{right:58.33333333%}.w-col-sm-pull-6{right:50%}.w-col-sm-pull-5{right:41.66666667%}.w-col-sm-pull-4{right:33.33333333%}.w-col-sm-pull-3{right:25%}.w-col-sm-pull-2{right:16.66666667%}.w-col-sm-pull-1{right:8w-33333333%}.w-col-sm-pull-0{right:auto}.w-col-sm-push-12{left:100%}.w-col-sm-push-11{left:91.66666667%}.w-col-sm-push-10{left:83.33333333%}.w-col-sm-push-9{left:75%}.w-col-sm-push-8{left:66.66666667%}.w-col-sm-push-7{left:58.33333333%}.w-col-sm-push-6{left:50%}.w-col-sm-push-5{left:41.66666667%}.w-col-sm-push-4{left:33.33333333%}.w-col-sm-push-3{left:25%}.w-col-sm-push-2{left:16.66666667%}.w-col-sm-push-1{left:8w-33333333%}.w-col-sm-push-0{left:auto}.w-col-sm-offset-12{margin-left:100%}.w-col-sm-offset-11{margin-left:91.66666667%}.w-col-sm-offset-10{margin-left:83.33333333%}.w-col-sm-offset-9{margin-left:75%}.w-col-sm-offset-8{margin-left:66.66666667%}.w-col-sm-offset-7{margin-left:58.33333333%}.w-col-sm-offset-6{margin-left:50%}.w-col-sm-offset-5{margin-left:41.66666667%}.w-col-sm-offset-4{margin-left:33.33333333%}.w-col-sm-offset-3{margin-left:25%}.w-col-sm-offset-2{margin-left:16.66666667%}.w-col-sm-offset-1{margin-left:8w-33333333%}.w-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w-col-md-1,.w-col-md-10,.w-col-md-11,.w-col-md-12,.w-col-md-2,.w-col-md-3,.w-col-md-4,.w-col-md-5,.w-col-md-6,.w-col-md-7,.w-col-md-8,.w-col-md-9{float:left}.w-col-md-12{width:100%}.w-col-md-11{width:91.66666667%}.w-col-md-10{width:83.33333333%}.w-col-md-9{width:75%}.w-col-md-8{width:66.66666667%}.w-col-md-7{width:58.33333333%}.w-col-md-6{width:50%}.w-col-md-5{width:41.66666667%}.w-col-md-4{width:33.33333333%}.w-col-md-3{width:25%}.w-col-md-2{width:16.66666667%}.w-col-md-1{width:8w-33333333%}.w-col-md-pull-12{right:100%}.w-col-md-pull-11{right:91.66666667%}.w-col-md-pull-10{right:83.33333333%}.w-col-md-pull-9{right:75%}.w-col-md-pull-8{right:66.66666667%}.w-col-md-pull-7{right:58.33333333%}.w-col-md-pull-6{right:50%}.w-col-md-pull-5{right:41.66666667%}.w-col-md-pull-4{right:33.33333333%}.w-col-md-pull-3{right:25%}.w-col-md-pull-2{right:16.66666667%}.w-col-md-pull-1{right:8w-33333333%}.w-col-md-pull-0{right:auto}.w-col-md-push-12{left:100%}.w-col-md-push-11{left:91.66666667%}.w-col-md-push-10{left:83.33333333%}.w-col-md-push-9{left:75%}.w-col-md-push-8{left:66.66666667%}.w-col-md-push-7{left:58.33333333%}.w-col-md-push-6{left:50%}.w-col-md-push-5{left:41.66666667%}.w-col-md-push-4{left:33.33333333%}.w-col-md-push-3{left:25%}.w-col-md-push-2{left:16.66666667%}.w-col-md-push-1{left:8w-33333333%}.w-col-md-push-0{left:auto}.w-col-md-offset-12{margin-left:100%}.w-col-md-offset-11{margin-left:91.66666667%}.w-col-md-offset-10{margin-left:83.33333333%}.w-col-md-offset-9{margin-left:75%}.w-col-md-offset-8{margin-left:66.66666667%}.w-col-md-offset-7{margin-left:58.33333333%}.w-col-md-offset-6{margin-left:50%}.w-col-md-offset-5{margin-left:41.66666667%}.w-col-md-offset-4{margin-left:33.33333333%}.w-col-md-offset-3{margin-left:25%}.w-col-md-offset-2{margin-left:16.66666667%}.w-col-md-offset-1{margin-left:8w-33333333%}.w-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w-col-lg-1,.w-col-lg-10,.w-col-lg-11,.w-col-lg-12,.w-col-lg-2,.w-col-lg-3,.w-col-lg-4,.w-col-lg-5,.w-col-lg-6,.w-col-lg-7,.w-col-lg-8,.w-col-lg-9{float:left}.w-col-lg-12{width:100%}.w-col-lg-11{width:91.66666667%}.w-col-lg-10{width:83.33333333%}.w-col-lg-9{width:75%}.w-col-lg-8{width:66.66666667%}.w-col-lg-7{width:58.33333333%}.w-col-lg-6{width:50%}.w-col-lg-5{width:41.66666667%}.w-col-lg-4{width:33.33333333%}.w-col-lg-3{width:25%}.w-col-lg-2{width:16.66666667%}.w-col-lg-1{width:8w-33333333%}.w-col-lg-pull-12{right:100%}.w-col-lg-pull-11{right:91.66666667%}.w-col-lg-pull-10{right:83.33333333%}.w-col-lg-pull-9{right:75%}.w-col-lg-pull-8{right:66.66666667%}.w-col-lg-pull-7{right:58.33333333%}.w-col-lg-pull-6{right:50%}.w-col-lg-pull-5{right:41.66666667%}.w-col-lg-pull-4{right:33.33333333%}.w-col-lg-pull-3{right:25%}.w-col-lg-pull-2{right:16.66666667%}.w-col-lg-pull-1{right:8w-33333333%}.w-col-lg-pull-0{right:auto}.w-col-lg-push-12{left:100%}.w-col-lg-push-11{left:91.66666667%}.w-col-lg-push-10{left:83.33333333%}.w-col-lg-push-9{left:75%}.w-col-lg-push-8{left:66.66666667%}.w-col-lg-push-7{left:58.33333333%}.w-col-lg-push-6{left:50%}.w-col-lg-push-5{left:41.66666667%}.w-col-lg-push-4{left:33.33333333%}.w-col-lg-push-3{left:25%}.w-col-lg-push-2{left:16.66666667%}.w-col-lg-push-1{left:8w-33333333%}.w-col-lg-push-0{left:auto}.w-col-lg-offset-12{margin-left:100%}.w-col-lg-offset-11{margin-left:91.66666667%}.w-col-lg-offset-10{margin-left:83.33333333%}.w-col-lg-offset-9{margin-left:75%}.w-col-lg-offset-8{margin-left:66.66666667%}.w-col-lg-offset-7{margin-left:58.33333333%}.w-col-lg-offset-6{margin-left:50%}.w-col-lg-offset-5{margin-left:41.66666667%}.w-col-lg-offset-4{margin-left:33.33333333%}.w-col-lg-offset-3{margin-left:25%}.w-col-lg-offset-2{margin-left:16.66666667%}.w-col-lg-offset-1{margin-left:8w-33333333%}.w-col-lg-offset-0{margin-left:0}}.w-clearfix:after,.w-clearfix:before,.w-container-fluid:after,.w-container-fluid:before,.w-container:after,.w-container:before,.w-row:after,.w-row:before{content:" ";display:table}.w-clearfix:after,.w-container-fluid:after,.w-container:after,.w-row:after{clear:both}.w-center-block{display:block;margin-left:auto;margin-right:auto}.w-pull-right{float:right!important}.w-pull-left{float:left!important}.w-hide{display:none!important}.w-show{display:block!important}.w-invisible{visibility:hidden}.w-text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.w-hidden{display:none!important}.w-affix{position:fixed}.mec-image-popup-wrap{display:none}#wns-be-infobar.sticky{position:fixed;top:32px;background:#fff;z-index:9999;width:82%}.wns-be-main .wns-saved-settings.sticky{position:fixed;width:62.5%;top:111px;z-index:999999999999999999}#mec-search-settings{border-radius:2px;min-height:32px;box-shadow:0 3px 14px -5px rgba(0,0,0,.2),inset 0 1px 2px rgba(0,0,0,.07);padding:9px 10px 11px;margin-right:6px;color:#7c7772;font-size:12px;width:200px}#mec-search-settings::-webkit-input-placeholder{color:#7c7772}#mec-search-settings::-moz-placeholder{color:#7c7772}#mec-search-settings:-ms-input-placeholder{color:#7c7772}#mec-search-settings:-moz-placeholder{color:#7c7772}.mec-export-settings,.mec-import-settings{font-weight:700;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:8px 32px;height:36px;letter-spacing:.2px;line-height:36px;font-size:13px;color:#fff;text-decoration:none;display:inline-block}.mec-export-settings:hover,.mec-import-settings:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);color:#fff}textarea.mec-import-settings-content{display:block;width:100%;min-height:120px;margin-bottom:25px;padding:10px 15px}.mec-import-options-notification{display:inline-block}.mec-import-options-notification .mec-message-import-error,.mec-import-options-notification .mec-message-import-success{display:inline-block;padding:15px 12px;margin-left:12px;opacity:0;visibility:hidden;font-weight:700}.mec-import-options-notification .mec-message-import-success{opacity:1;visibility:visible;border:2px solid green}.mec-import-options-notification .mec-message-import-error{opacity:1;visibility:visible;border:2px solid #e62117}.mec-export-settings:focus,.mec-import-settings:focus{color:#fff}.mec-import-settings-wrap{position:relative}.mec-loarder-wrap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(202,202,202,.7);z-index:9999}.mec-loarder-wrap.mec-settings-loader{top:34px}.mec-loarder{position:absolute;width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 36px)}.mec-loarder div{display:inline-block;position:absolute;left:6px;width:4px;background:#fff;animation:mec-loarder 1.2s cubic-bezier(0,.5,.5,1) infinite}.mec-loarder div:nth-child(1){left:27px;animation-delay:-.24s;background:#0075ff}.mec-loarder div:nth-child(2){left:36px;animation-delay:-.12s;background:#028bff}.mec-loarder div:nth-child(3){left:45px;animation-delay:0;background:#32a0ff}@keyframes mec-loarder{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}}.w-box.support-page.searchbox{background:#008aff;background:linear-gradient(180deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff;min-height:260px;text-align:center;border-radius:2px}#webnus-dashboard .search-form input{background:rgba(255,255,255,.2);border:none;width:50%;outline:0;color:rgba(255,255,255,.7);font-size:18px;border-radius:4px 0 0 4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.03);-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s;padding:20px 32px;margin:0}#webnus-dashboard .search-form button{background:rgba(255,255,255,.2);border:none;padding:20px 32px;margin-left:-2px;color:#fff;border-radius:0 4px 4px 0;font-size:18px;cursor:pointer;-webkit-transition:background .4s,box-shadow .2s;transition:background .4s,box-shadow .2s}#webnus-dashboard .search-form button:hover{background:#fff;color:#3a3c4c}.w-box.support-page.searchbox p{font-size:30px}.search-form input::-webkit-input-placeholder{color:rgba(255,255,255,.7)}.search-form input::-moz-placeholder{color:rgba(255,255,255,.7)}.search-form input:-ms-input-placeholder{color:rgba(255,255,255,.7)}.search-form input:-moz-placeholder{color:rgba(255,255,255,.7)}#webnus-dashboard .search-form input:active,#webnus-dashboard .search-form input:focus{box-shadow:0 10px 20px rgba(0,0,0,.14);background:#fff;color:#3a3c4c}#webnus-dashboard .search-form input:active::-webkit-input-placeholder,#webnus-dashboard .search-form input:focus::-webkit-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active::-moz-placeholder,#webnus-dashboard .search-form input:focus::-moz-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-ms-input-placeholder,#webnus-dashboard .search-form input:focus:-ms-input-placeholder{color:#3a3c4c}#webnus-dashboard .search-form input:active:-moz-placeholder,#webnus-dashboard .search-form input:focus:-moz-placeholder{color:#3a3c4c}#webnus-dashboard .w-box.support-page.mec-ticksy{text-align:center;min-height:260px}#webnus-dashboard .w-box.support-page.mec-ticksy p{font-size:20px;width:70%;margin:0 auto;margin-bottom:40px;margin-top:40px}#webnus-dashboard .w-box.support-page.mec-ticksy a{color:#fff;font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:12px 20px;cursor:pointer;margin-bottom:40px;display:inline-block}#webnus-dashboard .w-box.support-page.mec-ticksy a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}.mec-faq-accordion>.mec-faq-accordion-content{display:none}#webnus-dashboard .mec-faq-accordion-trigger a{font-size:16px;padding:12px;background:#f1f1f1;display:block;color:#222;line-height:17px;outline:0}.mec-faq-accordion-trigger{margin-bottom:5px;position:relative}#webnus-dashboard .mec-faq-accordion-trigger a:after{font-family:simple-line-icons;content:"\e095";position:absolute;right:12px;font-weight:700}.mec-faq-accordion-content{padding:5px 14px 25px}#webnus-dashboard .mec-faq-accordion-trigger a.active:after{content:"\e082"}#webnus-dashboard .support-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}#webnus-dashboard .support-page-links a:hover,#webnus-dashboard .w-box.support-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}#webnus-dashboard .support-page-links{display:inline-block;margin:12px 4px 16px 0}.support-page-links.link-to-doc a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.support-page-links.link-to-videos a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}.support-page-links.link-to-articles a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}.w-box.support-page.articles-box .w-box-content a{display:block;padding:6px 0}#webnus-dashboard .w-box.support-page.videobox .w-button a{color:#fff;font-size:10px;padding:5px 15px;min-height:10px;font-weight:500;border-radius:22px;box-shadow:0 3px 10px -4px #ff5a35;text-shadow:none;background:#ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);border:none;transition:.24s}.w-box.support-page.articles-box,.w-box.support-page.faq-box{min-height:500px}.w-box.support-page.videobox{border-radius:2px;min-height:282px;box-shadow:0 1px 6px rgba(0,0,0,.039)!important}#webnus-dashboard .w-box.support-page.videobox .w-button a i{margin-right:6px}.support-page .w-box-content ul{margin-top:5px;padding-left:5px}.support-page .w-box-content ul li{font-size:13px}.support-page .w-box-content ul li i{font-size:17px;vertical-align:text-bottom;margin-right:7px;color:#999}.w-box.mec-activation{background:#fff url(../img/dp-dsb-support.jpg) no-repeat top right}.w-box.mec-activation .w-box-head{color:#40d8f0;width:75%}.w-box.mec-activation .w-box-content{padding:10px 30px}.w-box.mec-activation input[type=radio]{display:none}.w-box.mec-activation input[type=radio]+label{color:#000;font-size:13px;line-height:14px!important;color:#7b7b7b}.w-box.mec-activation input[type=radio].checked+label{color:#40d8f0}.w-box.mec-activation input[type=radio]+label span{display:inline-block;margin:-2px 6px 0 0;vertical-align:middle;cursor:pointer;height:14px;width:14px;text-align:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:100%;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.w-box.mec-activation input[type=radio].checked+label span{background-color:#40d8f0;border-color:#40d8f0;box-shadow:0 2px 14px -3px #40d8f0}.w-box.mec-activation input[type=radio].checked+label span:after{content:'';display:block;position:absolute;top:4px;left:4px;width:4px;height:4px;background:#fff;border-radius:100%}.w-box.mec-activation .LicenseType label{padding-right:20px;font-weight:500}.w-box.mec-activation .LicenseField{display:inline-block;position:relative;margin-top:20px}.w-box.mec-activation input[name=MECPurchaseCode]{box-shadow:inset 0 1px 2px rgba(0,0,0,.07);min-width:220px;background:#f4f4f4;border:none;border-radius:33px;width:500px;min-height:50px;margin:0;padding-left:20px;text-align:left}#webnus-dashboard .w-box.mec-activation input[type=submit]{height:40px;line-height:40px;font-weight:600;border:none;cursor:pointer;padding:0 30px;border-radius:33px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:12px;background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67;transition:all .28s ease;position:absolute;right:5px;top:4px;font-size:12px}#webnus-dashboard .w-box.mec-activation input[type=submit]:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5)}#MECActivation .MECPurchaseStatus,.addon-activation-form .MECPurchaseStatus{display:inline-block;width:40px;height:40px;text-align:center;padding-top:9px;color:#fff;font-weight:700;font-size:18px;border-radius:50%;padding-top:8px;position:absolute;right:-51px;top:calc(50% - 20px)}.MECPurchaseStatus:after,.MECPurchaseStatus:before{position:absolute;border-radius:50px;background:#fff;content:'';transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:before{width:22px;height:4px;right:9px;top:18px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseError:after{width:22px;height:4px;right:9px;top:18px;transform:rotate(-45deg)}.MECPurchaseStatus.PurchaseSuccess:before{width:13px;height:4px;right:19px;top:21px;transform:rotate(45deg)}.MECPurchaseStatus.PurchaseSuccess:after{width:22px;height:4px;right:5px;top:18px;transform:rotate(-45deg)}#MECActivation .MECPurchaseStatus.PurchaseError,.addon-activation-form .MECPurchaseStatus.PurchaseError{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);box-shadow:0 5px 10px -5px #ff876c}#MECActivation .MECPurchaseStatus.PurchaseSuccess,.addon-activation-form .MECPurchaseStatus.PurchaseSuccess{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.wna-spinner-wrap{position:absolute;background:#000;width:509px;height:64px;top:-8px;border-radius:50px;z-index:999;background-color:#fff;opacity:.9}.wna-spinner{width:40px;height:40px;position:relative;margin:6px auto}.wna-spinner .double-bounce1,.wna-spinner .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#40d8f0;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.wna-spinner .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}#MECActivation .MECLicenseMessage,.addon-activation-form .MECLicenseMessage{margin-top:24px;color:#f64;max-width:570px}.box-addon-activation-toggle-content,.box-addon-activation-toggle-head{display:none}.addon-activation-form h3{font-size:15px;font-weight:400;margin:34px 0 -7px}.box-addon-activation-toggle-head{line-height:1.5;font-size:16px;margin-top:20px;cursor:pointer}.box-addon-activation-toggle-head i{margin-right:7px;cursor:pointer;font-weight:700}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.w-col-sm-3 .w-box.addon{min-height:auto;box-shadow:0 3px 16px -5px rgba(0,0,0,.1);border-radius:2px}.w-box-child.mec-addon-box{padding:20px 20px}.mec-addon-box-head{border-bottom:1px solid #e8e8e8;padding-bottom:5px;margin-bottom:14px;position:relative}.mec-addon-box-version{position:relative;background:#eaeaea;border-radius:1px;padding:0 8px;color:#5a5a5a;font-size:11px;letter-spacing:.2px;line-height:21px;display:inline-block;margin:3px 0}.mec-addon-box-title{font-weight:700;font-size:18px;line-height:25px}.mec-addon-box-title a span{color:#444;font-size:15px}.mec-addon-box-content p{color:#777;font-size:13px}.mec-addon-box-mec-version{background:#f3f3f3;padding:10px;font-size:13px}#webnus-dashboard .addons-page-links{display:inline-block;margin:12px 4px 16px 0}#webnus-dashboard .addons-page-links a{background-color:#fff;color:#fff;border-radius:2px;padding:13px 24px;font-size:12px;letter-spacing:1px;font-weight:600;text-transform:uppercase}.addons-page-links.link-to-purchase a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);box-shadow:0 5px 10px -5px #4cbf67}.addons-page-links.link-to-install-addons a{background:#b092e6;background:linear-gradient(95deg,#b092e6 0,#9b70e8 50%,#8e5cea 100%);box-shadow:0 5px 10px -5px #b092e6}#webnus-dashboard .addons-page-links a:hover,#webnus-dashboard .w-box.addons-page.videobox .w-button a:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 21px -5px rgba(0,0,0,.5)}.mec-addon-box-footer{margin-top:25px}#webnus-dashboard .mec-addon-box-footer a{font-weight:500;border-radius:2px;box-shadow:0 3px 10px -4px #008aff;text-shadow:none;background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);border:none;transition:.24s;padding:7px 19px;margin-top:10px;display:inline-block;letter-spacing:.2px;color:#fff;width:100%;text-align:center}#webnus-dashboard .mec-addon-box-footer a.mec-addon-box-intro{box-shadow:0 3px 10px -4px #ff5a35;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%)}#webnus-dashboard .mec-addon-box-footer a:hover{background:#222!important;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%)!important;box-shadow:0 5px 23px -7px rgba(0,0,0,.5)!important;cursor:pointer!important}#webnus-dashboard .mec-addon-box-footer a i{margin-right:6px;color:#fff}.addons-page-error,.addons-page-notice{display:block;margin-top:15px;margin-bottom:0;background:#fff;border-left:4px solid #00a0d2;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:1px 12px}.addons-page-error p,.addons-page-notice p{margin:.5em 0;padding:2px;font-size:13px}.addons-page-error{border-left-color:#dc3232}.mec-addon-box-comingsoon{background:#eaeaea;padding:8px 11px;color:#5a5a5a;font-size:14px;font-weight:500;text-align:center}.mec-addons .w-row .w-col-sm-3:nth-child(4n+1){clear:left}@media (min-width:960px){#webnus-dashboard .mec-addon-box-footer .w-button{text-align:right}}@media (min-width:1401px){.mec-addon-box-title a span{font-size:17px}}.mec-pro-notice{margin-top:24px;line-height:30px}.mec-pro-notice .info-msg{padding:20px 30px 27px;margin-bottom:0}.mec-intro-section .w-box-content{text-align:center}.mec-intro-section .w-box-content.mec-intro-section-welcome{max-width:600px;margin:0 auto}.mec-intro-section .w-box-content.mec-intro-section-welcome h3{font-size:27px}a.mec-intro-section-link-tag.button.button-hero{margin:0 10px 40px}a.mec-intro-section-link-tag.button.button-primary.button-hero{color:#fff!important}a.mec-intro-section-link-tag.button.button-secondary.button-hero{color:#000!important}.mec-intro-section-ifarme iframe{border:1px solid #e7e7e7;border-radius:3px;padding:10px;box-shadow:0 3px 10px -6px rgba(0,0,0,.2)}.w-box-content.mec-intro-section-welcome p{margin-bottom:0}.mec-tooltip a:focus{box-shadow:none}#mec_settings_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}#mec_settings_form .mec-options-fields{padding-bottom:150px!important}#mec_taxes_fees_container_toggle{margin-bottom:60px}.mec-tooltip:hover:after,.mec-tooltip:hover:before{display:none}.mec-tooltip{display:inline-flex;bottom:12px}.mec-tooltip .box{min-width:300px;max-width:600px;display:inline-block;left:26px;top:50%;transform:translateY(-50%);padding:0;margin-top:8px;background-color:#535a61;color:#fff;font-weight:300;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:9999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #444b50;visibility:hidden;opacity:0;transition:opacity .23s}.mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-tooltip .box h5{color:#fff;font-size:17px;font-weight:600;margin:-30px -20px;padding:20px 0;text-align:center;margin-bottom:10px;background:#3a3f44;border-bottom:1px solid #32363a;border-radius:6px 6px 0 0;z-index:9999}.mec-tooltip .box a{color:#09f;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block}.mec-tooltip .box a:hover{color:#f90}.mec-tooltip .box:after{display:block;position:absolute!important;top:100%!important;right:50%!important;margin-top:-6px!important;margin-right:-6px!important;width:12px!important;height:24px!important;overflow:hidden!important;transform:rotate(-90deg)!important}.mec-tooltip .box:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;left:-10px!important;top:50%!important;transform:translate(50%,-50%) rotate(-45deg)!important;background-color:#535a61!important;box-shadow:0 8px 9px -4px #535a61!important;z-index:0!important}.mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}form#mec_reg_fields_form input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:14px;height:14px;margin:-1px 0 0 -2px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}form#mec_reg_fields_form input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff;width:4px;height:4px}form#mec_reg_fields_form input[type=radio]{min-height:0;margin-right:6px}form#mec_reg_fields_form label{margin-right:20px}@media(min-width:1200px) and (max-width:1366px){.mec-tooltip .box.left{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-tooltip .box.left:after{top:50%!important;right:100%!important}.mec-tooltip .box.left:before{left:50%!important;top:100%!important}.mec-tooltip .box{min-width:225px}.mec-tooltip .box h5{font-size:15px}.mec-tooltip .box .content{font-size:12px}}
assets/css/frontend.css CHANGED
@@ -2655,6 +2655,23 @@
2655
  margin-top: 5px;
2656
  }
2657
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2658
  .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available {
2659
  display: block;
2660
  margin-bottom: 20px;
2655
  margin-top: 5px;
2656
  }
2657
 
2658
+ .mec-single-event .mec-events-meta-group-booking button {
2659
+ margin-left: 15px;
2660
+ }
2661
+
2662
+ .mec-single-event .mec-book-form-gateway-checkout button {
2663
+ margin-left: 0;
2664
+ }
2665
+
2666
+ .mec-single-event .mec-book-first,
2667
+ .mec-single-event .mec-event-tickets-list {
2668
+ padding-left: 15px;
2669
+ padding-right: 15px;
2670
+ }
2671
+
2672
+ .mec-single-event label.mec-fill-attendees {
2673
+ margin-left: 15px !important;
2674
+ }
2675
  .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available {
2676
  display: block;
2677
  margin-bottom: 20px;
assets/css/frontend.min.css CHANGED
@@ -1 +1 @@
1
- .lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){font-family:Montserrat,Helvetica,Arial,sans-serif}.entry-content .mec-wrap h1,.entry-content .mec-wrap h2,.entry-content .mec-wrap h3,.entry-content .mec-wrap h4,.entry-content .mec-wrap h5,.entry-content .mec-wrap h6,.mec-wrap h1,.mec-wrap h2,.mec-wrap h3,.mec-wrap h4,.mec-wrap h5,.mec-wrap h6{font-family:Montserrat,Helvetica,Arial,sans-serif;color:#171c24;font-weight:300;font-style:inherit;letter-spacing:normal;clear:none}.mec-wrap h1{font-size:50px;line-height:1.16;margin-bottom:12px;letter-spacing:-1px}.mec-wrap h2{font-size:36px;line-height:1.14;margin-bottom:10px}.mec-wrap h3{font-size:28px;line-height:1.2;margin-bottom:8px}.mec-wrap h4{font-size:24px;line-height:1.2;margin-bottom:10px}.mec-wrap h5{font-size:18px;line-height:1.3;margin-bottom:7px}.mec-wrap h6{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-wrap .subheader{color:#849098}.mec-wrap h1 strong{font-weight:700}.mec-wrap p{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-wrap .mec-event-article .mec-color-hover{box-shadow:none;border:none}.mec-wrap abbr,.mec-wrap acronym{cursor:auto;border:none}.entry-content .mec-wrap a{box-shadow:none}.mec-wrap .button,.mec-wrap a.button:not(.owl-dot),.mec-wrap button:not(.owl-dot),.mec-wrap input[type=button],.mec-wrap input[type=reset],.mec-wrap input[type=submit]{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-wrap .button:hover,.mec-wrap a.button:hover,.mec-wrap button:hover,.mec-wrap input[type=button]:hover,.mec-wrap input[type=reset]:hover,.mec-wrap input[type=submit]:hover{background:#222;color:#fff}.vertical-space,.vertical-space1,.vertical-space2,.vertical-space3,.vertical-space4,.vertical-space5{display:block;width:100%;margin:0;clear:both;border:0 none;height:20px}.vertical-space2{height:40px}.vertical-space3{height:60px}.vertical-space4{height:80px}.vertical-space5{height:100px}@media only screen and (max-width:479px){.vertical-space,.vertical-space1{height:8px}.vertical-space2{height:14px}.vertical-space3{height:28px}.vertical-space4{height:40px}.vertical-space5{height:60px}}@media only screen and (max-width:960px){.vertical-space,.vertical-space1{height:12px}.vertical-space2{height:18px}.vertical-space3{height:36px}.vertical-space4{height:50px}.vertical-space5{height:80px}}.mec-wrap abbr{cursor:auto;border-bottom:0}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.mec-wrap{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-wrap .mec-events a{border-bottom:none}.mec-wrap .mec-container a{box-shadow:none}.mec-event-content p{font-family:Roboto,sans-serif;font-weight:300}.mec-wrap .mec-clear:after,.mec-wrap .mec-clear:before{content:" ";display:table}.mec-wrap .mec-clear:after{clear:both}.mec-events-button{background:#fff;padding:12px 34px;font-size:13px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;margin-right:10px;transition:.3s}.mec-wrap .mec-events-button:hover{color:#fff}.mec-no-event{display:none}.mec-event-grid-classic .mec-event-article{position:relative;border:2px solid #e3e3e3;box-shadow:0 2px 0 0 rgba(0,0,0,.016);margin-bottom:30px;max-width:none}.mec-event-grid-classic .mec-event-content{background:#fff;color:#767676;padding:0 20px 5px;text-align:center;min-height:125px}.mec-event-grid-classic .mec-event-title{color:#202020;margin:10px 0;font-weight:700;font-size:20px;letter-spacing:1px;text-transform:uppercase}.mec-event-grid-classic .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-classic .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:3px 20px;margin:0 -20px 20px -20px;text-align:center}.mec-event-grid-classic .mec-event-content p{font-size:15px;color:#8a8a8a}.mec-event-grid-classic .mec-event-detail{display:none}.mec-event-grid-classic img{margin-bottom:0;width:100%}.mec-event-footer{position:relative;border-top:1px solid #efefef;padding:20px;min-height:80px;margin:0;background:#fafafa}.mec-event-sharing-wrap{left:15px;position:absolute;list-style:none;margin:0}.mec-event-sharing-wrap .mec-event-sharing{position:absolute;padding:8px 0 2px;left:-6px;bottom:54px;margin:0;margin-top:6px;border-radius:5px;width:50px;visibility:hidden;opacity:0;border:1px solid #e2e2e2;background:#fff;box-shadow:0 0 9px 0 rgba(0,0,0,.06);z-index:99;-webkit-transition:all .18s ease;transition:all .18s ease}.mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-sharing-wrap .mec-event-sharing:before{content:'';display:block;position:absolute;bottom:-10px;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-event-sharing-wrap .mec-event-sharing:before{bottom:-21px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-sharing-wrap .mec-event-sharing:after{bottom:-19px;border-color:#fff transparent transparent transparent}.mec-event-sharing-wrap:hover .mec-event-sharing{opacity:1;visibility:visible}.mec-event-sharing-wrap li{text-align:center;border:0;display:block;margin-right:2px;overflow:hidden;margin:0 auto 6px;width:38px}.mec-event-sharing-wrap:hover>li{cursor:pointer;background-color:#40d9f1}.mec-event-sharing-wrap:hover>li a{color:#fff}.mec-event-sharing-wrap>li{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a{border:none;color:#767676}.mec-event-sharing-wrap li i{width:36px;height:36px;display:table-cell;vertical-align:middle}.mec-event-sharing-wrap .mec-event-sharing li a{display:block}.mec-event-sharing-wrap .mec-event-sharing li:hover a{color:#40d9f1}.mec-event-sharing .mec-event-share:hover .event-sharing-icon{background:#40d9f1;border-width:0 1px 0;cursor:pointer}.mec-event-sharing .mec-event-map{border-width:1px 0 1px}.mec-event-footer .mec-booking-button{box-shadow:none;transition:all .21s ease;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:1px solid #e8e8e8;position:absolute;top:20px;right:15px;padding:0 16px;line-height:37px;height:38px}.mec-event-footer .mec-booking-button:hover{background:#191919;color:#fff;border-color:#191919}@media only screen and (max-width:960px){.mec-event-grid-classic{margin-bottom:30px}}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:36px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:5px 0;width:100%;position:absolute;top:15px;padding:0}.mec-skin-grid-container.mec-widget{padding-top:18px}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:20px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:0;width:100%;position:absolute;top:0;padding:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div{position:absolute;background:#fff;line-height:0;width:34px;height:26px;padding:6px;text-align:center;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;text-align:center;box-shadow:0 2px 0 0 rgba(0,0,0,.028);transition:all .33s ease}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next{right:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev{left:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing{display:none}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer{text-align:center}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button{position:static;padding:11px 16px}.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon{padding:0}@media screen and (min-width:56.875em){.mec-widget .mec-month-container dl{margin-bottom:0}}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer{text-align:right}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap{left:5px;padding-left:5px}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing{left:0}.mec-widget .mec-event-sharing-wrap .mec-event-sharing{position:absolute;top:auto;bottom:52px;margin:0;margin-top:0;border-radius:5px}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after{top:auto;bottom:-17px;border-color:#fff transparent transparent transparent}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-18px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-grid-clean{margin-bottom:10px;max-width:none}.mec-event-grid-clean .mec-event-article{margin-bottom:30px;position:relative;border:1px solid #e2e2e2;text-align:center;padding:15px 15px 0;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-clean .mec-event-content{background:#fff;color:#767676;padding:25px 16px 0;text-align:left}.mec-event-grid-clean .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:21px;text-transform:capitalize}.mec-event-grid-clean .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-clean .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;background-color:#40d9f1;color:#fff;padding:3px 0;margin:0;text-align:center}.mec-event-grid-clean .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-clean img{margin-bottom:0;width:100%}.mec-event-grid-clean .event-grid-t2-head{margin-bottom:10px;color:#fff;padding:9px 14px 6px;text-align:left}.mec-event-grid-clean .event-grid-t2-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-clean .event-grid-t2-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-clean .event-grid-t2-head .mec-event-detail{font-size:12px}.mec-event-grid-clean .mec-event-sharing-wrap{left:0}.mec-event-grid-clean .mec-event-footer{position:relative;border-top:2px solid;padding:20px 0;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-clean .mec-event-footer .mec-booking-button{right:0}.mec-event-grid-clean .row{margin-bottom:30px}.mec-event-grid-modern{margin-bottom:10px;max-width:none}.mec-event-grid-modern .mec-event-article{position:relative;border:1px solid #e2e2e2;text-align:center;margin-bottom:30px;padding:45px 15px 10px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-modern .mec-event-content{background:#fff;color:#767676;padding:35px 15px 10px;text-align:left}.mec-event-grid-modern .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:24px;text-transform:none;letter-spacing:-1px}.mec-event-grid-modern .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-modern .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-modern img{margin-bottom:0;width:100%}.mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:9px 14px 6px;text-align:left}.mec-event-grid-modern .event-grid-modern-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-modern .event-grid-modern-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-modern .event-grid-modern-head .mec-event-detail{font-size:12px}.mec-event-grid-modern .event-grid-modern-head .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-grid-modern .mec-event-footer{position:relative;height:90px;padding:20px 0;border:none;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{right:auto;left:0}.mec-event-grid-modern .mec-event-sharing-wrap{left:auto;right:0}.mec-event-grid-modern .mec-event-sharing{left:auto;right:-6px}.mec-event-grid-modern .mec-event-sharing-wrap li{border-radius:55px}.mec-event-grid-modern .row{margin-bottom:0}@media only screen and (max-width:479px){.mec-event-grid-modern .mec-event-article{padding-bottom:30px}.mec-event-grid-modern .mec-event-sharing{top:60px;left:0;right:auto}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:0}}.mec-event-grid-colorful .mec-event-article{min-height:400px;border:none;box-shadow:none;background:#40d9f1;padding-top:25px;margin:0;color:#fff}.mec-event-grid-colorful .mec-event-content{background:0 0}.mec-event-grid-colorful .event-grid-modern-head,.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,.mec-event-grid-colorful .mec-event-content p,.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,.mec-event-grid-colorful .mec-event-title a{color:#fff}.mec-event-grid-colorful .mec-event-footer .mec-booking-button{border:none}.mec-event-grid-colorful .mec-event-sharing-wrap>li{border-color:#fff}.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li{background:#333;border-color:#333}.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover{color:#fff;text-decoration:underline}.mec-event-grid-colorful .mec-event-title .event-color{display:none}.mec-event-grid-colorful div[class^=col-md-]{padding:0 1px 1px 0;margin:0}@media only screen and (min-width:768px){.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day{font-size:26px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month{font-size:15px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date{font-size:50px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title{font-size:21px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:1200px){.mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-]{width:50%}}.mec-event-list-minimal .mec-event-article{border-bottom:1px solid #efefef;padding:24px 0 16px}.mec-event-list-minimal .mec-wrap .col-md-9{padding:0}.mec-event-list-minimal .mec-event-date{position:relative;float:left;margin-right:30px;color:#fff;width:52px;padding:6px 4px 3px;text-align:center;text-transform:uppercase;border-radius:3px}.mec-event-list-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px}.mec-event-list-minimal .mec-event-date:after{display:block;content:"";position:absolute;width:50px;left:1px;top:1px;height:30px;background:rgba(255,255,255,.1);box-shadow:0 4px 4px rgba(0,0,0,.02)}.mec-event-list-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:0;padding-top:5px}.mec-event-list-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-list-minimal .btn-wrapper{text-align:right;padding-right:0;padding-top:6px}.mec-event-list-minimal .btn-wrapper .mec-detail-button{border-bottom:0;margin-bottom:14px;margin-right:0;box-shadow:none}.mec-event-list-minimal a.mec-detail-button{text-align:center;display:inline-block;background:#ededed;color:#191919;padding:12px;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .24s ease}.mec-event-list-minimal a.mec-detail-button:hover{background:#292929;color:#fff}.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,.vc_col-sm-6 .mec-event-list-minimal .mec-event-date{margin-right:12px}.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,.vc_col-sm-6 .mec-event-list-minimal .mec-event-title{font-size:15px;letter-spacing:2px}@media only screen and (min-width:480px) and (max-width:767px){.mec-event-list-minimal .btn-wrapper{padding-left:0}.mec-event-list-minimal .mec-event-date{margin-right:10px}}@media only screen and (max-width:767px){.mec-event-list-minimal .btn-wrapper .mec-detail-button{display:block;text-align:center;margin:0;margin-top:16px;padding:8px}.mec-event-list-minimal .btn-wrapper{margin:12px 0}}@media only screen and (max-width:479px){.mec-event-list-minimal .mec-event-date{float:none;width:100%;margin-bottom:8px}.mec-event-list-minimal .mec-event-date span{display:inline;padding-right:25px;margin-right:7px;font-size:inherit}.mec-event-list-minimal .mec-event-date:after{width:45%;box-shadow:4px 0 4px rgba(0,0,0,.02)}.mec-event-list-minimal .btn-wrapper{text-align:center;padding-left:0}.mec-event-list-minimal{text-align:center}.mec-event-list-minimal .mec-event-detail{margin-bottom:10px}}.mec-wrap .mec-event-list-modern .mec-event-title{margin-top:0;margin-bottom:10px}.mec-event-list-modern .mec-event-article{border-bottom:1px solid #efefef;padding:30px 0 10px}.mec-event-list-modern .mec-event-article:last-child{border-bottom:none}.mec-event-list-modern .mec-event-title a{color:#191919;transition:all .24s ease;box-shadow:none}.mec-event-list-modern .mec-event-date{text-transform:uppercase;padding:10px 0}.mec-event-list-modern .mec-event-date .event-d{font-size:48px;display:table-cell;padding:10px 0 0}.mec-event-list-modern .mec-event-date .event-f{font-size:13px;display:table-cell;vertical-align:middle;padding-left:7px;font-weight:500;letter-spacing:3px;color:#777}.mec-event-list-modern .mec-event-detail{font-weight:300;color:#8a8a8a}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 20px;font-weight:700;font-size:11px;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover{border-color:#222;background:#222;color:#fff}.mec-event-list-modern .mec-event-title{font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:1px}.mec-event-list-modern .mec-event-detail{color:#9a9a9a;font-size:15px;font-weight:300;line-height:25px;font-family:Roboto,sans-serif}.mec-event-list-modern .mec-btn-wrapper{text-align:right;padding:10px 0;text-transform:uppercase}.mec-event-list-modern .mec-event-sharing{position:relative;margin:10px 0}.mec-event-list-modern .mec-event-sharing>li{display:inline-block;border:none;border-radius:50%;margin-right:3px}.mec-event-list-modern .mec-event-sharing>li:hover{display:inline-block}.mec-event-list-modern .mec-event-sharing>li:hover a i{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-event-list-modern .mec-event-sharing>li i{width:36px;display:inline-block;line-height:35px;color:#767676;text-align:center;border-radius:50%;border:1px solid #ddd;font-size:14px}.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon{background:#40d9f1;border-color:#40d9f1;cursor:pointer;border-radius:50%}.mec-event-list-modern .mec-event-sharing li:hover a i{background:#40d9f1}@media only screen and (min-width:768px){.mec-event-list-modern .mec-event-article{position:relative;min-height:160px;overflow:hidden}.mec-event-list-modern .col-md-2.col-sm-2{width:210px;position:absolute;left:0;top:20px}.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{width:180px;padding:0;position:absolute;right:0;top:30%}.mec-event-list-modern .col-md-6.col-sm-6{width:100%;padding-left:225px;padding-right:195px}}@media only screen and (max-width:767px){.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{letter-spacing:1px;border:1px solid #e1e1e1;padding:8px 16px}.mec-event-list-modern .mec-btn-wrapper{padding:0 0 12px}.mec-event-list-modern .mec-event-sharing{margin-bottom:0}}.mec-event-grid-minimal .mec-event-article{margin:15px 0;min-height:80px;display:table}.mec-event-grid-minimal .event-detail-wrap{display:table-cell;vertical-align:middle}.mec-event-grid-minimal .mec-event-date{width:70px;float:left;margin-right:20px;padding:12px 16px 10px;text-align:center;text-transform:uppercase;border-radius:4px;border:1px solid #e6e6e6;transition:all .37s ease-in-out;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;color:#2a2a2a;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:16px;text-transform:uppercase;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title a{color:#191919;transition:color .3s ease}.mec-event-grid-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-event-list-classic .mec-event-article{padding:12px 0;margin-bottom:20px}.mec-event-list-classic .mec-event-image{float:left;width:86px;margin-right:20px}.mec-event-list-classic .mec-event-date{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px}.mec-event-list-classic .mec-event-date span{font-weight:500;margin-bottom:6px}.mec-event-list-classic .mec-event-title{font-size:15px;margin:10px 0 12px;font-weight:700;text-transform:uppercase}.mec-event-list-classic .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-list-classic .mec-event-detail{color:#777;font-weight:400;line-height:12px;font-size:12px;overflow:hidden}.mec-event-list-classic a.magicmore{padding:10px 16px;color:#fff;background:#222;letter-spacing:2px;font-size:11px}.mec-event-list-classic a.magicmore:after{content:"";display:none}.mec-event-list-classic a.magicmore:hover{color:#40d9f1}.mec-event-grid-simple .mec-event-article{position:relative;margin-bottom:30px}.mec-event-grid-simple .mec-event-article:after{border-right:1px solid #e6e6e6;height:60px;position:absolute;top:50%;margin-top:-30px;right:-1px}.mec-event-grid-simple .row div:last-child .mec-event-article:after{border:none}.mec-event-grid-simple .row{margin:15px 0 30px;text-align:center}.mec-event-grid-simple .mec-event-date{padding:0;margin:0;text-transform:capitalize;font-size:12px;font-weight:700}.mec-event-grid-simple .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:15px;padding-top:5px;text-transform:uppercase;transition:color .37s ease}.mec-event-grid-simple .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-grid-simple .mec-event-detail{font-family:Roboto,sans-serif;font-weight:400;line-height:1;letter-spacing:0;font-size:13px;color:#777}.mec-event-grid-simple:hover .mec-event-title{color:#40d9f1}.mec-event-grid-simple:hover .mec-event-date{background:0 0}.event-last:after{display:none}@media only screen and (max-width:767px){.mec-event-grid-simple .mec-event-article{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.mec-event-grid-simple .mec-event-article:after{border:none}}.mec-event-grid-novel .mec-event-article{position:relative;margin-bottom:30px;padding:60px 5% 60px 7%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background-color:#0050fd;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.mec-event-grid-novel .mec-event-article .novel-grad-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;z-index:-1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.mec-event-grid-novel .mec-event-article:hover{-webkit-box-shadow:0 13px 36px 0 rgba(0,0,0,.23);box-shadow:0 13px 36px 0 rgba(0,0,0,.23);border-color:transparent}.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg{background-image:-webkit-gradient(linear,left top,right top,from(#262e32),to(#0e1015));background-image:-webkit-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:-o-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:linear-gradient(90deg,#262e32 0,#0e1015 100%);opacity:1}.mec-event-grid-novel .mec-event-image{float:left;width:150px;height:150px}.mec-event-grid-novel .mec-event-image img{width:150px;height:150px;border-radius:50%}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:200px}.mec-event-grid-novel .mec-event-content h4{position:relative;margin-bottom:10px;display:inline-block}.mec-event-grid-novel .mec-event-content h4 a{font-size:24px;line-height:35px;color:#fafcff}.mec-event-grid-novel .mec-event-content h4::before{content:'';position:absolute;top:8px;left:-30px;width:17px;height:17px;background:#5cd0ed;opacity:.4;border-radius:50%}.mec-event-grid-novel .mec-event-content h4::after{content:'';position:absolute;top:12px;left:-26px;width:9px;height:9px;background:#5cd0ed;border-radius:50%}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month{position:relative;padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-address::before,.mec-event-grid-novel .mec-event-detail::before,.mec-event-grid-novel .mec-event-month::before{position:absolute;top:6px;left:6px;font-size:17px;font-family:simple-line-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.mec-event-grid-novel .mec-event-month::before{content:"\e075"}.mec-event-grid-novel .mec-event-detail::before{content:"\e081"}.mec-event-grid-novel .mec-event-address::before{content:"\e096"}.mec-event-grid-novel .mec-event-footer{clear:both;padding:20px 0;border-top:none;background:0 0}.mec-event-grid-novel .mec-event-footer .mec-booking-button{right:auto;left:0;height:42px;width:148px;padding:0 20px;font-size:14px;font-weight:400;line-height:42px;text-align:center;color:#fff;background:0 0;border-color:rgba(255,255,255,.1);border-radius:50px}.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap{left:175px;cursor:pointer}.mec-event-grid-novel .mec-event-sharing-wrap>li{border-color:rgba(255,255,255,.1);border-radius:50%}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{top:-5px;left:0;padding:5px 10px 2px 50px;min-width:150px;width:inherit;height:37px;background-color:rgba(255,255,255,.1);-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:50px}.mec-event-grid-novel .mec-event-sharing-wrap:hover>li{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before{display:none}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i{display:inline}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a{padding:0 10px}.mec-event-grid-novel .mec-event-sharing-wrap>li a{color:#fff}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a{color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover{color:rgba(255,255,255,1)}@media only screen and (max-width:1200px){.mec-event-grid-novel .row .col-md-6.col-sm-6{width:100%;float:none}.mec-event-grid-novel .mec-event-image{float:none;margin-top:-20px;margin-bottom:20px}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:20px}.mec-event-grid-novel .mec-event-footer{margin-top:30px}}@media only screen and (max-width:767px){.mec-event-grid-novel .mec-event-footer{margin-top:0;padding-top:30px;margin-bottom:24px}.mec-event-grid-novel .mec-event-footer .mec-booking-button{display:block;position:relative}.mec-event-grid-novel .mec-event-sharing-wrap{left:0;bottom:-55px}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-cover-modern{position:relative}.mec-event-cover-modern .mec-event-cover-a{background:0 0;position:absolute;color:#fff;bottom:0;left:0;text-decoration:none}.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay{transition:all .5s;opacity:.8;width:100%;height:100%;position:absolute}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay{opacity:1}.mec-event-cover-modern .mec-event-detail{padding:40px;position:relative}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag{color:#333;transition:all .5s}.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover{text-decoration:underline}.mec-event-cover-modern .mec-event-tag{background:#fff;display:inline-block;padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.mec-event-cover-modern .mec-event-date{text-transform:uppercase;font-size:17px;font-weight:300}.mec-event-cover-modern .mec-event-title{color:#fff;text-transform:uppercase;font-size:40px;font-weight:700;margin:6px 0}.mec-event-cover-modern .mec-event-place{font-weight:400;font-size:18px;font-family:Roboto,sans-serif}@media only screen and (max-width:767px){.mec-event-cover-modern .mec-event-cover-a{width:100%}}.mec-event-cover-classic{position:relative;overflow:hidden;background:#fff;padding:6px;border:1px solid #e8e8e8}.mec-event-cover-classic .mec-event-overlay{position:absolute;left:6px;right:6px;bottom:6px;top:6px;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-cover-classic:hover .mec-event-overlay{background-color:rgba(36,36,36,.6)}.mec-event-cover-classic .mec-event-content{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out}.mec-event-cover-classic .mec-event-date{font-size:14px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-cover-classic .mec-event-date span{display:block;font-weight:700;font-size:16px}.mec-event-cover-classic .mec-event-title{color:#fff;margin:20px 0 38px;font-size:24px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-cover-classic .mec-btn-wrapper{text-align:left}.mec-event-cover-classic .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-cover-classic .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:12px 20px;letter-spacing:3px;font-size:12px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-cover-classic .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-cover-classic .mec-event-image img{min-width:100%}@media only screen and (max-width:960px){.mec-event-cover-classic .mec-event-content{padding:20px}.mec-event-cover-classic .mec-event-button{font-size:11px;padding:7px 10px;letter-spacing:1px}.mec-event-cover-classic .mec-event-title{font-size:19px;margin:15px 0 25px}.mec-event-cover-classic .mec-event-date{font-size:12px}}@media only screen and (max-width:767px){.mec-event-cover-classic{margin-bottom:30px}}@media only screen and (max-width:479px){.mec-event-cover-classic .mec-event-content{padding:15px;font-size:15px}.mec-event-cover-classic .mec-event-title{font-size:15px;margin:10px 0}.mec-event-cover-classic .mec-event-button{font-size:10px;padding:6px;letter-spacing:1px}.mec-event-cover-classic .mec-event-icon{padding:10px}}.mec-load-more-wrap{text-align:center;display:block;width:100%;padding-top:20px;text-align:center;position:relative}.mec-load-more-button{box-shadow:none;transition:all .21s ease;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:2px solid #e8e8e8;border-radius:50px;padding:0 28px;margin-bottom:20px;cursor:pointer;line-height:40px;font-family:Montserrat,Helvetica,Arial,sans-serif;height:42px;display:inline-block}.mec-load-more-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-load-more-loading{content:url(../img/ajax-loader.gif);cursor:wait;background:0 0;border-style:none}.mec-load-more-loading:hover{background:0 0}.mec-modal-preloader,.mec-month-navigator-loading{width:100%;height:100%;background:no-repeat rgba(255,255,255,.88) url(../img/ajax-loader.gif) center;border-style:none;position:fixed;left:0;right:0;bottom:0;top:0;z-index:9}.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:1024px}.mec-calendar-side .mec-calendar-table{min-height:450px}.mec-skin-weekly-view-events-container.mec-month-navigator-loading{margin-top:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-skin-daily-view-events-container.mec-month-navigator-loading{margin-top:0}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table{min-height:1px}}@media only screen and (max-width:479px){.mec-calendar-side .mec-calendar-table{min-height:1px}}.mec-event-cover-clean{position:relative;border:1px solid #e6e6e6;padding:8px}.mec-event-cover-clean .mec-event-overlay{height:100%;background-color:rgba(36,36,36,.4);position:absolute;width:100%;left:0;border:8px solid #fff;top:0;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-content{color:#fff;position:absolute;bottom:20px;padding:40px 60px;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-title{color:#fff;font-weight:700;margin:46px 0 19px;font-size:29px;text-transform:uppercase;text-shadow:0 0 1px rgba(0,0,0,.5)}.mec-event-cover-clean .mec-event-title a{color:#fff;transition:all .5s;text-decoration:none;outline:0;border:none;box-shadow:none}.mec-event-cover-clean .mec-event-title a:hover{text-decoration:underline}.mec-event-cover-clean .mec-event-date{position:absolute;top:-20px;right:60px;color:#fff;width:60px;padding:14px 10px;z-index:1}.mec-event-cover-clean .mec-event-date div{text-align:center;text-transform:uppercase;letter-spacing:1px;line-height:16px}.mec-event-cover-clean .mec-event-date .dday{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.5);margin-bottom:13px;font-size:24px}.mec-event-cover-clean .mec-event-date .dmonth{letter-spacing:2px}.mec-event-cover-clean .mec-event-place{font-size:18px;font-family:Roboto,sans-serif}.mec-event-cover-clean .mec-event-image img{width:100%}@media only screen and (max-width:768px){.mec-event-cover-clean .mec-event-content{padding:20px;bottom:5px}.mec-event-cover-clean .mec-event-title{font-size:23px}.mec-event-cover-clean .mec-event-date{right:20px;padding:10px;width:50px}}@media only screen and (max-width:479px){.mec-event-cover-clean .mec-event-content{padding:10px}.mec-event-cover-clean .mec-event-title{font-size:19px;padding-right:25px}.mec-event-cover-clean .mec-event-date{right:-20px;top:-10px}.mec-event-cover-clean .mec-event-detail{font-size:12px}}.mec-month-divider{text-align:center;margin:60px 0 40px 0}.widget .mec-month-divider{margin:10px 0}.mec-month-divider span{text-transform:uppercase;font-size:22px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-month-divider span:before{border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-30px;left:50%;width:60px}.widget .mec-month-divider span{font-size:13px}.mec-event-list-standard .mec-events-pagination{margin-top:60px;border-top:4px solid #ebebeb;min-height:80px;padding-top:20px}.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous{float:left;margin-left:0}.mec-event-list-standard .mec-events-pagination .mec-events-pag-next{float:right;margin-right:0}.mec-event-list-standard .mec-event-article{position:relative;display:block;margin-bottom:25px;border:1px solid #e9e9e9;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-list-standard .mec-topsec{display:table;width:100%}.mec-event-list-standard .col-md-3.mec-event-image-wrap{padding-left:0}.mec-event-list-standard .mec-event-content{padding-top:15px;padding-right:30px}.mec-event-list-standard .mec-event-title{font-size:29px;font-weight:700;letter-spacing:-1px;margin:0 0 10px}.mec-event-list-standard .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-list-standard .mec-col-table-c{display:table-cell;height:100%;vertical-align:middle;float:none!important}.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap{padding-top:15px}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{vertical-align:top}.mec-topsec .mec-event-image{line-height:1px}.mec-event-list-standard .mec-event-meta-wrap{border-left:1px solid #eee}.mec-event-list-standard .mec-time-details{text-transform:uppercase;font-size:11px;font-weight:300;padding-top:0;text-align:left;padding-left:30px}.mec-event-list-standard .mec-event-meta .mec-event-address{font-style:normal;letter-spacing:0;font-size:13px;color:#8a8a8a}.mec-event-list-standard .mec-event-meta span.mec-event-d,.mec-event-list-standard .mec-event-meta span.mec-event-m{font-size:17px;font-weight:700;padding-right:6px;color:#444;text-transform:uppercase}.mec-event-list-standard .mec-date-details,.mec-event-list-standard .mec-time-details,.mec-event-list-standard .mec-venue-details{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard .mec-date-details:before,.mec-event-list-standard .mec-time-details:before,.mec-event-list-standard .mec-venue-details:before{content:"\f041";font-family:fontawesome;position:absolute;left:6px;font-size:15px}.mec-event-list-standard .mec-date-details:before{content:"\f073"}.mec-event-list-standard .mec-time-details:before{content:"\f017"}.mec-event-list-minimal .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-meta-wrap .mec-price-details{margin-bottom:10px}.mec-price-details i{margin-right:5px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}@media only screen and (max-width:960px){.mec-event-list-standard .mec-topsec{display:block}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:block;width:40%}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{display:block;min-height:230px}.mec-event-list-standard .mec-event-meta-wrap{display:block;border-left:none;border-top:1px solid #eee;width:100%;float:none;padding-top:20px}}@media only screen and (min-width:480px) and (max-width:960px){.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:table-cell}}@media only screen and (max-width:479px){.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img{float:none;width:100%;padding:0}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{padding:10px 10px 10px 30px}}.mec-wrap .mec-events-cal-links{margin-bottom:0}.mec-single-event #mec-wrap{padding:0;margin-top:35px}.mec-wrap .mec-single-title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-event-content{padding:40px 0 30px;margin-bottom:10px}.mec-single-event .mec-events-meta-group-booking,.mec-single-event .mec-frontbox{margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-wrap #main-content{overflow:hidden;padding-top:35px}.mec-single-event .mec-map-get-direction-address-cnt{position:relative}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address{width:100%;height:46px;padding:13px 10px;margin-bottom:0;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:0;box-shadow:inset 0 2px 5px rgba(0,0,0,.081)}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus{color:#444;background:#fff;border-color:#b0b0b0;box-shadow:0 0 3px rgba(0,0,0,.2)}.mec-single-event .mec-map-get-direction-btn-cnt input{width:100%}.mec-single-event .mec-map-get-direction-reset{position:absolute;z-index:2;top:5px;right:10px;font-size:11px;cursor:pointer}.mec-events-meta-group-tags{margin-top:20px}.mec-events-meta-group-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-events-meta-group-tags a:hover{text-decoration:underline;background:#f9f9f9}.mec-local-time-details li{list-style:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative;border:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul{margin:0;padding-left:35px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3{border:none;padding-left:15px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before{display:none}.mec-single-event.mec-single-modern i.mec-sl-speedometer{display:none}.mec-single-event .mec-events-meta-group-booking{padding-bottom:30px}.mec-single-event .mec-events-meta-group-booking ul{list-style:none;margin-left:0;padding-left:0}.mec-single-event .mec-events-meta-group-booking ul li{padding:0;list-style:none;margin-top:40px}.mec-single-event .mec-events-meta-group-booking h4{margin-bottom:20px;font-size:23px;font-weight:700}.mec-single-event .mec-events-meta-group-booking li h4{font-size:19px}.mec-single-event .mec-events-meta-group-booking button,.mec-single-event .mec-events-meta-group-booking input{border-radius:0;margin-bottom:6px}.mec-single-event .mec-events-meta-group-booking button{min-width:170px;margin-top:5px}.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available{display:block;margin-bottom:20px;margin-top:-17px;font-size:11px;color:#8a8a8a}.mec-single-event .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.mec-single-event .mec-events-meta-group-booking form{margin:0}.mec-single-event .mec-events-meta-group-booking h5 span,.mec-single-event .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;display:block;clear:none;padding:5px 1em 3px 0}.mec-single-event .mec-events-meta-group-booking h5 span{display:inline-block}.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name{padding-right:5px;text-transform:capitalize}.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:330px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.wbmec-mandatory{padding-left:5px;font-size:14px}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea{border:1px solid #ff3c3c}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio]{outline:1px solid #ff3c3c}@media only screen and (max-width:479px){.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{width:100%}}.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,.mec-single-event .mec-events-meta-group-booking input[type=text]:.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking select:focus,.mec-single-event .mec-events-meta-group-booking textarea:focus,focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking input[type=radio]{margin-right:6px;margin-top:5px;min-height:20px;clear:none;margin:0 0 0 2px}.lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:18px;height:18px;margin:-1px 0 0 -3px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.lity-container .mec-events-meta-group-booking input[type=radio],.mec-single-event .mec-events-meta-group-booking input[type=radio]{min-height:0;margin:0;margin-right:6px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all{display:none}.mec-events-meta-group-booking ul.mec-book-price-details{list-style:none;border:1px solid #eee;padding:0;overflow:hidden}.mec-events-meta-group-booking ul.mec-book-price-details li{font-size:15px;color:#a9a9a9;list-style:none;padding:13px 18px;margin:0;float:left;border-right:1px solid #eee}.mec-events-meta-group-booking ul.mec-book-price-details li:last-child{border-right:none}.mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount{font-weight:700;font-size:21px;color:#222}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label{height:14px;width:14px;background-color:transparent;border:1px solid #d4d4d4;position:relative;display:inline-block;-moz-transition:border-color ease .2s;-o-transition:border-color ease .2s;-webkit-transition:border-color ease .2s;transition:border-color ease .2s;cursor:pointer;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);vertical-align:middle;margin-right:3px;margin-top:-2px}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label{border-color:#008aff;box-shadow:0 2px 14px -3px #008aff}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{position:absolute;height:0;width:1px;background-color:#008aff;display:inline-block;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;content:'';-webkit-transition:opacity ease .5;-moz-transition:opacity ease .5;transition:opacity ease .5}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{top:8px;left:7px;box-shadow:0 0 0 2px #fff;-moz-transform:rotate(-145deg);-ms-transform:rotate(-145deg);-o-transform:rotate(-145deg);-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before{height:12px;-moz-animation:dothatopcheck .16s ease 0s forwards;-o-animation:dothatopcheck .16s ease 0s forwards;-webkit-animation:dothatopcheck .16s ease 0s forwards;animation:dothatopcheck .16s ease 0s forwards}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after{top:6px;left:3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after{-moz-animation:dothabottomcheck 80ms ease 0s forwards;-o-animation:dothabottomcheck 80ms ease 0s forwards;-webkit-animation:dothabottomcheck 80ms ease 0s forwards;animation:dothabottomcheck 80ms ease 0s forwards;height:4px}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,.mec-single-event a.button:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after,.mec-single-event a.button.loading:after{display:inline-block}.mec-single-event .mec-event-export-module{display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{display:table;width:100%}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{display:table-cell}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child{text-align:right}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover{color:#fff}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{padding-left:0;margin:15px 5px}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting{padding-left:0;margin:0}.mec-ticket-price{margin-left:10px;font-size:13px;font-weight:300}.mec-book-reg-field-checkbox label,.mec-book-reg-field-radio label{line-height:1.36}.mec-book-reg-field-checkbox input[type=checkbox],.mec-book-reg-field-radio input[type=radio]{float:left;margin-right:5px!important}.mec-ticket-available-spots .mec-event-ticket-description,.mec-ticket-available-spots .mec-event-ticket-price{font-size:11px}.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,.mec-book-ticket-container .wbmec-mandatory{content:"";color:red;width:50px;height:50px;font-size:14px;padding-left:5px}@media only screen and (max-width:767px){.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{width:100%;min-height:40px;margin-bottom:15px;text-align:center;float:none;display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a{width:100%;padding-left:0;padding-right:0;text-align:center;display:block;font-size:12px}}.mec-single-event .mec-events-meta-group{margin-bottom:0}@media only screen and (max-width:767px){.mec-single-event .mec-events-meta-group-booking{margin-bottom:30px}}.mec-single-event .mec-event-meta dt,.mec-single-event .mec-event-meta h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-event .mec-event-meta h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-single-event .mec-event-meta .mec-events-event-categories a,.mec-single-event .mec-event-meta dd{font-size:14px;color:#8d8d8d}.mec-single-event .mec-event-meta .mec-location dd.author{color:#3c3b3b}.mec-single-event .mec-event-meta dd{margin:0;padding-left:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories{min-height:35px;line-height:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type{padding-top:5px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type{border-bottom:0}.mec-single-event .mec-event-meta dd a{color:#8d8d8d;transition:all .2s ease}.mec-single-event .mec-event-meta dd a i:before{font-size:16px!important}.mec-single-event .mec-event-meta dd a i{vertical-align:top;margin-right:8px}.mec-single-event .mec-event-meta dl{margin-bottom:0}.mec-single-event .mec-event-meta .mec-events-event-cost{font-size:18px}.mec-single-event .mec-event-meta .mec-events-address{color:#a9a9a9;margin-bottom:3px}.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author{margin-bottom:0;color:#8d8d8d;font-size:13px}.mec-single-event .mec-events-event-image{margin-bottom:0}.mec-single-event h2.mec-single-event-title{margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-booking-button{border-bottom:none;letter-spacing:.5px;line-height:48px;height:76px;transition:all .5s ease;color:#fff;padding:16px;display:block;text-align:center;font-size:16px}.mec-single-event .mec-booking-button:hover{background-color:#101010!important}.mec-single-event .mec-event-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-single-event .mec-event-tags:before{font-size:24px;color:#303030;margin-right:5px;content:"\f02c";font-family:fontawesome}.mec-single-event .mec-event-tags{padding-top:13px}.mec-single-event .mec-event-sharing{margin:30px 0 10px}.mec-region.mec-events-abbr,.mec-single-event .mec-street-address{font-style:normal;font-size:13px}.mec-events-meta-group.mec-events-meta-group-venue:before,.mec-single-event-date:before,.mec-single-event-time:before{color:#40d9f1}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-event-social h3{text-transform:uppercase;font-size:15px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-single-event .mec-social-single:before{padding:13px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:39px}.mec-single-event .mec-event-social .event-sharing{margin-top:30px}.mec-single-event .mec-event-social ul{list-style:none;margin-left:0}.mec-single-event .mec-event-social li.mec-event-social-icon{display:inline-block}.mec-single-event .mec-event-social li.mec-event-social-icon a{display:inline-block;color:#fff;width:40px;height:40px;padding:9px;font-size:16px;margin-right:5px}.mec-single-event .mec-event-social a.facebook{background:#3b5996}.mec-single-event .mec-event-social a.facebook:hover{background:#28385c}.mec-single-event .mec-event-social a.twitter{background:#00acee}.mec-single-event .mec-event-social a.twitter:hover{background:#0087bd}.mec-single-event .mec-event-social a.vimeo{background:#0dadd6}.mec-single-event .mec-event-social a.vimeo:hover{background:#0a85a3}.mec-single-event .mec-event-social a.dribble{background:#d53e68}.mec-single-event .mec-event-social a.dribble:hover{background:#bf4c78}.mec-single-event .mec-event-social a.youtube{background:#cb322c}.mec-single-event .mec-event-social a.youtube:hover{background:#992622}.mec-single-event .mec-event-social a.pinterest{background:#cb2027}.mec-single-event .mec-event-social a.pinterest:hover{background:#99181d}.mec-single-event .mec-event-social a.google{background:#c3391c}.mec-single-event .mec-event-social a.google:hover{background:#99181f}.mec-single-event .mec-event-social a.linkedin{background:#0073b2}.mec-single-event .mec-event-social a.linkedin:hover{background:#005380}.mec-single-event .mec-event-social a.email{background:#ff5d5e}.mec-single-event .mec-event-social a.email:hover{background:#cc4949}.mec-single-event .mec-event-social a.vk{background:#5b88bd}.mec-single-event .mec-event-social a.vk:hover{background:#3d608a}.mec-single-event .mec-event-social a.rss{background:#f29a1d}.mec-single-event .mec-event-social a.rss:hover{background:#cc7400}.mec-single-event .mec-event-social a.instagram{background:#457399}.mec-single-event .mec-event-social a.instagram:hover{background:#2e4d66}.mec-single-event .mec-event-social a.other-social{background:#ff5d5e}.mec-single-event .mec-event-social a.other-social:hover{background:#cc4949}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4,.mec-single-event .mec-frontbox-title{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.mec-event-meta i:before{font-size:20px;vertical-align:middle}.mec-event-meta .mec-single-event-additional-organizers i:before,.mec-event-meta .mec-single-event-organizer i:before{font-size:14px;vertical-align:baseline}#mec-wrap .mec-events-day-time-slot .mec-events-content{float:left;width:33%;padding:0 15px}#mec-wrap .mec-events-day-time-slot .mec-events-event-image{padding-left:0}#mec-events-content .mec-events-abbr{color:#8d8d8d;font-size:14px}.mec-single-event .mec-events-content{margin-bottom:30px}.mec-single-event .mec-organizer-url a{word-wrap:break-word}.mec-single-event #headline{margin:0 0 10px}.mec-single-event #headline h2{padding:0}.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map{margin-top:0;padding:8px;border:1px solid #e5e5e5;border-radius:7px}#mec-events-gmap-0{height:325px!important}.mec-events-list .mec-events-day-time-slot .mec-events-event-meta{width:33%;float:left;padding:40px;height:auto;margin:0}.mec-events-day-time-slot .mec-events-content.description.entry-summary{font-size:15px;font-weight:300;color:#8d8d8d}.mec-events-day-time-slot .type-mec_events h2{font-size:28px;padding-bottom:20px}.mec-events-day .mec-events-day-time-slot .type-mec_events{margin:0}.mec-events-day .mec-events-day-time-slot h5{background-color:#8d8d8d}.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,.mec-single-event .mec-events-meta-date h3{padding-left:0;margin:10px;display:inline-block}.mec-single-event .mec-events-meta-date h3{width:100%}.mec-single-event .mec-events-event-image{border:0}.mec-single-event .mec-events-venue-map{padding:0}.mec-event-cost,.mec-event-more-info,.mec-event-website,.mec-events-meta-date,.mec-single-event-additional-organizers,.mec-single-event-category,.mec-single-event-date,.mec-single-event-label,.mec-single-event-location,.mec-single-event-organizer,.mec-single-event-time{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative}.mec-single-event .mec-events-meta-date dd,.mec-single-event .mec-single-event-additional-organizers dd,.mec-single-event .mec-single-event-organizer dd{padding-left:0;margin-bottom:10px}.mec-single-event .mec-events-meta-date dd span,.mec-single-event .mec-single-event-additional-organizers dd span,.mec-single-event .mec-single-event-organizer dd span{display:block;padding-left:12px;color:#8d8d8d}.mec-single-event .mec-events-meta-date i,.mec-single-event .mec-single-event-additional-organizers i,.mec-single-event .mec-single-event-organizer i{margin-right:10px;margin-left:12px}.mec-events-meta-group.mec-events-meta-group-venue dl{margin-bottom:0}address.mec-events-address{line-height:19px;font-style:normal;font-size:12px}.mec-single-event .mec-event-content dt{margin-top:5px}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer{margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #e4e4e4}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child{margin-bottom:0;padding-bottom:0;border:none}.mec-event-schedule-content{border-left:4px solid #f0f0f0;padding-top:10px;margin-top:30px;margin-left:25px;margin-bottom:20px;color:#8a8a8a}.mec-event-schedule-content dl{padding-left:24px;font-size:12px;position:relative;margin-bottom:35px}.mec-event-schedule-content dl:before{content:'';display:block;position:absolute;left:0;top:4px;width:20px;height:0;border-top:4px solid #f0f0f0}.mec-event-schedule-content dl dt{margin:0 0 10px;line-height:1.16}.mec-event-schedule-content dl dt.mec-schedule-title{font-size:13px;color:#5a5a5a;font-weight:700}.mec-event-schedule-content dl dt.mec-schedule-description{font-weight:300}.mec-event-schedule-content .mec-schedule-speakers{background:#f7f7f7;padding:10px}.mec-wrap .mec-event-schedule-content h6{font-size:13px;color:#5a5a5a;font-weight:700;display:inline-block}.mec-wrap .mec-event-schedule-content a{font-weight:400;color:#5a5a5a;transition:all .1s ease}.mec-single-event .mec-speakers-details ul li{list-style:none;background:#f7f7f7;padding:5px 5px 18px 5px;margin-top:14px}.mec-single-event .mec-speakers-details ul li a{-webkit-transition:.2s all ease;transition:.2s all ease}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img{float:left;border-radius:50%;transition:.2s all ease;border:2px solid transparent;width:68px;height:68px}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img{border-color:#40d9f1}.mec-single-event .mec-speakers-details ul li .mec-speaker-name{display:inline-block;margin-top:6px;font-size:14px;text-transform:capitalize;font-weight:700;padding-left:8px}.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title{display:block;font-size:12px;margin-top:-1px;padding-left:75px}.mec-single-event-location img,.mec-single-event-organizer img{margin-bottom:10px;width:100%}.mec-qrcode-details{text-align:center}.mec-time-comment{font-size:11px}.mec-wrap .mec-attendees-list-details p{font-weight:300;margin:20px 0 0 0;color:#8d8d8d}.mec-wrap .mec-attendees-list-details li{list-style:none;display:block;margin-top:15px}.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar{display:inline-block}.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link{display:inline-block;vertical-align:top;margin-left:10px}.mec-attendees-list-details ul{margin-bottom:0}.mec-attendees-list-details .mec-attendee-profile-link a{color:#8d8d8d}.mec-attendees-list-details .mec-attendee-profile-link span{display:block;color:#000}.mec-calendar{margin-bottom:20px;border:1px solid #e8e8e8;width:100%;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-calendar .mec-calendar-topsec{display:table;background:#fff}.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec{display:none}.mec-calendar .mec-calendar-side{width:590px;display:table-cell;padding:40px;position:relative;text-align:center;box-shadow:0 1px 5px 6px rgba(0,0,0,.005) inset}.mec-calendar .mec-calendar-events-side{display:table-cell;height:100%;border-left:1px solid #efefef;padding:40px;width:100%}.mec-calendar .mec-calendar-events-side .mec-table-side-day{width:46px;height:46px;margin:0 auto 20px;position:relative;text-align:center;line-height:46px;border:1px solid #40d9f1;border-radius:50%;font-size:12px;font-weight:600;padding:0}.mec-calendar .mec-calendar-events-side .mec-table-side-title{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px}.mec-calendar .mec-calendar-header{position:relative;width:560px;margin-top:8px;margin-bottom:16px}.mec-calendar .mec-calendar-header h2{text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-calendar .mec-event-footer{width:auto;min-height:60px}.mec-calendar dl{display:table;margin:0;border:none;padding:0;table-layout:fixed}.mec-calendar dt{display:table-cell;transition:all .66s ease;color:#4d4d4d;background:#fff;border-radius:44px;font-size:14px;width:80px;height:80px;line-height:80px;text-align:center}.mec-calendar .mec-calendar-table .mec-no-event{display:none}.mec-calendar .mec-calendar-table-head dt{font-weight:700;text-transform:uppercase;font-size:15px}.mec-calendar .mec-calendar-row dt:hover{background:#f4f4f4}.mec-calendar .mec-table-nullday{color:#cacaca}.mec-calendar.mec-box-calendar .mec-table-nullday:last-child{border-right:1px solid #eaeaea}.mec-calendar .mec-next-month:hover,.mec-calendar .mec-prev-month:hover{background:#f4f4f4}.mec-calendar .mec-selected-day,.mec-calendar .mec-selected-day:hover{background:#40d9f1;color:#fff}.mec-calendar .mec-selected-day a{color:#fff}.mec-calendar .mec-has-event{position:relative}.mec-calendar .mec-calendar-row dt.mec-has-event:hover{background:#40d9f1}.mec-calendar .mec-has-event a{cursor:pointer;display:block;width:100%;height:100%;border-radius:50%;color:#4d4d4d;transition:all .25s ease;text-decoration:none;box-shadow:none}.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,.mec-calendar .mec-calendar-row dt.mec-has-event:hover a{color:#fff}.mec-calendar .mec-has-event:after{background-color:#40d9f1;border-radius:50%;display:block;content:'';width:8px;height:8px;bottom:14px;left:50%;margin:-4px 0 0 -4px;position:absolute;transition:all .25s ease}.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after{background-color:#fff}.mec-calendar .mec-has-event.mec-selected-day:after{display:none}.mec-calendar .mec-event-article{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease}.mec-calendar .mec-event-article:hover{background-color:#fafafa}.mec-calendar .mec-event-article .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-calendar .mec-event-article .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-calendar .mec-event-article .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-calendar .mec-event-article .mec-event-title a:hover{color:#40d9f1}.mec-calendar .mec-event-article .mec-event-image,.mec-calendar .mec-event-list-classic .mec-event-image img{width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-calendar .mec-calendar-side .mec-next-month,.mec-calendar .mec-calendar-side .mec-previous-month{cursor:pointer;position:absolute;top:0;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;color:#a9a9a9;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding-left:10px;padding-right:10px;border:1px solid #efefef;border-top:none;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease}.mec-calendar .mec-calendar-side .mec-next-month i,.mec-calendar .mec-calendar-side .mec-previous-month i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-calendar .mec-calendar-side .mec-previous-month:hover{background-color:#f9f9f9;color:#40d9f1}.mec-calendar .mec-calendar-side .mec-previous-month{left:0;border-bottom-right-radius:6px;border-left:none}.mec-calendar .mec-calendar-side .mec-next-month{right:0;border-bottom-left-radius:6px;border-right:none}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side{width:370px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header{position:relative;width:350px;margin-top:30px;margin-bottom:20px;padding-top:20px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt{width:50px;height:50px;line-height:50px}.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt{height:110px}}@media only screen and (max-width:1200px){.mec-calendar .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-calendar .mec-calendar-side{width:370px}.mec-calendar .mec-calendar-header{position:relative;width:350px;margin-top:30px}.mec-calendar dt{width:50px;height:50px;line-height:50px}}@media only screen and (max-width:767px){.mec-calendar .mec-calendar-header h2{font-size:18px}.mec-calendar .mec-calendar-topsec{width:100%}.mec-calendar .mec-calendar-side{width:100%;display:block;padding:30px}.mec-calendar .mec-calendar-header{width:auto}.mec-calendar .mec-calendar-events-side{width:100%;display:block;height:100%;border-left:none;border-top:1px solid #efefef;padding:20px}.mec-calendar dl{width:100%}.mec-calendar dt{width:14%;height:60px;line-height:60px;border-radius:50px}}@media only screen and (max-width:479px){.mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-calendar .mec-calendar-header h2{font-size:16px;margin-top:33px}.mec-calendar dt{height:38px;line-height:38px}.mec-calendar .mec-event-list-classic .mec-event-detail,.mec-calendar .mec-event-list-classic .mec-event-title{font-size:12px}.mec-calendar .mec-event-list-classic .mec-event-time{font-size:10px}}.mec-box-calendar.mec-calendar .mec-has-event a,.mec-box-calendar.mec-calendar dt{border-radius:0}.mec-box-calendar.mec-calendar .mec-calendar-header{margin-top:2px;margin-bottom:30px}.mec-box-calendar.mec-calendar dt{border-bottom:1px solid #eaeaea;border-left:1px solid #eaeaea}.mec-box-calendar.mec-calendar dl dt:last-child{border-right:1px solid #eaeaea}.mec-box-calendar.mec-calendar .mec-calendar-table-head dt{border-top:1px solid #eaeaea;background-color:#f8f8f8}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{background-color:#f4f4f4}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{border-radius:2px;top:40px;border:1px solid #eee;height:30px;line-height:30px;z-index:1}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:60px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:60px}.mec-box-calendar.mec-calendar .mec-calendar-side{box-shadow:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side{border:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day{border-radius:2px}.mec-box-calendar.mec-calendar h4.mec-month-label{position:relative;width:560px;margin-top:2px;margin-bottom:30px;text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label{width:100%;margin-top:8px;font-size:13px}@media only screen and (max-width:1200px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:42px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:42px}.mec-calendar .mec-calendar-header h2{font-size:17px;margin-top:7px}}@media only screen and (max-width:767px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:28px;font-size:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:30px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:30px}.mec-calendar .mec-calendar-header h2{font-size:15px}}@media only screen and (max-width:479px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:16px;font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:10px}.mec-box-calendar.mec-calendar .mec-calendar-header h2{font-size:12px;margin-top:15px}.mec-box-calendar.mec-calendar .mec-event-image{margin-right:12px}}.mec-calendar.mec-event-calendar-classic,.mec-calendar.mec-event-calendar-classic .mec-calendar-side{border:none;padding:0;width:100%;height:100%;box-shadow:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-calendar.mec-event-calendar-classic .mec-calendar-header,.mec-calendar.mec-event-calendar-classic dl{width:100%}.mec-calendar.mec-event-calendar-classic dl dt{width:auto;height:136px;line-height:1.2;text-align:left;padding:5px 7px;position:relative}.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{height:30px!important}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{top:0}.mec-calendar.mec-event-calendar-classic .mec-has-event:after{bottom:auto;top:24px;left:7px;margin:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{left:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month{right:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{text-align:left;background:#fafafa;border:1px solid #eaeaea;border-top:none;padding:10px 20px}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{display:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover{background-color:#fcfcfc}.mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover{color:#40d9f1;font-weight:700;background:#fafafa;border-bottom:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{display:inline-block;margin:0;margin-bottom:15px;font-weight:700}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day{margin-left:4px}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a{color:#4d4d4d}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a{color:#fff}@media only screen and (max-width:1200px){.mec-calendar.mec-event-calendar-classic dl dt{height:100px}}@media only screen and (max-width:767px){.mec-calendar.mec-event-calendar-classic dl dt{height:40px}}@media only screen and (max-width:479px){.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{padding:10px}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2{font-size:13px;margin-top:8px}}.mec-calendar .mec-event-article.mec-single-event-novel{padding:4px 8px;min-height:25px;margin:0 -4px;border-radius:0}.mec-calendar .mec-event-article.mec-single-event-novel h4{margin:0;font-size:10px;line-height:18px}.mec-calendar.mec-event-container-novel dl dt{padding:3px}.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day{display:inline-block;padding:4px;margin-left:1px}.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day{color:#fff}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover{border-bottom:1px solid #eaeaea}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table{min-height:auto}.mec-single-event-novel.light h4{color:#000!important}.mec-single-event-novel.dark h4{color:#fff!important}@media only screen and (max-width:768px){.mec-calendar .mec-event-article.mec-single-event-novel{padding:0;min-height:5px}.mec-calendar .mec-event-article.mec-single-event-novel h4{display:block;font-size:9px}}.mec-event-container-simple .event-single-content-simple{display:none}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:16px;margin:0}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px solid #e2e2e2;padding:14px 0;display:block}.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover{background:#f4f4f4}.mec-event-container-simple .mec-calendar-day .mec-monthly-tooltip.event-single-link-simple:last-of-type{border:none}.mec-tooltip-event-title{font-size:16px;font-weight:700;color:#000;margin-bottom:2px}.mec-tooltip-event-time{font-size:12px;color:#888;margin-bottom:8px;margin-top:5px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{padding:17px}.mec-tooltip-event-content{clear:both}.mec-tooltip-event-featured{float:left;margin-right:13px;margin-bottom:1px}.mec-tooltip-event-featured img{max-width:120px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.mec-tooltip-event-desc p{font-size:13px;line-height:1.4;margin-bottom:10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:3px!important;border:1px solid #e2e3e4!important;background:#fff!important;box-shadow:0 -1px 30px -2px rgba(0,0,0,.15)!important}.tooltipster-sidetip .tooltipster-arrow{overflow:visible!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border-width:12px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#e2e3e4!important}.tooltipster-sidetip .tooltipster-arrow-border{left:-12px!important;z-index:9999999999!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:block!important}.tooltipster-sidetip .tooltipster-arrow-background{border-width:11px!important;z-index:99999999999!important}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:-9px!important;top:1px!important;border-right-color:#fff!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff!important;left:0!important;top:-1px!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{left:-1px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{left:-1px!important;top:-11px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:-9px!important;border-bottom-color:#fff!important}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff!important;left:-2px!important;top:0!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#e2e3e4!important;left:-1px!important;top:-1px!important}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month{text-align:center;background-color:#fff;border-bottom:2px solid #f4f4f4;position:relative}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{color:#444;font-size:18px;line-height:1.2;padding:15px 0 11px;margin:0;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-top{text-align:center;padding:10px 0;position:relative;background-color:#fafafa}.mec-calendar.mec-calendar-daily .mec-next-month,.mec-calendar.mec-calendar-daily .mec-previous-month{position:absolute;top:50%;left:50%;margin-top:-25px;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:50px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month i,.mec-calendar.mec-calendar-daily .mec-previous-month i{font-size:14px;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-calendar.mec-calendar-daily .mec-previous-month:hover{border-color:#d0d0d0;color:#444;box-shadow:0 2px 5px 0 rgba(0,0,0,.075)}.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-150px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:100px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month{min-height:28px;height:28px;line-height:28px;width:28px;margin-top:-14px;border-radius:3px}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3{margin-top:9px;color:#b9b9b9;font-family:Roboto,sans-serif;font-size:30px;font-weight:100;text-transform:uppercase;margin-bottom:12px;line-height:1}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2{font-size:81px;color:#444;margin-bottom:10px;line-height:1.1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table{overflow:hidden;background:#fff;min-height:60px;border-top:1px solid #e6e6e6;border-bottom:2px solid #f3f3f3;padding:0 50px;position:relative}@media only screen and (min-width:479px){.mec-calendar.mec-calendar-daily .mec-calendar-d-table{padding:0 55px}}.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl{width:1310px;display:block}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{display:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active{display:block}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt{display:block;background:#fff;width:42px;height:60px;line-height:60px;text-align:center;float:left;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover{background:#fafafa;box-shadow:0 2px 5px 0 rgba(0,0,0,.065) inset;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day{cursor:default;background:#fff;color:#c1c1c1;line-height:59px;text-align:center;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event{cursor:pointer;font-weight:700;color:#4a4a4a}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current{font-size:18px;font-weight:700;background:#fafafa;color:#40d9f1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev{float:none;font-size:14px;width:55px;position:absolute;top:0;left:0;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next{left:auto;right:0;border-left:1px solid #e6e6e6;border-right:none}.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count{font-size:12px;color:#888;text-align:center}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}}.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}.widget .mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.widget .mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-util-hidden{display:none}.mec-daily-view-date-events,.mec-weekly-view-date-events{list-style:none;margin:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table{padding:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{width:calc(100% - 1px)}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt{width:14.286%;height:70px;line-height:normal;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover{background:#fff;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child{border-right:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:12px;font-weight:700;text-transform:uppercase;display:block;margin:15px 0 6px}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev{display:none}ul.mec-weekly-view-dates-events,ul.mec-weekly-view-dates-events li{padding:0;margin:0;line-height:initial}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month{margin-left:0;left:12px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month{margin-left:0;left:auto;right:12px}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}}.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found{list-style:none!important}li.mec-no-event-found .mec-event-title{text-align:center}.mec-widget .mec-calendar{max-width:100%}.mec-widget .mec-calendar dl dt,.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt{height:40px}.mec-widget .mec-calendar .mec-calendar-events-sec{padding:10px}.mec-widget .mec-calendar .mec-calendar-header h2{font-size:13px;margin-top:8px}.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image{margin-right:12px}.mec-widget .mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{font-size:14px}.mec-widget .mec-calendar .mec-event-article .mec-event-image{margin-right:11px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header{margin-bottom:20px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-widget .mec-event-list-classic{margin-bottom:8px;padding:8px 0}.mec-widget .mec-event-list-classic .mec-event-article{margin-bottom:0;padding:10px 0;position:relative;min-height:86px;padding-left:80px}.mec-widget .mec-event-list-classic .mec-event-date{font-size:10px;line-height:14px;text-transform:uppercase}.mec-widget .mec-event-list-classic .mec-event-title{font-size:13px}.mec-widget .mec-event-list-classic .mec-event-detail{font-size:11px}.mec-widget .mec-event-list-classic .mec-event-image{width:68px;position:absolute;left:0}.mec-event-list-classic .mec-event-image img{width:100%}.mec-widget .mec-event-list-classic .mec-event-detail{overflow:visible}.event-color{width:14px;display:inline-block;height:14px;margin-left:5px;border-radius:50%}.mec-map-lightbox-wp{width:580px;padding:15px 15px 0;background-color:#fff}.mec-map-view-event-detail.mec-event-detail{width:580px;background-color:#e9e9e9;padding:8px 15px}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article{padding:0 0 15px;margin:0}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image{width:70px;margin-right:15px}.mec-marker-infowindow-wp{padding:10px}.mec-marker-infowindow-wp .mec-marker-infowindow-count{width:60px;height:60px;display:block;text-align:center;line-height:60px;border:1px solid #40d9f1;border-radius:50%;font-size:32px;color:#40d9f1;float:left;margin-right:11px}.mec-marker-infowindow-wp .mec-marker-infowindow-content{overflow:hidden;padding-top:6px}.mec-marker-infowindow-wp .mec-marker-infowindow-content span{display:block;color:#222}.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child{font-size:15px;font-weight:700}.mec-marker-wrap{display:inline-block;width:35px;height:35px;margin:15px 0 0 4px;border-radius:50% 50% 50% 0;background:#00cae9;animation-name:mec-map-bounce;animation-fill-mode:both;animation-duration:1s;border:3px solid #fff;cursor:pointer}.mec-marker-wrap .mec-marker{margin-top:5px;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center;color:#fff;font-size:17px}.mec-marker-wrap .mec-marker-pulse-wrap{-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block;margin-left:-11px;margin-top:0}.mec-marker-wrap .mec-marker-pulse{display:inline-block;background:#c5c5c5;border-radius:50%;height:14px;width:14px;-webkit-transform:rotateX(55deg);transform:rotateX(55deg);z-index:-2}.mec-marker-wrap .mec-marker-pulse:after{content:"";border-radius:50%;height:40px;width:40px;position:absolute;margin:-13px 0 0 -13px;animation:pulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #00cae9;animation-delay:1.1s}@keyframes pulsate{0%{transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2,1.2);opacity:0}}@keyframes mec-map-bounce{0%{opacity:0;transform:translateY(-2000px) rotate(-45deg)}60%{opacity:1;transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}100%{transform:translateY(0) rotate(-45deg)}}.mec-single-event{margin-top:10px}.mec-single-event .mec-events-meta-group-countdown{color:#c9c9c9;text-align:center;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-events-meta-group-countdown .countdown-w{text-align:center;font-size:36px;margin:0 auto;padding:40px 0 0;position:relative;display:table;table-layout:fixed}.mec-events-meta-group-countdown .countdown-w .icon-w{font-size:24px}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:15px;font-weight:300;letter-spacing:1px;text-transform:uppercase;position:relative}.mec-events-meta-group-countdown .countdown-w .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px;width:190px;font-size:72px;transition:all .3s ease-in-out;line-height:1.2}.mec-events-meta-group-countdown .countdown-w .block-w.done-w{border:0 none}.mec-events-meta-group-countdown .countdown-w span{padding:24px 0 20px}.mec-events-meta-group-countdown .countdown-w .div-d{display:none}.mec-events-meta-group-countdown .countdown-w .countdown-message{display:none}.mec-events-meta-group-countdown .countdown-w .block-w i{display:none}#countdown{list-style:none;margin-bottom:0;margin-top:0;margin-left:0;padding-left:0}.mec-events-meta-group-countdown .mec-end-counts h3{display:inherit;text-align:center;font-size:16px;right:50%}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:23px}@media (min-width:481px) and (max-width:768px){.mec-events-meta-group-countdown .countdown-w{padding:0}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:12px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:34px}}@media (min-width:320px) and (max-width:480px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:10px}.mec-events-meta-group-countdown .countdown-w span{font-size:28px}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:16px}}@media (max-width:320px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:9px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:22px}}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px;font-size:13px}.info-msg{color:#059;background-color:#bef}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-list ul{list-style:none}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{border-bottom:1px solid #eee;padding:14px 0;line-height:normal}.mec-fes-list ul li a{box-shadow:none;color:#181818}.mec-fes-list ul li a:hover{color:#40d9f1}.mec-fes-list ul li .mec-event-title{font-weight:600;font-size:15px}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:4px 8px;border:1px solid #e7e7e7;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f0b7b8;border-color:#cc4d4f}.mec-fes-list-top-actions a{font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;border:1px solid #e3e3e3;background:#f5f5f5}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:0;color:#fff!important;display:inline-block;font-size:12px;letter-spacing:2px;line-height:1;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:17px 21px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:20px;clear:both}.mec-fes-form label{padding-right:10px;font-size:13px;display:block}.mec-fes-form input[type=email],.mec-fes-form input[type=number],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form select,.mec-fes-form textarea{border-radius:0;min-width:inherit;width:auto;display:inline;background:#fcfcfc;min-height:30px;font-size:13px;border:1px solid #e0e0e0;padding:10px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{width:100%;height:auto;color:#000;font-size:36px;font-family:Montserrat,Helvetica,Arial,sans-serif;background:0 0!important;font-weight:400}.mec-fes-form input[type=checkbox],.mec-fes-form input[type=radio]{display:inline!important;float:left;margin:5px 5px 0 0}.mec-fes-form input[type=email]:focus,.mec-fes-form input[type=number]:focus,.mec-fes-form input[type=password]:focus,.mec-fes-form input[type=tel]:focus,.mec-fes-form input[type=text]:focus,.mec-fes-form select:focus,.mec-fes-form textarea:focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-form-row .mec-color{cursor:pointer}.mec-form-row.mec-available-color-row span{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-form-row.mec-available-color-row span:first-of-type{margin-left:0}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt,.mec-fes-form .mec-fes-form-sdbr{width:68%;float:left;padding-right:20px}.mec-fes-form .mec-fes-form-sdbr{width:32%;padding-right:0;padding-left:20px}.mec-fes-submit-mobile{display:none}}.mec-fes-form .mec-meta-box-fields{padding:20px;border:1px solid #e6e6e6;margin-bottom:20px;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-fes-form .mec-meta-box-fields h4{margin:-20px;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:10px 20px;background:#f5f5f5;margin-bottom:20px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{background-color:#fdd700;border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #437df9}.mec-fes-loading:before{content:url(../img/ajax-loader.gif);background:0 0;border-style:none;display:block;margin-left:47%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:23%;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:1px solid #e8e8e8;padding-bottom:15px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row:last-of-type{border:none}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1{width:10%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6{width:39%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button{margin-right:0;padding:9px 26px}@media only screen and (max-width:768px){.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:100%!important}}.mec-wrap .mec-totalcal-box{position:relative;border:1px solid #efefef;padding:20px 5px;margin:0 0 20px;background:#fafafa;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012);min-height:78px}.mec-wrap .mec-totalcal-box i{float:left;margin:0;width:36px;height:36px;background:#fff;border:1px solid #efefef;text-align:center;padding:10px 0;font-size:15px;color:#888}.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-wrap .mec-totalcal-box input,.mec-wrap .mec-totalcal-box select{width:auto;min-height:36px;height:36px;line-height:36px;background:#fff;font-size:13px;color:#777;border:1px solid #efefef;margin:0 0 0 -1px;float:left;padding:0 5px;font-family:Roboto,Helvetica,Arial,sans-serif}.mec-wrap .mec-totalcal-box input[type=submit]{cursor:pointer;padding:0 16px;text-transform:uppercase;font-size:11px;font-family:Montserrat,Helvetica,Arial,sans-serif;transition:all .21s ease}.mec-wrap .mec-totalcal-box input[type=submit]:hover{background:#222;color:#fff}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{display:inline-block;text-transform:uppercase;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:11px;padding:0 12px;cursor:pointer}.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover{color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view{text-align:right;float:right}.mec-wrap .mec-totalcal-box input[type=search]{width:calc(100% - 36px)}@media only screen and (min-width:961px) and (max-width:1200px){.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-3,.mec-wrap .mec-totalcal-box .col-md-4,.mec-wrap .mec-totalcal-box .col-md-5{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;right:10px;top:20px;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:767px){.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}.mec-wrap .mec-totalcal-box .col-md-4{padding-bottom:0}}@media only screen and (max-width:479px){.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 8px;font-size:10px}.mec-wrap .mec-totalcal-box input[type=submit]{padding:0 10px;font-size:10px}}@media only screen and (min-width:961px){.mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{position:absolute;right:10px;top:20px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{padding-bottom:0;width:100%}}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;min-height:55px;width:100%}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{padding:0 10px;float:left;min-height:55px}.mec-search-form .mec-date-search,.mec-search-form .mec-text-input-search{width:50%;min-height:36px;display:block}.mec-widget .mec-search-form .mec-date-search,.mec-widget .mec-search-form .mec-text-input-search{width:100%}.mec-widget .mec-search-form .mec-text-input-search{margin-top:10px}.mec-search-form .mec-date-search{clear:left}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:table-cell;float:none}.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block}.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{width:calc(100% - 36px)}.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 106px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}@media only screen and (max-width:767px){.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{width:100%;float:none}.mec-search-form .mec-date-search{min-height:55px}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:50%;float:left}}@media only screen and (max-width:960px){.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 124px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}.ui-datepicker{background-color:#fff;border:1px solid #66afe9;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.6);display:none;margin-top:4px;padding:10px;width:240px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none;cursor:pointer}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2c6396;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:default;font-family:dashicons;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;height:20px;line-height:1.4;margin-top:2px;width:20px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:center}.ui-datepicker .ui-datepicker-prev:before{content:"\f341"}.ui-datepicker .ui-datepicker-next:before{content:"\f345"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{text-align:center;padding:4px 0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out,color .1s ease-in-out;-o-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.event-carousel-type1-head .mec-event-image{position:relative;min-height:150px}.event-carousel-type1-head .mec-event-image img{width:100%}.mec-event-carousel-content .mec-event-carousel-title a{transition:all .2s ease}.event-carousel-type1-head .mec-event-date-carousel{position:absolute;top:25px;left:1px;font-size:41px;width:160px;color:#fff;font-weight:500;background-color:#40d9f1;padding-left:21px;height:97px;line-height:2.3;padding-right:85px}.event-carousel-type1-head .mec-event-date-carousel:after{content:"";position:absolute;display:inline-block;z-index:-1;bottom:-13px;left:5px;width:0;border-width:13px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.event-carousel-type1-head .mec-event-date-info{font-size:12px;font-weight:300;position:absolute;top:27px;left:75px}.event-carousel-type1-head .mec-event-date-info-year{font-size:12px;font-weight:300;position:absolute;top:45px;left:75px}.mec-event-carousel-content{border:1px solid #e8e8e8;border-top:none;margin-top:-5px;padding:34px 9px 11px 37px}.mec-event-carousel-content .mec-event-carousel-title a{font-size:23px;font-weight:500;color:#000;letter-spacing:-1px}.mec-event-carousel-content p{font-size:14px;color:#7a7272;font-weight:300}.mec-owl-crousel-skin-type1 .owl-item .mec-event-article{padding:0 19px}.mec-event-carousel-type1 .owl-page.active span{background-color:#00aeef;height:14px;width:14px}.mec-event-carousel-type1 .mec-event-carousel-content{margin-bottom:15px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .27s ease}.mec-event-carousel-type1 .mec-event-carousel-content:hover{box-shadow:0 0 35px rgba(0,0,0,.07)}@media only screen and (min-width:768px) and (max-width:1000px),(min-width:270px) and (max-width:448px){.event-carousel-type1-head .mec-event-date-carousel{font-size:25px;line-height:2.5;padding-right:70px;height:64px;width:120px}.event-carousel-type1-head .mec-event-date-carousel:after{left:7px}.event-carousel-type1-head .mec-event-date-info{font-size:10px;top:13px;left:55px}.event-carousel-type1-head .mec-event-date-info-year{font-size:10px;top:25px;left:55px}.event-carousel-type1-head .mec-event-date-carousel:after{top:48px}}.event-carousel-type2-head{background:#fff;border:1px solid #e6e6e6}.event-carousel-type2-head .mec-event-carousel-content-type2{margin-top:15px;min-height:182px}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info{font-size:15px;color:#9a9a9a;font-weight:300}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-carousel-content-type2 .mec-event-carousel-title a{color:inherit}.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p{font-size:16px;font-weight:300;color:#444}.event-carousel-type2-head .mec-event-footer-carousel-type2{margin-top:33px;position:relative}.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap{left:0}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li{border:none;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button{border:1px solid #e4e4e4;float:right;padding:7px 23px 7px;font-size:12px;text-transform:uppercase;color:#707070;font-weight:500;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover{color:#fff}.mec-event-article .event-carousel-type2-head{padding:10%;margin-right:-1px}.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer{border-right:1px solid #e6e6e6}.mec-wrap .mec-event-carousel-type2 .owl-next,.mec-wrap .mec-event-carousel-type2 .owl-prev,.mec-wrap .mec-event-carousel-type3 .owl-next,.mec-wrap .mec-event-carousel-type3 .owl-prev,.mec-wrap .mec-event-carousel-type4 .owl-next,.mec-wrap .mec-event-carousel-type4 .owl-prev{transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:47%;background-color:transparent!important}.mec-event-carousel-type2 .owl-next{right:-60px}.mec-event-carousel-type2 .owl-prev{left:-60px}.mec-event-carousel-type2 .owl-next i,.mec-event-carousel-type2 .owl-prev i,.mec-event-carousel-type3 .owl-next i,.mec-event-carousel-type3 .owl-prev i,.mec-event-carousel-type4 .owl-next i,.mec-event-carousel-type4 .owl-prev i{font-size:40px;color:#282828}.mec-event-carousel-type2 .owl-next i:hover,.mec-event-carousel-type2 .owl-prev i:hover,.mec-event-carousel-type3 .owl-next i:hover,.mec-event-carousel-type3 .owl-prev i:hover{color:#000;cursor:pointer}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}@media only screen and (min-width:320px) and (max-width:768px){.mec-event-carousel-type2 .owl-next,.mec-event-carousel-type2 .owl-prev,.mec-event-carousel-type3 .owl-next,.mec-event-carousel-type3 .owl-prev,.mec-event-carousel-type4 .owl-next,.mec-event-carousel-type4 .owl-prev{position:initial;top:100%}}.mec-event-carousel-type3 .mec-event-article{margin:0 10px}.event-carousel-type3-head .mec-event-image,.event-carousel-type3-head .mec-event-image img{width:100%;height:auto}.event-carousel-type3-head .mec-event-footer-carousel-type3{background:#fff;display:inline-block;width:calc(100% - 40px);margin-top:-74px;position:relative;margin-left:20px;margin-right:20px;margin-bottom:6px;padding:8% 11%;box-shadow:0 2px 10px -2px rgba(0,0,0,.2)}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button{border:1px solid #e4e4e4;text-transform:uppercase;float:right;padding:7px 23px 7px;font-size:12px;color:#707070;font-weight:500}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover{color:#fff}.mec-event-footer-carousel-type3 span{font-size:15px;color:#9a9a9a;font-weight:300;display:block;margin-top:30px}.mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:29px;font-weight:700}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-footer-carousel-type3 .mec-event-carousel-title a{color:inherit}.event-carousel-type3-head .mec-event-footer-carousel-type3 p{font-size:16px;font-weight:300;color:#444!important;margin-bottom:36px}.mec-event-carousel-type3 .owl-next{right:-70px}.mec-event-carousel-type3 .owl-prev{left:-70px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap{left:11%}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}.event-carousel-type3-head .mec-end-date-label{display:inline;margin-left:2px}.event-carousel-type4-head.clearfix{position:relative;overflow:hidden;background:#fff}.event-carousel-type4-head .mec-event-overlay{position:absolute;left:0;right:0;bottom:0;top:0;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-hover-carousel-type4{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out;opacity:0;visibility:hidden}.mec-event-carousel-type4 .mec-event-article{margin:0 10px}.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4{opacity:1;visibility:visible}.mec-event-hover-carousel-type4 .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-hover-carousel-type4 .mec-event-date{font-size:11px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-hover-carousel-type4 .mec-event-date span{display:block;font-weight:700;font-size:14px}.mec-event-hover-carousel-type4 .mec-event-title{color:#fff;margin:20px 0 38px;font-size:16px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-hover-carousel-type4 .mec-btn-wrapper{text-align:left}.mec-event-hover-carousel-type4 .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:10px 14px;letter-spacing:1.5px;font-size:11px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-hover-carousel-type4 .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-carousel-type4 .owl-next{right:-70px}.mec-event-carousel-type4 .owl-prev{left:-70px}.mec-carousel-type4-head{margin-bottom:25px}.mec-carousel-type4-head-title{padding:0 11px;text-align:left;font-weight:700;font-size:20px;color:#000}.mec-carousel-type4-head-link{text-align:right;padding:0 11px}.mec-carousel-type4-head-link a{background:#222;color:#fff;padding:10px 38px;transition:all .3s ease}.mec-carousel-type4-head-link a:hover,.mec-carousel-type4-head-link a:visited{color:#fff}@media (max-width:960px){.mec-event-carousel-type4 .owl-stage{left:-50px}}.mec-wrap .mec-event-countdown-style1{color:#fff;padding:0!important;display:table;background:#437df9}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1{z-index:5;padding:50px 1% 50px 4%;display:table-cell;float:none;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2{background-color:rgba(0,0,0,.05);height:100%;padding-top:0;display:table-cell;float:none;position:relative;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{background-color:#f8f8f8;display:table-cell;float:none;text-align:center;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style1 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{content:"";position:absolute;display:inline-block;z-index:1;top:50%;margin-top:-11px;right:-24px;width:0;border-width:12px;border-style:solid;border-color:transparent transparent transparent #4077ed}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style1 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto}.mec-event-countdown-style1 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style1 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (min-width:1200px){.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:960px){.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:480px){.mec-event-countdown-style1 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{padding:10px 5px;min-width:50px;margin:3px 1px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:8px}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{display:inline}}.mec-wrap .mec-event-countdown-style2{color:#fff;padding:30px 0;background:#437df9;max-width:600px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3{width:100%;float:none;vertical-align:middle;padding:50px 10% 50px 10%}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2{padding-top:12%;padding-bottom:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style2 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place{text-align:left;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 8px}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#222;background:#fff;transition:all .24s ease}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover{background:#222;color:#fff}.mec-event-countdown-style2 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0}.mec-event-countdown-style2 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style2 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (max-width:767px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:80px;padding:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:26px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:11px}}@media only screen and (max-width:479px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:40px;padding:15px 10px;margin:2px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:20px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:9px}}@media (max-width:380px){.mec-event-countdown-style2 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{padding:10px 4px;margin:4px 1px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:7px}}.mec-wrap .mec-event-countdown-style3{color:#fff;padding:0;background:#282828;display:table;width:100%}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1{width:68%;padding:50px 1% 50px 4%;vertical-align:middle;display:table-cell;position:relative}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:32%;display:table-cell;position:relative;padding-bottom:0;padding-top:0}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 img{width:100%;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{font-weight:300;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{color:#fff;font-size:36px;letter-spacing:-2px;font-weight:700;line-height:1;margin-top:-10px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style3 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style3 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto;position:absolute;top:40px;right:20px}.mec-event-countdown-style3 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style3 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:11px;color:#888;margin:8px 0 0;line-height:1}.mec-event-countdown-style3 .mec-event-date{width:176px;height:96px;background:#40d9f1;color:#fff;font-size:13px;position:absolute;left:-27px;top:146px}.mec-event-countdown-style3 .mec-event-date:after{content:"";position:absolute;display:inline-block;z-index:1;bottom:-18px;left:8px;width:0;border-width:19px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:50px;position:absolute;top:36px;left:12px;letter-spacing:-3px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:80px;top:26px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:80px;top:45px}.mec-event-countdown-style3 .mec-event-countdown-part-details{padding-top:35px;margin-bottom:50px;min-height:100px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title{font-size:17px;color:#fff;line-height:1.4;padding-right:20px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link{color:#fff;font-size:12px;position:relative;padding-left:22px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before{content:"";display:inline-block;width:18px;border-top:1px solid #fff;position:absolute;left:0;top:8px}.mec-event-countdown-style3 .mec-event-title-link{position:absolute;left:190px;top:152px}.event-carousel-type1-head .mec-event-date-carousel:before,.mec-event-countdown-style3 .mec-event-date:before{content:'';position:absolute;left:0;bottom:0;z-index:2;width:100%;height:96px;background:0 0;display:inline-block;box-shadow:0 5px 5px rgba(0,0,0,.12)}@media only screen and (min-width:960px){.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li{padding:10px}.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:31px}}@media (max-width:959px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:100%;display:block}.mec-event-countdown-style3 .mec-event-title-link{top:190px}.mec-event-countdown-style3 .mec-event-countdown{top:96px}.mec-event-countdown-style3 .mec-event-date{left:0;top:190px}.mec-event-countdown-style3 .mec-event-date:after{display:none}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{display:inline}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:150px}}@media (max-width:767px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:26px;letter-spacing:-1px}.mec-event-countdown-style3 .mec-event-title-link{left:130px}.mec-event-countdown-style3 .mec-event-date{width:120px;font-size:10px;height:63px}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:36px;top:20px;left:4px;letter-spacing:-2px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:52px;top:12px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:52px;top:28px}}@media (max-width:380px){.mec-event-countdown-style3 .mec-event-title-link{left:10px;top:260px}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:300px}.mec-event-countdown-style3 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:10px 5px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:8px}}.mec-slider-t1-wrap{width:100%;padding:60px 90px;background:#f7f7f7;min-height:560px;position:relative}.mec-slider-t1{height:500px;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t1 .mec-event-article{position:relative;height:500px}.mec-slider-t1 .mec-slider-t1-img{position:relative;background-size:cover!important;background-position:center!important;width:50%;height:100%;float:right;margin:0;overflow:hidden}.mec-slider-t1 .mec-slider-t1-content{width:50%;float:left;height:100%;background:#fff;padding:6%}.mec-slider-t1-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:54px;height:54px;line-height:48px;border-radius:0;text-align:center;background:#fff;box-shadow:0 2px 11px 0 rgba(0,0,0,.045);transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-27px;cursor:pointer}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 29px 0 rgba(0,0,0,.095)}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:12px;color:#282828;transition:all .21s ease}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{font-size:13px;color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t1{margin:0 auto;max-width:900px}}@media only screen and (max-width:960px){.mec-slider-t1 .mec-slider-t1-content,.mec-slider-t1 .mec-slider-t1-img{width:100%;float:none}.mec-slider-t1 .mec-slider-t1-img{height:300px}.mec-slider-t1,.mec-slider-t1 .mec-event-article{height:auto}}@media only screen and (max-width:768px){.mec-slider-t1-wrap{padding:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:10px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}}@media only screen and (max-width:479px){.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t2-wrap{width:100%;padding:0;background:#fff;min-height:600px;position:relative}.mec-slider-t2 .mec-event-article{height:600px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t2 .mec-slider-t2-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:70%;height:100%;margin:0;overflow:hidden}.mec-slider-t2 .mec-slider-t2-content{width:50%;position:absolute;right:0;top:60px;bottom:60px;padding:5%}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern *{color:#fff}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:84px;cursor:pointer}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color{color:#fff}@media only screen and (min-width:961px){.mec-slider-t2{margin:0 auto;max-width:1200px}}@media only screen and (max-width:960px){.mec-slider-t2 .mec-slider-t2-content,.mec-slider-t2 .mec-slider-t2-img{width:100%;float:none;position:static}.mec-slider-t2 .mec-slider-t2-img{height:300px}.mec-slider-t2 .mec-event-article{height:auto}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px}}@media only screen and (max-width:479px){.mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:22px}}.mec-slider-t3-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t3 .mec-event-article{height:700px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t3 .mec-slider-t3-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;opacity:.68;z-index:1}.mec-slider-t3 .mec-slider-t3-content{width:50%;height:auto;vertical-align:middle;display:table;position:absolute;left:0;top:0;bottom:0;padding:0 2% 0 7%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{border-color:#40d9f1}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-22px;cursor:pointer}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next{right:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:50px;font-weight:300}.mec-slider-t3-content.mec-event-grid-modern .mec-event-description{font-size:19px}}@media only screen and (max-width:767px){.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}}@media only screen and (max-width:479px){.mec-slider-t3 .mec-slider-t3-content{width:100%}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t4-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t4 .mec-event-article{height:700px;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t4 .mec-slider-t4-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;z-index:1}.mec-slider-t4 .mec-slider-t4-content{width:auto;max-width:700px;background:rgba(37,37,37,.94)!important;height:auto;vertical-align:middle;display:table;position:absolute;left:8%;top:19%;padding:3%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:13px;padding:0 42px;line-height:49px;height:50px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next{right:60px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{right:112px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:767px){.mec-slider-t4 .mec-slider-t4-content{width:100%;left:0;top:auto;bottom:0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t5-wrap{width:auto;max-width:570px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-slider-t5{height:auto;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t5 .mec-event-article{position:relative;height:auto}.mec-slider-t5 .mec-slider-t5-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:300px;float:none;margin:0;overflow:hidden}.mec-slider-t5 .mec-slider-t5-content{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-slider-t5 .mec-events-content p{margin-bottom:20px}.mec-slider-t5-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t5 .mec-slider-t5-col6{width:50%;float:left;height:100%}.mec-slider-t5 .mec-slider-t5-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-slider-t5 .mec-slider-t5-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-slider-t5 .mec-slider-t5-col6 address{font-size:12px;margin-bottom:0}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:768px){.mec-slider-t5 .mec-slider-t5-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-single-modern .mec-events-event-image{text-align:center}.mec-single-modern .mec-events-event-image img{width:100%}.mec-single-modern .mec-single-event-bar{background-color:#f7f7f7;margin:20px 0 0;padding:15px;display:table;width:100%}.mec-single-modern .mec-single-event-bar>div{display:table-cell}.mec-single-modern .mec-single-event-bar>div i{font-size:20px;vertical-align:middle}.mec-single-modern .mec-single-event-bar>div .mec-time-comment{font-size:12px;color:#999}.mec-single-modern .mec-single-event-bar>div h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-modern .mec-single-event-bar>div dd{font-size:14px;color:#8d8d8d;padding-left:34px;margin-bottom:0}.mec-single-modern .col-md-4 .mec-frontbox{margin-top:-50px;margin-bottom:70px;padding:20px;border:none;background:#f7f7f7;box-shadow:none}.mec-next-occurrence li{list-style:none}@media only screen and (min-width:960px){.mec-single-modern .col-md-4 .mec-frontbox{margin-left:20px}}@media only screen and (max-width:960px){.mec-single-modern .mec-single-event-bar>div{display:block}}.lity-content>div{overflow:auto}.mec-next-event-details li{list-style:none;margin-top:20px}.mec-next-event-details h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-next-event-details abbr{display:block;padding-left:12px;color:#8d8d8d}.mec-next-event-details i{margin-right:10px;margin-left:12px}.mec-next-event-details i:before{color:#40d9f1}.mec-next-event-details a{text-align:center;display:block;background:#fff;padding:6px 0;font-size:11px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;transition:.3s}.mec-single-modal.mec-single-modern .mec-single-title{text-align:center;padding:15px 10px 0}.admin-bar .mec-single-modal.mec-single-modern .mec-single-title{padding-top:40px}.mec-single-modal.mec-single-modern .mec-single-event-bar{padding:5px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd{font-size:13px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3{font-size:15px}@media only screen and (min-width:960px){.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-left:0}}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-top:10px;margin-bottom:10px}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta{padding:0}.mec-single-modal .mec-event-meta dd.mec-organizer-email a,.mec-single-modal .mec-event-meta dd.mec-organizer-url a{font-size:12px;display:block}.mec-modal-wrap{max-width:700px;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5)}.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button{display:block;text-align:center}.mec-single-modal .flip-clock-divider .flip-clock-label{position:absolute;top:60px}.mec-single-modal .flip-clock-divider:not(:first-child){width:48px!important}.mec-single-modal .flip-clock-divider.minutes .flip-clock-label{top:150px;left:-539px}.mec-single-modal .flip-clock-divider.seconds .flip-clock-label{top:87px}.mec-single-modal .flip-clock-wrapper{left:14%}.mec-single-modal .twodaydigits>ul:nth-child(11),.mec-single-modal .twodaydigits>ul:nth-child(12),.mec-single-modal .twodaydigits>ul:nth-child(8),.mec-single-modal .twodaydigits>ul:nth-child(9){margin-top:30px!important}.mec-events-toggle{max-width:960px;margin-left:auto;margin-right:auto}.mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;margin-bottom:15px;box-shadow:0 10px 15px #f3f3f3}.mec-events-toggle .mec-toggle-item-inner{cursor:pointer;position:relative;padding:30px 60px 30px 15px;background:#fff;transition:all .3s ease}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{float:left;width:180px;margin-top:-6px;border-right:1px solid #e3e3e3;margin-right:15px}.mec-toggle-item-col .mec-event-date{font-size:38px;line-height:40px;float:left;margin-right:8px}.mec-toggle-item-col .mec-event-month{text-transform:uppercase;font-size:12px;line-height:14px;padding-top:4px;font-weight:700}.mec-toggle-item-col .mec-event-detail{font-size:10px}.mec-toggle-item-col .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-events-toggle .mec-toggle-title{color:#000;font-size:23px;font-weight:600;margin-bottom:0;transition:all .3s ease;display:inline-block}.mec-events-toggle .mec-toggle-item-inner span.event-color{width:5px;height:100%;position:absolute;left:-1px;top:0;bottom:0;border-radius:0;margin:0}.mec-events-toggle .mec-toggle-item-inner i{position:absolute;font-size:30px;right:25px;top:50%;transform:translate(0,-50%);cursor:pointer}.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before{content:"\e615"}.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title{background:#f8f8f8;cursor:pointer}.mec-events-toggle .mec-toggle-content{border-top:1px solid #e4e4e4}.mec-events-toggle .mec-toggle-content .mec-modal-wrap{margin:0;max-width:100%;box-shadow:none}.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event{margin:0}.mec-events-toggle .mec-toggle-content .mec-single-event-bar,.mec-events-toggle .mec-toggle-content h1.mec-single-title{display:none}.mec-events-toggle .media-links a{margin-bottom:0}.mec-events-toggle .mec-toggle-content .mec-toggle-meta{margin-bottom:14px}.mec-events-toggle #mec_speakers_details.mec-frontbox{padding:0;margin:0}.mec-events-toggle .mec-toggle-item h3.mec-speakers{border:none;text-align:left}.mec-events-toggle .mec-toggle-item h3.mec-speakers:before{content:"\e063";font-family:simple-line-icons;border:none;position:relative;display:inline-block;left:unset;bottom:unset;font-size:22px;font-weight:400;padding:0 11px 0 28px;vertical-align:middle}@media only screen and (max-width:767px){.mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px}}.mec-events-agenda-wrap{margin:10px 0;border:1px solid #e9e9e9;padding-left:20px;box-shadow:0 2px 2px rgba(0,0,0,.03)}.mec-events-agenda{padding:0;border-bottom:1px solid #e9e9e9;overflow:hidden}.mec-agenda-date-wrap{width:210px;padding-top:15px;float:left;font-size:13px}.mec-agenda-date-wrap i,.mec-agenda-event i{font-size:11px;color:#aaa;margin-right:4px;margin-left:1px}.mec-agenda-event i{vertical-align:middle;margin-right:1px}.mec-agenda-events-wrap{float:left;width:calc(100% - 210px);background:#f9f9f9;padding:15px}.mec-agenda-time{font-size:11px;color:#707070;padding-right:10px;width:138px;display:inline-block}.mec-agenda-event-title{position:relative;padding-left:14px}.mec-agenda-event-title a{font-family:Roboto,Montserrat,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;color:#333}.mec-agenda-event-title span.event-color{width:9px;height:9px;position:absolute;left:0;top:4px;margin:0}.mec-agenda-date-wrap span.mec-agenda-day{color:#aaa;font-size:12px}@media only screen and (max-width:767px){.mec-agenda-date-wrap,.mec-agenda-events-wrap{float:none;width:100%}.mec-events-agenda span.mec-agenda-event-title{display:block;width:100%}.mec-agenda-event-title span.event-color{top:7px}.mec-agenda-event-title a{font-size:13px}}.mec-yearly-view-wrap{margin:0 0 15px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.04);border-bottom-width:4px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{max-width:100%;width:232px;padding:10px;background:#fff;margin:10px;display:inline-block}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{transition:none;height:30px;width:30px;line-height:30px;border-radius:0;font-size:12px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec{padding:10px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after{width:4px;height:4px;bottom:3px;margin-left:-2px}.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt{background:#f9f9f9;font-size:13px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-title{text-align:center;font-size:15px;font-weight:700;color:#222;margin-top:-5px;padding-bottom:5px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{min-height:200px;width:538px;overflow:hidden;float:left;background:#f8f8f8;padding:15px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{min-height:200px;width:calc(100% - 538px);float:left;padding:0 0 0 20px;overflow:hidden}.mec-yearly-view-wrap .mec-yearly-title-sec{position:relative;padding:15px;text-align:center;border-bottom:1px solid #e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,.02)}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:30px;line-height:40px;color:#333;margin:0;font-weight:700}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{position:absolute;top:50%;margin-top:-15px;min-width:30px;height:30px;line-height:30px;padding:0 8px;text-align:center;background:#fff;color:#666;font-size:14px;border:1px solid #eee;border-radius:2px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{right:auto;left:20px;padding-right:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year{left:auto;right:20px;padding-left:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i{font-size:12px;color:#40d9f1;cursor:pointer}@media only screen and (max-width:959px){.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:268px;padding:10px 5px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{width:calc(100% - 268px);padding:0 0 0 10px}}@media only screen and (max-width:767px){.mec-yearly-view-wrap .mec-yearly-agenda-sec,.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:100%;float:none}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{width:auto}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{width:14.2%}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:25px}}.mec-yearly-view-wrap .mec-agenda-event i,.mec-yearly-view-wrap .mec-agenda-time{display:none}@media only screen and (min-width:768px){.mec-yearly-view-wrap .mec-events-agenda-wrap{margin-top:0;border:none;padding-left:0;box-shadow:none}.mec-yearly-view-wrap .mec-agenda-date-wrap{width:174px;font-size:11px;padding-top:10px}.mec-yearly-view-wrap .mec-agenda-events-wrap{width:calc(100% - 174px);padding:10px}.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:13px}.mec-yearly-view-wrap .mec-agenda-event-title span.event-color{width:8px;height:8px}.mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day{font-size:11px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{box-shadow:-2px 0 5px rgba(0,0,0,.03) inset}}@media only screen and (max-width:1200px){.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:12px;padding-right:6px}}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table{padding-bottom:10px;border-bottom:none}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover{cursor:pointer}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover{color:#bbb;cursor:default}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active{background:#40d9f1;color:#fff;position:relative}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after{content:'';position:absolute;display:block;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#40d9f1 transparent transparent transparent}.mec-timetable-events-list{padding:10px 20px;border:none;margin:0}.mec-timetable-events-list .mec-timetable-event{padding:10px 0;border-bottom:1px dashed #ddd}.mec-timetable-events-list .mec-timetable-event:last-child{border:none}.mec-timetable-event .mec-timetable-event-span{font-size:12px;color:#444;padding-right:30px;line-height:22px}.mec-timetable-events-list .mec-timetable-event i{font-size:13px;color:#aaa;margin-right:3px;vertical-align:baseline}.mec-timetable-event .mec-timetable-event-span a{color:#333}.mec-timetable-event .mec-timetable-event-time{font-size:11px}.mec-timetable-event .mec-timetable-event-time i{vertical-align:text-bottom}.mec-timetable-event .mec-timetable-event-title{font-size:13px}.mec-timetable-event .mec-timetable-event-title .event-color{width:10px;height:10px}.mec-timetable-events-list .mec-timetable-event.mec-util-hidden{display:none}.mec-timetable-events-list.mec-util-hidden{display:none}@media only screen and (min-width:768px){.mec-timetable-events-list{display:table;width:100%;margin:10px 0 20px}.mec-timetable-events-list .mec-timetable-event{display:table-row;padding:0;border:none;background:#fff}.mec-timetable-events-list .mec-timetable-event:hover{background:#fafafa}.mec-timetable-event .mec-timetable-event-span{display:table-cell;padding:10px 15px;border-bottom:1px solid #ebebeb}.mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span{border-bottom:none}}@media only screen and (max-width:767px){.mec-timetable-event .mec-timetable-event-title{display:block;width:100%;padding:5px 0 10px;font-weight:700}}.mec-timetable-t2-wrap{border:1px solid #e6e6e6;background:#fafafa;padding:0 15px 15px;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-timetable-t2-col{width:20%;float:left;min-height:20px;padding-right:1px;background:0 0}.mec-ttt2-title{background:#fafafa;color:#333;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:25px 10px 10px;margin-bottom:1px}.mec-timetable-t2-col .mec-event-article{position:relative}.mec-timetable-t2-col .mec-event-article .event-color{position:absolute;width:auto;height:auto;left:0;right:0;top:0;bottom:0;margin:0;z-index:1;border-radius:2px}.mec-timetable-t2-content{position:relative;z-index:2;color:#fff;padding:15px 15px 20px;text-align:left;height:130px;margin-bottom:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title{line-height:22px;margin-bottom:13px;white-space:nowrap;padding-right:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title a{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden}.mec-timetable-t2-content div{color:#fff;font-size:11px;font-weight:400;line-height:19px;white-space:nowrap}.mec-timetable-t2-content div i{font-size:12px;margin-right:4px}@media only screen and (max-width:960px){.mec-timetable-t2-col{width:100%;float:none}}.mec-weather-box{padding:15px 0}.mec-weather-head{min-height:90px;padding:5px 0;clear:both;overflow:hidden;margin-bottom:25px;border-radius:10px;background:#238af5}.mec-weather-icon-box{float:left;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#238af5}.mec-weather-icon{width:80px;height:80px;display:inline-block;border-radius:10px}.mec-weather-summary{float:left;width:calc(100% - 80px);padding-left:10px;margin:10px 0;height:60px}.mec-weather-summary-report{font-size:15px;color:rgba(255,255,255,.68);margin-bottom:6px}.mec-weather-summary-temp{font-family:Roboto,Sans-serif;font-weight:300;color:#fff;font-size:29px;line-height:1}.mec-weather-extras{width:auto;padding:10px 15px 0 15px;float:right;min-height:80px;color:#fff;font-size:13px;line-height:1}.mec-weather-extras div{line-height:20px;height:20px}.mec-weather-extras span{color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase}.mec-weather-extras var{font-size:11px;letter-spacing:.4px}.mec-weather-icon.clear-day,.mec-weather-icon.clear-night{background-image:url(../img/mec-weather-icon-01.png)}.mec-weather-icon.partly-sunny-day,.mec-weather-icon.partly-sunny-night{background-image:url(../img/mec-weather-icon-02.png)}.mec-weather-icon.partly-cloudy-day,.mec-weather-icon.partly-cloudy-night{background-image:url(../img/mec-weather-icon-03.png)}.mec-weather-icon.cloudy,.mec-weather-icon.fog,.mec-weather-icon.wind{background-image:url(../img/mec-weather-icon-04.png)}.mec-weather-icon.thunderstorm{background-image:url(../img/mec-weather-icon-05.png)}.mec-weather-icon.rain{background-image:url(../img/mec-weather-icon-06.png)}.mec-weather-icon.hail,.mec-weather-icon.sleet,.mec-weather-icon.snow{background-image:url(../img/mec-weather-icon-07.png)}.mec-av-spot-wrap{width:auto;max-width:1200px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-av-spot{height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-av-spot .mec-event-article{position:relative;height:auto}.mec-av-spot .mec-av-spot-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:330px;float:none;margin:0;overflow:hidden}.mec-av-spot .mec-av-spot-content,.mec-av-spot .mec-av-spot-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-av-spot .mec-av-spot-head{background:#222;color:#fff;min-height:80px}.mec-av-spot .mec-av-spot-head .mec-av-spot-box{padding-top:25px;font-size:13px;color:#ddd}.mec-av-spot .mec-av-spot-head .mec-av-spot-box span{color:#40d9f1;font-size:40px;font-weight:700;font-style:italic}.mec-av-spot .mec-av-spot-head .mec-event-countdown{text-align:center;padding-top:10px;display:table;table-layout:fixed;margin:0 auto;float:right}.mec-av-spot .mec-av-spot-head .mec-event-countdown li{display:table-cell;padding:10px 20px;position:relative;height:60px}.mec-av-spot .mec-av-spot-head .mec-event-countdown p{margin-bottom:0}.mec-av-spot .mec-events-content p{margin-bottom:20px}.mec-av-spot-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-av-spot .mec-av-spot-col6{width:50%;float:left;height:100%}.mec-av-spot .mec-av-spot-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-av-spot .mec-av-spot-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-av-spot .mec-av-spot-col6 address{font-size:12px;margin-bottom:0}.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:768px){.mec-av-spot .mec-av-spot-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-events-masonry-wrap{display:block;width:auto}.mec-masonry-item-wrap{width:calc(33.33% - 30px);padding:0;margin:0 15px 30px;min-height:10px;position:relative}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}.mec-events-masonry-cats{padding:10px;margin-bottom:25px;text-align:center;clear:both;list-style:none outside none}.mec-events-masonry-cats a{border-radius:2px;padding:6px 12px;font-size:13px;line-height:1.2;color:#333;font-weight:400;margin-top:0!important;text-align:center;display:inline-block;width:auto;border:2px solid transparent;transition:all .2s ease}.mec-events-masonry-cats a:hover{border-color:#40d9f1;color:#333}.mec-events-masonry-cats a.mec-masonry-cat-selected{border:2px solid #40d9f1;color:#40d9f1}.mec-masonry{background:#f7f7f7;height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-masonry .mec-event-article{position:relative;height:auto}.mec-masonry .mec-masonry-img{position:relative;width:100%;height:auto;float:none;margin:0;overflow:hidden}.mec-masonry .mec-masonry-img img{width:100%}.mec-masonry .mec-masonry-content,.mec-masonry .mec-masonry-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-masonry .mec-events-content p{margin-bottom:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head{min-height:79px;margin-bottom:10px;padding:14px 5%;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-masonry-content.mec-event-grid-modern .mec-event-content{padding-top:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:34px;letter-spacing:-2px}.mec-masonry .mec-masonry-col6{width:50%;float:left;height:100%}.mec-masonry .mec-masonry-col6 i{font-size:24px;float:left;margin-right:7px;height:50px}.mec-masonry .mec-masonry-col6 .mec-event-month,.mec-masonry .mec-masonry-col6 h6{text-transform:capitalize;font-size:15px;padding:4px 0;display:inline;color:#444}.mec-masonry .mec-masonry-col6 .mec-event-detail,.mec-masonry .mec-masonry-col6 address{font-size:11px;margin-bottom:0}.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:960px){.mec-masonry-item-wrap{width:calc(50% - 30px)}}@media only screen and (max-width:768px){.mec-masonry .mec-masonry-col6{width:100%;margin:10px 0}.mec-masonry-item-wrap{width:calc(100% - 30px)}}@media only screen and (max-width:479px){.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.btn-wrapper{text-align:center}.countdown-wrapper .btn-wrapper{padding-top:10px;padding-right:0}.countdown-wrapper h5.countdown-message{letter-spacing:5px;font-weight:500;font-size:18px}.blox.dar .countdown-wrapper p,.countdown-wrapper p{color:#888}.countdown-wrapper a.button.black{float:right;margin-right:0}.mec-wrap .threedaydigits .days .flip-clock-label{right:-100px}@media only screen and (min-width:320px) and (max-width:767px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{left:0;font-weight:300}.mec-wrap span.flip-clock-divider{width:12px}}@media only screen and (min-width:320px) and (max-width:480px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}.mec-wrap span.flip-clock-divider:first-child{width:0}.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{margin-left:10%}}@media screen and (min-width:960px) and (max-width:1200px){.mec-wrap .threedaydigits ul{height:50px;width:47px}}@media screen and (min-width:480px) and (max-width:768px){.mec-wrap .threedaydigits ul{height:48px;width:26px!important}.mec-wrap .threedaydigits .flip-clock-label{font-size:8px;left:-8px}}@media screen and (min-width:320px) and (max-width:480px){.mec-wrap .threedaydigits ul{height:48px;width:22px!important}}.mec-wrap .flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.mec-wrap .flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.mec-wrap .flip-clock-wrapper a:hover{color:#fff}.mec-wrap .flip-clock-wrapper ul{list-style:none}.flip-clock-wrapper.clearfix:after,.mec-wrap .flip-clock-wrapper.clearfix:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper.clearfix:after{clear:both}.mec-wrap .flip-clock-wrapper{font:normal 11px "helvetica neue",helvetica,sans-serif;-webkit-user-select:none}.mec-wrap .flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.mec-wrap .flip-clock-meridium a{color:#313333}.mec-wrap .flip-clock-wrapper{text-align:center;position:relative;display:inline-block;padding-bottom:10px}.flip-clock-wrapper:after,.mec-wrap .flip-clock-wrapper:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper:after{clear:both}.mec-wrap .flip-clock-wrapper ul{position:relative;float:left;margin:2px;width:50px;height:50px;font-size:80px;font-weight:700;line-height:87px;border-radius:3px;background:rgba(0,0,0,.21)}.mec-wrap .flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;line-height:54px;text-decoration:none!important}.mec-wrap .flip-clock-wrapper ul li:first-child{z-index:2}.mec-wrap .flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0!important;overflow:visible!important;cursor:default!important}.mec-wrap .flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden;outline:1px solid transparent}.mec-wrap .flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.mec-wrap .flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.mec-wrap .flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:24px;left:0;z-index:5;width:100%;height:3px;background-color:rgba(0,0,0,.12)}.mec-wrap .flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.mec-wrap .flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.25);text-align:center;background-color:#40d9f1;border-radius:3px;font-size:48px}.mec-wrap .flip-clock-wrapper ul li a div.up div.inn{top:0}.mec-wrap .flip-clock-wrapper ul li a div.down div.inn{bottom:0}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.mec-wrap .flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.17)}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd .5s .5s linear both;-moz-animation:asd .5s .5s linear both;animation:asd .5s .5s linear both;z-index:5}.mec-wrap .flip-clock-divider{float:left;display:inline-block;position:relative;width:18px;height:62px}.mec-wrap .flip-clock-divider:first-child{width:0}.mec-wrap .flip-clock-dot{display:none;background:#323434;width:10px;height:10px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:5px}.mec-wrap .flip-clock-divider .flip-clock-label{position:absolute;bottom:-1.5em;right:-71px;color:#101010;font-weight:700;text-shadow:none;text-transform:uppercase}.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label{color:#8a8a8a}.mec-wrap .flip-clock-divider.seconds .flip-clock-label{right:-82px}.mec-wrap .flip-clock-dot.top{top:30px}.mec-wrap .flip-clock-dot.bottom{bottom:30px}@-webkit-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotatex(90deg)}100%{-webkit-transform:rotatex(0)}}@-moz-keyframes turn{0%{-moz-transform:rotatex(90deg)}100%{-moz-transform:rotatex(0)}}@-o-keyframes turn{0%{-o-transform:rotatex(90deg)}100%{-o-transform:rotatex(0)}}@keyframes turn{0%{transform:rotatex(90deg)}100%{transform:rotatex(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotatex(0)}100%{-webkit-transform:rotatex(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotatex(0)}100%{-moz-transform:rotatex(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotatex(0)}100%{-o-transform:rotatex(-90deg)}}@keyframes turn2{0%{transform:rotatex(0)}100%{transform:rotatex(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}@font-face{font-family:simple-line-icons;src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1);src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format('embedded-opentype'),url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format('woff2'),url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format('woff'),url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format('truetype'),url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format('svg');font-weight:400;font-style:normal}[class*=mec-sl-]{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mec-sl-facebook:before{content:"\e00b"}.mec-sl-twitter:before{content:"\e009"}.mec-sl-google-plus:before{content:"\e60d"}.mec-sl-angle-left:before{content:"\e605"}.mec-sl-angle-right:before{content:"\e606"}.mec-sl-calendar:before{content:"\e075"}.mec-sl-clock-o:before{content:"\e081"}.mec-sl-home:before{content:"\e069"}.mec-sl-phone:before{content:"\e600"}.mec-sl-envelope:before{content:"\e086"}.mec-sl-sitemap:before{content:"\e037"}.mec-sl-map-marker:before{content:"\e096"}.mec-sl-floder:before{content:"\e089"}.mec-sl-wallet:before{content:"\e02a"}.mec-color,.mec-color-before :before,.mec-color-hover:hover,.mec-wrap .mec-color,.mec-wrap .mec-color-before :before,.mec-wrap .mec-color-hover:hover{color:#40d9f1}.mec-bg-color,.mec-bg-color-hover:hover,.mec-wrap .mec-bg-color,.mec-wrap .mec-bg-color-hover:hover{background-color:#40d9f1}.mec-border-color,.mec-border-color-hover:hover,.mec-wrap .mec-border-color,.mec-wrap .mec-border-color-hover:hover{border-color:#40d9f1}.mec-toggle-month-divider.mec-skin-list-events-container{border:1px solid #e8e8e8;margin-bottom:30px;background:#f8f8f8;box-shadow:0 2px 18px -1px rgba(0,0,0,.1);border-radius:2px}.mec-toggle-month-divider .mec-month-divider{margin:0;text-align:left;background:#fff;position:relative;cursor:pointer;border-top:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider span{padding:20px;border-bottom:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider i{position:absolute;right:20px;top:24px;font-size:20px;cursor:pointer}.mec-toggle-month-divider .mec-month-divider span:before{display:none}.mec-toggle-month-divider .mec-month-divider+article{margin-top:20px}.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type{border-top:none}.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article{display:none}.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i{display:none}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month{display:inline-block;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date{font-size:14px;line-height:14px;float:none;display:inline-block;margin-right:0;font-weight:700}.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner{padding:20px 60px 30px 15px}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{float:left;clear:right;width:100px;margin-right:20px;margin-left:10px}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail{margin-top:-6px}.mec-toogle-inner-month-divider .mec-toggle-item-col{float:none;width:100%;margin-top:10px;display:block;border:none}.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:19px;display:block;padding-top:10px}@media only screen and (max-width:768px){.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:14px;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col{margin-top:0}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{width:70px}}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured:before{z-index:1;position:absolute;top:25px;right:-37px;font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#04de78;padding:2px 40px;color:#fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.5s cubic-bezier(.25,.5,.06,.85);transition:.5s cubic-bezier(.25,.5,.06,.85);content:attr(data-style)}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured{overflow:hidden;position:relative}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before{background:#de0404}.mec-daily-view-date-events article:before,ul.mec-weekly-view-dates-events article:before{padding:7px 40px!important;top:27px!important}.mec-event-grid-classic article .mec-fc-style,.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style,.mec-timetable-wrap article .mec-fc-style,.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article.mec-event-cover-modern .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{font-size:9px;letter-spacing:.5px;text-transform:uppercase;background:#04de78;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-minimal article .mec-fc-style:before,.mec-event-grid-simple article .mec-fc-style:before,.mec-timetable-wrap article .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,.mec-wrap .mec-event-list-modern article .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before{width:0;height:0;border-top:4px solid transparent!important;border-right:5px solid;border-bottom:4px solid transparent;margin:0;top:50%;left:-4px;transform:translateY(-4.5px);position:absolute;content:'';color:#04de78}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-event-grid-classic article.mec-label-canceled:before,.mec-event-grid-classic article.mec-label-featured:before,.mec-event-grid-minimal article.mec-label-canceled:before,.mec-event-grid-minimal article.mec-label-featured:before,.mec-event-grid-simple article.mec-label-canceled:before,.mec-event-grid-simple article.mec-label-featured:before,.mec-timetable-wrap article.mec-label-canceled:before,.mec-timetable-wrap article.mec-label-featured:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,.mec-wrap .mec-event-list-modern article.mec-label-featured:before{display:none}.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{top:-3px;font-size:11px;margin-left:10px}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before{-ms-transform:none;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;top:271px;right:0}.mec-timetable-wrap article .mec-fc-style{top:-2px;font-size:10px}.mec-wrap article.mec-event-cover-modern .mec-fc-style{padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;display:inline-block;border-radius:2px}.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before{-ms-transform:none;-webkit-transform:none;transform:none!important;-webkit-transition:none;transition:none;top:22px!important;right:22px!important;padding:0 10px!important}.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style{top:-4px;font-size:10px;margin-left:10px}.mec-event-grid-classic article .mec-fc-style{padding:5px 20px;font-size:12px;margin-top:8px;display:inline-block}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px}.mec-hourly-schedule-speaker-thumbnail{float:left;max-width:30%;width:30%}.mec-hourly-schedule-speaker-name{font-weight:700;font-size:26px;line-height:1.2;color:#333;text-transform:uppercase}.mec-hourly-schedule-speaker-details{float:left;width:69%;padding-left:25px}.mec-hourly-schedule-speaker-job-title{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-hourly-schedule-speaker-description{font-size:14px;font-weight:400;color:#6d7683;line-height:1.7;text-align:left}.mec-hourly-schedule-speaker-contact-information a i{color:#6b6b6b;background:#ebebeb;line-height:29px;margin:9px 7px 9px 0;width:30px;height:30px;display:inline-block;text-align:center;transition:all .2s ease;font-size:15px;cursor:pointer}.mec-hourly-schedule-speaker-contact-information a i:hover{background:#222;color:#fff}@media only screen and (max-width:479px){.mec-hourly-schedule-speaker-thumbnail{float:none;max-width:none;margin-right:0;margin-bottom:15px;width:100%}.mec-hourly-schedule-speaker-thumbnail img{width:100%}.mec-hourly-schedule-speaker-details{padding-left:0}.mec-hourly-schedule-speaker-info{width:90%;margin:0 auto}}.mec-profile .mec-profile-bookings{border:2px solid #e6e6e6;text-align:center}.mec-profile .mec-profile-bookings tbody tr:first-child{background:#f7f7f7;font-weight:700;text-transform:capitalize}.mec-profile .mec-profile-bookings tbody tr{border-bottom:1px solid #e6e6e6;font-size:14px}.mec-profile .mec-profile-bookings tbody tr td{border:1px solid #e6e6e6;padding:10px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:4%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:37%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:24%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-event-status{padding:5px 10px;color:#fff;border-radius:2px;font-size:12px;line-height:12px;letter-spacing:.4px}.mec-profile .mec-event-status.mec-book-confirmed{background:#50d477}.mec-profile .mec-event-status.mec-book-pending{background:#fcbe69}.mec-profile .mec-event-status.mec-book-rejected{background:#fe686a}.mec-profile .mec-event-date{font-size:12px;color:#888}.mec-profile .mec-booking-number-of-attendees{font-size:13px;color:#888}.mec-profile .mec-booking-number-of-attendees i,.mec-profile .mec-profile-bookings-view-invoice i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-booking-attendees{background:#fff;padding:10px}.mec-booking-attendees{width:750px;text-align:center}.mec-booking-attendees-wrapper{border:2px solid #e6e6e6;font-size:14px}.mec-booking-attendees-head{display:table;width:100%;background:#f7f7f7;border-bottom:1px solid #e6e6e6;font-weight:700}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{vertical-align:middle;display:table-cell;padding:7px;border-right:1px solid #e6e6e6}.mec-booking-attendees-head-content{display:table;width:100%;border-bottom:1px solid #e6e6e6}.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child{border:none}.mec-booking-attendees-head span:nth-child(1),.mec-booking-attendees-head-content>span:nth-child(1){width:4%}.mec-booking-attendees-head span:nth-child(2),.mec-booking-attendees-head-content>span:nth-child(2){width:20%}.mec-booking-attendees-head span:nth-child(3),.mec-booking-attendees-head-content>span:nth-child(3){width:24%}.mec-booking-attendees-head span:nth-child(4),.mec-booking-attendees-head-content>span:nth-child(4){width:26%}.mec-booking-attendees-head span:nth-child(5),.mec-booking-attendees-head-content>span:nth-child(5){width:26%}@media only screen and (max-width:759px){.mec-booking-attendees{width:470px}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{word-break:break-all}}.mec-woo-booking-checkout{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;border-radius:0;margin-bottom:6px;min-width:170px;margin-top:5px;text-align:center}.mec-woo-booking-checkout:hover{background:#222;color:#fff}.mec-woo-booking-checkout:focus,.mec-woo-booking-checkout:visited{color:#fff}.single-mec-events .lity-container{max-width:480px;width:480px}.lity-content .mec-events-meta-group-booking{width:100%;padding:20px 50px;background:#fff}.lity-content .mec-events-meta-group-booking .mec-booking form>h4{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center;line-height:1.2;margin-bottom:10px}.lity-content .mec-events-meta-group-booking .mec-booking form>h4:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,.lity-content .mec-events-meta-group-booking .mec-event-ticket-name,.lity-content .mec-events-meta-group-booking .mec-event-ticket-price,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-name,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-price,.lity-content .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;clear:none;padding:5px 1em 3px 0;display:inline-block}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available{margin-bottom:12px}.lity-content .mec-events-meta-group-booking select{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content .mec-events-meta-group-booking input[type=email]{color:#888;border:1px solid #e1e1e1;font-size:14px;display:block;width:100%;outline:0}.lity-content .mec-events-meta-group-booking input{margin-bottom:10px!important}.lity-content .mec-book-ticket-variation h5{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:0;clear:none;padding:5px 1em 3px 0;display:inline-block;text-transform:capitalize;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content ul.mec-book-tickets-container{padding:0}.lity-content .mec-events-meta-group-booking input[type=email],.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{outline:0;font-family:Montserrat,Helvetica,Arial,sans-serif;display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both;margin-bottom:2px!important}.lity-content button[type=submit]{position:relative;border:none;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;min-width:170px;margin-top:5px;border-radius:0;margin-bottom:6px}.lity-content button[type=submit]:hover{background:#222}.lity-content .mec-book-tickets-container li{list-style:none}.lity-content .mec-events-meta-group-booking #mec_book_payment_form h4,.lity-content .mec-events-meta-group-booking li h4{font-size:19px;font-weight:700}.lity-content .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li{width:50%}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li:nth-child(even){border:none}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li span{display:block}.lity-content .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.lity-content .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}@media only screen and (max-width:480px){.lity-content .mec-events-meta-group-booking{padding:20px;width:340px;margin:0 auto}}.mec-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap :after,.mec-wrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap .clearfix:after,.mec-wrap .clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clearfix:after{clear:both}.mec-wrap .clearfix{zoom:1}.mec-wrap .clear,.mec-wrap .clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clr{visibility:visible;overflow:visible}.mec-container [class*=col-] img{max-width:100%}.mec-container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.mec-container:after,.mec-container:before{content:" ";display:table}.mec-container:after{clear:both}@media only screen and (max-width:479px){.mec-container{width:300px}}@media only screen and (min-width:480px) and (max-width:767px){.mec-container{width:420px}}@media only screen and (min-width:768px) and (max-width:960px){.mec-container{width:768px}}@media only screen and (min-width:961px){.mec-container{width:960px}}@media only screen and (min-width:1200px){.mec-container{width:1196px;padding-left:15px;padding-right:15px}}@media only screen and (min-width:1921px){.mec-container{max-width:1690px}}.mec-wrap .row{margin-left:-10px;margin-right:-10px}.mec-wrap .row:after,.mec-wrap .row:before{content:" ";display:table}.mec-wrap .row:after{clear:both}.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media only screen and (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{padding-left:15px;padding-right:15px}.mec-wrap .row{margin-left:-15px;margin-right:-15px}}.mec-container [class*=col-].alpha{padding-left:0}.mec-container [class*=col-].omega{padding-right:0}.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{float:left}.mec-wrap .col-xs-12{width:100%}.mec-wrap .col-xs-11{width:91.66666666666666%}.mec-wrap .col-xs-10{width:83.33333333333334%}.mec-wrap .col-xs-9{width:75%}.mec-wrap .col-xs-8{width:66.66666666666666%}.mec-wrap .col-xs-7{width:58.333333333333336%}.mec-wrap .col-xs-6{width:50%}.mec-wrap .col-xs-5{width:41.66666666666667%}.mec-wrap .col-xs-4{width:33.33333333333333%}.mec-wrap .col-xs-3{width:25%}.mec-wrap .col-xs-2{width:16.666666666666664%}.mec-wrap .col-xs-1{width:8.333333333333332%}@media (min-width:768px){.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9{float:left}.mec-wrap .col-sm-12{width:100%}.mec-wrap .col-sm-11{width:91.66666666666666%}.mec-wrap .col-sm-10{width:83.33333333333334%}.mec-wrap .col-sm-9{width:75%}.mec-wrap .col-sm-8{width:66.66666666666666%}.mec-wrap .col-sm-7{width:58.333333333333336%}.mec-wrap .col-sm-6{width:50%}.mec-wrap .col-sm-5{width:41.66666666666667%}.mec-wrap .col-sm-4{width:33.33333333333333%}.mec-wrap .col-sm-3{width:25%}.mec-wrap .col-sm-2{width:16.666666666666664%}.mec-wrap .col-sm-1{width:8.333333333333332%}}@media (min-width:961px){.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9{float:left}.mec-wrap .col-md-12{width:100%}.mec-wrap .col-md-11{width:91.66666666666666%}.mec-wrap .col-md-10{width:83.33333333333334%}.mec-wrap .col-md-9{width:75%}.mec-wrap .col-md-8{width:66.66666666666666%}.mec-wrap .col-md-7{width:58.333333333333336%}.mec-wrap .col-md-6{width:50%}.mec-wrap .col-md-5{width:41.66666666666667%}.mec-wrap .col-md-4{width:33.33333333333333%}.mec-wrap .col-md-3{width:25%}.mec-wrap .col-md-2{width:16.666666666666664%}.mec-wrap .col-md-1{width:8.333333333333332%}}@media (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9{float:left}.mec-wrap .col-lg-12{width:100%}.mec-wrap .col-lg-11{width:91.66666666666666%}.mec-wrap .col-lg-10{width:83.33333333333334%}.mec-wrap .col-lg-9{width:75%}.mec-wrap .col-lg-8{width:66.66666666666666%}.mec-wrap .col-lg-7{width:58.333333333333336%}.mec-wrap .col-lg-6{width:50%}.mec-wrap .col-lg-5{width:41.66666666666667%}.mec-wrap .col-lg-4{width:33.33333333333333%}.mec-wrap .col-lg-3{width:25%}.mec-wrap .col-lg-2{width:16.666666666666664%}.mec-wrap .col-lg-1{width:8.333333333333332%}}#mec_woo_add_to_cart_btn{min-width:170px;margin-top:5px;text-align:center}
1
+ .lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){font-family:Montserrat,Helvetica,Arial,sans-serif}.entry-content .mec-wrap h1,.entry-content .mec-wrap h2,.entry-content .mec-wrap h3,.entry-content .mec-wrap h4,.entry-content .mec-wrap h5,.entry-content .mec-wrap h6,.mec-wrap h1,.mec-wrap h2,.mec-wrap h3,.mec-wrap h4,.mec-wrap h5,.mec-wrap h6{font-family:Montserrat,Helvetica,Arial,sans-serif;color:#171c24;font-weight:300;font-style:inherit;letter-spacing:normal;clear:none}.mec-wrap h1{font-size:50px;line-height:1.16;margin-bottom:12px;letter-spacing:-1px}.mec-wrap h2{font-size:36px;line-height:1.14;margin-bottom:10px}.mec-wrap h3{font-size:28px;line-height:1.2;margin-bottom:8px}.mec-wrap h4{font-size:24px;line-height:1.2;margin-bottom:10px}.mec-wrap h5{font-size:18px;line-height:1.3;margin-bottom:7px}.mec-wrap h6{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-wrap .subheader{color:#849098}.mec-wrap h1 strong{font-weight:700}.mec-wrap p{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-wrap .mec-event-article .mec-color-hover{box-shadow:none;border:none}.mec-wrap abbr,.mec-wrap acronym{cursor:auto;border:none}.entry-content .mec-wrap a{box-shadow:none}.mec-wrap .button,.mec-wrap a.button:not(.owl-dot),.mec-wrap button:not(.owl-dot),.mec-wrap input[type=button],.mec-wrap input[type=reset],.mec-wrap input[type=submit]{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-wrap .button:hover,.mec-wrap a.button:hover,.mec-wrap button:hover,.mec-wrap input[type=button]:hover,.mec-wrap input[type=reset]:hover,.mec-wrap input[type=submit]:hover{background:#222;color:#fff}.vertical-space,.vertical-space1,.vertical-space2,.vertical-space3,.vertical-space4,.vertical-space5{display:block;width:100%;margin:0;clear:both;border:0 none;height:20px}.vertical-space2{height:40px}.vertical-space3{height:60px}.vertical-space4{height:80px}.vertical-space5{height:100px}@media only screen and (max-width:479px){.vertical-space,.vertical-space1{height:8px}.vertical-space2{height:14px}.vertical-space3{height:28px}.vertical-space4{height:40px}.vertical-space5{height:60px}}@media only screen and (max-width:960px){.vertical-space,.vertical-space1{height:12px}.vertical-space2{height:18px}.vertical-space3{height:36px}.vertical-space4{height:50px}.vertical-space5{height:80px}}.mec-wrap abbr{cursor:auto;border-bottom:0}@-webkit-keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.mec-wrap{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-wrap .mec-events a{border-bottom:none}.mec-wrap .mec-container a{box-shadow:none}.mec-event-content p{font-family:Roboto,sans-serif;font-weight:300}.mec-wrap .mec-clear:after,.mec-wrap .mec-clear:before{content:" ";display:table}.mec-wrap .mec-clear:after{clear:both}.mec-events-button{background:#fff;padding:12px 34px;font-size:13px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;margin-right:10px;transition:.3s}.mec-wrap .mec-events-button:hover{color:#fff}.mec-no-event{display:none}.mec-event-grid-classic .mec-event-article{position:relative;border:2px solid #e3e3e3;box-shadow:0 2px 0 0 rgba(0,0,0,.016);margin-bottom:30px;max-width:none}.mec-event-grid-classic .mec-event-content{background:#fff;color:#767676;padding:0 20px 5px;text-align:center;min-height:125px}.mec-event-grid-classic .mec-event-title{color:#202020;margin:10px 0;font-weight:700;font-size:20px;letter-spacing:1px;text-transform:uppercase}.mec-event-grid-classic .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-classic .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:3px 20px;margin:0 -20px 20px -20px;text-align:center}.mec-event-grid-classic .mec-event-content p{font-size:15px;color:#8a8a8a}.mec-event-grid-classic .mec-event-detail{display:none}.mec-event-grid-classic img{margin-bottom:0;width:100%}.mec-event-footer{position:relative;border-top:1px solid #efefef;padding:20px;min-height:80px;margin:0;background:#fafafa}.mec-event-sharing-wrap{left:15px;position:absolute;list-style:none;margin:0}.mec-event-sharing-wrap .mec-event-sharing{position:absolute;padding:8px 0 2px;left:-6px;bottom:54px;margin:0;margin-top:6px;border-radius:5px;width:50px;visibility:hidden;opacity:0;border:1px solid #e2e2e2;background:#fff;box-shadow:0 0 9px 0 rgba(0,0,0,.06);z-index:99;-webkit-transition:all .18s ease;transition:all .18s ease}.mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-sharing-wrap .mec-event-sharing:before{content:'';display:block;position:absolute;bottom:-10px;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-event-sharing-wrap .mec-event-sharing:before{bottom:-21px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-sharing-wrap .mec-event-sharing:after{bottom:-19px;border-color:#fff transparent transparent transparent}.mec-event-sharing-wrap:hover .mec-event-sharing{opacity:1;visibility:visible}.mec-event-sharing-wrap li{text-align:center;border:0;display:block;margin-right:2px;overflow:hidden;margin:0 auto 6px;width:38px}.mec-event-sharing-wrap:hover>li{cursor:pointer;background-color:#40d9f1}.mec-event-sharing-wrap:hover>li a{color:#fff}.mec-event-sharing-wrap>li{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a{border:none;color:#767676}.mec-event-sharing-wrap li i{width:36px;height:36px;display:table-cell;vertical-align:middle}.mec-event-sharing-wrap .mec-event-sharing li a{display:block}.mec-event-sharing-wrap .mec-event-sharing li:hover a{color:#40d9f1}.mec-event-sharing .mec-event-share:hover .event-sharing-icon{background:#40d9f1;border-width:0 1px 0;cursor:pointer}.mec-event-sharing .mec-event-map{border-width:1px 0 1px}.mec-event-footer .mec-booking-button{box-shadow:none;transition:all .21s ease;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:1px solid #e8e8e8;position:absolute;top:20px;right:15px;padding:0 16px;line-height:37px;height:38px}.mec-event-footer .mec-booking-button:hover{background:#191919;color:#fff;border-color:#191919}@media only screen and (max-width:960px){.mec-event-grid-classic{margin-bottom:30px}}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:36px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:5px 0;width:100%;position:absolute;top:15px;padding:0}.mec-skin-grid-container.mec-widget{padding-top:18px}.mec-widget .mec-event-grid-classic.mec-owl-carousel{padding:20px 0 16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav{margin:0;width:100%;position:absolute;top:0;padding:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div{position:absolute;background:#fff;line-height:0;width:34px;height:26px;padding:6px;text-align:center;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;text-align:center;box-shadow:0 2px 0 0 rgba(0,0,0,.028);transition:all .33s ease}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next{right:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev{left:0}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing{display:none}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer{text-align:center}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button{position:static;padding:11px 16px}.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon{padding:0}@media screen and (min-width:56.875em){.mec-widget .mec-month-container dl{margin-bottom:0}}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer{text-align:right}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap{left:5px;padding-left:5px}.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing{left:0}.mec-widget .mec-event-sharing-wrap .mec-event-sharing{position:absolute;top:auto;bottom:52px;margin:0;margin-top:0;border-radius:5px}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after{top:auto;bottom:-17px;border-color:#fff transparent transparent transparent}.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-18px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-grid-clean{margin-bottom:10px;max-width:none}.mec-event-grid-clean .mec-event-article{margin-bottom:30px;position:relative;border:1px solid #e2e2e2;text-align:center;padding:15px 15px 0;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-clean .mec-event-content{background:#fff;color:#767676;padding:25px 16px 0;text-align:left}.mec-event-grid-clean .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:21px;text-transform:capitalize}.mec-event-grid-clean .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-clean .mec-event-date{font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:1px;background-color:#40d9f1;color:#fff;padding:3px 0;margin:0;text-align:center}.mec-event-grid-clean .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-clean img{margin-bottom:0;width:100%}.mec-event-grid-clean .event-grid-t2-head{margin-bottom:10px;color:#fff;padding:9px 14px 6px;text-align:left}.mec-event-grid-clean .event-grid-t2-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-clean .event-grid-t2-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-clean .event-grid-t2-head .mec-event-detail{font-size:12px}.mec-event-grid-clean .mec-event-sharing-wrap{left:0}.mec-event-grid-clean .mec-event-footer{position:relative;border-top:2px solid;padding:20px 0;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-clean .mec-event-footer .mec-booking-button{right:0}.mec-event-grid-clean .row{margin-bottom:30px}.mec-event-grid-modern{margin-bottom:10px;max-width:none}.mec-event-grid-modern .mec-event-article{position:relative;border:1px solid #e2e2e2;text-align:center;margin-bottom:30px;padding:45px 15px 10px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-modern .mec-event-content{background:#fff;color:#767676;padding:35px 15px 10px;text-align:left}.mec-event-grid-modern .mec-event-title{color:#202020;margin:0 0 10px 0;font-weight:700;font-size:24px;text-transform:none;letter-spacing:-1px}.mec-event-grid-modern .mec-event-title a{color:#202020;transition:all .24s ease}.mec-event-grid-modern .mec-event-content p{font-size:15px;color:#9a9a9a;line-height:1.54}.mec-event-grid-modern img{margin-bottom:0;width:100%}.mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:9px 14px 6px;text-align:left}.mec-event-grid-modern .event-grid-modern-head .mec-event-date{font-size:50px;line-height:50px;float:left;margin-right:11px}.mec-event-grid-modern .event-grid-modern-head .mec-event-month{text-transform:uppercase;font-size:17px;line-height:20px;padding-top:4px}.mec-event-grid-modern .event-grid-modern-head .mec-event-detail{font-size:12px}.mec-event-grid-modern .event-grid-modern-head .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-grid-modern .mec-event-footer{position:relative;height:90px;padding:20px 0;border:none;margin:0 14px;text-align:left;background:0 0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{right:auto;left:0}.mec-event-grid-modern .mec-event-sharing-wrap{left:auto;right:0}.mec-event-grid-modern .mec-event-sharing{left:auto;right:-6px}.mec-event-grid-modern .mec-event-sharing-wrap li{border-radius:55px}.mec-event-grid-modern .row{margin-bottom:0}@media only screen and (max-width:479px){.mec-event-grid-modern .mec-event-article{padding-bottom:30px}.mec-event-grid-modern .mec-event-sharing{top:60px;left:0;right:auto}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:0}}.mec-event-grid-colorful .mec-event-article{min-height:400px;border:none;box-shadow:none;background:#40d9f1;padding-top:25px;margin:0;color:#fff}.mec-event-grid-colorful .mec-event-content{background:0 0}.mec-event-grid-colorful .event-grid-modern-head,.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,.mec-event-grid-colorful .mec-event-content p,.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,.mec-event-grid-colorful .mec-event-title a{color:#fff}.mec-event-grid-colorful .mec-event-footer .mec-booking-button{border:none}.mec-event-grid-colorful .mec-event-sharing-wrap>li{border-color:#fff}.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li{background:#333;border-color:#333}.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover{color:#fff;text-decoration:underline}.mec-event-grid-colorful .mec-event-title .event-color{display:none}.mec-event-grid-colorful div[class^=col-md-]{padding:0 1px 1px 0;margin:0}@media only screen and (min-width:768px){.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day{font-size:26px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month{font-size:15px}.mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date{font-size:50px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title{font-size:21px}.mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:1200px){.mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-]{width:50%}}.mec-event-list-minimal .mec-event-article{border-bottom:1px solid #efefef;padding:24px 0 16px}.mec-event-list-minimal .mec-wrap .col-md-9{padding:0}.mec-event-list-minimal .mec-event-date{position:relative;float:left;margin-right:30px;color:#fff;width:52px;padding:6px 4px 3px;text-align:center;text-transform:uppercase;border-radius:3px}.mec-event-list-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px}.mec-event-list-minimal .mec-event-date:after{display:block;content:"";position:absolute;width:50px;left:1px;top:1px;height:30px;background:rgba(255,255,255,.1);box-shadow:0 4px 4px rgba(0,0,0,.02)}.mec-event-list-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:0;padding-top:5px}.mec-event-list-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-list-minimal .btn-wrapper{text-align:right;padding-right:0;padding-top:6px}.mec-event-list-minimal .btn-wrapper .mec-detail-button{border-bottom:0;margin-bottom:14px;margin-right:0;box-shadow:none}.mec-event-list-minimal a.mec-detail-button{text-align:center;display:inline-block;background:#ededed;color:#191919;padding:12px;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .24s ease}.mec-event-list-minimal a.mec-detail-button:hover{background:#292929;color:#fff}.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,.vc_col-sm-6 .mec-event-list-minimal .mec-event-date{margin-right:12px}.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,.vc_col-sm-6 .mec-event-list-minimal .mec-event-title{font-size:15px;letter-spacing:2px}@media only screen and (min-width:480px) and (max-width:767px){.mec-event-list-minimal .btn-wrapper{padding-left:0}.mec-event-list-minimal .mec-event-date{margin-right:10px}}@media only screen and (max-width:767px){.mec-event-list-minimal .btn-wrapper .mec-detail-button{display:block;text-align:center;margin:0;margin-top:16px;padding:8px}.mec-event-list-minimal .btn-wrapper{margin:12px 0}}@media only screen and (max-width:479px){.mec-event-list-minimal .mec-event-date{float:none;width:100%;margin-bottom:8px}.mec-event-list-minimal .mec-event-date span{display:inline;padding-right:25px;margin-right:7px;font-size:inherit}.mec-event-list-minimal .mec-event-date:after{width:45%;box-shadow:4px 0 4px rgba(0,0,0,.02)}.mec-event-list-minimal .btn-wrapper{text-align:center;padding-left:0}.mec-event-list-minimal{text-align:center}.mec-event-list-minimal .mec-event-detail{margin-bottom:10px}}.mec-wrap .mec-event-list-modern .mec-event-title{margin-top:0;margin-bottom:10px}.mec-event-list-modern .mec-event-article{border-bottom:1px solid #efefef;padding:30px 0 10px}.mec-event-list-modern .mec-event-article:last-child{border-bottom:none}.mec-event-list-modern .mec-event-title a{color:#191919;transition:all .24s ease;box-shadow:none}.mec-event-list-modern .mec-event-date{text-transform:uppercase;padding:10px 0}.mec-event-list-modern .mec-event-date .event-d{font-size:48px;display:table-cell;padding:10px 0 0}.mec-event-list-modern .mec-event-date .event-f{font-size:13px;display:table-cell;vertical-align:middle;padding-left:7px;font-weight:500;letter-spacing:3px;color:#777}.mec-event-list-modern .mec-event-detail{font-weight:300;color:#8a8a8a}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 20px;font-weight:700;font-size:11px;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease}.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover{border-color:#222;background:#222;color:#fff}.mec-event-list-modern .mec-event-title{font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:1px}.mec-event-list-modern .mec-event-detail{color:#9a9a9a;font-size:15px;font-weight:300;line-height:25px;font-family:Roboto,sans-serif}.mec-event-list-modern .mec-btn-wrapper{text-align:right;padding:10px 0;text-transform:uppercase}.mec-event-list-modern .mec-event-sharing{position:relative;margin:10px 0}.mec-event-list-modern .mec-event-sharing>li{display:inline-block;border:none;border-radius:50%;margin-right:3px}.mec-event-list-modern .mec-event-sharing>li:hover{display:inline-block}.mec-event-list-modern .mec-event-sharing>li:hover a i{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-event-list-modern .mec-event-sharing>li i{width:36px;display:inline-block;line-height:35px;color:#767676;text-align:center;border-radius:50%;border:1px solid #ddd;font-size:14px}.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon{background:#40d9f1;border-color:#40d9f1;cursor:pointer;border-radius:50%}.mec-event-list-modern .mec-event-sharing li:hover a i{background:#40d9f1}@media only screen and (min-width:768px){.mec-event-list-modern .mec-event-article{position:relative;min-height:160px;overflow:hidden}.mec-event-list-modern .col-md-2.col-sm-2{width:210px;position:absolute;left:0;top:20px}.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{width:180px;padding:0;position:absolute;right:0;top:30%}.mec-event-list-modern .col-md-6.col-sm-6{width:100%;padding-left:225px;padding-right:195px}}@media only screen and (max-width:767px){.mec-event-list-modern .mec-btn-wrapper .mec-booking-button{letter-spacing:1px;border:1px solid #e1e1e1;padding:8px 16px}.mec-event-list-modern .mec-btn-wrapper{padding:0 0 12px}.mec-event-list-modern .mec-event-sharing{margin-bottom:0}}.mec-event-grid-minimal .mec-event-article{margin:15px 0;min-height:80px;display:table}.mec-event-grid-minimal .event-detail-wrap{display:table-cell;vertical-align:middle}.mec-event-grid-minimal .mec-event-date{width:70px;float:left;margin-right:20px;padding:12px 16px 10px;text-align:center;text-transform:uppercase;border-radius:4px;border:1px solid #e6e6e6;transition:all .37s ease-in-out;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-grid-minimal .mec-event-date span{display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;color:#2a2a2a;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:16px;text-transform:uppercase;transition:color .3s ease}.mec-event-grid-minimal .mec-event-title a{color:#191919;transition:color .3s ease}.mec-event-grid-minimal .mec-event-detail{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-event-list-classic .mec-event-article{padding:12px 0;margin-bottom:20px}.mec-event-list-classic .mec-event-image{float:left;width:86px;margin-right:20px}.mec-event-list-classic .mec-event-date{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px}.mec-event-list-classic .mec-event-date span{font-weight:500;margin-bottom:6px}.mec-event-list-classic .mec-event-title{font-size:15px;margin:10px 0 12px;font-weight:700;text-transform:uppercase}.mec-event-list-classic .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-list-classic .mec-event-detail{color:#777;font-weight:400;line-height:12px;font-size:12px;overflow:hidden}.mec-event-list-classic a.magicmore{padding:10px 16px;color:#fff;background:#222;letter-spacing:2px;font-size:11px}.mec-event-list-classic a.magicmore:after{content:"";display:none}.mec-event-list-classic a.magicmore:hover{color:#40d9f1}.mec-event-grid-simple .mec-event-article{position:relative;margin-bottom:30px}.mec-event-grid-simple .mec-event-article:after{border-right:1px solid #e6e6e6;height:60px;position:absolute;top:50%;margin-top:-30px;right:-1px}.mec-event-grid-simple .row div:last-child .mec-event-article:after{border:none}.mec-event-grid-simple .row{margin:15px 0 30px;text-align:center}.mec-event-grid-simple .mec-event-date{padding:0;margin:0;text-transform:capitalize;font-size:12px;font-weight:700}.mec-event-grid-simple .mec-event-title{margin-top:0;margin-bottom:10px;font-weight:700;line-height:21px;font-size:15px;padding-top:5px;text-transform:uppercase;transition:color .37s ease}.mec-event-grid-simple .mec-event-title a{color:#494949;transition:color .3s ease}.mec-event-grid-simple .mec-event-detail{font-family:Roboto,sans-serif;font-weight:400;line-height:1;letter-spacing:0;font-size:13px;color:#777}.mec-event-grid-simple:hover .mec-event-title{color:#40d9f1}.mec-event-grid-simple:hover .mec-event-date{background:0 0}.event-last:after{display:none}@media only screen and (max-width:767px){.mec-event-grid-simple .mec-event-article{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.mec-event-grid-simple .mec-event-article:after{border:none}}.mec-event-grid-novel .mec-event-article{position:relative;margin-bottom:30px;padding:60px 5% 60px 7%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background-color:#0050fd;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.mec-event-grid-novel .mec-event-article .novel-grad-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;z-index:-1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.mec-event-grid-novel .mec-event-article:hover{-webkit-box-shadow:0 13px 36px 0 rgba(0,0,0,.23);box-shadow:0 13px 36px 0 rgba(0,0,0,.23);border-color:transparent}.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg{background-image:-webkit-gradient(linear,left top,right top,from(#262e32),to(#0e1015));background-image:-webkit-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:-o-linear-gradient(left,#262e32 0,#0e1015 100%);background-image:linear-gradient(90deg,#262e32 0,#0e1015 100%);opacity:1}.mec-event-grid-novel .mec-event-image{float:left;width:150px;height:150px}.mec-event-grid-novel .mec-event-image img{width:150px;height:150px;border-radius:50%}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:200px}.mec-event-grid-novel .mec-event-content h4{position:relative;margin-bottom:10px;display:inline-block}.mec-event-grid-novel .mec-event-content h4 a{font-size:24px;line-height:35px;color:#fafcff}.mec-event-grid-novel .mec-event-content h4::before{content:'';position:absolute;top:8px;left:-30px;width:17px;height:17px;background:#5cd0ed;opacity:.4;border-radius:50%}.mec-event-grid-novel .mec-event-content h4::after{content:'';position:absolute;top:12px;left:-26px;width:9px;height:9px;background:#5cd0ed;border-radius:50%}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month{position:relative;padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-address::before,.mec-event-grid-novel .mec-event-detail::before,.mec-event-grid-novel .mec-event-month::before{position:absolute;top:6px;left:6px;font-size:17px;font-family:simple-line-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1}.mec-event-grid-novel .mec-event-month::before{content:"\e075"}.mec-event-grid-novel .mec-event-detail::before{content:"\e081"}.mec-event-grid-novel .mec-event-address::before{content:"\e096"}.mec-event-grid-novel .mec-event-footer{clear:both;padding:20px 0;border-top:none;background:0 0}.mec-event-grid-novel .mec-event-footer .mec-booking-button{right:auto;left:0;height:42px;width:148px;padding:0 20px;font-size:14px;font-weight:400;line-height:42px;text-align:center;color:#fff;background:0 0;border-color:rgba(255,255,255,.1);border-radius:50px}.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap{left:175px;cursor:pointer}.mec-event-grid-novel .mec-event-sharing-wrap>li{border-color:rgba(255,255,255,.1);border-radius:50%}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{top:-5px;left:0;padding:5px 10px 2px 50px;min-width:150px;width:inherit;height:37px;background-color:rgba(255,255,255,.1);-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:50px}.mec-event-grid-novel .mec-event-sharing-wrap:hover>li{background-color:rgba(255,255,255,.1)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before{display:none}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i{display:inline}.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a{padding:0 10px}.mec-event-grid-novel .mec-event-sharing-wrap>li a{color:#fff}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a{color:rgba(255,255,255,.4)}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover{color:rgba(255,255,255,1)}@media only screen and (max-width:1200px){.mec-event-grid-novel .row .col-md-6.col-sm-6{width:100%;float:none}.mec-event-grid-novel .mec-event-image{float:none;margin-top:-20px;margin-bottom:20px}.mec-event-grid-novel .mec-event-detail-wrap{margin-left:20px}.mec-event-grid-novel .mec-event-footer{margin-top:30px}}@media only screen and (max-width:767px){.mec-event-grid-novel .mec-event-footer{margin-top:0;padding-top:30px;margin-bottom:24px}.mec-event-grid-novel .mec-event-footer .mec-booking-button{display:block;position:relative}.mec-event-grid-novel .mec-event-sharing-wrap{left:0;bottom:-55px}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-cover-modern{position:relative}.mec-event-cover-modern .mec-event-cover-a{background:0 0;position:absolute;color:#fff;bottom:0;left:0;text-decoration:none}.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay{transition:all .5s;opacity:.8;width:100%;height:100%;position:absolute}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay{opacity:1}.mec-event-cover-modern .mec-event-detail{padding:40px;position:relative}.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag{color:#333;transition:all .5s}.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover{text-decoration:underline}.mec-event-cover-modern .mec-event-tag{background:#fff;display:inline-block;padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.mec-event-cover-modern .mec-event-date{text-transform:uppercase;font-size:17px;font-weight:300}.mec-event-cover-modern .mec-event-title{color:#fff;text-transform:uppercase;font-size:40px;font-weight:700;margin:6px 0}.mec-event-cover-modern .mec-event-place{font-weight:400;font-size:18px;font-family:Roboto,sans-serif}@media only screen and (max-width:767px){.mec-event-cover-modern .mec-event-cover-a{width:100%}}.mec-event-cover-classic{position:relative;overflow:hidden;background:#fff;padding:6px;border:1px solid #e8e8e8}.mec-event-cover-classic .mec-event-overlay{position:absolute;left:6px;right:6px;bottom:6px;top:6px;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-cover-classic:hover .mec-event-overlay{background-color:rgba(36,36,36,.6)}.mec-event-cover-classic .mec-event-content{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out}.mec-event-cover-classic .mec-event-date{font-size:14px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-cover-classic .mec-event-date span{display:block;font-weight:700;font-size:16px}.mec-event-cover-classic .mec-event-title{color:#fff;margin:20px 0 38px;font-size:24px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-cover-classic .mec-btn-wrapper{text-align:left}.mec-event-cover-classic .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-cover-classic .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:12px 20px;letter-spacing:3px;font-size:12px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-cover-classic .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-cover-classic .mec-event-image img{min-width:100%}@media only screen and (max-width:960px){.mec-event-cover-classic .mec-event-content{padding:20px}.mec-event-cover-classic .mec-event-button{font-size:11px;padding:7px 10px;letter-spacing:1px}.mec-event-cover-classic .mec-event-title{font-size:19px;margin:15px 0 25px}.mec-event-cover-classic .mec-event-date{font-size:12px}}@media only screen and (max-width:767px){.mec-event-cover-classic{margin-bottom:30px}}@media only screen and (max-width:479px){.mec-event-cover-classic .mec-event-content{padding:15px;font-size:15px}.mec-event-cover-classic .mec-event-title{font-size:15px;margin:10px 0}.mec-event-cover-classic .mec-event-button{font-size:10px;padding:6px;letter-spacing:1px}.mec-event-cover-classic .mec-event-icon{padding:10px}}.mec-load-more-wrap{text-align:center;display:block;width:100%;padding-top:20px;text-align:center;position:relative}.mec-load-more-button{box-shadow:none;transition:all .21s ease;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:#fff;color:#767676;border:2px solid #e8e8e8;border-radius:50px;padding:0 28px;margin-bottom:20px;cursor:pointer;line-height:40px;font-family:Montserrat,Helvetica,Arial,sans-serif;height:42px;display:inline-block}.mec-load-more-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-load-more-loading{content:url(../img/ajax-loader.gif);cursor:wait;background:0 0;border-style:none}.mec-load-more-loading:hover{background:0 0}.mec-modal-preloader,.mec-month-navigator-loading{width:100%;height:100%;background:no-repeat rgba(255,255,255,.88) url(../img/ajax-loader.gif) center;border-style:none;position:fixed;left:0;right:0;bottom:0;top:0;z-index:9}.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:1024px}.mec-calendar-side .mec-calendar-table{min-height:450px}.mec-skin-weekly-view-events-container.mec-month-navigator-loading{margin-top:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-skin-daily-view-events-container.mec-month-navigator-loading{margin-top:0}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table{min-height:1px}}@media only screen and (max-width:479px){.mec-calendar-side .mec-calendar-table{min-height:1px}}.mec-event-cover-clean{position:relative;border:1px solid #e6e6e6;padding:8px}.mec-event-cover-clean .mec-event-overlay{height:100%;background-color:rgba(36,36,36,.4);position:absolute;width:100%;left:0;border:8px solid #fff;top:0;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-content{color:#fff;position:absolute;bottom:20px;padding:40px 60px;transition:all .5s ease-in-out}.mec-event-cover-clean .mec-event-title{color:#fff;font-weight:700;margin:46px 0 19px;font-size:29px;text-transform:uppercase;text-shadow:0 0 1px rgba(0,0,0,.5)}.mec-event-cover-clean .mec-event-title a{color:#fff;transition:all .5s;text-decoration:none;outline:0;border:none;box-shadow:none}.mec-event-cover-clean .mec-event-title a:hover{text-decoration:underline}.mec-event-cover-clean .mec-event-date{position:absolute;top:-20px;right:60px;color:#fff;width:60px;padding:14px 10px;z-index:1}.mec-event-cover-clean .mec-event-date div{text-align:center;text-transform:uppercase;letter-spacing:1px;line-height:16px}.mec-event-cover-clean .mec-event-date .dday{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.5);margin-bottom:13px;font-size:24px}.mec-event-cover-clean .mec-event-date .dmonth{letter-spacing:2px}.mec-event-cover-clean .mec-event-place{font-size:18px;font-family:Roboto,sans-serif}.mec-event-cover-clean .mec-event-image img{width:100%}@media only screen and (max-width:768px){.mec-event-cover-clean .mec-event-content{padding:20px;bottom:5px}.mec-event-cover-clean .mec-event-title{font-size:23px}.mec-event-cover-clean .mec-event-date{right:20px;padding:10px;width:50px}}@media only screen and (max-width:479px){.mec-event-cover-clean .mec-event-content{padding:10px}.mec-event-cover-clean .mec-event-title{font-size:19px;padding-right:25px}.mec-event-cover-clean .mec-event-date{right:-20px;top:-10px}.mec-event-cover-clean .mec-event-detail{font-size:12px}}.mec-month-divider{text-align:center;margin:60px 0 40px 0}.widget .mec-month-divider{margin:10px 0}.mec-month-divider span{text-transform:uppercase;font-size:22px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-month-divider span:before{border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-30px;left:50%;width:60px}.widget .mec-month-divider span{font-size:13px}.mec-event-list-standard .mec-events-pagination{margin-top:60px;border-top:4px solid #ebebeb;min-height:80px;padding-top:20px}.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous{float:left;margin-left:0}.mec-event-list-standard .mec-events-pagination .mec-events-pag-next{float:right;margin-right:0}.mec-event-list-standard .mec-event-article{position:relative;display:block;margin-bottom:25px;border:1px solid #e9e9e9;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-list-standard .mec-topsec{display:table;width:100%}.mec-event-list-standard .col-md-3.mec-event-image-wrap{padding-left:0}.mec-event-list-standard .mec-event-content{padding-top:15px;padding-right:30px}.mec-event-list-standard .mec-event-title{font-size:29px;font-weight:700;letter-spacing:-1px;margin:0 0 10px}.mec-event-list-standard .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-list-standard .mec-col-table-c{display:table-cell;height:100%;vertical-align:middle;float:none!important}.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap{padding-top:15px}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{vertical-align:top}.mec-topsec .mec-event-image{line-height:1px}.mec-event-list-standard .mec-event-meta-wrap{border-left:1px solid #eee}.mec-event-list-standard .mec-time-details{text-transform:uppercase;font-size:11px;font-weight:300;padding-top:0;text-align:left;padding-left:30px}.mec-event-list-standard .mec-event-meta .mec-event-address{font-style:normal;letter-spacing:0;font-size:13px;color:#8a8a8a}.mec-event-list-standard .mec-event-meta span.mec-event-d,.mec-event-list-standard .mec-event-meta span.mec-event-m{font-size:17px;font-weight:700;padding-right:6px;color:#444;text-transform:uppercase}.mec-event-list-standard .mec-date-details,.mec-event-list-standard .mec-time-details,.mec-event-list-standard .mec-venue-details{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard .mec-date-details:before,.mec-event-list-standard .mec-time-details:before,.mec-event-list-standard .mec-venue-details:before{content:"\f041";font-family:fontawesome;position:absolute;left:6px;font-size:15px}.mec-event-list-standard .mec-date-details:before{content:"\f073"}.mec-event-list-standard .mec-time-details:before{content:"\f017"}.mec-event-list-minimal .mec-event-title a{color:#292929;transition:color .3s ease}.mec-event-meta-wrap .mec-price-details{margin-bottom:10px}.mec-price-details i{margin-right:5px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}@media only screen and (max-width:960px){.mec-event-list-standard .mec-topsec{display:block}.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:block;width:40%}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{display:block;min-height:230px}.mec-event-list-standard .mec-event-meta-wrap{display:block;border-left:none;border-top:1px solid #eee;width:100%;float:none;padding-top:20px}}@media only screen and (min-width:480px) and (max-width:960px){.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap{display:table-cell}}@media only screen and (max-width:479px){.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img{float:none;width:100%;padding:0}.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap{padding:10px 10px 10px 30px}}.mec-wrap .mec-events-cal-links{margin-bottom:0}.mec-single-event #mec-wrap{padding:0;margin-top:35px}.mec-wrap .mec-single-title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-event-content{padding:40px 0 30px;margin-bottom:10px}.mec-single-event .mec-events-meta-group-booking,.mec-single-event .mec-frontbox{margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-wrap #main-content{overflow:hidden;padding-top:35px}.mec-single-event .mec-map-get-direction-address-cnt{position:relative}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address{width:100%;height:46px;padding:13px 10px;margin-bottom:0;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:0;box-shadow:inset 0 2px 5px rgba(0,0,0,.081)}.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus{color:#444;background:#fff;border-color:#b0b0b0;box-shadow:0 0 3px rgba(0,0,0,.2)}.mec-single-event .mec-map-get-direction-btn-cnt input{width:100%}.mec-single-event .mec-map-get-direction-reset{position:absolute;z-index:2;top:5px;right:10px;font-size:11px;cursor:pointer}.mec-events-meta-group-tags{margin-top:20px}.mec-events-meta-group-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-events-meta-group-tags a:hover{text-decoration:underline;background:#f9f9f9}.mec-local-time-details li{list-style:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative;border:none}.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul{margin:0;padding-left:35px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3{border:none;padding-left:15px}.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before{display:none}.mec-single-event.mec-single-modern i.mec-sl-speedometer{display:none}.mec-single-event .mec-events-meta-group-booking{padding-bottom:30px}.mec-single-event .mec-events-meta-group-booking ul{list-style:none;margin-left:0;padding-left:0}.mec-single-event .mec-events-meta-group-booking ul li{padding:0;list-style:none;margin-top:40px}.mec-single-event .mec-events-meta-group-booking h4{margin-bottom:20px;font-size:23px;font-weight:700}.mec-single-event .mec-events-meta-group-booking li h4{font-size:19px}.mec-single-event .mec-events-meta-group-booking button,.mec-single-event .mec-events-meta-group-booking input{border-radius:0;margin-bottom:6px}.mec-single-event .mec-events-meta-group-booking button{min-width:170px;margin-top:5px}.mec-single-event .mec-events-meta-group-booking button{margin-left:15px}.mec-single-event .mec-book-form-gateway-checkout button{margin-left:0}.mec-single-event .mec-book-first,.mec-single-event .mec-event-tickets-list{padding-left:15px;padding-right:15px}.mec-single-event label.mec-fill-attendees{margin-left:15px!important}.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available{display:block;margin-bottom:20px;margin-top:-17px;font-size:11px;color:#8a8a8a}.mec-single-event .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.mec-single-event .mec-events-meta-group-booking form{margin:0}.mec-single-event .mec-events-meta-group-booking h5 span,.mec-single-event .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;display:block;clear:none;padding:5px 1em 3px 0}.mec-single-event .mec-events-meta-group-booking h5 span{display:inline-block}.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name{padding-right:5px;text-transform:capitalize}.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder{color:#aaa}.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:330px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}.wbmec-mandatory{padding-left:5px;font-size:14px}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea{border:1px solid #ff3c3c}.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio]{outline:1px solid #ff3c3c}@media only screen and (max-width:479px){.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea{width:100%}}.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,.mec-single-event .mec-events-meta-group-booking input[type=text]:.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking select:focus,.mec-single-event .mec-events-meta-group-booking textarea:focus,focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking input[type=radio]{margin-right:6px;margin-top:5px;min-height:20px;clear:none;margin:0 0 0 2px}.lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:before{content:"";display:inline-block;background:#fff;border-radius:18px;width:18px;height:18px;margin:-1px 0 0 -3px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32)}.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before{border:7px solid #008aff;background:#fff;box-shadow:0 3px 16px -3px #008aff}.lity-container .mec-events-meta-group-booking input[type=radio],.mec-single-event .mec-events-meta-group-booking input[type=radio]{min-height:0;margin:0;margin-right:6px}.mec-single-event .mec-events-meta-group-booking input[type=checkbox]{float:left}.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all{display:none}.mec-events-meta-group-booking ul.mec-book-price-details{list-style:none;border:1px solid #eee;padding:0;overflow:hidden}.mec-events-meta-group-booking ul.mec-book-price-details li{font-size:15px;color:#a9a9a9;list-style:none;padding:13px 18px;margin:0;float:left;border-right:1px solid #eee}.mec-events-meta-group-booking ul.mec-book-price-details li:last-child{border-right:none}.mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount{font-weight:700;font-size:21px;color:#222}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label{height:14px;width:14px;background-color:transparent;border:1px solid #d4d4d4;position:relative;display:inline-block;-moz-transition:border-color ease .2s;-o-transition:border-color ease .2s;-webkit-transition:border-color ease .2s;transition:border-color ease .2s;cursor:pointer;box-shadow:0 2px 16px -2px rgba(0,0,0,.2);vertical-align:middle;margin-right:3px;margin-top:-2px}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label{border-color:#008aff;box-shadow:0 2px 14px -3px #008aff}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{position:absolute;height:0;width:1px;background-color:#008aff;display:inline-block;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;content:'';-webkit-transition:opacity ease .5;-moz-transition:opacity ease .5;transition:opacity ease .5}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before{top:8px;left:7px;box-shadow:0 0 0 2px #fff;-moz-transform:rotate(-145deg);-ms-transform:rotate(-145deg);-o-transform:rotate(-145deg);-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before{height:12px;-moz-animation:dothatopcheck .16s ease 0s forwards;-o-animation:dothatopcheck .16s ease 0s forwards;-webkit-animation:dothatopcheck .16s ease 0s forwards;animation:dothatopcheck .16s ease 0s forwards}.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after{top:6px;left:3px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after{-moz-animation:dothabottomcheck 80ms ease 0s forwards;-o-animation:dothabottomcheck 80ms ease 0s forwards;-webkit-animation:dothabottomcheck 80ms ease 0s forwards;animation:dothabottomcheck 80ms ease 0s forwards;height:4px}.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,.mec-single-event a.button:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after,.mec-single-event a.button.loading:after{display:inline-block}.mec-single-event .mec-event-export-module{display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{display:table;width:100%}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{display:table-cell}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child{text-align:right}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover{color:#fff}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul{padding-left:0;margin:15px 5px}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting{padding-left:0;margin:0}.mec-ticket-price{margin-left:10px;font-size:13px;font-weight:300}.mec-book-reg-field-checkbox label,.mec-book-reg-field-radio label{line-height:1.36}.mec-book-reg-field-checkbox input[type=checkbox],.mec-book-reg-field-radio input[type=radio]{float:left;margin-right:5px!important}.mec-ticket-available-spots .mec-event-ticket-description,.mec-ticket-available-spots .mec-event-ticket-price{font-size:11px}.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,.mec-book-ticket-container .wbmec-mandatory{content:"";color:red;width:50px;height:50px;font-size:14px;padding-left:5px}@media only screen and (max-width:767px){.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li{width:100%;min-height:40px;margin-bottom:15px;text-align:center;float:none;display:block}.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a{width:100%;padding-left:0;padding-right:0;text-align:center;display:block;font-size:12px}}.mec-single-event .mec-events-meta-group{margin-bottom:0}@media only screen and (max-width:767px){.mec-single-event .mec-events-meta-group-booking{margin-bottom:30px}}.mec-single-event .mec-event-meta dt,.mec-single-event .mec-event-meta h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-event .mec-event-meta h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-single-event .mec-event-meta .mec-events-event-categories a,.mec-single-event .mec-event-meta dd{font-size:14px;color:#8d8d8d}.mec-single-event .mec-event-meta .mec-location dd.author{color:#3c3b3b}.mec-single-event .mec-event-meta dd{margin:0;padding-left:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories{min-height:35px;line-height:35px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type{padding-top:5px}.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type{border-bottom:0}.mec-single-event .mec-event-meta dd a{color:#8d8d8d;transition:all .2s ease}.mec-single-event .mec-event-meta dd a i:before{font-size:16px!important}.mec-single-event .mec-event-meta dd a i{vertical-align:top;margin-right:8px}.mec-single-event .mec-event-meta dl{margin-bottom:0}.mec-single-event .mec-event-meta .mec-events-event-cost{font-size:18px}.mec-single-event .mec-event-meta .mec-events-address{color:#a9a9a9;margin-bottom:3px}.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author{margin-bottom:0;color:#8d8d8d;font-size:13px}.mec-single-event .mec-events-event-image{margin-bottom:0}.mec-single-event h2.mec-single-event-title{margin-bottom:30px;font-weight:700;font-size:33px}.mec-single-event .mec-booking-button{border-bottom:none;letter-spacing:.5px;line-height:48px;height:76px;transition:all .5s ease;color:#fff;padding:16px;display:block;text-align:center;font-size:16px}.mec-single-event .mec-booking-button:hover{background-color:#101010!important}.mec-single-event .mec-event-tags a{display:inline-block;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;padding:3px 7px;border:1px solid #ddd;border-radius:2px;background:#fff;margin:1px 3px}.mec-single-event .mec-event-tags:before{font-size:24px;color:#303030;margin-right:5px;content:"\f02c";font-family:fontawesome}.mec-single-event .mec-event-tags{padding-top:13px}.mec-single-event .mec-event-sharing{margin:30px 0 10px}.mec-region.mec-events-abbr,.mec-single-event .mec-street-address{font-style:normal;font-size:13px}.mec-events-meta-group.mec-events-meta-group-venue:before,.mec-single-event-date:before,.mec-single-event-time:before{color:#40d9f1}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-event-social h3{text-transform:uppercase;font-size:15px;font-weight:700;padding-bottom:5px;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative}.mec-single-event .mec-social-single:before{padding:13px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:39px}.mec-single-event .mec-event-social .event-sharing{margin-top:30px}.mec-single-event .mec-event-social ul{list-style:none;margin-left:0}.mec-single-event .mec-event-social li.mec-event-social-icon{display:inline-block}.mec-single-event .mec-event-social li.mec-event-social-icon a{display:inline-block;color:#fff;width:40px;height:40px;padding:9px;font-size:16px;margin-right:5px}.mec-single-event .mec-event-social a.facebook{background:#3b5996}.mec-single-event .mec-event-social a.facebook:hover{background:#28385c}.mec-single-event .mec-event-social a.twitter{background:#00acee}.mec-single-event .mec-event-social a.twitter:hover{background:#0087bd}.mec-single-event .mec-event-social a.vimeo{background:#0dadd6}.mec-single-event .mec-event-social a.vimeo:hover{background:#0a85a3}.mec-single-event .mec-event-social a.dribble{background:#d53e68}.mec-single-event .mec-event-social a.dribble:hover{background:#bf4c78}.mec-single-event .mec-event-social a.youtube{background:#cb322c}.mec-single-event .mec-event-social a.youtube:hover{background:#992622}.mec-single-event .mec-event-social a.pinterest{background:#cb2027}.mec-single-event .mec-event-social a.pinterest:hover{background:#99181d}.mec-single-event .mec-event-social a.google{background:#c3391c}.mec-single-event .mec-event-social a.google:hover{background:#99181f}.mec-single-event .mec-event-social a.linkedin{background:#0073b2}.mec-single-event .mec-event-social a.linkedin:hover{background:#005380}.mec-single-event .mec-event-social a.email{background:#ff5d5e}.mec-single-event .mec-event-social a.email:hover{background:#cc4949}.mec-single-event .mec-event-social a.vk{background:#5b88bd}.mec-single-event .mec-event-social a.vk:hover{background:#3d608a}.mec-single-event .mec-event-social a.rss{background:#f29a1d}.mec-single-event .mec-event-social a.rss:hover{background:#cc7400}.mec-single-event .mec-event-social a.instagram{background:#457399}.mec-single-event .mec-event-social a.instagram:hover{background:#2e4d66}.mec-single-event .mec-event-social a.other-social{background:#ff5d5e}.mec-single-event .mec-event-social a.other-social:hover{background:#cc4949}.mec-single-event .mec-event-social{text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4,.mec-single-event .mec-frontbox-title{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.mec-event-meta i:before{font-size:20px;vertical-align:middle}.mec-event-meta .mec-single-event-additional-organizers i:before,.mec-event-meta .mec-single-event-organizer i:before{font-size:14px;vertical-align:baseline}#mec-wrap .mec-events-day-time-slot .mec-events-content{float:left;width:33%;padding:0 15px}#mec-wrap .mec-events-day-time-slot .mec-events-event-image{padding-left:0}#mec-events-content .mec-events-abbr{color:#8d8d8d;font-size:14px}.mec-single-event .mec-events-content{margin-bottom:30px}.mec-single-event .mec-organizer-url a{word-wrap:break-word}.mec-single-event #headline{margin:0 0 10px}.mec-single-event #headline h2{padding:0}.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map{margin-top:0;padding:8px;border:1px solid #e5e5e5;border-radius:7px}#mec-events-gmap-0{height:325px!important}.mec-events-list .mec-events-day-time-slot .mec-events-event-meta{width:33%;float:left;padding:40px;height:auto;margin:0}.mec-events-day-time-slot .mec-events-content.description.entry-summary{font-size:15px;font-weight:300;color:#8d8d8d}.mec-events-day-time-slot .type-mec_events h2{font-size:28px;padding-bottom:20px}.mec-events-day .mec-events-day-time-slot .type-mec_events{margin:0}.mec-events-day .mec-events-day-time-slot h5{background-color:#8d8d8d}.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,.mec-single-event .mec-events-meta-date h3{padding-left:0;margin:10px;display:inline-block}.mec-single-event .mec-events-meta-date h3{width:100%}.mec-single-event .mec-events-event-image{border:0}.mec-single-event .mec-events-venue-map{padding:0}.mec-event-cost,.mec-event-more-info,.mec-event-website,.mec-events-meta-date,.mec-single-event-additional-organizers,.mec-single-event-category,.mec-single-event-date,.mec-single-event-label,.mec-single-event-location,.mec-single-event-organizer,.mec-single-event-time{background:#f7f7f7;padding:12px 14px 8px;margin-bottom:12px;vertical-align:baseline;position:relative}.mec-single-event .mec-events-meta-date dd,.mec-single-event .mec-single-event-additional-organizers dd,.mec-single-event .mec-single-event-organizer dd{padding-left:0;margin-bottom:10px}.mec-single-event .mec-events-meta-date dd span,.mec-single-event .mec-single-event-additional-organizers dd span,.mec-single-event .mec-single-event-organizer dd span{display:block;padding-left:12px;color:#8d8d8d}.mec-single-event .mec-events-meta-date i,.mec-single-event .mec-single-event-additional-organizers i,.mec-single-event .mec-single-event-organizer i{margin-right:10px;margin-left:12px}.mec-events-meta-group.mec-events-meta-group-venue dl{margin-bottom:0}address.mec-events-address{line-height:19px;font-style:normal;font-size:12px}.mec-single-event .mec-event-content dt{margin-top:5px}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer{margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #e4e4e4}.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child{margin-bottom:0;padding-bottom:0;border:none}.mec-event-schedule-content{border-left:4px solid #f0f0f0;padding-top:10px;margin-top:30px;margin-left:25px;margin-bottom:20px;color:#8a8a8a}.mec-event-schedule-content dl{padding-left:24px;font-size:12px;position:relative;margin-bottom:35px}.mec-event-schedule-content dl:before{content:'';display:block;position:absolute;left:0;top:4px;width:20px;height:0;border-top:4px solid #f0f0f0}.mec-event-schedule-content dl dt{margin:0 0 10px;line-height:1.16}.mec-event-schedule-content dl dt.mec-schedule-title{font-size:13px;color:#5a5a5a;font-weight:700}.mec-event-schedule-content dl dt.mec-schedule-description{font-weight:300}.mec-event-schedule-content .mec-schedule-speakers{background:#f7f7f7;padding:10px}.mec-wrap .mec-event-schedule-content h6{font-size:13px;color:#5a5a5a;font-weight:700;display:inline-block}.mec-wrap .mec-event-schedule-content a{font-weight:400;color:#5a5a5a;transition:all .1s ease}.mec-single-event .mec-speakers-details ul li{list-style:none;background:#f7f7f7;padding:5px 5px 18px 5px;margin-top:14px}.mec-single-event .mec-speakers-details ul li a{-webkit-transition:.2s all ease;transition:.2s all ease}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img{float:left;border-radius:50%;transition:.2s all ease;border:2px solid transparent;width:68px;height:68px}.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img{border-color:#40d9f1}.mec-single-event .mec-speakers-details ul li .mec-speaker-name{display:inline-block;margin-top:6px;font-size:14px;text-transform:capitalize;font-weight:700;padding-left:8px}.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title{display:block;font-size:12px;margin-top:-1px;padding-left:75px}.mec-single-event-location img,.mec-single-event-organizer img{margin-bottom:10px;width:100%}.mec-qrcode-details{text-align:center}.mec-time-comment{font-size:11px}.mec-wrap .mec-attendees-list-details p{font-weight:300;margin:20px 0 0 0;color:#8d8d8d}.mec-wrap .mec-attendees-list-details li{list-style:none;display:block;margin-top:15px}.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar{display:inline-block}.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link{display:inline-block;vertical-align:top;margin-left:10px}.mec-attendees-list-details ul{margin-bottom:0}.mec-attendees-list-details .mec-attendee-profile-link a{color:#8d8d8d}.mec-attendees-list-details .mec-attendee-profile-link span{display:block;color:#000}.mec-calendar{margin-bottom:20px;border:1px solid #e8e8e8;width:100%;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-calendar .mec-calendar-topsec{display:table;background:#fff}.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec{display:none}.mec-calendar .mec-calendar-side{width:590px;display:table-cell;padding:40px;position:relative;text-align:center;box-shadow:0 1px 5px 6px rgba(0,0,0,.005) inset}.mec-calendar .mec-calendar-events-side{display:table-cell;height:100%;border-left:1px solid #efefef;padding:40px;width:100%}.mec-calendar .mec-calendar-events-side .mec-table-side-day{width:46px;height:46px;margin:0 auto 20px;position:relative;text-align:center;line-height:46px;border:1px solid #40d9f1;border-radius:50%;font-size:12px;font-weight:600;padding:0}.mec-calendar .mec-calendar-events-side .mec-table-side-title{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:14px}.mec-calendar .mec-calendar-header{position:relative;width:560px;margin-top:8px;margin-bottom:16px}.mec-calendar .mec-calendar-header h2{text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-calendar .mec-event-footer{width:auto;min-height:60px}.mec-calendar dl{display:table;margin:0;border:none;padding:0;table-layout:fixed}.mec-calendar dt{display:table-cell;transition:all .66s ease;color:#4d4d4d;background:#fff;border-radius:44px;font-size:14px;width:80px;height:80px;line-height:80px;text-align:center}.mec-calendar .mec-calendar-table .mec-no-event{display:none}.mec-calendar .mec-calendar-table-head dt{font-weight:700;text-transform:uppercase;font-size:15px}.mec-calendar .mec-calendar-row dt:hover{background:#f4f4f4}.mec-calendar .mec-table-nullday{color:#cacaca}.mec-calendar.mec-box-calendar .mec-table-nullday:last-child{border-right:1px solid #eaeaea}.mec-calendar .mec-next-month:hover,.mec-calendar .mec-prev-month:hover{background:#f4f4f4}.mec-calendar .mec-selected-day,.mec-calendar .mec-selected-day:hover{background:#40d9f1;color:#fff}.mec-calendar .mec-selected-day a{color:#fff}.mec-calendar .mec-has-event{position:relative}.mec-calendar .mec-calendar-row dt.mec-has-event:hover{background:#40d9f1}.mec-calendar .mec-has-event a{cursor:pointer;display:block;width:100%;height:100%;border-radius:50%;color:#4d4d4d;transition:all .25s ease;text-decoration:none;box-shadow:none}.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,.mec-calendar .mec-calendar-row dt.mec-has-event:hover a{color:#fff}.mec-calendar .mec-has-event:after{background-color:#40d9f1;border-radius:50%;display:block;content:'';width:8px;height:8px;bottom:14px;left:50%;margin:-4px 0 0 -4px;position:absolute;transition:all .25s ease}.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after{background-color:#fff}.mec-calendar .mec-has-event.mec-selected-day:after{display:none}.mec-calendar .mec-event-article{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease}.mec-calendar .mec-event-article:hover{background-color:#fafafa}.mec-calendar .mec-event-article .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-calendar .mec-event-article .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-calendar .mec-event-article .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-calendar .mec-event-article .mec-event-title a:hover{color:#40d9f1}.mec-calendar .mec-event-article .mec-event-image,.mec-calendar .mec-event-list-classic .mec-event-image img{width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-calendar .mec-event-article .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-calendar .mec-calendar-side .mec-next-month,.mec-calendar .mec-calendar-side .mec-previous-month{cursor:pointer;position:absolute;top:0;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;color:#a9a9a9;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding-left:10px;padding-right:10px;border:1px solid #efefef;border-top:none;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease}.mec-calendar .mec-calendar-side .mec-next-month i,.mec-calendar .mec-calendar-side .mec-previous-month i{font-size:12px;color:#40d9f1;cursor:pointer}.mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-calendar .mec-calendar-side .mec-previous-month:hover{background-color:#f9f9f9;color:#40d9f1}.mec-calendar .mec-calendar-side .mec-previous-month{left:0;border-bottom-right-radius:6px;border-left:none}.mec-calendar .mec-calendar-side .mec-next-month{right:0;border-bottom-left-radius:6px;border-right:none}@media only screen and (min-width:961px){.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side{width:370px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header{position:relative;width:350px;margin-top:30px;margin-bottom:20px;padding-top:20px}.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt{width:50px;height:50px;line-height:50px}.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt{height:110px}}@media only screen and (max-width:1200px){.mec-calendar .mec-has-event:after{width:6px;height:6px;bottom:6px}.mec-calendar .mec-calendar-side{width:370px}.mec-calendar .mec-calendar-header{position:relative;width:350px;margin-top:30px}.mec-calendar dt{width:50px;height:50px;line-height:50px}}@media only screen and (max-width:767px){.mec-calendar .mec-calendar-header h2{font-size:18px}.mec-calendar .mec-calendar-topsec{width:100%}.mec-calendar .mec-calendar-side{width:100%;display:block;padding:30px}.mec-calendar .mec-calendar-header{width:auto}.mec-calendar .mec-calendar-events-side{width:100%;display:block;height:100%;border-left:none;border-top:1px solid #efefef;padding:20px}.mec-calendar dl{width:100%}.mec-calendar dt{width:14%;height:60px;line-height:60px;border-radius:50px}}@media only screen and (max-width:479px){.mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-calendar .mec-calendar-header h2{font-size:16px;margin-top:33px}.mec-calendar dt{height:38px;line-height:38px}.mec-calendar .mec-event-list-classic .mec-event-detail,.mec-calendar .mec-event-list-classic .mec-event-title{font-size:12px}.mec-calendar .mec-event-list-classic .mec-event-time{font-size:10px}}.mec-box-calendar.mec-calendar .mec-has-event a,.mec-box-calendar.mec-calendar dt{border-radius:0}.mec-box-calendar.mec-calendar .mec-calendar-header{margin-top:2px;margin-bottom:30px}.mec-box-calendar.mec-calendar dt{border-bottom:1px solid #eaeaea;border-left:1px solid #eaeaea}.mec-box-calendar.mec-calendar dl dt:last-child{border-right:1px solid #eaeaea}.mec-box-calendar.mec-calendar .mec-calendar-table-head dt{border-top:1px solid #eaeaea;background-color:#f8f8f8}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{background-color:#f4f4f4}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{border-radius:2px;top:40px;border:1px solid #eee;height:30px;line-height:30px;z-index:1}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:60px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:60px}.mec-box-calendar.mec-calendar .mec-calendar-side{box-shadow:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side{border:none}.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day{border-radius:2px}.mec-box-calendar.mec-calendar h4.mec-month-label{position:relative;width:560px;margin-top:2px;margin-bottom:30px;text-transform:uppercase;font-size:22px;font-weight:700;color:#333}.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label{width:100%;margin-top:8px;font-size:13px}@media only screen and (max-width:1200px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:42px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:42px}.mec-calendar .mec-calendar-header h2{font-size:17px;margin-top:7px}}@media only screen and (max-width:767px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:28px;font-size:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:30px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:30px}.mec-calendar .mec-calendar-header h2{font-size:15px}}@media only screen and (max-width:479px){.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{top:16px;font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{left:10px}.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month{right:10px}.mec-box-calendar.mec-calendar .mec-calendar-header h2{font-size:12px;margin-top:15px}.mec-box-calendar.mec-calendar .mec-event-image{margin-right:12px}}.mec-calendar.mec-event-calendar-classic,.mec-calendar.mec-event-calendar-classic .mec-calendar-side{border:none;padding:0;width:100%;height:100%;box-shadow:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-side{display:block}.mec-calendar.mec-event-calendar-classic .mec-calendar-header,.mec-calendar.mec-event-calendar-classic dl{width:100%}.mec-calendar.mec-event-calendar-classic dl dt{width:auto;height:136px;line-height:1.2;text-align:left;padding:5px 7px;position:relative}.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{height:30px!important}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{top:0}.mec-calendar.mec-event-calendar-classic .mec-has-event:after{bottom:auto;top:24px;left:7px;margin:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month{left:0}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month{right:0}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{text-align:left;background:#fafafa;border:1px solid #eaeaea;border-top:none;padding:10px 20px}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{display:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover{background-color:#fcfcfc}.mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover{color:#40d9f1;font-weight:700;background:#fafafa;border-bottom:none}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{display:inline-block;margin:0;margin-bottom:15px;font-weight:700}.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day{margin-left:4px}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a{color:#4d4d4d}.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a{color:#fff}@media only screen and (max-width:1200px){.mec-calendar.mec-event-calendar-classic dl dt{height:100px}}@media only screen and (max-width:767px){.mec-calendar.mec-event-calendar-classic dl dt{height:40px}}@media only screen and (max-width:479px){.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec{padding:10px}.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2{font-size:13px;margin-top:8px}}.mec-calendar .mec-event-article.mec-single-event-novel{padding:4px 8px;min-height:25px;margin:0 -4px;border-radius:0}.mec-calendar .mec-event-article.mec-single-event-novel h4{margin:0;font-size:10px;line-height:18px}.mec-calendar.mec-event-container-novel dl dt{padding:3px}.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day{display:inline-block;padding:4px;margin-left:1px}.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day{color:#fff}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover{border-bottom:1px solid #eaeaea}.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table{min-height:auto}.mec-single-event-novel.light h4{color:#000!important}.mec-single-event-novel.dark h4{color:#fff!important}@media only screen and (max-width:768px){.mec-calendar .mec-event-article.mec-single-event-novel{padding:0;min-height:5px}.mec-calendar .mec-event-article.mec-single-event-novel h4{display:block;font-size:9px}}.mec-event-container-simple .event-single-content-simple{display:none}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:16px;margin:0}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px solid #e2e2e2;padding:14px 0;display:block}.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover{background:#f4f4f4}.mec-event-container-simple .mec-calendar-day .mec-monthly-tooltip.event-single-link-simple:last-of-type{border:none}.mec-tooltip-event-title{font-size:16px;font-weight:700;color:#000;margin-bottom:2px}.mec-tooltip-event-time{font-size:12px;color:#888;margin-bottom:8px;margin-top:5px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{padding:17px}.mec-tooltip-event-content{clear:both}.mec-tooltip-event-featured{float:left;margin-right:13px;margin-bottom:1px}.mec-tooltip-event-featured img{max-width:120px}.mec-tooltip-event-desc{font-size:14px;color:#444;line-height:18px}.mec-tooltip-event-desc p{font-size:13px;line-height:1.4;margin-bottom:10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border-radius:3px!important;border:1px solid #e2e3e4!important;background:#fff!important;box-shadow:0 -1px 30px -2px rgba(0,0,0,.15)!important}.tooltipster-sidetip .tooltipster-arrow{overflow:visible!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border-width:12px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#e2e3e4!important}.tooltipster-sidetip .tooltipster-arrow-border{left:-12px!important;z-index:9999999999!important}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:block!important}.tooltipster-sidetip .tooltipster-arrow-background{border-width:11px!important;z-index:99999999999!important}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:-9px!important;top:1px!important;border-right-color:#fff!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff!important;left:0!important;top:-1px!important}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{left:-1px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{left:-1px!important;top:-11px!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#e2e3e4!important}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:-9px!important;border-bottom-color:#fff!important}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff!important;left:-2px!important;top:0!important}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#e2e3e4!important;left:-1px!important;top:-1px!important}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month{text-align:center;background-color:#fff;border-bottom:2px solid #f4f4f4;position:relative}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{color:#444;font-size:18px;line-height:1.2;padding:15px 0 11px;margin:0;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-top{text-align:center;padding:10px 0;position:relative;background-color:#fafafa}.mec-calendar.mec-calendar-daily .mec-next-month,.mec-calendar.mec-calendar-daily .mec-previous-month{position:absolute;top:50%;left:50%;margin-top:-25px;min-width:50px;height:50px;line-height:50px;text-align:center;background:#fff;border:1px solid #e2e2e2;border-radius:50px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month i,.mec-calendar.mec-calendar-daily .mec-previous-month i{font-size:14px;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-calendar.mec-calendar-daily .mec-previous-month:hover{border-color:#d0d0d0;color:#444;box-shadow:0 2px 5px 0 rgba(0,0,0,.075)}.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-150px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:100px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month{min-height:28px;height:28px;line-height:28px;width:28px;margin-top:-14px;border-radius:3px}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3{margin-top:9px;color:#b9b9b9;font-family:Roboto,sans-serif;font-size:30px;font-weight:100;text-transform:uppercase;margin-bottom:12px;line-height:1}.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2{font-size:81px;color:#444;margin-bottom:10px;line-height:1.1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table{overflow:hidden;background:#fff;min-height:60px;border-top:1px solid #e6e6e6;border-bottom:2px solid #f3f3f3;padding:0 50px;position:relative}@media only screen and (min-width:479px){.mec-calendar.mec-calendar-daily .mec-calendar-d-table{padding:0 55px}}.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl{width:1310px;display:block}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{display:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active{display:block}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt{display:block;background:#fff;width:42px;height:60px;line-height:60px;text-align:center;float:left;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-radius:0}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover{background:#fafafa;box-shadow:0 2px 5px 0 rgba(0,0,0,.065) inset;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day{cursor:default;background:#fff;color:#c1c1c1;line-height:59px;text-align:center;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event{cursor:pointer;font-weight:700;color:#4a4a4a}.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current{font-size:18px;font-weight:700;background:#fafafa;color:#40d9f1}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev{float:none;font-size:14px;width:55px;position:absolute;top:0;left:0;cursor:pointer}.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next{left:auto;right:0;border-left:1px solid #e6e6e6;border-right:none}.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count{font-size:12px;color:#888;text-align:center}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}}.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4{font-size:14px;letter-spacing:0}.widget .mec-calendar.mec-calendar-daily .mec-previous-month{margin-left:-130px}.widget .mec-calendar.mec-calendar-daily .mec-next-month{margin-left:80px}.mec-util-hidden{display:none}.mec-daily-view-date-events,.mec-weekly-view-date-events{list-style:none;margin:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table{padding:0}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl{width:calc(100% - 1px)}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt{width:14.286%;height:70px;line-height:normal;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover{background:#fff;cursor:default}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child{border-right:none}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:12px;font-weight:700;text-transform:uppercase;display:block;margin:15px 0 6px}.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev{display:none}ul.mec-weekly-view-dates-events,ul.mec-weekly-view-dates-events li{padding:0;margin:0;line-height:initial}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month{margin-left:0;left:12px}.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month{margin-left:0;left:auto;right:12px}@media only screen and (max-width:479px){.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}}.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span{font-size:9px;letter-spacing:0}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date{width:100%;height:36px;margin-bottom:12px;line-height:1;font-size:10px;margin-right:5px;text-align:left}.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span{font-size:18px;margin-bottom:5px}.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found{list-style:none!important}li.mec-no-event-found .mec-event-title{text-align:center}.mec-widget .mec-calendar{max-width:100%}.mec-widget .mec-calendar dl dt,.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt{height:40px}.mec-widget .mec-calendar .mec-calendar-events-sec{padding:10px}.mec-widget .mec-calendar .mec-calendar-header h2{font-size:13px;margin-top:8px}.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image{margin-right:12px}.mec-widget .mec-calendar .mec-has-event:after{width:4px;height:4px}.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title{font-size:14px}.mec-widget .mec-calendar .mec-event-article .mec-event-image{margin-right:11px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header{margin-bottom:20px}.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month{font-size:0;padding:4px 0;text-align:center;min-width:33px}.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-widget .mec-event-list-classic{margin-bottom:8px;padding:8px 0}.mec-widget .mec-event-list-classic .mec-event-article{margin-bottom:0;padding:10px 0;position:relative;min-height:86px;padding-left:80px}.mec-widget .mec-event-list-classic .mec-event-date{font-size:10px;line-height:14px;text-transform:uppercase}.mec-widget .mec-event-list-classic .mec-event-title{font-size:13px}.mec-widget .mec-event-list-classic .mec-event-detail{font-size:11px}.mec-widget .mec-event-list-classic .mec-event-image{width:68px;position:absolute;left:0}.mec-event-list-classic .mec-event-image img{width:100%}.mec-widget .mec-event-list-classic .mec-event-detail{overflow:visible}.event-color{width:14px;display:inline-block;height:14px;margin-left:5px;border-radius:50%}.mec-map-lightbox-wp{width:580px;padding:15px 15px 0;background-color:#fff}.mec-map-view-event-detail.mec-event-detail{width:580px;background-color:#e9e9e9;padding:8px 15px}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article{padding:0 0 15px;margin:0}.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image{width:70px;margin-right:15px}.mec-marker-infowindow-wp{padding:10px}.mec-marker-infowindow-wp .mec-marker-infowindow-count{width:60px;height:60px;display:block;text-align:center;line-height:60px;border:1px solid #40d9f1;border-radius:50%;font-size:32px;color:#40d9f1;float:left;margin-right:11px}.mec-marker-infowindow-wp .mec-marker-infowindow-content{overflow:hidden;padding-top:6px}.mec-marker-infowindow-wp .mec-marker-infowindow-content span{display:block;color:#222}.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child{font-size:15px;font-weight:700}.mec-marker-wrap{display:inline-block;width:35px;height:35px;margin:15px 0 0 4px;border-radius:50% 50% 50% 0;background:#00cae9;animation-name:mec-map-bounce;animation-fill-mode:both;animation-duration:1s;border:3px solid #fff;cursor:pointer}.mec-marker-wrap .mec-marker{margin-top:5px;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center;color:#fff;font-size:17px}.mec-marker-wrap .mec-marker-pulse-wrap{-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block;margin-left:-11px;margin-top:0}.mec-marker-wrap .mec-marker-pulse{display:inline-block;background:#c5c5c5;border-radius:50%;height:14px;width:14px;-webkit-transform:rotateX(55deg);transform:rotateX(55deg);z-index:-2}.mec-marker-wrap .mec-marker-pulse:after{content:"";border-radius:50%;height:40px;width:40px;position:absolute;margin:-13px 0 0 -13px;animation:pulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #00cae9;animation-delay:1.1s}@keyframes pulsate{0%{transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2,1.2);opacity:0}}@keyframes mec-map-bounce{0%{opacity:0;transform:translateY(-2000px) rotate(-45deg)}60%{opacity:1;transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}100%{transform:translateY(0) rotate(-45deg)}}.mec-single-event{margin-top:10px}.mec-single-event .mec-events-meta-group-countdown{color:#c9c9c9;text-align:center;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-events-meta-group-countdown .countdown-w{text-align:center;font-size:36px;margin:0 auto;padding:40px 0 0;position:relative;display:table;table-layout:fixed}.mec-events-meta-group-countdown .countdown-w .icon-w{font-size:24px}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:15px;font-weight:300;letter-spacing:1px;text-transform:uppercase;position:relative}.mec-events-meta-group-countdown .countdown-w .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px;width:190px;font-size:72px;transition:all .3s ease-in-out;line-height:1.2}.mec-events-meta-group-countdown .countdown-w .block-w.done-w{border:0 none}.mec-events-meta-group-countdown .countdown-w span{padding:24px 0 20px}.mec-events-meta-group-countdown .countdown-w .div-d{display:none}.mec-events-meta-group-countdown .countdown-w .countdown-message{display:none}.mec-events-meta-group-countdown .countdown-w .block-w i{display:none}#countdown{list-style:none;margin-bottom:0;margin-top:0;margin-left:0;padding-left:0}.mec-events-meta-group-countdown .mec-end-counts h3{display:inherit;text-align:center;font-size:16px;right:50%}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:23px}@media (min-width:481px) and (max-width:768px){.mec-events-meta-group-countdown .countdown-w{padding:0}.mec-events-meta-group-countdown .countdown-w .label-w{font-size:12px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:34px}}@media (min-width:320px) and (max-width:480px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:10px}.mec-events-meta-group-countdown .countdown-w span{font-size:28px}.mec-countdown-details .countdown-w .clockdiv li p{margin-top:16px}}@media (max-width:320px){.mec-events-meta-group-countdown .countdown-w .label-w{font-size:9px;letter-spacing:0}.mec-events-meta-group-countdown .countdown-w span{font-size:22px}}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px;font-size:13px}.info-msg{color:#059;background-color:#bef}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-list ul{list-style:none}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{border-bottom:1px solid #eee;padding:14px 0;line-height:normal}.mec-fes-list ul li a{box-shadow:none;color:#181818}.mec-fes-list ul li a:hover{color:#40d9f1}.mec-fes-list ul li .mec-event-title{font-weight:600;font-size:15px}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:4px 8px;border:1px solid #e7e7e7;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f0b7b8;border-color:#cc4d4f}.mec-fes-list-top-actions a{font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;border:1px solid #e3e3e3;background:#f5f5f5}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:0;color:#fff!important;display:inline-block;font-size:12px;letter-spacing:2px;line-height:1;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:17px 21px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:20px;clear:both}.mec-fes-form label{padding-right:10px;font-size:13px;display:block}.mec-fes-form input[type=email],.mec-fes-form input[type=number],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form select,.mec-fes-form textarea{border-radius:0;min-width:inherit;width:auto;display:inline;background:#fcfcfc;min-height:30px;font-size:13px;border:1px solid #e0e0e0;padding:10px;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{width:100%;height:auto;color:#000;font-size:36px;font-family:Montserrat,Helvetica,Arial,sans-serif;background:0 0!important;font-weight:400}.mec-fes-form input[type=checkbox],.mec-fes-form input[type=radio]{display:inline!important;float:left;margin:5px 5px 0 0}.mec-fes-form input[type=email]:focus,.mec-fes-form input[type=number]:focus,.mec-fes-form input[type=password]:focus,.mec-fes-form input[type=tel]:focus,.mec-fes-form input[type=text]:focus,.mec-fes-form select:focus,.mec-fes-form textarea:focus{border:1px solid #aaa;color:#444;background:#fff;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);outline:0}.mec-form-row .mec-color{cursor:pointer}.mec-form-row.mec-available-color-row span{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-form-row.mec-available-color-row span:first-of-type{margin-left:0}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt,.mec-fes-form .mec-fes-form-sdbr{width:68%;float:left;padding-right:20px}.mec-fes-form .mec-fes-form-sdbr{width:32%;padding-right:0;padding-left:20px}.mec-fes-submit-mobile{display:none}}.mec-fes-form .mec-meta-box-fields{padding:20px;border:1px solid #e6e6e6;margin-bottom:20px;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-fes-form .mec-meta-box-fields h4{margin:-20px;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:10px 20px;background:#f5f5f5;margin-bottom:20px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{background-color:#fdd700;border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #437df9}.mec-fes-loading:before{content:url(../img/ajax-loader.gif);background:0 0;border-style:none;display:block;margin-left:47%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:23%;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:1px solid #e8e8e8;padding-bottom:15px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row:last-of-type{border:none}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1{width:10%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6{width:39%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button{margin-right:0;padding:9px 26px}@media only screen and (max-width:768px){.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text]{width:100%!important}}.mec-wrap .mec-totalcal-box{position:relative;border:1px solid #efefef;padding:20px 5px;margin:0 0 20px;background:#fafafa;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012);min-height:78px}.mec-wrap .mec-totalcal-box i{float:left;margin:0;width:36px;height:36px;background:#fff;border:1px solid #efefef;text-align:center;padding:10px 0;font-size:15px;color:#888}.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-wrap .mec-totalcal-box input,.mec-wrap .mec-totalcal-box select{width:auto;min-height:36px;height:36px;line-height:36px;background:#fff;font-size:13px;color:#777;border:1px solid #efefef;margin:0 0 0 -1px;float:left;padding:0 5px;font-family:Roboto,Helvetica,Arial,sans-serif}.mec-wrap .mec-totalcal-box input[type=submit]{cursor:pointer;padding:0 16px;text-transform:uppercase;font-size:11px;font-family:Montserrat,Helvetica,Arial,sans-serif;transition:all .21s ease}.mec-wrap .mec-totalcal-box input[type=submit]:hover{background:#222;color:#fff}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{display:inline-block;text-transform:uppercase;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:11px;padding:0 12px;cursor:pointer}.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover{color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected{color:#fff;background:#40d9f1;border-color:#40d9f1}.mec-wrap .mec-totalcal-box .mec-totalcal-view{text-align:right;float:right}.mec-wrap .mec-totalcal-box input[type=search]{width:calc(100% - 36px)}@media only screen and (min-width:961px) and (max-width:1200px){.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-3,.mec-wrap .mec-totalcal-box .col-md-4,.mec-wrap .mec-totalcal-box .col-md-5{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;right:10px;top:20px;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-wrap .mec-totalcal-box{padding:37px 5px}}@media only screen and (max-width:767px){.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}.mec-wrap .mec-totalcal-box .col-md-4{padding-bottom:0}}@media only screen and (max-width:479px){.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 8px;font-size:10px}.mec-wrap .mec-totalcal-box input[type=submit]{padding:0 10px;font-size:10px}}@media only screen and (min-width:961px){.mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3{width:100%;float:none;padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{position:absolute;right:10px;top:20px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{padding-bottom:0;width:100%}}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;min-height:55px;width:100%}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{padding:0 10px;float:left;min-height:55px}.mec-search-form .mec-date-search,.mec-search-form .mec-text-input-search{width:50%;min-height:36px;display:block}.mec-widget .mec-search-form .mec-date-search,.mec-widget .mec-search-form .mec-text-input-search{width:100%}.mec-widget .mec-search-form .mec-text-input-search{margin-top:10px}.mec-search-form .mec-date-search{clear:left}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:table-cell;float:none}.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block}.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{width:calc(100% - 36px)}.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 106px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}@media only screen and (max-width:767px){.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search{width:100%;float:none}.mec-search-form .mec-date-search{min-height:55px}.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:50%;float:left}}@media only screen and (max-width:960px){.mec-wrap .mec-search-form .mec-date-search select{width:calc(100% - 124px)}.mec-wrap .mec-search-form .mec-date-search select:last-child{width:70px}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}.ui-datepicker{background-color:#fff;border:1px solid #66afe9;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.6);display:none;margin-top:4px;padding:10px;width:240px}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none;cursor:pointer}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2c6396;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:default;font-family:dashicons;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;height:20px;line-height:1.4;margin-top:2px;width:20px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-next{float:right;text-align:center}.ui-datepicker .ui-datepicker-prev:before{content:"\f341"}.ui-datepicker .ui-datepicker-next:before{content:"\f345"}.ui-datepicker .ui-icon{display:none}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{text-align:center;padding:4px 0}.ui-datepicker .ui-datepicker-calendar td{border-radius:4px;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out,color .1s ease-in-out;-o-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{background-color:#eee;cursor:pointer}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-current-day{background-color:#4289cc}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.event-carousel-type1-head .mec-event-image{position:relative;min-height:150px}.event-carousel-type1-head .mec-event-image img{width:100%}.mec-event-carousel-content .mec-event-carousel-title a{transition:all .2s ease}.event-carousel-type1-head .mec-event-date-carousel{position:absolute;top:25px;left:1px;font-size:41px;width:160px;color:#fff;font-weight:500;background-color:#40d9f1;padding-left:21px;height:97px;line-height:2.3;padding-right:85px}.event-carousel-type1-head .mec-event-date-carousel:after{content:"";position:absolute;display:inline-block;z-index:-1;bottom:-13px;left:5px;width:0;border-width:13px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.event-carousel-type1-head .mec-event-date-info{font-size:12px;font-weight:300;position:absolute;top:27px;left:75px}.event-carousel-type1-head .mec-event-date-info-year{font-size:12px;font-weight:300;position:absolute;top:45px;left:75px}.mec-event-carousel-content{border:1px solid #e8e8e8;border-top:none;margin-top:-5px;padding:34px 9px 11px 37px}.mec-event-carousel-content .mec-event-carousel-title a{font-size:23px;font-weight:500;color:#000;letter-spacing:-1px}.mec-event-carousel-content p{font-size:14px;color:#7a7272;font-weight:300}.mec-owl-crousel-skin-type1 .owl-item .mec-event-article{padding:0 19px}.mec-event-carousel-type1 .owl-page.active span{background-color:#00aeef;height:14px;width:14px}.mec-event-carousel-type1 .mec-event-carousel-content{margin-bottom:15px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .27s ease}.mec-event-carousel-type1 .mec-event-carousel-content:hover{box-shadow:0 0 35px rgba(0,0,0,.07)}@media only screen and (min-width:768px) and (max-width:1000px),(min-width:270px) and (max-width:448px){.event-carousel-type1-head .mec-event-date-carousel{font-size:25px;line-height:2.5;padding-right:70px;height:64px;width:120px}.event-carousel-type1-head .mec-event-date-carousel:after{left:7px}.event-carousel-type1-head .mec-event-date-info{font-size:10px;top:13px;left:55px}.event-carousel-type1-head .mec-event-date-info-year{font-size:10px;top:25px;left:55px}.event-carousel-type1-head .mec-event-date-carousel:after{top:48px}}.event-carousel-type2-head{background:#fff;border:1px solid #e6e6e6}.event-carousel-type2-head .mec-event-carousel-content-type2{margin-top:15px;min-height:182px}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info{font-size:15px;color:#9a9a9a;font-weight:300}.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-carousel-content-type2 .mec-event-carousel-title a{color:inherit}.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p{font-size:16px;font-weight:300;color:#444}.event-carousel-type2-head .mec-event-footer-carousel-type2{margin-top:33px;position:relative}.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap{left:0}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li{border:none;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button{border:1px solid #e4e4e4;float:right;padding:7px 23px 7px;font-size:12px;text-transform:uppercase;color:#707070;font-weight:500;-webkit-transition:all .25s ease;transition:all .25s ease}.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover{color:#fff}.mec-event-article .event-carousel-type2-head{padding:10%;margin-right:-1px}.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer{border-right:1px solid #e6e6e6}.mec-wrap .mec-event-carousel-type2 .owl-next,.mec-wrap .mec-event-carousel-type2 .owl-prev,.mec-wrap .mec-event-carousel-type3 .owl-next,.mec-wrap .mec-event-carousel-type3 .owl-prev,.mec-wrap .mec-event-carousel-type4 .owl-next,.mec-wrap .mec-event-carousel-type4 .owl-prev{transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:47%;background-color:transparent!important}.mec-event-carousel-type2 .owl-next{right:-60px}.mec-event-carousel-type2 .owl-prev{left:-60px}.mec-event-carousel-type2 .owl-next i,.mec-event-carousel-type2 .owl-prev i,.mec-event-carousel-type3 .owl-next i,.mec-event-carousel-type3 .owl-prev i,.mec-event-carousel-type4 .owl-next i,.mec-event-carousel-type4 .owl-prev i{font-size:40px;color:#282828}.mec-event-carousel-type2 .owl-next i:hover,.mec-event-carousel-type2 .owl-prev i:hover,.mec-event-carousel-type3 .owl-next i:hover,.mec-event-carousel-type3 .owl-prev i:hover{color:#000;cursor:pointer}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}@media only screen and (min-width:320px) and (max-width:768px){.mec-event-carousel-type2 .owl-next,.mec-event-carousel-type2 .owl-prev,.mec-event-carousel-type3 .owl-next,.mec-event-carousel-type3 .owl-prev,.mec-event-carousel-type4 .owl-next,.mec-event-carousel-type4 .owl-prev{position:initial;top:100%}}.mec-event-carousel-type3 .mec-event-article{margin:0 10px}.event-carousel-type3-head .mec-event-image,.event-carousel-type3-head .mec-event-image img{width:100%;height:auto}.event-carousel-type3-head .mec-event-footer-carousel-type3{background:#fff;display:inline-block;width:calc(100% - 40px);margin-top:-74px;position:relative;margin-left:20px;margin-right:20px;margin-bottom:6px;padding:8% 11%;box-shadow:0 2px 10px -2px rgba(0,0,0,.2)}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button{border:1px solid #e4e4e4;text-transform:uppercase;float:right;padding:7px 23px 7px;font-size:12px;color:#707070;font-weight:500}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover{color:#fff}.mec-event-footer-carousel-type3 span{font-size:15px;color:#9a9a9a;font-weight:300;display:block;margin-top:30px}.mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:29px;font-weight:700}.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title{font-size:26px;font-weight:700;color:#1c1d21;margin-top:15px;letter-spacing:-1px}.mec-event-footer-carousel-type3 .mec-event-carousel-title a{color:inherit}.event-carousel-type3-head .mec-event-footer-carousel-type3 p{font-size:16px;font-weight:300;color:#444!important;margin-bottom:36px}.mec-event-carousel-type3 .owl-next{right:-70px}.mec-event-carousel-type3 .owl-prev{left:-70px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap{left:11%}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing{top:auto;bottom:60px}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before{top:auto;bottom:-19px;border-color:#e2e2e2 transparent transparent transparent}.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after{bottom:-18px;border-color:#fff transparent transparent transparent}.event-carousel-type3-head .mec-end-date-label{display:inline;margin-left:2px}.event-carousel-type4-head.clearfix{position:relative;overflow:hidden;background:#fff}.event-carousel-type4-head .mec-event-overlay{position:absolute;left:0;right:0;bottom:0;top:0;width:auto;height:auto;background-color:rgba(36,36,36,.4);transition:all .33s ease-in-out}.mec-event-hover-carousel-type4{font-size:15px;color:#fff;position:absolute;bottom:0;padding:50px 35px;transition:all .33s ease-in-out;opacity:0;visibility:hidden}.mec-event-carousel-type4 .mec-event-article{margin:0 10px}.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4{opacity:1;visibility:visible}.mec-event-hover-carousel-type4 .mec-event-icon{font-size:18px;float:left;margin-right:14px;color:#fff;padding:13px}.mec-event-hover-carousel-type4 .mec-event-date{font-size:11px;text-transform:uppercase;font-weight:400;line-height:1.6}.mec-event-hover-carousel-type4 .mec-event-date span{display:block;font-weight:700;font-size:14px}.mec-event-hover-carousel-type4 .mec-event-title{color:#fff;margin:20px 0 38px;font-size:16px;font-weight:700;text-transform:uppercase;font-style:normal}.mec-event-hover-carousel-type4 .mec-btn-wrapper{text-align:left}.mec-event-hover-carousel-type4 .mec-event-button{color:#fff;background-color:#191919;border:2px #191919 solid;padding:10px 14px;letter-spacing:1.5px;font-size:11px;font-weight:700;font-style:normal;transition:all .22s ease;text-decoration:none}.mec-event-hover-carousel-type4 .mec-event-button:hover{color:#191919;background-color:#fff;border-color:#fff;border-radius:1px}.mec-event-carousel-type4 .owl-next{right:-70px}.mec-event-carousel-type4 .owl-prev{left:-70px}.mec-carousel-type4-head{margin-bottom:25px}.mec-carousel-type4-head-title{padding:0 11px;text-align:left;font-weight:700;font-size:20px;color:#000}.mec-carousel-type4-head-link{text-align:right;padding:0 11px}.mec-carousel-type4-head-link a{background:#222;color:#fff;padding:10px 38px;transition:all .3s ease}.mec-carousel-type4-head-link a:hover,.mec-carousel-type4-head-link a:visited{color:#fff}@media (max-width:960px){.mec-event-carousel-type4 .owl-stage{left:-50px}}.mec-wrap .mec-event-countdown-style1{color:#fff;padding:0!important;display:table;background:#437df9}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1{z-index:5;padding:50px 1% 50px 4%;display:table-cell;float:none;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2{background-color:rgba(0,0,0,.05);height:100%;padding-top:0;display:table-cell;float:none;position:relative;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{background-color:#f8f8f8;display:table-cell;float:none;text-align:center;vertical-align:middle}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style1 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{content:"";position:absolute;display:inline-block;z-index:1;top:50%;margin-top:-11px;right:-24px;width:0;border-width:12px;border-style:solid;border-color:transparent transparent transparent #4077ed}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style1 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto}.mec-event-countdown-style1 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style1 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (min-width:1200px){.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:960px){.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3{width:100%;display:block;padding-top:50px;padding-bottom:50px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color:#4077ed transparent transparent transparent;top:auto;margin-top:0;bottom:-24px;margin-left:-11px;left:50%}}@media (max-width:480px){.mec-event-countdown-style1 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li{padding:10px 5px;min-width:50px;margin:3px 1px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w{font-size:8px}.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place{display:inline}}.mec-wrap .mec-event-countdown-style2{color:#fff;padding:30px 0;background:#437df9;max-width:600px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3{width:100%;float:none;vertical-align:middle;padding:50px 10% 50px 10%}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2{padding-top:12%;padding-bottom:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title{color:#fff;font-size:15px;margin-top:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming{font-size:36px;font-weight:700;line-height:1;margin-top:0}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style2 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span{display:block}.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place{text-align:left;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 8px}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#222;background:#fff;transition:all .24s ease}.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover{background:#222;color:#fff}.mec-event-countdown-style2 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0}.mec-event-countdown-style2 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style2 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{background-color:rgba(0,0,0,.1);margin:5px;padding:20px 0;min-width:94px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:12px;color:#fff;margin:8px 0 0;line-height:1}@media only screen and (max-width:767px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:80px;padding:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:26px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:11px}}@media only screen and (max-width:479px){.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{min-width:40px;padding:15px 10px;margin:2px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:20px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:9px}}@media (max-width:380px){.mec-event-countdown-style2 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li{padding:10px 4px;margin:4px 1px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w{font-size:7px}}.mec-wrap .mec-event-countdown-style3{color:#fff;padding:0;background:#282828;display:table;width:100%}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1{width:68%;padding:50px 1% 50px 4%;vertical-align:middle;display:table-cell;position:relative}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:32%;display:table-cell;position:relative;padding-bottom:0;padding-top:0}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 img{width:100%;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{font-weight:300;display:block}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{color:#fff;font-size:36px;letter-spacing:-2px;font-weight:700;line-height:1;margin-top:-10px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div{display:inline-block}.mec-event-countdown-style3 .mec-events-meta-group-countdown{color:#c9c9c9;margin-bottom:30px;padding:20px 30px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.016)}.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place{text-align:center;padding-bottom:8px}.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date{display:inline;font-size:14px;padding:0 5px;text-align:center}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button{display:inline-block;padding:14px 30px;vertical-align:middle;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff;background:#4077ed;transition:all .24s ease}.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover{background:#222}.mec-event-countdown-style3 .mec-event-countdown{text-align:center;display:table;table-layout:fixed;margin:0 auto;position:absolute;top:40px;right:20px}.mec-event-countdown-style3 .mec-event-countdown .label-w{letter-spacing:1px;text-transform:uppercase;position:relative}.mec-event-countdown-style3 .mec-event-countdown .block-w{display:table-cell;margin:0 20px 10px;position:relative;height:70px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:30px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:11px;color:#888;margin:8px 0 0;line-height:1}.mec-event-countdown-style3 .mec-event-date{width:176px;height:96px;background:#40d9f1;color:#fff;font-size:13px;position:absolute;left:-27px;top:146px}.mec-event-countdown-style3 .mec-event-date:after{content:"";position:absolute;display:inline-block;z-index:1;bottom:-18px;left:8px;width:0;border-width:19px;border-style:solid;border-color:transparent transparent #40d9f1 transparent;transform:rotate(45deg)}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:50px;position:absolute;top:36px;left:12px;letter-spacing:-3px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:80px;top:26px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:80px;top:45px}.mec-event-countdown-style3 .mec-event-countdown-part-details{padding-top:35px;margin-bottom:50px;min-height:100px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title{font-size:17px;color:#fff;line-height:1.4;padding-right:20px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link{color:#fff;font-size:12px;position:relative;padding-left:22px}.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before{content:"";display:inline-block;width:18px;border-top:1px solid #fff;position:absolute;left:0;top:8px}.mec-event-countdown-style3 .mec-event-title-link{position:absolute;left:190px;top:152px}.event-carousel-type1-head .mec-event-date-carousel:before,.mec-event-countdown-style3 .mec-event-date:before{content:'';position:absolute;left:0;bottom:0;z-index:2;width:100%;height:96px;background:0 0;display:inline-block;box-shadow:0 5px 5px rgba(0,0,0,.12)}@media only screen and (min-width:960px){.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li{padding:10px}.mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:31px}}@media (max-width:959px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2{width:100%;display:block}.mec-event-countdown-style3 .mec-event-title-link{top:190px}.mec-event-countdown-style3 .mec-event-countdown{top:96px}.mec-event-countdown-style3 .mec-event-date{left:0;top:190px}.mec-event-countdown-style3 .mec-event-date:after{display:none}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span{display:inline}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:150px}}@media (max-width:767px){.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming{font-size:26px;letter-spacing:-1px}.mec-event-countdown-style3 .mec-event-title-link{left:130px}.mec-event-countdown-style3 .mec-event-date{width:120px;font-size:10px;height:63px}.mec-event-countdown-style3 .mec-event-date .mec-date1{font-size:36px;top:20px;left:4px;letter-spacing:-2px}.mec-event-countdown-style3 .mec-event-date .mec-date2{position:absolute;left:52px;top:12px}.mec-event-countdown-style3 .mec-event-date .mec-date3{position:absolute;left:52px;top:28px}}@media (max-width:380px){.mec-event-countdown-style3 .mec-event-title-link{left:10px;top:260px}.mec-event-countdown-style3 .mec-event-countdown-part-details{min-height:300px}.mec-event-countdown-style3 .mec-event-countdown .block-w{margin:3px;height:auto}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li{padding:10px 5px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span{font-size:15px}.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w{font-size:8px}}.mec-slider-t1-wrap{width:100%;padding:60px 90px;background:#f7f7f7;min-height:560px;position:relative}.mec-slider-t1{height:500px;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t1 .mec-event-article{position:relative;height:500px}.mec-slider-t1 .mec-slider-t1-img{position:relative;background-size:cover!important;background-position:center!important;width:50%;height:100%;float:right;margin:0;overflow:hidden}.mec-slider-t1 .mec-slider-t1-content{width:50%;float:left;height:100%;background:#fff;padding:6%}.mec-slider-t1-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:54px;height:54px;line-height:48px;border-radius:0;text-align:center;background:#fff;box-shadow:0 2px 11px 0 rgba(0,0,0,.045);transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-27px;cursor:pointer}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 29px 0 rgba(0,0,0,.095)}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:-100px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:12px;color:#282828;transition:all .21s ease}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{font-size:13px;color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t1{margin:0 auto;max-width:900px}}@media only screen and (max-width:960px){.mec-slider-t1 .mec-slider-t1-content,.mec-slider-t1 .mec-slider-t1-img{width:100%;float:none}.mec-slider-t1 .mec-slider-t1-img{height:300px}.mec-slider-t1,.mec-slider-t1 .mec-event-article{height:auto}}@media only screen and (max-width:768px){.mec-slider-t1-wrap{padding:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next{left:auto;right:10px}.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}}@media only screen and (max-width:479px){.mec-slider-t1-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t2-wrap{width:100%;padding:0;background:#fff;min-height:600px;position:relative}.mec-slider-t2 .mec-event-article{height:600px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t2 .mec-slider-t2-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:70%;height:100%;margin:0;overflow:hidden}.mec-slider-t2 .mec-slider-t2-content{width:50%;position:absolute;right:0;top:60px;bottom:60px;padding:5%}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern *{color:#fff}.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:84px;cursor:pointer}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color{color:#fff}@media only screen and (min-width:961px){.mec-slider-t2{margin:0 auto;max-width:1200px}}@media only screen and (max-width:960px){.mec-slider-t2 .mec-slider-t2-content,.mec-slider-t2 .mec-slider-t2-img{width:100%;float:none;position:static}.mec-slider-t2 .mec-slider-t2-img{height:300px}.mec-slider-t2 .mec-event-article{height:auto}.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px}}@media only screen and (max-width:479px){.mec-slider-t2-content.mec-event-grid-modern .mec-event-title{font-size:22px}}.mec-slider-t3-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t3 .mec-event-article{height:700px;position:relative;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t3 .mec-slider-t3-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;opacity:.68;z-index:1}.mec-slider-t3 .mec-slider-t3-content{width:50%;height:auto;vertical-align:middle;display:table;position:absolute;left:0;top:0;bottom:0;padding:0 2% 0 7%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover{border-color:#40d9f1}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:38px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:50%;margin-top:-22px;cursor:pointer}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next{right:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{right:auto;left:10px}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (min-width:961px){.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:50px;font-weight:300}.mec-slider-t3-content.mec-event-grid-modern .mec-event-description{font-size:19px}}@media only screen and (max-width:767px){.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev{top:40px;margin-top:0}}@media only screen and (max-width:479px){.mec-slider-t3 .mec-slider-t3-content{width:100%}.mec-slider-t3-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t4-wrap{width:100%;padding:0;background:#161616;min-height:700px;position:relative}.mec-slider-t4 .mec-event-article{height:700px;border:none;padding:0;margin:0;box-shadow:none;background:0 0}.mec-slider-t4 .mec-slider-t4-img{position:absolute;left:0;top:0;background-size:cover!important;background-position:center!important;width:100%;height:100%;margin:0;overflow:hidden;z-index:1}.mec-slider-t4 .mec-slider-t4-content{width:auto;max-width:700px;background:rgba(37,37,37,.94)!important;height:auto;vertical-align:middle;display:table;position:absolute;left:8%;top:19%;padding:3%;margin:auto 0;background:0 0;z-index:2}.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color){color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{background:0 0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:13px;padding:0 42px;line-height:49px;height:50px}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#40d9f1}.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer{text-align:left;padding:15px 15px 10px}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button{display:inline-block;border:1px solid;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:13px;padding:0 42px;line-height:49px;height:50px;transition:all .21s ease}.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover{background:#fff;color:#000;border-color:#fff}.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover{color:#111}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next{right:60px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev{right:112px}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:767px){.mec-slider-t4 .mec-slider-t4-content{width:100%;left:0;top:auto;bottom:0}.mec-slider-t4-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day{font-size:25px}}.mec-slider-t5-wrap{width:auto;max-width:570px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-slider-t5{height:auto;box-shadow:0 5px 35px 0 rgba(0,0,0,.13)}.mec-slider-t5 .mec-event-article{position:relative;height:auto}.mec-slider-t5 .mec-slider-t5-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:300px;float:none;margin:0;overflow:hidden}.mec-slider-t5 .mec-slider-t5-content{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-slider-t5 .mec-events-content p{margin-bottom:20px}.mec-slider-t5-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-slider-t5 .mec-slider-t5-col6{width:50%;float:left;height:100%}.mec-slider-t5 .mec-slider-t5-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-slider-t5 .mec-slider-t5-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-slider-t5 .mec-slider-t5-col6 address{font-size:12px;margin-bottom:0}.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{opacity:1;width:44px;height:44px;line-height:40px;border-radius:0;text-align:center;background:0 0;border:1px solid #fff;transition:all .25s ease;-webkit-transition:all .25s ease;position:absolute;top:34px;cursor:pointer}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.075);background:#fff}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next{right:30px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev{right:82px}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i{font-size:14px;color:#fff;opacity:1;transition:all .25s ease}.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i{color:#000;cursor:pointer}@media only screen and (max-width:768px){.mec-slider-t5 .mec-slider-t5-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-slider-t5-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-single-modern .mec-events-event-image{text-align:center}.mec-single-modern .mec-events-event-image img{width:100%}.mec-single-modern .mec-single-event-bar{background-color:#f7f7f7;margin:20px 0 0;padding:15px;display:table;width:100%}.mec-single-modern .mec-single-event-bar>div{display:table-cell}.mec-single-modern .mec-single-event-bar>div i{font-size:20px;vertical-align:middle}.mec-single-modern .mec-single-event-bar>div .mec-time-comment{font-size:12px;color:#999}.mec-single-modern .mec-single-event-bar>div h3{text-transform:uppercase;font-size:16px;font-weight:700;padding-bottom:5px;display:inline;color:#000;padding-left:10px}.mec-single-modern .mec-single-event-bar>div dd{font-size:14px;color:#8d8d8d;padding-left:34px;margin-bottom:0}.mec-single-modern .col-md-4 .mec-frontbox{margin-top:-50px;margin-bottom:70px;padding:20px;border:none;background:#f7f7f7;box-shadow:none}.mec-next-occurrence li{list-style:none}@media only screen and (min-width:960px){.mec-single-modern .col-md-4 .mec-frontbox{margin-left:20px}}@media only screen and (max-width:960px){.mec-single-modern .mec-single-event-bar>div{display:block}}.lity-content>div{overflow:auto}.mec-next-event-details li{list-style:none;margin-top:20px}.mec-next-event-details h6{text-transform:uppercase;font-size:13px;padding-bottom:5px;display:inline;color:#222;padding-left:0}.mec-next-event-details abbr{display:block;padding-left:12px;color:#8d8d8d}.mec-next-event-details i{margin-right:10px;margin-left:12px}.mec-next-event-details i:before{color:#40d9f1}.mec-next-event-details a{text-align:center;display:block;background:#fff;padding:6px 0;font-size:11px;font-weight:400;letter-spacing:0;border:1px solid #e3e3e3;transition:.3s}.mec-single-modal.mec-single-modern .mec-single-title{text-align:center;padding:15px 10px 0}.admin-bar .mec-single-modal.mec-single-modern .mec-single-title{padding-top:40px}.mec-single-modal.mec-single-modern .mec-single-event-bar{padding:5px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd{font-size:13px}.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3{font-size:15px}@media only screen and (min-width:960px){.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-left:0}}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox{margin-top:10px;margin-bottom:10px}.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta{padding:0}.mec-single-modal .mec-event-meta dd.mec-organizer-email a,.mec-single-modal .mec-event-meta dd.mec-organizer-url a{font-size:12px;display:block}.mec-modal-wrap{max-width:700px;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5)}.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button{display:block;text-align:center}.mec-single-modal .flip-clock-divider .flip-clock-label{position:absolute;top:60px}.mec-single-modal .flip-clock-divider:not(:first-child){width:48px!important}.mec-single-modal .flip-clock-divider.minutes .flip-clock-label{top:150px;left:-539px}.mec-single-modal .flip-clock-divider.seconds .flip-clock-label{top:87px}.mec-single-modal .flip-clock-wrapper{left:14%}.mec-single-modal .twodaydigits>ul:nth-child(11),.mec-single-modal .twodaydigits>ul:nth-child(12),.mec-single-modal .twodaydigits>ul:nth-child(8),.mec-single-modal .twodaydigits>ul:nth-child(9){margin-top:30px!important}.mec-events-toggle{max-width:960px;margin-left:auto;margin-right:auto}.mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;margin-bottom:15px;box-shadow:0 10px 15px #f3f3f3}.mec-events-toggle .mec-toggle-item-inner{cursor:pointer;position:relative;padding:30px 60px 30px 15px;background:#fff;transition:all .3s ease}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{float:left;width:180px;margin-top:-6px;border-right:1px solid #e3e3e3;margin-right:15px}.mec-toggle-item-col .mec-event-date{font-size:38px;line-height:40px;float:left;margin-right:8px}.mec-toggle-item-col .mec-event-month{text-transform:uppercase;font-size:12px;line-height:14px;padding-top:4px;font-weight:700}.mec-toggle-item-col .mec-event-detail{font-size:10px}.mec-toggle-item-col .mec-event-day{margin-top:9px;color:silver;font-family:Roboto,sans-serif;font-size:35px;font-weight:100;text-transform:uppercase;letter-spacing:-1px}.mec-events-toggle .mec-toggle-title{color:#000;font-size:23px;font-weight:600;margin-bottom:0;transition:all .3s ease;display:inline-block}.mec-events-toggle .mec-toggle-item-inner span.event-color{width:5px;height:100%;position:absolute;left:-1px;top:0;bottom:0;border-radius:0;margin:0}.mec-events-toggle .mec-toggle-item-inner i{position:absolute;font-size:30px;right:25px;top:50%;transform:translate(0,-50%);cursor:pointer}.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before{content:"\e615"}.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title{background:#f8f8f8;cursor:pointer}.mec-events-toggle .mec-toggle-content{border-top:1px solid #e4e4e4}.mec-events-toggle .mec-toggle-content .mec-modal-wrap{margin:0;max-width:100%;box-shadow:none}.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event{margin:0}.mec-events-toggle .mec-toggle-content .mec-single-event-bar,.mec-events-toggle .mec-toggle-content h1.mec-single-title{display:none}.mec-events-toggle .media-links a{margin-bottom:0}.mec-events-toggle .mec-toggle-content .mec-toggle-meta{margin-bottom:14px}.mec-events-toggle #mec_speakers_details.mec-frontbox{padding:0;margin:0}.mec-events-toggle .mec-toggle-item h3.mec-speakers{border:none;text-align:left}.mec-events-toggle .mec-toggle-item h3.mec-speakers:before{content:"\e063";font-family:simple-line-icons;border:none;position:relative;display:inline-block;left:unset;bottom:unset;font-size:22px;font-weight:400;padding:0 11px 0 28px;vertical-align:middle}@media only screen and (max-width:767px){.mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px}}.mec-events-agenda-wrap{margin:10px 0;border:1px solid #e9e9e9;padding-left:20px;box-shadow:0 2px 2px rgba(0,0,0,.03)}.mec-events-agenda{padding:0;border-bottom:1px solid #e9e9e9;overflow:hidden}.mec-agenda-date-wrap{width:210px;padding-top:15px;float:left;font-size:13px}.mec-agenda-date-wrap i,.mec-agenda-event i{font-size:11px;color:#aaa;margin-right:4px;margin-left:1px}.mec-agenda-event i{vertical-align:middle;margin-right:1px}.mec-agenda-events-wrap{float:left;width:calc(100% - 210px);background:#f9f9f9;padding:15px}.mec-agenda-time{font-size:11px;color:#707070;padding-right:10px;width:138px;display:inline-block}.mec-agenda-event-title{position:relative;padding-left:14px}.mec-agenda-event-title a{font-family:Roboto,Montserrat,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;color:#333}.mec-agenda-event-title span.event-color{width:9px;height:9px;position:absolute;left:0;top:4px;margin:0}.mec-agenda-date-wrap span.mec-agenda-day{color:#aaa;font-size:12px}@media only screen and (max-width:767px){.mec-agenda-date-wrap,.mec-agenda-events-wrap{float:none;width:100%}.mec-events-agenda span.mec-agenda-event-title{display:block;width:100%}.mec-agenda-event-title span.event-color{top:7px}.mec-agenda-event-title a{font-size:13px}}.mec-yearly-view-wrap{margin:0 0 15px;border:1px solid #e6e6e6;box-shadow:0 2px 4px rgba(0,0,0,.04);border-bottom-width:4px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{max-width:100%;width:232px;padding:10px;background:#fff;margin:10px;display:inline-block}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{transition:none;height:30px;width:30px;line-height:30px;border-radius:0;font-size:12px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec{padding:10px}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after{width:4px;height:4px;bottom:3px;margin-left:-2px}.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table{min-height:200px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt{background:#f9f9f9;font-size:13px}.mec-calendar.mec-yearly-calendar .mec-calendar-table-title{text-align:center;font-size:15px;font-weight:700;color:#222;margin-top:-5px;padding-bottom:5px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{min-height:200px;width:538px;overflow:hidden;float:left;background:#f8f8f8;padding:15px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{min-height:200px;width:calc(100% - 538px);float:left;padding:0 0 0 20px;overflow:hidden}.mec-yearly-view-wrap .mec-yearly-title-sec{position:relative;padding:15px;text-align:center;border-bottom:1px solid #e6e6e6;box-shadow:0 1px 3px rgba(0,0,0,.02)}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:30px;line-height:40px;color:#333;margin:0;font-weight:700}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{position:absolute;top:50%;margin-top:-15px;min-width:30px;height:30px;line-height:30px;padding:0 8px;text-align:center;background:#fff;color:#666;font-size:14px;border:1px solid #eee;border-radius:2px;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease;cursor:pointer}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{right:auto;left:20px;padding-right:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year{left:auto;right:20px;padding-left:14px}.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i{font-size:12px;color:#40d9f1;cursor:pointer}@media only screen and (max-width:959px){.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:268px;padding:10px 5px}.mec-yearly-view-wrap .mec-yearly-agenda-sec{width:calc(100% - 268px);padding:0 0 0 10px}}@media only screen and (max-width:767px){.mec-yearly-view-wrap .mec-yearly-agenda-sec,.mec-yearly-view-wrap .mec-yearly-calendar-sec{width:100%;float:none}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar{width:auto}.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt{width:14.2%}.mec-yearly-view-wrap .mec-yearly-title-sec h2{font-size:25px}}.mec-yearly-view-wrap .mec-agenda-event i,.mec-yearly-view-wrap .mec-agenda-time{display:none}@media only screen and (min-width:768px){.mec-yearly-view-wrap .mec-events-agenda-wrap{margin-top:0;border:none;padding-left:0;box-shadow:none}.mec-yearly-view-wrap .mec-agenda-date-wrap{width:174px;font-size:11px;padding-top:10px}.mec-yearly-view-wrap .mec-agenda-events-wrap{width:calc(100% - 174px);padding:10px}.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:13px}.mec-yearly-view-wrap .mec-agenda-event-title span.event-color{width:8px;height:8px}.mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day{font-size:11px}.mec-yearly-view-wrap .mec-yearly-calendar-sec{box-shadow:-2px 0 5px rgba(0,0,0,.03) inset}}@media only screen and (max-width:1200px){.mec-yearly-view-wrap .mec-agenda-event-title a{font-size:12px;padding-right:6px}}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table{padding-bottom:10px;border-bottom:none}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover{cursor:pointer}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover{color:#bbb;cursor:default}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active{background:#40d9f1;color:#fff;position:relative}.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after{content:'';position:absolute;display:block;bottom:-20px;left:50%;margin-left:-10px;width:0;border-width:10px;border-style:solid;border-color:#40d9f1 transparent transparent transparent}.mec-timetable-events-list{padding:10px 20px;border:none;margin:0}.mec-timetable-events-list .mec-timetable-event{padding:10px 0;border-bottom:1px dashed #ddd}.mec-timetable-events-list .mec-timetable-event:last-child{border:none}.mec-timetable-event .mec-timetable-event-span{font-size:12px;color:#444;padding-right:30px;line-height:22px}.mec-timetable-events-list .mec-timetable-event i{font-size:13px;color:#aaa;margin-right:3px;vertical-align:baseline}.mec-timetable-event .mec-timetable-event-span a{color:#333}.mec-timetable-event .mec-timetable-event-time{font-size:11px}.mec-timetable-event .mec-timetable-event-time i{vertical-align:text-bottom}.mec-timetable-event .mec-timetable-event-title{font-size:13px}.mec-timetable-event .mec-timetable-event-title .event-color{width:10px;height:10px}.mec-timetable-events-list .mec-timetable-event.mec-util-hidden{display:none}.mec-timetable-events-list.mec-util-hidden{display:none}@media only screen and (min-width:768px){.mec-timetable-events-list{display:table;width:100%;margin:10px 0 20px}.mec-timetable-events-list .mec-timetable-event{display:table-row;padding:0;border:none;background:#fff}.mec-timetable-events-list .mec-timetable-event:hover{background:#fafafa}.mec-timetable-event .mec-timetable-event-span{display:table-cell;padding:10px 15px;border-bottom:1px solid #ebebeb}.mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span{border-bottom:none}}@media only screen and (max-width:767px){.mec-timetable-event .mec-timetable-event-title{display:block;width:100%;padding:5px 0 10px;font-weight:700}}.mec-timetable-t2-wrap{border:1px solid #e6e6e6;background:#fafafa;padding:0 15px 15px;overflow:hidden;box-shadow:0 3px 2px 0 rgba(0,0,0,.012)}.mec-timetable-t2-col{width:20%;float:left;min-height:20px;padding-right:1px;background:0 0}.mec-ttt2-title{background:#fafafa;color:#333;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:25px 10px 10px;margin-bottom:1px}.mec-timetable-t2-col .mec-event-article{position:relative}.mec-timetable-t2-col .mec-event-article .event-color{position:absolute;width:auto;height:auto;left:0;right:0;top:0;bottom:0;margin:0;z-index:1;border-radius:2px}.mec-timetable-t2-content{position:relative;z-index:2;color:#fff;padding:15px 15px 20px;text-align:left;height:130px;margin-bottom:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title{line-height:22px;margin-bottom:13px;white-space:nowrap;padding-right:1px;overflow:hidden}.mec-timetable-t2-content .mec-event-title a{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden}.mec-timetable-t2-content div{color:#fff;font-size:11px;font-weight:400;line-height:19px;white-space:nowrap}.mec-timetable-t2-content div i{font-size:12px;margin-right:4px}@media only screen and (max-width:960px){.mec-timetable-t2-col{width:100%;float:none}}.mec-weather-box{padding:15px 0}.mec-weather-head{min-height:90px;padding:5px 0;clear:both;overflow:hidden;margin-bottom:25px;border-radius:10px;background:#238af5}.mec-weather-icon-box{float:left;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#238af5}.mec-weather-icon{width:80px;height:80px;display:inline-block;border-radius:10px}.mec-weather-summary{float:left;width:calc(100% - 80px);padding-left:10px;margin:10px 0;height:60px}.mec-weather-summary-report{font-size:15px;color:rgba(255,255,255,.68);margin-bottom:6px}.mec-weather-summary-temp{font-family:Roboto,Sans-serif;font-weight:300;color:#fff;font-size:29px;line-height:1}.mec-weather-extras{width:auto;padding:10px 15px 0 15px;float:right;min-height:80px;color:#fff;font-size:13px;line-height:1}.mec-weather-extras div{line-height:20px;height:20px}.mec-weather-extras span{color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase}.mec-weather-extras var{font-size:11px;letter-spacing:.4px}.mec-weather-icon.clear-day,.mec-weather-icon.clear-night{background-image:url(../img/mec-weather-icon-01.png)}.mec-weather-icon.partly-sunny-day,.mec-weather-icon.partly-sunny-night{background-image:url(../img/mec-weather-icon-02.png)}.mec-weather-icon.partly-cloudy-day,.mec-weather-icon.partly-cloudy-night{background-image:url(../img/mec-weather-icon-03.png)}.mec-weather-icon.cloudy,.mec-weather-icon.fog,.mec-weather-icon.wind{background-image:url(../img/mec-weather-icon-04.png)}.mec-weather-icon.thunderstorm{background-image:url(../img/mec-weather-icon-05.png)}.mec-weather-icon.rain{background-image:url(../img/mec-weather-icon-06.png)}.mec-weather-icon.hail,.mec-weather-icon.sleet,.mec-weather-icon.snow{background-image:url(../img/mec-weather-icon-07.png)}.mec-av-spot-wrap{width:auto;max-width:1200px;padding:0;margin:0 auto 25px;background:#f7f7f7;min-height:480px;position:relative}.mec-av-spot{height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-av-spot .mec-event-article{position:relative;height:auto}.mec-av-spot .mec-av-spot-img{position:relative;background-size:cover!important;background-position:center!important;width:100%;height:330px;float:none;margin:0;overflow:hidden}.mec-av-spot .mec-av-spot-content,.mec-av-spot .mec-av-spot-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-av-spot .mec-av-spot-head{background:#222;color:#fff;min-height:80px}.mec-av-spot .mec-av-spot-head .mec-av-spot-box{padding-top:25px;font-size:13px;color:#ddd}.mec-av-spot .mec-av-spot-head .mec-av-spot-box span{color:#40d9f1;font-size:40px;font-weight:700;font-style:italic}.mec-av-spot .mec-av-spot-head .mec-event-countdown{text-align:center;padding-top:10px;display:table;table-layout:fixed;margin:0 auto;float:right}.mec-av-spot .mec-av-spot-head .mec-event-countdown li{display:table-cell;padding:10px 20px;position:relative;height:60px}.mec-av-spot .mec-av-spot-head .mec-event-countdown p{margin-bottom:0}.mec-av-spot .mec-events-content p{margin-bottom:20px}.mec-av-spot-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head{margin-bottom:10px;padding:14px 34px;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:29px}.mec-av-spot .mec-av-spot-col6{width:50%;float:left;height:100%}.mec-av-spot .mec-av-spot-col6 i{font-size:42px;float:left;margin-right:7px;height:58px}.mec-av-spot .mec-av-spot-col6 h6{text-transform:uppercase;font-size:17px;padding:4px 0;display:inline;color:#444}.mec-av-spot .mec-av-spot-col6 address{font-size:12px;margin-bottom:0}.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:768px){.mec-av-spot .mec-av-spot-col6{width:100%;margin:10px 0}}@media only screen and (max-width:479px){.mec-av-spot-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.mec-events-masonry-wrap{display:block;width:auto}.mec-masonry-item-wrap{width:calc(33.33% - 30px);padding:0;margin:0 15px 30px;min-height:10px;position:relative}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;transition-property:transform,opacity}.mec-events-masonry-cats{padding:10px;margin-bottom:25px;text-align:center;clear:both;list-style:none outside none}.mec-events-masonry-cats a{border-radius:2px;padding:6px 12px;font-size:13px;line-height:1.2;color:#333;font-weight:400;margin-top:0!important;text-align:center;display:inline-block;width:auto;border:2px solid transparent;transition:all .2s ease}.mec-events-masonry-cats a:hover{border-color:#40d9f1;color:#333}.mec-events-masonry-cats a.mec-masonry-cat-selected{border:2px solid #40d9f1;color:#40d9f1}.mec-masonry{background:#f7f7f7;height:auto;border:1px solid #eee;box-shadow:0 6px 12px -4px rgba(0,0,0,.05)}.mec-masonry .mec-event-article{position:relative;height:auto}.mec-masonry .mec-masonry-img{position:relative;width:100%;height:auto;float:none;margin:0;overflow:hidden}.mec-masonry .mec-masonry-img img{width:100%}.mec-masonry .mec-masonry-content,.mec-masonry .mec-masonry-head{width:100%;float:none;height:100%;background:#fff;padding:0 20px 20px;margin-bottom:0}.mec-masonry .mec-events-content p{margin-bottom:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-article{border:none;padding:0;margin:0;box-shadow:none}.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head{min-height:79px;margin-bottom:10px;padding:14px 5%;margin-left:-20px;margin-right:-20px;text-align:left;background:#f9f9f9;border-bottom:1px solid #eee}.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:22px}.mec-masonry-content.mec-event-grid-modern .mec-event-content{padding-top:20px}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:34px;letter-spacing:-2px}.mec-masonry .mec-masonry-col6{width:50%;float:left;height:100%}.mec-masonry .mec-masonry-col6 i{font-size:24px;float:left;margin-right:7px;height:50px}.mec-masonry .mec-masonry-col6 .mec-event-month,.mec-masonry .mec-masonry-col6 h6{text-transform:capitalize;font-size:15px;padding:4px 0;display:inline;color:#444}.mec-masonry .mec-masonry-col6 .mec-event-detail,.mec-masonry .mec-masonry-col6 address{font-size:11px;margin-bottom:0}.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover{text-decoration:underline}.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button{font-size:12px;padding:0 31px;line-height:49px;height:50px;top:0;box-shadow:0 5px 11px -3px rgba(0,0,0,.05)}@media only screen and (max-width:960px){.mec-masonry-item-wrap{width:calc(50% - 30px)}}@media only screen and (max-width:768px){.mec-masonry .mec-masonry-col6{width:100%;margin:10px 0}.mec-masonry-item-wrap{width:calc(100% - 30px)}}@media only screen and (max-width:479px){.mec-masonry-content.mec-event-grid-modern .mec-event-title{font-size:24px}}.btn-wrapper{text-align:center}.countdown-wrapper .btn-wrapper{padding-top:10px;padding-right:0}.countdown-wrapper h5.countdown-message{letter-spacing:5px;font-weight:500;font-size:18px}.blox.dar .countdown-wrapper p,.countdown-wrapper p{color:#888}.countdown-wrapper a.button.black{float:right;margin-right:0}.mec-wrap .threedaydigits .days .flip-clock-label{right:-100px}@media only screen and (min-width:320px) and (max-width:767px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{left:0;font-weight:300}.mec-wrap span.flip-clock-divider{width:12px}}@media only screen and (min-width:320px) and (max-width:480px){.mec-wrap .flip-clock-wrapper ul{width:29px!important}.mec-wrap .flip-clock-wrapper ul li a div div.inn{font-size:25px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}.mec-wrap span.flip-clock-divider:first-child{width:0}.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{margin-left:10%}}@media screen and (min-width:960px) and (max-width:1200px){.mec-wrap .threedaydigits ul{height:50px;width:47px}}@media screen and (min-width:480px) and (max-width:768px){.mec-wrap .threedaydigits ul{height:48px;width:26px!important}.mec-wrap .threedaydigits .flip-clock-label{font-size:8px;left:-8px}}@media screen and (min-width:320px) and (max-width:480px){.mec-wrap .threedaydigits ul{height:48px;width:22px!important}}.mec-wrap .flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.mec-wrap .flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.mec-wrap .flip-clock-wrapper a:hover{color:#fff}.mec-wrap .flip-clock-wrapper ul{list-style:none}.flip-clock-wrapper.clearfix:after,.mec-wrap .flip-clock-wrapper.clearfix:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper.clearfix:after{clear:both}.mec-wrap .flip-clock-wrapper{font:normal 11px "helvetica neue",helvetica,sans-serif;-webkit-user-select:none}.mec-wrap .flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.mec-wrap .flip-clock-meridium a{color:#313333}.mec-wrap .flip-clock-wrapper{text-align:center;position:relative;display:inline-block;padding-bottom:10px}.flip-clock-wrapper:after,.mec-wrap .flip-clock-wrapper:before{content:" ";display:table}.mec-wrap .flip-clock-wrapper:after{clear:both}.mec-wrap .flip-clock-wrapper ul{position:relative;float:left;margin:2px;width:50px;height:50px;font-size:80px;font-weight:700;line-height:87px;border-radius:3px;background:rgba(0,0,0,.21)}.mec-wrap .flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;line-height:54px;text-decoration:none!important}.mec-wrap .flip-clock-wrapper ul li:first-child{z-index:2}.mec-wrap .flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0!important;overflow:visible!important;cursor:default!important}.mec-wrap .flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden;outline:1px solid transparent}.mec-wrap .flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.mec-wrap .flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.mec-wrap .flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:24px;left:0;z-index:5;width:100%;height:3px;background-color:rgba(0,0,0,.12)}.mec-wrap .flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.mec-wrap .flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.25);text-align:center;background-color:#40d9f1;border-radius:3px;font-size:48px}.mec-wrap .flip-clock-wrapper ul li a div.up div.inn{top:0}.mec-wrap .flip-clock-wrapper ul li a div.down div.inn{bottom:0}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.mec-wrap .flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.17)}.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd .5s .5s linear both;-moz-animation:asd .5s .5s linear both;animation:asd .5s .5s linear both;z-index:5}.mec-wrap .flip-clock-divider{float:left;display:inline-block;position:relative;width:18px;height:62px}.mec-wrap .flip-clock-divider:first-child{width:0}.mec-wrap .flip-clock-dot{display:none;background:#323434;width:10px;height:10px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:5px}.mec-wrap .flip-clock-divider .flip-clock-label{position:absolute;bottom:-1.5em;right:-71px;color:#101010;font-weight:700;text-shadow:none;text-transform:uppercase}.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label{color:#8a8a8a}.mec-wrap .flip-clock-divider.seconds .flip-clock-label{right:-82px}.mec-wrap .flip-clock-dot.top{top:30px}.mec-wrap .flip-clock-dot.bottom{bottom:30px}@-webkit-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotatex(90deg)}100%{-webkit-transform:rotatex(0)}}@-moz-keyframes turn{0%{-moz-transform:rotatex(90deg)}100%{-moz-transform:rotatex(0)}}@-o-keyframes turn{0%{-o-transform:rotatex(90deg)}100%{-o-transform:rotatex(0)}}@keyframes turn{0%{transform:rotatex(90deg)}100%{transform:rotatex(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotatex(0)}100%{-webkit-transform:rotatex(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotatex(0)}100%{-moz-transform:rotatex(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotatex(0)}100%{-o-transform:rotatex(-90deg)}}@keyframes turn2{0%{transform:rotatex(0)}100%{transform:rotatex(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));background:linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}@font-face{font-family:simple-line-icons;src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1);src:url(../fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format('embedded-opentype'),url(../fonts/Simple-Line-Icons.woff2?v=2.3.1) format('woff2'),url(../fonts/Simple-Line-Icons.woff?v=2.3.1) format('woff'),url(../fonts/Simple-Line-Icons.ttf?v=2.3.1) format('truetype'),url(../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format('svg');font-weight:400;font-style:normal}[class*=mec-sl-]{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mec-sl-facebook:before{content:"\e00b"}.mec-sl-twitter:before{content:"\e009"}.mec-sl-google-plus:before{content:"\e60d"}.mec-sl-angle-left:before{content:"\e605"}.mec-sl-angle-right:before{content:"\e606"}.mec-sl-calendar:before{content:"\e075"}.mec-sl-clock-o:before{content:"\e081"}.mec-sl-home:before{content:"\e069"}.mec-sl-phone:before{content:"\e600"}.mec-sl-envelope:before{content:"\e086"}.mec-sl-sitemap:before{content:"\e037"}.mec-sl-map-marker:before{content:"\e096"}.mec-sl-floder:before{content:"\e089"}.mec-sl-wallet:before{content:"\e02a"}.mec-color,.mec-color-before :before,.mec-color-hover:hover,.mec-wrap .mec-color,.mec-wrap .mec-color-before :before,.mec-wrap .mec-color-hover:hover{color:#40d9f1}.mec-bg-color,.mec-bg-color-hover:hover,.mec-wrap .mec-bg-color,.mec-wrap .mec-bg-color-hover:hover{background-color:#40d9f1}.mec-border-color,.mec-border-color-hover:hover,.mec-wrap .mec-border-color,.mec-wrap .mec-border-color-hover:hover{border-color:#40d9f1}.mec-toggle-month-divider.mec-skin-list-events-container{border:1px solid #e8e8e8;margin-bottom:30px;background:#f8f8f8;box-shadow:0 2px 18px -1px rgba(0,0,0,.1);border-radius:2px}.mec-toggle-month-divider .mec-month-divider{margin:0;text-align:left;background:#fff;position:relative;cursor:pointer;border-top:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider span{padding:20px;border-bottom:1px solid #e8e8e8}.mec-toggle-month-divider .mec-month-divider i{position:absolute;right:20px;top:24px;font-size:20px;cursor:pointer}.mec-toggle-month-divider .mec-month-divider span:before{display:none}.mec-toggle-month-divider .mec-month-divider+article{margin-top:20px}.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type{border-top:none}.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article{display:none}.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i{display:none}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month{display:inline-block;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date{font-size:14px;line-height:14px;float:none;display:inline-block;margin-right:0;font-weight:700}.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner{padding:20px 60px 30px 15px}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{float:left;clear:right;width:100px;margin-right:20px;margin-left:10px}.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail{margin-top:-6px}.mec-toogle-inner-month-divider .mec-toggle-item-col{float:none;width:100%;margin-top:10px;display:block;border:none}.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:19px;display:block;padding-top:10px}@media only screen and (max-width:768px){.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title{font-size:14px;padding-top:0}.mec-toogle-inner-month-divider .mec-toggle-item-col{margin-top:0}.mec-toogle-inner-month-divider .mec-toggle-month-inner-image{width:70px}}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured:before{z-index:1;position:absolute;top:25px;right:-37px;font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#04de78;padding:2px 40px;color:#fff;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.5s cubic-bezier(.25,.5,.06,.85);transition:.5s cubic-bezier(.25,.5,.06,.85);content:attr(data-style)}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured{overflow:hidden;position:relative}.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before{background:#de0404}.mec-daily-view-date-events article:before,ul.mec-weekly-view-dates-events article:before{padding:7px 40px!important;top:27px!important}.mec-event-grid-classic article .mec-fc-style,.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style,.mec-timetable-wrap article .mec-fc-style,.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article.mec-event-cover-modern .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{font-size:9px;letter-spacing:.5px;text-transform:uppercase;background:#04de78;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-minimal article .mec-fc-style:before,.mec-event-grid-simple article .mec-fc-style:before,.mec-timetable-wrap article .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,.mec-wrap .mec-event-list-modern article .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before{width:0;height:0;border-top:4px solid transparent!important;border-right:5px solid;border-bottom:4px solid transparent;margin:0;top:50%;left:-4px;transform:translateY(-4.5px);position:absolute;content:'';color:#04de78}.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-event-grid-classic article.mec-label-canceled:before,.mec-event-grid-classic article.mec-label-featured:before,.mec-event-grid-minimal article.mec-label-canceled:before,.mec-event-grid-minimal article.mec-label-featured:before,.mec-event-grid-simple article.mec-label-canceled:before,.mec-event-grid-simple article.mec-label-featured:before,.mec-timetable-wrap article.mec-label-canceled:before,.mec-timetable-wrap article.mec-label-featured:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,.mec-wrap .mec-event-list-modern article.mec-label-featured:before{display:none}.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style{top:-3px;font-size:11px;margin-left:10px}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style{background:#de0404}.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before{color:#de0404}.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before{-ms-transform:none;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;top:271px;right:0}.mec-timetable-wrap article .mec-fc-style{top:-2px;font-size:10px}.mec-wrap article.mec-event-cover-modern .mec-fc-style{padding:5px 9px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;display:inline-block;border-radius:2px}.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before{-ms-transform:none;-webkit-transform:none;transform:none!important;-webkit-transition:none;transition:none;top:22px!important;right:22px!important;padding:0 10px!important}.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style{top:-4px;font-size:10px;margin-left:10px}.mec-event-grid-classic article .mec-fc-style{padding:5px 20px;font-size:12px;margin-top:8px;display:inline-block}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px}.mec-hourly-schedule-speaker-thumbnail{float:left;max-width:30%;width:30%}.mec-hourly-schedule-speaker-name{font-weight:700;font-size:26px;line-height:1.2;color:#333;text-transform:uppercase}.mec-hourly-schedule-speaker-details{float:left;width:69%;padding-left:25px}.mec-hourly-schedule-speaker-job-title{font-size:16px;line-height:1.3;margin-bottom:4px}.mec-hourly-schedule-speaker-description{font-size:14px;font-weight:400;color:#6d7683;line-height:1.7;text-align:left}.mec-hourly-schedule-speaker-contact-information a i{color:#6b6b6b;background:#ebebeb;line-height:29px;margin:9px 7px 9px 0;width:30px;height:30px;display:inline-block;text-align:center;transition:all .2s ease;font-size:15px;cursor:pointer}.mec-hourly-schedule-speaker-contact-information a i:hover{background:#222;color:#fff}@media only screen and (max-width:479px){.mec-hourly-schedule-speaker-thumbnail{float:none;max-width:none;margin-right:0;margin-bottom:15px;width:100%}.mec-hourly-schedule-speaker-thumbnail img{width:100%}.mec-hourly-schedule-speaker-details{padding-left:0}.mec-hourly-schedule-speaker-info{width:90%;margin:0 auto}}.mec-profile .mec-profile-bookings{border:2px solid #e6e6e6;text-align:center}.mec-profile .mec-profile-bookings tbody tr:first-child{background:#f7f7f7;font-weight:700;text-transform:capitalize}.mec-profile .mec-profile-bookings tbody tr{border-bottom:1px solid #e6e6e6;font-size:14px}.mec-profile .mec-profile-bookings tbody tr td{border:1px solid #e6e6e6;padding:10px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:4%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:37%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:24%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-event-status{padding:5px 10px;color:#fff;border-radius:2px;font-size:12px;line-height:12px;letter-spacing:.4px}.mec-profile .mec-event-status.mec-book-confirmed{background:#50d477}.mec-profile .mec-event-status.mec-book-pending{background:#fcbe69}.mec-profile .mec-event-status.mec-book-rejected{background:#fe686a}.mec-profile .mec-event-date{font-size:12px;color:#888}.mec-profile .mec-booking-number-of-attendees{font-size:13px;color:#888}.mec-profile .mec-booking-number-of-attendees i,.mec-profile .mec-profile-bookings-view-invoice i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-booking-attendees{background:#fff;padding:10px}.mec-booking-attendees{width:750px;text-align:center}.mec-booking-attendees-wrapper{border:2px solid #e6e6e6;font-size:14px}.mec-booking-attendees-head{display:table;width:100%;background:#f7f7f7;border-bottom:1px solid #e6e6e6;font-weight:700}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{vertical-align:middle;display:table-cell;padding:7px;border-right:1px solid #e6e6e6}.mec-booking-attendees-head-content{display:table;width:100%;border-bottom:1px solid #e6e6e6}.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child{border:none}.mec-booking-attendees-head span:nth-child(1),.mec-booking-attendees-head-content>span:nth-child(1){width:4%}.mec-booking-attendees-head span:nth-child(2),.mec-booking-attendees-head-content>span:nth-child(2){width:20%}.mec-booking-attendees-head span:nth-child(3),.mec-booking-attendees-head-content>span:nth-child(3){width:24%}.mec-booking-attendees-head span:nth-child(4),.mec-booking-attendees-head-content>span:nth-child(4){width:26%}.mec-booking-attendees-head span:nth-child(5),.mec-booking-attendees-head-content>span:nth-child(5){width:26%}@media only screen and (max-width:759px){.mec-booking-attendees{width:470px}.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span{word-break:break-all}}.mec-woo-booking-checkout{position:relative;border:none;border-radius:0;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-bottom:21px;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;border-radius:0;margin-bottom:6px;min-width:170px;margin-top:5px;text-align:center}.mec-woo-booking-checkout:hover{background:#222;color:#fff}.mec-woo-booking-checkout:focus,.mec-woo-booking-checkout:visited{color:#fff}.single-mec-events .lity-container{max-width:480px;width:480px}.lity-content .mec-events-meta-group-booking{width:100%;padding:20px 50px;background:#fff}.lity-content .mec-events-meta-group-booking .mec-booking form>h4{text-transform:uppercase;font-size:15px;font-weight:700;color:#313131;border-bottom:4px solid #ebebeb;width:100%;display:block;padding-bottom:10px;position:relative;text-align:center;line-height:1.2;margin-bottom:10px}.lity-content .mec-events-meta-group-booking .mec-booking form>h4:before{padding:1px 35px;border-bottom:4px solid #40d9f1;font-size:6px;content:"";text-align:center;position:absolute;bottom:-4px;margin-left:-35px;left:50%}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,.lity-content .mec-events-meta-group-booking .mec-event-ticket-name,.lity-content .mec-events-meta-group-booking .mec-event-ticket-price,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-name,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-price,.lity-content .mec-events-meta-group-booking label{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:3px 0;clear:none;padding:5px 1em 3px 0;display:inline-block}.lity-content .mec-events-meta-group-booking .mec-event-ticket-available{margin-bottom:12px}.lity-content .mec-events-meta-group-booking select{display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content .mec-events-meta-group-booking input[type=email]{color:#888;border:1px solid #e1e1e1;font-size:14px;display:block;width:100%;outline:0}.lity-content .mec-events-meta-group-booking input{margin-bottom:10px!important}.lity-content .mec-book-ticket-variation h5{color:#424242;font-size:12px;font-weight:300;letter-spacing:0;margin:0;clear:none;padding:5px 1em 3px 0;display:inline-block;text-transform:capitalize;font-family:Montserrat,Helvetica,Arial,sans-serif}.lity-content ul.mec-book-tickets-container{padding:0}.lity-content .mec-events-meta-group-booking input[type=email],.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text]{outline:0;font-family:Montserrat,Helvetica,Arial,sans-serif;display:block;background:#fcfcfc;min-height:42px;min-width:180px;font-size:13px;border:1px solid #e0e0e0;padding:13px 10px;width:100%;margin-bottom:20px;box-shadow:inset 0 2px 4px rgba(0,0,0,.051);clear:both;margin-bottom:2px!important}.lity-content button[type=submit]{position:relative;border:none;color:#fff;display:inline-block;font-size:12px;letter-spacing:1px;text-transform:uppercase;font-weight:600;text-decoration:none;cursor:pointer;margin-right:10px;line-height:1;padding:18px 20px 16px;background:#39c36e;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;min-width:170px;margin-top:5px;border-radius:0;margin-bottom:6px}.lity-content button[type=submit]:hover{background:#222}.lity-content .mec-book-tickets-container li{list-style:none}.lity-content .mec-events-meta-group-booking #mec_book_payment_form h4,.lity-content .mec-events-meta-group-booking li h4{font-size:19px;font-weight:700}.lity-content .mec-events-meta-group-booking .mec-book-price-total{display:inline-block;margin-bottom:10px;font-size:26px;color:#39c36e;font-weight:700;padding:10px 0}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li{width:50%}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li:nth-child(even){border:none}.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li span{display:block}.lity-content .mec-events-meta-group-booking button[type=submit]:after{display:none;font-family:simple-line-icons;content:"\e098";margin-left:4px;-webkit-animation:rotating 1.2s linear infinite;-moz-animation:rotating 1.2s linear infinite;-ms-animation:rotating 1.2s linear infinite;-o-animation:rotating 1.2s linear infinite;animation:rotating 1.2s linear infinite}.lity-content .mec-events-meta-group-booking button[type=submit].loading:after{display:inline-block}@media only screen and (max-width:480px){.lity-content .mec-events-meta-group-booking{padding:20px;width:340px;margin:0 auto}}.mec-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap :after,.mec-wrap :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mec-wrap .clearfix:after,.mec-wrap .clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clearfix:after{clear:both}.mec-wrap .clearfix{zoom:1}.mec-wrap .clear,.mec-wrap .clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.mec-wrap .clr{visibility:visible;overflow:visible}.mec-container [class*=col-] img{max-width:100%}.mec-container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.mec-container:after,.mec-container:before{content:" ";display:table}.mec-container:after{clear:both}@media only screen and (max-width:479px){.mec-container{width:300px}}@media only screen and (min-width:480px) and (max-width:767px){.mec-container{width:420px}}@media only screen and (min-width:768px) and (max-width:960px){.mec-container{width:768px}}@media only screen and (min-width:961px){.mec-container{width:960px}}@media only screen and (min-width:1200px){.mec-container{width:1196px;padding-left:15px;padding-right:15px}}@media only screen and (min-width:1921px){.mec-container{max-width:1690px}}.mec-wrap .row{margin-left:-10px;margin-right:-10px}.mec-wrap .row:after,.mec-wrap .row:before{content:" ";display:table}.mec-wrap .row:after{clear:both}.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media only screen and (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{padding-left:15px;padding-right:15px}.mec-wrap .row{margin-left:-15px;margin-right:-15px}}.mec-container [class*=col-].alpha{padding-left:0}.mec-container [class*=col-].omega{padding-right:0}.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9{float:left}.mec-wrap .col-xs-12{width:100%}.mec-wrap .col-xs-11{width:91.66666666666666%}.mec-wrap .col-xs-10{width:83.33333333333334%}.mec-wrap .col-xs-9{width:75%}.mec-wrap .col-xs-8{width:66.66666666666666%}.mec-wrap .col-xs-7{width:58.333333333333336%}.mec-wrap .col-xs-6{width:50%}.mec-wrap .col-xs-5{width:41.66666666666667%}.mec-wrap .col-xs-4{width:33.33333333333333%}.mec-wrap .col-xs-3{width:25%}.mec-wrap .col-xs-2{width:16.666666666666664%}.mec-wrap .col-xs-1{width:8.333333333333332%}@media (min-width:768px){.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9{float:left}.mec-wrap .col-sm-12{width:100%}.mec-wrap .col-sm-11{width:91.66666666666666%}.mec-wrap .col-sm-10{width:83.33333333333334%}.mec-wrap .col-sm-9{width:75%}.mec-wrap .col-sm-8{width:66.66666666666666%}.mec-wrap .col-sm-7{width:58.333333333333336%}.mec-wrap .col-sm-6{width:50%}.mec-wrap .col-sm-5{width:41.66666666666667%}.mec-wrap .col-sm-4{width:33.33333333333333%}.mec-wrap .col-sm-3{width:25%}.mec-wrap .col-sm-2{width:16.666666666666664%}.mec-wrap .col-sm-1{width:8.333333333333332%}}@media (min-width:961px){.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9{float:left}.mec-wrap .col-md-12{width:100%}.mec-wrap .col-md-11{width:91.66666666666666%}.mec-wrap .col-md-10{width:83.33333333333334%}.mec-wrap .col-md-9{width:75%}.mec-wrap .col-md-8{width:66.66666666666666%}.mec-wrap .col-md-7{width:58.333333333333336%}.mec-wrap .col-md-6{width:50%}.mec-wrap .col-md-5{width:41.66666666666667%}.mec-wrap .col-md-4{width:33.33333333333333%}.mec-wrap .col-md-3{width:25%}.mec-wrap .col-md-2{width:16.666666666666664%}.mec-wrap .col-md-1{width:8.333333333333332%}}@media (min-width:1200px){.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9{float:left}.mec-wrap .col-lg-12{width:100%}.mec-wrap .col-lg-11{width:91.66666666666666%}.mec-wrap .col-lg-10{width:83.33333333333334%}.mec-wrap .col-lg-9{width:75%}.mec-wrap .col-lg-8{width:66.66666666666666%}.mec-wrap .col-lg-7{width:58.333333333333336%}.mec-wrap .col-lg-6{width:50%}.mec-wrap .col-lg-5{width:41.66666666666667%}.mec-wrap .col-lg-4{width:33.33333333333333%}.mec-wrap .col-lg-3{width:25%}.mec-wrap .col-lg-2{width:16.666666666666664%}.mec-wrap .col-lg-1{width:8.333333333333332%}}#mec_woo_add_to_cart_btn{min-width:170px;margin-top:5px;text-align:center}
assets/js/frontend.js CHANGED
@@ -1091,13 +1091,19 @@ var mecSingleEventDisplayer = {
1091
  today: null,
1092
  week: 1,
1093
  id: 0,
 
 
1094
  changeWeekElement: '.mec-load-week',
1095
  month_navigator: 0,
1096
  atts: '',
1097
  ajax_url: '',
1098
  sf: {}
1099
  }, options);
1100
-
 
 
 
 
1101
  // Search Widget
1102
  if(settings.sf.container !== '')
1103
  {
@@ -1124,8 +1130,12 @@ var mecSingleEventDisplayer = {
1124
 
1125
  function setListeners()
1126
  {
1127
- $(settings.changeWeekElement).off('click').on('click', function()
1128
  {
 
 
 
 
1129
  var week = $('#mec_skin_'+settings.id+' .mec-weekly-view-week-active').data('week-id');
1130
  var max_weeks = $('#mec_skin_'+settings.id+' .mec-weekly-view-week-active').data('max-weeks');
1131
  var new_week_number = active_week_number;
@@ -1159,7 +1169,7 @@ var mecSingleEventDisplayer = {
1159
  }
1160
  else
1161
  {
1162
- setThisWeek(week);
1163
  }
1164
  });
1165
 
@@ -1170,8 +1180,10 @@ var mecSingleEventDisplayer = {
1170
  }
1171
  }
1172
 
1173
- function setThisWeek(week)
1174
  {
 
 
1175
  // Week is not exists
1176
  if(!$('#mec_weekly_view_week_'+settings.id+'_'+week).length)
1177
  {
@@ -1198,6 +1210,37 @@ var mecSingleEventDisplayer = {
1198
  $('#mec_skin_'+settings.id+' .mec-previous-month.mec-load-week').css({'opacity': .6, 'cursor': 'default'});
1199
  $('#mec_skin_'+settings.id+' .mec-previous-month.mec-load-week').find('i').css({'opacity': .6, 'cursor': 'default'});
1200
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1201
  }
1202
 
1203
  function initMonthNavigator(month_id)
@@ -1216,7 +1259,7 @@ var mecSingleEventDisplayer = {
1216
  {
1217
  var week_number = (String(week).slice(-1));
1218
 
1219
- // Add Loading Class
1220
  if(jQuery('.mec-modal-result').length === 0) jQuery('.mec-wrap').append('<div class="mec-modal-result"></div>');
1221
  jQuery('.mec-modal-result').addClass('mec-month-navigator-loading');
1222
 
@@ -1455,8 +1498,12 @@ var mecSingleEventDisplayer = {
1455
  });
1456
  }
1457
 
 
1458
  function initDaysSlider(month_id, day_id)
1459
  {
 
 
 
1460
  // Check RTL website
1461
  var owl_rtl = $('body').hasClass('rtl') ? true : false;
1462
 
@@ -1545,6 +1592,9 @@ var mecSingleEventDisplayer = {
1545
 
1546
  // Set Today
1547
  setToday(''+active_year+active_month+active_day);
 
 
 
1548
  },
1549
  error: function()
1550
  {
@@ -1612,6 +1662,25 @@ var mecSingleEventDisplayer = {
1612
  }
1613
  }
1614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1615
  function toggleMonth(month_id, day_id)
1616
  {
1617
  // Show related events
@@ -1626,6 +1695,9 @@ var mecSingleEventDisplayer = {
1626
 
1627
  // Initialize Days Slider
1628
  initDaysSlider(month_id, day_id);
 
 
 
1629
  }
1630
 
1631
  function sed()
1091
  today: null,
1092
  week: 1,
1093
  id: 0,
1094
+ current_year: null,
1095
+ current_month: null,
1096
  changeWeekElement: '.mec-load-week',
1097
  month_navigator: 0,
1098
  atts: '',
1099
  ajax_url: '',
1100
  sf: {}
1101
  }, options);
1102
+
1103
+ // Set Active Time
1104
+ active_year = settings.current_year;
1105
+ active_month = settings.current_month;
1106
+
1107
  // Search Widget
1108
  if(settings.sf.container !== '')
1109
  {
1130
 
1131
  function setListeners()
1132
  {
1133
+ $(settings.changeWeekElement).off('click').on('click', function(e)
1134
  {
1135
+ // Disable Auto Focus If Human Click On Change Week Element
1136
+ var auto_focus = false;
1137
+ if(e.isTrigger) auto_focus = true;
1138
+
1139
  var week = $('#mec_skin_'+settings.id+' .mec-weekly-view-week-active').data('week-id');
1140
  var max_weeks = $('#mec_skin_'+settings.id+' .mec-weekly-view-week-active').data('max-weeks');
1141
  var new_week_number = active_week_number;
1169
  }
1170
  else
1171
  {
1172
+ setThisWeek(week, auto_focus);
1173
  }
1174
  });
1175
 
1180
  }
1181
  }
1182
 
1183
+ function setThisWeek(week, auto_focus)
1184
  {
1185
+ if(typeof auto_focus === 'undefined') auto_focus = false;
1186
+
1187
  // Week is not exists
1188
  if(!$('#mec_weekly_view_week_'+settings.id+'_'+week).length)
1189
  {
1210
  $('#mec_skin_'+settings.id+' .mec-previous-month.mec-load-week').css({'opacity': .6, 'cursor': 'default'});
1211
  $('#mec_skin_'+settings.id+' .mec-previous-month.mec-load-week').find('i').css({'opacity': .6, 'cursor': 'default'});
1212
  }
1213
+
1214
+ // Go To Event Week
1215
+ if(auto_focus)
1216
+ {
1217
+ var week_items = $('#mec_weekly_view_week_'+settings.id+'_'+week).find('dt');
1218
+ var week_items_length = parseInt(week_items.length);
1219
+ var changeNextWeek = $('#mec_skin_'+settings.id+' .mec-next-month.mec-load-week');
1220
+
1221
+ week_items.each(function(index)
1222
+ {
1223
+ var index_plus = index+1;
1224
+ if($(this).data('events-count') > 0)
1225
+ {
1226
+ return false;
1227
+ }
1228
+ else if(index_plus==week_items_length && changeNextWeek.css("cursor") != "default")
1229
+ {
1230
+ setTimeout(function()
1231
+ {
1232
+ changeNextWeek.trigger('click');
1233
+ }, 33);
1234
+ }
1235
+ else if(changeNextWeek.css("cursor") == "default")
1236
+ {
1237
+ // If Not Event In All Week Reset Week
1238
+ setThisWeek(settings.month_id+settings.week, false);
1239
+ $('#mec_skin_'+settings.id+' .mec-load-week, #mec_skin_'+settings.id+' .mec-load-week i').css({'opacity': 1, 'cursor': 'pointer'});
1240
+ return false;
1241
+ }
1242
+ });
1243
+ }
1244
  }
1245
 
1246
  function initMonthNavigator(month_id)
1259
  {
1260
  var week_number = (String(week).slice(-1));
1261
 
1262
+ // Add Loading Class
1263
  if(jQuery('.mec-modal-result').length === 0) jQuery('.mec-wrap').append('<div class="mec-modal-result"></div>');
1264
  jQuery('.mec-modal-result').addClass('mec-month-navigator-loading');
1265
 
1498
  });
1499
  }
1500
 
1501
+ var owl_go_month_id;
1502
  function initDaysSlider(month_id, day_id)
1503
  {
1504
+ // Set Global Month Id
1505
+ owl_go_month_id = month_id;
1506
+
1507
  // Check RTL website
1508
  var owl_rtl = $('body').hasClass('rtl') ? true : false;
1509
 
1592
 
1593
  // Set Today
1594
  setToday(''+active_year+active_month+active_day);
1595
+
1596
+ // Focus First Active Day
1597
+ FocusDay();
1598
  },
1599
  error: function()
1600
  {
1662
  }
1663
  }
1664
 
1665
+ //Focus first Active day
1666
+ function FocusDay()
1667
+ {
1668
+ setTimeout(function()
1669
+ {
1670
+ var owlGo = jQuery("#mec-owl-calendar-d-table-"+settings.id+"-"+owl_go_month_id);
1671
+ owlGo.find('.owl-stage > div').each(function(index)
1672
+ {
1673
+ if(parseInt(jQuery(this).children('div').data("events-count")) > 0)
1674
+ {
1675
+ var index_plus = index+1;
1676
+ $('#mec_daily_view_day'+settings.id+'_'+owl_go_month_id+(index < 10 ? '0'+index_plus:index_plus)).trigger('click');
1677
+ owlGo.trigger('to.owl.carousel', index_plus);
1678
+ return false;
1679
+ }
1680
+ });
1681
+ },1000);
1682
+ }
1683
+
1684
  function toggleMonth(month_id, day_id)
1685
  {
1686
  // Show related events
1695
 
1696
  // Initialize Days Slider
1697
  initDaysSlider(month_id, day_id);
1698
+
1699
+ // Focus First Active Day
1700
+ FocusDay();
1701
  }
1702
 
1703
  function sed()
changelog.txt CHANGED
@@ -1,4 +1,13 @@
1
- v 4.2.321 May 2019
 
 
 
 
 
 
 
 
 
2
  - Compatibility: WordPress 5.2.1
3
  - Added: link to masonry image
4
  - Added: Gutenberg editor to event edit page
1
+ v 4.2.428 May 2019
2
+ - Improved: slider skin by printing the feature image directly
3
+ - Fixed: Showing only upcoming events of The Events Calendar for import
4
+ - Fixed: Schedule when the event starts at 00:00
5
+ - Fixed: Wrong month and year in weekly view search
6
+ - Fixed: Search of monthly, daily and weekly skins by searching in the next 6 months if no event found for the current month
7
+ - Fixed: PHP notices on weekly, daily and monthly skins
8
+ - Fixed: Notifications and booking module
9
+
10
+ v 4.2.3 – 21 May 2019
11
  - Compatibility: WordPress 5.2.1
12
  - Added: link to masonry image
13
  - Added: Gutenberg editor to event edit page
languages/modern-events-calendar-lite-de_DE.mo CHANGED
Binary file
languages/modern-events-calendar-lite-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
6
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
@@ -297,7 +297,7 @@ msgstr "Veranstaltung hinzufügen"
297
  msgid "Add New Event"
298
  msgstr "Neue Veranstaltung hinzufügen"
299
 
300
- #: app/features/events.php:138 app/features/ix.php:3181
301
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
302
  msgid "No events found!"
303
  msgstr "Keine Veranstaltungen gefunden!"
@@ -329,7 +329,7 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
329
  #: app/features/mec/meta_boxes/search_form.php:362
330
  #: app/features/mec/meta_boxes/search_form.php:416
331
  #: app/features/mec/meta_boxes/search_form.php:477
332
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
333
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
334
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
335
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -338,7 +338,7 @@ msgstr "Kategorie"
338
 
339
  #: app/features/events.php:160 app/features/fes/form.php:522
340
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
341
- #: app/libraries/main.php:4372
342
  msgid "Categories"
343
  msgstr "Kategorien"
344
 
@@ -412,15 +412,15 @@ msgstr "Veranstaltungsdetails"
412
 
413
  #: app/features/events.php:306 app/features/events.php:2609
414
  #: app/features/events.php:2651 app/features/fes/form.php:483
415
- #: app/features/ix.php:2719 app/features/ix.php:2760
416
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
417
  #: app/widgets/single.php:103
418
  msgid "Event Cost"
419
  msgstr ""
420
  "Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
421
 
422
  #: app/features/events.php:309 app/features/fes/form.php:486
423
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
424
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
425
  #: app/skins/single/modern.php:187
426
  msgid "Cost"
@@ -447,10 +447,10 @@ msgstr "Name"
447
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
448
  #: app/features/organizers.php:110 app/features/organizers.php:150
449
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
450
- #: app/features/speakers.php:179 app/libraries/main.php:1084
451
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
452
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
453
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
454
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
455
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
456
  #: app/skins/single/modern.php:38
@@ -464,8 +464,8 @@ msgstr "Datum und Uhrzeit"
464
  #: app/features/events.php:419 app/features/events.php:423
465
  #: app/features/events.php:2431 app/features/events.php:2609
466
  #: app/features/events.php:2651 app/features/fes/form.php:227
467
- #: app/features/fes/form.php:231 app/features/ix.php:2719
468
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
469
  #: app/features/mec/dashboard.php:334
470
  #: app/features/mec/meta_boxes/display_options.php:42
471
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -500,8 +500,8 @@ msgstr "PM"
500
  #: app/features/events.php:500 app/features/events.php:504
501
  #: app/features/events.php:2432 app/features/events.php:2609
502
  #: app/features/events.php:2651 app/features/fes/form.php:267
503
- #: app/features/fes/form.php:271 app/features/ix.php:2719
504
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
505
  #: app/features/mec/dashboard.php:335
506
  msgid "End Date"
507
  msgstr "Ende Datum"
@@ -771,7 +771,7 @@ msgstr "Ausschluss bestimmter Tage"
771
 
772
  #: app/features/events.php:810 app/features/events.php:1819
773
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
774
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
775
  #: app/modules/booking/steps/tickets.php:22
776
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
777
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -815,8 +815,8 @@ msgstr ""
815
  #: app/features/events.php:981 app/features/events.php:1612
816
  #: app/features/events.php:1652 app/features/events.php:2428
817
  #: app/features/events.php:2609 app/features/events.php:2651
818
- #: app/features/fes/form.php:216 app/features/ix.php:2719
819
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
820
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
821
  msgid "Title"
822
  msgstr "Titel"
@@ -830,14 +830,14 @@ msgstr "Titel"
830
  #: app/features/events.php:1641 app/features/events.php:1681
831
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
832
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
833
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
834
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
835
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
836
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
837
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
838
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
839
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
840
- #: app/libraries/main.php:2546
841
  msgid "Remove"
842
  msgstr "Entfernen"
843
 
@@ -865,7 +865,7 @@ msgstr "Beschreibung"
865
  #: app/features/events.php:986 app/features/fes/form.php:615
866
  #: app/features/mec.php:324 app/features/mec/settings.php:78
867
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
868
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
869
  msgid "Speakers"
870
  msgstr ""
871
 
@@ -881,7 +881,7 @@ msgid "Event Links"
881
  msgstr "Veranstaltungslinks"
882
 
883
  #: app/features/events.php:1015 app/features/events.php:1019
884
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
885
  msgid "Event Link"
886
  msgstr "Veranstaltungslink"
887
 
@@ -909,7 +909,7 @@ msgid "URL Shortener"
909
  msgstr ""
910
 
911
  #: app/features/events.php:1029 app/features/events.php:1038
912
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
913
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
914
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
915
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -967,7 +967,7 @@ msgid "Read About A Booking System"
967
  msgstr "Wählen Sie Ihren Single Event Stil"
968
 
969
  #: app/features/events.php:1126 app/libraries/book.php:60
970
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
971
  msgid "Tickets"
972
  msgstr "Tickets"
973
 
@@ -984,13 +984,13 @@ msgstr "Ticket Name"
984
 
985
  #: app/features/events.php:1150 app/features/events.php:1323
986
  #: app/features/events.php:2609 app/features/events.php:2651
987
- #: app/features/ix.php:2719 app/features/ix.php:2760
988
  msgid "Start Time"
989
  msgstr "Uhrzeit des Beginns"
990
 
991
  #: app/features/events.php:1188 app/features/events.php:1346
992
  #: app/features/events.php:2609 app/features/events.php:2651
993
- #: app/features/ix.php:2719 app/features/ix.php:2760
994
  msgid "End Time"
995
  msgstr "Uhrzeit Ende"
996
 
@@ -1114,48 +1114,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1114
  msgstr ""
1115
 
1116
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1117
- #: app/libraries/main.php:2137
1118
  #, fuzzy
1119
  #| msgid "Name"
1120
  msgid "MEC Name"
1121
  msgstr "Name"
1122
 
1123
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1124
- #: app/libraries/main.php:2166
1125
  #, fuzzy
1126
  #| msgid "Email"
1127
  msgid "MEC Email"
1128
  msgstr "Email"
1129
 
1130
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1131
- #: app/libraries/main.php:2107
1132
  msgid "Text"
1133
  msgstr "Text"
1134
 
1135
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1136
  #: app/features/organizers.php:102 app/features/organizers.php:146
1137
  #: app/features/speakers.php:111 app/features/speakers.php:175
1138
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1139
  msgid "Tel"
1140
  msgstr "Tel"
1141
 
1142
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1143
- #: app/libraries/main.php:2225
1144
  msgid "File"
1145
  msgstr ""
1146
 
1147
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1148
- #: app/libraries/main.php:2312
1149
  msgid "Textarea"
1150
  msgstr "Textbereich"
1151
 
1152
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1153
- #: app/libraries/main.php:2365
1154
  msgid "Checkboxes"
1155
  msgstr "Checkboxes"
1156
 
1157
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1158
- #: app/libraries/main.php:2409
1159
  msgid "Radio Buttons"
1160
  msgstr "Radio Buttons"
1161
 
@@ -1223,17 +1223,17 @@ msgstr "Radio Buttons"
1223
  #: app/features/mec/meta_boxes/search_form.php:569
1224
  #: app/features/mec/meta_boxes/search_form.php:576
1225
  #: app/features/mec/meta_boxes/search_form.php:583
1226
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1227
  msgid "Dropdown"
1228
  msgstr "Dropdown"
1229
 
1230
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1231
- #: app/libraries/main.php:2500
1232
  msgid "Agreement"
1233
  msgstr "Zustimmung"
1234
 
1235
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1236
- #: app/libraries/main.php:2341
1237
  msgid "Paragraph"
1238
  msgstr "Absatz"
1239
 
@@ -1256,8 +1256,8 @@ msgid "organizers"
1256
  msgstr "Veranstalter"
1257
 
1258
  #: app/features/events.php:2429 app/features/events.php:2609
1259
- #: app/features/events.php:2651 app/features/ix.php:2719
1260
- #: app/features/ix.php:2760 app/features/locations.php:58
1261
  #: app/features/locations.php:229 app/features/locations.php:286
1262
  #: app/features/locations.php:288 app/features/locations.php:297
1263
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1269,8 +1269,8 @@ msgstr "Veranstalter"
1269
  #: app/features/mec/meta_boxes/search_form.php:369
1270
  #: app/features/mec/meta_boxes/search_form.php:423
1271
  #: app/features/mec/meta_boxes/search_form.php:484
1272
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1273
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1274
  #: app/skins/single.php:255 app/skins/single/default.php:141
1275
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1276
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1278,8 +1278,8 @@ msgid "Location"
1278
  msgstr "Ort"
1279
 
1280
  #: app/features/events.php:2430 app/features/events.php:2609
1281
- #: app/features/events.php:2651 app/features/ix.php:2719
1282
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1283
  #: app/features/mec/meta_boxes/display_options.php:819
1284
  #: app/features/mec/meta_boxes/search_form.php:45
1285
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1292,7 +1292,7 @@ msgstr "Ort"
1292
  #: app/features/mec/meta_boxes/search_form.php:552
1293
  #: app/features/organizers.php:58 app/features/organizers.php:199
1294
  #: app/features/organizers.php:255 app/features/organizers.php:257
1295
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1296
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1297
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1298
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1332,14 +1332,14 @@ msgid "Duplicate"
1332
  msgstr "Kopie"
1333
 
1334
  #: app/features/events.php:2609 app/features/events.php:2651
1335
- #: app/features/ix.php:2719 app/features/ix.php:2760
1336
  #: app/features/labels.php:176 app/features/locations.php:228
1337
  #: app/features/organizers.php:198 app/features/speakers.php:241
1338
  msgid "ID"
1339
  msgstr "ID"
1340
 
1341
  #: app/features/events.php:2609 app/features/events.php:2651
1342
- #: app/features/ix.php:2719 app/features/ix.php:2760
1343
  msgid "Link"
1344
  msgstr "Link"
1345
 
@@ -1451,7 +1451,7 @@ msgstr "Bild entfernen"
1451
 
1452
  #: app/features/fes/form.php:547 app/features/labels.php:61
1453
  #: app/features/labels.php:220 app/features/mec.php:317
1454
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1455
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1456
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1457
  msgid "Labels"
@@ -1516,76 +1516,76 @@ msgstr ""
1516
  msgid "The events are imported successfully!"
1517
  msgstr ""
1518
 
1519
- #: app/features/ix.php:756
1520
  msgid "Third Party plugin is not installed and activated!"
1521
  msgstr "Drittanbieter-Plugin ist nicht installiert und aktiviert!"
1522
 
1523
- #: app/features/ix.php:781
1524
  msgid "Third Party plugin is invalid!"
1525
  msgstr "Drittanbieter-Plugin ist ungültig!"
1526
 
1527
- #: app/features/ix.php:1926 app/features/ix.php:1984
1528
  msgid "Both of API key and Calendar ID are required!"
1529
  msgstr "Beide, API Schlüssel und Calender ID wird benötigt"
1530
 
1531
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1532
  msgid "Please select some events to import!"
1533
  msgstr "Bitte wählen Sie einige Veranstaltungen aus zum importieren"
1534
 
1535
- #: app/features/ix.php:2340 app/features/ix.php:2403
1536
  #, fuzzy
1537
  #| msgid "Both of API key and Calendar ID are required!"
1538
  msgid "Both of API key and Group URL are required!"
1539
  msgstr "Beide, API Schlüssel und Calender ID wird benötigt"
1540
 
1541
- #: app/features/ix.php:2642
1542
  msgid "Check at Meetup"
1543
  msgstr ""
1544
 
1545
- #: app/features/ix.php:2719 app/features/ix.php:2760
1546
  msgid "Organizer Tel"
1547
  msgstr "Organisator Telefon"
1548
 
1549
- #: app/features/ix.php:2719 app/features/ix.php:2760
1550
  msgid "Organizer Email"
1551
  msgstr "Organisator Email"
1552
 
1553
- #: app/features/ix.php:2841
1554
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1555
  msgstr "Dies wird alles benötigt: Client ID, Client Secret und Calender ID!"
1556
 
1557
- #: app/features/ix.php:2864
1558
  #, php-format
1559
  msgid "All seems good! Please click %s for authenticating your app."
1560
  msgstr ""
1561
  "Alles scheint gut zu sein! Bitte klicken %s um Ihre App zu authentifizieren."
1562
 
1563
- #: app/features/ix.php:2918
1564
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1565
  msgstr "Dies wird alles benötigt: Client ID, Client Secret und Calender ID!"
1566
 
1567
- #: app/features/ix.php:3117
1568
  #, php-format
1569
  msgid "%s events added to Google Calendar successfully."
1570
  msgstr "%s Events wurden erfolgreich zum Google Kalender hinzugefügt."
1571
 
1572
- #: app/features/ix.php:3118
1573
  #, php-format
1574
  msgid "%s previously added events get updated."
1575
  msgstr "%s vorherige hinzugefügte Events wurden aktualisiert."
1576
 
1577
- #: app/features/ix.php:3119
1578
  #, php-format
1579
  msgid "%s events failed to add for following reasons: %s"
1580
  msgstr "%s Events wurde aus folgenden Gründen nicht hinzugefügt: %s"
1581
 
1582
- #: app/features/ix.php:3151
1583
  #, fuzzy
1584
  #| msgid "Please insert your facebook page's link."
1585
  msgid "Please insert your Facebook page's link."
1586
  msgstr "Bitte Ihren Facebook Seitenlink eingeben."
1587
 
1588
- #: app/features/ix.php:3160
1589
  #, fuzzy
1590
  #| msgid ""
1591
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
@@ -1597,11 +1597,11 @@ msgstr ""
1597
  "Wir konnten Ihre Facebookseite nicht erkennen. Bitte checken Sie das und "
1598
  "stellen Sie uns einen gültigen Facebookseitenlink zur Verfügung."
1599
 
1600
- #: app/features/ix.php:3192
1601
  msgid "Please insert your facebook page's link."
1602
  msgstr "Bitte Ihren Facebook Seitenlink eingeben."
1603
 
1604
- #: app/features/ix.php:3197
1605
  msgid ""
1606
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1607
  "valid facebook page link."
@@ -2192,7 +2192,7 @@ msgstr ""
2192
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2193
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2194
  #: app/skins/monthly_view/calendar_clean.php:81
2195
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2196
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2197
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2198
  #, fuzzy
@@ -2201,14 +2201,14 @@ msgid "Featured"
2201
  msgstr "Ausgewähltes Bild"
2202
 
2203
  #: app/features/labels.php:117 app/features/labels.php:142
2204
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2205
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2206
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2207
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2208
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2209
  #: app/skins/monthly_view/calendar.php:84
2210
  #: app/skins/monthly_view/calendar_clean.php:85
2211
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2212
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2213
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2214
  msgid "Canceled"
@@ -2236,7 +2236,7 @@ msgstr "Event %s"
2236
 
2237
  #: app/features/locations.php:59 app/features/mec.php:318
2238
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2239
- #: app/libraries/main.php:4376
2240
  msgid "Locations"
2241
  msgstr "Orte"
2242
 
@@ -2348,7 +2348,7 @@ msgstr "Bild wählen"
2348
  msgid "Don't show map in single event page"
2349
  msgstr "Karte in Einzelansicht nicht anzeigen"
2350
 
2351
- #: app/features/locations.php:361 app/libraries/main.php:4410
2352
  #, fuzzy
2353
  #| msgid "Locations"
2354
  msgid "Other Locations"
@@ -2409,7 +2409,7 @@ msgstr "Support"
2409
 
2410
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2411
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2412
- #: app/libraries/main.php:4378
2413
  msgid "Organizers"
2414
  msgstr "Veranstalter"
2415
 
@@ -2428,7 +2428,7 @@ msgstr "MEC - Einstellungen"
2428
  msgid "MEC - Addons"
2429
  msgstr "MEC - Einstellungen"
2430
 
2431
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2432
  msgid "Addons"
2433
  msgstr ""
2434
 
@@ -2484,30 +2484,30 @@ msgstr "Separates Fenster"
2484
  msgid "Modal 1"
2485
  msgstr "Modal 1"
2486
 
2487
- #: app/features/mec/addons.php:18
2488
  msgid "How to Purchase"
2489
  msgstr ""
2490
 
2491
- #: app/features/mec/addons.php:19
2492
  msgid "Install Addons"
2493
  msgstr ""
2494
 
2495
- #: app/features/mec/addons.php:22
2496
  msgid ""
2497
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2498
  "however, you cannot install and use them on the Lite version too."
2499
  msgstr ""
2500
 
2501
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2502
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2503
  msgid "Version"
2504
  msgstr "Version"
2505
 
2506
- #: app/features/mec/addons.php:80
2507
  msgid "Coming Soon"
2508
  msgstr ""
2509
 
2510
- #: app/features/mec/addons.php:91
2511
  msgid ""
2512
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2513
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -3067,15 +3067,15 @@ msgstr "Standardansicht"
3067
 
3068
  #: app/features/mec/meta_boxes/display_options.php:414
3069
  #: app/features/mec/meta_boxes/display_options.php:431
3070
- #: app/libraries/main.php:329 app/libraries/main.php:1198
3071
- #: app/libraries/main.php:1223
3072
  msgid "List View"
3073
  msgstr "Listenansicht"
3074
 
3075
  #: app/features/mec/meta_boxes/display_options.php:415
3076
  #: app/features/mec/meta_boxes/display_options.php:441
3077
- #: app/libraries/main.php:333 app/libraries/main.php:1192
3078
- #: app/libraries/main.php:1217
3079
  msgid "Yearly View"
3080
  msgstr "Jahresansicht"
3081
 
@@ -3086,15 +3086,15 @@ msgstr "Monatliche Kalenderansicht"
3086
 
3087
  #: app/features/mec/meta_boxes/display_options.php:417
3088
  #: app/features/mec/meta_boxes/display_options.php:473
3089
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3090
- #: app/libraries/main.php:1219
3091
  msgid "Weekly View"
3092
  msgstr "Wochenansicht"
3093
 
3094
  #: app/features/mec/meta_boxes/display_options.php:418
3095
  #: app/features/mec/meta_boxes/display_options.php:483
3096
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3097
- #: app/libraries/main.php:1220
3098
  msgid "Daily View"
3099
  msgstr "Tagesansicht"
3100
 
@@ -3464,7 +3464,7 @@ msgstr "Deaktiviert"
3464
  #: app/features/mec/meta_boxes/search_form.php:437
3465
  #: app/features/mec/meta_boxes/search_form.php:498
3466
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3467
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3468
  #: app/libraries/skins.php:824
3469
  msgid "Speaker"
3470
  msgstr ""
@@ -4017,7 +4017,7 @@ msgid ""
4017
  msgstr ""
4018
 
4019
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
4020
- #: app/libraries/main.php:4385
4021
  msgid "Weekdays"
4022
  msgstr "Wochentage"
4023
 
@@ -4796,7 +4796,7 @@ msgid ""
4796
  msgstr ""
4797
 
4798
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4799
- #: app/libraries/main.php:4567
4800
  msgid "Verified"
4801
  msgstr "Verifiziert"
4802
 
@@ -5361,7 +5361,7 @@ msgstr "z.B.. max@mustermann.com"
5361
  msgid "eg. https://webnus.net"
5362
  msgstr "http://webnus.net"
5363
 
5364
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5365
  #: app/skins/single.php:194
5366
  msgid "Other Organizers"
5367
  msgstr "Andere Veranstalter"
@@ -5383,11 +5383,11 @@ msgstr "Um neue Veranstaltungen einzugeben, bitte %s/%s"
5383
  msgid "#"
5384
  msgstr ""
5385
 
5386
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5387
  msgid "Status"
5388
  msgstr ""
5389
 
5390
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5391
  msgid "Attendees"
5392
  msgstr "Teilnehmer"
5393
 
@@ -5402,8 +5402,8 @@ msgstr "% s Rechnung"
5402
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5403
  msgstr ""
5404
 
5405
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5406
- #: app/libraries/main.php:4407
5407
  msgid "Ticket"
5408
  msgstr "Ticket"
5409
 
@@ -5453,7 +5453,7 @@ msgid "Insert URL of Facebook Page"
5453
  msgstr "Vom Facebook Kalender Importieren"
5454
 
5455
  #: app/features/speakers.php:135 app/features/speakers.php:187
5456
- #: app/libraries/main.php:1080
5457
  msgid "Google+"
5458
  msgstr "Google+"
5459
 
@@ -5562,38 +5562,38 @@ msgstr ""
5562
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
5563
  "Beitrag handelt."
5564
 
5565
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5566
- #: app/libraries/main.php:1224
5567
  msgid "Grid View"
5568
  msgstr "Rasterdarstellung"
5569
 
5570
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5571
- #: app/libraries/main.php:1225
5572
  msgid "Agenda View"
5573
  msgstr "Agendaansicht"
5574
 
5575
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5576
- #: app/libraries/main.php:1216
5577
  msgid "Full Calendar"
5578
  msgstr "Ganzer Kalender"
5579
 
5580
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5581
- #: app/libraries/main.php:1218
5582
  msgid "Calendar/Monthly View"
5583
  msgstr "Kalender-/Monatsansicht"
5584
 
5585
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5586
- #: app/libraries/main.php:1221
5587
  msgid "Timetable View"
5588
  msgstr "Stundenplan"
5589
 
5590
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5591
- #: app/libraries/main.php:1222
5592
  msgid "Masonry View"
5593
  msgstr "Kachel Ansicht"
5594
 
5595
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5596
- #: app/libraries/main.php:1226
5597
  msgid "Map View"
5598
  msgstr "Kartenansicht"
5599
 
@@ -5617,304 +5617,304 @@ msgstr "Karussellansicht"
5617
  msgid "Slider View"
5618
  msgstr "Slideransicht"
5619
 
5620
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5621
  msgid "SU"
5622
  msgstr "SO"
5623
 
5624
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5625
  msgid "MO"
5626
  msgstr "MO"
5627
 
5628
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5629
  msgid "TU"
5630
  msgstr "DI"
5631
 
5632
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5633
  msgid "WE"
5634
  msgstr "MI"
5635
 
5636
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5637
  msgid "TH"
5638
  msgstr "DO"
5639
 
5640
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5641
  msgid "FR"
5642
  msgstr "FR"
5643
 
5644
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5645
  msgid "SA"
5646
  msgstr "SA"
5647
 
5648
- #: app/libraries/main.php:1038
5649
  msgid "Events at this location"
5650
  msgstr "Veranstaltungen an diesem Ort "
5651
 
5652
- #: app/libraries/main.php:1038
5653
  msgid "Event at this location"
5654
  msgstr "Veranstaltung an diesem Ort "
5655
 
5656
- #: app/libraries/main.php:1079
5657
  msgid "Facebook"
5658
  msgstr "Facebook"
5659
 
5660
- #: app/libraries/main.php:1081
5661
  msgid "Twitter"
5662
  msgstr "Twitter"
5663
 
5664
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5665
  msgid "Linkedin"
5666
  msgstr "Linkedin"
5667
 
5668
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5669
  msgid "VK"
5670
  msgstr ""
5671
 
5672
- #: app/libraries/main.php:1102
5673
  msgid "Share on Facebook"
5674
  msgstr "Teilen auf Facebook"
5675
 
5676
- #: app/libraries/main.php:1117
5677
  msgid "Google Plus"
5678
  msgstr "Google Plus"
5679
 
5680
- #: app/libraries/main.php:1132
5681
  msgid "Tweet"
5682
  msgstr "Tweet"
5683
 
5684
- #: app/libraries/main.php:1202
5685
  #, fuzzy
5686
  #| msgid "Shortcode"
5687
  msgid "Custom Shortcode"
5688
  msgstr "Shortcode"
5689
 
5690
- #: app/libraries/main.php:1561
5691
  msgid "Your booking successfully verified."
5692
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
5693
 
5694
- #: app/libraries/main.php:1562
5695
  msgid "Your booking cannot verify!"
5696
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
5697
 
5698
- #: app/libraries/main.php:1574
5699
  msgid "Your booking successfully canceled."
5700
  msgstr "Ihre Buchung wurde erfolgreich storniert."
5701
 
5702
- #: app/libraries/main.php:1575
5703
  msgid "Your booking cannot be canceled."
5704
  msgstr "Ihre Buchung kann nicht storniert werden."
5705
 
5706
- #: app/libraries/main.php:1579
5707
  msgid "You canceled the payment successfully."
5708
  msgstr "Sie haben die Zahlung erfolgreich storniert."
5709
 
5710
- #: app/libraries/main.php:1583
5711
  msgid "You returned from payment gateway successfully."
5712
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
5713
 
5714
- #: app/libraries/main.php:1607
5715
  msgid "Cannot find the booking!"
5716
  msgstr "Kann die Buchung nicht finden!"
5717
 
5718
- #: app/libraries/main.php:1607
5719
  msgid "Booking is invalid."
5720
  msgstr "Buchung ist ungültig."
5721
 
5722
- #: app/libraries/main.php:1636
5723
  #, php-format
5724
  msgid "%s Invoice"
5725
  msgstr "% s Rechnung"
5726
 
5727
- #: app/libraries/main.php:1657
5728
  msgid "Transaction ID"
5729
  msgstr "Transaktions-ID"
5730
 
5731
- #: app/libraries/main.php:1710
5732
  msgid "Billing"
5733
  msgstr "Abrechnung"
5734
 
5735
- #: app/libraries/main.php:1721
5736
  msgid "Total"
5737
  msgstr "Gesamt"
5738
 
5739
- #: app/libraries/main.php:1754
5740
  msgid "Security nonce is not valid."
5741
  msgstr "Sicherheits-Nonce ist ungültig."
5742
 
5743
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5744
  msgid "iCal export stopped!"
5745
  msgstr "iCal Export wurde unterbrochen!"
5746
 
5747
- #: app/libraries/main.php:1786
5748
  #, fuzzy
5749
  #| msgid "Request is invalid!"
5750
  msgid "Request is not valid."
5751
  msgstr "Die Anfrage ist ungültig!"
5752
 
5753
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5754
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5755
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5756
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5757
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5758
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5759
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5760
  msgid "Sort"
5761
  msgstr "Sortieren"
5762
 
5763
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5764
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5765
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5766
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5767
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5768
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5769
  msgid "Required Field"
5770
  msgstr "Pflichtfeld"
5771
 
5772
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5773
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5774
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5775
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5776
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5777
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5778
  msgid "Insert a label for this field"
5779
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
5780
 
5781
- #: app/libraries/main.php:2346
5782
  msgid "HTML and shortcode are allowed."
5783
  msgstr "HTML und shortcodes sind erlaubt."
5784
 
5785
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5786
- #: app/libraries/main.php:2477
5787
  msgid "Option"
5788
  msgstr "Option"
5789
 
5790
- #: app/libraries/main.php:2511
5791
  #, php-format
5792
  msgid "Instead of %s, the page title with a link will be show."
5793
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
5794
 
5795
- #: app/libraries/main.php:2513
5796
  msgid "Agreement Page"
5797
  msgstr "Zustimmungsseite"
5798
 
5799
- #: app/libraries/main.php:2524
5800
  msgid "Checked by default"
5801
  msgstr ""
5802
 
5803
- #: app/libraries/main.php:2525
5804
  msgid "Unchecked by default"
5805
  msgstr ""
5806
 
5807
- #: app/libraries/main.php:2547
5808
  msgid "Insert a label for this option"
5809
  msgstr "Ein neues Label für diese Option einfügen"
5810
 
5811
- #: app/libraries/main.php:2562
5812
  msgid "Free"
5813
  msgstr "kostenfrei"
5814
 
5815
- #: app/libraries/main.php:3214
5816
  #, php-format
5817
  msgid "Copy of %s"
5818
  msgstr "Kopie von %s"
5819
 
5820
- #: app/libraries/main.php:3877
5821
  msgid "Booked an event."
5822
  msgstr "Eine Veranstaltung wurde gebucht."
5823
 
5824
- #: app/libraries/main.php:3918
5825
  #, php-format
5826
  msgid "%s booked %s event."
5827
  msgstr "%s gebuchtes %s Event"
5828
 
5829
- #: app/libraries/main.php:4370
5830
  msgid "Taxonomies"
5831
  msgstr "Klassifizierung "
5832
 
5833
- #: app/libraries/main.php:4372
5834
  msgid "Category Plural Label"
5835
  msgstr "Kategorien"
5836
 
5837
- #: app/libraries/main.php:4373
5838
  msgid "Category Singular Label"
5839
  msgstr "Kategorie"
5840
 
5841
- #: app/libraries/main.php:4374
5842
  msgid "Label Plural Label"
5843
  msgstr "Labels"
5844
 
5845
- #: app/libraries/main.php:4375
5846
  msgid "Label Singular Label"
5847
  msgstr "Label"
5848
 
5849
- #: app/libraries/main.php:4375
5850
  msgid "label"
5851
  msgstr "label"
5852
 
5853
- #: app/libraries/main.php:4376
5854
  msgid "Location Plural Label"
5855
  msgstr "Veranstaltungsorte"
5856
 
5857
- #: app/libraries/main.php:4377
5858
  msgid "Location Singular Label"
5859
  msgstr "Veranstaltungsort"
5860
 
5861
- #: app/libraries/main.php:4378
5862
  msgid "Organizer Plural Label"
5863
  msgstr "Veranstalter"
5864
 
5865
- #: app/libraries/main.php:4379
5866
  msgid "Organizer Singular Label"
5867
  msgstr "Veranstalter"
5868
 
5869
- #: app/libraries/main.php:4380
5870
  #, fuzzy
5871
  #| msgid "Label Plural Label"
5872
  msgid "Speaker Plural Label"
5873
  msgstr "Labels"
5874
 
5875
- #: app/libraries/main.php:4381
5876
  #, fuzzy
5877
  #| msgid "Label Singular Label"
5878
  msgid "Speaker Singular Label"
5879
  msgstr "Label"
5880
 
5881
- #: app/libraries/main.php:4387
5882
  msgid "Sunday abbreviation"
5883
  msgstr "Sonntag Abkürzung"
5884
 
5885
- #: app/libraries/main.php:4388
5886
  msgid "Monday abbreviation"
5887
  msgstr "Montag Abkürzung"
5888
 
5889
- #: app/libraries/main.php:4389
5890
  msgid "Tuesday abbreviation"
5891
  msgstr "Dienstag Abkürzung"
5892
 
5893
- #: app/libraries/main.php:4390
5894
  msgid "Wednesday abbreviation"
5895
  msgstr "Mittwoch Abkürzung"
5896
 
5897
- #: app/libraries/main.php:4391
5898
  msgid "Thursday abbreviation"
5899
  msgstr "Donnerstag Abkürzung"
5900
 
5901
- #: app/libraries/main.php:4392
5902
  msgid "Friday abbreviation"
5903
  msgstr "Freitag Abkürzung"
5904
 
5905
- #: app/libraries/main.php:4393
5906
  msgid "Saturday abbreviation"
5907
  msgstr "Samstag Abkürzung "
5908
 
5909
- #: app/libraries/main.php:4397
5910
  msgid "Others"
5911
  msgstr "Andere"
5912
 
5913
- #: app/libraries/main.php:4399
5914
  msgid "Booking Success Message"
5915
  msgstr "Buchung erfolgreich Mitteilung"
5916
 
5917
- #: app/libraries/main.php:4399
5918
  msgid ""
5919
  "Thanks for your booking. Your tickets booked, booking verification might be "
5920
  "needed, please check your email."
@@ -5922,12 +5922,12 @@ msgstr ""
5922
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
5923
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
5924
 
5925
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5926
  msgid "Register Button"
5927
  msgstr "Register Button"
5928
 
5929
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5930
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5931
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5932
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5933
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5936,76 +5936,76 @@ msgstr "Register Button"
5936
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5937
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5938
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5939
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5940
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5941
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5942
  msgid "REGISTER"
5943
  msgstr "ANMELDEN"
5944
 
5945
- #: app/libraries/main.php:4401
5946
  msgid "View Detail Button"
5947
  msgstr "Ansicht Detail Button"
5948
 
5949
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5950
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5951
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5952
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5953
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5954
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5955
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5956
- #: app/skins/slider/render.php:305
5957
  msgid "View Detail"
5958
  msgstr "Details "
5959
 
5960
- #: app/libraries/main.php:4402
5961
  msgid "Event Detail Button"
5962
  msgstr "Event Detail Button"
5963
 
5964
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5965
  msgid "Event Detail"
5966
  msgstr "Veranstaltungsdetails"
5967
 
5968
- #: app/libraries/main.php:4404
5969
  msgid "More Info Link"
5970
  msgstr "Link Mehr Informationen"
5971
 
5972
- #: app/libraries/main.php:4407
5973
  msgid "Ticket (Singular)"
5974
  msgstr "Ticket"
5975
 
5976
- #: app/libraries/main.php:4408
5977
  msgid "Tickets (Plural)"
5978
  msgstr "Tickets"
5979
 
5980
- #: app/libraries/main.php:4475
5981
  msgid "EventON"
5982
  msgstr "EventON"
5983
 
5984
- #: app/libraries/main.php:4476
5985
  msgid "The Events Calendar"
5986
  msgstr "The Events Calendar"
5987
 
5988
- #: app/libraries/main.php:4477
5989
  msgid "Events Schedule WP Plugin"
5990
  msgstr "Event Zeitplan WP-Plugin"
5991
 
5992
- #: app/libraries/main.php:4478
5993
  msgid "Calendarize It"
5994
  msgstr ""
5995
 
5996
- #: app/libraries/main.php:4552
5997
  msgid "Confirmed"
5998
  msgstr "Bestätigt"
5999
 
6000
- #: app/libraries/main.php:4553
6001
  msgid "Rejected"
6002
  msgstr "Abgelehnt"
6003
 
6004
- #: app/libraries/main.php:4554
6005
  msgid "Pending"
6006
  msgstr "Ausstehend"
6007
 
6008
- #: app/libraries/main.php:4569
6009
  msgid "Waiting"
6010
  msgstr "in Bearbeitung"
6011
 
@@ -6093,14 +6093,14 @@ msgstr "Gutschein verwenden"
6093
  msgid "Free Booking"
6094
  msgstr "Kostenlose Buchung"
6095
 
6096
- #: app/modules/booking/steps/form.php:158
6097
  #, fuzzy
6098
  #| msgid "Fill other attendees's information like the first form."
6099
  msgid "Fill other attendees information like the first form."
6100
  msgstr ""
6101
  "Füllen Sie die Informationen anderer Teilnehmer wie das erste Formular aus."
6102
 
6103
- #: app/modules/booking/steps/form.php:172
6104
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
6105
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
6106
  msgid "Next"
@@ -6242,7 +6242,7 @@ msgstr "Verfügbare Spot (s):"
6242
  msgid "View All"
6243
  msgstr "Ansicht %s"
6244
 
6245
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6246
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6247
  #: app/skins/list/render.php:119
6248
  msgid "EVENT DETAIL"
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
6
+ "PO-Revision-Date: 2019-05-28 17:08+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
297
  msgid "Add New Event"
298
  msgstr "Neue Veranstaltung hinzufügen"
299
 
300
+ #: app/features/events.php:138 app/features/ix.php:3202
301
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
302
  msgid "No events found!"
303
  msgstr "Keine Veranstaltungen gefunden!"
329
  #: app/features/mec/meta_boxes/search_form.php:362
330
  #: app/features/mec/meta_boxes/search_form.php:416
331
  #: app/features/mec/meta_boxes/search_form.php:477
332
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
333
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
334
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
335
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
338
 
339
  #: app/features/events.php:160 app/features/fes/form.php:522
340
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
341
+ #: app/libraries/main.php:4375
342
  msgid "Categories"
343
  msgstr "Kategorien"
344
 
412
 
413
  #: app/features/events.php:306 app/features/events.php:2609
414
  #: app/features/events.php:2651 app/features/fes/form.php:483
415
+ #: app/features/ix.php:2740 app/features/ix.php:2781
416
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
417
  #: app/widgets/single.php:103
418
  msgid "Event Cost"
419
  msgstr ""
420
  "Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
421
 
422
  #: app/features/events.php:309 app/features/fes/form.php:486
423
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
424
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
425
  #: app/skins/single/modern.php:187
426
  msgid "Cost"
447
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
448
  #: app/features/organizers.php:110 app/features/organizers.php:150
449
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
450
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
451
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
452
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
453
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
454
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
455
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
456
  #: app/skins/single/modern.php:38
464
  #: app/features/events.php:419 app/features/events.php:423
465
  #: app/features/events.php:2431 app/features/events.php:2609
466
  #: app/features/events.php:2651 app/features/fes/form.php:227
467
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
468
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
469
  #: app/features/mec/dashboard.php:334
470
  #: app/features/mec/meta_boxes/display_options.php:42
471
  #: app/features/mec/meta_boxes/display_options.php:184
500
  #: app/features/events.php:500 app/features/events.php:504
501
  #: app/features/events.php:2432 app/features/events.php:2609
502
  #: app/features/events.php:2651 app/features/fes/form.php:267
503
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
504
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
505
  #: app/features/mec/dashboard.php:335
506
  msgid "End Date"
507
  msgstr "Ende Datum"
771
 
772
  #: app/features/events.php:810 app/features/events.php:1819
773
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
774
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
775
  #: app/modules/booking/steps/tickets.php:22
776
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
777
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
815
  #: app/features/events.php:981 app/features/events.php:1612
816
  #: app/features/events.php:1652 app/features/events.php:2428
817
  #: app/features/events.php:2609 app/features/events.php:2651
818
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
819
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
820
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
821
  msgid "Title"
822
  msgstr "Titel"
830
  #: app/features/events.php:1641 app/features/events.php:1681
831
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
832
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
833
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
834
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
835
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
836
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
837
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
838
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
839
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
840
+ #: app/libraries/main.php:2549
841
  msgid "Remove"
842
  msgstr "Entfernen"
843
 
865
  #: app/features/events.php:986 app/features/fes/form.php:615
866
  #: app/features/mec.php:324 app/features/mec/settings.php:78
867
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
868
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
869
  msgid "Speakers"
870
  msgstr ""
871
 
881
  msgstr "Veranstaltungslinks"
882
 
883
  #: app/features/events.php:1015 app/features/events.php:1019
884
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
885
  msgid "Event Link"
886
  msgstr "Veranstaltungslink"
887
 
909
  msgstr ""
910
 
911
  #: app/features/events.php:1029 app/features/events.php:1038
912
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
913
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
914
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
915
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
967
  msgstr "Wählen Sie Ihren Single Event Stil"
968
 
969
  #: app/features/events.php:1126 app/libraries/book.php:60
970
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
971
  msgid "Tickets"
972
  msgstr "Tickets"
973
 
984
 
985
  #: app/features/events.php:1150 app/features/events.php:1323
986
  #: app/features/events.php:2609 app/features/events.php:2651
987
+ #: app/features/ix.php:2740 app/features/ix.php:2781
988
  msgid "Start Time"
989
  msgstr "Uhrzeit des Beginns"
990
 
991
  #: app/features/events.php:1188 app/features/events.php:1346
992
  #: app/features/events.php:2609 app/features/events.php:2651
993
+ #: app/features/ix.php:2740 app/features/ix.php:2781
994
  msgid "End Time"
995
  msgstr "Uhrzeit Ende"
996
 
1114
  msgstr ""
1115
 
1116
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1117
+ #: app/libraries/main.php:2140
1118
  #, fuzzy
1119
  #| msgid "Name"
1120
  msgid "MEC Name"
1121
  msgstr "Name"
1122
 
1123
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1124
+ #: app/libraries/main.php:2169
1125
  #, fuzzy
1126
  #| msgid "Email"
1127
  msgid "MEC Email"
1128
  msgstr "Email"
1129
 
1130
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1131
+ #: app/libraries/main.php:2110
1132
  msgid "Text"
1133
  msgstr "Text"
1134
 
1135
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1136
  #: app/features/organizers.php:102 app/features/organizers.php:146
1137
  #: app/features/speakers.php:111 app/features/speakers.php:175
1138
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1139
  msgid "Tel"
1140
  msgstr "Tel"
1141
 
1142
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1143
+ #: app/libraries/main.php:2228
1144
  msgid "File"
1145
  msgstr ""
1146
 
1147
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1148
+ #: app/libraries/main.php:2315
1149
  msgid "Textarea"
1150
  msgstr "Textbereich"
1151
 
1152
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1153
+ #: app/libraries/main.php:2368
1154
  msgid "Checkboxes"
1155
  msgstr "Checkboxes"
1156
 
1157
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1158
+ #: app/libraries/main.php:2412
1159
  msgid "Radio Buttons"
1160
  msgstr "Radio Buttons"
1161
 
1223
  #: app/features/mec/meta_boxes/search_form.php:569
1224
  #: app/features/mec/meta_boxes/search_form.php:576
1225
  #: app/features/mec/meta_boxes/search_form.php:583
1226
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1227
  msgid "Dropdown"
1228
  msgstr "Dropdown"
1229
 
1230
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1231
+ #: app/libraries/main.php:2503
1232
  msgid "Agreement"
1233
  msgstr "Zustimmung"
1234
 
1235
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1236
+ #: app/libraries/main.php:2344
1237
  msgid "Paragraph"
1238
  msgstr "Absatz"
1239
 
1256
  msgstr "Veranstalter"
1257
 
1258
  #: app/features/events.php:2429 app/features/events.php:2609
1259
+ #: app/features/events.php:2651 app/features/ix.php:2740
1260
+ #: app/features/ix.php:2781 app/features/locations.php:58
1261
  #: app/features/locations.php:229 app/features/locations.php:286
1262
  #: app/features/locations.php:288 app/features/locations.php:297
1263
  #: app/features/mec/meta_boxes/display_options.php:818
1269
  #: app/features/mec/meta_boxes/search_form.php:369
1270
  #: app/features/mec/meta_boxes/search_form.php:423
1271
  #: app/features/mec/meta_boxes/search_form.php:484
1272
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1273
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1274
  #: app/skins/single.php:255 app/skins/single/default.php:141
1275
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1276
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1278
  msgstr "Ort"
1279
 
1280
  #: app/features/events.php:2430 app/features/events.php:2609
1281
+ #: app/features/events.php:2651 app/features/ix.php:2740
1282
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1283
  #: app/features/mec/meta_boxes/display_options.php:819
1284
  #: app/features/mec/meta_boxes/search_form.php:45
1285
  #: app/features/mec/meta_boxes/search_form.php:106
1292
  #: app/features/mec/meta_boxes/search_form.php:552
1293
  #: app/features/organizers.php:58 app/features/organizers.php:199
1294
  #: app/features/organizers.php:255 app/features/organizers.php:257
1295
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1296
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1297
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1298
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1332
  msgstr "Kopie"
1333
 
1334
  #: app/features/events.php:2609 app/features/events.php:2651
1335
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1336
  #: app/features/labels.php:176 app/features/locations.php:228
1337
  #: app/features/organizers.php:198 app/features/speakers.php:241
1338
  msgid "ID"
1339
  msgstr "ID"
1340
 
1341
  #: app/features/events.php:2609 app/features/events.php:2651
1342
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1343
  msgid "Link"
1344
  msgstr "Link"
1345
 
1451
 
1452
  #: app/features/fes/form.php:547 app/features/labels.php:61
1453
  #: app/features/labels.php:220 app/features/mec.php:317
1454
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1455
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1456
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1457
  msgid "Labels"
1516
  msgid "The events are imported successfully!"
1517
  msgstr ""
1518
 
1519
+ #: app/features/ix.php:780
1520
  msgid "Third Party plugin is not installed and activated!"
1521
  msgstr "Drittanbieter-Plugin ist nicht installiert und aktiviert!"
1522
 
1523
+ #: app/features/ix.php:800
1524
  msgid "Third Party plugin is invalid!"
1525
  msgstr "Drittanbieter-Plugin ist ungültig!"
1526
 
1527
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1528
  msgid "Both of API key and Calendar ID are required!"
1529
  msgstr "Beide, API Schlüssel und Calender ID wird benötigt"
1530
 
1531
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1532
  msgid "Please select some events to import!"
1533
  msgstr "Bitte wählen Sie einige Veranstaltungen aus zum importieren"
1534
 
1535
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1536
  #, fuzzy
1537
  #| msgid "Both of API key and Calendar ID are required!"
1538
  msgid "Both of API key and Group URL are required!"
1539
  msgstr "Beide, API Schlüssel und Calender ID wird benötigt"
1540
 
1541
+ #: app/features/ix.php:2663
1542
  msgid "Check at Meetup"
1543
  msgstr ""
1544
 
1545
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1546
  msgid "Organizer Tel"
1547
  msgstr "Organisator Telefon"
1548
 
1549
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1550
  msgid "Organizer Email"
1551
  msgstr "Organisator Email"
1552
 
1553
+ #: app/features/ix.php:2862
1554
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1555
  msgstr "Dies wird alles benötigt: Client ID, Client Secret und Calender ID!"
1556
 
1557
+ #: app/features/ix.php:2885
1558
  #, php-format
1559
  msgid "All seems good! Please click %s for authenticating your app."
1560
  msgstr ""
1561
  "Alles scheint gut zu sein! Bitte klicken %s um Ihre App zu authentifizieren."
1562
 
1563
+ #: app/features/ix.php:2939
1564
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1565
  msgstr "Dies wird alles benötigt: Client ID, Client Secret und Calender ID!"
1566
 
1567
+ #: app/features/ix.php:3138
1568
  #, php-format
1569
  msgid "%s events added to Google Calendar successfully."
1570
  msgstr "%s Events wurden erfolgreich zum Google Kalender hinzugefügt."
1571
 
1572
+ #: app/features/ix.php:3139
1573
  #, php-format
1574
  msgid "%s previously added events get updated."
1575
  msgstr "%s vorherige hinzugefügte Events wurden aktualisiert."
1576
 
1577
+ #: app/features/ix.php:3140
1578
  #, php-format
1579
  msgid "%s events failed to add for following reasons: %s"
1580
  msgstr "%s Events wurde aus folgenden Gründen nicht hinzugefügt: %s"
1581
 
1582
+ #: app/features/ix.php:3172
1583
  #, fuzzy
1584
  #| msgid "Please insert your facebook page's link."
1585
  msgid "Please insert your Facebook page's link."
1586
  msgstr "Bitte Ihren Facebook Seitenlink eingeben."
1587
 
1588
+ #: app/features/ix.php:3181
1589
  #, fuzzy
1590
  #| msgid ""
1591
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
1597
  "Wir konnten Ihre Facebookseite nicht erkennen. Bitte checken Sie das und "
1598
  "stellen Sie uns einen gültigen Facebookseitenlink zur Verfügung."
1599
 
1600
+ #: app/features/ix.php:3213
1601
  msgid "Please insert your facebook page's link."
1602
  msgstr "Bitte Ihren Facebook Seitenlink eingeben."
1603
 
1604
+ #: app/features/ix.php:3218
1605
  msgid ""
1606
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1607
  "valid facebook page link."
2192
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2193
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2194
  #: app/skins/monthly_view/calendar_clean.php:81
2195
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2196
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2197
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2198
  #, fuzzy
2201
  msgstr "Ausgewähltes Bild"
2202
 
2203
  #: app/features/labels.php:117 app/features/labels.php:142
2204
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2205
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2206
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2207
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2208
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2209
  #: app/skins/monthly_view/calendar.php:84
2210
  #: app/skins/monthly_view/calendar_clean.php:85
2211
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2212
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2213
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2214
  msgid "Canceled"
2236
 
2237
  #: app/features/locations.php:59 app/features/mec.php:318
2238
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2239
+ #: app/libraries/main.php:4379
2240
  msgid "Locations"
2241
  msgstr "Orte"
2242
 
2348
  msgid "Don't show map in single event page"
2349
  msgstr "Karte in Einzelansicht nicht anzeigen"
2350
 
2351
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2352
  #, fuzzy
2353
  #| msgid "Locations"
2354
  msgid "Other Locations"
2409
 
2410
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2411
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2412
+ #: app/libraries/main.php:4381
2413
  msgid "Organizers"
2414
  msgstr "Veranstalter"
2415
 
2428
  msgid "MEC - Addons"
2429
  msgstr "MEC - Einstellungen"
2430
 
2431
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2432
  msgid "Addons"
2433
  msgstr ""
2434
 
2484
  msgid "Modal 1"
2485
  msgstr "Modal 1"
2486
 
2487
+ #: app/features/mec/addons.php:24
2488
  msgid "How to Purchase"
2489
  msgstr ""
2490
 
2491
+ #: app/features/mec/addons.php:25
2492
  msgid "Install Addons"
2493
  msgstr ""
2494
 
2495
+ #: app/features/mec/addons.php:28
2496
  msgid ""
2497
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2498
  "however, you cannot install and use them on the Lite version too."
2499
  msgstr ""
2500
 
2501
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2502
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2503
  msgid "Version"
2504
  msgstr "Version"
2505
 
2506
+ #: app/features/mec/addons.php:86
2507
  msgid "Coming Soon"
2508
  msgstr ""
2509
 
2510
+ #: app/features/mec/addons.php:97
2511
  msgid ""
2512
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2513
  "functions are <strong>not activated</strong> on your server. Please contact "
3067
 
3068
  #: app/features/mec/meta_boxes/display_options.php:414
3069
  #: app/features/mec/meta_boxes/display_options.php:431
3070
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
3071
+ #: app/libraries/main.php:1226
3072
  msgid "List View"
3073
  msgstr "Listenansicht"
3074
 
3075
  #: app/features/mec/meta_boxes/display_options.php:415
3076
  #: app/features/mec/meta_boxes/display_options.php:441
3077
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
3078
+ #: app/libraries/main.php:1220
3079
  msgid "Yearly View"
3080
  msgstr "Jahresansicht"
3081
 
3086
 
3087
  #: app/features/mec/meta_boxes/display_options.php:417
3088
  #: app/features/mec/meta_boxes/display_options.php:473
3089
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3090
+ #: app/libraries/main.php:1222
3091
  msgid "Weekly View"
3092
  msgstr "Wochenansicht"
3093
 
3094
  #: app/features/mec/meta_boxes/display_options.php:418
3095
  #: app/features/mec/meta_boxes/display_options.php:483
3096
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3097
+ #: app/libraries/main.php:1223
3098
  msgid "Daily View"
3099
  msgstr "Tagesansicht"
3100
 
3464
  #: app/features/mec/meta_boxes/search_form.php:437
3465
  #: app/features/mec/meta_boxes/search_form.php:498
3466
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3467
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3468
  #: app/libraries/skins.php:824
3469
  msgid "Speaker"
3470
  msgstr ""
4017
  msgstr ""
4018
 
4019
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
4020
+ #: app/libraries/main.php:4388
4021
  msgid "Weekdays"
4022
  msgstr "Wochentage"
4023
 
4796
  msgstr ""
4797
 
4798
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4799
+ #: app/libraries/main.php:4570
4800
  msgid "Verified"
4801
  msgstr "Verifiziert"
4802
 
5361
  msgid "eg. https://webnus.net"
5362
  msgstr "http://webnus.net"
5363
 
5364
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5365
  #: app/skins/single.php:194
5366
  msgid "Other Organizers"
5367
  msgstr "Andere Veranstalter"
5383
  msgid "#"
5384
  msgstr ""
5385
 
5386
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5387
  msgid "Status"
5388
  msgstr ""
5389
 
5390
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5391
  msgid "Attendees"
5392
  msgstr "Teilnehmer"
5393
 
5402
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5403
  msgstr ""
5404
 
5405
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5406
+ #: app/libraries/main.php:4410
5407
  msgid "Ticket"
5408
  msgstr "Ticket"
5409
 
5453
  msgstr "Vom Facebook Kalender Importieren"
5454
 
5455
  #: app/features/speakers.php:135 app/features/speakers.php:187
5456
+ #: app/libraries/main.php:1083
5457
  msgid "Google+"
5458
  msgstr "Google+"
5459
 
5562
  "Eine Vorschau kann nicht angezeit werden, da es sich um einen geschützen "
5563
  "Beitrag handelt."
5564
 
5565
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5566
+ #: app/libraries/main.php:1227
5567
  msgid "Grid View"
5568
  msgstr "Rasterdarstellung"
5569
 
5570
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5571
+ #: app/libraries/main.php:1228
5572
  msgid "Agenda View"
5573
  msgstr "Agendaansicht"
5574
 
5575
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5576
+ #: app/libraries/main.php:1219
5577
  msgid "Full Calendar"
5578
  msgstr "Ganzer Kalender"
5579
 
5580
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5581
+ #: app/libraries/main.php:1221
5582
  msgid "Calendar/Monthly View"
5583
  msgstr "Kalender-/Monatsansicht"
5584
 
5585
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5586
+ #: app/libraries/main.php:1224
5587
  msgid "Timetable View"
5588
  msgstr "Stundenplan"
5589
 
5590
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5591
+ #: app/libraries/main.php:1225
5592
  msgid "Masonry View"
5593
  msgstr "Kachel Ansicht"
5594
 
5595
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5596
+ #: app/libraries/main.php:1229
5597
  msgid "Map View"
5598
  msgstr "Kartenansicht"
5599
 
5617
  msgid "Slider View"
5618
  msgstr "Slideransicht"
5619
 
5620
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5621
  msgid "SU"
5622
  msgstr "SO"
5623
 
5624
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5625
  msgid "MO"
5626
  msgstr "MO"
5627
 
5628
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5629
  msgid "TU"
5630
  msgstr "DI"
5631
 
5632
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5633
  msgid "WE"
5634
  msgstr "MI"
5635
 
5636
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5637
  msgid "TH"
5638
  msgstr "DO"
5639
 
5640
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5641
  msgid "FR"
5642
  msgstr "FR"
5643
 
5644
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5645
  msgid "SA"
5646
  msgstr "SA"
5647
 
5648
+ #: app/libraries/main.php:1041
5649
  msgid "Events at this location"
5650
  msgstr "Veranstaltungen an diesem Ort "
5651
 
5652
+ #: app/libraries/main.php:1041
5653
  msgid "Event at this location"
5654
  msgstr "Veranstaltung an diesem Ort "
5655
 
5656
+ #: app/libraries/main.php:1082
5657
  msgid "Facebook"
5658
  msgstr "Facebook"
5659
 
5660
+ #: app/libraries/main.php:1084
5661
  msgid "Twitter"
5662
  msgstr "Twitter"
5663
 
5664
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5665
  msgid "Linkedin"
5666
  msgstr "Linkedin"
5667
 
5668
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5669
  msgid "VK"
5670
  msgstr ""
5671
 
5672
+ #: app/libraries/main.php:1105
5673
  msgid "Share on Facebook"
5674
  msgstr "Teilen auf Facebook"
5675
 
5676
+ #: app/libraries/main.php:1120
5677
  msgid "Google Plus"
5678
  msgstr "Google Plus"
5679
 
5680
+ #: app/libraries/main.php:1135
5681
  msgid "Tweet"
5682
  msgstr "Tweet"
5683
 
5684
+ #: app/libraries/main.php:1205
5685
  #, fuzzy
5686
  #| msgid "Shortcode"
5687
  msgid "Custom Shortcode"
5688
  msgstr "Shortcode"
5689
 
5690
+ #: app/libraries/main.php:1564
5691
  msgid "Your booking successfully verified."
5692
  msgstr "Ihre Buchung wurde erfolgreich verifiziert."
5693
 
5694
+ #: app/libraries/main.php:1565
5695
  msgid "Your booking cannot verify!"
5696
  msgstr "Ihre Buchung kann nicht verifiziert werden!"
5697
 
5698
+ #: app/libraries/main.php:1577
5699
  msgid "Your booking successfully canceled."
5700
  msgstr "Ihre Buchung wurde erfolgreich storniert."
5701
 
5702
+ #: app/libraries/main.php:1578
5703
  msgid "Your booking cannot be canceled."
5704
  msgstr "Ihre Buchung kann nicht storniert werden."
5705
 
5706
+ #: app/libraries/main.php:1582
5707
  msgid "You canceled the payment successfully."
5708
  msgstr "Sie haben die Zahlung erfolgreich storniert."
5709
 
5710
+ #: app/libraries/main.php:1586
5711
  msgid "You returned from payment gateway successfully."
5712
  msgstr "Sie sind vom Bezahlungs-Gateway erfolgreich zurückgekehrt."
5713
 
5714
+ #: app/libraries/main.php:1610
5715
  msgid "Cannot find the booking!"
5716
  msgstr "Kann die Buchung nicht finden!"
5717
 
5718
+ #: app/libraries/main.php:1610
5719
  msgid "Booking is invalid."
5720
  msgstr "Buchung ist ungültig."
5721
 
5722
+ #: app/libraries/main.php:1639
5723
  #, php-format
5724
  msgid "%s Invoice"
5725
  msgstr "% s Rechnung"
5726
 
5727
+ #: app/libraries/main.php:1660
5728
  msgid "Transaction ID"
5729
  msgstr "Transaktions-ID"
5730
 
5731
+ #: app/libraries/main.php:1713
5732
  msgid "Billing"
5733
  msgstr "Abrechnung"
5734
 
5735
+ #: app/libraries/main.php:1724
5736
  msgid "Total"
5737
  msgstr "Gesamt"
5738
 
5739
+ #: app/libraries/main.php:1757
5740
  msgid "Security nonce is not valid."
5741
  msgstr "Sicherheits-Nonce ist ungültig."
5742
 
5743
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5744
  msgid "iCal export stopped!"
5745
  msgstr "iCal Export wurde unterbrochen!"
5746
 
5747
+ #: app/libraries/main.php:1789
5748
  #, fuzzy
5749
  #| msgid "Request is invalid!"
5750
  msgid "Request is not valid."
5751
  msgstr "Die Anfrage ist ungültig!"
5752
 
5753
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5754
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5755
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5756
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5757
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5758
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5759
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5760
  msgid "Sort"
5761
  msgstr "Sortieren"
5762
 
5763
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5764
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5765
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5766
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5767
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5768
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5769
  msgid "Required Field"
5770
  msgstr "Pflichtfeld"
5771
 
5772
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5773
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5774
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5775
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5776
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5777
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5778
  msgid "Insert a label for this field"
5779
  msgstr "Geben Sie eine Bezeichnung (Label) für dieses Feld ein."
5780
 
5781
+ #: app/libraries/main.php:2349
5782
  msgid "HTML and shortcode are allowed."
5783
  msgstr "HTML und shortcodes sind erlaubt."
5784
 
5785
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5786
+ #: app/libraries/main.php:2480
5787
  msgid "Option"
5788
  msgstr "Option"
5789
 
5790
+ #: app/libraries/main.php:2514
5791
  #, php-format
5792
  msgid "Instead of %s, the page title with a link will be show."
5793
  msgstr "Anstelle von %s, wird der Seitentitel mit einem Link gezeigt"
5794
 
5795
+ #: app/libraries/main.php:2516
5796
  msgid "Agreement Page"
5797
  msgstr "Zustimmungsseite"
5798
 
5799
+ #: app/libraries/main.php:2527
5800
  msgid "Checked by default"
5801
  msgstr ""
5802
 
5803
+ #: app/libraries/main.php:2528
5804
  msgid "Unchecked by default"
5805
  msgstr ""
5806
 
5807
+ #: app/libraries/main.php:2550
5808
  msgid "Insert a label for this option"
5809
  msgstr "Ein neues Label für diese Option einfügen"
5810
 
5811
+ #: app/libraries/main.php:2565
5812
  msgid "Free"
5813
  msgstr "kostenfrei"
5814
 
5815
+ #: app/libraries/main.php:3217
5816
  #, php-format
5817
  msgid "Copy of %s"
5818
  msgstr "Kopie von %s"
5819
 
5820
+ #: app/libraries/main.php:3880
5821
  msgid "Booked an event."
5822
  msgstr "Eine Veranstaltung wurde gebucht."
5823
 
5824
+ #: app/libraries/main.php:3921
5825
  #, php-format
5826
  msgid "%s booked %s event."
5827
  msgstr "%s gebuchtes %s Event"
5828
 
5829
+ #: app/libraries/main.php:4373
5830
  msgid "Taxonomies"
5831
  msgstr "Klassifizierung "
5832
 
5833
+ #: app/libraries/main.php:4375
5834
  msgid "Category Plural Label"
5835
  msgstr "Kategorien"
5836
 
5837
+ #: app/libraries/main.php:4376
5838
  msgid "Category Singular Label"
5839
  msgstr "Kategorie"
5840
 
5841
+ #: app/libraries/main.php:4377
5842
  msgid "Label Plural Label"
5843
  msgstr "Labels"
5844
 
5845
+ #: app/libraries/main.php:4378
5846
  msgid "Label Singular Label"
5847
  msgstr "Label"
5848
 
5849
+ #: app/libraries/main.php:4378
5850
  msgid "label"
5851
  msgstr "label"
5852
 
5853
+ #: app/libraries/main.php:4379
5854
  msgid "Location Plural Label"
5855
  msgstr "Veranstaltungsorte"
5856
 
5857
+ #: app/libraries/main.php:4380
5858
  msgid "Location Singular Label"
5859
  msgstr "Veranstaltungsort"
5860
 
5861
+ #: app/libraries/main.php:4381
5862
  msgid "Organizer Plural Label"
5863
  msgstr "Veranstalter"
5864
 
5865
+ #: app/libraries/main.php:4382
5866
  msgid "Organizer Singular Label"
5867
  msgstr "Veranstalter"
5868
 
5869
+ #: app/libraries/main.php:4383
5870
  #, fuzzy
5871
  #| msgid "Label Plural Label"
5872
  msgid "Speaker Plural Label"
5873
  msgstr "Labels"
5874
 
5875
+ #: app/libraries/main.php:4384
5876
  #, fuzzy
5877
  #| msgid "Label Singular Label"
5878
  msgid "Speaker Singular Label"
5879
  msgstr "Label"
5880
 
5881
+ #: app/libraries/main.php:4390
5882
  msgid "Sunday abbreviation"
5883
  msgstr "Sonntag Abkürzung"
5884
 
5885
+ #: app/libraries/main.php:4391
5886
  msgid "Monday abbreviation"
5887
  msgstr "Montag Abkürzung"
5888
 
5889
+ #: app/libraries/main.php:4392
5890
  msgid "Tuesday abbreviation"
5891
  msgstr "Dienstag Abkürzung"
5892
 
5893
+ #: app/libraries/main.php:4393
5894
  msgid "Wednesday abbreviation"
5895
  msgstr "Mittwoch Abkürzung"
5896
 
5897
+ #: app/libraries/main.php:4394
5898
  msgid "Thursday abbreviation"
5899
  msgstr "Donnerstag Abkürzung"
5900
 
5901
+ #: app/libraries/main.php:4395
5902
  msgid "Friday abbreviation"
5903
  msgstr "Freitag Abkürzung"
5904
 
5905
+ #: app/libraries/main.php:4396
5906
  msgid "Saturday abbreviation"
5907
  msgstr "Samstag Abkürzung "
5908
 
5909
+ #: app/libraries/main.php:4400
5910
  msgid "Others"
5911
  msgstr "Andere"
5912
 
5913
+ #: app/libraries/main.php:4402
5914
  msgid "Booking Success Message"
5915
  msgstr "Buchung erfolgreich Mitteilung"
5916
 
5917
+ #: app/libraries/main.php:4402
5918
  msgid ""
5919
  "Thanks for your booking. Your tickets booked, booking verification might be "
5920
  "needed, please check your email."
5922
  "Vielen Dank für Ihre Buchung. Für die gebuchten Tickets ist ggf. eine "
5923
  "Bestätigung durch Sie erforderlich. Bitte überprüfen Sie Ihre Emails."
5924
 
5925
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5926
  msgid "Register Button"
5927
  msgstr "Register Button"
5928
 
5929
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5930
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5931
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5932
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5933
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5936
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5937
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5938
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5939
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5940
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5941
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5942
  msgid "REGISTER"
5943
  msgstr "ANMELDEN"
5944
 
5945
+ #: app/libraries/main.php:4404
5946
  msgid "View Detail Button"
5947
  msgstr "Ansicht Detail Button"
5948
 
5949
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5950
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5951
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5952
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5953
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5954
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5955
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5956
+ #: app/skins/slider/render.php:299
5957
  msgid "View Detail"
5958
  msgstr "Details "
5959
 
5960
+ #: app/libraries/main.php:4405
5961
  msgid "Event Detail Button"
5962
  msgstr "Event Detail Button"
5963
 
5964
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5965
  msgid "Event Detail"
5966
  msgstr "Veranstaltungsdetails"
5967
 
5968
+ #: app/libraries/main.php:4407
5969
  msgid "More Info Link"
5970
  msgstr "Link Mehr Informationen"
5971
 
5972
+ #: app/libraries/main.php:4410
5973
  msgid "Ticket (Singular)"
5974
  msgstr "Ticket"
5975
 
5976
+ #: app/libraries/main.php:4411
5977
  msgid "Tickets (Plural)"
5978
  msgstr "Tickets"
5979
 
5980
+ #: app/libraries/main.php:4478
5981
  msgid "EventON"
5982
  msgstr "EventON"
5983
 
5984
+ #: app/libraries/main.php:4479
5985
  msgid "The Events Calendar"
5986
  msgstr "The Events Calendar"
5987
 
5988
+ #: app/libraries/main.php:4480
5989
  msgid "Events Schedule WP Plugin"
5990
  msgstr "Event Zeitplan WP-Plugin"
5991
 
5992
+ #: app/libraries/main.php:4481
5993
  msgid "Calendarize It"
5994
  msgstr ""
5995
 
5996
+ #: app/libraries/main.php:4555
5997
  msgid "Confirmed"
5998
  msgstr "Bestätigt"
5999
 
6000
+ #: app/libraries/main.php:4556
6001
  msgid "Rejected"
6002
  msgstr "Abgelehnt"
6003
 
6004
+ #: app/libraries/main.php:4557
6005
  msgid "Pending"
6006
  msgstr "Ausstehend"
6007
 
6008
+ #: app/libraries/main.php:4572
6009
  msgid "Waiting"
6010
  msgstr "in Bearbeitung"
6011
 
6093
  msgid "Free Booking"
6094
  msgstr "Kostenlose Buchung"
6095
 
6096
+ #: app/modules/booking/steps/form.php:162
6097
  #, fuzzy
6098
  #| msgid "Fill other attendees's information like the first form."
6099
  msgid "Fill other attendees information like the first form."
6100
  msgstr ""
6101
  "Füllen Sie die Informationen anderer Teilnehmer wie das erste Formular aus."
6102
 
6103
+ #: app/modules/booking/steps/form.php:175
6104
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
6105
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
6106
  msgid "Next"
6242
  msgid "View All"
6243
  msgstr "Ansicht %s"
6244
 
6245
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6246
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6247
  #: app/skins/list/render.php:119
6248
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-en_US.mo CHANGED
Binary file
languages/modern-events-calendar-lite-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -265,7 +265,7 @@ msgstr ""
265
  msgid "Add New Event"
266
  msgstr ""
267
 
268
- #: app/features/events.php:138 app/features/ix.php:3181
269
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
270
  msgid "No events found!"
271
  msgstr ""
@@ -297,7 +297,7 @@ msgstr ""
297
  #: app/features/mec/meta_boxes/search_form.php:362
298
  #: app/features/mec/meta_boxes/search_form.php:416
299
  #: app/features/mec/meta_boxes/search_form.php:477
300
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
301
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
302
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
303
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -306,7 +306,7 @@ msgstr ""
306
 
307
  #: app/features/events.php:160 app/features/fes/form.php:522
308
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
309
- #: app/libraries/main.php:4372
310
  msgid "Categories"
311
  msgstr ""
312
 
@@ -380,14 +380,14 @@ msgstr ""
380
 
381
  #: app/features/events.php:306 app/features/events.php:2609
382
  #: app/features/events.php:2651 app/features/fes/form.php:483
383
- #: app/features/ix.php:2719 app/features/ix.php:2760
384
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
385
  #: app/widgets/single.php:103
386
  msgid "Event Cost"
387
  msgstr ""
388
 
389
  #: app/features/events.php:309 app/features/fes/form.php:486
390
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
391
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
392
  #: app/skins/single/modern.php:187
393
  msgid "Cost"
@@ -414,10 +414,10 @@ msgstr ""
414
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
415
  #: app/features/organizers.php:110 app/features/organizers.php:150
416
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
417
- #: app/features/speakers.php:179 app/libraries/main.php:1084
418
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
419
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
420
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
421
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
422
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
423
  #: app/skins/single/modern.php:38
@@ -431,8 +431,8 @@ msgstr ""
431
  #: app/features/events.php:419 app/features/events.php:423
432
  #: app/features/events.php:2431 app/features/events.php:2609
433
  #: app/features/events.php:2651 app/features/fes/form.php:227
434
- #: app/features/fes/form.php:231 app/features/ix.php:2719
435
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
436
  #: app/features/mec/dashboard.php:334
437
  #: app/features/mec/meta_boxes/display_options.php:42
438
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -467,8 +467,8 @@ msgstr ""
467
  #: app/features/events.php:500 app/features/events.php:504
468
  #: app/features/events.php:2432 app/features/events.php:2609
469
  #: app/features/events.php:2651 app/features/fes/form.php:267
470
- #: app/features/fes/form.php:271 app/features/ix.php:2719
471
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
472
  #: app/features/mec/dashboard.php:335
473
  msgid "End Date"
474
  msgstr ""
@@ -726,7 +726,7 @@ msgstr ""
726
 
727
  #: app/features/events.php:810 app/features/events.php:1819
728
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
729
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
730
  #: app/modules/booking/steps/tickets.php:22
731
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
732
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -770,8 +770,8 @@ msgstr ""
770
  #: app/features/events.php:981 app/features/events.php:1612
771
  #: app/features/events.php:1652 app/features/events.php:2428
772
  #: app/features/events.php:2609 app/features/events.php:2651
773
- #: app/features/fes/form.php:216 app/features/ix.php:2719
774
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
775
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
776
  msgid "Title"
777
  msgstr ""
@@ -785,14 +785,14 @@ msgstr ""
785
  #: app/features/events.php:1641 app/features/events.php:1681
786
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
787
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
788
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
789
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
790
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
791
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
792
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
793
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
794
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
795
- #: app/libraries/main.php:2546
796
  msgid "Remove"
797
  msgstr ""
798
 
@@ -820,7 +820,7 @@ msgstr ""
820
  #: app/features/events.php:986 app/features/fes/form.php:615
821
  #: app/features/mec.php:324 app/features/mec/settings.php:78
822
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
823
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
824
  msgid "Speakers"
825
  msgstr ""
826
 
@@ -834,7 +834,7 @@ msgid "Event Links"
834
  msgstr ""
835
 
836
  #: app/features/events.php:1015 app/features/events.php:1019
837
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
838
  msgid "Event Link"
839
  msgstr ""
840
 
@@ -855,7 +855,7 @@ msgid "URL Shortener"
855
  msgstr ""
856
 
857
  #: app/features/events.php:1029 app/features/events.php:1038
858
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
859
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
860
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
861
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -906,7 +906,7 @@ msgid "Read About A Booking System"
906
  msgstr ""
907
 
908
  #: app/features/events.php:1126 app/libraries/book.php:60
909
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
910
  msgid "Tickets"
911
  msgstr ""
912
 
@@ -923,13 +923,13 @@ msgstr ""
923
 
924
  #: app/features/events.php:1150 app/features/events.php:1323
925
  #: app/features/events.php:2609 app/features/events.php:2651
926
- #: app/features/ix.php:2719 app/features/ix.php:2760
927
  msgid "Start Time"
928
  msgstr ""
929
 
930
  #: app/features/events.php:1188 app/features/events.php:1346
931
  #: app/features/events.php:2609 app/features/events.php:2651
932
- #: app/features/ix.php:2719 app/features/ix.php:2760
933
  msgid "End Time"
934
  msgstr ""
935
 
@@ -1045,44 +1045,44 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1045
  msgstr ""
1046
 
1047
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1048
- #: app/libraries/main.php:2137
1049
  msgid "MEC Name"
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1053
- #: app/libraries/main.php:2166
1054
  msgid "MEC Email"
1055
  msgstr ""
1056
 
1057
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1058
- #: app/libraries/main.php:2107
1059
  msgid "Text"
1060
  msgstr ""
1061
 
1062
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1063
  #: app/features/organizers.php:102 app/features/organizers.php:146
1064
  #: app/features/speakers.php:111 app/features/speakers.php:175
1065
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1066
  msgid "Tel"
1067
  msgstr ""
1068
 
1069
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1070
- #: app/libraries/main.php:2225
1071
  msgid "File"
1072
  msgstr ""
1073
 
1074
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1075
- #: app/libraries/main.php:2312
1076
  msgid "Textarea"
1077
  msgstr ""
1078
 
1079
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1080
- #: app/libraries/main.php:2365
1081
  msgid "Checkboxes"
1082
  msgstr ""
1083
 
1084
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1085
- #: app/libraries/main.php:2409
1086
  msgid "Radio Buttons"
1087
  msgstr ""
1088
 
@@ -1150,17 +1150,17 @@ msgstr ""
1150
  #: app/features/mec/meta_boxes/search_form.php:569
1151
  #: app/features/mec/meta_boxes/search_form.php:576
1152
  #: app/features/mec/meta_boxes/search_form.php:583
1153
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1154
  msgid "Dropdown"
1155
  msgstr ""
1156
 
1157
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1158
- #: app/libraries/main.php:2500
1159
  msgid "Agreement"
1160
  msgstr ""
1161
 
1162
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1163
- #: app/libraries/main.php:2341
1164
  msgid "Paragraph"
1165
  msgstr ""
1166
 
@@ -1183,8 +1183,8 @@ msgid "organizers"
1183
  msgstr ""
1184
 
1185
  #: app/features/events.php:2429 app/features/events.php:2609
1186
- #: app/features/events.php:2651 app/features/ix.php:2719
1187
- #: app/features/ix.php:2760 app/features/locations.php:58
1188
  #: app/features/locations.php:229 app/features/locations.php:286
1189
  #: app/features/locations.php:288 app/features/locations.php:297
1190
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1196,8 +1196,8 @@ msgstr ""
1196
  #: app/features/mec/meta_boxes/search_form.php:369
1197
  #: app/features/mec/meta_boxes/search_form.php:423
1198
  #: app/features/mec/meta_boxes/search_form.php:484
1199
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1200
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1201
  #: app/skins/single.php:255 app/skins/single/default.php:141
1202
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1203
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1205,8 +1205,8 @@ msgid "Location"
1205
  msgstr ""
1206
 
1207
  #: app/features/events.php:2430 app/features/events.php:2609
1208
- #: app/features/events.php:2651 app/features/ix.php:2719
1209
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1210
  #: app/features/mec/meta_boxes/display_options.php:819
1211
  #: app/features/mec/meta_boxes/search_form.php:45
1212
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1219,7 +1219,7 @@ msgstr ""
1219
  #: app/features/mec/meta_boxes/search_form.php:552
1220
  #: app/features/organizers.php:58 app/features/organizers.php:199
1221
  #: app/features/organizers.php:255 app/features/organizers.php:257
1222
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1223
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1224
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1225
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1259,14 +1259,14 @@ msgid "Duplicate"
1259
  msgstr ""
1260
 
1261
  #: app/features/events.php:2609 app/features/events.php:2651
1262
- #: app/features/ix.php:2719 app/features/ix.php:2760
1263
  #: app/features/labels.php:176 app/features/locations.php:228
1264
  #: app/features/organizers.php:198 app/features/speakers.php:241
1265
  msgid "ID"
1266
  msgstr ""
1267
 
1268
  #: app/features/events.php:2609 app/features/events.php:2651
1269
- #: app/features/ix.php:2719 app/features/ix.php:2760
1270
  msgid "Link"
1271
  msgstr ""
1272
 
@@ -1370,7 +1370,7 @@ msgstr ""
1370
 
1371
  #: app/features/fes/form.php:547 app/features/labels.php:61
1372
  #: app/features/labels.php:220 app/features/mec.php:317
1373
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1374
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1375
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1376
  msgid "Labels"
@@ -1434,81 +1434,81 @@ msgstr ""
1434
  msgid "The events are imported successfully!"
1435
  msgstr ""
1436
 
1437
- #: app/features/ix.php:756
1438
  msgid "Third Party plugin is not installed and activated!"
1439
  msgstr ""
1440
 
1441
- #: app/features/ix.php:781
1442
  msgid "Third Party plugin is invalid!"
1443
  msgstr ""
1444
 
1445
- #: app/features/ix.php:1926 app/features/ix.php:1984
1446
  msgid "Both of API key and Calendar ID are required!"
1447
  msgstr ""
1448
 
1449
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1450
  msgid "Please select some events to import!"
1451
  msgstr ""
1452
 
1453
- #: app/features/ix.php:2340 app/features/ix.php:2403
1454
  msgid "Both of API key and Group URL are required!"
1455
  msgstr ""
1456
 
1457
- #: app/features/ix.php:2642
1458
  msgid "Check at Meetup"
1459
  msgstr ""
1460
 
1461
- #: app/features/ix.php:2719 app/features/ix.php:2760
1462
  msgid "Organizer Tel"
1463
  msgstr ""
1464
 
1465
- #: app/features/ix.php:2719 app/features/ix.php:2760
1466
  msgid "Organizer Email"
1467
  msgstr ""
1468
 
1469
- #: app/features/ix.php:2841
1470
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1471
  msgstr ""
1472
 
1473
- #: app/features/ix.php:2864
1474
  #, php-format
1475
  msgid "All seems good! Please click %s for authenticating your app."
1476
  msgstr ""
1477
 
1478
- #: app/features/ix.php:2918
1479
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1480
  msgstr ""
1481
 
1482
- #: app/features/ix.php:3117
1483
  #, php-format
1484
  msgid "%s events added to Google Calendar successfully."
1485
  msgstr ""
1486
 
1487
- #: app/features/ix.php:3118
1488
  #, php-format
1489
  msgid "%s previously added events get updated."
1490
  msgstr ""
1491
 
1492
- #: app/features/ix.php:3119
1493
  #, php-format
1494
  msgid "%s events failed to add for following reasons: %s"
1495
  msgstr ""
1496
 
1497
- #: app/features/ix.php:3151
1498
  msgid "Please insert your Facebook page's link."
1499
  msgstr ""
1500
 
1501
- #: app/features/ix.php:3160
1502
  msgid ""
1503
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1504
  "valid Facebook page link."
1505
  msgstr ""
1506
 
1507
- #: app/features/ix.php:3192
1508
  msgid "Please insert your facebook page's link."
1509
  msgstr ""
1510
 
1511
- #: app/features/ix.php:3197
1512
  msgid ""
1513
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1514
  "valid facebook page link."
@@ -2030,21 +2030,21 @@ msgstr ""
2030
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2031
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2032
  #: app/skins/monthly_view/calendar_clean.php:81
2033
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2034
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2035
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2036
  msgid "Featured"
2037
  msgstr ""
2038
 
2039
  #: app/features/labels.php:117 app/features/labels.php:142
2040
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2041
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2042
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2043
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2044
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2045
  #: app/skins/monthly_view/calendar.php:84
2046
  #: app/skins/monthly_view/calendar_clean.php:85
2047
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2048
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2049
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2050
  msgid "Canceled"
@@ -2072,7 +2072,7 @@ msgstr ""
2072
 
2073
  #: app/features/locations.php:59 app/features/mec.php:318
2074
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2075
- #: app/libraries/main.php:4376
2076
  msgid "Locations"
2077
  msgstr ""
2078
 
@@ -2177,7 +2177,7 @@ msgstr ""
2177
  msgid "Don't show map in single event page"
2178
  msgstr ""
2179
 
2180
- #: app/features/locations.php:361 app/libraries/main.php:4410
2181
  msgid "Other Locations"
2182
  msgstr ""
2183
 
@@ -2225,7 +2225,7 @@ msgstr ""
2225
 
2226
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2227
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2228
- #: app/libraries/main.php:4378
2229
  msgid "Organizers"
2230
  msgstr ""
2231
 
@@ -2242,7 +2242,7 @@ msgstr ""
2242
  msgid "MEC - Addons"
2243
  msgstr ""
2244
 
2245
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2246
  msgid "Addons"
2247
  msgstr ""
2248
 
@@ -2298,30 +2298,30 @@ msgstr ""
2298
  msgid "Modal 1"
2299
  msgstr ""
2300
 
2301
- #: app/features/mec/addons.php:18
2302
  msgid "How to Purchase"
2303
  msgstr ""
2304
 
2305
- #: app/features/mec/addons.php:19
2306
  msgid "Install Addons"
2307
  msgstr ""
2308
 
2309
- #: app/features/mec/addons.php:22
2310
  msgid ""
2311
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2312
  "however, you cannot install and use them on the Lite version too."
2313
  msgstr ""
2314
 
2315
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2316
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2317
  msgid "Version"
2318
  msgstr ""
2319
 
2320
- #: app/features/mec/addons.php:80
2321
  msgid "Coming Soon"
2322
  msgstr ""
2323
 
2324
- #: app/features/mec/addons.php:91
2325
  msgid ""
2326
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2327
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -2858,15 +2858,15 @@ msgstr ""
2858
 
2859
  #: app/features/mec/meta_boxes/display_options.php:414
2860
  #: app/features/mec/meta_boxes/display_options.php:431
2861
- #: app/libraries/main.php:329 app/libraries/main.php:1198
2862
- #: app/libraries/main.php:1223
2863
  msgid "List View"
2864
  msgstr ""
2865
 
2866
  #: app/features/mec/meta_boxes/display_options.php:415
2867
  #: app/features/mec/meta_boxes/display_options.php:441
2868
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2869
- #: app/libraries/main.php:1217
2870
  msgid "Yearly View"
2871
  msgstr ""
2872
 
@@ -2877,15 +2877,15 @@ msgstr ""
2877
 
2878
  #: app/features/mec/meta_boxes/display_options.php:417
2879
  #: app/features/mec/meta_boxes/display_options.php:473
2880
- #: app/libraries/main.php:336 app/libraries/main.php:1194
2881
- #: app/libraries/main.php:1219
2882
  msgid "Weekly View"
2883
  msgstr ""
2884
 
2885
  #: app/features/mec/meta_boxes/display_options.php:418
2886
  #: app/features/mec/meta_boxes/display_options.php:483
2887
- #: app/libraries/main.php:335 app/libraries/main.php:1195
2888
- #: app/libraries/main.php:1220
2889
  msgid "Daily View"
2890
  msgstr ""
2891
 
@@ -3239,7 +3239,7 @@ msgstr ""
3239
  #: app/features/mec/meta_boxes/search_form.php:437
3240
  #: app/features/mec/meta_boxes/search_form.php:498
3241
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3242
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3243
  #: app/libraries/skins.php:824
3244
  msgid "Speaker"
3245
  msgstr ""
@@ -3755,7 +3755,7 @@ msgid ""
3755
  msgstr ""
3756
 
3757
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3758
- #: app/libraries/main.php:4385
3759
  msgid "Weekdays"
3760
  msgstr ""
3761
 
@@ -4432,7 +4432,7 @@ msgid ""
4432
  msgstr ""
4433
 
4434
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4435
- #: app/libraries/main.php:4567
4436
  msgid "Verified"
4437
  msgstr ""
4438
 
@@ -4918,7 +4918,7 @@ msgstr ""
4918
  msgid "eg. https://webnus.net"
4919
  msgstr ""
4920
 
4921
- #: app/features/organizers.php:309 app/libraries/main.php:4409
4922
  #: app/skins/single.php:194
4923
  msgid "Other Organizers"
4924
  msgstr ""
@@ -4937,11 +4937,11 @@ msgstr ""
4937
  msgid "#"
4938
  msgstr ""
4939
 
4940
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
4941
  msgid "Status"
4942
  msgstr ""
4943
 
4944
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4945
  msgid "Attendees"
4946
  msgstr ""
4947
 
@@ -4954,8 +4954,8 @@ msgstr ""
4954
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4955
  msgstr ""
4956
 
4957
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4958
- #: app/libraries/main.php:4407
4959
  msgid "Ticket"
4960
  msgstr ""
4961
 
@@ -4993,7 +4993,7 @@ msgid "Insert URL of Facebook Page"
4993
  msgstr ""
4994
 
4995
  #: app/features/speakers.php:135 app/features/speakers.php:187
4996
- #: app/libraries/main.php:1080
4997
  msgid "Google+"
4998
  msgstr ""
4999
 
@@ -5094,38 +5094,38 @@ msgstr ""
5094
  msgid "There is no excerpt because this is a protected post."
5095
  msgstr ""
5096
 
5097
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5098
- #: app/libraries/main.php:1224
5099
  msgid "Grid View"
5100
  msgstr ""
5101
 
5102
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5103
- #: app/libraries/main.php:1225
5104
  msgid "Agenda View"
5105
  msgstr ""
5106
 
5107
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5108
- #: app/libraries/main.php:1216
5109
  msgid "Full Calendar"
5110
  msgstr ""
5111
 
5112
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5113
- #: app/libraries/main.php:1218
5114
  msgid "Calendar/Monthly View"
5115
  msgstr ""
5116
 
5117
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5118
- #: app/libraries/main.php:1221
5119
  msgid "Timetable View"
5120
  msgstr ""
5121
 
5122
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5123
- #: app/libraries/main.php:1222
5124
  msgid "Masonry View"
5125
  msgstr ""
5126
 
5127
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5128
- #: app/libraries/main.php:1226
5129
  msgid "Map View"
5130
  msgstr ""
5131
 
@@ -5149,307 +5149,307 @@ msgstr ""
5149
  msgid "Slider View"
5150
  msgstr ""
5151
 
5152
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5153
  msgid "SU"
5154
  msgstr ""
5155
 
5156
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5157
  msgid "MO"
5158
  msgstr ""
5159
 
5160
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5161
  msgid "TU"
5162
  msgstr ""
5163
 
5164
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5165
  msgid "WE"
5166
  msgstr ""
5167
 
5168
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5169
  msgid "TH"
5170
  msgstr ""
5171
 
5172
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5173
  msgid "FR"
5174
  msgstr ""
5175
 
5176
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5177
  msgid "SA"
5178
  msgstr ""
5179
 
5180
- #: app/libraries/main.php:1038
5181
  msgid "Events at this location"
5182
  msgstr ""
5183
 
5184
- #: app/libraries/main.php:1038
5185
  msgid "Event at this location"
5186
  msgstr ""
5187
 
5188
- #: app/libraries/main.php:1079
5189
  msgid "Facebook"
5190
  msgstr ""
5191
 
5192
- #: app/libraries/main.php:1081
5193
  msgid "Twitter"
5194
  msgstr ""
5195
 
5196
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5197
  msgid "Linkedin"
5198
  msgstr ""
5199
 
5200
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5201
  msgid "VK"
5202
  msgstr ""
5203
 
5204
- #: app/libraries/main.php:1102
5205
  msgid "Share on Facebook"
5206
  msgstr ""
5207
 
5208
- #: app/libraries/main.php:1117
5209
  msgid "Google Plus"
5210
  msgstr ""
5211
 
5212
- #: app/libraries/main.php:1132
5213
  msgid "Tweet"
5214
  msgstr ""
5215
 
5216
- #: app/libraries/main.php:1202
5217
  msgid "Custom Shortcode"
5218
  msgstr ""
5219
 
5220
- #: app/libraries/main.php:1561
5221
  msgid "Your booking successfully verified."
5222
  msgstr ""
5223
 
5224
- #: app/libraries/main.php:1562
5225
  msgid "Your booking cannot verify!"
5226
  msgstr ""
5227
 
5228
- #: app/libraries/main.php:1574
5229
  msgid "Your booking successfully canceled."
5230
  msgstr ""
5231
 
5232
- #: app/libraries/main.php:1575
5233
  msgid "Your booking cannot be canceled."
5234
  msgstr ""
5235
 
5236
- #: app/libraries/main.php:1579
5237
  msgid "You canceled the payment successfully."
5238
  msgstr ""
5239
 
5240
- #: app/libraries/main.php:1583
5241
  msgid "You returned from payment gateway successfully."
5242
  msgstr ""
5243
 
5244
- #: app/libraries/main.php:1607
5245
  msgid "Cannot find the booking!"
5246
  msgstr ""
5247
 
5248
- #: app/libraries/main.php:1607
5249
  msgid "Booking is invalid."
5250
  msgstr ""
5251
 
5252
- #: app/libraries/main.php:1636
5253
  #, php-format
5254
  msgid "%s Invoice"
5255
  msgstr ""
5256
 
5257
- #: app/libraries/main.php:1657
5258
  msgid "Transaction ID"
5259
  msgstr ""
5260
 
5261
- #: app/libraries/main.php:1710
5262
  msgid "Billing"
5263
  msgstr ""
5264
 
5265
- #: app/libraries/main.php:1721
5266
  msgid "Total"
5267
  msgstr ""
5268
 
5269
- #: app/libraries/main.php:1754
5270
  msgid "Security nonce is not valid."
5271
  msgstr ""
5272
 
5273
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5274
  msgid "iCal export stopped!"
5275
  msgstr ""
5276
 
5277
- #: app/libraries/main.php:1786
5278
  msgid "Request is not valid."
5279
  msgstr ""
5280
 
5281
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5282
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5283
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5284
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5285
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5286
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5287
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5288
  msgid "Sort"
5289
  msgstr ""
5290
 
5291
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5292
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5293
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5294
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5295
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5296
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5297
  msgid "Required Field"
5298
  msgstr ""
5299
 
5300
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5301
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5302
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5303
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5304
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5305
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5306
  msgid "Insert a label for this field"
5307
  msgstr ""
5308
 
5309
- #: app/libraries/main.php:2346
5310
  msgid "HTML and shortcode are allowed."
5311
  msgstr ""
5312
 
5313
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5314
- #: app/libraries/main.php:2477
5315
  msgid "Option"
5316
  msgstr ""
5317
 
5318
- #: app/libraries/main.php:2511
5319
  #, php-format
5320
  msgid "Instead of %s, the page title with a link will be show."
5321
  msgstr ""
5322
 
5323
- #: app/libraries/main.php:2513
5324
  msgid "Agreement Page"
5325
  msgstr ""
5326
 
5327
- #: app/libraries/main.php:2524
5328
  msgid "Checked by default"
5329
  msgstr ""
5330
 
5331
- #: app/libraries/main.php:2525
5332
  msgid "Unchecked by default"
5333
  msgstr ""
5334
 
5335
- #: app/libraries/main.php:2547
5336
  msgid "Insert a label for this option"
5337
  msgstr ""
5338
 
5339
- #: app/libraries/main.php:2562
5340
  msgid "Free"
5341
  msgstr ""
5342
 
5343
- #: app/libraries/main.php:3214
5344
  #, php-format
5345
  msgid "Copy of %s"
5346
  msgstr ""
5347
 
5348
- #: app/libraries/main.php:3877
5349
  msgid "Booked an event."
5350
  msgstr ""
5351
 
5352
- #: app/libraries/main.php:3918
5353
  #, php-format
5354
  msgid "%s booked %s event."
5355
  msgstr ""
5356
 
5357
- #: app/libraries/main.php:4370
5358
  msgid "Taxonomies"
5359
  msgstr ""
5360
 
5361
- #: app/libraries/main.php:4372
5362
  msgid "Category Plural Label"
5363
  msgstr ""
5364
 
5365
- #: app/libraries/main.php:4373
5366
  msgid "Category Singular Label"
5367
  msgstr ""
5368
 
5369
- #: app/libraries/main.php:4374
5370
  msgid "Label Plural Label"
5371
  msgstr ""
5372
 
5373
- #: app/libraries/main.php:4375
5374
  msgid "Label Singular Label"
5375
  msgstr ""
5376
 
5377
- #: app/libraries/main.php:4375
5378
  msgid "label"
5379
  msgstr ""
5380
 
5381
- #: app/libraries/main.php:4376
5382
  msgid "Location Plural Label"
5383
  msgstr ""
5384
 
5385
- #: app/libraries/main.php:4377
5386
  msgid "Location Singular Label"
5387
  msgstr ""
5388
 
5389
- #: app/libraries/main.php:4378
5390
  msgid "Organizer Plural Label"
5391
  msgstr ""
5392
 
5393
- #: app/libraries/main.php:4379
5394
  msgid "Organizer Singular Label"
5395
  msgstr ""
5396
 
5397
- #: app/libraries/main.php:4380
5398
  msgid "Speaker Plural Label"
5399
  msgstr ""
5400
 
5401
- #: app/libraries/main.php:4381
5402
  msgid "Speaker Singular Label"
5403
  msgstr ""
5404
 
5405
- #: app/libraries/main.php:4387
5406
  msgid "Sunday abbreviation"
5407
  msgstr ""
5408
 
5409
- #: app/libraries/main.php:4388
5410
  msgid "Monday abbreviation"
5411
  msgstr ""
5412
 
5413
- #: app/libraries/main.php:4389
5414
  msgid "Tuesday abbreviation"
5415
  msgstr ""
5416
 
5417
- #: app/libraries/main.php:4390
5418
  msgid "Wednesday abbreviation"
5419
  msgstr ""
5420
 
5421
- #: app/libraries/main.php:4391
5422
  msgid "Thursday abbreviation"
5423
  msgstr ""
5424
 
5425
- #: app/libraries/main.php:4392
5426
  msgid "Friday abbreviation"
5427
  msgstr ""
5428
 
5429
- #: app/libraries/main.php:4393
5430
  msgid "Saturday abbreviation"
5431
  msgstr ""
5432
 
5433
- #: app/libraries/main.php:4397
5434
  msgid "Others"
5435
  msgstr ""
5436
 
5437
- #: app/libraries/main.php:4399
5438
  msgid "Booking Success Message"
5439
  msgstr ""
5440
 
5441
- #: app/libraries/main.php:4399
5442
  msgid ""
5443
  "Thanks for your booking. Your tickets booked, booking verification might be "
5444
  "needed, please check your email."
5445
  msgstr ""
5446
 
5447
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5448
  msgid "Register Button"
5449
  msgstr ""
5450
 
5451
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5452
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5453
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5454
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5455
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5458,76 +5458,76 @@ msgstr ""
5458
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5459
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5460
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5461
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5462
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5463
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5464
  msgid "REGISTER"
5465
  msgstr ""
5466
 
5467
- #: app/libraries/main.php:4401
5468
  msgid "View Detail Button"
5469
  msgstr ""
5470
 
5471
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5472
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5473
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5474
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5475
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5476
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5477
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5478
- #: app/skins/slider/render.php:305
5479
  msgid "View Detail"
5480
  msgstr ""
5481
 
5482
- #: app/libraries/main.php:4402
5483
  msgid "Event Detail Button"
5484
  msgstr ""
5485
 
5486
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5487
  msgid "Event Detail"
5488
  msgstr ""
5489
 
5490
- #: app/libraries/main.php:4404
5491
  msgid "More Info Link"
5492
  msgstr ""
5493
 
5494
- #: app/libraries/main.php:4407
5495
  msgid "Ticket (Singular)"
5496
  msgstr ""
5497
 
5498
- #: app/libraries/main.php:4408
5499
  msgid "Tickets (Plural)"
5500
  msgstr ""
5501
 
5502
- #: app/libraries/main.php:4475
5503
  msgid "EventON"
5504
  msgstr ""
5505
 
5506
- #: app/libraries/main.php:4476
5507
  msgid "The Events Calendar"
5508
  msgstr ""
5509
 
5510
- #: app/libraries/main.php:4477
5511
  msgid "Events Schedule WP Plugin"
5512
  msgstr ""
5513
 
5514
- #: app/libraries/main.php:4478
5515
  msgid "Calendarize It"
5516
  msgstr ""
5517
 
5518
- #: app/libraries/main.php:4552
5519
  msgid "Confirmed"
5520
  msgstr ""
5521
 
5522
- #: app/libraries/main.php:4553
5523
  msgid "Rejected"
5524
  msgstr ""
5525
 
5526
- #: app/libraries/main.php:4554
5527
  msgid "Pending"
5528
  msgstr ""
5529
 
5530
- #: app/libraries/main.php:4569
5531
  msgid "Waiting"
5532
  msgstr ""
5533
 
@@ -5615,11 +5615,11 @@ msgstr ""
5615
  msgid "Free Booking"
5616
  msgstr ""
5617
 
5618
- #: app/modules/booking/steps/form.php:158
5619
  msgid "Fill other attendees information like the first form."
5620
  msgstr ""
5621
 
5622
- #: app/modules/booking/steps/form.php:172
5623
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5624
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5625
  msgid "Next"
@@ -5757,7 +5757,7 @@ msgstr ""
5757
  msgid "View All"
5758
  msgstr ""
5759
 
5760
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
5761
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
5762
  #: app/skins/list/render.php:119
5763
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:08+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
265
  msgid "Add New Event"
266
  msgstr ""
267
 
268
+ #: app/features/events.php:138 app/features/ix.php:3202
269
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
270
  msgid "No events found!"
271
  msgstr ""
297
  #: app/features/mec/meta_boxes/search_form.php:362
298
  #: app/features/mec/meta_boxes/search_form.php:416
299
  #: app/features/mec/meta_boxes/search_form.php:477
300
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
301
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
302
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
303
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
306
 
307
  #: app/features/events.php:160 app/features/fes/form.php:522
308
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
309
+ #: app/libraries/main.php:4375
310
  msgid "Categories"
311
  msgstr ""
312
 
380
 
381
  #: app/features/events.php:306 app/features/events.php:2609
382
  #: app/features/events.php:2651 app/features/fes/form.php:483
383
+ #: app/features/ix.php:2740 app/features/ix.php:2781
384
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
385
  #: app/widgets/single.php:103
386
  msgid "Event Cost"
387
  msgstr ""
388
 
389
  #: app/features/events.php:309 app/features/fes/form.php:486
390
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
391
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
392
  #: app/skins/single/modern.php:187
393
  msgid "Cost"
414
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
415
  #: app/features/organizers.php:110 app/features/organizers.php:150
416
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
417
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
418
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
419
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
420
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
421
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
422
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
423
  #: app/skins/single/modern.php:38
431
  #: app/features/events.php:419 app/features/events.php:423
432
  #: app/features/events.php:2431 app/features/events.php:2609
433
  #: app/features/events.php:2651 app/features/fes/form.php:227
434
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
435
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
436
  #: app/features/mec/dashboard.php:334
437
  #: app/features/mec/meta_boxes/display_options.php:42
438
  #: app/features/mec/meta_boxes/display_options.php:184
467
  #: app/features/events.php:500 app/features/events.php:504
468
  #: app/features/events.php:2432 app/features/events.php:2609
469
  #: app/features/events.php:2651 app/features/fes/form.php:267
470
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
471
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
472
  #: app/features/mec/dashboard.php:335
473
  msgid "End Date"
474
  msgstr ""
726
 
727
  #: app/features/events.php:810 app/features/events.php:1819
728
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
729
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
730
  #: app/modules/booking/steps/tickets.php:22
731
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
732
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
770
  #: app/features/events.php:981 app/features/events.php:1612
771
  #: app/features/events.php:1652 app/features/events.php:2428
772
  #: app/features/events.php:2609 app/features/events.php:2651
773
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
774
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
775
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
776
  msgid "Title"
777
  msgstr ""
785
  #: app/features/events.php:1641 app/features/events.php:1681
786
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
787
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
788
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
789
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
790
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
791
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
792
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
793
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
794
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
795
+ #: app/libraries/main.php:2549
796
  msgid "Remove"
797
  msgstr ""
798
 
820
  #: app/features/events.php:986 app/features/fes/form.php:615
821
  #: app/features/mec.php:324 app/features/mec/settings.php:78
822
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
823
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
824
  msgid "Speakers"
825
  msgstr ""
826
 
834
  msgstr ""
835
 
836
  #: app/features/events.php:1015 app/features/events.php:1019
837
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
838
  msgid "Event Link"
839
  msgstr ""
840
 
855
  msgstr ""
856
 
857
  #: app/features/events.php:1029 app/features/events.php:1038
858
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
859
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
860
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
861
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
906
  msgstr ""
907
 
908
  #: app/features/events.php:1126 app/libraries/book.php:60
909
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
910
  msgid "Tickets"
911
  msgstr ""
912
 
923
 
924
  #: app/features/events.php:1150 app/features/events.php:1323
925
  #: app/features/events.php:2609 app/features/events.php:2651
926
+ #: app/features/ix.php:2740 app/features/ix.php:2781
927
  msgid "Start Time"
928
  msgstr ""
929
 
930
  #: app/features/events.php:1188 app/features/events.php:1346
931
  #: app/features/events.php:2609 app/features/events.php:2651
932
+ #: app/features/ix.php:2740 app/features/ix.php:2781
933
  msgid "End Time"
934
  msgstr ""
935
 
1045
  msgstr ""
1046
 
1047
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1048
+ #: app/libraries/main.php:2140
1049
  msgid "MEC Name"
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1053
+ #: app/libraries/main.php:2169
1054
  msgid "MEC Email"
1055
  msgstr ""
1056
 
1057
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1058
+ #: app/libraries/main.php:2110
1059
  msgid "Text"
1060
  msgstr ""
1061
 
1062
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1063
  #: app/features/organizers.php:102 app/features/organizers.php:146
1064
  #: app/features/speakers.php:111 app/features/speakers.php:175
1065
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1066
  msgid "Tel"
1067
  msgstr ""
1068
 
1069
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1070
+ #: app/libraries/main.php:2228
1071
  msgid "File"
1072
  msgstr ""
1073
 
1074
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1075
+ #: app/libraries/main.php:2315
1076
  msgid "Textarea"
1077
  msgstr ""
1078
 
1079
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1080
+ #: app/libraries/main.php:2368
1081
  msgid "Checkboxes"
1082
  msgstr ""
1083
 
1084
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1085
+ #: app/libraries/main.php:2412
1086
  msgid "Radio Buttons"
1087
  msgstr ""
1088
 
1150
  #: app/features/mec/meta_boxes/search_form.php:569
1151
  #: app/features/mec/meta_boxes/search_form.php:576
1152
  #: app/features/mec/meta_boxes/search_form.php:583
1153
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1154
  msgid "Dropdown"
1155
  msgstr ""
1156
 
1157
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1158
+ #: app/libraries/main.php:2503
1159
  msgid "Agreement"
1160
  msgstr ""
1161
 
1162
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1163
+ #: app/libraries/main.php:2344
1164
  msgid "Paragraph"
1165
  msgstr ""
1166
 
1183
  msgstr ""
1184
 
1185
  #: app/features/events.php:2429 app/features/events.php:2609
1186
+ #: app/features/events.php:2651 app/features/ix.php:2740
1187
+ #: app/features/ix.php:2781 app/features/locations.php:58
1188
  #: app/features/locations.php:229 app/features/locations.php:286
1189
  #: app/features/locations.php:288 app/features/locations.php:297
1190
  #: app/features/mec/meta_boxes/display_options.php:818
1196
  #: app/features/mec/meta_boxes/search_form.php:369
1197
  #: app/features/mec/meta_boxes/search_form.php:423
1198
  #: app/features/mec/meta_boxes/search_form.php:484
1199
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1200
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1201
  #: app/skins/single.php:255 app/skins/single/default.php:141
1202
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1203
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1205
  msgstr ""
1206
 
1207
  #: app/features/events.php:2430 app/features/events.php:2609
1208
+ #: app/features/events.php:2651 app/features/ix.php:2740
1209
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1210
  #: app/features/mec/meta_boxes/display_options.php:819
1211
  #: app/features/mec/meta_boxes/search_form.php:45
1212
  #: app/features/mec/meta_boxes/search_form.php:106
1219
  #: app/features/mec/meta_boxes/search_form.php:552
1220
  #: app/features/organizers.php:58 app/features/organizers.php:199
1221
  #: app/features/organizers.php:255 app/features/organizers.php:257
1222
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1223
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1224
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1225
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1259
  msgstr ""
1260
 
1261
  #: app/features/events.php:2609 app/features/events.php:2651
1262
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1263
  #: app/features/labels.php:176 app/features/locations.php:228
1264
  #: app/features/organizers.php:198 app/features/speakers.php:241
1265
  msgid "ID"
1266
  msgstr ""
1267
 
1268
  #: app/features/events.php:2609 app/features/events.php:2651
1269
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1270
  msgid "Link"
1271
  msgstr ""
1272
 
1370
 
1371
  #: app/features/fes/form.php:547 app/features/labels.php:61
1372
  #: app/features/labels.php:220 app/features/mec.php:317
1373
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1374
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1375
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1376
  msgid "Labels"
1434
  msgid "The events are imported successfully!"
1435
  msgstr ""
1436
 
1437
+ #: app/features/ix.php:780
1438
  msgid "Third Party plugin is not installed and activated!"
1439
  msgstr ""
1440
 
1441
+ #: app/features/ix.php:800
1442
  msgid "Third Party plugin is invalid!"
1443
  msgstr ""
1444
 
1445
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1446
  msgid "Both of API key and Calendar ID are required!"
1447
  msgstr ""
1448
 
1449
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1450
  msgid "Please select some events to import!"
1451
  msgstr ""
1452
 
1453
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1454
  msgid "Both of API key and Group URL are required!"
1455
  msgstr ""
1456
 
1457
+ #: app/features/ix.php:2663
1458
  msgid "Check at Meetup"
1459
  msgstr ""
1460
 
1461
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1462
  msgid "Organizer Tel"
1463
  msgstr ""
1464
 
1465
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1466
  msgid "Organizer Email"
1467
  msgstr ""
1468
 
1469
+ #: app/features/ix.php:2862
1470
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1471
  msgstr ""
1472
 
1473
+ #: app/features/ix.php:2885
1474
  #, php-format
1475
  msgid "All seems good! Please click %s for authenticating your app."
1476
  msgstr ""
1477
 
1478
+ #: app/features/ix.php:2939
1479
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1480
  msgstr ""
1481
 
1482
+ #: app/features/ix.php:3138
1483
  #, php-format
1484
  msgid "%s events added to Google Calendar successfully."
1485
  msgstr ""
1486
 
1487
+ #: app/features/ix.php:3139
1488
  #, php-format
1489
  msgid "%s previously added events get updated."
1490
  msgstr ""
1491
 
1492
+ #: app/features/ix.php:3140
1493
  #, php-format
1494
  msgid "%s events failed to add for following reasons: %s"
1495
  msgstr ""
1496
 
1497
+ #: app/features/ix.php:3172
1498
  msgid "Please insert your Facebook page's link."
1499
  msgstr ""
1500
 
1501
+ #: app/features/ix.php:3181
1502
  msgid ""
1503
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1504
  "valid Facebook page link."
1505
  msgstr ""
1506
 
1507
+ #: app/features/ix.php:3213
1508
  msgid "Please insert your facebook page's link."
1509
  msgstr ""
1510
 
1511
+ #: app/features/ix.php:3218
1512
  msgid ""
1513
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1514
  "valid facebook page link."
2030
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2031
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2032
  #: app/skins/monthly_view/calendar_clean.php:81
2033
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2034
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2035
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2036
  msgid "Featured"
2037
  msgstr ""
2038
 
2039
  #: app/features/labels.php:117 app/features/labels.php:142
2040
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2041
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2042
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2043
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2044
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2045
  #: app/skins/monthly_view/calendar.php:84
2046
  #: app/skins/monthly_view/calendar_clean.php:85
2047
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2048
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2049
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2050
  msgid "Canceled"
2072
 
2073
  #: app/features/locations.php:59 app/features/mec.php:318
2074
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2075
+ #: app/libraries/main.php:4379
2076
  msgid "Locations"
2077
  msgstr ""
2078
 
2177
  msgid "Don't show map in single event page"
2178
  msgstr ""
2179
 
2180
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2181
  msgid "Other Locations"
2182
  msgstr ""
2183
 
2225
 
2226
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2227
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2228
+ #: app/libraries/main.php:4381
2229
  msgid "Organizers"
2230
  msgstr ""
2231
 
2242
  msgid "MEC - Addons"
2243
  msgstr ""
2244
 
2245
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2246
  msgid "Addons"
2247
  msgstr ""
2248
 
2298
  msgid "Modal 1"
2299
  msgstr ""
2300
 
2301
+ #: app/features/mec/addons.php:24
2302
  msgid "How to Purchase"
2303
  msgstr ""
2304
 
2305
+ #: app/features/mec/addons.php:25
2306
  msgid "Install Addons"
2307
  msgstr ""
2308
 
2309
+ #: app/features/mec/addons.php:28
2310
  msgid ""
2311
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2312
  "however, you cannot install and use them on the Lite version too."
2313
  msgstr ""
2314
 
2315
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2316
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2317
  msgid "Version"
2318
  msgstr ""
2319
 
2320
+ #: app/features/mec/addons.php:86
2321
  msgid "Coming Soon"
2322
  msgstr ""
2323
 
2324
+ #: app/features/mec/addons.php:97
2325
  msgid ""
2326
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2327
  "functions are <strong>not activated</strong> on your server. Please contact "
2858
 
2859
  #: app/features/mec/meta_boxes/display_options.php:414
2860
  #: app/features/mec/meta_boxes/display_options.php:431
2861
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
2862
+ #: app/libraries/main.php:1226
2863
  msgid "List View"
2864
  msgstr ""
2865
 
2866
  #: app/features/mec/meta_boxes/display_options.php:415
2867
  #: app/features/mec/meta_boxes/display_options.php:441
2868
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
2869
+ #: app/libraries/main.php:1220
2870
  msgid "Yearly View"
2871
  msgstr ""
2872
 
2877
 
2878
  #: app/features/mec/meta_boxes/display_options.php:417
2879
  #: app/features/mec/meta_boxes/display_options.php:473
2880
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
2881
+ #: app/libraries/main.php:1222
2882
  msgid "Weekly View"
2883
  msgstr ""
2884
 
2885
  #: app/features/mec/meta_boxes/display_options.php:418
2886
  #: app/features/mec/meta_boxes/display_options.php:483
2887
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
2888
+ #: app/libraries/main.php:1223
2889
  msgid "Daily View"
2890
  msgstr ""
2891
 
3239
  #: app/features/mec/meta_boxes/search_form.php:437
3240
  #: app/features/mec/meta_boxes/search_form.php:498
3241
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3242
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3243
  #: app/libraries/skins.php:824
3244
  msgid "Speaker"
3245
  msgstr ""
3755
  msgstr ""
3756
 
3757
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3758
+ #: app/libraries/main.php:4388
3759
  msgid "Weekdays"
3760
  msgstr ""
3761
 
4432
  msgstr ""
4433
 
4434
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4435
+ #: app/libraries/main.php:4570
4436
  msgid "Verified"
4437
  msgstr ""
4438
 
4918
  msgid "eg. https://webnus.net"
4919
  msgstr ""
4920
 
4921
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
4922
  #: app/skins/single.php:194
4923
  msgid "Other Organizers"
4924
  msgstr ""
4937
  msgid "#"
4938
  msgstr ""
4939
 
4940
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
4941
  msgid "Status"
4942
  msgstr ""
4943
 
4944
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
4945
  msgid "Attendees"
4946
  msgstr ""
4947
 
4954
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4955
  msgstr ""
4956
 
4957
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
4958
+ #: app/libraries/main.php:4410
4959
  msgid "Ticket"
4960
  msgstr ""
4961
 
4993
  msgstr ""
4994
 
4995
  #: app/features/speakers.php:135 app/features/speakers.php:187
4996
+ #: app/libraries/main.php:1083
4997
  msgid "Google+"
4998
  msgstr ""
4999
 
5094
  msgid "There is no excerpt because this is a protected post."
5095
  msgstr ""
5096
 
5097
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5098
+ #: app/libraries/main.php:1227
5099
  msgid "Grid View"
5100
  msgstr ""
5101
 
5102
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5103
+ #: app/libraries/main.php:1228
5104
  msgid "Agenda View"
5105
  msgstr ""
5106
 
5107
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5108
+ #: app/libraries/main.php:1219
5109
  msgid "Full Calendar"
5110
  msgstr ""
5111
 
5112
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5113
+ #: app/libraries/main.php:1221
5114
  msgid "Calendar/Monthly View"
5115
  msgstr ""
5116
 
5117
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5118
+ #: app/libraries/main.php:1224
5119
  msgid "Timetable View"
5120
  msgstr ""
5121
 
5122
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5123
+ #: app/libraries/main.php:1225
5124
  msgid "Masonry View"
5125
  msgstr ""
5126
 
5127
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5128
+ #: app/libraries/main.php:1229
5129
  msgid "Map View"
5130
  msgstr ""
5131
 
5149
  msgid "Slider View"
5150
  msgstr ""
5151
 
5152
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5153
  msgid "SU"
5154
  msgstr ""
5155
 
5156
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5157
  msgid "MO"
5158
  msgstr ""
5159
 
5160
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5161
  msgid "TU"
5162
  msgstr ""
5163
 
5164
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5165
  msgid "WE"
5166
  msgstr ""
5167
 
5168
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5169
  msgid "TH"
5170
  msgstr ""
5171
 
5172
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5173
  msgid "FR"
5174
  msgstr ""
5175
 
5176
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5177
  msgid "SA"
5178
  msgstr ""
5179
 
5180
+ #: app/libraries/main.php:1041
5181
  msgid "Events at this location"
5182
  msgstr ""
5183
 
5184
+ #: app/libraries/main.php:1041
5185
  msgid "Event at this location"
5186
  msgstr ""
5187
 
5188
+ #: app/libraries/main.php:1082
5189
  msgid "Facebook"
5190
  msgstr ""
5191
 
5192
+ #: app/libraries/main.php:1084
5193
  msgid "Twitter"
5194
  msgstr ""
5195
 
5196
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5197
  msgid "Linkedin"
5198
  msgstr ""
5199
 
5200
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5201
  msgid "VK"
5202
  msgstr ""
5203
 
5204
+ #: app/libraries/main.php:1105
5205
  msgid "Share on Facebook"
5206
  msgstr ""
5207
 
5208
+ #: app/libraries/main.php:1120
5209
  msgid "Google Plus"
5210
  msgstr ""
5211
 
5212
+ #: app/libraries/main.php:1135
5213
  msgid "Tweet"
5214
  msgstr ""
5215
 
5216
+ #: app/libraries/main.php:1205
5217
  msgid "Custom Shortcode"
5218
  msgstr ""
5219
 
5220
+ #: app/libraries/main.php:1564
5221
  msgid "Your booking successfully verified."
5222
  msgstr ""
5223
 
5224
+ #: app/libraries/main.php:1565
5225
  msgid "Your booking cannot verify!"
5226
  msgstr ""
5227
 
5228
+ #: app/libraries/main.php:1577
5229
  msgid "Your booking successfully canceled."
5230
  msgstr ""
5231
 
5232
+ #: app/libraries/main.php:1578
5233
  msgid "Your booking cannot be canceled."
5234
  msgstr ""
5235
 
5236
+ #: app/libraries/main.php:1582
5237
  msgid "You canceled the payment successfully."
5238
  msgstr ""
5239
 
5240
+ #: app/libraries/main.php:1586
5241
  msgid "You returned from payment gateway successfully."
5242
  msgstr ""
5243
 
5244
+ #: app/libraries/main.php:1610
5245
  msgid "Cannot find the booking!"
5246
  msgstr ""
5247
 
5248
+ #: app/libraries/main.php:1610
5249
  msgid "Booking is invalid."
5250
  msgstr ""
5251
 
5252
+ #: app/libraries/main.php:1639
5253
  #, php-format
5254
  msgid "%s Invoice"
5255
  msgstr ""
5256
 
5257
+ #: app/libraries/main.php:1660
5258
  msgid "Transaction ID"
5259
  msgstr ""
5260
 
5261
+ #: app/libraries/main.php:1713
5262
  msgid "Billing"
5263
  msgstr ""
5264
 
5265
+ #: app/libraries/main.php:1724
5266
  msgid "Total"
5267
  msgstr ""
5268
 
5269
+ #: app/libraries/main.php:1757
5270
  msgid "Security nonce is not valid."
5271
  msgstr ""
5272
 
5273
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5274
  msgid "iCal export stopped!"
5275
  msgstr ""
5276
 
5277
+ #: app/libraries/main.php:1789
5278
  msgid "Request is not valid."
5279
  msgstr ""
5280
 
5281
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5282
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5283
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5284
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5285
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5286
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5287
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5288
  msgid "Sort"
5289
  msgstr ""
5290
 
5291
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5292
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5293
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5294
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5295
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5296
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5297
  msgid "Required Field"
5298
  msgstr ""
5299
 
5300
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5301
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5302
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5303
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5304
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5305
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5306
  msgid "Insert a label for this field"
5307
  msgstr ""
5308
 
5309
+ #: app/libraries/main.php:2349
5310
  msgid "HTML and shortcode are allowed."
5311
  msgstr ""
5312
 
5313
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5314
+ #: app/libraries/main.php:2480
5315
  msgid "Option"
5316
  msgstr ""
5317
 
5318
+ #: app/libraries/main.php:2514
5319
  #, php-format
5320
  msgid "Instead of %s, the page title with a link will be show."
5321
  msgstr ""
5322
 
5323
+ #: app/libraries/main.php:2516
5324
  msgid "Agreement Page"
5325
  msgstr ""
5326
 
5327
+ #: app/libraries/main.php:2527
5328
  msgid "Checked by default"
5329
  msgstr ""
5330
 
5331
+ #: app/libraries/main.php:2528
5332
  msgid "Unchecked by default"
5333
  msgstr ""
5334
 
5335
+ #: app/libraries/main.php:2550
5336
  msgid "Insert a label for this option"
5337
  msgstr ""
5338
 
5339
+ #: app/libraries/main.php:2565
5340
  msgid "Free"
5341
  msgstr ""
5342
 
5343
+ #: app/libraries/main.php:3217
5344
  #, php-format
5345
  msgid "Copy of %s"
5346
  msgstr ""
5347
 
5348
+ #: app/libraries/main.php:3880
5349
  msgid "Booked an event."
5350
  msgstr ""
5351
 
5352
+ #: app/libraries/main.php:3921
5353
  #, php-format
5354
  msgid "%s booked %s event."
5355
  msgstr ""
5356
 
5357
+ #: app/libraries/main.php:4373
5358
  msgid "Taxonomies"
5359
  msgstr ""
5360
 
5361
+ #: app/libraries/main.php:4375
5362
  msgid "Category Plural Label"
5363
  msgstr ""
5364
 
5365
+ #: app/libraries/main.php:4376
5366
  msgid "Category Singular Label"
5367
  msgstr ""
5368
 
5369
+ #: app/libraries/main.php:4377
5370
  msgid "Label Plural Label"
5371
  msgstr ""
5372
 
5373
+ #: app/libraries/main.php:4378
5374
  msgid "Label Singular Label"
5375
  msgstr ""
5376
 
5377
+ #: app/libraries/main.php:4378
5378
  msgid "label"
5379
  msgstr ""
5380
 
5381
+ #: app/libraries/main.php:4379
5382
  msgid "Location Plural Label"
5383
  msgstr ""
5384
 
5385
+ #: app/libraries/main.php:4380
5386
  msgid "Location Singular Label"
5387
  msgstr ""
5388
 
5389
+ #: app/libraries/main.php:4381
5390
  msgid "Organizer Plural Label"
5391
  msgstr ""
5392
 
5393
+ #: app/libraries/main.php:4382
5394
  msgid "Organizer Singular Label"
5395
  msgstr ""
5396
 
5397
+ #: app/libraries/main.php:4383
5398
  msgid "Speaker Plural Label"
5399
  msgstr ""
5400
 
5401
+ #: app/libraries/main.php:4384
5402
  msgid "Speaker Singular Label"
5403
  msgstr ""
5404
 
5405
+ #: app/libraries/main.php:4390
5406
  msgid "Sunday abbreviation"
5407
  msgstr ""
5408
 
5409
+ #: app/libraries/main.php:4391
5410
  msgid "Monday abbreviation"
5411
  msgstr ""
5412
 
5413
+ #: app/libraries/main.php:4392
5414
  msgid "Tuesday abbreviation"
5415
  msgstr ""
5416
 
5417
+ #: app/libraries/main.php:4393
5418
  msgid "Wednesday abbreviation"
5419
  msgstr ""
5420
 
5421
+ #: app/libraries/main.php:4394
5422
  msgid "Thursday abbreviation"
5423
  msgstr ""
5424
 
5425
+ #: app/libraries/main.php:4395
5426
  msgid "Friday abbreviation"
5427
  msgstr ""
5428
 
5429
+ #: app/libraries/main.php:4396
5430
  msgid "Saturday abbreviation"
5431
  msgstr ""
5432
 
5433
+ #: app/libraries/main.php:4400
5434
  msgid "Others"
5435
  msgstr ""
5436
 
5437
+ #: app/libraries/main.php:4402
5438
  msgid "Booking Success Message"
5439
  msgstr ""
5440
 
5441
+ #: app/libraries/main.php:4402
5442
  msgid ""
5443
  "Thanks for your booking. Your tickets booked, booking verification might be "
5444
  "needed, please check your email."
5445
  msgstr ""
5446
 
5447
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5448
  msgid "Register Button"
5449
  msgstr ""
5450
 
5451
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5452
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5453
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5454
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5455
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5458
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5459
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5460
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5461
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5462
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5463
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5464
  msgid "REGISTER"
5465
  msgstr ""
5466
 
5467
+ #: app/libraries/main.php:4404
5468
  msgid "View Detail Button"
5469
  msgstr ""
5470
 
5471
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5472
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5473
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5474
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5475
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5476
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5477
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5478
+ #: app/skins/slider/render.php:299
5479
  msgid "View Detail"
5480
  msgstr ""
5481
 
5482
+ #: app/libraries/main.php:4405
5483
  msgid "Event Detail Button"
5484
  msgstr ""
5485
 
5486
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5487
  msgid "Event Detail"
5488
  msgstr ""
5489
 
5490
+ #: app/libraries/main.php:4407
5491
  msgid "More Info Link"
5492
  msgstr ""
5493
 
5494
+ #: app/libraries/main.php:4410
5495
  msgid "Ticket (Singular)"
5496
  msgstr ""
5497
 
5498
+ #: app/libraries/main.php:4411
5499
  msgid "Tickets (Plural)"
5500
  msgstr ""
5501
 
5502
+ #: app/libraries/main.php:4478
5503
  msgid "EventON"
5504
  msgstr ""
5505
 
5506
+ #: app/libraries/main.php:4479
5507
  msgid "The Events Calendar"
5508
  msgstr ""
5509
 
5510
+ #: app/libraries/main.php:4480
5511
  msgid "Events Schedule WP Plugin"
5512
  msgstr ""
5513
 
5514
+ #: app/libraries/main.php:4481
5515
  msgid "Calendarize It"
5516
  msgstr ""
5517
 
5518
+ #: app/libraries/main.php:4555
5519
  msgid "Confirmed"
5520
  msgstr ""
5521
 
5522
+ #: app/libraries/main.php:4556
5523
  msgid "Rejected"
5524
  msgstr ""
5525
 
5526
+ #: app/libraries/main.php:4557
5527
  msgid "Pending"
5528
  msgstr ""
5529
 
5530
+ #: app/libraries/main.php:4572
5531
  msgid "Waiting"
5532
  msgstr ""
5533
 
5615
  msgid "Free Booking"
5616
  msgstr ""
5617
 
5618
+ #: app/modules/booking/steps/form.php:162
5619
  msgid "Fill other attendees information like the first form."
5620
  msgstr ""
5621
 
5622
+ #: app/modules/booking/steps/form.php:175
5623
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5624
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5625
  msgid "Next"
5757
  msgid "View All"
5758
  msgstr ""
5759
 
5760
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
5761
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
5762
  #: app/skins/list/render.php:119
5763
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-es_ES.mo CHANGED
Binary file
languages/modern-events-calendar-lite-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
8
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
@@ -290,7 +290,7 @@ msgstr "Nuevo evento"
290
  msgid "Add New Event"
291
  msgstr "Añadir nuevo evento"
292
 
293
- #: app/features/events.php:138 app/features/ix.php:3181
294
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
295
  msgid "No events found!"
296
  msgstr "No hay eventos"
@@ -322,7 +322,7 @@ msgstr "No hay eventos en la papelera"
322
  #: app/features/mec/meta_boxes/search_form.php:362
323
  #: app/features/mec/meta_boxes/search_form.php:416
324
  #: app/features/mec/meta_boxes/search_form.php:477
325
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
326
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
327
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
328
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -331,7 +331,7 @@ msgstr "Categoría"
331
 
332
  #: app/features/events.php:160 app/features/fes/form.php:522
333
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
334
- #: app/libraries/main.php:4372
335
  msgid "Categories"
336
  msgstr "Categorías"
337
 
@@ -405,14 +405,14 @@ msgstr "Detalle de evento"
405
 
406
  #: app/features/events.php:306 app/features/events.php:2609
407
  #: app/features/events.php:2651 app/features/fes/form.php:483
408
- #: app/features/ix.php:2719 app/features/ix.php:2760
409
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
410
  #: app/widgets/single.php:103
411
  msgid "Event Cost"
412
  msgstr "Coste del evento"
413
 
414
  #: app/features/events.php:309 app/features/fes/form.php:486
415
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
416
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
417
  #: app/skins/single/modern.php:187
418
  msgid "Cost"
@@ -439,10 +439,10 @@ msgstr "Nombre"
439
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
440
  #: app/features/organizers.php:110 app/features/organizers.php:150
441
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
442
- #: app/features/speakers.php:179 app/libraries/main.php:1084
443
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
444
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
445
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
446
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
447
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
448
  #: app/skins/single/modern.php:38
@@ -456,8 +456,8 @@ msgstr "Día y hora"
456
  #: app/features/events.php:419 app/features/events.php:423
457
  #: app/features/events.php:2431 app/features/events.php:2609
458
  #: app/features/events.php:2651 app/features/fes/form.php:227
459
- #: app/features/fes/form.php:231 app/features/ix.php:2719
460
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
461
  #: app/features/mec/dashboard.php:334
462
  #: app/features/mec/meta_boxes/display_options.php:42
463
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -492,8 +492,8 @@ msgstr "PM"
492
  #: app/features/events.php:500 app/features/events.php:504
493
  #: app/features/events.php:2432 app/features/events.php:2609
494
  #: app/features/events.php:2651 app/features/fes/form.php:267
495
- #: app/features/fes/form.php:271 app/features/ix.php:2719
496
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
497
  #: app/features/mec/dashboard.php:335
498
  msgid "End Date"
499
  msgstr "Día final"
@@ -761,7 +761,7 @@ msgstr "Excluir ciertos días"
761
 
762
  #: app/features/events.php:810 app/features/events.php:1819
763
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
764
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
765
  #: app/modules/booking/steps/tickets.php:22
766
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
767
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -805,8 +805,8 @@ msgstr ""
805
  #: app/features/events.php:981 app/features/events.php:1612
806
  #: app/features/events.php:1652 app/features/events.php:2428
807
  #: app/features/events.php:2609 app/features/events.php:2651
808
- #: app/features/fes/form.php:216 app/features/ix.php:2719
809
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
810
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
811
  msgid "Title"
812
  msgstr "Titulo"
@@ -820,14 +820,14 @@ msgstr "Titulo"
820
  #: app/features/events.php:1641 app/features/events.php:1681
821
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
822
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
823
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
824
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
825
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
826
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
827
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
828
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
829
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
830
- #: app/libraries/main.php:2546
831
  msgid "Remove"
832
  msgstr "Eliminar"
833
 
@@ -855,7 +855,7 @@ msgstr "Descripción"
855
  #: app/features/events.php:986 app/features/fes/form.php:615
856
  #: app/features/mec.php:324 app/features/mec/settings.php:78
857
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
858
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
859
  msgid "Speakers"
860
  msgstr ""
861
 
@@ -871,7 +871,7 @@ msgid "Event Links"
871
  msgstr "Enlaces de eventos"
872
 
873
  #: app/features/events.php:1015 app/features/events.php:1019
874
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
875
  msgid "Event Link"
876
  msgstr "Enlace del evento"
877
 
@@ -898,7 +898,7 @@ msgid "URL Shortener"
898
  msgstr ""
899
 
900
  #: app/features/events.php:1029 app/features/events.php:1038
901
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
902
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
903
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
904
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -951,7 +951,7 @@ msgid "Read About A Booking System"
951
  msgstr ""
952
 
953
  #: app/features/events.php:1126 app/libraries/book.php:60
954
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
955
  msgid "Tickets"
956
  msgstr "Tickets"
957
 
@@ -972,13 +972,13 @@ msgstr "Nombre del ticket"
972
 
973
  #: app/features/events.php:1150 app/features/events.php:1323
974
  #: app/features/events.php:2609 app/features/events.php:2651
975
- #: app/features/ix.php:2719 app/features/ix.php:2760
976
  msgid "Start Time"
977
  msgstr "Hora de Inicio"
978
 
979
  #: app/features/events.php:1188 app/features/events.php:1346
980
  #: app/features/events.php:2609 app/features/events.php:2651
981
- #: app/features/ix.php:2719 app/features/ix.php:2760
982
  msgid "End Time"
983
  msgstr "Hora de finalización"
984
 
@@ -1096,48 +1096,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1096
  msgstr ""
1097
 
1098
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1099
- #: app/libraries/main.php:2137
1100
  #, fuzzy
1101
  #| msgid "Name"
1102
  msgid "MEC Name"
1103
  msgstr "Nombre"
1104
 
1105
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1106
- #: app/libraries/main.php:2166
1107
  #, fuzzy
1108
  #| msgid "Email"
1109
  msgid "MEC Email"
1110
  msgstr "Correo electrónico"
1111
 
1112
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1113
- #: app/libraries/main.php:2107
1114
  msgid "Text"
1115
  msgstr "Texto"
1116
 
1117
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1118
  #: app/features/organizers.php:102 app/features/organizers.php:146
1119
  #: app/features/speakers.php:111 app/features/speakers.php:175
1120
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1121
  msgid "Tel"
1122
  msgstr "Tel"
1123
 
1124
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1125
- #: app/libraries/main.php:2225
1126
  msgid "File"
1127
  msgstr ""
1128
 
1129
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1130
- #: app/libraries/main.php:2312
1131
  msgid "Textarea"
1132
  msgstr "Área de texto"
1133
 
1134
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1135
- #: app/libraries/main.php:2365
1136
  msgid "Checkboxes"
1137
  msgstr "Checkboxes"
1138
 
1139
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1140
- #: app/libraries/main.php:2409
1141
  msgid "Radio Buttons"
1142
  msgstr "Botón tipo radio"
1143
 
@@ -1205,17 +1205,17 @@ msgstr "Botón tipo radio"
1205
  #: app/features/mec/meta_boxes/search_form.php:569
1206
  #: app/features/mec/meta_boxes/search_form.php:576
1207
  #: app/features/mec/meta_boxes/search_form.php:583
1208
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1209
  msgid "Dropdown"
1210
  msgstr "Desplegable"
1211
 
1212
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1213
- #: app/libraries/main.php:2500
1214
  msgid "Agreement"
1215
  msgstr "Acuerdo"
1216
 
1217
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1218
- #: app/libraries/main.php:2341
1219
  msgid "Paragraph"
1220
  msgstr "Párrafo"
1221
 
@@ -1238,8 +1238,8 @@ msgid "organizers"
1238
  msgstr "organizadores"
1239
 
1240
  #: app/features/events.php:2429 app/features/events.php:2609
1241
- #: app/features/events.php:2651 app/features/ix.php:2719
1242
- #: app/features/ix.php:2760 app/features/locations.php:58
1243
  #: app/features/locations.php:229 app/features/locations.php:286
1244
  #: app/features/locations.php:288 app/features/locations.php:297
1245
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1251,8 +1251,8 @@ msgstr "organizadores"
1251
  #: app/features/mec/meta_boxes/search_form.php:369
1252
  #: app/features/mec/meta_boxes/search_form.php:423
1253
  #: app/features/mec/meta_boxes/search_form.php:484
1254
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1255
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1256
  #: app/skins/single.php:255 app/skins/single/default.php:141
1257
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1258
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1260,8 +1260,8 @@ msgid "Location"
1260
  msgstr "Localización"
1261
 
1262
  #: app/features/events.php:2430 app/features/events.php:2609
1263
- #: app/features/events.php:2651 app/features/ix.php:2719
1264
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1265
  #: app/features/mec/meta_boxes/display_options.php:819
1266
  #: app/features/mec/meta_boxes/search_form.php:45
1267
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1274,7 +1274,7 @@ msgstr "Localización"
1274
  #: app/features/mec/meta_boxes/search_form.php:552
1275
  #: app/features/organizers.php:58 app/features/organizers.php:199
1276
  #: app/features/organizers.php:255 app/features/organizers.php:257
1277
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1278
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1279
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1280
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1314,14 +1314,14 @@ msgid "Duplicate"
1314
  msgstr "Duplicar"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
- #: app/features/ix.php:2719 app/features/ix.php:2760
1318
  #: app/features/labels.php:176 app/features/locations.php:228
1319
  #: app/features/organizers.php:198 app/features/speakers.php:241
1320
  msgid "ID"
1321
  msgstr "ID"
1322
 
1323
  #: app/features/events.php:2609 app/features/events.php:2651
1324
- #: app/features/ix.php:2719 app/features/ix.php:2760
1325
  msgid "Link"
1326
  msgstr "Enlace"
1327
 
@@ -1427,7 +1427,7 @@ msgstr "Eliminar imagen"
1427
 
1428
  #: app/features/fes/form.php:547 app/features/labels.php:61
1429
  #: app/features/labels.php:220 app/features/mec.php:317
1430
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1431
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1432
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1433
  msgid "Labels"
@@ -1493,85 +1493,85 @@ msgstr ""
1493
  msgid "The events are imported successfully!"
1494
  msgstr "¡Los eventos se importaron correctamente!"
1495
 
1496
- #: app/features/ix.php:756
1497
  msgid "Third Party plugin is not installed and activated!"
1498
  msgstr "¡Plugin de terceros no esta instalado ni activado!"
1499
 
1500
- #: app/features/ix.php:781
1501
  msgid "Third Party plugin is invalid!"
1502
  msgstr "¡El Plugin de terceros no es válido!"
1503
 
1504
- #: app/features/ix.php:1926 app/features/ix.php:1984
1505
  msgid "Both of API key and Calendar ID are required!"
1506
  msgstr "¡Tanto la clave de API como la ID de Calendario son necesarias!"
1507
 
1508
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1509
  msgid "Please select some events to import!"
1510
  msgstr "Por favor, ¡selecciona algunos eventos para importar!"
1511
 
1512
- #: app/features/ix.php:2340 app/features/ix.php:2403
1513
  msgid "Both of API key and Group URL are required!"
1514
  msgstr ""
1515
 
1516
- #: app/features/ix.php:2642
1517
  msgid "Check at Meetup"
1518
  msgstr ""
1519
 
1520
- #: app/features/ix.php:2719 app/features/ix.php:2760
1521
  msgid "Organizer Tel"
1522
  msgstr "Teléfono del Organizador"
1523
 
1524
- #: app/features/ix.php:2719 app/features/ix.php:2760
1525
  msgid "Organizer Email"
1526
  msgstr "Correo electrónico del organizador"
1527
 
1528
- #: app/features/ix.php:2841
1529
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1530
  msgstr ""
1531
  "Todos los ID de cliente, secreto de cliente y ID de calendario son "
1532
  "necesarios."
1533
 
1534
- #: app/features/ix.php:2864
1535
  #, php-format
1536
  msgid "All seems good! Please click %s for authenticating your app."
1537
  msgstr "¡Todo parece correcto! Haz clic en %s para autenticar su aplicación."
1538
 
1539
- #: app/features/ix.php:2918
1540
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1541
  msgstr ""
1542
  "¡Todas las aplicaciones de cliente, secreto de cliente y ID de calendario "
1543
  "son obligatorios!"
1544
 
1545
- #: app/features/ix.php:3117
1546
  #, php-format
1547
  msgid "%s events added to Google Calendar successfully."
1548
  msgstr "%s eventos añadidos con éxito a Google Calendar."
1549
 
1550
- #: app/features/ix.php:3118
1551
  #, php-format
1552
  msgid "%s previously added events get updated."
1553
  msgstr "%s eventos añadidos previamente se actualizan."
1554
 
1555
- #: app/features/ix.php:3119
1556
  #, php-format
1557
  msgid "%s events failed to add for following reasons: %s"
1558
  msgstr "%s Eventos fallaron al añadirse por los siguientes motivos: %s"
1559
 
1560
- #: app/features/ix.php:3151
1561
  msgid "Please insert your Facebook page's link."
1562
  msgstr ""
1563
 
1564
- #: app/features/ix.php:3160
1565
  msgid ""
1566
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1567
  "valid Facebook page link."
1568
  msgstr ""
1569
 
1570
- #: app/features/ix.php:3192
1571
  msgid "Please insert your facebook page's link."
1572
  msgstr "Por favor, inserta el enlace de tu página de Facebook."
1573
 
1574
- #: app/features/ix.php:3197
1575
  msgid ""
1576
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1577
  "valid facebook page link."
@@ -2123,21 +2123,21 @@ msgstr ""
2123
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2124
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2125
  #: app/skins/monthly_view/calendar_clean.php:81
2126
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2127
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2128
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2129
  msgid "Featured"
2130
  msgstr ""
2131
 
2132
  #: app/features/labels.php:117 app/features/labels.php:142
2133
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2134
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2135
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2136
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2137
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2138
  #: app/skins/monthly_view/calendar.php:84
2139
  #: app/skins/monthly_view/calendar_clean.php:85
2140
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2141
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2142
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2143
  msgid "Canceled"
@@ -2165,7 +2165,7 @@ msgstr "Evento %s"
2165
 
2166
  #: app/features/locations.php:59 app/features/mec.php:318
2167
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2168
- #: app/libraries/main.php:4376
2169
  msgid "Locations"
2170
  msgstr "Lugar"
2171
 
@@ -2272,7 +2272,7 @@ msgstr "Elegir imagen"
2272
  msgid "Don't show map in single event page"
2273
  msgstr "No mostrar el mapa en la página del detalle del evento"
2274
 
2275
- #: app/features/locations.php:361 app/libraries/main.php:4410
2276
  #, fuzzy
2277
  #| msgid "Locations"
2278
  msgid "Other Locations"
@@ -2329,7 +2329,7 @@ msgstr "Soporte"
2329
 
2330
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2331
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2332
- #: app/libraries/main.php:4378
2333
  msgid "Organizers"
2334
  msgstr "Organizadores"
2335
 
@@ -2348,7 +2348,7 @@ msgstr "Ajustes MEC"
2348
  msgid "MEC - Addons"
2349
  msgstr "Ajustes MEC"
2350
 
2351
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2352
  msgid "Addons"
2353
  msgstr ""
2354
 
@@ -2404,30 +2404,30 @@ msgstr "Ventana aparte"
2404
  msgid "Modal 1"
2405
  msgstr "Modal 1"
2406
 
2407
- #: app/features/mec/addons.php:18
2408
  msgid "How to Purchase"
2409
  msgstr ""
2410
 
2411
- #: app/features/mec/addons.php:19
2412
  msgid "Install Addons"
2413
  msgstr ""
2414
 
2415
- #: app/features/mec/addons.php:22
2416
  msgid ""
2417
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2418
  "however, you cannot install and use them on the Lite version too."
2419
  msgstr ""
2420
 
2421
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2422
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2423
  msgid "Version"
2424
  msgstr "Versión"
2425
 
2426
- #: app/features/mec/addons.php:80
2427
  msgid "Coming Soon"
2428
  msgstr ""
2429
 
2430
- #: app/features/mec/addons.php:91
2431
  msgid ""
2432
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2433
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -2981,15 +2981,15 @@ msgstr "Vista por defecto"
2981
 
2982
  #: app/features/mec/meta_boxes/display_options.php:414
2983
  #: app/features/mec/meta_boxes/display_options.php:431
2984
- #: app/libraries/main.php:329 app/libraries/main.php:1198
2985
- #: app/libraries/main.php:1223
2986
  msgid "List View"
2987
  msgstr "Vista de lista"
2988
 
2989
  #: app/features/mec/meta_boxes/display_options.php:415
2990
  #: app/features/mec/meta_boxes/display_options.php:441
2991
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2992
- #: app/libraries/main.php:1217
2993
  msgid "Yearly View"
2994
  msgstr "Vista anual"
2995
 
@@ -3000,15 +3000,15 @@ msgstr "Vista Mensual/Calendario"
3000
 
3001
  #: app/features/mec/meta_boxes/display_options.php:417
3002
  #: app/features/mec/meta_boxes/display_options.php:473
3003
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3004
- #: app/libraries/main.php:1219
3005
  msgid "Weekly View"
3006
  msgstr "Vista de semana"
3007
 
3008
  #: app/features/mec/meta_boxes/display_options.php:418
3009
  #: app/features/mec/meta_boxes/display_options.php:483
3010
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3011
- #: app/libraries/main.php:1220
3012
  msgid "Daily View"
3013
  msgstr "Vista de día"
3014
 
@@ -3375,7 +3375,7 @@ msgstr "Desactivado"
3375
  #: app/features/mec/meta_boxes/search_form.php:437
3376
  #: app/features/mec/meta_boxes/search_form.php:498
3377
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3378
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3379
  #: app/libraries/skins.php:824
3380
  msgid "Speaker"
3381
  msgstr ""
@@ -3919,7 +3919,7 @@ msgid ""
3919
  msgstr ""
3920
 
3921
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3922
- #: app/libraries/main.php:4385
3923
  msgid "Weekdays"
3924
  msgstr "Días de la semana"
3925
 
@@ -4675,7 +4675,7 @@ msgid ""
4675
  msgstr ""
4676
 
4677
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4678
- #: app/libraries/main.php:4567
4679
  msgid "Verified"
4680
  msgstr "Verificado"
4681
 
@@ -5229,7 +5229,7 @@ msgstr "ej. user@yoursite.com"
5229
  msgid "eg. https://webnus.net"
5230
  msgstr "ej. https://webnus.net"
5231
 
5232
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5233
  #: app/skins/single.php:194
5234
  msgid "Other Organizers"
5235
  msgstr "En común"
@@ -5250,11 +5250,11 @@ msgstr ""
5250
  msgid "#"
5251
  msgstr ""
5252
 
5253
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5254
  msgid "Status"
5255
  msgstr "Estado"
5256
 
5257
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5258
  msgid "Attendees"
5259
  msgstr "Asistentes"
5260
 
@@ -5267,8 +5267,8 @@ msgstr ""
5267
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5268
  msgstr ""
5269
 
5270
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5271
- #: app/libraries/main.php:4407
5272
  msgid "Ticket"
5273
  msgstr "Ticket"
5274
 
@@ -5306,7 +5306,7 @@ msgid "Insert URL of Facebook Page"
5306
  msgstr ""
5307
 
5308
  #: app/features/speakers.php:135 app/features/speakers.php:187
5309
- #: app/libraries/main.php:1080
5310
  msgid "Google+"
5311
  msgstr "Google+"
5312
 
@@ -5407,38 +5407,38 @@ msgstr "Barra lateral personalizaba para la pagina individual y modal de MEC"
5407
  msgid "There is no excerpt because this is a protected post."
5408
  msgstr "No hay extracto porque es una entrada protegida."
5409
 
5410
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5411
- #: app/libraries/main.php:1224
5412
  msgid "Grid View"
5413
  msgstr "Vista cuadrícula"
5414
 
5415
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5416
- #: app/libraries/main.php:1225
5417
  msgid "Agenda View"
5418
  msgstr "Vista de Agenda"
5419
 
5420
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5421
- #: app/libraries/main.php:1216
5422
  msgid "Full Calendar"
5423
  msgstr "Calendario completo"
5424
 
5425
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5426
- #: app/libraries/main.php:1218
5427
  msgid "Calendar/Monthly View"
5428
  msgstr "Ver Calendario/Mes"
5429
 
5430
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5431
- #: app/libraries/main.php:1221
5432
  msgid "Timetable View"
5433
  msgstr "Vista de Horario"
5434
 
5435
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5436
- #: app/libraries/main.php:1222
5437
  msgid "Masonry View"
5438
  msgstr "Vista en mosaico"
5439
 
5440
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5441
- #: app/libraries/main.php:1226
5442
  msgid "Map View"
5443
  msgstr "Vista de mapa"
5444
 
@@ -5462,298 +5462,298 @@ msgstr "Vista carrusel"
5462
  msgid "Slider View"
5463
  msgstr "Vista del rotativo"
5464
 
5465
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5466
  msgid "SU"
5467
  msgstr "DO"
5468
 
5469
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5470
  msgid "MO"
5471
  msgstr "LU"
5472
 
5473
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5474
  msgid "TU"
5475
  msgstr "MA"
5476
 
5477
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5478
  msgid "WE"
5479
  msgstr "MI"
5480
 
5481
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5482
  msgid "TH"
5483
  msgstr "JU"
5484
 
5485
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5486
  msgid "FR"
5487
  msgstr "VI"
5488
 
5489
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5490
  msgid "SA"
5491
  msgstr "SA"
5492
 
5493
- #: app/libraries/main.php:1038
5494
  msgid "Events at this location"
5495
  msgstr "Eventos en este lugar"
5496
 
5497
- #: app/libraries/main.php:1038
5498
  msgid "Event at this location"
5499
  msgstr "Evento en este lugar"
5500
 
5501
- #: app/libraries/main.php:1079
5502
  msgid "Facebook"
5503
  msgstr "Facebook"
5504
 
5505
- #: app/libraries/main.php:1081
5506
  msgid "Twitter"
5507
  msgstr "Twitter"
5508
 
5509
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5510
  msgid "Linkedin"
5511
  msgstr "LinkedIn"
5512
 
5513
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5514
  msgid "VK"
5515
  msgstr "VK"
5516
 
5517
- #: app/libraries/main.php:1102
5518
  msgid "Share on Facebook"
5519
  msgstr "Compartir en Facebook"
5520
 
5521
- #: app/libraries/main.php:1117
5522
  msgid "Google Plus"
5523
  msgstr "Google Plus"
5524
 
5525
- #: app/libraries/main.php:1132
5526
  msgid "Tweet"
5527
  msgstr "Tweet"
5528
 
5529
- #: app/libraries/main.php:1202
5530
  #, fuzzy
5531
  #| msgid "Shortcode"
5532
  msgid "Custom Shortcode"
5533
  msgstr "Shortcode"
5534
 
5535
- #: app/libraries/main.php:1561
5536
  msgid "Your booking successfully verified."
5537
  msgstr "Tu reserva se ha verificado correctamente."
5538
 
5539
- #: app/libraries/main.php:1562
5540
  msgid "Your booking cannot verify!"
5541
  msgstr "¡Tu reserva no se puede verificar!"
5542
 
5543
- #: app/libraries/main.php:1574
5544
  msgid "Your booking successfully canceled."
5545
  msgstr "Tu reserva se ha cancelado correctamente."
5546
 
5547
- #: app/libraries/main.php:1575
5548
  msgid "Your booking cannot be canceled."
5549
  msgstr "La reserva no puede cancelarse."
5550
 
5551
- #: app/libraries/main.php:1579
5552
  msgid "You canceled the payment successfully."
5553
  msgstr "Has cancelado el pago correctamente."
5554
 
5555
- #: app/libraries/main.php:1583
5556
  msgid "You returned from payment gateway successfully."
5557
  msgstr "Has vuelto correctamente de tu pasarela de pago."
5558
 
5559
- #: app/libraries/main.php:1607
5560
  msgid "Cannot find the booking!"
5561
  msgstr "¡No se pudo encontrar la reserva!"
5562
 
5563
- #: app/libraries/main.php:1607
5564
  msgid "Booking is invalid."
5565
  msgstr "Reserva no válida."
5566
 
5567
- #: app/libraries/main.php:1636
5568
  #, php-format
5569
  msgid "%s Invoice"
5570
  msgstr "%s Factura"
5571
 
5572
- #: app/libraries/main.php:1657
5573
  msgid "Transaction ID"
5574
  msgstr "ID Transacción"
5575
 
5576
- #: app/libraries/main.php:1710
5577
  msgid "Billing"
5578
  msgstr "Facturación"
5579
 
5580
- #: app/libraries/main.php:1721
5581
  msgid "Total"
5582
  msgstr "Total "
5583
 
5584
- #: app/libraries/main.php:1754
5585
  msgid "Security nonce is not valid."
5586
  msgstr "La seguridad nonce no es válida."
5587
 
5588
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5589
  msgid "iCal export stopped!"
5590
  msgstr "¡La exportación de iCal se detuvo!"
5591
 
5592
- #: app/libraries/main.php:1786
5593
  msgid "Request is not valid."
5594
  msgstr "La solicitud no es válida."
5595
 
5596
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5597
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5598
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5599
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5600
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5601
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5602
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5603
  msgid "Sort"
5604
  msgstr "Orden"
5605
 
5606
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5607
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5608
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5609
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5610
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5611
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5612
  msgid "Required Field"
5613
  msgstr "Campo obligatorio"
5614
 
5615
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5616
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5617
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5618
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5619
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5620
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5621
  msgid "Insert a label for this field"
5622
  msgstr "Introduce una etiqueta para este campo"
5623
 
5624
- #: app/libraries/main.php:2346
5625
  msgid "HTML and shortcode are allowed."
5626
  msgstr "Se permite HTML"
5627
 
5628
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5629
- #: app/libraries/main.php:2477
5630
  msgid "Option"
5631
  msgstr "Opción"
5632
 
5633
- #: app/libraries/main.php:2511
5634
  #, php-format
5635
  msgid "Instead of %s, the page title with a link will be show."
5636
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
5637
 
5638
- #: app/libraries/main.php:2513
5639
  msgid "Agreement Page"
5640
  msgstr "Página de Acuerdo"
5641
 
5642
- #: app/libraries/main.php:2524
5643
  msgid "Checked by default"
5644
  msgstr "Marcado por defecto"
5645
 
5646
- #: app/libraries/main.php:2525
5647
  msgid "Unchecked by default"
5648
  msgstr "Sin marcar por defecto"
5649
 
5650
- #: app/libraries/main.php:2547
5651
  msgid "Insert a label for this option"
5652
  msgstr "Introduce una etiqueta para esta opción"
5653
 
5654
- #: app/libraries/main.php:2562
5655
  msgid "Free"
5656
  msgstr "Gratis"
5657
 
5658
- #: app/libraries/main.php:3214
5659
  #, php-format
5660
  msgid "Copy of %s"
5661
  msgstr "Copia de %s"
5662
 
5663
- #: app/libraries/main.php:3877
5664
  msgid "Booked an event."
5665
  msgstr "Has reservado para un evento."
5666
 
5667
- #: app/libraries/main.php:3918
5668
  #, php-format
5669
  msgid "%s booked %s event."
5670
  msgstr "%s reservado %s evento."
5671
 
5672
- #: app/libraries/main.php:4370
5673
  msgid "Taxonomies"
5674
  msgstr "Taxonomías"
5675
 
5676
- #: app/libraries/main.php:4372
5677
  msgid "Category Plural Label"
5678
  msgstr "Categoría Etiqueta plural"
5679
 
5680
- #: app/libraries/main.php:4373
5681
  msgid "Category Singular Label"
5682
  msgstr "Categoría Etiqueta Singular"
5683
 
5684
- #: app/libraries/main.php:4374
5685
  msgid "Label Plural Label"
5686
  msgstr "Etiqueta plural"
5687
 
5688
- #: app/libraries/main.php:4375
5689
  msgid "Label Singular Label"
5690
  msgstr "Etiqueta singular de la etiqueta"
5691
 
5692
- #: app/libraries/main.php:4375
5693
  msgid "label"
5694
  msgstr "etiqueta"
5695
 
5696
- #: app/libraries/main.php:4376
5697
  msgid "Location Plural Label"
5698
  msgstr "Ubicación Etiqueta plural"
5699
 
5700
- #: app/libraries/main.php:4377
5701
  msgid "Location Singular Label"
5702
  msgstr "Etiqueta de ubicación en singular"
5703
 
5704
- #: app/libraries/main.php:4378
5705
  msgid "Organizer Plural Label"
5706
  msgstr "Etiqueta del organizador en plural"
5707
 
5708
- #: app/libraries/main.php:4379
5709
  msgid "Organizer Singular Label"
5710
  msgstr "Etiqueta Singular del Organizador"
5711
 
5712
- #: app/libraries/main.php:4380
5713
  msgid "Speaker Plural Label"
5714
  msgstr ""
5715
 
5716
- #: app/libraries/main.php:4381
5717
  msgid "Speaker Singular Label"
5718
  msgstr ""
5719
 
5720
- #: app/libraries/main.php:4387
5721
  msgid "Sunday abbreviation"
5722
  msgstr "Abreviatura de Domingo"
5723
 
5724
- #: app/libraries/main.php:4388
5725
  msgid "Monday abbreviation"
5726
  msgstr "Abreviatura de Lunes"
5727
 
5728
- #: app/libraries/main.php:4389
5729
  msgid "Tuesday abbreviation"
5730
  msgstr "Abreviatura de Martes"
5731
 
5732
- #: app/libraries/main.php:4390
5733
  msgid "Wednesday abbreviation"
5734
  msgstr "Abreviatura de Miércoles "
5735
 
5736
- #: app/libraries/main.php:4391
5737
  msgid "Thursday abbreviation"
5738
  msgstr "Abreviatura de Jueves"
5739
 
5740
- #: app/libraries/main.php:4392
5741
  msgid "Friday abbreviation"
5742
  msgstr "Abreviatura de Viernes"
5743
 
5744
- #: app/libraries/main.php:4393
5745
  msgid "Saturday abbreviation"
5746
  msgstr "Abreviatura de Sábado "
5747
 
5748
- #: app/libraries/main.php:4397
5749
  msgid "Others"
5750
  msgstr "Otros"
5751
 
5752
- #: app/libraries/main.php:4399
5753
  msgid "Booking Success Message"
5754
  msgstr "Mensaje de reserva correcta"
5755
 
5756
- #: app/libraries/main.php:4399
5757
  msgid ""
5758
  "Thanks for your booking. Your tickets booked, booking verification might be "
5759
  "needed, please check your email."
@@ -5761,12 +5761,12 @@ msgstr ""
5761
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
5762
  "una verificación, por favor consulta tu correo."
5763
 
5764
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5765
  msgid "Register Button"
5766
  msgstr "Botón de registro"
5767
 
5768
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5769
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5770
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5771
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5772
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5775,76 +5775,76 @@ msgstr "Botón de registro"
5775
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5776
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5777
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5778
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5779
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5780
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5781
  msgid "REGISTER"
5782
  msgstr "REGISTRO"
5783
 
5784
- #: app/libraries/main.php:4401
5785
  msgid "View Detail Button"
5786
  msgstr "Ver detalle del botón"
5787
 
5788
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5789
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5790
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5791
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5792
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5793
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5794
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5795
- #: app/skins/slider/render.php:305
5796
  msgid "View Detail"
5797
  msgstr "Ver detalle"
5798
 
5799
- #: app/libraries/main.php:4402
5800
  msgid "Event Detail Button"
5801
  msgstr "Botón de detalle del evento"
5802
 
5803
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5804
  msgid "Event Detail"
5805
  msgstr "Detalle del evento"
5806
 
5807
- #: app/libraries/main.php:4404
5808
  msgid "More Info Link"
5809
  msgstr "Enlace a Más Información"
5810
 
5811
- #: app/libraries/main.php:4407
5812
  msgid "Ticket (Singular)"
5813
  msgstr "Entrada (Singular)"
5814
 
5815
- #: app/libraries/main.php:4408
5816
  msgid "Tickets (Plural)"
5817
  msgstr "Entradas (Plural)"
5818
 
5819
- #: app/libraries/main.php:4475
5820
  msgid "EventON"
5821
  msgstr "EventON"
5822
 
5823
- #: app/libraries/main.php:4476
5824
  msgid "The Events Calendar"
5825
  msgstr "The Events Calendar"
5826
 
5827
- #: app/libraries/main.php:4477
5828
  msgid "Events Schedule WP Plugin"
5829
  msgstr "Events Schedule WP Plugin"
5830
 
5831
- #: app/libraries/main.php:4478
5832
  msgid "Calendarize It"
5833
  msgstr "Ponlo al calendario"
5834
 
5835
- #: app/libraries/main.php:4552
5836
  msgid "Confirmed"
5837
  msgstr ""
5838
 
5839
- #: app/libraries/main.php:4553
5840
  msgid "Rejected"
5841
  msgstr ""
5842
 
5843
- #: app/libraries/main.php:4554
5844
  msgid "Pending"
5845
  msgstr ""
5846
 
5847
- #: app/libraries/main.php:4569
5848
  msgid "Waiting"
5849
  msgstr ""
5850
 
@@ -5932,13 +5932,13 @@ msgstr "Aplicar cupón"
5932
  msgid "Free Booking"
5933
  msgstr "Reserva gratuita"
5934
 
5935
- #: app/modules/booking/steps/form.php:158
5936
  msgid "Fill other attendees information like the first form."
5937
  msgstr ""
5938
  "Rellenar la información de los otros asistentes igual que el primer "
5939
  "formulario."
5940
 
5941
- #: app/modules/booking/steps/form.php:172
5942
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5943
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5944
  msgid "Next"
@@ -6080,7 +6080,7 @@ msgstr "Sitio(s) disponible(s):"
6080
  msgid "View All"
6081
  msgstr "Ver %s"
6082
 
6083
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6084
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6085
  #: app/skins/list/render.php:119
6086
  msgid "EVENT DETAIL"
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Modern Events Calendar Lite - Stable (latest "
6
  "release)\n"
7
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
8
+ "PO-Revision-Date: 2019-05-28 17:08+0430\n"
9
  "Last-Translator: \n"
10
  "Language-Team: \n"
11
  "Language: es\n"
290
  msgid "Add New Event"
291
  msgstr "Añadir nuevo evento"
292
 
293
+ #: app/features/events.php:138 app/features/ix.php:3202
294
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
295
  msgid "No events found!"
296
  msgstr "No hay eventos"
322
  #: app/features/mec/meta_boxes/search_form.php:362
323
  #: app/features/mec/meta_boxes/search_form.php:416
324
  #: app/features/mec/meta_boxes/search_form.php:477
325
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
326
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
327
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
328
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
331
 
332
  #: app/features/events.php:160 app/features/fes/form.php:522
333
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
334
+ #: app/libraries/main.php:4375
335
  msgid "Categories"
336
  msgstr "Categorías"
337
 
405
 
406
  #: app/features/events.php:306 app/features/events.php:2609
407
  #: app/features/events.php:2651 app/features/fes/form.php:483
408
+ #: app/features/ix.php:2740 app/features/ix.php:2781
409
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
410
  #: app/widgets/single.php:103
411
  msgid "Event Cost"
412
  msgstr "Coste del evento"
413
 
414
  #: app/features/events.php:309 app/features/fes/form.php:486
415
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
416
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
417
  #: app/skins/single/modern.php:187
418
  msgid "Cost"
439
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
440
  #: app/features/organizers.php:110 app/features/organizers.php:150
441
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
442
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
443
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
444
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
445
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
446
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
447
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
448
  #: app/skins/single/modern.php:38
456
  #: app/features/events.php:419 app/features/events.php:423
457
  #: app/features/events.php:2431 app/features/events.php:2609
458
  #: app/features/events.php:2651 app/features/fes/form.php:227
459
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
460
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
461
  #: app/features/mec/dashboard.php:334
462
  #: app/features/mec/meta_boxes/display_options.php:42
463
  #: app/features/mec/meta_boxes/display_options.php:184
492
  #: app/features/events.php:500 app/features/events.php:504
493
  #: app/features/events.php:2432 app/features/events.php:2609
494
  #: app/features/events.php:2651 app/features/fes/form.php:267
495
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
496
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
497
  #: app/features/mec/dashboard.php:335
498
  msgid "End Date"
499
  msgstr "Día final"
761
 
762
  #: app/features/events.php:810 app/features/events.php:1819
763
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
764
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
765
  #: app/modules/booking/steps/tickets.php:22
766
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
767
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
805
  #: app/features/events.php:981 app/features/events.php:1612
806
  #: app/features/events.php:1652 app/features/events.php:2428
807
  #: app/features/events.php:2609 app/features/events.php:2651
808
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
809
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
810
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
811
  msgid "Title"
812
  msgstr "Titulo"
820
  #: app/features/events.php:1641 app/features/events.php:1681
821
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
822
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
823
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
824
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
825
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
826
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
827
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
828
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
829
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
830
+ #: app/libraries/main.php:2549
831
  msgid "Remove"
832
  msgstr "Eliminar"
833
 
855
  #: app/features/events.php:986 app/features/fes/form.php:615
856
  #: app/features/mec.php:324 app/features/mec/settings.php:78
857
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
858
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
859
  msgid "Speakers"
860
  msgstr ""
861
 
871
  msgstr "Enlaces de eventos"
872
 
873
  #: app/features/events.php:1015 app/features/events.php:1019
874
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
875
  msgid "Event Link"
876
  msgstr "Enlace del evento"
877
 
898
  msgstr ""
899
 
900
  #: app/features/events.php:1029 app/features/events.php:1038
901
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
902
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
903
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
904
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
951
  msgstr ""
952
 
953
  #: app/features/events.php:1126 app/libraries/book.php:60
954
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
955
  msgid "Tickets"
956
  msgstr "Tickets"
957
 
972
 
973
  #: app/features/events.php:1150 app/features/events.php:1323
974
  #: app/features/events.php:2609 app/features/events.php:2651
975
+ #: app/features/ix.php:2740 app/features/ix.php:2781
976
  msgid "Start Time"
977
  msgstr "Hora de Inicio"
978
 
979
  #: app/features/events.php:1188 app/features/events.php:1346
980
  #: app/features/events.php:2609 app/features/events.php:2651
981
+ #: app/features/ix.php:2740 app/features/ix.php:2781
982
  msgid "End Time"
983
  msgstr "Hora de finalización"
984
 
1096
  msgstr ""
1097
 
1098
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1099
+ #: app/libraries/main.php:2140
1100
  #, fuzzy
1101
  #| msgid "Name"
1102
  msgid "MEC Name"
1103
  msgstr "Nombre"
1104
 
1105
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1106
+ #: app/libraries/main.php:2169
1107
  #, fuzzy
1108
  #| msgid "Email"
1109
  msgid "MEC Email"
1110
  msgstr "Correo electrónico"
1111
 
1112
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1113
+ #: app/libraries/main.php:2110
1114
  msgid "Text"
1115
  msgstr "Texto"
1116
 
1117
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1118
  #: app/features/organizers.php:102 app/features/organizers.php:146
1119
  #: app/features/speakers.php:111 app/features/speakers.php:175
1120
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1121
  msgid "Tel"
1122
  msgstr "Tel"
1123
 
1124
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1125
+ #: app/libraries/main.php:2228
1126
  msgid "File"
1127
  msgstr ""
1128
 
1129
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1130
+ #: app/libraries/main.php:2315
1131
  msgid "Textarea"
1132
  msgstr "Área de texto"
1133
 
1134
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1135
+ #: app/libraries/main.php:2368
1136
  msgid "Checkboxes"
1137
  msgstr "Checkboxes"
1138
 
1139
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1140
+ #: app/libraries/main.php:2412
1141
  msgid "Radio Buttons"
1142
  msgstr "Botón tipo radio"
1143
 
1205
  #: app/features/mec/meta_boxes/search_form.php:569
1206
  #: app/features/mec/meta_boxes/search_form.php:576
1207
  #: app/features/mec/meta_boxes/search_form.php:583
1208
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1209
  msgid "Dropdown"
1210
  msgstr "Desplegable"
1211
 
1212
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1213
+ #: app/libraries/main.php:2503
1214
  msgid "Agreement"
1215
  msgstr "Acuerdo"
1216
 
1217
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1218
+ #: app/libraries/main.php:2344
1219
  msgid "Paragraph"
1220
  msgstr "Párrafo"
1221
 
1238
  msgstr "organizadores"
1239
 
1240
  #: app/features/events.php:2429 app/features/events.php:2609
1241
+ #: app/features/events.php:2651 app/features/ix.php:2740
1242
+ #: app/features/ix.php:2781 app/features/locations.php:58
1243
  #: app/features/locations.php:229 app/features/locations.php:286
1244
  #: app/features/locations.php:288 app/features/locations.php:297
1245
  #: app/features/mec/meta_boxes/display_options.php:818
1251
  #: app/features/mec/meta_boxes/search_form.php:369
1252
  #: app/features/mec/meta_boxes/search_form.php:423
1253
  #: app/features/mec/meta_boxes/search_form.php:484
1254
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1255
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1256
  #: app/skins/single.php:255 app/skins/single/default.php:141
1257
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1258
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1260
  msgstr "Localización"
1261
 
1262
  #: app/features/events.php:2430 app/features/events.php:2609
1263
+ #: app/features/events.php:2651 app/features/ix.php:2740
1264
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1265
  #: app/features/mec/meta_boxes/display_options.php:819
1266
  #: app/features/mec/meta_boxes/search_form.php:45
1267
  #: app/features/mec/meta_boxes/search_form.php:106
1274
  #: app/features/mec/meta_boxes/search_form.php:552
1275
  #: app/features/organizers.php:58 app/features/organizers.php:199
1276
  #: app/features/organizers.php:255 app/features/organizers.php:257
1277
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1278
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1279
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1280
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1314
  msgstr "Duplicar"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1318
  #: app/features/labels.php:176 app/features/locations.php:228
1319
  #: app/features/organizers.php:198 app/features/speakers.php:241
1320
  msgid "ID"
1321
  msgstr "ID"
1322
 
1323
  #: app/features/events.php:2609 app/features/events.php:2651
1324
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1325
  msgid "Link"
1326
  msgstr "Enlace"
1327
 
1427
 
1428
  #: app/features/fes/form.php:547 app/features/labels.php:61
1429
  #: app/features/labels.php:220 app/features/mec.php:317
1430
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1431
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1432
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1433
  msgid "Labels"
1493
  msgid "The events are imported successfully!"
1494
  msgstr "¡Los eventos se importaron correctamente!"
1495
 
1496
+ #: app/features/ix.php:780
1497
  msgid "Third Party plugin is not installed and activated!"
1498
  msgstr "¡Plugin de terceros no esta instalado ni activado!"
1499
 
1500
+ #: app/features/ix.php:800
1501
  msgid "Third Party plugin is invalid!"
1502
  msgstr "¡El Plugin de terceros no es válido!"
1503
 
1504
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1505
  msgid "Both of API key and Calendar ID are required!"
1506
  msgstr "¡Tanto la clave de API como la ID de Calendario son necesarias!"
1507
 
1508
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1509
  msgid "Please select some events to import!"
1510
  msgstr "Por favor, ¡selecciona algunos eventos para importar!"
1511
 
1512
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1513
  msgid "Both of API key and Group URL are required!"
1514
  msgstr ""
1515
 
1516
+ #: app/features/ix.php:2663
1517
  msgid "Check at Meetup"
1518
  msgstr ""
1519
 
1520
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1521
  msgid "Organizer Tel"
1522
  msgstr "Teléfono del Organizador"
1523
 
1524
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1525
  msgid "Organizer Email"
1526
  msgstr "Correo electrónico del organizador"
1527
 
1528
+ #: app/features/ix.php:2862
1529
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1530
  msgstr ""
1531
  "Todos los ID de cliente, secreto de cliente y ID de calendario son "
1532
  "necesarios."
1533
 
1534
+ #: app/features/ix.php:2885
1535
  #, php-format
1536
  msgid "All seems good! Please click %s for authenticating your app."
1537
  msgstr "¡Todo parece correcto! Haz clic en %s para autenticar su aplicación."
1538
 
1539
+ #: app/features/ix.php:2939
1540
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1541
  msgstr ""
1542
  "¡Todas las aplicaciones de cliente, secreto de cliente y ID de calendario "
1543
  "son obligatorios!"
1544
 
1545
+ #: app/features/ix.php:3138
1546
  #, php-format
1547
  msgid "%s events added to Google Calendar successfully."
1548
  msgstr "%s eventos añadidos con éxito a Google Calendar."
1549
 
1550
+ #: app/features/ix.php:3139
1551
  #, php-format
1552
  msgid "%s previously added events get updated."
1553
  msgstr "%s eventos añadidos previamente se actualizan."
1554
 
1555
+ #: app/features/ix.php:3140
1556
  #, php-format
1557
  msgid "%s events failed to add for following reasons: %s"
1558
  msgstr "%s Eventos fallaron al añadirse por los siguientes motivos: %s"
1559
 
1560
+ #: app/features/ix.php:3172
1561
  msgid "Please insert your Facebook page's link."
1562
  msgstr ""
1563
 
1564
+ #: app/features/ix.php:3181
1565
  msgid ""
1566
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1567
  "valid Facebook page link."
1568
  msgstr ""
1569
 
1570
+ #: app/features/ix.php:3213
1571
  msgid "Please insert your facebook page's link."
1572
  msgstr "Por favor, inserta el enlace de tu página de Facebook."
1573
 
1574
+ #: app/features/ix.php:3218
1575
  msgid ""
1576
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1577
  "valid facebook page link."
2123
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2124
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2125
  #: app/skins/monthly_view/calendar_clean.php:81
2126
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2127
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2128
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2129
  msgid "Featured"
2130
  msgstr ""
2131
 
2132
  #: app/features/labels.php:117 app/features/labels.php:142
2133
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2134
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2135
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2136
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2137
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2138
  #: app/skins/monthly_view/calendar.php:84
2139
  #: app/skins/monthly_view/calendar_clean.php:85
2140
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2141
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2142
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2143
  msgid "Canceled"
2165
 
2166
  #: app/features/locations.php:59 app/features/mec.php:318
2167
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2168
+ #: app/libraries/main.php:4379
2169
  msgid "Locations"
2170
  msgstr "Lugar"
2171
 
2272
  msgid "Don't show map in single event page"
2273
  msgstr "No mostrar el mapa en la página del detalle del evento"
2274
 
2275
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2276
  #, fuzzy
2277
  #| msgid "Locations"
2278
  msgid "Other Locations"
2329
 
2330
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2331
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2332
+ #: app/libraries/main.php:4381
2333
  msgid "Organizers"
2334
  msgstr "Organizadores"
2335
 
2348
  msgid "MEC - Addons"
2349
  msgstr "Ajustes MEC"
2350
 
2351
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2352
  msgid "Addons"
2353
  msgstr ""
2354
 
2404
  msgid "Modal 1"
2405
  msgstr "Modal 1"
2406
 
2407
+ #: app/features/mec/addons.php:24
2408
  msgid "How to Purchase"
2409
  msgstr ""
2410
 
2411
+ #: app/features/mec/addons.php:25
2412
  msgid "Install Addons"
2413
  msgstr ""
2414
 
2415
+ #: app/features/mec/addons.php:28
2416
  msgid ""
2417
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2418
  "however, you cannot install and use them on the Lite version too."
2419
  msgstr ""
2420
 
2421
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2422
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2423
  msgid "Version"
2424
  msgstr "Versión"
2425
 
2426
+ #: app/features/mec/addons.php:86
2427
  msgid "Coming Soon"
2428
  msgstr ""
2429
 
2430
+ #: app/features/mec/addons.php:97
2431
  msgid ""
2432
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2433
  "functions are <strong>not activated</strong> on your server. Please contact "
2981
 
2982
  #: app/features/mec/meta_boxes/display_options.php:414
2983
  #: app/features/mec/meta_boxes/display_options.php:431
2984
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
2985
+ #: app/libraries/main.php:1226
2986
  msgid "List View"
2987
  msgstr "Vista de lista"
2988
 
2989
  #: app/features/mec/meta_boxes/display_options.php:415
2990
  #: app/features/mec/meta_boxes/display_options.php:441
2991
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
2992
+ #: app/libraries/main.php:1220
2993
  msgid "Yearly View"
2994
  msgstr "Vista anual"
2995
 
3000
 
3001
  #: app/features/mec/meta_boxes/display_options.php:417
3002
  #: app/features/mec/meta_boxes/display_options.php:473
3003
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3004
+ #: app/libraries/main.php:1222
3005
  msgid "Weekly View"
3006
  msgstr "Vista de semana"
3007
 
3008
  #: app/features/mec/meta_boxes/display_options.php:418
3009
  #: app/features/mec/meta_boxes/display_options.php:483
3010
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3011
+ #: app/libraries/main.php:1223
3012
  msgid "Daily View"
3013
  msgstr "Vista de día"
3014
 
3375
  #: app/features/mec/meta_boxes/search_form.php:437
3376
  #: app/features/mec/meta_boxes/search_form.php:498
3377
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3378
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3379
  #: app/libraries/skins.php:824
3380
  msgid "Speaker"
3381
  msgstr ""
3919
  msgstr ""
3920
 
3921
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3922
+ #: app/libraries/main.php:4388
3923
  msgid "Weekdays"
3924
  msgstr "Días de la semana"
3925
 
4675
  msgstr ""
4676
 
4677
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4678
+ #: app/libraries/main.php:4570
4679
  msgid "Verified"
4680
  msgstr "Verificado"
4681
 
5229
  msgid "eg. https://webnus.net"
5230
  msgstr "ej. https://webnus.net"
5231
 
5232
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5233
  #: app/skins/single.php:194
5234
  msgid "Other Organizers"
5235
  msgstr "En común"
5250
  msgid "#"
5251
  msgstr ""
5252
 
5253
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5254
  msgid "Status"
5255
  msgstr "Estado"
5256
 
5257
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5258
  msgid "Attendees"
5259
  msgstr "Asistentes"
5260
 
5267
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5268
  msgstr ""
5269
 
5270
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5271
+ #: app/libraries/main.php:4410
5272
  msgid "Ticket"
5273
  msgstr "Ticket"
5274
 
5306
  msgstr ""
5307
 
5308
  #: app/features/speakers.php:135 app/features/speakers.php:187
5309
+ #: app/libraries/main.php:1083
5310
  msgid "Google+"
5311
  msgstr "Google+"
5312
 
5407
  msgid "There is no excerpt because this is a protected post."
5408
  msgstr "No hay extracto porque es una entrada protegida."
5409
 
5410
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5411
+ #: app/libraries/main.php:1227
5412
  msgid "Grid View"
5413
  msgstr "Vista cuadrícula"
5414
 
5415
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5416
+ #: app/libraries/main.php:1228
5417
  msgid "Agenda View"
5418
  msgstr "Vista de Agenda"
5419
 
5420
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5421
+ #: app/libraries/main.php:1219
5422
  msgid "Full Calendar"
5423
  msgstr "Calendario completo"
5424
 
5425
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5426
+ #: app/libraries/main.php:1221
5427
  msgid "Calendar/Monthly View"
5428
  msgstr "Ver Calendario/Mes"
5429
 
5430
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5431
+ #: app/libraries/main.php:1224
5432
  msgid "Timetable View"
5433
  msgstr "Vista de Horario"
5434
 
5435
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5436
+ #: app/libraries/main.php:1225
5437
  msgid "Masonry View"
5438
  msgstr "Vista en mosaico"
5439
 
5440
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5441
+ #: app/libraries/main.php:1229
5442
  msgid "Map View"
5443
  msgstr "Vista de mapa"
5444
 
5462
  msgid "Slider View"
5463
  msgstr "Vista del rotativo"
5464
 
5465
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5466
  msgid "SU"
5467
  msgstr "DO"
5468
 
5469
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5470
  msgid "MO"
5471
  msgstr "LU"
5472
 
5473
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5474
  msgid "TU"
5475
  msgstr "MA"
5476
 
5477
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5478
  msgid "WE"
5479
  msgstr "MI"
5480
 
5481
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5482
  msgid "TH"
5483
  msgstr "JU"
5484
 
5485
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5486
  msgid "FR"
5487
  msgstr "VI"
5488
 
5489
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5490
  msgid "SA"
5491
  msgstr "SA"
5492
 
5493
+ #: app/libraries/main.php:1041
5494
  msgid "Events at this location"
5495
  msgstr "Eventos en este lugar"
5496
 
5497
+ #: app/libraries/main.php:1041
5498
  msgid "Event at this location"
5499
  msgstr "Evento en este lugar"
5500
 
5501
+ #: app/libraries/main.php:1082
5502
  msgid "Facebook"
5503
  msgstr "Facebook"
5504
 
5505
+ #: app/libraries/main.php:1084
5506
  msgid "Twitter"
5507
  msgstr "Twitter"
5508
 
5509
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5510
  msgid "Linkedin"
5511
  msgstr "LinkedIn"
5512
 
5513
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5514
  msgid "VK"
5515
  msgstr "VK"
5516
 
5517
+ #: app/libraries/main.php:1105
5518
  msgid "Share on Facebook"
5519
  msgstr "Compartir en Facebook"
5520
 
5521
+ #: app/libraries/main.php:1120
5522
  msgid "Google Plus"
5523
  msgstr "Google Plus"
5524
 
5525
+ #: app/libraries/main.php:1135
5526
  msgid "Tweet"
5527
  msgstr "Tweet"
5528
 
5529
+ #: app/libraries/main.php:1205
5530
  #, fuzzy
5531
  #| msgid "Shortcode"
5532
  msgid "Custom Shortcode"
5533
  msgstr "Shortcode"
5534
 
5535
+ #: app/libraries/main.php:1564
5536
  msgid "Your booking successfully verified."
5537
  msgstr "Tu reserva se ha verificado correctamente."
5538
 
5539
+ #: app/libraries/main.php:1565
5540
  msgid "Your booking cannot verify!"
5541
  msgstr "¡Tu reserva no se puede verificar!"
5542
 
5543
+ #: app/libraries/main.php:1577
5544
  msgid "Your booking successfully canceled."
5545
  msgstr "Tu reserva se ha cancelado correctamente."
5546
 
5547
+ #: app/libraries/main.php:1578
5548
  msgid "Your booking cannot be canceled."
5549
  msgstr "La reserva no puede cancelarse."
5550
 
5551
+ #: app/libraries/main.php:1582
5552
  msgid "You canceled the payment successfully."
5553
  msgstr "Has cancelado el pago correctamente."
5554
 
5555
+ #: app/libraries/main.php:1586
5556
  msgid "You returned from payment gateway successfully."
5557
  msgstr "Has vuelto correctamente de tu pasarela de pago."
5558
 
5559
+ #: app/libraries/main.php:1610
5560
  msgid "Cannot find the booking!"
5561
  msgstr "¡No se pudo encontrar la reserva!"
5562
 
5563
+ #: app/libraries/main.php:1610
5564
  msgid "Booking is invalid."
5565
  msgstr "Reserva no válida."
5566
 
5567
+ #: app/libraries/main.php:1639
5568
  #, php-format
5569
  msgid "%s Invoice"
5570
  msgstr "%s Factura"
5571
 
5572
+ #: app/libraries/main.php:1660
5573
  msgid "Transaction ID"
5574
  msgstr "ID Transacción"
5575
 
5576
+ #: app/libraries/main.php:1713
5577
  msgid "Billing"
5578
  msgstr "Facturación"
5579
 
5580
+ #: app/libraries/main.php:1724
5581
  msgid "Total"
5582
  msgstr "Total "
5583
 
5584
+ #: app/libraries/main.php:1757
5585
  msgid "Security nonce is not valid."
5586
  msgstr "La seguridad nonce no es válida."
5587
 
5588
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5589
  msgid "iCal export stopped!"
5590
  msgstr "¡La exportación de iCal se detuvo!"
5591
 
5592
+ #: app/libraries/main.php:1789
5593
  msgid "Request is not valid."
5594
  msgstr "La solicitud no es válida."
5595
 
5596
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5597
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5598
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5599
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5600
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5601
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5602
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5603
  msgid "Sort"
5604
  msgstr "Orden"
5605
 
5606
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5607
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5608
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5609
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5610
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5611
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5612
  msgid "Required Field"
5613
  msgstr "Campo obligatorio"
5614
 
5615
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5616
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5617
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5618
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5619
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5620
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5621
  msgid "Insert a label for this field"
5622
  msgstr "Introduce una etiqueta para este campo"
5623
 
5624
+ #: app/libraries/main.php:2349
5625
  msgid "HTML and shortcode are allowed."
5626
  msgstr "Se permite HTML"
5627
 
5628
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5629
+ #: app/libraries/main.php:2480
5630
  msgid "Option"
5631
  msgstr "Opción"
5632
 
5633
+ #: app/libraries/main.php:2514
5634
  #, php-format
5635
  msgid "Instead of %s, the page title with a link will be show."
5636
  msgstr "En lugar de %s, se mostrará el título de la página con un enlace."
5637
 
5638
+ #: app/libraries/main.php:2516
5639
  msgid "Agreement Page"
5640
  msgstr "Página de Acuerdo"
5641
 
5642
+ #: app/libraries/main.php:2527
5643
  msgid "Checked by default"
5644
  msgstr "Marcado por defecto"
5645
 
5646
+ #: app/libraries/main.php:2528
5647
  msgid "Unchecked by default"
5648
  msgstr "Sin marcar por defecto"
5649
 
5650
+ #: app/libraries/main.php:2550
5651
  msgid "Insert a label for this option"
5652
  msgstr "Introduce una etiqueta para esta opción"
5653
 
5654
+ #: app/libraries/main.php:2565
5655
  msgid "Free"
5656
  msgstr "Gratis"
5657
 
5658
+ #: app/libraries/main.php:3217
5659
  #, php-format
5660
  msgid "Copy of %s"
5661
  msgstr "Copia de %s"
5662
 
5663
+ #: app/libraries/main.php:3880
5664
  msgid "Booked an event."
5665
  msgstr "Has reservado para un evento."
5666
 
5667
+ #: app/libraries/main.php:3921
5668
  #, php-format
5669
  msgid "%s booked %s event."
5670
  msgstr "%s reservado %s evento."
5671
 
5672
+ #: app/libraries/main.php:4373
5673
  msgid "Taxonomies"
5674
  msgstr "Taxonomías"
5675
 
5676
+ #: app/libraries/main.php:4375
5677
  msgid "Category Plural Label"
5678
  msgstr "Categoría Etiqueta plural"
5679
 
5680
+ #: app/libraries/main.php:4376
5681
  msgid "Category Singular Label"
5682
  msgstr "Categoría Etiqueta Singular"
5683
 
5684
+ #: app/libraries/main.php:4377
5685
  msgid "Label Plural Label"
5686
  msgstr "Etiqueta plural"
5687
 
5688
+ #: app/libraries/main.php:4378
5689
  msgid "Label Singular Label"
5690
  msgstr "Etiqueta singular de la etiqueta"
5691
 
5692
+ #: app/libraries/main.php:4378
5693
  msgid "label"
5694
  msgstr "etiqueta"
5695
 
5696
+ #: app/libraries/main.php:4379
5697
  msgid "Location Plural Label"
5698
  msgstr "Ubicación Etiqueta plural"
5699
 
5700
+ #: app/libraries/main.php:4380
5701
  msgid "Location Singular Label"
5702
  msgstr "Etiqueta de ubicación en singular"
5703
 
5704
+ #: app/libraries/main.php:4381
5705
  msgid "Organizer Plural Label"
5706
  msgstr "Etiqueta del organizador en plural"
5707
 
5708
+ #: app/libraries/main.php:4382
5709
  msgid "Organizer Singular Label"
5710
  msgstr "Etiqueta Singular del Organizador"
5711
 
5712
+ #: app/libraries/main.php:4383
5713
  msgid "Speaker Plural Label"
5714
  msgstr ""
5715
 
5716
+ #: app/libraries/main.php:4384
5717
  msgid "Speaker Singular Label"
5718
  msgstr ""
5719
 
5720
+ #: app/libraries/main.php:4390
5721
  msgid "Sunday abbreviation"
5722
  msgstr "Abreviatura de Domingo"
5723
 
5724
+ #: app/libraries/main.php:4391
5725
  msgid "Monday abbreviation"
5726
  msgstr "Abreviatura de Lunes"
5727
 
5728
+ #: app/libraries/main.php:4392
5729
  msgid "Tuesday abbreviation"
5730
  msgstr "Abreviatura de Martes"
5731
 
5732
+ #: app/libraries/main.php:4393
5733
  msgid "Wednesday abbreviation"
5734
  msgstr "Abreviatura de Miércoles "
5735
 
5736
+ #: app/libraries/main.php:4394
5737
  msgid "Thursday abbreviation"
5738
  msgstr "Abreviatura de Jueves"
5739
 
5740
+ #: app/libraries/main.php:4395
5741
  msgid "Friday abbreviation"
5742
  msgstr "Abreviatura de Viernes"
5743
 
5744
+ #: app/libraries/main.php:4396
5745
  msgid "Saturday abbreviation"
5746
  msgstr "Abreviatura de Sábado "
5747
 
5748
+ #: app/libraries/main.php:4400
5749
  msgid "Others"
5750
  msgstr "Otros"
5751
 
5752
+ #: app/libraries/main.php:4402
5753
  msgid "Booking Success Message"
5754
  msgstr "Mensaje de reserva correcta"
5755
 
5756
+ #: app/libraries/main.php:4402
5757
  msgid ""
5758
  "Thanks for your booking. Your tickets booked, booking verification might be "
5759
  "needed, please check your email."
5761
  "Gracias por tu reserva. Tus entradas han sido reservadas, podrías necesitar "
5762
  "una verificación, por favor consulta tu correo."
5763
 
5764
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5765
  msgid "Register Button"
5766
  msgstr "Botón de registro"
5767
 
5768
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5769
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5770
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5771
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5772
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5775
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5776
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5777
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5778
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5779
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5780
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5781
  msgid "REGISTER"
5782
  msgstr "REGISTRO"
5783
 
5784
+ #: app/libraries/main.php:4404
5785
  msgid "View Detail Button"
5786
  msgstr "Ver detalle del botón"
5787
 
5788
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5789
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5790
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5791
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5792
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5793
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5794
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5795
+ #: app/skins/slider/render.php:299
5796
  msgid "View Detail"
5797
  msgstr "Ver detalle"
5798
 
5799
+ #: app/libraries/main.php:4405
5800
  msgid "Event Detail Button"
5801
  msgstr "Botón de detalle del evento"
5802
 
5803
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5804
  msgid "Event Detail"
5805
  msgstr "Detalle del evento"
5806
 
5807
+ #: app/libraries/main.php:4407
5808
  msgid "More Info Link"
5809
  msgstr "Enlace a Más Información"
5810
 
5811
+ #: app/libraries/main.php:4410
5812
  msgid "Ticket (Singular)"
5813
  msgstr "Entrada (Singular)"
5814
 
5815
+ #: app/libraries/main.php:4411
5816
  msgid "Tickets (Plural)"
5817
  msgstr "Entradas (Plural)"
5818
 
5819
+ #: app/libraries/main.php:4478
5820
  msgid "EventON"
5821
  msgstr "EventON"
5822
 
5823
+ #: app/libraries/main.php:4479
5824
  msgid "The Events Calendar"
5825
  msgstr "The Events Calendar"
5826
 
5827
+ #: app/libraries/main.php:4480
5828
  msgid "Events Schedule WP Plugin"
5829
  msgstr "Events Schedule WP Plugin"
5830
 
5831
+ #: app/libraries/main.php:4481
5832
  msgid "Calendarize It"
5833
  msgstr "Ponlo al calendario"
5834
 
5835
+ #: app/libraries/main.php:4555
5836
  msgid "Confirmed"
5837
  msgstr ""
5838
 
5839
+ #: app/libraries/main.php:4556
5840
  msgid "Rejected"
5841
  msgstr ""
5842
 
5843
+ #: app/libraries/main.php:4557
5844
  msgid "Pending"
5845
  msgstr ""
5846
 
5847
+ #: app/libraries/main.php:4572
5848
  msgid "Waiting"
5849
  msgstr ""
5850
 
5932
  msgid "Free Booking"
5933
  msgstr "Reserva gratuita"
5934
 
5935
+ #: app/modules/booking/steps/form.php:162
5936
  msgid "Fill other attendees information like the first form."
5937
  msgstr ""
5938
  "Rellenar la información de los otros asistentes igual que el primer "
5939
  "formulario."
5940
 
5941
+ #: app/modules/booking/steps/form.php:175
5942
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5943
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5944
  msgid "Next"
6080
  msgid "View All"
6081
  msgstr "Ver %s"
6082
 
6083
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6084
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6085
  #: app/skins/list/render.php:119
6086
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-fr_FR.mo CHANGED
Binary file
languages/modern-events-calendar-lite-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -276,7 +276,7 @@ msgstr "Ajouter un événement"
276
  msgid "Add New Event"
277
  msgstr "Ajouter un nouvel événement"
278
 
279
- #: app/features/events.php:138 app/features/ix.php:3181
280
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
281
  msgid "No events found!"
282
  msgstr "Aucun événement trouvé !"
@@ -308,7 +308,7 @@ msgstr "Aucun événement trouvé dans la corbeille !"
308
  #: app/features/mec/meta_boxes/search_form.php:362
309
  #: app/features/mec/meta_boxes/search_form.php:416
310
  #: app/features/mec/meta_boxes/search_form.php:477
311
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
312
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
313
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
314
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -317,7 +317,7 @@ msgstr "Catégorie"
317
 
318
  #: app/features/events.php:160 app/features/fes/form.php:522
319
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
320
- #: app/libraries/main.php:4372
321
  msgid "Categories"
322
  msgstr "Catégories"
323
 
@@ -391,14 +391,14 @@ msgstr "Détails"
391
 
392
  #: app/features/events.php:306 app/features/events.php:2609
393
  #: app/features/events.php:2651 app/features/fes/form.php:483
394
- #: app/features/ix.php:2719 app/features/ix.php:2760
395
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
396
  #: app/widgets/single.php:103
397
  msgid "Event Cost"
398
  msgstr "Tarif de l'événement"
399
 
400
  #: app/features/events.php:309 app/features/fes/form.php:486
401
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
402
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
403
  #: app/skins/single/modern.php:187
404
  msgid "Cost"
@@ -425,10 +425,10 @@ msgstr "Nom"
425
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
426
  #: app/features/organizers.php:110 app/features/organizers.php:150
427
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
428
- #: app/features/speakers.php:179 app/libraries/main.php:1084
429
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
430
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
431
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
432
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
433
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
434
  #: app/skins/single/modern.php:38
@@ -442,8 +442,8 @@ msgstr "Date et heure"
442
  #: app/features/events.php:419 app/features/events.php:423
443
  #: app/features/events.php:2431 app/features/events.php:2609
444
  #: app/features/events.php:2651 app/features/fes/form.php:227
445
- #: app/features/fes/form.php:231 app/features/ix.php:2719
446
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
447
  #: app/features/mec/dashboard.php:334
448
  #: app/features/mec/meta_boxes/display_options.php:42
449
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -478,8 +478,8 @@ msgstr "de l'après midi"
478
  #: app/features/events.php:500 app/features/events.php:504
479
  #: app/features/events.php:2432 app/features/events.php:2609
480
  #: app/features/events.php:2651 app/features/fes/form.php:267
481
- #: app/features/fes/form.php:271 app/features/ix.php:2719
482
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
483
  #: app/features/mec/dashboard.php:335
484
  msgid "End Date"
485
  msgstr "Date de fin"
@@ -750,7 +750,7 @@ msgstr "Exclure certains jours"
750
 
751
  #: app/features/events.php:810 app/features/events.php:1819
752
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
753
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
754
  #: app/modules/booking/steps/tickets.php:22
755
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
756
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -794,8 +794,8 @@ msgstr ""
794
  #: app/features/events.php:981 app/features/events.php:1612
795
  #: app/features/events.php:1652 app/features/events.php:2428
796
  #: app/features/events.php:2609 app/features/events.php:2651
797
- #: app/features/fes/form.php:216 app/features/ix.php:2719
798
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
799
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
800
  msgid "Title"
801
  msgstr "Titre"
@@ -809,14 +809,14 @@ msgstr "Titre"
809
  #: app/features/events.php:1641 app/features/events.php:1681
810
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
811
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
812
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
813
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
814
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
815
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
816
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
817
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
818
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
819
- #: app/libraries/main.php:2546
820
  msgid "Remove"
821
  msgstr "Supprimer"
822
 
@@ -844,7 +844,7 @@ msgstr "Description"
844
  #: app/features/events.php:986 app/features/fes/form.php:615
845
  #: app/features/mec.php:324 app/features/mec/settings.php:78
846
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
847
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
848
  msgid "Speakers"
849
  msgstr ""
850
 
@@ -860,7 +860,7 @@ msgid "Event Links"
860
  msgstr "Liens de l'évenements"
861
 
862
  #: app/features/events.php:1015 app/features/events.php:1019
863
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
864
  msgid "Event Link"
865
  msgstr "Lien de l'événement"
866
 
@@ -885,7 +885,7 @@ msgid "URL Shortener"
885
  msgstr ""
886
 
887
  #: app/features/events.php:1029 app/features/events.php:1038
888
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
889
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
890
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
891
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -938,7 +938,7 @@ msgid "Read About A Booking System"
938
  msgstr "Choisissez le style de votre page d'événement."
939
 
940
  #: app/features/events.php:1126 app/libraries/book.php:60
941
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
942
  msgid "Tickets"
943
  msgstr "Billets"
944
 
@@ -955,13 +955,13 @@ msgstr "Nom du billet"
955
 
956
  #: app/features/events.php:1150 app/features/events.php:1323
957
  #: app/features/events.php:2609 app/features/events.php:2651
958
- #: app/features/ix.php:2719 app/features/ix.php:2760
959
  msgid "Start Time"
960
  msgstr "Début"
961
 
962
  #: app/features/events.php:1188 app/features/events.php:1346
963
  #: app/features/events.php:2609 app/features/events.php:2651
964
- #: app/features/ix.php:2719 app/features/ix.php:2760
965
  msgid "End Time"
966
  msgstr "Fin"
967
 
@@ -1085,48 +1085,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1085
  msgstr ""
1086
 
1087
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1088
- #: app/libraries/main.php:2137
1089
  #, fuzzy
1090
  #| msgid "Name"
1091
  msgid "MEC Name"
1092
  msgstr "Nom"
1093
 
1094
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1095
- #: app/libraries/main.php:2166
1096
  #, fuzzy
1097
  #| msgid "Email"
1098
  msgid "MEC Email"
1099
  msgstr "Email"
1100
 
1101
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1102
- #: app/libraries/main.php:2107
1103
  msgid "Text"
1104
  msgstr "Texte"
1105
 
1106
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1107
  #: app/features/organizers.php:102 app/features/organizers.php:146
1108
  #: app/features/speakers.php:111 app/features/speakers.php:175
1109
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1110
  msgid "Tel"
1111
  msgstr "Téléphone"
1112
 
1113
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1114
- #: app/libraries/main.php:2225
1115
  msgid "File"
1116
  msgstr ""
1117
 
1118
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1119
- #: app/libraries/main.php:2312
1120
  msgid "Textarea"
1121
  msgstr "Zone de texte"
1122
 
1123
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1124
- #: app/libraries/main.php:2365
1125
  msgid "Checkboxes"
1126
  msgstr "Boîtes à cocher"
1127
 
1128
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1129
- #: app/libraries/main.php:2409
1130
  msgid "Radio Buttons"
1131
  msgstr "Boutons Radio"
1132
 
@@ -1194,17 +1194,17 @@ msgstr "Boutons Radio"
1194
  #: app/features/mec/meta_boxes/search_form.php:569
1195
  #: app/features/mec/meta_boxes/search_form.php:576
1196
  #: app/features/mec/meta_boxes/search_form.php:583
1197
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1198
  msgid "Dropdown"
1199
  msgstr "Menu déroulant"
1200
 
1201
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1202
- #: app/libraries/main.php:2500
1203
  msgid "Agreement"
1204
  msgstr ""
1205
 
1206
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1207
- #: app/libraries/main.php:2341
1208
  msgid "Paragraph"
1209
  msgstr "Paragraphe"
1210
 
@@ -1227,8 +1227,8 @@ msgid "organizers"
1227
  msgstr "organisateurs"
1228
 
1229
  #: app/features/events.php:2429 app/features/events.php:2609
1230
- #: app/features/events.php:2651 app/features/ix.php:2719
1231
- #: app/features/ix.php:2760 app/features/locations.php:58
1232
  #: app/features/locations.php:229 app/features/locations.php:286
1233
  #: app/features/locations.php:288 app/features/locations.php:297
1234
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1240,8 +1240,8 @@ msgstr "organisateurs"
1240
  #: app/features/mec/meta_boxes/search_form.php:369
1241
  #: app/features/mec/meta_boxes/search_form.php:423
1242
  #: app/features/mec/meta_boxes/search_form.php:484
1243
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1244
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1245
  #: app/skins/single.php:255 app/skins/single/default.php:141
1246
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1247
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1249,8 +1249,8 @@ msgid "Location"
1249
  msgstr "Lieu"
1250
 
1251
  #: app/features/events.php:2430 app/features/events.php:2609
1252
- #: app/features/events.php:2651 app/features/ix.php:2719
1253
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1254
  #: app/features/mec/meta_boxes/display_options.php:819
1255
  #: app/features/mec/meta_boxes/search_form.php:45
1256
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1263,7 +1263,7 @@ msgstr "Lieu"
1263
  #: app/features/mec/meta_boxes/search_form.php:552
1264
  #: app/features/organizers.php:58 app/features/organizers.php:199
1265
  #: app/features/organizers.php:255 app/features/organizers.php:257
1266
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1267
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1268
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1269
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1303,14 +1303,14 @@ msgid "Duplicate"
1303
  msgstr "Dupliquer"
1304
 
1305
  #: app/features/events.php:2609 app/features/events.php:2651
1306
- #: app/features/ix.php:2719 app/features/ix.php:2760
1307
  #: app/features/labels.php:176 app/features/locations.php:228
1308
  #: app/features/organizers.php:198 app/features/speakers.php:241
1309
  msgid "ID"
1310
  msgstr "ID"
1311
 
1312
  #: app/features/events.php:2609 app/features/events.php:2651
1313
- #: app/features/ix.php:2719 app/features/ix.php:2760
1314
  msgid "Link"
1315
  msgstr "Lien"
1316
 
@@ -1414,7 +1414,7 @@ msgstr "Supprimer l'image"
1414
 
1415
  #: app/features/fes/form.php:547 app/features/labels.php:61
1416
  #: app/features/labels.php:220 app/features/mec.php:317
1417
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1418
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1419
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1420
  msgid "Labels"
@@ -1478,75 +1478,75 @@ msgstr ""
1478
  msgid "The events are imported successfully!"
1479
  msgstr ""
1480
 
1481
- #: app/features/ix.php:756
1482
  msgid "Third Party plugin is not installed and activated!"
1483
  msgstr ""
1484
 
1485
- #: app/features/ix.php:781
1486
  msgid "Third Party plugin is invalid!"
1487
  msgstr ""
1488
 
1489
- #: app/features/ix.php:1926 app/features/ix.php:1984
1490
  msgid "Both of API key and Calendar ID are required!"
1491
  msgstr "La clé API et le Calendar ID sont requis !"
1492
 
1493
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1494
  msgid "Please select some events to import!"
1495
  msgstr "Merci de sélectionner les évènements à Importer !"
1496
 
1497
- #: app/features/ix.php:2340 app/features/ix.php:2403
1498
  #, fuzzy
1499
  #| msgid "Both of API key and Calendar ID are required!"
1500
  msgid "Both of API key and Group URL are required!"
1501
  msgstr "La clé API et le Calendar ID sont requis !"
1502
 
1503
- #: app/features/ix.php:2642
1504
  msgid "Check at Meetup"
1505
  msgstr ""
1506
 
1507
- #: app/features/ix.php:2719 app/features/ix.php:2760
1508
  msgid "Organizer Tel"
1509
  msgstr "Teléphone de l'organisateur"
1510
 
1511
- #: app/features/ix.php:2719 app/features/ix.php:2760
1512
  msgid "Organizer Email"
1513
  msgstr "Mail de l'organisateur"
1514
 
1515
- #: app/features/ix.php:2841
1516
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1517
  msgstr "Les Clients ID, Client Secret et Calendar ID sont requis !"
1518
 
1519
- #: app/features/ix.php:2864
1520
  #, php-format
1521
  msgid "All seems good! Please click %s for authenticating your app."
1522
  msgstr "Tout semble bon ! Merci de cliquer sur %s pour authentifier votre APP."
1523
 
1524
- #: app/features/ix.php:2918
1525
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1526
  msgstr "Client APP, Client Secret et Calendar ID sont tous requis !"
1527
 
1528
- #: app/features/ix.php:3117
1529
  #, php-format
1530
  msgid "%s events added to Google Calendar successfully."
1531
  msgstr "%s évènements ajoutés à Google Agenda avec succès."
1532
 
1533
- #: app/features/ix.php:3118
1534
  #, php-format
1535
  msgid "%s previously added events get updated."
1536
  msgstr "%s évènements précédemment ajoutés ont été mis à jour."
1537
 
1538
- #: app/features/ix.php:3119
1539
  #, php-format
1540
  msgid "%s events failed to add for following reasons: %s"
1541
  msgstr "%s évènements n'ont pu être ajoutés pour les raisons suivantes : %s"
1542
 
1543
- #: app/features/ix.php:3151
1544
  #, fuzzy
1545
  #| msgid "Please insert your facebook page's link."
1546
  msgid "Please insert your Facebook page's link."
1547
  msgstr "Merci d'insérer l'URL de votre Page Facebook."
1548
 
1549
- #: app/features/ix.php:3160
1550
  #, fuzzy
1551
  #| msgid ""
1552
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
@@ -1558,11 +1558,11 @@ msgstr ""
1558
  "Cette page ne peut être reconnue. Merci de vérifier l'URL et de renseigner "
1559
  "une adresse Facebook Page valide."
1560
 
1561
- #: app/features/ix.php:3192
1562
  msgid "Please insert your facebook page's link."
1563
  msgstr "Merci d'insérer l'URL de votre Page Facebook."
1564
 
1565
- #: app/features/ix.php:3197
1566
  msgid ""
1567
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1568
  "valid facebook page link."
@@ -2142,7 +2142,7 @@ msgstr ""
2142
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2143
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2144
  #: app/skins/monthly_view/calendar_clean.php:81
2145
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2146
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2147
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2148
  #, fuzzy
@@ -2151,14 +2151,14 @@ msgid "Featured"
2151
  msgstr "Image Principale"
2152
 
2153
  #: app/features/labels.php:117 app/features/labels.php:142
2154
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2155
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2156
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2157
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2158
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2159
  #: app/skins/monthly_view/calendar.php:84
2160
  #: app/skins/monthly_view/calendar_clean.php:85
2161
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2162
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2163
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2164
  msgid "Canceled"
@@ -2186,7 +2186,7 @@ msgstr "%s événement"
2186
 
2187
  #: app/features/locations.php:59 app/features/mec.php:318
2188
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2189
- #: app/libraries/main.php:4376
2190
  msgid "Locations"
2191
  msgstr "Lieux"
2192
 
@@ -2293,7 +2293,7 @@ msgstr "Choisir une image"
2293
  msgid "Don't show map in single event page"
2294
  msgstr "Ne pas afficher de carte pour cet événement"
2295
 
2296
- #: app/features/locations.php:361 app/libraries/main.php:4410
2297
  #, fuzzy
2298
  #| msgid "Search Locations"
2299
  msgid "Other Locations"
@@ -2354,7 +2354,7 @@ msgstr "Aide"
2354
 
2355
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2356
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2357
- #: app/libraries/main.php:4378
2358
  msgid "Organizers"
2359
  msgstr "Organisateurs"
2360
 
@@ -2373,7 +2373,7 @@ msgstr "Agenda - Paramètres"
2373
  msgid "MEC - Addons"
2374
  msgstr "Agenda - Paramètres"
2375
 
2376
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2377
  msgid "Addons"
2378
  msgstr ""
2379
 
@@ -2429,30 +2429,30 @@ msgstr "Page séparé"
2429
  msgid "Modal 1"
2430
  msgstr "Pop-up"
2431
 
2432
- #: app/features/mec/addons.php:18
2433
  msgid "How to Purchase"
2434
  msgstr ""
2435
 
2436
- #: app/features/mec/addons.php:19
2437
  msgid "Install Addons"
2438
  msgstr ""
2439
 
2440
- #: app/features/mec/addons.php:22
2441
  msgid ""
2442
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2443
  "however, you cannot install and use them on the Lite version too."
2444
  msgstr ""
2445
 
2446
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2447
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2448
  msgid "Version"
2449
  msgstr "Version"
2450
 
2451
- #: app/features/mec/addons.php:80
2452
  msgid "Coming Soon"
2453
  msgstr ""
2454
 
2455
- #: app/features/mec/addons.php:91
2456
  msgid ""
2457
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2458
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -3015,15 +3015,15 @@ msgstr "Vue par Défaut"
3015
 
3016
  #: app/features/mec/meta_boxes/display_options.php:414
3017
  #: app/features/mec/meta_boxes/display_options.php:431
3018
- #: app/libraries/main.php:329 app/libraries/main.php:1198
3019
- #: app/libraries/main.php:1223
3020
  msgid "List View"
3021
  msgstr "Vue liste"
3022
 
3023
  #: app/features/mec/meta_boxes/display_options.php:415
3024
  #: app/features/mec/meta_boxes/display_options.php:441
3025
- #: app/libraries/main.php:333 app/libraries/main.php:1192
3026
- #: app/libraries/main.php:1217
3027
  msgid "Yearly View"
3028
  msgstr ""
3029
 
@@ -3034,15 +3034,15 @@ msgstr "Vue Calendrier / Mensuelle"
3034
 
3035
  #: app/features/mec/meta_boxes/display_options.php:417
3036
  #: app/features/mec/meta_boxes/display_options.php:473
3037
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3038
- #: app/libraries/main.php:1219
3039
  msgid "Weekly View"
3040
  msgstr "Vue Hebdomadaire"
3041
 
3042
  #: app/features/mec/meta_boxes/display_options.php:418
3043
  #: app/features/mec/meta_boxes/display_options.php:483
3044
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3045
- #: app/libraries/main.php:1220
3046
  msgid "Daily View"
3047
  msgstr "Vue Quotidienne"
3048
 
@@ -3408,7 +3408,7 @@ msgstr "Désactivé"
3408
  #: app/features/mec/meta_boxes/search_form.php:437
3409
  #: app/features/mec/meta_boxes/search_form.php:498
3410
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3411
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3412
  #: app/libraries/skins.php:824
3413
  msgid "Speaker"
3414
  msgstr ""
@@ -3956,7 +3956,7 @@ msgid ""
3956
  msgstr ""
3957
 
3958
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3959
- #: app/libraries/main.php:4385
3960
  msgid "Weekdays"
3961
  msgstr "Jours de la Semaine"
3962
 
@@ -4717,7 +4717,7 @@ msgid ""
4717
  msgstr ""
4718
 
4719
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4720
- #: app/libraries/main.php:4567
4721
  msgid "Verified"
4722
  msgstr "Vérifié"
4723
 
@@ -5288,7 +5288,7 @@ msgstr "ex : votre@surnom.com"
5288
  msgid "eg. https://webnus.net"
5289
  msgstr "http://webnus.biz"
5290
 
5291
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5292
  #: app/skins/single.php:194
5293
  msgid "Other Organizers"
5294
  msgstr "Autres organisateurs"
@@ -5310,11 +5310,11 @@ msgstr "Merde de vous %s/%s pour sélectionner une image associée."
5310
  msgid "#"
5311
  msgstr ""
5312
 
5313
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5314
  msgid "Status"
5315
  msgstr ""
5316
 
5317
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5318
  msgid "Attendees"
5319
  msgstr ""
5320
 
@@ -5329,8 +5329,8 @@ msgstr "Voir l'événement"
5329
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5330
  msgstr ""
5331
 
5332
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5333
- #: app/libraries/main.php:4407
5334
  msgid "Ticket"
5335
  msgstr "Billets"
5336
 
@@ -5380,7 +5380,7 @@ msgid "Insert URL of Facebook Page"
5380
  msgstr "Importer depuis Calendrier Facebook"
5381
 
5382
  #: app/features/speakers.php:135 app/features/speakers.php:187
5383
- #: app/libraries/main.php:1080
5384
  msgid "Google+"
5385
  msgstr "Google+"
5386
 
@@ -5487,38 +5487,38 @@ msgstr ""
5487
  msgid "There is no excerpt because this is a protected post."
5488
  msgstr "Il n’y a aucun extrait car ce post est protégé."
5489
 
5490
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5491
- #: app/libraries/main.php:1224
5492
  msgid "Grid View"
5493
  msgstr "Vue en grille"
5494
 
5495
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5496
- #: app/libraries/main.php:1225
5497
  msgid "Agenda View"
5498
  msgstr "Vue agenda"
5499
 
5500
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5501
- #: app/libraries/main.php:1216
5502
  msgid "Full Calendar"
5503
  msgstr "Calendrier complet"
5504
 
5505
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5506
- #: app/libraries/main.php:1218
5507
  msgid "Calendar/Monthly View"
5508
  msgstr "Calendrier / Mensuel"
5509
 
5510
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5511
- #: app/libraries/main.php:1221
5512
  msgid "Timetable View"
5513
  msgstr ""
5514
 
5515
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5516
- #: app/libraries/main.php:1222
5517
  msgid "Masonry View"
5518
  msgstr ""
5519
 
5520
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5521
- #: app/libraries/main.php:1226
5522
  msgid "Map View"
5523
  msgstr "Vue sur Carte (Map)"
5524
 
@@ -5542,304 +5542,304 @@ msgstr "Vue Caroussel"
5542
  msgid "Slider View"
5543
  msgstr "Vue sur Slider"
5544
 
5545
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5546
  msgid "SU"
5547
  msgstr "DIM."
5548
 
5549
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5550
  msgid "MO"
5551
  msgstr "LUN."
5552
 
5553
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5554
  msgid "TU"
5555
  msgstr "MAR."
5556
 
5557
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5558
  msgid "WE"
5559
  msgstr "MER."
5560
 
5561
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5562
  msgid "TH"
5563
  msgstr "JEU."
5564
 
5565
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5566
  msgid "FR"
5567
  msgstr "VEN."
5568
 
5569
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5570
  msgid "SA"
5571
  msgstr "SAM."
5572
 
5573
- #: app/libraries/main.php:1038
5574
  msgid "Events at this location"
5575
  msgstr "Évènements à :"
5576
 
5577
- #: app/libraries/main.php:1038
5578
  msgid "Event at this location"
5579
  msgstr "Événement à :"
5580
 
5581
- #: app/libraries/main.php:1079
5582
  msgid "Facebook"
5583
  msgstr "Facebook"
5584
 
5585
- #: app/libraries/main.php:1081
5586
  msgid "Twitter"
5587
  msgstr "Twitter"
5588
 
5589
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5590
  msgid "Linkedin"
5591
  msgstr "Linkedin"
5592
 
5593
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5594
  msgid "VK"
5595
  msgstr ""
5596
 
5597
- #: app/libraries/main.php:1102
5598
  msgid "Share on Facebook"
5599
  msgstr "Partager sur Facebook"
5600
 
5601
- #: app/libraries/main.php:1117
5602
  msgid "Google Plus"
5603
  msgstr "Google +"
5604
 
5605
- #: app/libraries/main.php:1132
5606
  msgid "Tweet"
5607
  msgstr "Tweeter"
5608
 
5609
- #: app/libraries/main.php:1202
5610
  #, fuzzy
5611
  #| msgid "Shortcode"
5612
  msgid "Custom Shortcode"
5613
  msgstr "Shortcode"
5614
 
5615
- #: app/libraries/main.php:1561
5616
  msgid "Your booking successfully verified."
5617
  msgstr "Votre réservation est vérifiée avec succès."
5618
 
5619
- #: app/libraries/main.php:1562
5620
  msgid "Your booking cannot verify!"
5621
  msgstr "Votre réservation ne peut pas être vérifiée!"
5622
 
5623
- #: app/libraries/main.php:1574
5624
  msgid "Your booking successfully canceled."
5625
  msgstr "Votre réservation est annulée."
5626
 
5627
- #: app/libraries/main.php:1575
5628
  msgid "Your booking cannot be canceled."
5629
  msgstr "Votre réservation ne peut être annulée."
5630
 
5631
- #: app/libraries/main.php:1579
5632
  msgid "You canceled the payment successfully."
5633
  msgstr "Vous avez annulé le paiement avec succès."
5634
 
5635
- #: app/libraries/main.php:1583
5636
  msgid "You returned from payment gateway successfully."
5637
  msgstr "Votre paiement à bien été validé."
5638
 
5639
- #: app/libraries/main.php:1607
5640
  msgid "Cannot find the booking!"
5641
  msgstr ""
5642
 
5643
- #: app/libraries/main.php:1607
5644
  msgid "Booking is invalid."
5645
  msgstr ""
5646
 
5647
- #: app/libraries/main.php:1636
5648
  #, php-format
5649
  msgid "%s Invoice"
5650
  msgstr ""
5651
 
5652
- #: app/libraries/main.php:1657
5653
  msgid "Transaction ID"
5654
  msgstr "Numéro de transaction"
5655
 
5656
- #: app/libraries/main.php:1710
5657
  msgid "Billing"
5658
  msgstr ""
5659
 
5660
- #: app/libraries/main.php:1721
5661
  msgid "Total"
5662
  msgstr ""
5663
 
5664
- #: app/libraries/main.php:1754
5665
  msgid "Security nonce is not valid."
5666
  msgstr "Le Code de Sécurité n'est pas valide."
5667
 
5668
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5669
  msgid "iCal export stopped!"
5670
  msgstr "Export vers iCal arrêté !"
5671
 
5672
- #: app/libraries/main.php:1786
5673
  #, fuzzy
5674
  #| msgid "Request is invalid!"
5675
  msgid "Request is not valid."
5676
  msgstr "Requête invalide !"
5677
 
5678
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5679
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5680
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5681
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5682
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5683
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5684
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5685
  msgid "Sort"
5686
  msgstr "Trier"
5687
 
5688
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5689
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5690
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5691
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5692
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5693
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5694
  msgid "Required Field"
5695
  msgstr "Champ obligatoire"
5696
 
5697
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5698
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5699
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5700
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5701
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5702
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5703
  msgid "Insert a label for this field"
5704
  msgstr "Insérez une label pour ce champ"
5705
 
5706
- #: app/libraries/main.php:2346
5707
  msgid "HTML and shortcode are allowed."
5708
  msgstr "HTML et shortcode sont autorisés."
5709
 
5710
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5711
- #: app/libraries/main.php:2477
5712
  msgid "Option"
5713
  msgstr "Option"
5714
 
5715
- #: app/libraries/main.php:2511
5716
  #, php-format
5717
  msgid "Instead of %s, the page title with a link will be show."
5718
  msgstr ""
5719
 
5720
- #: app/libraries/main.php:2513
5721
  msgid "Agreement Page"
5722
  msgstr ""
5723
 
5724
- #: app/libraries/main.php:2524
5725
  msgid "Checked by default"
5726
  msgstr ""
5727
 
5728
- #: app/libraries/main.php:2525
5729
  msgid "Unchecked by default"
5730
  msgstr ""
5731
 
5732
- #: app/libraries/main.php:2547
5733
  msgid "Insert a label for this option"
5734
  msgstr "Insérez une étiquette pour cette option"
5735
 
5736
- #: app/libraries/main.php:2562
5737
  msgid "Free"
5738
  msgstr "Gratuite"
5739
 
5740
- #: app/libraries/main.php:3214
5741
  #, php-format
5742
  msgid "Copy of %s"
5743
  msgstr "Copie de %s"
5744
 
5745
- #: app/libraries/main.php:3877
5746
  msgid "Booked an event."
5747
  msgstr "Réserver un Évènements"
5748
 
5749
- #: app/libraries/main.php:3918
5750
  #, php-format
5751
  msgid "%s booked %s event."
5752
  msgstr "%s réservé %s événement"
5753
 
5754
- #: app/libraries/main.php:4370
5755
  msgid "Taxonomies"
5756
  msgstr "Taxonomies"
5757
 
5758
- #: app/libraries/main.php:4372
5759
  msgid "Category Plural Label"
5760
  msgstr "Catégorie au pluriel"
5761
 
5762
- #: app/libraries/main.php:4373
5763
  msgid "Category Singular Label"
5764
  msgstr "Catégorie au singulier"
5765
 
5766
- #: app/libraries/main.php:4374
5767
  msgid "Label Plural Label"
5768
  msgstr "Étiquettes au pluriel"
5769
 
5770
- #: app/libraries/main.php:4375
5771
  msgid "Label Singular Label"
5772
  msgstr "Étiquettes au singulier"
5773
 
5774
- #: app/libraries/main.php:4375
5775
  msgid "label"
5776
  msgstr "texte"
5777
 
5778
- #: app/libraries/main.php:4376
5779
  msgid "Location Plural Label"
5780
  msgstr "Lieu au pluriel"
5781
 
5782
- #: app/libraries/main.php:4377
5783
  msgid "Location Singular Label"
5784
  msgstr "Lieu au singulier"
5785
 
5786
- #: app/libraries/main.php:4378
5787
  msgid "Organizer Plural Label"
5788
  msgstr "Organisateur au pluriel"
5789
 
5790
- #: app/libraries/main.php:4379
5791
  msgid "Organizer Singular Label"
5792
  msgstr "Organisateur au singulier"
5793
 
5794
- #: app/libraries/main.php:4380
5795
  #, fuzzy
5796
  #| msgid "Label Plural Label"
5797
  msgid "Speaker Plural Label"
5798
  msgstr "Étiquettes au pluriel"
5799
 
5800
- #: app/libraries/main.php:4381
5801
  #, fuzzy
5802
  #| msgid "Label Singular Label"
5803
  msgid "Speaker Singular Label"
5804
  msgstr "Étiquettes au singulier"
5805
 
5806
- #: app/libraries/main.php:4387
5807
  msgid "Sunday abbreviation"
5808
  msgstr "Abréviation de Dimanche"
5809
 
5810
- #: app/libraries/main.php:4388
5811
  msgid "Monday abbreviation"
5812
  msgstr "Abréviation de Lundi"
5813
 
5814
- #: app/libraries/main.php:4389
5815
  msgid "Tuesday abbreviation"
5816
  msgstr "Abréviation de Mardi"
5817
 
5818
- #: app/libraries/main.php:4390
5819
  msgid "Wednesday abbreviation"
5820
  msgstr "Abréviation de Mercredi"
5821
 
5822
- #: app/libraries/main.php:4391
5823
  msgid "Thursday abbreviation"
5824
  msgstr "Abréviation de Jeudi"
5825
 
5826
- #: app/libraries/main.php:4392
5827
  msgid "Friday abbreviation"
5828
  msgstr "Abréviation de Vendredi"
5829
 
5830
- #: app/libraries/main.php:4393
5831
  msgid "Saturday abbreviation"
5832
  msgstr "Abréviation de Samedi"
5833
 
5834
- #: app/libraries/main.php:4397
5835
  msgid "Others"
5836
  msgstr "Autres"
5837
 
5838
- #: app/libraries/main.php:4399
5839
  msgid "Booking Success Message"
5840
  msgstr "Message de succès de réservation"
5841
 
5842
- #: app/libraries/main.php:4399
5843
  msgid ""
5844
  "Thanks for your booking. Your tickets booked, booking verification might be "
5845
  "needed, please check your email."
@@ -5847,12 +5847,12 @@ msgstr ""
5847
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
5848
  "vérification peut être nécessaires, contrôlez votre boite mail."
5849
 
5850
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5851
  msgid "Register Button"
5852
  msgstr "Boutons d'inscription"
5853
 
5854
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5855
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5856
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5857
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5858
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5861,76 +5861,76 @@ msgstr "Boutons d'inscription"
5861
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5862
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5863
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5864
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5865
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5866
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5867
  msgid "REGISTER"
5868
  msgstr "S'INSCRIRE"
5869
 
5870
- #: app/libraries/main.php:4401
5871
  msgid "View Detail Button"
5872
  msgstr "Afficher le boutons de détail"
5873
 
5874
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5875
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5876
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5877
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5878
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5879
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5880
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5881
- #: app/skins/slider/render.php:305
5882
  msgid "View Detail"
5883
  msgstr "En savoir plus"
5884
 
5885
- #: app/libraries/main.php:4402
5886
  msgid "Event Detail Button"
5887
  msgstr "Bouton de détail de l'événement"
5888
 
5889
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5890
  msgid "Event Detail"
5891
  msgstr "Détails"
5892
 
5893
- #: app/libraries/main.php:4404
5894
  msgid "More Info Link"
5895
  msgstr "Plus de lien d'info"
5896
 
5897
- #: app/libraries/main.php:4407
5898
  msgid "Ticket (Singular)"
5899
  msgstr ""
5900
 
5901
- #: app/libraries/main.php:4408
5902
  msgid "Tickets (Plural)"
5903
  msgstr ""
5904
 
5905
- #: app/libraries/main.php:4475
5906
  msgid "EventON"
5907
  msgstr ""
5908
 
5909
- #: app/libraries/main.php:4476
5910
  msgid "The Events Calendar"
5911
  msgstr ""
5912
 
5913
- #: app/libraries/main.php:4477
5914
  msgid "Events Schedule WP Plugin"
5915
  msgstr ""
5916
 
5917
- #: app/libraries/main.php:4478
5918
  msgid "Calendarize It"
5919
  msgstr ""
5920
 
5921
- #: app/libraries/main.php:4552
5922
  msgid "Confirmed"
5923
  msgstr "Confirmé"
5924
 
5925
- #: app/libraries/main.php:4553
5926
  msgid "Rejected"
5927
  msgstr "Rejeté"
5928
 
5929
- #: app/libraries/main.php:4554
5930
  msgid "Pending"
5931
  msgstr "En attente"
5932
 
5933
- #: app/libraries/main.php:4569
5934
  msgid "Waiting"
5935
  msgstr "En attente"
5936
 
@@ -6020,11 +6020,11 @@ msgstr "Appliquer le code promo"
6020
  msgid "Free Booking"
6021
  msgstr ""
6022
 
6023
- #: app/modules/booking/steps/form.php:158
6024
  msgid "Fill other attendees information like the first form."
6025
  msgstr ""
6026
 
6027
- #: app/modules/booking/steps/form.php:172
6028
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
6029
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
6030
  msgid "Next"
@@ -6166,7 +6166,7 @@ msgstr ""
6166
  msgid "View All"
6167
  msgstr "Voir %s"
6168
 
6169
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6170
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6171
  #: app/skins/list/render.php:119
6172
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:08+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
276
  msgid "Add New Event"
277
  msgstr "Ajouter un nouvel événement"
278
 
279
+ #: app/features/events.php:138 app/features/ix.php:3202
280
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
281
  msgid "No events found!"
282
  msgstr "Aucun événement trouvé !"
308
  #: app/features/mec/meta_boxes/search_form.php:362
309
  #: app/features/mec/meta_boxes/search_form.php:416
310
  #: app/features/mec/meta_boxes/search_form.php:477
311
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
312
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
313
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
314
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
317
 
318
  #: app/features/events.php:160 app/features/fes/form.php:522
319
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
320
+ #: app/libraries/main.php:4375
321
  msgid "Categories"
322
  msgstr "Catégories"
323
 
391
 
392
  #: app/features/events.php:306 app/features/events.php:2609
393
  #: app/features/events.php:2651 app/features/fes/form.php:483
394
+ #: app/features/ix.php:2740 app/features/ix.php:2781
395
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
396
  #: app/widgets/single.php:103
397
  msgid "Event Cost"
398
  msgstr "Tarif de l'événement"
399
 
400
  #: app/features/events.php:309 app/features/fes/form.php:486
401
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
402
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
403
  #: app/skins/single/modern.php:187
404
  msgid "Cost"
425
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
426
  #: app/features/organizers.php:110 app/features/organizers.php:150
427
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
428
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
429
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
430
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
431
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
432
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
433
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
434
  #: app/skins/single/modern.php:38
442
  #: app/features/events.php:419 app/features/events.php:423
443
  #: app/features/events.php:2431 app/features/events.php:2609
444
  #: app/features/events.php:2651 app/features/fes/form.php:227
445
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
446
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
447
  #: app/features/mec/dashboard.php:334
448
  #: app/features/mec/meta_boxes/display_options.php:42
449
  #: app/features/mec/meta_boxes/display_options.php:184
478
  #: app/features/events.php:500 app/features/events.php:504
479
  #: app/features/events.php:2432 app/features/events.php:2609
480
  #: app/features/events.php:2651 app/features/fes/form.php:267
481
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
482
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
483
  #: app/features/mec/dashboard.php:335
484
  msgid "End Date"
485
  msgstr "Date de fin"
750
 
751
  #: app/features/events.php:810 app/features/events.php:1819
752
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
753
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
754
  #: app/modules/booking/steps/tickets.php:22
755
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
756
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
794
  #: app/features/events.php:981 app/features/events.php:1612
795
  #: app/features/events.php:1652 app/features/events.php:2428
796
  #: app/features/events.php:2609 app/features/events.php:2651
797
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
798
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
799
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
800
  msgid "Title"
801
  msgstr "Titre"
809
  #: app/features/events.php:1641 app/features/events.php:1681
810
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
811
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
812
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
813
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
814
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
815
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
816
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
817
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
818
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
819
+ #: app/libraries/main.php:2549
820
  msgid "Remove"
821
  msgstr "Supprimer"
822
 
844
  #: app/features/events.php:986 app/features/fes/form.php:615
845
  #: app/features/mec.php:324 app/features/mec/settings.php:78
846
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
847
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
848
  msgid "Speakers"
849
  msgstr ""
850
 
860
  msgstr "Liens de l'évenements"
861
 
862
  #: app/features/events.php:1015 app/features/events.php:1019
863
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
864
  msgid "Event Link"
865
  msgstr "Lien de l'événement"
866
 
885
  msgstr ""
886
 
887
  #: app/features/events.php:1029 app/features/events.php:1038
888
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
889
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
890
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
891
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
938
  msgstr "Choisissez le style de votre page d'événement."
939
 
940
  #: app/features/events.php:1126 app/libraries/book.php:60
941
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
942
  msgid "Tickets"
943
  msgstr "Billets"
944
 
955
 
956
  #: app/features/events.php:1150 app/features/events.php:1323
957
  #: app/features/events.php:2609 app/features/events.php:2651
958
+ #: app/features/ix.php:2740 app/features/ix.php:2781
959
  msgid "Start Time"
960
  msgstr "Début"
961
 
962
  #: app/features/events.php:1188 app/features/events.php:1346
963
  #: app/features/events.php:2609 app/features/events.php:2651
964
+ #: app/features/ix.php:2740 app/features/ix.php:2781
965
  msgid "End Time"
966
  msgstr "Fin"
967
 
1085
  msgstr ""
1086
 
1087
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1088
+ #: app/libraries/main.php:2140
1089
  #, fuzzy
1090
  #| msgid "Name"
1091
  msgid "MEC Name"
1092
  msgstr "Nom"
1093
 
1094
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1095
+ #: app/libraries/main.php:2169
1096
  #, fuzzy
1097
  #| msgid "Email"
1098
  msgid "MEC Email"
1099
  msgstr "Email"
1100
 
1101
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1102
+ #: app/libraries/main.php:2110
1103
  msgid "Text"
1104
  msgstr "Texte"
1105
 
1106
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1107
  #: app/features/organizers.php:102 app/features/organizers.php:146
1108
  #: app/features/speakers.php:111 app/features/speakers.php:175
1109
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1110
  msgid "Tel"
1111
  msgstr "Téléphone"
1112
 
1113
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1114
+ #: app/libraries/main.php:2228
1115
  msgid "File"
1116
  msgstr ""
1117
 
1118
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1119
+ #: app/libraries/main.php:2315
1120
  msgid "Textarea"
1121
  msgstr "Zone de texte"
1122
 
1123
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1124
+ #: app/libraries/main.php:2368
1125
  msgid "Checkboxes"
1126
  msgstr "Boîtes à cocher"
1127
 
1128
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1129
+ #: app/libraries/main.php:2412
1130
  msgid "Radio Buttons"
1131
  msgstr "Boutons Radio"
1132
 
1194
  #: app/features/mec/meta_boxes/search_form.php:569
1195
  #: app/features/mec/meta_boxes/search_form.php:576
1196
  #: app/features/mec/meta_boxes/search_form.php:583
1197
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1198
  msgid "Dropdown"
1199
  msgstr "Menu déroulant"
1200
 
1201
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1202
+ #: app/libraries/main.php:2503
1203
  msgid "Agreement"
1204
  msgstr ""
1205
 
1206
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1207
+ #: app/libraries/main.php:2344
1208
  msgid "Paragraph"
1209
  msgstr "Paragraphe"
1210
 
1227
  msgstr "organisateurs"
1228
 
1229
  #: app/features/events.php:2429 app/features/events.php:2609
1230
+ #: app/features/events.php:2651 app/features/ix.php:2740
1231
+ #: app/features/ix.php:2781 app/features/locations.php:58
1232
  #: app/features/locations.php:229 app/features/locations.php:286
1233
  #: app/features/locations.php:288 app/features/locations.php:297
1234
  #: app/features/mec/meta_boxes/display_options.php:818
1240
  #: app/features/mec/meta_boxes/search_form.php:369
1241
  #: app/features/mec/meta_boxes/search_form.php:423
1242
  #: app/features/mec/meta_boxes/search_form.php:484
1243
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1244
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1245
  #: app/skins/single.php:255 app/skins/single/default.php:141
1246
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1247
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1249
  msgstr "Lieu"
1250
 
1251
  #: app/features/events.php:2430 app/features/events.php:2609
1252
+ #: app/features/events.php:2651 app/features/ix.php:2740
1253
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1254
  #: app/features/mec/meta_boxes/display_options.php:819
1255
  #: app/features/mec/meta_boxes/search_form.php:45
1256
  #: app/features/mec/meta_boxes/search_form.php:106
1263
  #: app/features/mec/meta_boxes/search_form.php:552
1264
  #: app/features/organizers.php:58 app/features/organizers.php:199
1265
  #: app/features/organizers.php:255 app/features/organizers.php:257
1266
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1267
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1268
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1269
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1303
  msgstr "Dupliquer"
1304
 
1305
  #: app/features/events.php:2609 app/features/events.php:2651
1306
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1307
  #: app/features/labels.php:176 app/features/locations.php:228
1308
  #: app/features/organizers.php:198 app/features/speakers.php:241
1309
  msgid "ID"
1310
  msgstr "ID"
1311
 
1312
  #: app/features/events.php:2609 app/features/events.php:2651
1313
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1314
  msgid "Link"
1315
  msgstr "Lien"
1316
 
1414
 
1415
  #: app/features/fes/form.php:547 app/features/labels.php:61
1416
  #: app/features/labels.php:220 app/features/mec.php:317
1417
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1418
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1419
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1420
  msgid "Labels"
1478
  msgid "The events are imported successfully!"
1479
  msgstr ""
1480
 
1481
+ #: app/features/ix.php:780
1482
  msgid "Third Party plugin is not installed and activated!"
1483
  msgstr ""
1484
 
1485
+ #: app/features/ix.php:800
1486
  msgid "Third Party plugin is invalid!"
1487
  msgstr ""
1488
 
1489
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1490
  msgid "Both of API key and Calendar ID are required!"
1491
  msgstr "La clé API et le Calendar ID sont requis !"
1492
 
1493
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1494
  msgid "Please select some events to import!"
1495
  msgstr "Merci de sélectionner les évènements à Importer !"
1496
 
1497
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1498
  #, fuzzy
1499
  #| msgid "Both of API key and Calendar ID are required!"
1500
  msgid "Both of API key and Group URL are required!"
1501
  msgstr "La clé API et le Calendar ID sont requis !"
1502
 
1503
+ #: app/features/ix.php:2663
1504
  msgid "Check at Meetup"
1505
  msgstr ""
1506
 
1507
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1508
  msgid "Organizer Tel"
1509
  msgstr "Teléphone de l'organisateur"
1510
 
1511
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1512
  msgid "Organizer Email"
1513
  msgstr "Mail de l'organisateur"
1514
 
1515
+ #: app/features/ix.php:2862
1516
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1517
  msgstr "Les Clients ID, Client Secret et Calendar ID sont requis !"
1518
 
1519
+ #: app/features/ix.php:2885
1520
  #, php-format
1521
  msgid "All seems good! Please click %s for authenticating your app."
1522
  msgstr "Tout semble bon ! Merci de cliquer sur %s pour authentifier votre APP."
1523
 
1524
+ #: app/features/ix.php:2939
1525
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1526
  msgstr "Client APP, Client Secret et Calendar ID sont tous requis !"
1527
 
1528
+ #: app/features/ix.php:3138
1529
  #, php-format
1530
  msgid "%s events added to Google Calendar successfully."
1531
  msgstr "%s évènements ajoutés à Google Agenda avec succès."
1532
 
1533
+ #: app/features/ix.php:3139
1534
  #, php-format
1535
  msgid "%s previously added events get updated."
1536
  msgstr "%s évènements précédemment ajoutés ont été mis à jour."
1537
 
1538
+ #: app/features/ix.php:3140
1539
  #, php-format
1540
  msgid "%s events failed to add for following reasons: %s"
1541
  msgstr "%s évènements n'ont pu être ajoutés pour les raisons suivantes : %s"
1542
 
1543
+ #: app/features/ix.php:3172
1544
  #, fuzzy
1545
  #| msgid "Please insert your facebook page's link."
1546
  msgid "Please insert your Facebook page's link."
1547
  msgstr "Merci d'insérer l'URL de votre Page Facebook."
1548
 
1549
+ #: app/features/ix.php:3181
1550
  #, fuzzy
1551
  #| msgid ""
1552
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
1558
  "Cette page ne peut être reconnue. Merci de vérifier l'URL et de renseigner "
1559
  "une adresse Facebook Page valide."
1560
 
1561
+ #: app/features/ix.php:3213
1562
  msgid "Please insert your facebook page's link."
1563
  msgstr "Merci d'insérer l'URL de votre Page Facebook."
1564
 
1565
+ #: app/features/ix.php:3218
1566
  msgid ""
1567
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1568
  "valid facebook page link."
2142
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2143
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2144
  #: app/skins/monthly_view/calendar_clean.php:81
2145
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2146
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2147
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2148
  #, fuzzy
2151
  msgstr "Image Principale"
2152
 
2153
  #: app/features/labels.php:117 app/features/labels.php:142
2154
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2155
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2156
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2157
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2158
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2159
  #: app/skins/monthly_view/calendar.php:84
2160
  #: app/skins/monthly_view/calendar_clean.php:85
2161
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2162
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2163
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2164
  msgid "Canceled"
2186
 
2187
  #: app/features/locations.php:59 app/features/mec.php:318
2188
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2189
+ #: app/libraries/main.php:4379
2190
  msgid "Locations"
2191
  msgstr "Lieux"
2192
 
2293
  msgid "Don't show map in single event page"
2294
  msgstr "Ne pas afficher de carte pour cet événement"
2295
 
2296
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2297
  #, fuzzy
2298
  #| msgid "Search Locations"
2299
  msgid "Other Locations"
2354
 
2355
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2356
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2357
+ #: app/libraries/main.php:4381
2358
  msgid "Organizers"
2359
  msgstr "Organisateurs"
2360
 
2373
  msgid "MEC - Addons"
2374
  msgstr "Agenda - Paramètres"
2375
 
2376
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2377
  msgid "Addons"
2378
  msgstr ""
2379
 
2429
  msgid "Modal 1"
2430
  msgstr "Pop-up"
2431
 
2432
+ #: app/features/mec/addons.php:24
2433
  msgid "How to Purchase"
2434
  msgstr ""
2435
 
2436
+ #: app/features/mec/addons.php:25
2437
  msgid "Install Addons"
2438
  msgstr ""
2439
 
2440
+ #: app/features/mec/addons.php:28
2441
  msgid ""
2442
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2443
  "however, you cannot install and use them on the Lite version too."
2444
  msgstr ""
2445
 
2446
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2447
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2448
  msgid "Version"
2449
  msgstr "Version"
2450
 
2451
+ #: app/features/mec/addons.php:86
2452
  msgid "Coming Soon"
2453
  msgstr ""
2454
 
2455
+ #: app/features/mec/addons.php:97
2456
  msgid ""
2457
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2458
  "functions are <strong>not activated</strong> on your server. Please contact "
3015
 
3016
  #: app/features/mec/meta_boxes/display_options.php:414
3017
  #: app/features/mec/meta_boxes/display_options.php:431
3018
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
3019
+ #: app/libraries/main.php:1226
3020
  msgid "List View"
3021
  msgstr "Vue liste"
3022
 
3023
  #: app/features/mec/meta_boxes/display_options.php:415
3024
  #: app/features/mec/meta_boxes/display_options.php:441
3025
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
3026
+ #: app/libraries/main.php:1220
3027
  msgid "Yearly View"
3028
  msgstr ""
3029
 
3034
 
3035
  #: app/features/mec/meta_boxes/display_options.php:417
3036
  #: app/features/mec/meta_boxes/display_options.php:473
3037
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3038
+ #: app/libraries/main.php:1222
3039
  msgid "Weekly View"
3040
  msgstr "Vue Hebdomadaire"
3041
 
3042
  #: app/features/mec/meta_boxes/display_options.php:418
3043
  #: app/features/mec/meta_boxes/display_options.php:483
3044
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3045
+ #: app/libraries/main.php:1223
3046
  msgid "Daily View"
3047
  msgstr "Vue Quotidienne"
3048
 
3408
  #: app/features/mec/meta_boxes/search_form.php:437
3409
  #: app/features/mec/meta_boxes/search_form.php:498
3410
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3411
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3412
  #: app/libraries/skins.php:824
3413
  msgid "Speaker"
3414
  msgstr ""
3956
  msgstr ""
3957
 
3958
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3959
+ #: app/libraries/main.php:4388
3960
  msgid "Weekdays"
3961
  msgstr "Jours de la Semaine"
3962
 
4717
  msgstr ""
4718
 
4719
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4720
+ #: app/libraries/main.php:4570
4721
  msgid "Verified"
4722
  msgstr "Vérifié"
4723
 
5288
  msgid "eg. https://webnus.net"
5289
  msgstr "http://webnus.biz"
5290
 
5291
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5292
  #: app/skins/single.php:194
5293
  msgid "Other Organizers"
5294
  msgstr "Autres organisateurs"
5310
  msgid "#"
5311
  msgstr ""
5312
 
5313
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5314
  msgid "Status"
5315
  msgstr ""
5316
 
5317
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5318
  msgid "Attendees"
5319
  msgstr ""
5320
 
5329
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5330
  msgstr ""
5331
 
5332
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5333
+ #: app/libraries/main.php:4410
5334
  msgid "Ticket"
5335
  msgstr "Billets"
5336
 
5380
  msgstr "Importer depuis Calendrier Facebook"
5381
 
5382
  #: app/features/speakers.php:135 app/features/speakers.php:187
5383
+ #: app/libraries/main.php:1083
5384
  msgid "Google+"
5385
  msgstr "Google+"
5386
 
5487
  msgid "There is no excerpt because this is a protected post."
5488
  msgstr "Il n’y a aucun extrait car ce post est protégé."
5489
 
5490
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5491
+ #: app/libraries/main.php:1227
5492
  msgid "Grid View"
5493
  msgstr "Vue en grille"
5494
 
5495
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5496
+ #: app/libraries/main.php:1228
5497
  msgid "Agenda View"
5498
  msgstr "Vue agenda"
5499
 
5500
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5501
+ #: app/libraries/main.php:1219
5502
  msgid "Full Calendar"
5503
  msgstr "Calendrier complet"
5504
 
5505
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5506
+ #: app/libraries/main.php:1221
5507
  msgid "Calendar/Monthly View"
5508
  msgstr "Calendrier / Mensuel"
5509
 
5510
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5511
+ #: app/libraries/main.php:1224
5512
  msgid "Timetable View"
5513
  msgstr ""
5514
 
5515
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5516
+ #: app/libraries/main.php:1225
5517
  msgid "Masonry View"
5518
  msgstr ""
5519
 
5520
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5521
+ #: app/libraries/main.php:1229
5522
  msgid "Map View"
5523
  msgstr "Vue sur Carte (Map)"
5524
 
5542
  msgid "Slider View"
5543
  msgstr "Vue sur Slider"
5544
 
5545
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5546
  msgid "SU"
5547
  msgstr "DIM."
5548
 
5549
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5550
  msgid "MO"
5551
  msgstr "LUN."
5552
 
5553
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5554
  msgid "TU"
5555
  msgstr "MAR."
5556
 
5557
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5558
  msgid "WE"
5559
  msgstr "MER."
5560
 
5561
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5562
  msgid "TH"
5563
  msgstr "JEU."
5564
 
5565
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5566
  msgid "FR"
5567
  msgstr "VEN."
5568
 
5569
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5570
  msgid "SA"
5571
  msgstr "SAM."
5572
 
5573
+ #: app/libraries/main.php:1041
5574
  msgid "Events at this location"
5575
  msgstr "Évènements à :"
5576
 
5577
+ #: app/libraries/main.php:1041
5578
  msgid "Event at this location"
5579
  msgstr "Événement à :"
5580
 
5581
+ #: app/libraries/main.php:1082
5582
  msgid "Facebook"
5583
  msgstr "Facebook"
5584
 
5585
+ #: app/libraries/main.php:1084
5586
  msgid "Twitter"
5587
  msgstr "Twitter"
5588
 
5589
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5590
  msgid "Linkedin"
5591
  msgstr "Linkedin"
5592
 
5593
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5594
  msgid "VK"
5595
  msgstr ""
5596
 
5597
+ #: app/libraries/main.php:1105
5598
  msgid "Share on Facebook"
5599
  msgstr "Partager sur Facebook"
5600
 
5601
+ #: app/libraries/main.php:1120
5602
  msgid "Google Plus"
5603
  msgstr "Google +"
5604
 
5605
+ #: app/libraries/main.php:1135
5606
  msgid "Tweet"
5607
  msgstr "Tweeter"
5608
 
5609
+ #: app/libraries/main.php:1205
5610
  #, fuzzy
5611
  #| msgid "Shortcode"
5612
  msgid "Custom Shortcode"
5613
  msgstr "Shortcode"
5614
 
5615
+ #: app/libraries/main.php:1564
5616
  msgid "Your booking successfully verified."
5617
  msgstr "Votre réservation est vérifiée avec succès."
5618
 
5619
+ #: app/libraries/main.php:1565
5620
  msgid "Your booking cannot verify!"
5621
  msgstr "Votre réservation ne peut pas être vérifiée!"
5622
 
5623
+ #: app/libraries/main.php:1577
5624
  msgid "Your booking successfully canceled."
5625
  msgstr "Votre réservation est annulée."
5626
 
5627
+ #: app/libraries/main.php:1578
5628
  msgid "Your booking cannot be canceled."
5629
  msgstr "Votre réservation ne peut être annulée."
5630
 
5631
+ #: app/libraries/main.php:1582
5632
  msgid "You canceled the payment successfully."
5633
  msgstr "Vous avez annulé le paiement avec succès."
5634
 
5635
+ #: app/libraries/main.php:1586
5636
  msgid "You returned from payment gateway successfully."
5637
  msgstr "Votre paiement à bien été validé."
5638
 
5639
+ #: app/libraries/main.php:1610
5640
  msgid "Cannot find the booking!"
5641
  msgstr ""
5642
 
5643
+ #: app/libraries/main.php:1610
5644
  msgid "Booking is invalid."
5645
  msgstr ""
5646
 
5647
+ #: app/libraries/main.php:1639
5648
  #, php-format
5649
  msgid "%s Invoice"
5650
  msgstr ""
5651
 
5652
+ #: app/libraries/main.php:1660
5653
  msgid "Transaction ID"
5654
  msgstr "Numéro de transaction"
5655
 
5656
+ #: app/libraries/main.php:1713
5657
  msgid "Billing"
5658
  msgstr ""
5659
 
5660
+ #: app/libraries/main.php:1724
5661
  msgid "Total"
5662
  msgstr ""
5663
 
5664
+ #: app/libraries/main.php:1757
5665
  msgid "Security nonce is not valid."
5666
  msgstr "Le Code de Sécurité n'est pas valide."
5667
 
5668
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5669
  msgid "iCal export stopped!"
5670
  msgstr "Export vers iCal arrêté !"
5671
 
5672
+ #: app/libraries/main.php:1789
5673
  #, fuzzy
5674
  #| msgid "Request is invalid!"
5675
  msgid "Request is not valid."
5676
  msgstr "Requête invalide !"
5677
 
5678
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5679
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5680
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5681
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5682
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5683
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5684
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5685
  msgid "Sort"
5686
  msgstr "Trier"
5687
 
5688
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5689
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5690
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5691
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5692
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5693
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5694
  msgid "Required Field"
5695
  msgstr "Champ obligatoire"
5696
 
5697
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5698
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5699
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5700
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5701
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5702
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5703
  msgid "Insert a label for this field"
5704
  msgstr "Insérez une label pour ce champ"
5705
 
5706
+ #: app/libraries/main.php:2349
5707
  msgid "HTML and shortcode are allowed."
5708
  msgstr "HTML et shortcode sont autorisés."
5709
 
5710
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5711
+ #: app/libraries/main.php:2480
5712
  msgid "Option"
5713
  msgstr "Option"
5714
 
5715
+ #: app/libraries/main.php:2514
5716
  #, php-format
5717
  msgid "Instead of %s, the page title with a link will be show."
5718
  msgstr ""
5719
 
5720
+ #: app/libraries/main.php:2516
5721
  msgid "Agreement Page"
5722
  msgstr ""
5723
 
5724
+ #: app/libraries/main.php:2527
5725
  msgid "Checked by default"
5726
  msgstr ""
5727
 
5728
+ #: app/libraries/main.php:2528
5729
  msgid "Unchecked by default"
5730
  msgstr ""
5731
 
5732
+ #: app/libraries/main.php:2550
5733
  msgid "Insert a label for this option"
5734
  msgstr "Insérez une étiquette pour cette option"
5735
 
5736
+ #: app/libraries/main.php:2565
5737
  msgid "Free"
5738
  msgstr "Gratuite"
5739
 
5740
+ #: app/libraries/main.php:3217
5741
  #, php-format
5742
  msgid "Copy of %s"
5743
  msgstr "Copie de %s"
5744
 
5745
+ #: app/libraries/main.php:3880
5746
  msgid "Booked an event."
5747
  msgstr "Réserver un Évènements"
5748
 
5749
+ #: app/libraries/main.php:3921
5750
  #, php-format
5751
  msgid "%s booked %s event."
5752
  msgstr "%s réservé %s événement"
5753
 
5754
+ #: app/libraries/main.php:4373
5755
  msgid "Taxonomies"
5756
  msgstr "Taxonomies"
5757
 
5758
+ #: app/libraries/main.php:4375
5759
  msgid "Category Plural Label"
5760
  msgstr "Catégorie au pluriel"
5761
 
5762
+ #: app/libraries/main.php:4376
5763
  msgid "Category Singular Label"
5764
  msgstr "Catégorie au singulier"
5765
 
5766
+ #: app/libraries/main.php:4377
5767
  msgid "Label Plural Label"
5768
  msgstr "Étiquettes au pluriel"
5769
 
5770
+ #: app/libraries/main.php:4378
5771
  msgid "Label Singular Label"
5772
  msgstr "Étiquettes au singulier"
5773
 
5774
+ #: app/libraries/main.php:4378
5775
  msgid "label"
5776
  msgstr "texte"
5777
 
5778
+ #: app/libraries/main.php:4379
5779
  msgid "Location Plural Label"
5780
  msgstr "Lieu au pluriel"
5781
 
5782
+ #: app/libraries/main.php:4380
5783
  msgid "Location Singular Label"
5784
  msgstr "Lieu au singulier"
5785
 
5786
+ #: app/libraries/main.php:4381
5787
  msgid "Organizer Plural Label"
5788
  msgstr "Organisateur au pluriel"
5789
 
5790
+ #: app/libraries/main.php:4382
5791
  msgid "Organizer Singular Label"
5792
  msgstr "Organisateur au singulier"
5793
 
5794
+ #: app/libraries/main.php:4383
5795
  #, fuzzy
5796
  #| msgid "Label Plural Label"
5797
  msgid "Speaker Plural Label"
5798
  msgstr "Étiquettes au pluriel"
5799
 
5800
+ #: app/libraries/main.php:4384
5801
  #, fuzzy
5802
  #| msgid "Label Singular Label"
5803
  msgid "Speaker Singular Label"
5804
  msgstr "Étiquettes au singulier"
5805
 
5806
+ #: app/libraries/main.php:4390
5807
  msgid "Sunday abbreviation"
5808
  msgstr "Abréviation de Dimanche"
5809
 
5810
+ #: app/libraries/main.php:4391
5811
  msgid "Monday abbreviation"
5812
  msgstr "Abréviation de Lundi"
5813
 
5814
+ #: app/libraries/main.php:4392
5815
  msgid "Tuesday abbreviation"
5816
  msgstr "Abréviation de Mardi"
5817
 
5818
+ #: app/libraries/main.php:4393
5819
  msgid "Wednesday abbreviation"
5820
  msgstr "Abréviation de Mercredi"
5821
 
5822
+ #: app/libraries/main.php:4394
5823
  msgid "Thursday abbreviation"
5824
  msgstr "Abréviation de Jeudi"
5825
 
5826
+ #: app/libraries/main.php:4395
5827
  msgid "Friday abbreviation"
5828
  msgstr "Abréviation de Vendredi"
5829
 
5830
+ #: app/libraries/main.php:4396
5831
  msgid "Saturday abbreviation"
5832
  msgstr "Abréviation de Samedi"
5833
 
5834
+ #: app/libraries/main.php:4400
5835
  msgid "Others"
5836
  msgstr "Autres"
5837
 
5838
+ #: app/libraries/main.php:4402
5839
  msgid "Booking Success Message"
5840
  msgstr "Message de succès de réservation"
5841
 
5842
+ #: app/libraries/main.php:4402
5843
  msgid ""
5844
  "Thanks for your booking. Your tickets booked, booking verification might be "
5845
  "needed, please check your email."
5847
  "Merci pour votre réservation. Vos billets sont réservés, cependant une "
5848
  "vérification peut être nécessaires, contrôlez votre boite mail."
5849
 
5850
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5851
  msgid "Register Button"
5852
  msgstr "Boutons d'inscription"
5853
 
5854
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5855
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5856
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5857
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5858
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5861
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5862
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5863
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5864
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5865
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5866
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5867
  msgid "REGISTER"
5868
  msgstr "S'INSCRIRE"
5869
 
5870
+ #: app/libraries/main.php:4404
5871
  msgid "View Detail Button"
5872
  msgstr "Afficher le boutons de détail"
5873
 
5874
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5875
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5876
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5877
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5878
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5879
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5880
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5881
+ #: app/skins/slider/render.php:299
5882
  msgid "View Detail"
5883
  msgstr "En savoir plus"
5884
 
5885
+ #: app/libraries/main.php:4405
5886
  msgid "Event Detail Button"
5887
  msgstr "Bouton de détail de l'événement"
5888
 
5889
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5890
  msgid "Event Detail"
5891
  msgstr "Détails"
5892
 
5893
+ #: app/libraries/main.php:4407
5894
  msgid "More Info Link"
5895
  msgstr "Plus de lien d'info"
5896
 
5897
+ #: app/libraries/main.php:4410
5898
  msgid "Ticket (Singular)"
5899
  msgstr ""
5900
 
5901
+ #: app/libraries/main.php:4411
5902
  msgid "Tickets (Plural)"
5903
  msgstr ""
5904
 
5905
+ #: app/libraries/main.php:4478
5906
  msgid "EventON"
5907
  msgstr ""
5908
 
5909
+ #: app/libraries/main.php:4479
5910
  msgid "The Events Calendar"
5911
  msgstr ""
5912
 
5913
+ #: app/libraries/main.php:4480
5914
  msgid "Events Schedule WP Plugin"
5915
  msgstr ""
5916
 
5917
+ #: app/libraries/main.php:4481
5918
  msgid "Calendarize It"
5919
  msgstr ""
5920
 
5921
+ #: app/libraries/main.php:4555
5922
  msgid "Confirmed"
5923
  msgstr "Confirmé"
5924
 
5925
+ #: app/libraries/main.php:4556
5926
  msgid "Rejected"
5927
  msgstr "Rejeté"
5928
 
5929
+ #: app/libraries/main.php:4557
5930
  msgid "Pending"
5931
  msgstr "En attente"
5932
 
5933
+ #: app/libraries/main.php:4572
5934
  msgid "Waiting"
5935
  msgstr "En attente"
5936
 
6020
  msgid "Free Booking"
6021
  msgstr ""
6022
 
6023
+ #: app/modules/booking/steps/form.php:162
6024
  msgid "Fill other attendees information like the first form."
6025
  msgstr ""
6026
 
6027
+ #: app/modules/booking/steps/form.php:175
6028
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
6029
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
6030
  msgid "Next"
6166
  msgid "View All"
6167
  msgstr "Voir %s"
6168
 
6169
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6170
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6171
  #: app/skins/list/render.php:119
6172
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-hu_HU.mo CHANGED
Binary file
languages/modern-events-calendar-lite-hu_HU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
@@ -270,7 +270,7 @@ msgstr ""
270
  msgid "Add New Event"
271
  msgstr ""
272
 
273
- #: app/features/events.php:138 app/features/ix.php:3181
274
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
275
  msgid "No events found!"
276
  msgstr ""
@@ -302,7 +302,7 @@ msgstr ""
302
  #: app/features/mec/meta_boxes/search_form.php:362
303
  #: app/features/mec/meta_boxes/search_form.php:416
304
  #: app/features/mec/meta_boxes/search_form.php:477
305
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
306
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
307
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
308
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -311,7 +311,7 @@ msgstr "kategória"
311
 
312
  #: app/features/events.php:160 app/features/fes/form.php:522
313
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
314
- #: app/libraries/main.php:4372
315
  msgid "Categories"
316
  msgstr ""
317
 
@@ -385,14 +385,14 @@ msgstr ""
385
 
386
  #: app/features/events.php:306 app/features/events.php:2609
387
  #: app/features/events.php:2651 app/features/fes/form.php:483
388
- #: app/features/ix.php:2719 app/features/ix.php:2760
389
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
390
  #: app/widgets/single.php:103
391
  msgid "Event Cost"
392
  msgstr ""
393
 
394
  #: app/features/events.php:309 app/features/fes/form.php:486
395
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
396
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
397
  #: app/skins/single/modern.php:187
398
  msgid "Cost"
@@ -419,10 +419,10 @@ msgstr "Név"
419
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
420
  #: app/features/organizers.php:110 app/features/organizers.php:150
421
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
422
- #: app/features/speakers.php:179 app/libraries/main.php:1084
423
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
424
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
425
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
426
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
427
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
428
  #: app/skins/single/modern.php:38
@@ -436,8 +436,8 @@ msgstr ""
436
  #: app/features/events.php:419 app/features/events.php:423
437
  #: app/features/events.php:2431 app/features/events.php:2609
438
  #: app/features/events.php:2651 app/features/fes/form.php:227
439
- #: app/features/fes/form.php:231 app/features/ix.php:2719
440
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
441
  #: app/features/mec/dashboard.php:334
442
  #: app/features/mec/meta_boxes/display_options.php:42
443
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -472,8 +472,8 @@ msgstr ""
472
  #: app/features/events.php:500 app/features/events.php:504
473
  #: app/features/events.php:2432 app/features/events.php:2609
474
  #: app/features/events.php:2651 app/features/fes/form.php:267
475
- #: app/features/fes/form.php:271 app/features/ix.php:2719
476
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
477
  #: app/features/mec/dashboard.php:335
478
  msgid "End Date"
479
  msgstr ""
@@ -731,7 +731,7 @@ msgstr ""
731
 
732
  #: app/features/events.php:810 app/features/events.php:1819
733
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
734
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
735
  #: app/modules/booking/steps/tickets.php:22
736
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
737
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -775,8 +775,8 @@ msgstr ""
775
  #: app/features/events.php:981 app/features/events.php:1612
776
  #: app/features/events.php:1652 app/features/events.php:2428
777
  #: app/features/events.php:2609 app/features/events.php:2651
778
- #: app/features/fes/form.php:216 app/features/ix.php:2719
779
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
780
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
781
  msgid "Title"
782
  msgstr ""
@@ -790,14 +790,14 @@ msgstr ""
790
  #: app/features/events.php:1641 app/features/events.php:1681
791
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
792
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
793
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
794
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
795
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
796
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
797
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
798
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
799
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
800
- #: app/libraries/main.php:2546
801
  msgid "Remove"
802
  msgstr ""
803
 
@@ -825,7 +825,7 @@ msgstr ""
825
  #: app/features/events.php:986 app/features/fes/form.php:615
826
  #: app/features/mec.php:324 app/features/mec/settings.php:78
827
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
828
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
829
  msgid "Speakers"
830
  msgstr ""
831
 
@@ -839,7 +839,7 @@ msgid "Event Links"
839
  msgstr ""
840
 
841
  #: app/features/events.php:1015 app/features/events.php:1019
842
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
843
  msgid "Event Link"
844
  msgstr ""
845
 
@@ -860,7 +860,7 @@ msgid "URL Shortener"
860
  msgstr ""
861
 
862
  #: app/features/events.php:1029 app/features/events.php:1038
863
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
864
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
865
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
866
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -911,7 +911,7 @@ msgid "Read About A Booking System"
911
  msgstr ""
912
 
913
  #: app/features/events.php:1126 app/libraries/book.php:60
914
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
915
  msgid "Tickets"
916
  msgstr ""
917
 
@@ -928,13 +928,13 @@ msgstr ""
928
 
929
  #: app/features/events.php:1150 app/features/events.php:1323
930
  #: app/features/events.php:2609 app/features/events.php:2651
931
- #: app/features/ix.php:2719 app/features/ix.php:2760
932
  msgid "Start Time"
933
  msgstr ""
934
 
935
  #: app/features/events.php:1188 app/features/events.php:1346
936
  #: app/features/events.php:2609 app/features/events.php:2651
937
- #: app/features/ix.php:2719 app/features/ix.php:2760
938
  msgid "End Time"
939
  msgstr ""
940
 
@@ -1050,46 +1050,46 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1053
- #: app/libraries/main.php:2137
1054
  #, fuzzy
1055
  #| msgid "Name"
1056
  msgid "MEC Name"
1057
  msgstr "Név"
1058
 
1059
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1060
- #: app/libraries/main.php:2166
1061
  msgid "MEC Email"
1062
  msgstr ""
1063
 
1064
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1065
- #: app/libraries/main.php:2107
1066
  msgid "Text"
1067
  msgstr ""
1068
 
1069
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1070
  #: app/features/organizers.php:102 app/features/organizers.php:146
1071
  #: app/features/speakers.php:111 app/features/speakers.php:175
1072
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1073
  msgid "Tel"
1074
  msgstr ""
1075
 
1076
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1077
- #: app/libraries/main.php:2225
1078
  msgid "File"
1079
  msgstr ""
1080
 
1081
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1082
- #: app/libraries/main.php:2312
1083
  msgid "Textarea"
1084
  msgstr ""
1085
 
1086
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1087
- #: app/libraries/main.php:2365
1088
  msgid "Checkboxes"
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1092
- #: app/libraries/main.php:2409
1093
  msgid "Radio Buttons"
1094
  msgstr ""
1095
 
@@ -1157,17 +1157,17 @@ msgstr ""
1157
  #: app/features/mec/meta_boxes/search_form.php:569
1158
  #: app/features/mec/meta_boxes/search_form.php:576
1159
  #: app/features/mec/meta_boxes/search_form.php:583
1160
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1161
  msgid "Dropdown"
1162
  msgstr ""
1163
 
1164
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1165
- #: app/libraries/main.php:2500
1166
  msgid "Agreement"
1167
  msgstr ""
1168
 
1169
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1170
- #: app/libraries/main.php:2341
1171
  msgid "Paragraph"
1172
  msgstr ""
1173
 
@@ -1190,8 +1190,8 @@ msgid "organizers"
1190
  msgstr ""
1191
 
1192
  #: app/features/events.php:2429 app/features/events.php:2609
1193
- #: app/features/events.php:2651 app/features/ix.php:2719
1194
- #: app/features/ix.php:2760 app/features/locations.php:58
1195
  #: app/features/locations.php:229 app/features/locations.php:286
1196
  #: app/features/locations.php:288 app/features/locations.php:297
1197
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1203,8 +1203,8 @@ msgstr ""
1203
  #: app/features/mec/meta_boxes/search_form.php:369
1204
  #: app/features/mec/meta_boxes/search_form.php:423
1205
  #: app/features/mec/meta_boxes/search_form.php:484
1206
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1207
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1208
  #: app/skins/single.php:255 app/skins/single/default.php:141
1209
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1210
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1212,8 +1212,8 @@ msgid "Location"
1212
  msgstr "helyszín"
1213
 
1214
  #: app/features/events.php:2430 app/features/events.php:2609
1215
- #: app/features/events.php:2651 app/features/ix.php:2719
1216
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1217
  #: app/features/mec/meta_boxes/display_options.php:819
1218
  #: app/features/mec/meta_boxes/search_form.php:45
1219
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1226,7 +1226,7 @@ msgstr "helyszín"
1226
  #: app/features/mec/meta_boxes/search_form.php:552
1227
  #: app/features/organizers.php:58 app/features/organizers.php:199
1228
  #: app/features/organizers.php:255 app/features/organizers.php:257
1229
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1230
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1231
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1232
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1266,14 +1266,14 @@ msgid "Duplicate"
1266
  msgstr ""
1267
 
1268
  #: app/features/events.php:2609 app/features/events.php:2651
1269
- #: app/features/ix.php:2719 app/features/ix.php:2760
1270
  #: app/features/labels.php:176 app/features/locations.php:228
1271
  #: app/features/organizers.php:198 app/features/speakers.php:241
1272
  msgid "ID"
1273
  msgstr ""
1274
 
1275
  #: app/features/events.php:2609 app/features/events.php:2651
1276
- #: app/features/ix.php:2719 app/features/ix.php:2760
1277
  msgid "Link"
1278
  msgstr ""
1279
 
@@ -1377,7 +1377,7 @@ msgstr ""
1377
 
1378
  #: app/features/fes/form.php:547 app/features/labels.php:61
1379
  #: app/features/labels.php:220 app/features/mec.php:317
1380
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1381
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1382
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1383
  msgid "Labels"
@@ -1441,81 +1441,81 @@ msgstr ""
1441
  msgid "The events are imported successfully!"
1442
  msgstr ""
1443
 
1444
- #: app/features/ix.php:756
1445
  msgid "Third Party plugin is not installed and activated!"
1446
  msgstr ""
1447
 
1448
- #: app/features/ix.php:781
1449
  msgid "Third Party plugin is invalid!"
1450
  msgstr ""
1451
 
1452
- #: app/features/ix.php:1926 app/features/ix.php:1984
1453
  msgid "Both of API key and Calendar ID are required!"
1454
  msgstr ""
1455
 
1456
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1457
  msgid "Please select some events to import!"
1458
  msgstr ""
1459
 
1460
- #: app/features/ix.php:2340 app/features/ix.php:2403
1461
  msgid "Both of API key and Group URL are required!"
1462
  msgstr ""
1463
 
1464
- #: app/features/ix.php:2642
1465
  msgid "Check at Meetup"
1466
  msgstr ""
1467
 
1468
- #: app/features/ix.php:2719 app/features/ix.php:2760
1469
  msgid "Organizer Tel"
1470
  msgstr ""
1471
 
1472
- #: app/features/ix.php:2719 app/features/ix.php:2760
1473
  msgid "Organizer Email"
1474
  msgstr ""
1475
 
1476
- #: app/features/ix.php:2841
1477
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1478
  msgstr ""
1479
 
1480
- #: app/features/ix.php:2864
1481
  #, php-format
1482
  msgid "All seems good! Please click %s for authenticating your app."
1483
  msgstr ""
1484
 
1485
- #: app/features/ix.php:2918
1486
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1487
  msgstr ""
1488
 
1489
- #: app/features/ix.php:3117
1490
  #, php-format
1491
  msgid "%s events added to Google Calendar successfully."
1492
  msgstr ""
1493
 
1494
- #: app/features/ix.php:3118
1495
  #, php-format
1496
  msgid "%s previously added events get updated."
1497
  msgstr ""
1498
 
1499
- #: app/features/ix.php:3119
1500
  #, php-format
1501
  msgid "%s events failed to add for following reasons: %s"
1502
  msgstr ""
1503
 
1504
- #: app/features/ix.php:3151
1505
  msgid "Please insert your Facebook page's link."
1506
  msgstr ""
1507
 
1508
- #: app/features/ix.php:3160
1509
  msgid ""
1510
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1511
  "valid Facebook page link."
1512
  msgstr ""
1513
 
1514
- #: app/features/ix.php:3192
1515
  msgid "Please insert your facebook page's link."
1516
  msgstr ""
1517
 
1518
- #: app/features/ix.php:3197
1519
  msgid ""
1520
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1521
  "valid facebook page link."
@@ -2039,21 +2039,21 @@ msgstr ""
2039
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2040
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2041
  #: app/skins/monthly_view/calendar_clean.php:81
2042
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2043
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2044
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2045
  msgid "Featured"
2046
  msgstr ""
2047
 
2048
  #: app/features/labels.php:117 app/features/labels.php:142
2049
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2050
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2051
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2052
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2053
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2054
  #: app/skins/monthly_view/calendar.php:84
2055
  #: app/skins/monthly_view/calendar_clean.php:85
2056
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2057
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2058
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2059
  msgid "Canceled"
@@ -2081,7 +2081,7 @@ msgstr ""
2081
 
2082
  #: app/features/locations.php:59 app/features/mec.php:318
2083
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2084
- #: app/libraries/main.php:4376
2085
  msgid "Locations"
2086
  msgstr ""
2087
 
@@ -2186,7 +2186,7 @@ msgstr ""
2186
  msgid "Don't show map in single event page"
2187
  msgstr ""
2188
 
2189
- #: app/features/locations.php:361 app/libraries/main.php:4410
2190
  #, fuzzy
2191
  #| msgid "Location"
2192
  msgid "Other Locations"
@@ -2236,7 +2236,7 @@ msgstr ""
2236
 
2237
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2238
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2239
- #: app/libraries/main.php:4378
2240
  msgid "Organizers"
2241
  msgstr ""
2242
 
@@ -2253,7 +2253,7 @@ msgstr ""
2253
  msgid "MEC - Addons"
2254
  msgstr ""
2255
 
2256
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2257
  msgid "Addons"
2258
  msgstr ""
2259
 
@@ -2309,30 +2309,30 @@ msgstr ""
2309
  msgid "Modal 1"
2310
  msgstr ""
2311
 
2312
- #: app/features/mec/addons.php:18
2313
  msgid "How to Purchase"
2314
  msgstr ""
2315
 
2316
- #: app/features/mec/addons.php:19
2317
  msgid "Install Addons"
2318
  msgstr ""
2319
 
2320
- #: app/features/mec/addons.php:22
2321
  msgid ""
2322
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2323
  "however, you cannot install and use them on the Lite version too."
2324
  msgstr ""
2325
 
2326
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2327
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2328
  msgid "Version"
2329
  msgstr ""
2330
 
2331
- #: app/features/mec/addons.php:80
2332
  msgid "Coming Soon"
2333
  msgstr ""
2334
 
2335
- #: app/features/mec/addons.php:91
2336
  msgid ""
2337
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2338
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -2869,15 +2869,15 @@ msgstr ""
2869
 
2870
  #: app/features/mec/meta_boxes/display_options.php:414
2871
  #: app/features/mec/meta_boxes/display_options.php:431
2872
- #: app/libraries/main.php:329 app/libraries/main.php:1198
2873
- #: app/libraries/main.php:1223
2874
  msgid "List View"
2875
  msgstr ""
2876
 
2877
  #: app/features/mec/meta_boxes/display_options.php:415
2878
  #: app/features/mec/meta_boxes/display_options.php:441
2879
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2880
- #: app/libraries/main.php:1217
2881
  msgid "Yearly View"
2882
  msgstr ""
2883
 
@@ -2888,15 +2888,15 @@ msgstr ""
2888
 
2889
  #: app/features/mec/meta_boxes/display_options.php:417
2890
  #: app/features/mec/meta_boxes/display_options.php:473
2891
- #: app/libraries/main.php:336 app/libraries/main.php:1194
2892
- #: app/libraries/main.php:1219
2893
  msgid "Weekly View"
2894
  msgstr ""
2895
 
2896
  #: app/features/mec/meta_boxes/display_options.php:418
2897
  #: app/features/mec/meta_boxes/display_options.php:483
2898
- #: app/libraries/main.php:335 app/libraries/main.php:1195
2899
- #: app/libraries/main.php:1220
2900
  msgid "Daily View"
2901
  msgstr ""
2902
 
@@ -3250,7 +3250,7 @@ msgstr ""
3250
  #: app/features/mec/meta_boxes/search_form.php:437
3251
  #: app/features/mec/meta_boxes/search_form.php:498
3252
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3253
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3254
  #: app/libraries/skins.php:824
3255
  msgid "Speaker"
3256
  msgstr ""
@@ -3770,7 +3770,7 @@ msgid ""
3770
  msgstr ""
3771
 
3772
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3773
- #: app/libraries/main.php:4385
3774
  msgid "Weekdays"
3775
  msgstr ""
3776
 
@@ -4449,7 +4449,7 @@ msgid ""
4449
  msgstr ""
4450
 
4451
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4452
- #: app/libraries/main.php:4567
4453
  msgid "Verified"
4454
  msgstr ""
4455
 
@@ -4941,7 +4941,7 @@ msgstr "például john@smith.com"
4941
  msgid "eg. https://webnus.net"
4942
  msgstr ""
4943
 
4944
- #: app/features/organizers.php:309 app/libraries/main.php:4409
4945
  #: app/skins/single.php:194
4946
  msgid "Other Organizers"
4947
  msgstr ""
@@ -4960,11 +4960,11 @@ msgstr ""
4960
  msgid "#"
4961
  msgstr ""
4962
 
4963
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
4964
  msgid "Status"
4965
  msgstr ""
4966
 
4967
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
4968
  msgid "Attendees"
4969
  msgstr ""
4970
 
@@ -4977,8 +4977,8 @@ msgstr ""
4977
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4978
  msgstr ""
4979
 
4980
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
4981
- #: app/libraries/main.php:4407
4982
  msgid "Ticket"
4983
  msgstr ""
4984
 
@@ -5018,7 +5018,7 @@ msgid "Insert URL of Facebook Page"
5018
  msgstr ""
5019
 
5020
  #: app/features/speakers.php:135 app/features/speakers.php:187
5021
- #: app/libraries/main.php:1080
5022
  msgid "Google+"
5023
  msgstr ""
5024
 
@@ -5119,38 +5119,38 @@ msgstr ""
5119
  msgid "There is no excerpt because this is a protected post."
5120
  msgstr ""
5121
 
5122
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5123
- #: app/libraries/main.php:1224
5124
  msgid "Grid View"
5125
  msgstr ""
5126
 
5127
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5128
- #: app/libraries/main.php:1225
5129
  msgid "Agenda View"
5130
  msgstr ""
5131
 
5132
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5133
- #: app/libraries/main.php:1216
5134
  msgid "Full Calendar"
5135
  msgstr ""
5136
 
5137
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5138
- #: app/libraries/main.php:1218
5139
  msgid "Calendar/Monthly View"
5140
  msgstr ""
5141
 
5142
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5143
- #: app/libraries/main.php:1221
5144
  msgid "Timetable View"
5145
  msgstr ""
5146
 
5147
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5148
- #: app/libraries/main.php:1222
5149
  msgid "Masonry View"
5150
  msgstr ""
5151
 
5152
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5153
- #: app/libraries/main.php:1226
5154
  msgid "Map View"
5155
  msgstr ""
5156
 
@@ -5174,298 +5174,298 @@ msgstr ""
5174
  msgid "Slider View"
5175
  msgstr ""
5176
 
5177
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5178
  msgid "SU"
5179
  msgstr ""
5180
 
5181
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5182
  msgid "MO"
5183
  msgstr ""
5184
 
5185
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5186
  msgid "TU"
5187
  msgstr ""
5188
 
5189
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5190
  msgid "WE"
5191
  msgstr ""
5192
 
5193
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5194
  msgid "TH"
5195
  msgstr ""
5196
 
5197
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5198
  msgid "FR"
5199
  msgstr ""
5200
 
5201
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5202
  msgid "SA"
5203
  msgstr ""
5204
 
5205
- #: app/libraries/main.php:1038
5206
  msgid "Events at this location"
5207
  msgstr ""
5208
 
5209
- #: app/libraries/main.php:1038
5210
  msgid "Event at this location"
5211
  msgstr "Esemény ezen a helyszínen"
5212
 
5213
- #: app/libraries/main.php:1079
5214
  msgid "Facebook"
5215
  msgstr ""
5216
 
5217
- #: app/libraries/main.php:1081
5218
  msgid "Twitter"
5219
  msgstr ""
5220
 
5221
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5222
  msgid "Linkedin"
5223
  msgstr ""
5224
 
5225
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5226
  msgid "VK"
5227
  msgstr ""
5228
 
5229
- #: app/libraries/main.php:1102
5230
  msgid "Share on Facebook"
5231
  msgstr ""
5232
 
5233
- #: app/libraries/main.php:1117
5234
  msgid "Google Plus"
5235
  msgstr ""
5236
 
5237
- #: app/libraries/main.php:1132
5238
  msgid "Tweet"
5239
  msgstr ""
5240
 
5241
- #: app/libraries/main.php:1202
5242
  msgid "Custom Shortcode"
5243
  msgstr ""
5244
 
5245
- #: app/libraries/main.php:1561
5246
  msgid "Your booking successfully verified."
5247
  msgstr ""
5248
 
5249
- #: app/libraries/main.php:1562
5250
  msgid "Your booking cannot verify!"
5251
  msgstr ""
5252
 
5253
- #: app/libraries/main.php:1574
5254
  msgid "Your booking successfully canceled."
5255
  msgstr ""
5256
 
5257
- #: app/libraries/main.php:1575
5258
  msgid "Your booking cannot be canceled."
5259
  msgstr ""
5260
 
5261
- #: app/libraries/main.php:1579
5262
  msgid "You canceled the payment successfully."
5263
  msgstr ""
5264
 
5265
- #: app/libraries/main.php:1583
5266
  msgid "You returned from payment gateway successfully."
5267
  msgstr ""
5268
 
5269
- #: app/libraries/main.php:1607
5270
  msgid "Cannot find the booking!"
5271
  msgstr ""
5272
 
5273
- #: app/libraries/main.php:1607
5274
  msgid "Booking is invalid."
5275
  msgstr ""
5276
 
5277
- #: app/libraries/main.php:1636
5278
  #, php-format
5279
  msgid "%s Invoice"
5280
  msgstr ""
5281
 
5282
- #: app/libraries/main.php:1657
5283
  msgid "Transaction ID"
5284
  msgstr ""
5285
 
5286
- #: app/libraries/main.php:1710
5287
  msgid "Billing"
5288
  msgstr ""
5289
 
5290
- #: app/libraries/main.php:1721
5291
  msgid "Total"
5292
  msgstr ""
5293
 
5294
- #: app/libraries/main.php:1754
5295
  msgid "Security nonce is not valid."
5296
  msgstr ""
5297
 
5298
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5299
  msgid "iCal export stopped!"
5300
  msgstr ""
5301
 
5302
- #: app/libraries/main.php:1786
5303
  #, fuzzy
5304
  #| msgid "Payment is invalid."
5305
  msgid "Request is not valid."
5306
  msgstr "Fizetés érvénytelen"
5307
 
5308
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5309
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5310
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5311
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5312
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5313
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5314
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5315
  msgid "Sort"
5316
  msgstr ""
5317
 
5318
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5319
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5320
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5321
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5322
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5323
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5324
  msgid "Required Field"
5325
  msgstr "Töltse ki az adatokat!"
5326
 
5327
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5328
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5329
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5330
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5331
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5332
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5333
  msgid "Insert a label for this field"
5334
  msgstr ""
5335
 
5336
- #: app/libraries/main.php:2346
5337
  msgid "HTML and shortcode are allowed."
5338
  msgstr ""
5339
 
5340
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5341
- #: app/libraries/main.php:2477
5342
  msgid "Option"
5343
  msgstr ""
5344
 
5345
- #: app/libraries/main.php:2511
5346
  #, php-format
5347
  msgid "Instead of %s, the page title with a link will be show."
5348
  msgstr ""
5349
 
5350
- #: app/libraries/main.php:2513
5351
  msgid "Agreement Page"
5352
  msgstr ""
5353
 
5354
- #: app/libraries/main.php:2524
5355
  msgid "Checked by default"
5356
  msgstr ""
5357
 
5358
- #: app/libraries/main.php:2525
5359
  msgid "Unchecked by default"
5360
  msgstr ""
5361
 
5362
- #: app/libraries/main.php:2547
5363
  msgid "Insert a label for this option"
5364
  msgstr ""
5365
 
5366
- #: app/libraries/main.php:2562
5367
  msgid "Free"
5368
  msgstr "Ingyenes"
5369
 
5370
- #: app/libraries/main.php:3214
5371
  #, php-format
5372
  msgid "Copy of %s"
5373
  msgstr ""
5374
 
5375
- #: app/libraries/main.php:3877
5376
  msgid "Booked an event."
5377
  msgstr ""
5378
 
5379
- #: app/libraries/main.php:3918
5380
  #, php-format
5381
  msgid "%s booked %s event."
5382
  msgstr ""
5383
 
5384
- #: app/libraries/main.php:4370
5385
  msgid "Taxonomies"
5386
  msgstr ""
5387
 
5388
- #: app/libraries/main.php:4372
5389
  msgid "Category Plural Label"
5390
  msgstr ""
5391
 
5392
- #: app/libraries/main.php:4373
5393
  msgid "Category Singular Label"
5394
  msgstr ""
5395
 
5396
- #: app/libraries/main.php:4374
5397
  msgid "Label Plural Label"
5398
  msgstr ""
5399
 
5400
- #: app/libraries/main.php:4375
5401
  msgid "Label Singular Label"
5402
  msgstr ""
5403
 
5404
- #: app/libraries/main.php:4375
5405
  msgid "label"
5406
  msgstr ""
5407
 
5408
- #: app/libraries/main.php:4376
5409
  msgid "Location Plural Label"
5410
  msgstr ""
5411
 
5412
- #: app/libraries/main.php:4377
5413
  msgid "Location Singular Label"
5414
  msgstr ""
5415
 
5416
- #: app/libraries/main.php:4378
5417
  msgid "Organizer Plural Label"
5418
  msgstr ""
5419
 
5420
- #: app/libraries/main.php:4379
5421
  msgid "Organizer Singular Label"
5422
  msgstr ""
5423
 
5424
- #: app/libraries/main.php:4380
5425
  msgid "Speaker Plural Label"
5426
  msgstr ""
5427
 
5428
- #: app/libraries/main.php:4381
5429
  msgid "Speaker Singular Label"
5430
  msgstr ""
5431
 
5432
- #: app/libraries/main.php:4387
5433
  msgid "Sunday abbreviation"
5434
  msgstr ""
5435
 
5436
- #: app/libraries/main.php:4388
5437
  msgid "Monday abbreviation"
5438
  msgstr ""
5439
 
5440
- #: app/libraries/main.php:4389
5441
  msgid "Tuesday abbreviation"
5442
  msgstr ""
5443
 
5444
- #: app/libraries/main.php:4390
5445
  msgid "Wednesday abbreviation"
5446
  msgstr ""
5447
 
5448
- #: app/libraries/main.php:4391
5449
  msgid "Thursday abbreviation"
5450
  msgstr ""
5451
 
5452
- #: app/libraries/main.php:4392
5453
  msgid "Friday abbreviation"
5454
  msgstr ""
5455
 
5456
- #: app/libraries/main.php:4393
5457
  msgid "Saturday abbreviation"
5458
  msgstr ""
5459
 
5460
- #: app/libraries/main.php:4397
5461
  msgid "Others"
5462
  msgstr ""
5463
 
5464
- #: app/libraries/main.php:4399
5465
  msgid "Booking Success Message"
5466
  msgstr ""
5467
 
5468
- #: app/libraries/main.php:4399
5469
  msgid ""
5470
  "Thanks for your booking. Your tickets booked, booking verification might be "
5471
  "needed, please check your email."
@@ -5473,12 +5473,12 @@ msgstr ""
5473
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
5474
  "jóváhagyásra lesz szükség!"
5475
 
5476
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5477
  msgid "Register Button"
5478
  msgstr ""
5479
 
5480
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5481
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5482
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5483
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5484
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5487,76 +5487,76 @@ msgstr ""
5487
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5488
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5489
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5490
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5491
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5492
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5493
  msgid "REGISTER"
5494
  msgstr "REGISZTRÁCIÓ"
5495
 
5496
- #: app/libraries/main.php:4401
5497
  msgid "View Detail Button"
5498
  msgstr ""
5499
 
5500
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5501
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5502
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5503
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5504
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5505
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5506
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5507
- #: app/skins/slider/render.php:305
5508
  msgid "View Detail"
5509
  msgstr ""
5510
 
5511
- #: app/libraries/main.php:4402
5512
  msgid "Event Detail Button"
5513
  msgstr ""
5514
 
5515
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5516
  msgid "Event Detail"
5517
  msgstr ""
5518
 
5519
- #: app/libraries/main.php:4404
5520
  msgid "More Info Link"
5521
  msgstr ""
5522
 
5523
- #: app/libraries/main.php:4407
5524
  msgid "Ticket (Singular)"
5525
  msgstr ""
5526
 
5527
- #: app/libraries/main.php:4408
5528
  msgid "Tickets (Plural)"
5529
  msgstr ""
5530
 
5531
- #: app/libraries/main.php:4475
5532
  msgid "EventON"
5533
  msgstr ""
5534
 
5535
- #: app/libraries/main.php:4476
5536
  msgid "The Events Calendar"
5537
  msgstr ""
5538
 
5539
- #: app/libraries/main.php:4477
5540
  msgid "Events Schedule WP Plugin"
5541
  msgstr ""
5542
 
5543
- #: app/libraries/main.php:4478
5544
  msgid "Calendarize It"
5545
  msgstr ""
5546
 
5547
- #: app/libraries/main.php:4552
5548
  msgid "Confirmed"
5549
  msgstr ""
5550
 
5551
- #: app/libraries/main.php:4553
5552
  msgid "Rejected"
5553
  msgstr ""
5554
 
5555
- #: app/libraries/main.php:4554
5556
  msgid "Pending"
5557
  msgstr ""
5558
 
5559
- #: app/libraries/main.php:4569
5560
  msgid "Waiting"
5561
  msgstr ""
5562
 
@@ -5644,11 +5644,11 @@ msgstr ""
5644
  msgid "Free Booking"
5645
  msgstr ""
5646
 
5647
- #: app/modules/booking/steps/form.php:158
5648
  msgid "Fill other attendees information like the first form."
5649
  msgstr ""
5650
 
5651
- #: app/modules/booking/steps/form.php:172
5652
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5653
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5654
  msgid "Next"
@@ -5786,7 +5786,7 @@ msgstr ""
5786
  msgid "View All"
5787
  msgstr ""
5788
 
5789
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
5790
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
5791
  #: app/skins/list/render.php:119
5792
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:08+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: hu_HU\n"
270
  msgid "Add New Event"
271
  msgstr ""
272
 
273
+ #: app/features/events.php:138 app/features/ix.php:3202
274
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
275
  msgid "No events found!"
276
  msgstr ""
302
  #: app/features/mec/meta_boxes/search_form.php:362
303
  #: app/features/mec/meta_boxes/search_form.php:416
304
  #: app/features/mec/meta_boxes/search_form.php:477
305
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
306
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
307
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
308
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
311
 
312
  #: app/features/events.php:160 app/features/fes/form.php:522
313
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
314
+ #: app/libraries/main.php:4375
315
  msgid "Categories"
316
  msgstr ""
317
 
385
 
386
  #: app/features/events.php:306 app/features/events.php:2609
387
  #: app/features/events.php:2651 app/features/fes/form.php:483
388
+ #: app/features/ix.php:2740 app/features/ix.php:2781
389
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
390
  #: app/widgets/single.php:103
391
  msgid "Event Cost"
392
  msgstr ""
393
 
394
  #: app/features/events.php:309 app/features/fes/form.php:486
395
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
396
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
397
  #: app/skins/single/modern.php:187
398
  msgid "Cost"
419
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
420
  #: app/features/organizers.php:110 app/features/organizers.php:150
421
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
422
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
423
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
424
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
425
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
426
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
427
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
428
  #: app/skins/single/modern.php:38
436
  #: app/features/events.php:419 app/features/events.php:423
437
  #: app/features/events.php:2431 app/features/events.php:2609
438
  #: app/features/events.php:2651 app/features/fes/form.php:227
439
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
440
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
441
  #: app/features/mec/dashboard.php:334
442
  #: app/features/mec/meta_boxes/display_options.php:42
443
  #: app/features/mec/meta_boxes/display_options.php:184
472
  #: app/features/events.php:500 app/features/events.php:504
473
  #: app/features/events.php:2432 app/features/events.php:2609
474
  #: app/features/events.php:2651 app/features/fes/form.php:267
475
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
476
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
477
  #: app/features/mec/dashboard.php:335
478
  msgid "End Date"
479
  msgstr ""
731
 
732
  #: app/features/events.php:810 app/features/events.php:1819
733
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
734
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
735
  #: app/modules/booking/steps/tickets.php:22
736
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
737
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
775
  #: app/features/events.php:981 app/features/events.php:1612
776
  #: app/features/events.php:1652 app/features/events.php:2428
777
  #: app/features/events.php:2609 app/features/events.php:2651
778
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
779
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
780
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
781
  msgid "Title"
782
  msgstr ""
790
  #: app/features/events.php:1641 app/features/events.php:1681
791
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
792
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
793
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
794
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
795
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
796
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
797
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
798
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
799
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
800
+ #: app/libraries/main.php:2549
801
  msgid "Remove"
802
  msgstr ""
803
 
825
  #: app/features/events.php:986 app/features/fes/form.php:615
826
  #: app/features/mec.php:324 app/features/mec/settings.php:78
827
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
828
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
829
  msgid "Speakers"
830
  msgstr ""
831
 
839
  msgstr ""
840
 
841
  #: app/features/events.php:1015 app/features/events.php:1019
842
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
843
  msgid "Event Link"
844
  msgstr ""
845
 
860
  msgstr ""
861
 
862
  #: app/features/events.php:1029 app/features/events.php:1038
863
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
864
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
865
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
866
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
911
  msgstr ""
912
 
913
  #: app/features/events.php:1126 app/libraries/book.php:60
914
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
915
  msgid "Tickets"
916
  msgstr ""
917
 
928
 
929
  #: app/features/events.php:1150 app/features/events.php:1323
930
  #: app/features/events.php:2609 app/features/events.php:2651
931
+ #: app/features/ix.php:2740 app/features/ix.php:2781
932
  msgid "Start Time"
933
  msgstr ""
934
 
935
  #: app/features/events.php:1188 app/features/events.php:1346
936
  #: app/features/events.php:2609 app/features/events.php:2651
937
+ #: app/features/ix.php:2740 app/features/ix.php:2781
938
  msgid "End Time"
939
  msgstr ""
940
 
1050
  msgstr ""
1051
 
1052
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1053
+ #: app/libraries/main.php:2140
1054
  #, fuzzy
1055
  #| msgid "Name"
1056
  msgid "MEC Name"
1057
  msgstr "Név"
1058
 
1059
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1060
+ #: app/libraries/main.php:2169
1061
  msgid "MEC Email"
1062
  msgstr ""
1063
 
1064
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1065
+ #: app/libraries/main.php:2110
1066
  msgid "Text"
1067
  msgstr ""
1068
 
1069
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1070
  #: app/features/organizers.php:102 app/features/organizers.php:146
1071
  #: app/features/speakers.php:111 app/features/speakers.php:175
1072
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1073
  msgid "Tel"
1074
  msgstr ""
1075
 
1076
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1077
+ #: app/libraries/main.php:2228
1078
  msgid "File"
1079
  msgstr ""
1080
 
1081
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1082
+ #: app/libraries/main.php:2315
1083
  msgid "Textarea"
1084
  msgstr ""
1085
 
1086
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1087
+ #: app/libraries/main.php:2368
1088
  msgid "Checkboxes"
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1092
+ #: app/libraries/main.php:2412
1093
  msgid "Radio Buttons"
1094
  msgstr ""
1095
 
1157
  #: app/features/mec/meta_boxes/search_form.php:569
1158
  #: app/features/mec/meta_boxes/search_form.php:576
1159
  #: app/features/mec/meta_boxes/search_form.php:583
1160
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1161
  msgid "Dropdown"
1162
  msgstr ""
1163
 
1164
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1165
+ #: app/libraries/main.php:2503
1166
  msgid "Agreement"
1167
  msgstr ""
1168
 
1169
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1170
+ #: app/libraries/main.php:2344
1171
  msgid "Paragraph"
1172
  msgstr ""
1173
 
1190
  msgstr ""
1191
 
1192
  #: app/features/events.php:2429 app/features/events.php:2609
1193
+ #: app/features/events.php:2651 app/features/ix.php:2740
1194
+ #: app/features/ix.php:2781 app/features/locations.php:58
1195
  #: app/features/locations.php:229 app/features/locations.php:286
1196
  #: app/features/locations.php:288 app/features/locations.php:297
1197
  #: app/features/mec/meta_boxes/display_options.php:818
1203
  #: app/features/mec/meta_boxes/search_form.php:369
1204
  #: app/features/mec/meta_boxes/search_form.php:423
1205
  #: app/features/mec/meta_boxes/search_form.php:484
1206
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1207
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1208
  #: app/skins/single.php:255 app/skins/single/default.php:141
1209
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1210
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1212
  msgstr "helyszín"
1213
 
1214
  #: app/features/events.php:2430 app/features/events.php:2609
1215
+ #: app/features/events.php:2651 app/features/ix.php:2740
1216
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1217
  #: app/features/mec/meta_boxes/display_options.php:819
1218
  #: app/features/mec/meta_boxes/search_form.php:45
1219
  #: app/features/mec/meta_boxes/search_form.php:106
1226
  #: app/features/mec/meta_boxes/search_form.php:552
1227
  #: app/features/organizers.php:58 app/features/organizers.php:199
1228
  #: app/features/organizers.php:255 app/features/organizers.php:257
1229
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1230
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1231
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1232
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1266
  msgstr ""
1267
 
1268
  #: app/features/events.php:2609 app/features/events.php:2651
1269
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1270
  #: app/features/labels.php:176 app/features/locations.php:228
1271
  #: app/features/organizers.php:198 app/features/speakers.php:241
1272
  msgid "ID"
1273
  msgstr ""
1274
 
1275
  #: app/features/events.php:2609 app/features/events.php:2651
1276
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1277
  msgid "Link"
1278
  msgstr ""
1279
 
1377
 
1378
  #: app/features/fes/form.php:547 app/features/labels.php:61
1379
  #: app/features/labels.php:220 app/features/mec.php:317
1380
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1381
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1382
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1383
  msgid "Labels"
1441
  msgid "The events are imported successfully!"
1442
  msgstr ""
1443
 
1444
+ #: app/features/ix.php:780
1445
  msgid "Third Party plugin is not installed and activated!"
1446
  msgstr ""
1447
 
1448
+ #: app/features/ix.php:800
1449
  msgid "Third Party plugin is invalid!"
1450
  msgstr ""
1451
 
1452
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1453
  msgid "Both of API key and Calendar ID are required!"
1454
  msgstr ""
1455
 
1456
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1457
  msgid "Please select some events to import!"
1458
  msgstr ""
1459
 
1460
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1461
  msgid "Both of API key and Group URL are required!"
1462
  msgstr ""
1463
 
1464
+ #: app/features/ix.php:2663
1465
  msgid "Check at Meetup"
1466
  msgstr ""
1467
 
1468
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1469
  msgid "Organizer Tel"
1470
  msgstr ""
1471
 
1472
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1473
  msgid "Organizer Email"
1474
  msgstr ""
1475
 
1476
+ #: app/features/ix.php:2862
1477
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1478
  msgstr ""
1479
 
1480
+ #: app/features/ix.php:2885
1481
  #, php-format
1482
  msgid "All seems good! Please click %s for authenticating your app."
1483
  msgstr ""
1484
 
1485
+ #: app/features/ix.php:2939
1486
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1487
  msgstr ""
1488
 
1489
+ #: app/features/ix.php:3138
1490
  #, php-format
1491
  msgid "%s events added to Google Calendar successfully."
1492
  msgstr ""
1493
 
1494
+ #: app/features/ix.php:3139
1495
  #, php-format
1496
  msgid "%s previously added events get updated."
1497
  msgstr ""
1498
 
1499
+ #: app/features/ix.php:3140
1500
  #, php-format
1501
  msgid "%s events failed to add for following reasons: %s"
1502
  msgstr ""
1503
 
1504
+ #: app/features/ix.php:3172
1505
  msgid "Please insert your Facebook page's link."
1506
  msgstr ""
1507
 
1508
+ #: app/features/ix.php:3181
1509
  msgid ""
1510
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1511
  "valid Facebook page link."
1512
  msgstr ""
1513
 
1514
+ #: app/features/ix.php:3213
1515
  msgid "Please insert your facebook page's link."
1516
  msgstr ""
1517
 
1518
+ #: app/features/ix.php:3218
1519
  msgid ""
1520
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1521
  "valid facebook page link."
2039
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2040
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2041
  #: app/skins/monthly_view/calendar_clean.php:81
2042
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2043
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2044
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2045
  msgid "Featured"
2046
  msgstr ""
2047
 
2048
  #: app/features/labels.php:117 app/features/labels.php:142
2049
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2050
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2051
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2052
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2053
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2054
  #: app/skins/monthly_view/calendar.php:84
2055
  #: app/skins/monthly_view/calendar_clean.php:85
2056
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2057
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2058
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2059
  msgid "Canceled"
2081
 
2082
  #: app/features/locations.php:59 app/features/mec.php:318
2083
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2084
+ #: app/libraries/main.php:4379
2085
  msgid "Locations"
2086
  msgstr ""
2087
 
2186
  msgid "Don't show map in single event page"
2187
  msgstr ""
2188
 
2189
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2190
  #, fuzzy
2191
  #| msgid "Location"
2192
  msgid "Other Locations"
2236
 
2237
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2238
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2239
+ #: app/libraries/main.php:4381
2240
  msgid "Organizers"
2241
  msgstr ""
2242
 
2253
  msgid "MEC - Addons"
2254
  msgstr ""
2255
 
2256
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2257
  msgid "Addons"
2258
  msgstr ""
2259
 
2309
  msgid "Modal 1"
2310
  msgstr ""
2311
 
2312
+ #: app/features/mec/addons.php:24
2313
  msgid "How to Purchase"
2314
  msgstr ""
2315
 
2316
+ #: app/features/mec/addons.php:25
2317
  msgid "Install Addons"
2318
  msgstr ""
2319
 
2320
+ #: app/features/mec/addons.php:28
2321
  msgid ""
2322
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2323
  "however, you cannot install and use them on the Lite version too."
2324
  msgstr ""
2325
 
2326
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2327
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2328
  msgid "Version"
2329
  msgstr ""
2330
 
2331
+ #: app/features/mec/addons.php:86
2332
  msgid "Coming Soon"
2333
  msgstr ""
2334
 
2335
+ #: app/features/mec/addons.php:97
2336
  msgid ""
2337
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2338
  "functions are <strong>not activated</strong> on your server. Please contact "
2869
 
2870
  #: app/features/mec/meta_boxes/display_options.php:414
2871
  #: app/features/mec/meta_boxes/display_options.php:431
2872
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
2873
+ #: app/libraries/main.php:1226
2874
  msgid "List View"
2875
  msgstr ""
2876
 
2877
  #: app/features/mec/meta_boxes/display_options.php:415
2878
  #: app/features/mec/meta_boxes/display_options.php:441
2879
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
2880
+ #: app/libraries/main.php:1220
2881
  msgid "Yearly View"
2882
  msgstr ""
2883
 
2888
 
2889
  #: app/features/mec/meta_boxes/display_options.php:417
2890
  #: app/features/mec/meta_boxes/display_options.php:473
2891
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
2892
+ #: app/libraries/main.php:1222
2893
  msgid "Weekly View"
2894
  msgstr ""
2895
 
2896
  #: app/features/mec/meta_boxes/display_options.php:418
2897
  #: app/features/mec/meta_boxes/display_options.php:483
2898
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
2899
+ #: app/libraries/main.php:1223
2900
  msgid "Daily View"
2901
  msgstr ""
2902
 
3250
  #: app/features/mec/meta_boxes/search_form.php:437
3251
  #: app/features/mec/meta_boxes/search_form.php:498
3252
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3253
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3254
  #: app/libraries/skins.php:824
3255
  msgid "Speaker"
3256
  msgstr ""
3770
  msgstr ""
3771
 
3772
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3773
+ #: app/libraries/main.php:4388
3774
  msgid "Weekdays"
3775
  msgstr ""
3776
 
4449
  msgstr ""
4450
 
4451
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4452
+ #: app/libraries/main.php:4570
4453
  msgid "Verified"
4454
  msgstr ""
4455
 
4941
  msgid "eg. https://webnus.net"
4942
  msgstr ""
4943
 
4944
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
4945
  #: app/skins/single.php:194
4946
  msgid "Other Organizers"
4947
  msgstr ""
4960
  msgid "#"
4961
  msgstr ""
4962
 
4963
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
4964
  msgid "Status"
4965
  msgstr ""
4966
 
4967
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
4968
  msgid "Attendees"
4969
  msgstr ""
4970
 
4977
  msgid "<i class=\"mec-sl-eye\"></i> %s"
4978
  msgstr ""
4979
 
4980
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
4981
+ #: app/libraries/main.php:4410
4982
  msgid "Ticket"
4983
  msgstr ""
4984
 
5018
  msgstr ""
5019
 
5020
  #: app/features/speakers.php:135 app/features/speakers.php:187
5021
+ #: app/libraries/main.php:1083
5022
  msgid "Google+"
5023
  msgstr ""
5024
 
5119
  msgid "There is no excerpt because this is a protected post."
5120
  msgstr ""
5121
 
5122
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5123
+ #: app/libraries/main.php:1227
5124
  msgid "Grid View"
5125
  msgstr ""
5126
 
5127
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5128
+ #: app/libraries/main.php:1228
5129
  msgid "Agenda View"
5130
  msgstr ""
5131
 
5132
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5133
+ #: app/libraries/main.php:1219
5134
  msgid "Full Calendar"
5135
  msgstr ""
5136
 
5137
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5138
+ #: app/libraries/main.php:1221
5139
  msgid "Calendar/Monthly View"
5140
  msgstr ""
5141
 
5142
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5143
+ #: app/libraries/main.php:1224
5144
  msgid "Timetable View"
5145
  msgstr ""
5146
 
5147
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5148
+ #: app/libraries/main.php:1225
5149
  msgid "Masonry View"
5150
  msgstr ""
5151
 
5152
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5153
+ #: app/libraries/main.php:1229
5154
  msgid "Map View"
5155
  msgstr ""
5156
 
5174
  msgid "Slider View"
5175
  msgstr ""
5176
 
5177
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5178
  msgid "SU"
5179
  msgstr ""
5180
 
5181
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5182
  msgid "MO"
5183
  msgstr ""
5184
 
5185
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5186
  msgid "TU"
5187
  msgstr ""
5188
 
5189
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5190
  msgid "WE"
5191
  msgstr ""
5192
 
5193
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5194
  msgid "TH"
5195
  msgstr ""
5196
 
5197
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5198
  msgid "FR"
5199
  msgstr ""
5200
 
5201
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5202
  msgid "SA"
5203
  msgstr ""
5204
 
5205
+ #: app/libraries/main.php:1041
5206
  msgid "Events at this location"
5207
  msgstr ""
5208
 
5209
+ #: app/libraries/main.php:1041
5210
  msgid "Event at this location"
5211
  msgstr "Esemény ezen a helyszínen"
5212
 
5213
+ #: app/libraries/main.php:1082
5214
  msgid "Facebook"
5215
  msgstr ""
5216
 
5217
+ #: app/libraries/main.php:1084
5218
  msgid "Twitter"
5219
  msgstr ""
5220
 
5221
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5222
  msgid "Linkedin"
5223
  msgstr ""
5224
 
5225
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5226
  msgid "VK"
5227
  msgstr ""
5228
 
5229
+ #: app/libraries/main.php:1105
5230
  msgid "Share on Facebook"
5231
  msgstr ""
5232
 
5233
+ #: app/libraries/main.php:1120
5234
  msgid "Google Plus"
5235
  msgstr ""
5236
 
5237
+ #: app/libraries/main.php:1135
5238
  msgid "Tweet"
5239
  msgstr ""
5240
 
5241
+ #: app/libraries/main.php:1205
5242
  msgid "Custom Shortcode"
5243
  msgstr ""
5244
 
5245
+ #: app/libraries/main.php:1564
5246
  msgid "Your booking successfully verified."
5247
  msgstr ""
5248
 
5249
+ #: app/libraries/main.php:1565
5250
  msgid "Your booking cannot verify!"
5251
  msgstr ""
5252
 
5253
+ #: app/libraries/main.php:1577
5254
  msgid "Your booking successfully canceled."
5255
  msgstr ""
5256
 
5257
+ #: app/libraries/main.php:1578
5258
  msgid "Your booking cannot be canceled."
5259
  msgstr ""
5260
 
5261
+ #: app/libraries/main.php:1582
5262
  msgid "You canceled the payment successfully."
5263
  msgstr ""
5264
 
5265
+ #: app/libraries/main.php:1586
5266
  msgid "You returned from payment gateway successfully."
5267
  msgstr ""
5268
 
5269
+ #: app/libraries/main.php:1610
5270
  msgid "Cannot find the booking!"
5271
  msgstr ""
5272
 
5273
+ #: app/libraries/main.php:1610
5274
  msgid "Booking is invalid."
5275
  msgstr ""
5276
 
5277
+ #: app/libraries/main.php:1639
5278
  #, php-format
5279
  msgid "%s Invoice"
5280
  msgstr ""
5281
 
5282
+ #: app/libraries/main.php:1660
5283
  msgid "Transaction ID"
5284
  msgstr ""
5285
 
5286
+ #: app/libraries/main.php:1713
5287
  msgid "Billing"
5288
  msgstr ""
5289
 
5290
+ #: app/libraries/main.php:1724
5291
  msgid "Total"
5292
  msgstr ""
5293
 
5294
+ #: app/libraries/main.php:1757
5295
  msgid "Security nonce is not valid."
5296
  msgstr ""
5297
 
5298
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5299
  msgid "iCal export stopped!"
5300
  msgstr ""
5301
 
5302
+ #: app/libraries/main.php:1789
5303
  #, fuzzy
5304
  #| msgid "Payment is invalid."
5305
  msgid "Request is not valid."
5306
  msgstr "Fizetés érvénytelen"
5307
 
5308
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5309
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5310
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5311
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5312
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5313
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5314
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5315
  msgid "Sort"
5316
  msgstr ""
5317
 
5318
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5319
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5320
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5321
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5322
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5323
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5324
  msgid "Required Field"
5325
  msgstr "Töltse ki az adatokat!"
5326
 
5327
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5328
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5329
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5330
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5331
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5332
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5333
  msgid "Insert a label for this field"
5334
  msgstr ""
5335
 
5336
+ #: app/libraries/main.php:2349
5337
  msgid "HTML and shortcode are allowed."
5338
  msgstr ""
5339
 
5340
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5341
+ #: app/libraries/main.php:2480
5342
  msgid "Option"
5343
  msgstr ""
5344
 
5345
+ #: app/libraries/main.php:2514
5346
  #, php-format
5347
  msgid "Instead of %s, the page title with a link will be show."
5348
  msgstr ""
5349
 
5350
+ #: app/libraries/main.php:2516
5351
  msgid "Agreement Page"
5352
  msgstr ""
5353
 
5354
+ #: app/libraries/main.php:2527
5355
  msgid "Checked by default"
5356
  msgstr ""
5357
 
5358
+ #: app/libraries/main.php:2528
5359
  msgid "Unchecked by default"
5360
  msgstr ""
5361
 
5362
+ #: app/libraries/main.php:2550
5363
  msgid "Insert a label for this option"
5364
  msgstr ""
5365
 
5366
+ #: app/libraries/main.php:2565
5367
  msgid "Free"
5368
  msgstr "Ingyenes"
5369
 
5370
+ #: app/libraries/main.php:3217
5371
  #, php-format
5372
  msgid "Copy of %s"
5373
  msgstr ""
5374
 
5375
+ #: app/libraries/main.php:3880
5376
  msgid "Booked an event."
5377
  msgstr ""
5378
 
5379
+ #: app/libraries/main.php:3921
5380
  #, php-format
5381
  msgid "%s booked %s event."
5382
  msgstr ""
5383
 
5384
+ #: app/libraries/main.php:4373
5385
  msgid "Taxonomies"
5386
  msgstr ""
5387
 
5388
+ #: app/libraries/main.php:4375
5389
  msgid "Category Plural Label"
5390
  msgstr ""
5391
 
5392
+ #: app/libraries/main.php:4376
5393
  msgid "Category Singular Label"
5394
  msgstr ""
5395
 
5396
+ #: app/libraries/main.php:4377
5397
  msgid "Label Plural Label"
5398
  msgstr ""
5399
 
5400
+ #: app/libraries/main.php:4378
5401
  msgid "Label Singular Label"
5402
  msgstr ""
5403
 
5404
+ #: app/libraries/main.php:4378
5405
  msgid "label"
5406
  msgstr ""
5407
 
5408
+ #: app/libraries/main.php:4379
5409
  msgid "Location Plural Label"
5410
  msgstr ""
5411
 
5412
+ #: app/libraries/main.php:4380
5413
  msgid "Location Singular Label"
5414
  msgstr ""
5415
 
5416
+ #: app/libraries/main.php:4381
5417
  msgid "Organizer Plural Label"
5418
  msgstr ""
5419
 
5420
+ #: app/libraries/main.php:4382
5421
  msgid "Organizer Singular Label"
5422
  msgstr ""
5423
 
5424
+ #: app/libraries/main.php:4383
5425
  msgid "Speaker Plural Label"
5426
  msgstr ""
5427
 
5428
+ #: app/libraries/main.php:4384
5429
  msgid "Speaker Singular Label"
5430
  msgstr ""
5431
 
5432
+ #: app/libraries/main.php:4390
5433
  msgid "Sunday abbreviation"
5434
  msgstr ""
5435
 
5436
+ #: app/libraries/main.php:4391
5437
  msgid "Monday abbreviation"
5438
  msgstr ""
5439
 
5440
+ #: app/libraries/main.php:4392
5441
  msgid "Tuesday abbreviation"
5442
  msgstr ""
5443
 
5444
+ #: app/libraries/main.php:4393
5445
  msgid "Wednesday abbreviation"
5446
  msgstr ""
5447
 
5448
+ #: app/libraries/main.php:4394
5449
  msgid "Thursday abbreviation"
5450
  msgstr ""
5451
 
5452
+ #: app/libraries/main.php:4395
5453
  msgid "Friday abbreviation"
5454
  msgstr ""
5455
 
5456
+ #: app/libraries/main.php:4396
5457
  msgid "Saturday abbreviation"
5458
  msgstr ""
5459
 
5460
+ #: app/libraries/main.php:4400
5461
  msgid "Others"
5462
  msgstr ""
5463
 
5464
+ #: app/libraries/main.php:4402
5465
  msgid "Booking Success Message"
5466
  msgstr ""
5467
 
5468
+ #: app/libraries/main.php:4402
5469
  msgid ""
5470
  "Thanks for your booking. Your tickets booked, booking verification might be "
5471
  "needed, please check your email."
5473
  "Köszönjük a foglalást! Kérjük ellenőrizze emailjeit, lehetséges, hogy "
5474
  "jóváhagyásra lesz szükség!"
5475
 
5476
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5477
  msgid "Register Button"
5478
  msgstr ""
5479
 
5480
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5481
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5482
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5483
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5484
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5487
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5488
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5489
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5490
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5491
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5492
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5493
  msgid "REGISTER"
5494
  msgstr "REGISZTRÁCIÓ"
5495
 
5496
+ #: app/libraries/main.php:4404
5497
  msgid "View Detail Button"
5498
  msgstr ""
5499
 
5500
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5501
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5502
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5503
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5504
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5505
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5506
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5507
+ #: app/skins/slider/render.php:299
5508
  msgid "View Detail"
5509
  msgstr ""
5510
 
5511
+ #: app/libraries/main.php:4405
5512
  msgid "Event Detail Button"
5513
  msgstr ""
5514
 
5515
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5516
  msgid "Event Detail"
5517
  msgstr ""
5518
 
5519
+ #: app/libraries/main.php:4407
5520
  msgid "More Info Link"
5521
  msgstr ""
5522
 
5523
+ #: app/libraries/main.php:4410
5524
  msgid "Ticket (Singular)"
5525
  msgstr ""
5526
 
5527
+ #: app/libraries/main.php:4411
5528
  msgid "Tickets (Plural)"
5529
  msgstr ""
5530
 
5531
+ #: app/libraries/main.php:4478
5532
  msgid "EventON"
5533
  msgstr ""
5534
 
5535
+ #: app/libraries/main.php:4479
5536
  msgid "The Events Calendar"
5537
  msgstr ""
5538
 
5539
+ #: app/libraries/main.php:4480
5540
  msgid "Events Schedule WP Plugin"
5541
  msgstr ""
5542
 
5543
+ #: app/libraries/main.php:4481
5544
  msgid "Calendarize It"
5545
  msgstr ""
5546
 
5547
+ #: app/libraries/main.php:4555
5548
  msgid "Confirmed"
5549
  msgstr ""
5550
 
5551
+ #: app/libraries/main.php:4556
5552
  msgid "Rejected"
5553
  msgstr ""
5554
 
5555
+ #: app/libraries/main.php:4557
5556
  msgid "Pending"
5557
  msgstr ""
5558
 
5559
+ #: app/libraries/main.php:4572
5560
  msgid "Waiting"
5561
  msgstr ""
5562
 
5644
  msgid "Free Booking"
5645
  msgstr ""
5646
 
5647
+ #: app/modules/booking/steps/form.php:162
5648
  msgid "Fill other attendees information like the first form."
5649
  msgstr ""
5650
 
5651
+ #: app/modules/booking/steps/form.php:175
5652
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5653
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5654
  msgid "Next"
5786
  msgid "View All"
5787
  msgstr ""
5788
 
5789
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
5790
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
5791
  #: app/skins/list/render.php:119
5792
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-it_IT.mo CHANGED
Binary file
languages/modern-events-calendar-lite-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -276,7 +276,7 @@ msgstr "Aggiungi Evento"
276
  msgid "Add New Event"
277
  msgstr "Aggiungi nuovo Evento"
278
 
279
- #: app/features/events.php:138 app/features/ix.php:3181
280
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
281
  msgid "No events found!"
282
  msgstr "Nessun evento trovato!"
@@ -308,7 +308,7 @@ msgstr "Nessun evento trovato nel cestino!"
308
  #: app/features/mec/meta_boxes/search_form.php:362
309
  #: app/features/mec/meta_boxes/search_form.php:416
310
  #: app/features/mec/meta_boxes/search_form.php:477
311
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
312
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
313
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
314
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -317,7 +317,7 @@ msgstr "Categoria"
317
 
318
  #: app/features/events.php:160 app/features/fes/form.php:522
319
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
320
- #: app/libraries/main.php:4372
321
  msgid "Categories"
322
  msgstr "Categorie"
323
 
@@ -391,14 +391,14 @@ msgstr "Dettaglio Evento"
391
 
392
  #: app/features/events.php:306 app/features/events.php:2609
393
  #: app/features/events.php:2651 app/features/fes/form.php:483
394
- #: app/features/ix.php:2719 app/features/ix.php:2760
395
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
396
  #: app/widgets/single.php:103
397
  msgid "Event Cost"
398
  msgstr "Costo Evento"
399
 
400
  #: app/features/events.php:309 app/features/fes/form.php:486
401
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
402
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
403
  #: app/skins/single/modern.php:187
404
  msgid "Cost"
@@ -425,10 +425,10 @@ msgstr "Nome"
425
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
426
  #: app/features/organizers.php:110 app/features/organizers.php:150
427
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
428
- #: app/features/speakers.php:179 app/libraries/main.php:1084
429
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
430
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
431
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
432
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
433
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
434
  #: app/skins/single/modern.php:38
@@ -442,8 +442,8 @@ msgstr "Data e Ora"
442
  #: app/features/events.php:419 app/features/events.php:423
443
  #: app/features/events.php:2431 app/features/events.php:2609
444
  #: app/features/events.php:2651 app/features/fes/form.php:227
445
- #: app/features/fes/form.php:231 app/features/ix.php:2719
446
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
447
  #: app/features/mec/dashboard.php:334
448
  #: app/features/mec/meta_boxes/display_options.php:42
449
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -478,8 +478,8 @@ msgstr "PM"
478
  #: app/features/events.php:500 app/features/events.php:504
479
  #: app/features/events.php:2432 app/features/events.php:2609
480
  #: app/features/events.php:2651 app/features/fes/form.php:267
481
- #: app/features/fes/form.php:271 app/features/ix.php:2719
482
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
483
  #: app/features/mec/dashboard.php:335
484
  msgid "End Date"
485
  msgstr "Data di fine"
@@ -749,7 +749,7 @@ msgstr "Escludi certi giorni"
749
 
750
  #: app/features/events.php:810 app/features/events.php:1819
751
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
752
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
753
  #: app/modules/booking/steps/tickets.php:22
754
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
755
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -793,8 +793,8 @@ msgstr ""
793
  #: app/features/events.php:981 app/features/events.php:1612
794
  #: app/features/events.php:1652 app/features/events.php:2428
795
  #: app/features/events.php:2609 app/features/events.php:2651
796
- #: app/features/fes/form.php:216 app/features/ix.php:2719
797
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
798
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
799
  msgid "Title"
800
  msgstr "Titolo"
@@ -808,14 +808,14 @@ msgstr "Titolo"
808
  #: app/features/events.php:1641 app/features/events.php:1681
809
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
810
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
811
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
812
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
813
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
814
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
815
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
816
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
817
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
818
- #: app/libraries/main.php:2546
819
  msgid "Remove"
820
  msgstr "Elimina"
821
 
@@ -843,7 +843,7 @@ msgstr "Descrizione"
843
  #: app/features/events.php:986 app/features/fes/form.php:615
844
  #: app/features/mec.php:324 app/features/mec/settings.php:78
845
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
846
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
847
  msgid "Speakers"
848
  msgstr ""
849
 
@@ -859,7 +859,7 @@ msgid "Event Links"
859
  msgstr "Link dell'evento"
860
 
861
  #: app/features/events.php:1015 app/features/events.php:1019
862
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
863
  msgid "Event Link"
864
  msgstr "Link dell'evento"
865
 
@@ -886,7 +886,7 @@ msgid "URL Shortener"
886
  msgstr ""
887
 
888
  #: app/features/events.php:1029 app/features/events.php:1038
889
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
890
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
891
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
892
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -942,7 +942,7 @@ msgid "Read About A Booking System"
942
  msgstr "Scegli lo stile del tuo singolo evento."
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Biglietto/ticket"
948
 
@@ -959,13 +959,13 @@ msgstr "Nome biglietto/ticket"
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
- #: app/features/ix.php:2719 app/features/ix.php:2760
963
  msgid "Start Time"
964
  msgstr "Ora di inizio"
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
- #: app/features/ix.php:2719 app/features/ix.php:2760
969
  msgid "End Time"
970
  msgstr "Ora di fine"
971
 
@@ -1089,48 +1089,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1092
- #: app/libraries/main.php:2137
1093
  #, fuzzy
1094
  #| msgid "Name"
1095
  msgid "MEC Name"
1096
  msgstr "Nome"
1097
 
1098
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1099
- #: app/libraries/main.php:2166
1100
  #, fuzzy
1101
  #| msgid "Email"
1102
  msgid "MEC Email"
1103
  msgstr "Email"
1104
 
1105
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1106
- #: app/libraries/main.php:2107
1107
  msgid "Text"
1108
  msgstr "Testo"
1109
 
1110
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1111
  #: app/features/organizers.php:102 app/features/organizers.php:146
1112
  #: app/features/speakers.php:111 app/features/speakers.php:175
1113
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1114
  msgid "Tel"
1115
  msgstr "Tel"
1116
 
1117
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1118
- #: app/libraries/main.php:2225
1119
  msgid "File"
1120
  msgstr ""
1121
 
1122
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1123
- #: app/libraries/main.php:2312
1124
  msgid "Textarea"
1125
  msgstr "Area di testo"
1126
 
1127
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1128
- #: app/libraries/main.php:2365
1129
  msgid "Checkboxes"
1130
  msgstr "Caselle di selezione"
1131
 
1132
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1133
- #: app/libraries/main.php:2409
1134
  msgid "Radio Buttons"
1135
  msgstr "Opzioni di selezione"
1136
 
@@ -1198,17 +1198,17 @@ msgstr "Opzioni di selezione"
1198
  #: app/features/mec/meta_boxes/search_form.php:569
1199
  #: app/features/mec/meta_boxes/search_form.php:576
1200
  #: app/features/mec/meta_boxes/search_form.php:583
1201
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1202
  msgid "Dropdown"
1203
  msgstr "Casella di selezione"
1204
 
1205
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1206
- #: app/libraries/main.php:2500
1207
  msgid "Agreement"
1208
  msgstr ""
1209
 
1210
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1211
- #: app/libraries/main.php:2341
1212
  msgid "Paragraph"
1213
  msgstr "Paragrafo"
1214
 
@@ -1231,8 +1231,8 @@ msgid "organizers"
1231
  msgstr ""
1232
 
1233
  #: app/features/events.php:2429 app/features/events.php:2609
1234
- #: app/features/events.php:2651 app/features/ix.php:2719
1235
- #: app/features/ix.php:2760 app/features/locations.php:58
1236
  #: app/features/locations.php:229 app/features/locations.php:286
1237
  #: app/features/locations.php:288 app/features/locations.php:297
1238
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1244,8 +1244,8 @@ msgstr ""
1244
  #: app/features/mec/meta_boxes/search_form.php:369
1245
  #: app/features/mec/meta_boxes/search_form.php:423
1246
  #: app/features/mec/meta_boxes/search_form.php:484
1247
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1248
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1249
  #: app/skins/single.php:255 app/skins/single/default.php:141
1250
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1251
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1253,8 +1253,8 @@ msgid "Location"
1253
  msgstr "Luogo"
1254
 
1255
  #: app/features/events.php:2430 app/features/events.php:2609
1256
- #: app/features/events.php:2651 app/features/ix.php:2719
1257
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1258
  #: app/features/mec/meta_boxes/display_options.php:819
1259
  #: app/features/mec/meta_boxes/search_form.php:45
1260
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1267,7 +1267,7 @@ msgstr "Luogo"
1267
  #: app/features/mec/meta_boxes/search_form.php:552
1268
  #: app/features/organizers.php:58 app/features/organizers.php:199
1269
  #: app/features/organizers.php:255 app/features/organizers.php:257
1270
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1271
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1272
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1273
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1307,14 +1307,14 @@ msgid "Duplicate"
1307
  msgstr "Duplica"
1308
 
1309
  #: app/features/events.php:2609 app/features/events.php:2651
1310
- #: app/features/ix.php:2719 app/features/ix.php:2760
1311
  #: app/features/labels.php:176 app/features/locations.php:228
1312
  #: app/features/organizers.php:198 app/features/speakers.php:241
1313
  msgid "ID"
1314
  msgstr "ID"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
- #: app/features/ix.php:2719 app/features/ix.php:2760
1318
  msgid "Link"
1319
  msgstr "Link"
1320
 
@@ -1420,7 +1420,7 @@ msgstr "Rimuovi immagine"
1420
 
1421
  #: app/features/fes/form.php:547 app/features/labels.php:61
1422
  #: app/features/labels.php:220 app/features/mec.php:317
1423
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1424
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1425
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1426
  msgid "Labels"
@@ -1484,78 +1484,78 @@ msgstr ""
1484
  msgid "The events are imported successfully!"
1485
  msgstr ""
1486
 
1487
- #: app/features/ix.php:756
1488
  msgid "Third Party plugin is not installed and activated!"
1489
  msgstr ""
1490
 
1491
- #: app/features/ix.php:781
1492
  msgid "Third Party plugin is invalid!"
1493
  msgstr ""
1494
 
1495
- #: app/features/ix.php:1926 app/features/ix.php:1984
1496
  msgid "Both of API key and Calendar ID are required!"
1497
  msgstr "Entrambe le chiavi API e ID Calendario sono richiesti!"
1498
 
1499
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1500
  msgid "Please select some events to import!"
1501
  msgstr "Si prega di selezionare degli eventi da importare!"
1502
 
1503
- #: app/features/ix.php:2340 app/features/ix.php:2403
1504
  #, fuzzy
1505
  #| msgid "Both of API key and Calendar ID are required!"
1506
  msgid "Both of API key and Group URL are required!"
1507
  msgstr "Entrambe le chiavi API e ID Calendario sono richiesti!"
1508
 
1509
- #: app/features/ix.php:2642
1510
  msgid "Check at Meetup"
1511
  msgstr ""
1512
 
1513
- #: app/features/ix.php:2719 app/features/ix.php:2760
1514
  msgid "Organizer Tel"
1515
  msgstr "Telefono organizzatore"
1516
 
1517
- #: app/features/ix.php:2719 app/features/ix.php:2760
1518
  msgid "Organizer Email"
1519
  msgstr "Email organizzatore"
1520
 
1521
- #: app/features/ix.php:2841
1522
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1523
  msgstr "Tutti gli ID Clienti, Client Secret e ID Calendario sono obbligatori!"
1524
 
1525
- #: app/features/ix.php:2864
1526
  #, php-format
1527
  msgid "All seems good! Please click %s for authenticating your app."
1528
  msgstr "Sembra tutto ok! Fai clic su% s per autenticare l'applicazione."
1529
 
1530
- #: app/features/ix.php:2918
1531
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1532
  msgstr ""
1533
  "Tutte le applicazioni Client, Client Secret e ID Calendario sono obbligatori!"
1534
 
1535
- #: app/features/ix.php:3117
1536
  #, php-format
1537
  msgid "%s events added to Google Calendar successfully."
1538
  msgstr "%s eventi aggiunti con successo dal calendario di Google."
1539
 
1540
- #: app/features/ix.php:3118
1541
  #, php-format
1542
  msgid "%s previously added events get updated."
1543
  msgstr "%s eventi precedentemente aggiunti vengono aggiornati."
1544
 
1545
- #: app/features/ix.php:3119
1546
  #, php-format
1547
  msgid "%s events failed to add for following reasons: %s"
1548
  msgstr ""
1549
  "%s eventi non sono stati aggiornati, è fallita l'importazione per diverse "
1550
  "ragioni: %s"
1551
 
1552
- #: app/features/ix.php:3151
1553
  #, fuzzy
1554
  #| msgid "Please insert your facebook page's link."
1555
  msgid "Please insert your Facebook page's link."
1556
  msgstr "Si prega di inserire il link della vostra pagina Facebook."
1557
 
1558
- #: app/features/ix.php:3160
1559
  #, fuzzy
1560
  #| msgid ""
1561
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
@@ -1567,11 +1567,11 @@ msgstr ""
1567
  "Non riusciamo ad accedere alla vostra pagina Facebook. Si prega di "
1568
  "verificare e inserire una pagina valida."
1569
 
1570
- #: app/features/ix.php:3192
1571
  msgid "Please insert your facebook page's link."
1572
  msgstr "Si prega di inserire il link della vostra pagina Facebook."
1573
 
1574
- #: app/features/ix.php:3197
1575
  msgid ""
1576
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1577
  "valid facebook page link."
@@ -2146,7 +2146,7 @@ msgstr ""
2146
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2147
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2148
  #: app/skins/monthly_view/calendar_clean.php:81
2149
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2150
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2151
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2152
  #, fuzzy
@@ -2155,14 +2155,14 @@ msgid "Featured"
2155
  msgstr "Immagine in evidenza"
2156
 
2157
  #: app/features/labels.php:117 app/features/labels.php:142
2158
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2159
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2160
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2161
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2162
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2163
  #: app/skins/monthly_view/calendar.php:84
2164
  #: app/skins/monthly_view/calendar_clean.php:85
2165
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2166
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2167
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2168
  msgid "Canceled"
@@ -2190,7 +2190,7 @@ msgstr ""
2190
 
2191
  #: app/features/locations.php:59 app/features/mec.php:318
2192
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2193
- #: app/libraries/main.php:4376
2194
  msgid "Locations"
2195
  msgstr "Luoghi"
2196
 
@@ -2297,7 +2297,7 @@ msgstr "Seleziona immagine"
2297
  msgid "Don't show map in single event page"
2298
  msgstr "Non mostrare la mappa nella pagina dell'evento singolo"
2299
 
2300
- #: app/features/locations.php:361 app/libraries/main.php:4410
2301
  #, fuzzy
2302
  #| msgid "Search Locations"
2303
  msgid "Other Locations"
@@ -2353,7 +2353,7 @@ msgstr "Supporto"
2353
 
2354
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2355
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2356
- #: app/libraries/main.php:4378
2357
  msgid "Organizers"
2358
  msgstr "Organizzatori"
2359
 
@@ -2372,7 +2372,7 @@ msgstr "Impostazioni Calendario"
2372
  msgid "MEC - Addons"
2373
  msgstr "Impostazioni Calendario"
2374
 
2375
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2376
  msgid "Addons"
2377
  msgstr ""
2378
 
@@ -2428,30 +2428,30 @@ msgstr ""
2428
  msgid "Modal 1"
2429
  msgstr ""
2430
 
2431
- #: app/features/mec/addons.php:18
2432
  msgid "How to Purchase"
2433
  msgstr ""
2434
 
2435
- #: app/features/mec/addons.php:19
2436
  msgid "Install Addons"
2437
  msgstr ""
2438
 
2439
- #: app/features/mec/addons.php:22
2440
  msgid ""
2441
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2442
  "however, you cannot install and use them on the Lite version too."
2443
  msgstr ""
2444
 
2445
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2446
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2447
  msgid "Version"
2448
  msgstr "Versione"
2449
 
2450
- #: app/features/mec/addons.php:80
2451
  msgid "Coming Soon"
2452
  msgstr ""
2453
 
2454
- #: app/features/mec/addons.php:91
2455
  msgid ""
2456
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2457
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -3006,15 +3006,15 @@ msgstr "Visualizzazione predefinita"
3006
 
3007
  #: app/features/mec/meta_boxes/display_options.php:414
3008
  #: app/features/mec/meta_boxes/display_options.php:431
3009
- #: app/libraries/main.php:329 app/libraries/main.php:1198
3010
- #: app/libraries/main.php:1223
3011
  msgid "List View"
3012
  msgstr "Visualizzazione Lista"
3013
 
3014
  #: app/features/mec/meta_boxes/display_options.php:415
3015
  #: app/features/mec/meta_boxes/display_options.php:441
3016
- #: app/libraries/main.php:333 app/libraries/main.php:1192
3017
- #: app/libraries/main.php:1217
3018
  msgid "Yearly View"
3019
  msgstr ""
3020
 
@@ -3025,15 +3025,15 @@ msgstr "Vista calendario mensile"
3025
 
3026
  #: app/features/mec/meta_boxes/display_options.php:417
3027
  #: app/features/mec/meta_boxes/display_options.php:473
3028
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3029
- #: app/libraries/main.php:1219
3030
  msgid "Weekly View"
3031
  msgstr "Visualizzazione settimanale"
3032
 
3033
  #: app/features/mec/meta_boxes/display_options.php:418
3034
  #: app/features/mec/meta_boxes/display_options.php:483
3035
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3036
- #: app/libraries/main.php:1220
3037
  msgid "Daily View"
3038
  msgstr "Visualizzazione giornaliera"
3039
 
@@ -3395,7 +3395,7 @@ msgstr "Disattivato"
3395
  #: app/features/mec/meta_boxes/search_form.php:437
3396
  #: app/features/mec/meta_boxes/search_form.php:498
3397
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3398
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3399
  #: app/libraries/skins.php:824
3400
  msgid "Speaker"
3401
  msgstr ""
@@ -3934,7 +3934,7 @@ msgid ""
3934
  msgstr ""
3935
 
3936
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3937
- #: app/libraries/main.php:4385
3938
  msgid "Weekdays"
3939
  msgstr "Settimanali"
3940
 
@@ -4687,7 +4687,7 @@ msgid ""
4687
  msgstr ""
4688
 
4689
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4690
- #: app/libraries/main.php:4567
4691
  msgid "Verified"
4692
  msgstr "Verificato"
4693
 
@@ -5248,7 +5248,7 @@ msgstr "es. mario@rossi.it"
5248
  msgid "eg. https://webnus.net"
5249
  msgstr "http://webnus.biz"
5250
 
5251
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5252
  #: app/skins/single.php:194
5253
  msgid "Other Organizers"
5254
  msgstr ""
@@ -5268,11 +5268,11 @@ msgstr "Si prega di %s/%s prima di inserire nuovi eventi."
5268
  msgid "#"
5269
  msgstr ""
5270
 
5271
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5272
  msgid "Status"
5273
  msgstr ""
5274
 
5275
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5276
  msgid "Attendees"
5277
  msgstr ""
5278
 
@@ -5285,8 +5285,8 @@ msgstr ""
5285
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5286
  msgstr ""
5287
 
5288
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5289
- #: app/libraries/main.php:4407
5290
  msgid "Ticket"
5291
  msgstr "Ticket"
5292
 
@@ -5336,7 +5336,7 @@ msgid "Insert URL of Facebook Page"
5336
  msgstr "Importa dal calendario Facebook"
5337
 
5338
  #: app/features/speakers.php:135 app/features/speakers.php:187
5339
- #: app/libraries/main.php:1080
5340
  msgid "Google+"
5341
  msgstr "Google+"
5342
 
@@ -5441,38 +5441,38 @@ msgstr ""
5441
  msgid "There is no excerpt because this is a protected post."
5442
  msgstr "Il riassunto non è disponibile perché l'articolo è protetto."
5443
 
5444
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5445
- #: app/libraries/main.php:1224
5446
  msgid "Grid View"
5447
  msgstr "Visualizzazione Griglia"
5448
 
5449
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5450
- #: app/libraries/main.php:1225
5451
  msgid "Agenda View"
5452
  msgstr ""
5453
 
5454
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5455
- #: app/libraries/main.php:1216
5456
  msgid "Full Calendar"
5457
  msgstr "Calendario completo"
5458
 
5459
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5460
- #: app/libraries/main.php:1218
5461
  msgid "Calendar/Monthly View"
5462
  msgstr "Calendario/Visualizzazione mensile"
5463
 
5464
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5465
- #: app/libraries/main.php:1221
5466
  msgid "Timetable View"
5467
  msgstr ""
5468
 
5469
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5470
- #: app/libraries/main.php:1222
5471
  msgid "Masonry View"
5472
  msgstr ""
5473
 
5474
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5475
- #: app/libraries/main.php:1226
5476
  msgid "Map View"
5477
  msgstr "Visualizzazione mappa"
5478
 
@@ -5496,304 +5496,304 @@ msgstr "Visualizza carosello"
5496
  msgid "Slider View"
5497
  msgstr "Visualizza slider"
5498
 
5499
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5500
  msgid "SU"
5501
  msgstr "D"
5502
 
5503
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5504
  msgid "MO"
5505
  msgstr "L"
5506
 
5507
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5508
  msgid "TU"
5509
  msgstr "M"
5510
 
5511
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5512
  msgid "WE"
5513
  msgstr "M"
5514
 
5515
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5516
  msgid "TH"
5517
  msgstr "G"
5518
 
5519
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5520
  msgid "FR"
5521
  msgstr "V"
5522
 
5523
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5524
  msgid "SA"
5525
  msgstr "S"
5526
 
5527
- #: app/libraries/main.php:1038
5528
  msgid "Events at this location"
5529
  msgstr "Eventi in questo luogo"
5530
 
5531
- #: app/libraries/main.php:1038
5532
  msgid "Event at this location"
5533
  msgstr "Evento in questo luogo"
5534
 
5535
- #: app/libraries/main.php:1079
5536
  msgid "Facebook"
5537
  msgstr "Facebook"
5538
 
5539
- #: app/libraries/main.php:1081
5540
  msgid "Twitter"
5541
  msgstr "Twitter"
5542
 
5543
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5544
  msgid "Linkedin"
5545
  msgstr "Linkedin"
5546
 
5547
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5548
  msgid "VK"
5549
  msgstr ""
5550
 
5551
- #: app/libraries/main.php:1102
5552
  msgid "Share on Facebook"
5553
  msgstr "Condividi su Facebook"
5554
 
5555
- #: app/libraries/main.php:1117
5556
  msgid "Google Plus"
5557
  msgstr "Google Plus"
5558
 
5559
- #: app/libraries/main.php:1132
5560
  msgid "Tweet"
5561
  msgstr "Tweet"
5562
 
5563
- #: app/libraries/main.php:1202
5564
  #, fuzzy
5565
  #| msgid "Shortcode"
5566
  msgid "Custom Shortcode"
5567
  msgstr "Shortcode"
5568
 
5569
- #: app/libraries/main.php:1561
5570
  msgid "Your booking successfully verified."
5571
  msgstr "La tua prenotazione è stata verificata correttamente."
5572
 
5573
- #: app/libraries/main.php:1562
5574
  msgid "Your booking cannot verify!"
5575
  msgstr "La tua prenotazione non può essere verificata!"
5576
 
5577
- #: app/libraries/main.php:1574
5578
  msgid "Your booking successfully canceled."
5579
  msgstr "La tua prenotazione è stata cancellata correttamente."
5580
 
5581
- #: app/libraries/main.php:1575
5582
  msgid "Your booking cannot be canceled."
5583
  msgstr "La tua prenotazione non può essere cancellata."
5584
 
5585
- #: app/libraries/main.php:1579
5586
  msgid "You canceled the payment successfully."
5587
  msgstr "Hai annullato correttamente il pagamento."
5588
 
5589
- #: app/libraries/main.php:1583
5590
  msgid "You returned from payment gateway successfully."
5591
  msgstr "Procedura di pagamento avvenuta correttamente."
5592
 
5593
- #: app/libraries/main.php:1607
5594
  msgid "Cannot find the booking!"
5595
  msgstr ""
5596
 
5597
- #: app/libraries/main.php:1607
5598
  msgid "Booking is invalid."
5599
  msgstr ""
5600
 
5601
- #: app/libraries/main.php:1636
5602
  #, php-format
5603
  msgid "%s Invoice"
5604
  msgstr ""
5605
 
5606
- #: app/libraries/main.php:1657
5607
  msgid "Transaction ID"
5608
  msgstr "ID Transazione"
5609
 
5610
- #: app/libraries/main.php:1710
5611
  msgid "Billing"
5612
  msgstr ""
5613
 
5614
- #: app/libraries/main.php:1721
5615
  msgid "Total"
5616
  msgstr ""
5617
 
5618
- #: app/libraries/main.php:1754
5619
  msgid "Security nonce is not valid."
5620
  msgstr "Token di sicurezza non valido."
5621
 
5622
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5623
  msgid "iCal export stopped!"
5624
  msgstr "esportazione iCal annullata!"
5625
 
5626
- #: app/libraries/main.php:1786
5627
  #, fuzzy
5628
  #| msgid "Request is invalid!"
5629
  msgid "Request is not valid."
5630
  msgstr "Richiesta non valida!"
5631
 
5632
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5633
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5634
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5635
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5636
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5637
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5638
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5639
  msgid "Sort"
5640
  msgstr "Ordina"
5641
 
5642
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5643
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5644
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5645
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5646
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5647
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5648
  msgid "Required Field"
5649
  msgstr "Campo obbligatorio"
5650
 
5651
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5652
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5653
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5654
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5655
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5656
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5657
  msgid "Insert a label for this field"
5658
  msgstr "Inserisci una etichetta per questo campo"
5659
 
5660
- #: app/libraries/main.php:2346
5661
  msgid "HTML and shortcode are allowed."
5662
  msgstr "HTML e shortcode sono ammessi."
5663
 
5664
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5665
- #: app/libraries/main.php:2477
5666
  msgid "Option"
5667
  msgstr "Opzione"
5668
 
5669
- #: app/libraries/main.php:2511
5670
  #, php-format
5671
  msgid "Instead of %s, the page title with a link will be show."
5672
  msgstr ""
5673
 
5674
- #: app/libraries/main.php:2513
5675
  msgid "Agreement Page"
5676
  msgstr ""
5677
 
5678
- #: app/libraries/main.php:2524
5679
  msgid "Checked by default"
5680
  msgstr ""
5681
 
5682
- #: app/libraries/main.php:2525
5683
  msgid "Unchecked by default"
5684
  msgstr ""
5685
 
5686
- #: app/libraries/main.php:2547
5687
  msgid "Insert a label for this option"
5688
  msgstr "Inserisci una etichetta per questa opzione"
5689
 
5690
- #: app/libraries/main.php:2562
5691
  msgid "Free"
5692
  msgstr "Gratuito"
5693
 
5694
- #: app/libraries/main.php:3214
5695
  #, php-format
5696
  msgid "Copy of %s"
5697
  msgstr "Copia di %s"
5698
 
5699
- #: app/libraries/main.php:3877
5700
  msgid "Booked an event."
5701
  msgstr "Prenotato un evento."
5702
 
5703
- #: app/libraries/main.php:3918
5704
  #, php-format
5705
  msgid "%s booked %s event."
5706
  msgstr "%s ha prenotato l'evento %s."
5707
 
5708
- #: app/libraries/main.php:4370
5709
  msgid "Taxonomies"
5710
  msgstr ""
5711
 
5712
- #: app/libraries/main.php:4372
5713
  msgid "Category Plural Label"
5714
  msgstr ""
5715
 
5716
- #: app/libraries/main.php:4373
5717
  msgid "Category Singular Label"
5718
  msgstr ""
5719
 
5720
- #: app/libraries/main.php:4374
5721
  msgid "Label Plural Label"
5722
  msgstr ""
5723
 
5724
- #: app/libraries/main.php:4375
5725
  msgid "Label Singular Label"
5726
  msgstr ""
5727
 
5728
- #: app/libraries/main.php:4375
5729
  msgid "label"
5730
  msgstr ""
5731
 
5732
- #: app/libraries/main.php:4376
5733
  msgid "Location Plural Label"
5734
  msgstr ""
5735
 
5736
- #: app/libraries/main.php:4377
5737
  msgid "Location Singular Label"
5738
  msgstr ""
5739
 
5740
- #: app/libraries/main.php:4378
5741
  msgid "Organizer Plural Label"
5742
  msgstr ""
5743
 
5744
- #: app/libraries/main.php:4379
5745
  msgid "Organizer Singular Label"
5746
  msgstr ""
5747
 
5748
- #: app/libraries/main.php:4380
5749
  #, fuzzy
5750
  #| msgid "Search Labels"
5751
  msgid "Speaker Plural Label"
5752
  msgstr "Cerca etichette"
5753
 
5754
- #: app/libraries/main.php:4381
5755
  #, fuzzy
5756
  #| msgid "Popular Labels"
5757
  msgid "Speaker Singular Label"
5758
  msgstr "Etichette frequenti"
5759
 
5760
- #: app/libraries/main.php:4387
5761
  msgid "Sunday abbreviation"
5762
  msgstr ""
5763
 
5764
- #: app/libraries/main.php:4388
5765
  msgid "Monday abbreviation"
5766
  msgstr ""
5767
 
5768
- #: app/libraries/main.php:4389
5769
  msgid "Tuesday abbreviation"
5770
  msgstr ""
5771
 
5772
- #: app/libraries/main.php:4390
5773
  msgid "Wednesday abbreviation"
5774
  msgstr ""
5775
 
5776
- #: app/libraries/main.php:4391
5777
  msgid "Thursday abbreviation"
5778
  msgstr ""
5779
 
5780
- #: app/libraries/main.php:4392
5781
  msgid "Friday abbreviation"
5782
  msgstr ""
5783
 
5784
- #: app/libraries/main.php:4393
5785
  msgid "Saturday abbreviation"
5786
  msgstr ""
5787
 
5788
- #: app/libraries/main.php:4397
5789
  msgid "Others"
5790
  msgstr ""
5791
 
5792
- #: app/libraries/main.php:4399
5793
  msgid "Booking Success Message"
5794
  msgstr ""
5795
 
5796
- #: app/libraries/main.php:4399
5797
  msgid ""
5798
  "Thanks for your booking. Your tickets booked, booking verification might be "
5799
  "needed, please check your email."
@@ -5802,12 +5802,12 @@ msgstr ""
5802
  "essere necessario la verifica della prenotazione, si prega di controllare la "
5803
  "posta elettronica."
5804
 
5805
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5806
  msgid "Register Button"
5807
  msgstr ""
5808
 
5809
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5810
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5811
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5812
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5813
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5816,76 +5816,76 @@ msgstr ""
5816
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5817
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5818
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5819
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5820
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5821
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5822
  msgid "REGISTER"
5823
  msgstr "REGISTRA"
5824
 
5825
- #: app/libraries/main.php:4401
5826
  msgid "View Detail Button"
5827
  msgstr ""
5828
 
5829
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5830
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5831
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5832
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5833
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5834
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5835
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5836
- #: app/skins/slider/render.php:305
5837
  msgid "View Detail"
5838
  msgstr "Visualizza dettaglio"
5839
 
5840
- #: app/libraries/main.php:4402
5841
  msgid "Event Detail Button"
5842
  msgstr ""
5843
 
5844
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5845
  msgid "Event Detail"
5846
  msgstr "Dettaglio evento"
5847
 
5848
- #: app/libraries/main.php:4404
5849
  msgid "More Info Link"
5850
  msgstr ""
5851
 
5852
- #: app/libraries/main.php:4407
5853
  msgid "Ticket (Singular)"
5854
  msgstr ""
5855
 
5856
- #: app/libraries/main.php:4408
5857
  msgid "Tickets (Plural)"
5858
  msgstr ""
5859
 
5860
- #: app/libraries/main.php:4475
5861
  msgid "EventON"
5862
  msgstr ""
5863
 
5864
- #: app/libraries/main.php:4476
5865
  msgid "The Events Calendar"
5866
  msgstr ""
5867
 
5868
- #: app/libraries/main.php:4477
5869
  msgid "Events Schedule WP Plugin"
5870
  msgstr ""
5871
 
5872
- #: app/libraries/main.php:4478
5873
  msgid "Calendarize It"
5874
  msgstr ""
5875
 
5876
- #: app/libraries/main.php:4552
5877
  msgid "Confirmed"
5878
  msgstr "Confermato"
5879
 
5880
- #: app/libraries/main.php:4553
5881
  msgid "Rejected"
5882
  msgstr "Rifiutato"
5883
 
5884
- #: app/libraries/main.php:4554
5885
  msgid "Pending"
5886
  msgstr "In attesa"
5887
 
5888
- #: app/libraries/main.php:4569
5889
  msgid "Waiting"
5890
  msgstr "In attesa"
5891
 
@@ -5973,11 +5973,11 @@ msgstr "Applica Coupon"
5973
  msgid "Free Booking"
5974
  msgstr ""
5975
 
5976
- #: app/modules/booking/steps/form.php:158
5977
  msgid "Fill other attendees information like the first form."
5978
  msgstr ""
5979
 
5980
- #: app/modules/booking/steps/form.php:172
5981
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5982
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5983
  msgid "Next"
@@ -6117,7 +6117,7 @@ msgstr ""
6117
  msgid "View All"
6118
  msgstr "Visualizza Etichetta"
6119
 
6120
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6121
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6122
  #: app/skins/list/render.php:119
6123
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:08+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:09+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
276
  msgid "Add New Event"
277
  msgstr "Aggiungi nuovo Evento"
278
 
279
+ #: app/features/events.php:138 app/features/ix.php:3202
280
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
281
  msgid "No events found!"
282
  msgstr "Nessun evento trovato!"
308
  #: app/features/mec/meta_boxes/search_form.php:362
309
  #: app/features/mec/meta_boxes/search_form.php:416
310
  #: app/features/mec/meta_boxes/search_form.php:477
311
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
312
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
313
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
314
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
317
 
318
  #: app/features/events.php:160 app/features/fes/form.php:522
319
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
320
+ #: app/libraries/main.php:4375
321
  msgid "Categories"
322
  msgstr "Categorie"
323
 
391
 
392
  #: app/features/events.php:306 app/features/events.php:2609
393
  #: app/features/events.php:2651 app/features/fes/form.php:483
394
+ #: app/features/ix.php:2740 app/features/ix.php:2781
395
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
396
  #: app/widgets/single.php:103
397
  msgid "Event Cost"
398
  msgstr "Costo Evento"
399
 
400
  #: app/features/events.php:309 app/features/fes/form.php:486
401
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
402
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
403
  #: app/skins/single/modern.php:187
404
  msgid "Cost"
425
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
426
  #: app/features/organizers.php:110 app/features/organizers.php:150
427
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
428
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
429
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
430
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
431
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
432
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
433
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
434
  #: app/skins/single/modern.php:38
442
  #: app/features/events.php:419 app/features/events.php:423
443
  #: app/features/events.php:2431 app/features/events.php:2609
444
  #: app/features/events.php:2651 app/features/fes/form.php:227
445
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
446
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
447
  #: app/features/mec/dashboard.php:334
448
  #: app/features/mec/meta_boxes/display_options.php:42
449
  #: app/features/mec/meta_boxes/display_options.php:184
478
  #: app/features/events.php:500 app/features/events.php:504
479
  #: app/features/events.php:2432 app/features/events.php:2609
480
  #: app/features/events.php:2651 app/features/fes/form.php:267
481
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
482
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
483
  #: app/features/mec/dashboard.php:335
484
  msgid "End Date"
485
  msgstr "Data di fine"
749
 
750
  #: app/features/events.php:810 app/features/events.php:1819
751
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
752
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
753
  #: app/modules/booking/steps/tickets.php:22
754
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
755
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
793
  #: app/features/events.php:981 app/features/events.php:1612
794
  #: app/features/events.php:1652 app/features/events.php:2428
795
  #: app/features/events.php:2609 app/features/events.php:2651
796
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
797
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
798
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
799
  msgid "Title"
800
  msgstr "Titolo"
808
  #: app/features/events.php:1641 app/features/events.php:1681
809
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
810
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
811
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
812
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
813
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
814
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
815
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
816
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
817
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
818
+ #: app/libraries/main.php:2549
819
  msgid "Remove"
820
  msgstr "Elimina"
821
 
843
  #: app/features/events.php:986 app/features/fes/form.php:615
844
  #: app/features/mec.php:324 app/features/mec/settings.php:78
845
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
846
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
847
  msgid "Speakers"
848
  msgstr ""
849
 
859
  msgstr "Link dell'evento"
860
 
861
  #: app/features/events.php:1015 app/features/events.php:1019
862
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
863
  msgid "Event Link"
864
  msgstr "Link dell'evento"
865
 
886
  msgstr ""
887
 
888
  #: app/features/events.php:1029 app/features/events.php:1038
889
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
890
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
891
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
892
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
942
  msgstr "Scegli lo stile del tuo singolo evento."
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Biglietto/ticket"
948
 
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
+ #: app/features/ix.php:2740 app/features/ix.php:2781
963
  msgid "Start Time"
964
  msgstr "Ora di inizio"
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
+ #: app/features/ix.php:2740 app/features/ix.php:2781
969
  msgid "End Time"
970
  msgstr "Ora di fine"
971
 
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1092
+ #: app/libraries/main.php:2140
1093
  #, fuzzy
1094
  #| msgid "Name"
1095
  msgid "MEC Name"
1096
  msgstr "Nome"
1097
 
1098
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1099
+ #: app/libraries/main.php:2169
1100
  #, fuzzy
1101
  #| msgid "Email"
1102
  msgid "MEC Email"
1103
  msgstr "Email"
1104
 
1105
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1106
+ #: app/libraries/main.php:2110
1107
  msgid "Text"
1108
  msgstr "Testo"
1109
 
1110
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1111
  #: app/features/organizers.php:102 app/features/organizers.php:146
1112
  #: app/features/speakers.php:111 app/features/speakers.php:175
1113
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1114
  msgid "Tel"
1115
  msgstr "Tel"
1116
 
1117
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1118
+ #: app/libraries/main.php:2228
1119
  msgid "File"
1120
  msgstr ""
1121
 
1122
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1123
+ #: app/libraries/main.php:2315
1124
  msgid "Textarea"
1125
  msgstr "Area di testo"
1126
 
1127
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1128
+ #: app/libraries/main.php:2368
1129
  msgid "Checkboxes"
1130
  msgstr "Caselle di selezione"
1131
 
1132
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1133
+ #: app/libraries/main.php:2412
1134
  msgid "Radio Buttons"
1135
  msgstr "Opzioni di selezione"
1136
 
1198
  #: app/features/mec/meta_boxes/search_form.php:569
1199
  #: app/features/mec/meta_boxes/search_form.php:576
1200
  #: app/features/mec/meta_boxes/search_form.php:583
1201
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1202
  msgid "Dropdown"
1203
  msgstr "Casella di selezione"
1204
 
1205
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1206
+ #: app/libraries/main.php:2503
1207
  msgid "Agreement"
1208
  msgstr ""
1209
 
1210
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1211
+ #: app/libraries/main.php:2344
1212
  msgid "Paragraph"
1213
  msgstr "Paragrafo"
1214
 
1231
  msgstr ""
1232
 
1233
  #: app/features/events.php:2429 app/features/events.php:2609
1234
+ #: app/features/events.php:2651 app/features/ix.php:2740
1235
+ #: app/features/ix.php:2781 app/features/locations.php:58
1236
  #: app/features/locations.php:229 app/features/locations.php:286
1237
  #: app/features/locations.php:288 app/features/locations.php:297
1238
  #: app/features/mec/meta_boxes/display_options.php:818
1244
  #: app/features/mec/meta_boxes/search_form.php:369
1245
  #: app/features/mec/meta_boxes/search_form.php:423
1246
  #: app/features/mec/meta_boxes/search_form.php:484
1247
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1248
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1249
  #: app/skins/single.php:255 app/skins/single/default.php:141
1250
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1251
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1253
  msgstr "Luogo"
1254
 
1255
  #: app/features/events.php:2430 app/features/events.php:2609
1256
+ #: app/features/events.php:2651 app/features/ix.php:2740
1257
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1258
  #: app/features/mec/meta_boxes/display_options.php:819
1259
  #: app/features/mec/meta_boxes/search_form.php:45
1260
  #: app/features/mec/meta_boxes/search_form.php:106
1267
  #: app/features/mec/meta_boxes/search_form.php:552
1268
  #: app/features/organizers.php:58 app/features/organizers.php:199
1269
  #: app/features/organizers.php:255 app/features/organizers.php:257
1270
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1271
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1272
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1273
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1307
  msgstr "Duplica"
1308
 
1309
  #: app/features/events.php:2609 app/features/events.php:2651
1310
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1311
  #: app/features/labels.php:176 app/features/locations.php:228
1312
  #: app/features/organizers.php:198 app/features/speakers.php:241
1313
  msgid "ID"
1314
  msgstr "ID"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1318
  msgid "Link"
1319
  msgstr "Link"
1320
 
1420
 
1421
  #: app/features/fes/form.php:547 app/features/labels.php:61
1422
  #: app/features/labels.php:220 app/features/mec.php:317
1423
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1424
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1425
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1426
  msgid "Labels"
1484
  msgid "The events are imported successfully!"
1485
  msgstr ""
1486
 
1487
+ #: app/features/ix.php:780
1488
  msgid "Third Party plugin is not installed and activated!"
1489
  msgstr ""
1490
 
1491
+ #: app/features/ix.php:800
1492
  msgid "Third Party plugin is invalid!"
1493
  msgstr ""
1494
 
1495
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1496
  msgid "Both of API key and Calendar ID are required!"
1497
  msgstr "Entrambe le chiavi API e ID Calendario sono richiesti!"
1498
 
1499
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1500
  msgid "Please select some events to import!"
1501
  msgstr "Si prega di selezionare degli eventi da importare!"
1502
 
1503
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1504
  #, fuzzy
1505
  #| msgid "Both of API key and Calendar ID are required!"
1506
  msgid "Both of API key and Group URL are required!"
1507
  msgstr "Entrambe le chiavi API e ID Calendario sono richiesti!"
1508
 
1509
+ #: app/features/ix.php:2663
1510
  msgid "Check at Meetup"
1511
  msgstr ""
1512
 
1513
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1514
  msgid "Organizer Tel"
1515
  msgstr "Telefono organizzatore"
1516
 
1517
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1518
  msgid "Organizer Email"
1519
  msgstr "Email organizzatore"
1520
 
1521
+ #: app/features/ix.php:2862
1522
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1523
  msgstr "Tutti gli ID Clienti, Client Secret e ID Calendario sono obbligatori!"
1524
 
1525
+ #: app/features/ix.php:2885
1526
  #, php-format
1527
  msgid "All seems good! Please click %s for authenticating your app."
1528
  msgstr "Sembra tutto ok! Fai clic su% s per autenticare l'applicazione."
1529
 
1530
+ #: app/features/ix.php:2939
1531
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1532
  msgstr ""
1533
  "Tutte le applicazioni Client, Client Secret e ID Calendario sono obbligatori!"
1534
 
1535
+ #: app/features/ix.php:3138
1536
  #, php-format
1537
  msgid "%s events added to Google Calendar successfully."
1538
  msgstr "%s eventi aggiunti con successo dal calendario di Google."
1539
 
1540
+ #: app/features/ix.php:3139
1541
  #, php-format
1542
  msgid "%s previously added events get updated."
1543
  msgstr "%s eventi precedentemente aggiunti vengono aggiornati."
1544
 
1545
+ #: app/features/ix.php:3140
1546
  #, php-format
1547
  msgid "%s events failed to add for following reasons: %s"
1548
  msgstr ""
1549
  "%s eventi non sono stati aggiornati, è fallita l'importazione per diverse "
1550
  "ragioni: %s"
1551
 
1552
+ #: app/features/ix.php:3172
1553
  #, fuzzy
1554
  #| msgid "Please insert your facebook page's link."
1555
  msgid "Please insert your Facebook page's link."
1556
  msgstr "Si prega di inserire il link della vostra pagina Facebook."
1557
 
1558
+ #: app/features/ix.php:3181
1559
  #, fuzzy
1560
  #| msgid ""
1561
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
1567
  "Non riusciamo ad accedere alla vostra pagina Facebook. Si prega di "
1568
  "verificare e inserire una pagina valida."
1569
 
1570
+ #: app/features/ix.php:3213
1571
  msgid "Please insert your facebook page's link."
1572
  msgstr "Si prega di inserire il link della vostra pagina Facebook."
1573
 
1574
+ #: app/features/ix.php:3218
1575
  msgid ""
1576
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1577
  "valid facebook page link."
2146
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2147
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2148
  #: app/skins/monthly_view/calendar_clean.php:81
2149
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2150
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2151
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2152
  #, fuzzy
2155
  msgstr "Immagine in evidenza"
2156
 
2157
  #: app/features/labels.php:117 app/features/labels.php:142
2158
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2159
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2160
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2161
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2162
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2163
  #: app/skins/monthly_view/calendar.php:84
2164
  #: app/skins/monthly_view/calendar_clean.php:85
2165
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2166
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2167
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2168
  msgid "Canceled"
2190
 
2191
  #: app/features/locations.php:59 app/features/mec.php:318
2192
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2193
+ #: app/libraries/main.php:4379
2194
  msgid "Locations"
2195
  msgstr "Luoghi"
2196
 
2297
  msgid "Don't show map in single event page"
2298
  msgstr "Non mostrare la mappa nella pagina dell'evento singolo"
2299
 
2300
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2301
  #, fuzzy
2302
  #| msgid "Search Locations"
2303
  msgid "Other Locations"
2353
 
2354
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2355
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2356
+ #: app/libraries/main.php:4381
2357
  msgid "Organizers"
2358
  msgstr "Organizzatori"
2359
 
2372
  msgid "MEC - Addons"
2373
  msgstr "Impostazioni Calendario"
2374
 
2375
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2376
  msgid "Addons"
2377
  msgstr ""
2378
 
2428
  msgid "Modal 1"
2429
  msgstr ""
2430
 
2431
+ #: app/features/mec/addons.php:24
2432
  msgid "How to Purchase"
2433
  msgstr ""
2434
 
2435
+ #: app/features/mec/addons.php:25
2436
  msgid "Install Addons"
2437
  msgstr ""
2438
 
2439
+ #: app/features/mec/addons.php:28
2440
  msgid ""
2441
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2442
  "however, you cannot install and use them on the Lite version too."
2443
  msgstr ""
2444
 
2445
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2446
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2447
  msgid "Version"
2448
  msgstr "Versione"
2449
 
2450
+ #: app/features/mec/addons.php:86
2451
  msgid "Coming Soon"
2452
  msgstr ""
2453
 
2454
+ #: app/features/mec/addons.php:97
2455
  msgid ""
2456
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2457
  "functions are <strong>not activated</strong> on your server. Please contact "
3006
 
3007
  #: app/features/mec/meta_boxes/display_options.php:414
3008
  #: app/features/mec/meta_boxes/display_options.php:431
3009
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
3010
+ #: app/libraries/main.php:1226
3011
  msgid "List View"
3012
  msgstr "Visualizzazione Lista"
3013
 
3014
  #: app/features/mec/meta_boxes/display_options.php:415
3015
  #: app/features/mec/meta_boxes/display_options.php:441
3016
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
3017
+ #: app/libraries/main.php:1220
3018
  msgid "Yearly View"
3019
  msgstr ""
3020
 
3025
 
3026
  #: app/features/mec/meta_boxes/display_options.php:417
3027
  #: app/features/mec/meta_boxes/display_options.php:473
3028
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3029
+ #: app/libraries/main.php:1222
3030
  msgid "Weekly View"
3031
  msgstr "Visualizzazione settimanale"
3032
 
3033
  #: app/features/mec/meta_boxes/display_options.php:418
3034
  #: app/features/mec/meta_boxes/display_options.php:483
3035
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3036
+ #: app/libraries/main.php:1223
3037
  msgid "Daily View"
3038
  msgstr "Visualizzazione giornaliera"
3039
 
3395
  #: app/features/mec/meta_boxes/search_form.php:437
3396
  #: app/features/mec/meta_boxes/search_form.php:498
3397
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3398
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3399
  #: app/libraries/skins.php:824
3400
  msgid "Speaker"
3401
  msgstr ""
3934
  msgstr ""
3935
 
3936
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3937
+ #: app/libraries/main.php:4388
3938
  msgid "Weekdays"
3939
  msgstr "Settimanali"
3940
 
4687
  msgstr ""
4688
 
4689
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4690
+ #: app/libraries/main.php:4570
4691
  msgid "Verified"
4692
  msgstr "Verificato"
4693
 
5248
  msgid "eg. https://webnus.net"
5249
  msgstr "http://webnus.biz"
5250
 
5251
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5252
  #: app/skins/single.php:194
5253
  msgid "Other Organizers"
5254
  msgstr ""
5268
  msgid "#"
5269
  msgstr ""
5270
 
5271
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5272
  msgid "Status"
5273
  msgstr ""
5274
 
5275
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5276
  msgid "Attendees"
5277
  msgstr ""
5278
 
5285
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5286
  msgstr ""
5287
 
5288
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5289
+ #: app/libraries/main.php:4410
5290
  msgid "Ticket"
5291
  msgstr "Ticket"
5292
 
5336
  msgstr "Importa dal calendario Facebook"
5337
 
5338
  #: app/features/speakers.php:135 app/features/speakers.php:187
5339
+ #: app/libraries/main.php:1083
5340
  msgid "Google+"
5341
  msgstr "Google+"
5342
 
5441
  msgid "There is no excerpt because this is a protected post."
5442
  msgstr "Il riassunto non è disponibile perché l'articolo è protetto."
5443
 
5444
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5445
+ #: app/libraries/main.php:1227
5446
  msgid "Grid View"
5447
  msgstr "Visualizzazione Griglia"
5448
 
5449
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5450
+ #: app/libraries/main.php:1228
5451
  msgid "Agenda View"
5452
  msgstr ""
5453
 
5454
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5455
+ #: app/libraries/main.php:1219
5456
  msgid "Full Calendar"
5457
  msgstr "Calendario completo"
5458
 
5459
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5460
+ #: app/libraries/main.php:1221
5461
  msgid "Calendar/Monthly View"
5462
  msgstr "Calendario/Visualizzazione mensile"
5463
 
5464
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5465
+ #: app/libraries/main.php:1224
5466
  msgid "Timetable View"
5467
  msgstr ""
5468
 
5469
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5470
+ #: app/libraries/main.php:1225
5471
  msgid "Masonry View"
5472
  msgstr ""
5473
 
5474
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5475
+ #: app/libraries/main.php:1229
5476
  msgid "Map View"
5477
  msgstr "Visualizzazione mappa"
5478
 
5496
  msgid "Slider View"
5497
  msgstr "Visualizza slider"
5498
 
5499
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5500
  msgid "SU"
5501
  msgstr "D"
5502
 
5503
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5504
  msgid "MO"
5505
  msgstr "L"
5506
 
5507
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5508
  msgid "TU"
5509
  msgstr "M"
5510
 
5511
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5512
  msgid "WE"
5513
  msgstr "M"
5514
 
5515
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5516
  msgid "TH"
5517
  msgstr "G"
5518
 
5519
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5520
  msgid "FR"
5521
  msgstr "V"
5522
 
5523
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5524
  msgid "SA"
5525
  msgstr "S"
5526
 
5527
+ #: app/libraries/main.php:1041
5528
  msgid "Events at this location"
5529
  msgstr "Eventi in questo luogo"
5530
 
5531
+ #: app/libraries/main.php:1041
5532
  msgid "Event at this location"
5533
  msgstr "Evento in questo luogo"
5534
 
5535
+ #: app/libraries/main.php:1082
5536
  msgid "Facebook"
5537
  msgstr "Facebook"
5538
 
5539
+ #: app/libraries/main.php:1084
5540
  msgid "Twitter"
5541
  msgstr "Twitter"
5542
 
5543
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5544
  msgid "Linkedin"
5545
  msgstr "Linkedin"
5546
 
5547
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5548
  msgid "VK"
5549
  msgstr ""
5550
 
5551
+ #: app/libraries/main.php:1105
5552
  msgid "Share on Facebook"
5553
  msgstr "Condividi su Facebook"
5554
 
5555
+ #: app/libraries/main.php:1120
5556
  msgid "Google Plus"
5557
  msgstr "Google Plus"
5558
 
5559
+ #: app/libraries/main.php:1135
5560
  msgid "Tweet"
5561
  msgstr "Tweet"
5562
 
5563
+ #: app/libraries/main.php:1205
5564
  #, fuzzy
5565
  #| msgid "Shortcode"
5566
  msgid "Custom Shortcode"
5567
  msgstr "Shortcode"
5568
 
5569
+ #: app/libraries/main.php:1564
5570
  msgid "Your booking successfully verified."
5571
  msgstr "La tua prenotazione è stata verificata correttamente."
5572
 
5573
+ #: app/libraries/main.php:1565
5574
  msgid "Your booking cannot verify!"
5575
  msgstr "La tua prenotazione non può essere verificata!"
5576
 
5577
+ #: app/libraries/main.php:1577
5578
  msgid "Your booking successfully canceled."
5579
  msgstr "La tua prenotazione è stata cancellata correttamente."
5580
 
5581
+ #: app/libraries/main.php:1578
5582
  msgid "Your booking cannot be canceled."
5583
  msgstr "La tua prenotazione non può essere cancellata."
5584
 
5585
+ #: app/libraries/main.php:1582
5586
  msgid "You canceled the payment successfully."
5587
  msgstr "Hai annullato correttamente il pagamento."
5588
 
5589
+ #: app/libraries/main.php:1586
5590
  msgid "You returned from payment gateway successfully."
5591
  msgstr "Procedura di pagamento avvenuta correttamente."
5592
 
5593
+ #: app/libraries/main.php:1610
5594
  msgid "Cannot find the booking!"
5595
  msgstr ""
5596
 
5597
+ #: app/libraries/main.php:1610
5598
  msgid "Booking is invalid."
5599
  msgstr ""
5600
 
5601
+ #: app/libraries/main.php:1639
5602
  #, php-format
5603
  msgid "%s Invoice"
5604
  msgstr ""
5605
 
5606
+ #: app/libraries/main.php:1660
5607
  msgid "Transaction ID"
5608
  msgstr "ID Transazione"
5609
 
5610
+ #: app/libraries/main.php:1713
5611
  msgid "Billing"
5612
  msgstr ""
5613
 
5614
+ #: app/libraries/main.php:1724
5615
  msgid "Total"
5616
  msgstr ""
5617
 
5618
+ #: app/libraries/main.php:1757
5619
  msgid "Security nonce is not valid."
5620
  msgstr "Token di sicurezza non valido."
5621
 
5622
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5623
  msgid "iCal export stopped!"
5624
  msgstr "esportazione iCal annullata!"
5625
 
5626
+ #: app/libraries/main.php:1789
5627
  #, fuzzy
5628
  #| msgid "Request is invalid!"
5629
  msgid "Request is not valid."
5630
  msgstr "Richiesta non valida!"
5631
 
5632
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5633
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5634
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5635
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5636
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5637
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5638
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5639
  msgid "Sort"
5640
  msgstr "Ordina"
5641
 
5642
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5643
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5644
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5645
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5646
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5647
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5648
  msgid "Required Field"
5649
  msgstr "Campo obbligatorio"
5650
 
5651
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5652
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5653
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5654
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5655
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5656
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5657
  msgid "Insert a label for this field"
5658
  msgstr "Inserisci una etichetta per questo campo"
5659
 
5660
+ #: app/libraries/main.php:2349
5661
  msgid "HTML and shortcode are allowed."
5662
  msgstr "HTML e shortcode sono ammessi."
5663
 
5664
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5665
+ #: app/libraries/main.php:2480
5666
  msgid "Option"
5667
  msgstr "Opzione"
5668
 
5669
+ #: app/libraries/main.php:2514
5670
  #, php-format
5671
  msgid "Instead of %s, the page title with a link will be show."
5672
  msgstr ""
5673
 
5674
+ #: app/libraries/main.php:2516
5675
  msgid "Agreement Page"
5676
  msgstr ""
5677
 
5678
+ #: app/libraries/main.php:2527
5679
  msgid "Checked by default"
5680
  msgstr ""
5681
 
5682
+ #: app/libraries/main.php:2528
5683
  msgid "Unchecked by default"
5684
  msgstr ""
5685
 
5686
+ #: app/libraries/main.php:2550
5687
  msgid "Insert a label for this option"
5688
  msgstr "Inserisci una etichetta per questa opzione"
5689
 
5690
+ #: app/libraries/main.php:2565
5691
  msgid "Free"
5692
  msgstr "Gratuito"
5693
 
5694
+ #: app/libraries/main.php:3217
5695
  #, php-format
5696
  msgid "Copy of %s"
5697
  msgstr "Copia di %s"
5698
 
5699
+ #: app/libraries/main.php:3880
5700
  msgid "Booked an event."
5701
  msgstr "Prenotato un evento."
5702
 
5703
+ #: app/libraries/main.php:3921
5704
  #, php-format
5705
  msgid "%s booked %s event."
5706
  msgstr "%s ha prenotato l'evento %s."
5707
 
5708
+ #: app/libraries/main.php:4373
5709
  msgid "Taxonomies"
5710
  msgstr ""
5711
 
5712
+ #: app/libraries/main.php:4375
5713
  msgid "Category Plural Label"
5714
  msgstr ""
5715
 
5716
+ #: app/libraries/main.php:4376
5717
  msgid "Category Singular Label"
5718
  msgstr ""
5719
 
5720
+ #: app/libraries/main.php:4377
5721
  msgid "Label Plural Label"
5722
  msgstr ""
5723
 
5724
+ #: app/libraries/main.php:4378
5725
  msgid "Label Singular Label"
5726
  msgstr ""
5727
 
5728
+ #: app/libraries/main.php:4378
5729
  msgid "label"
5730
  msgstr ""
5731
 
5732
+ #: app/libraries/main.php:4379
5733
  msgid "Location Plural Label"
5734
  msgstr ""
5735
 
5736
+ #: app/libraries/main.php:4380
5737
  msgid "Location Singular Label"
5738
  msgstr ""
5739
 
5740
+ #: app/libraries/main.php:4381
5741
  msgid "Organizer Plural Label"
5742
  msgstr ""
5743
 
5744
+ #: app/libraries/main.php:4382
5745
  msgid "Organizer Singular Label"
5746
  msgstr ""
5747
 
5748
+ #: app/libraries/main.php:4383
5749
  #, fuzzy
5750
  #| msgid "Search Labels"
5751
  msgid "Speaker Plural Label"
5752
  msgstr "Cerca etichette"
5753
 
5754
+ #: app/libraries/main.php:4384
5755
  #, fuzzy
5756
  #| msgid "Popular Labels"
5757
  msgid "Speaker Singular Label"
5758
  msgstr "Etichette frequenti"
5759
 
5760
+ #: app/libraries/main.php:4390
5761
  msgid "Sunday abbreviation"
5762
  msgstr ""
5763
 
5764
+ #: app/libraries/main.php:4391
5765
  msgid "Monday abbreviation"
5766
  msgstr ""
5767
 
5768
+ #: app/libraries/main.php:4392
5769
  msgid "Tuesday abbreviation"
5770
  msgstr ""
5771
 
5772
+ #: app/libraries/main.php:4393
5773
  msgid "Wednesday abbreviation"
5774
  msgstr ""
5775
 
5776
+ #: app/libraries/main.php:4394
5777
  msgid "Thursday abbreviation"
5778
  msgstr ""
5779
 
5780
+ #: app/libraries/main.php:4395
5781
  msgid "Friday abbreviation"
5782
  msgstr ""
5783
 
5784
+ #: app/libraries/main.php:4396
5785
  msgid "Saturday abbreviation"
5786
  msgstr ""
5787
 
5788
+ #: app/libraries/main.php:4400
5789
  msgid "Others"
5790
  msgstr ""
5791
 
5792
+ #: app/libraries/main.php:4402
5793
  msgid "Booking Success Message"
5794
  msgstr ""
5795
 
5796
+ #: app/libraries/main.php:4402
5797
  msgid ""
5798
  "Thanks for your booking. Your tickets booked, booking verification might be "
5799
  "needed, please check your email."
5802
  "essere necessario la verifica della prenotazione, si prega di controllare la "
5803
  "posta elettronica."
5804
 
5805
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5806
  msgid "Register Button"
5807
  msgstr ""
5808
 
5809
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5810
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5811
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5812
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5813
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5816
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5817
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5818
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5819
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5820
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5821
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5822
  msgid "REGISTER"
5823
  msgstr "REGISTRA"
5824
 
5825
+ #: app/libraries/main.php:4404
5826
  msgid "View Detail Button"
5827
  msgstr ""
5828
 
5829
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5830
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5831
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5832
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5833
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5834
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5835
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5836
+ #: app/skins/slider/render.php:299
5837
  msgid "View Detail"
5838
  msgstr "Visualizza dettaglio"
5839
 
5840
+ #: app/libraries/main.php:4405
5841
  msgid "Event Detail Button"
5842
  msgstr ""
5843
 
5844
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5845
  msgid "Event Detail"
5846
  msgstr "Dettaglio evento"
5847
 
5848
+ #: app/libraries/main.php:4407
5849
  msgid "More Info Link"
5850
  msgstr ""
5851
 
5852
+ #: app/libraries/main.php:4410
5853
  msgid "Ticket (Singular)"
5854
  msgstr ""
5855
 
5856
+ #: app/libraries/main.php:4411
5857
  msgid "Tickets (Plural)"
5858
  msgstr ""
5859
 
5860
+ #: app/libraries/main.php:4478
5861
  msgid "EventON"
5862
  msgstr ""
5863
 
5864
+ #: app/libraries/main.php:4479
5865
  msgid "The Events Calendar"
5866
  msgstr ""
5867
 
5868
+ #: app/libraries/main.php:4480
5869
  msgid "Events Schedule WP Plugin"
5870
  msgstr ""
5871
 
5872
+ #: app/libraries/main.php:4481
5873
  msgid "Calendarize It"
5874
  msgstr ""
5875
 
5876
+ #: app/libraries/main.php:4555
5877
  msgid "Confirmed"
5878
  msgstr "Confermato"
5879
 
5880
+ #: app/libraries/main.php:4556
5881
  msgid "Rejected"
5882
  msgstr "Rifiutato"
5883
 
5884
+ #: app/libraries/main.php:4557
5885
  msgid "Pending"
5886
  msgstr "In attesa"
5887
 
5888
+ #: app/libraries/main.php:4572
5889
  msgid "Waiting"
5890
  msgstr "In attesa"
5891
 
5973
  msgid "Free Booking"
5974
  msgstr ""
5975
 
5976
+ #: app/modules/booking/steps/form.php:162
5977
  msgid "Fill other attendees information like the first form."
5978
  msgstr ""
5979
 
5980
+ #: app/modules/booking/steps/form.php:175
5981
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5982
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5983
  msgid "Next"
6117
  msgid "View All"
6118
  msgstr "Visualizza Etichetta"
6119
 
6120
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6121
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6122
  #: app/skins/list/render.php:119
6123
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-nb_NO.mo CHANGED
Binary file
languages/modern-events-calendar-lite-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:47+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:47+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nb_NO\n"
@@ -294,7 +294,7 @@ msgstr "Legg til Arrangement"
294
  msgid "Add New Event"
295
  msgstr "Legg til nytt arrangement"
296
 
297
- #: app/features/events.php:138 app/features/ix.php:3181
298
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
299
  msgid "No events found!"
300
  msgstr "Ingen hendelser funnet!"
@@ -326,7 +326,7 @@ msgstr "Ingen arrangement funnet i søppelbøtta!"
326
  #: app/features/mec/meta_boxes/search_form.php:362
327
  #: app/features/mec/meta_boxes/search_form.php:416
328
  #: app/features/mec/meta_boxes/search_form.php:477
329
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
330
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
331
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
332
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -335,7 +335,7 @@ msgstr "Kategori"
335
 
336
  #: app/features/events.php:160 app/features/fes/form.php:522
337
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
338
- #: app/libraries/main.php:4372
339
  msgid "Categories"
340
  msgstr "Kategorier"
341
 
@@ -409,14 +409,14 @@ msgstr "Arrangementsdetaljer"
409
 
410
  #: app/features/events.php:306 app/features/events.php:2609
411
  #: app/features/events.php:2651 app/features/fes/form.php:483
412
- #: app/features/ix.php:2719 app/features/ix.php:2760
413
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
414
  #: app/widgets/single.php:103
415
  msgid "Event Cost"
416
  msgstr "Kostnad for arrangementet"
417
 
418
  #: app/features/events.php:309 app/features/fes/form.php:486
419
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
420
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
421
  #: app/skins/single/modern.php:187
422
  msgid "Cost"
@@ -443,10 +443,10 @@ msgstr "Navn"
443
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
444
  #: app/features/organizers.php:110 app/features/organizers.php:150
445
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
446
- #: app/features/speakers.php:179 app/libraries/main.php:1084
447
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
448
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
449
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
450
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
451
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
452
  #: app/skins/single/modern.php:38
@@ -460,8 +460,8 @@ msgstr "Dato og klokkeslett"
460
  #: app/features/events.php:419 app/features/events.php:423
461
  #: app/features/events.php:2431 app/features/events.php:2609
462
  #: app/features/events.php:2651 app/features/fes/form.php:227
463
- #: app/features/fes/form.php:231 app/features/ix.php:2719
464
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
465
  #: app/features/mec/dashboard.php:334
466
  #: app/features/mec/meta_boxes/display_options.php:42
467
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -496,8 +496,8 @@ msgstr "PM"
496
  #: app/features/events.php:500 app/features/events.php:504
497
  #: app/features/events.php:2432 app/features/events.php:2609
498
  #: app/features/events.php:2651 app/features/fes/form.php:267
499
- #: app/features/fes/form.php:271 app/features/ix.php:2719
500
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
501
  #: app/features/mec/dashboard.php:335
502
  msgid "End Date"
503
  msgstr "Sluttdato"
@@ -765,7 +765,7 @@ msgstr "Ekskluder bestemte dager"
765
 
766
  #: app/features/events.php:810 app/features/events.php:1819
767
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
768
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
769
  #: app/modules/booking/steps/tickets.php:22
770
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
771
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -811,8 +811,8 @@ msgstr "Dag %s"
811
  #: app/features/events.php:981 app/features/events.php:1612
812
  #: app/features/events.php:1652 app/features/events.php:2428
813
  #: app/features/events.php:2609 app/features/events.php:2651
814
- #: app/features/fes/form.php:216 app/features/ix.php:2719
815
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
816
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
817
  msgid "Title"
818
  msgstr "Tittel"
@@ -826,14 +826,14 @@ msgstr "Tittel"
826
  #: app/features/events.php:1641 app/features/events.php:1681
827
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
828
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
829
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
830
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
831
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
832
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
833
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
834
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
835
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
836
- #: app/libraries/main.php:2546
837
  msgid "Remove"
838
  msgstr "Fjern"
839
 
@@ -861,7 +861,7 @@ msgstr "Beskrivelse"
861
  #: app/features/events.php:986 app/features/fes/form.php:615
862
  #: app/features/mec.php:324 app/features/mec/settings.php:78
863
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
864
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
865
  msgid "Speakers"
866
  msgstr "Foredragsholdere"
867
 
@@ -877,7 +877,7 @@ msgid "Event Links"
877
  msgstr "Arrangemenslenker"
878
 
879
  #: app/features/events.php:1015 app/features/events.php:1019
880
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
881
  msgid "Event Link"
882
  msgstr "Arrangemenslenke"
883
 
@@ -904,7 +904,7 @@ msgid "URL Shortener"
904
  msgstr ""
905
 
906
  #: app/features/events.php:1029 app/features/events.php:1038
907
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
908
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
909
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
910
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -959,7 +959,7 @@ msgid "Read About A Booking System"
959
  msgstr "Velg din reservasjons stil."
960
 
961
  #: app/features/events.php:1126 app/libraries/book.php:60
962
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
963
  msgid "Tickets"
964
  msgstr "Billetter"
965
 
@@ -980,13 +980,13 @@ msgstr "Billettnavn"
980
 
981
  #: app/features/events.php:1150 app/features/events.php:1323
982
  #: app/features/events.php:2609 app/features/events.php:2651
983
- #: app/features/ix.php:2719 app/features/ix.php:2760
984
  msgid "Start Time"
985
  msgstr "Starttid"
986
 
987
  #: app/features/events.php:1188 app/features/events.php:1346
988
  #: app/features/events.php:2609 app/features/events.php:2651
989
- #: app/features/ix.php:2719 app/features/ix.php:2760
990
  msgid "End Time"
991
  msgstr "Sluttidspunkt"
992
 
@@ -1104,48 +1104,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1104
  msgstr "Maks per billett. La det stå tomt for ubegrenset."
1105
 
1106
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1107
- #: app/libraries/main.php:2137
1108
  #, fuzzy
1109
  #| msgid "Name"
1110
  msgid "MEC Name"
1111
  msgstr "Navn"
1112
 
1113
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1114
- #: app/libraries/main.php:2166
1115
  #, fuzzy
1116
  #| msgid "Email"
1117
  msgid "MEC Email"
1118
  msgstr "E-post"
1119
 
1120
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1121
- #: app/libraries/main.php:2107
1122
  msgid "Text"
1123
  msgstr "Tekst"
1124
 
1125
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1126
  #: app/features/organizers.php:102 app/features/organizers.php:146
1127
  #: app/features/speakers.php:111 app/features/speakers.php:175
1128
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1129
  msgid "Tel"
1130
  msgstr "Tlf"
1131
 
1132
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1133
- #: app/libraries/main.php:2225
1134
  msgid "File"
1135
  msgstr ""
1136
 
1137
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1138
- #: app/libraries/main.php:2312
1139
  msgid "Textarea"
1140
  msgstr "Tekstområde"
1141
 
1142
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1143
- #: app/libraries/main.php:2365
1144
  msgid "Checkboxes"
1145
  msgstr "Avmerkingsbokser"
1146
 
1147
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1148
- #: app/libraries/main.php:2409
1149
  msgid "Radio Buttons"
1150
  msgstr "Radioknapper"
1151
 
@@ -1213,17 +1213,17 @@ msgstr "Radioknapper"
1213
  #: app/features/mec/meta_boxes/search_form.php:569
1214
  #: app/features/mec/meta_boxes/search_form.php:576
1215
  #: app/features/mec/meta_boxes/search_form.php:583
1216
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1217
  msgid "Dropdown"
1218
  msgstr "Nedtrekksmeny"
1219
 
1220
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1221
- #: app/libraries/main.php:2500
1222
  msgid "Agreement"
1223
  msgstr "Avtalen"
1224
 
1225
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1226
- #: app/libraries/main.php:2341
1227
  msgid "Paragraph"
1228
  msgstr "Avsnitt"
1229
 
@@ -1246,8 +1246,8 @@ msgid "organizers"
1246
  msgstr "arrangører"
1247
 
1248
  #: app/features/events.php:2429 app/features/events.php:2609
1249
- #: app/features/events.php:2651 app/features/ix.php:2719
1250
- #: app/features/ix.php:2760 app/features/locations.php:58
1251
  #: app/features/locations.php:229 app/features/locations.php:286
1252
  #: app/features/locations.php:288 app/features/locations.php:297
1253
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1259,8 +1259,8 @@ msgstr "arrangører"
1259
  #: app/features/mec/meta_boxes/search_form.php:369
1260
  #: app/features/mec/meta_boxes/search_form.php:423
1261
  #: app/features/mec/meta_boxes/search_form.php:484
1262
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1263
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1264
  #: app/skins/single.php:255 app/skins/single/default.php:141
1265
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1266
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1268,8 +1268,8 @@ msgid "Location"
1268
  msgstr "Sted"
1269
 
1270
  #: app/features/events.php:2430 app/features/events.php:2609
1271
- #: app/features/events.php:2651 app/features/ix.php:2719
1272
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1273
  #: app/features/mec/meta_boxes/display_options.php:819
1274
  #: app/features/mec/meta_boxes/search_form.php:45
1275
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1282,7 +1282,7 @@ msgstr "Sted"
1282
  #: app/features/mec/meta_boxes/search_form.php:552
1283
  #: app/features/organizers.php:58 app/features/organizers.php:199
1284
  #: app/features/organizers.php:255 app/features/organizers.php:257
1285
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1286
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1287
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1288
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1322,14 +1322,14 @@ msgid "Duplicate"
1322
  msgstr "Dupliser"
1323
 
1324
  #: app/features/events.php:2609 app/features/events.php:2651
1325
- #: app/features/ix.php:2719 app/features/ix.php:2760
1326
  #: app/features/labels.php:176 app/features/locations.php:228
1327
  #: app/features/organizers.php:198 app/features/speakers.php:241
1328
  msgid "ID"
1329
  msgstr "ID"
1330
 
1331
  #: app/features/events.php:2609 app/features/events.php:2651
1332
- #: app/features/ix.php:2719 app/features/ix.php:2760
1333
  msgid "Link"
1334
  msgstr "Lenke"
1335
 
@@ -1435,7 +1435,7 @@ msgstr "Fjern bilde"
1435
 
1436
  #: app/features/fes/form.php:547 app/features/labels.php:61
1437
  #: app/features/labels.php:220 app/features/mec.php:317
1438
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1439
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1440
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1441
  msgid "Labels"
@@ -1500,71 +1500,71 @@ msgstr ""
1500
  msgid "The events are imported successfully!"
1501
  msgstr "Hendelser er vellykket importert!"
1502
 
1503
- #: app/features/ix.php:756
1504
  msgid "Third Party plugin is not installed and activated!"
1505
  msgstr "Tredjeparts plugin er ikke installert og aktivert!"
1506
 
1507
- #: app/features/ix.php:781
1508
  msgid "Third Party plugin is invalid!"
1509
  msgstr "Tredjeparts plugin er ugyldig!"
1510
 
1511
- #: app/features/ix.php:1926 app/features/ix.php:1984
1512
  msgid "Both of API key and Calendar ID are required!"
1513
  msgstr "Både API nøkkel og Kalender ID er påkrevd!"
1514
 
1515
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1516
  msgid "Please select some events to import!"
1517
  msgstr "Vennligst velg data som skal importeres!"
1518
 
1519
- #: app/features/ix.php:2340 app/features/ix.php:2403
1520
  msgid "Both of API key and Group URL are required!"
1521
  msgstr "Både API-nøkkel og gruppe-URL kreves!"
1522
 
1523
- #: app/features/ix.php:2642
1524
  msgid "Check at Meetup"
1525
  msgstr "Sjekk på Meetup"
1526
 
1527
- #: app/features/ix.php:2719 app/features/ix.php:2760
1528
  msgid "Organizer Tel"
1529
  msgstr "Tlf til arrangør"
1530
 
1531
- #: app/features/ix.php:2719 app/features/ix.php:2760
1532
  msgid "Organizer Email"
1533
  msgstr "Arrangør e-post"
1534
 
1535
- #: app/features/ix.php:2841
1536
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1537
  msgstr "Alle Klient ID, Klient Hemmelig Kode og Kalender-ID er påkrevd!"
1538
 
1539
- #: app/features/ix.php:2864
1540
  #, php-format
1541
  msgid "All seems good! Please click %s for authenticating your app."
1542
  msgstr "Alt ser bra ut! Klikk %s for å godkjenne din app."
1543
 
1544
- #: app/features/ix.php:2918
1545
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1546
  msgstr "Alle felt, klientapp, klienthemmelig og kalender-ID er påkrevd!"
1547
 
1548
- #: app/features/ix.php:3117
1549
  #, php-format
1550
  msgid "%s events added to Google Calendar successfully."
1551
  msgstr "%s hendelser lagt til i Google Kalender vellykket."
1552
 
1553
- #: app/features/ix.php:3118
1554
  #, php-format
1555
  msgid "%s previously added events get updated."
1556
  msgstr "%s tidligere hendelser lagt til blir oppdatert."
1557
 
1558
- #: app/features/ix.php:3119
1559
  #, php-format
1560
  msgid "%s events failed to add for following reasons: %s"
1561
  msgstr "%s hendelser kunne ikke tilføyes av følgende grunner: %s"
1562
 
1563
- #: app/features/ix.php:3151
1564
  msgid "Please insert your Facebook page's link."
1565
  msgstr "Vennligst sett inn lenken til Facebook-siden din."
1566
 
1567
- #: app/features/ix.php:3160
1568
  msgid ""
1569
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1570
  "valid Facebook page link."
@@ -1572,11 +1572,11 @@ msgstr ""
1572
  "Vi kunne ikke gjenkjenne din Facebook-side. Vennligst sjekk den og gi oss en "
1573
  "gyldig Facebook side link."
1574
 
1575
- #: app/features/ix.php:3192
1576
  msgid "Please insert your facebook page's link."
1577
  msgstr "Vennligst sett inn linken til din Facebook-side."
1578
 
1579
- #: app/features/ix.php:3197
1580
  msgid ""
1581
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1582
  "valid facebook page link."
@@ -2132,21 +2132,21 @@ msgstr "Normal"
2132
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2133
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2134
  #: app/skins/monthly_view/calendar_clean.php:81
2135
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2136
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2137
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2138
  msgid "Featured"
2139
  msgstr "Fremhevet"
2140
 
2141
  #: app/features/labels.php:117 app/features/labels.php:142
2142
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2143
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2144
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2145
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2146
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2147
  #: app/skins/monthly_view/calendar.php:84
2148
  #: app/skins/monthly_view/calendar_clean.php:85
2149
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2150
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2151
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2152
  msgid "Canceled"
@@ -2174,7 +2174,7 @@ msgstr "Arrangement %s"
2174
 
2175
  #: app/features/locations.php:59 app/features/mec.php:318
2176
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2177
- #: app/libraries/main.php:4376
2178
  msgid "Locations"
2179
  msgstr "Steder"
2180
 
@@ -2281,7 +2281,7 @@ msgstr "Velg bilde"
2281
  msgid "Don't show map in single event page"
2282
  msgstr "Ikke vis kart i enkelt arrangement visning"
2283
 
2284
- #: app/features/locations.php:361 app/libraries/main.php:4410
2285
  #, fuzzy
2286
  #| msgid "Locations"
2287
  msgid "Other Locations"
@@ -2339,7 +2339,7 @@ msgstr "Support"
2339
 
2340
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2341
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2342
- #: app/libraries/main.php:4378
2343
  msgid "Organizers"
2344
  msgstr "Arrangører"
2345
 
@@ -2358,7 +2358,7 @@ msgstr "MEC Innstillinger"
2358
  msgid "MEC - Addons"
2359
  msgstr "MEC Innstillinger"
2360
 
2361
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2362
  msgid "Addons"
2363
  msgstr ""
2364
 
@@ -2414,30 +2414,30 @@ msgstr "Separer Vindu"
2414
  msgid "Modal 1"
2415
  msgstr "Modale 1"
2416
 
2417
- #: app/features/mec/addons.php:18
2418
  msgid "How to Purchase"
2419
  msgstr ""
2420
 
2421
- #: app/features/mec/addons.php:19
2422
  msgid "Install Addons"
2423
  msgstr ""
2424
 
2425
- #: app/features/mec/addons.php:22
2426
  msgid ""
2427
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2428
  "however, you cannot install and use them on the Lite version too."
2429
  msgstr ""
2430
 
2431
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2432
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2433
  msgid "Version"
2434
  msgstr "Versjon"
2435
 
2436
- #: app/features/mec/addons.php:80
2437
  msgid "Coming Soon"
2438
  msgstr ""
2439
 
2440
- #: app/features/mec/addons.php:91
2441
  msgid ""
2442
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2443
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -2995,15 +2995,15 @@ msgstr "Standardvisning"
2995
 
2996
  #: app/features/mec/meta_boxes/display_options.php:414
2997
  #: app/features/mec/meta_boxes/display_options.php:431
2998
- #: app/libraries/main.php:329 app/libraries/main.php:1198
2999
- #: app/libraries/main.php:1223
3000
  msgid "List View"
3001
  msgstr "Listevisning"
3002
 
3003
  #: app/features/mec/meta_boxes/display_options.php:415
3004
  #: app/features/mec/meta_boxes/display_options.php:441
3005
- #: app/libraries/main.php:333 app/libraries/main.php:1192
3006
- #: app/libraries/main.php:1217
3007
  msgid "Yearly View"
3008
  msgstr "Årlig Visning"
3009
 
@@ -3014,15 +3014,15 @@ msgstr "Måndtlig/Kalender Visning"
3014
 
3015
  #: app/features/mec/meta_boxes/display_options.php:417
3016
  #: app/features/mec/meta_boxes/display_options.php:473
3017
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3018
- #: app/libraries/main.php:1219
3019
  msgid "Weekly View"
3020
  msgstr "Ukentlig Visning"
3021
 
3022
  #: app/features/mec/meta_boxes/display_options.php:418
3023
  #: app/features/mec/meta_boxes/display_options.php:483
3024
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3025
- #: app/libraries/main.php:1220
3026
  msgid "Daily View"
3027
  msgstr "Daglig Visning"
3028
 
@@ -3381,7 +3381,7 @@ msgstr "Deaktivert"
3381
  #: app/features/mec/meta_boxes/search_form.php:437
3382
  #: app/features/mec/meta_boxes/search_form.php:498
3383
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3384
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3385
  #: app/libraries/skins.php:824
3386
  msgid "Speaker"
3387
  msgstr "Foredragsholder"
@@ -3919,7 +3919,7 @@ msgid ""
3919
  msgstr ""
3920
 
3921
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3922
- #: app/libraries/main.php:4385
3923
  msgid "Weekdays"
3924
  msgstr "Ukedager"
3925
 
@@ -4662,7 +4662,7 @@ msgid ""
4662
  msgstr ""
4663
 
4664
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4665
- #: app/libraries/main.php:4567
4666
  msgid "Verified"
4667
  msgstr "Verifisert"
4668
 
@@ -5190,7 +5190,7 @@ msgstr "f.eks. Ola Nordmann"
5190
  msgid "eg. https://webnus.net"
5191
  msgstr "F.eks. https://webnus.net"
5192
 
5193
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5194
  #: app/skins/single.php:194
5195
  msgid "Other Organizers"
5196
  msgstr "Andre Arrangører"
@@ -5210,11 +5210,11 @@ msgstr "Vennligst %s/%s for å se dine bestillinger/profil."
5210
  msgid "#"
5211
  msgstr "#"
5212
 
5213
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5214
  msgid "Status"
5215
  msgstr "Status"
5216
 
5217
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5218
  msgid "Attendees"
5219
  msgstr "Deltakere"
5220
 
@@ -5227,8 +5227,8 @@ msgstr "Faktura"
5227
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5228
  msgstr "<i class=\"mec-sl-eye\"></i> %s"
5229
 
5230
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5231
- #: app/libraries/main.php:4407
5232
  msgid "Ticket"
5233
  msgstr "Billett"
5234
 
@@ -5266,7 +5266,7 @@ msgid "Insert URL of Facebook Page"
5266
  msgstr "Sett inn nettadressen til Facebook-siden"
5267
 
5268
  #: app/features/speakers.php:135 app/features/speakers.php:187
5269
- #: app/libraries/main.php:1080
5270
  msgid "Google+"
5271
  msgstr "Google+"
5272
 
@@ -5367,38 +5367,38 @@ msgstr "Tilpasset sidebar for enkle og modal sider av MEC."
5367
  msgid "There is no excerpt because this is a protected post."
5368
  msgstr "Det er ikke noe utdrag for dette er et beskyttet innlegg."
5369
 
5370
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5371
- #: app/libraries/main.php:1224
5372
  msgid "Grid View"
5373
  msgstr "Rutenett visning"
5374
 
5375
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5376
- #: app/libraries/main.php:1225
5377
  msgid "Agenda View"
5378
  msgstr "Agenda-visning"
5379
 
5380
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5381
- #: app/libraries/main.php:1216
5382
  msgid "Full Calendar"
5383
  msgstr "Full Kalender"
5384
 
5385
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5386
- #: app/libraries/main.php:1218
5387
  msgid "Calendar/Monthly View"
5388
  msgstr "Kalender / Månedlig visning"
5389
 
5390
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5391
- #: app/libraries/main.php:1221
5392
  msgid "Timetable View"
5393
  msgstr "Tidstabell Visning"
5394
 
5395
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5396
- #: app/libraries/main.php:1222
5397
  msgid "Masonry View"
5398
  msgstr "Masonry visning"
5399
 
5400
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5401
- #: app/libraries/main.php:1226
5402
  msgid "Map View"
5403
  msgstr "Kartvisning"
5404
 
@@ -5422,296 +5422,296 @@ msgstr "Karusell Visning"
5422
  msgid "Slider View"
5423
  msgstr "Slider Visning"
5424
 
5425
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5426
  msgid "SU"
5427
  msgstr "SØN"
5428
 
5429
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5430
  msgid "MO"
5431
  msgstr "MAN"
5432
 
5433
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5434
  msgid "TU"
5435
  msgstr "TIRS"
5436
 
5437
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5438
  msgid "WE"
5439
  msgstr "ONS"
5440
 
5441
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5442
  msgid "TH"
5443
  msgstr "TORS"
5444
 
5445
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5446
  msgid "FR"
5447
  msgstr "FRE"
5448
 
5449
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5450
  msgid "SA"
5451
  msgstr "LØR"
5452
 
5453
- #: app/libraries/main.php:1038
5454
  msgid "Events at this location"
5455
  msgstr "Arrangementer på dette stedet"
5456
 
5457
- #: app/libraries/main.php:1038
5458
  msgid "Event at this location"
5459
  msgstr "Arrangement på dette stedet"
5460
 
5461
- #: app/libraries/main.php:1079
5462
  msgid "Facebook"
5463
  msgstr "Facebook"
5464
 
5465
- #: app/libraries/main.php:1081
5466
  msgid "Twitter"
5467
  msgstr "Twitter"
5468
 
5469
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5470
  msgid "Linkedin"
5471
  msgstr "LinkedIn"
5472
 
5473
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5474
  msgid "VK"
5475
  msgstr "VK"
5476
 
5477
- #: app/libraries/main.php:1102
5478
  msgid "Share on Facebook"
5479
  msgstr "Del på Facebook"
5480
 
5481
- #: app/libraries/main.php:1117
5482
  msgid "Google Plus"
5483
  msgstr "Google Plus"
5484
 
5485
- #: app/libraries/main.php:1132
5486
  msgid "Tweet"
5487
  msgstr "Tweet"
5488
 
5489
- #: app/libraries/main.php:1202
5490
  msgid "Custom Shortcode"
5491
  msgstr "Alternativ Kortkode"
5492
 
5493
- #: app/libraries/main.php:1561
5494
  msgid "Your booking successfully verified."
5495
  msgstr "Din bestilling ble godkjent."
5496
 
5497
- #: app/libraries/main.php:1562
5498
  msgid "Your booking cannot verify!"
5499
  msgstr "Din bestilling ble ikke godkjent!"
5500
 
5501
- #: app/libraries/main.php:1574
5502
  msgid "Your booking successfully canceled."
5503
  msgstr "Din booking ble kansellert."
5504
 
5505
- #: app/libraries/main.php:1575
5506
  msgid "Your booking cannot be canceled."
5507
  msgstr "Din booking ble ikke kansellert."
5508
 
5509
- #: app/libraries/main.php:1579
5510
  msgid "You canceled the payment successfully."
5511
  msgstr "Du kansellerte betalingen."
5512
 
5513
- #: app/libraries/main.php:1583
5514
  msgid "You returned from payment gateway successfully."
5515
  msgstr "Du returnerte fra betalingsvalget."
5516
 
5517
- #: app/libraries/main.php:1607
5518
  msgid "Cannot find the booking!"
5519
  msgstr "Kan ikke finne bestillingen!"
5520
 
5521
- #: app/libraries/main.php:1607
5522
  msgid "Booking is invalid."
5523
  msgstr "Bestillingen er ugyldig."
5524
 
5525
- #: app/libraries/main.php:1636
5526
  #, php-format
5527
  msgid "%s Invoice"
5528
  msgstr "%s Faktura"
5529
 
5530
- #: app/libraries/main.php:1657
5531
  msgid "Transaction ID"
5532
  msgstr "Transaksjons-ID"
5533
 
5534
- #: app/libraries/main.php:1710
5535
  msgid "Billing"
5536
  msgstr "Fakturering"
5537
 
5538
- #: app/libraries/main.php:1721
5539
  msgid "Total"
5540
  msgstr "Total"
5541
 
5542
- #: app/libraries/main.php:1754
5543
  msgid "Security nonce is not valid."
5544
  msgstr "Sikkerhetskonfigurasjon er ikke gyldig."
5545
 
5546
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5547
  msgid "iCal export stopped!"
5548
  msgstr "iCal eksport stoppet!"
5549
 
5550
- #: app/libraries/main.php:1786
5551
  msgid "Request is not valid."
5552
  msgstr "Forespørselen er ugyldig."
5553
 
5554
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5555
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5556
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5557
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5558
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5559
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5560
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5561
  msgid "Sort"
5562
  msgstr "Sortere"
5563
 
5564
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5565
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5566
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5567
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5568
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5569
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5570
  msgid "Required Field"
5571
  msgstr "Obligatorisk skjemafelt"
5572
 
5573
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5574
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5575
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5576
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5577
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5578
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5579
  msgid "Insert a label for this field"
5580
  msgstr "Sett inn en tittel for dette feltet"
5581
 
5582
- #: app/libraries/main.php:2346
5583
  msgid "HTML and shortcode are allowed."
5584
  msgstr "HTML og kortkoder er tillatt."
5585
 
5586
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5587
- #: app/libraries/main.php:2477
5588
  msgid "Option"
5589
  msgstr "Alternativ"
5590
 
5591
- #: app/libraries/main.php:2511
5592
  #, php-format
5593
  msgid "Instead of %s, the page title with a link will be show."
5594
  msgstr "Istedenfor %s, vil sidetittelen med en lenke bli vist."
5595
 
5596
- #: app/libraries/main.php:2513
5597
  msgid "Agreement Page"
5598
  msgstr "Avtale Side"
5599
 
5600
- #: app/libraries/main.php:2524
5601
  msgid "Checked by default"
5602
  msgstr "Avmerket som standard"
5603
 
5604
- #: app/libraries/main.php:2525
5605
  msgid "Unchecked by default"
5606
  msgstr "Ikke avkrysset somstandard"
5607
 
5608
- #: app/libraries/main.php:2547
5609
  msgid "Insert a label for this option"
5610
  msgstr "Sett inn en etikett for dette alternativet"
5611
 
5612
- #: app/libraries/main.php:2562
5613
  msgid "Free"
5614
  msgstr "Gratis"
5615
 
5616
- #: app/libraries/main.php:3214
5617
  #, php-format
5618
  msgid "Copy of %s"
5619
  msgstr "Kopi av %s"
5620
 
5621
- #: app/libraries/main.php:3877
5622
  msgid "Booked an event."
5623
  msgstr "Bestilte ett arrangement."
5624
 
5625
- #: app/libraries/main.php:3918
5626
  #, php-format
5627
  msgid "%s booked %s event."
5628
  msgstr "%s bestilt %s arrangement."
5629
 
5630
- #: app/libraries/main.php:4370
5631
  msgid "Taxonomies"
5632
  msgstr "Taxonomies"
5633
 
5634
- #: app/libraries/main.php:4372
5635
  msgid "Category Plural Label"
5636
  msgstr "Kategori Fler Etikett"
5637
 
5638
- #: app/libraries/main.php:4373
5639
  msgid "Category Singular Label"
5640
  msgstr "Kategori Singel Tittel"
5641
 
5642
- #: app/libraries/main.php:4374
5643
  msgid "Label Plural Label"
5644
  msgstr "Etiketter Flertall"
5645
 
5646
- #: app/libraries/main.php:4375
5647
  msgid "Label Singular Label"
5648
  msgstr "Etiketter Entall"
5649
 
5650
- #: app/libraries/main.php:4375
5651
  msgid "label"
5652
  msgstr "etikett"
5653
 
5654
- #: app/libraries/main.php:4376
5655
  msgid "Location Plural Label"
5656
  msgstr "Lokasjon Flertall Etiketter"
5657
 
5658
- #: app/libraries/main.php:4377
5659
  msgid "Location Singular Label"
5660
  msgstr "Plasseringen Entall Etikett"
5661
 
5662
- #: app/libraries/main.php:4378
5663
  msgid "Organizer Plural Label"
5664
  msgstr "Arrangør Flertall etikett"
5665
 
5666
- #: app/libraries/main.php:4379
5667
  msgid "Organizer Singular Label"
5668
  msgstr "Arrangør Enkel Etikett"
5669
 
5670
- #: app/libraries/main.php:4380
5671
  msgid "Speaker Plural Label"
5672
  msgstr "Instruktør/Foredragsholder flere etiketter"
5673
 
5674
- #: app/libraries/main.php:4381
5675
  msgid "Speaker Singular Label"
5676
  msgstr "Instruktør/Foredragsholder enkelt etikett"
5677
 
5678
- #: app/libraries/main.php:4387
5679
  msgid "Sunday abbreviation"
5680
  msgstr "Forkortelser på søndager"
5681
 
5682
- #: app/libraries/main.php:4388
5683
  msgid "Monday abbreviation"
5684
  msgstr "Mandag forkortelse"
5685
 
5686
- #: app/libraries/main.php:4389
5687
  msgid "Tuesday abbreviation"
5688
  msgstr "Tirsdag forkortelse"
5689
 
5690
- #: app/libraries/main.php:4390
5691
  msgid "Wednesday abbreviation"
5692
  msgstr "Onsdag forkortelse"
5693
 
5694
- #: app/libraries/main.php:4391
5695
  msgid "Thursday abbreviation"
5696
  msgstr "Torsdag forkortelse"
5697
 
5698
- #: app/libraries/main.php:4392
5699
  msgid "Friday abbreviation"
5700
  msgstr "Fredag forkortelse"
5701
 
5702
- #: app/libraries/main.php:4393
5703
  msgid "Saturday abbreviation"
5704
  msgstr "Lørdag forkortelse"
5705
 
5706
- #: app/libraries/main.php:4397
5707
  msgid "Others"
5708
  msgstr "Øvrige"
5709
 
5710
- #: app/libraries/main.php:4399
5711
  msgid "Booking Success Message"
5712
  msgstr "Melding ved vellykket bestilling"
5713
 
5714
- #: app/libraries/main.php:4399
5715
  msgid ""
5716
  "Thanks for your booking. Your tickets booked, booking verification might be "
5717
  "needed, please check your email."
@@ -5719,12 +5719,12 @@ msgstr ""
5719
  "Takk for din bestilling. Din plass er bestilt, men vi trenger kanskje din "
5720
  "bekreftelse. Vennligst sjekk din epost."
5721
 
5722
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5723
  msgid "Register Button"
5724
  msgstr "Registreringsknapp"
5725
 
5726
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5727
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5728
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5729
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5730
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5733,76 +5733,76 @@ msgstr "Registreringsknapp"
5733
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5734
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5735
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5736
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5737
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5738
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5739
  msgid "REGISTER"
5740
  msgstr "Registrere"
5741
 
5742
- #: app/libraries/main.php:4401
5743
  msgid "View Detail Button"
5744
  msgstr "Se Detalj Knapp"
5745
 
5746
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5747
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5748
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5749
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5750
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5751
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5752
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5753
- #: app/skins/slider/render.php:305
5754
  msgid "View Detail"
5755
  msgstr "Se detaljer"
5756
 
5757
- #: app/libraries/main.php:4402
5758
  msgid "Event Detail Button"
5759
  msgstr "Knapp for arrangementsdetaljer"
5760
 
5761
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5762
  msgid "Event Detail"
5763
  msgstr "Arrangement Detaljer"
5764
 
5765
- #: app/libraries/main.php:4404
5766
  msgid "More Info Link"
5767
  msgstr "Mer Info Lenke"
5768
 
5769
- #: app/libraries/main.php:4407
5770
  msgid "Ticket (Singular)"
5771
  msgstr "Billett (Singel)"
5772
 
5773
- #: app/libraries/main.php:4408
5774
  msgid "Tickets (Plural)"
5775
  msgstr "Billetter (Flertall)"
5776
 
5777
- #: app/libraries/main.php:4475
5778
  msgid "EventON"
5779
  msgstr "EventON"
5780
 
5781
- #: app/libraries/main.php:4476
5782
  msgid "The Events Calendar"
5783
  msgstr "Aktivitetskalenderen"
5784
 
5785
- #: app/libraries/main.php:4477
5786
  msgid "Events Schedule WP Plugin"
5787
  msgstr "Arrangement Planlegging WP Plugin"
5788
 
5789
- #: app/libraries/main.php:4478
5790
  msgid "Calendarize It"
5791
  msgstr "HOP Kalender"
5792
 
5793
- #: app/libraries/main.php:4552
5794
  msgid "Confirmed"
5795
  msgstr "Bekreftet"
5796
 
5797
- #: app/libraries/main.php:4553
5798
  msgid "Rejected"
5799
  msgstr "Avvist"
5800
 
5801
- #: app/libraries/main.php:4554
5802
  msgid "Pending"
5803
  msgstr "Venter"
5804
 
5805
- #: app/libraries/main.php:4569
5806
  msgid "Waiting"
5807
  msgstr "Ventende"
5808
 
@@ -5890,11 +5890,11 @@ msgstr "Bruk rabattkupong"
5890
  msgid "Free Booking"
5891
  msgstr "Book nå, betal senere"
5892
 
5893
- #: app/modules/booking/steps/form.php:158
5894
  msgid "Fill other attendees information like the first form."
5895
  msgstr "Fyll ut andre deltakere informasjon som det første skjemaet."
5896
 
5897
- #: app/modules/booking/steps/form.php:172
5898
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5899
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5900
  msgid "Next"
@@ -6033,7 +6033,7 @@ msgstr "Tilgjengelig Plass(er):"
6033
  msgid "View All"
6034
  msgstr "Vis alle"
6035
 
6036
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6037
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6038
  #: app/skins/list/render.php:119
6039
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:09+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:09+0430\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nb_NO\n"
294
  msgid "Add New Event"
295
  msgstr "Legg til nytt arrangement"
296
 
297
+ #: app/features/events.php:138 app/features/ix.php:3202
298
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
299
  msgid "No events found!"
300
  msgstr "Ingen hendelser funnet!"
326
  #: app/features/mec/meta_boxes/search_form.php:362
327
  #: app/features/mec/meta_boxes/search_form.php:416
328
  #: app/features/mec/meta_boxes/search_form.php:477
329
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
330
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
331
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
332
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
335
 
336
  #: app/features/events.php:160 app/features/fes/form.php:522
337
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
338
+ #: app/libraries/main.php:4375
339
  msgid "Categories"
340
  msgstr "Kategorier"
341
 
409
 
410
  #: app/features/events.php:306 app/features/events.php:2609
411
  #: app/features/events.php:2651 app/features/fes/form.php:483
412
+ #: app/features/ix.php:2740 app/features/ix.php:2781
413
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
414
  #: app/widgets/single.php:103
415
  msgid "Event Cost"
416
  msgstr "Kostnad for arrangementet"
417
 
418
  #: app/features/events.php:309 app/features/fes/form.php:486
419
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
420
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
421
  #: app/skins/single/modern.php:187
422
  msgid "Cost"
443
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
444
  #: app/features/organizers.php:110 app/features/organizers.php:150
445
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
446
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
447
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
448
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
449
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
450
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
451
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
452
  #: app/skins/single/modern.php:38
460
  #: app/features/events.php:419 app/features/events.php:423
461
  #: app/features/events.php:2431 app/features/events.php:2609
462
  #: app/features/events.php:2651 app/features/fes/form.php:227
463
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
464
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
465
  #: app/features/mec/dashboard.php:334
466
  #: app/features/mec/meta_boxes/display_options.php:42
467
  #: app/features/mec/meta_boxes/display_options.php:184
496
  #: app/features/events.php:500 app/features/events.php:504
497
  #: app/features/events.php:2432 app/features/events.php:2609
498
  #: app/features/events.php:2651 app/features/fes/form.php:267
499
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
500
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
501
  #: app/features/mec/dashboard.php:335
502
  msgid "End Date"
503
  msgstr "Sluttdato"
765
 
766
  #: app/features/events.php:810 app/features/events.php:1819
767
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
768
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
769
  #: app/modules/booking/steps/tickets.php:22
770
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
771
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
811
  #: app/features/events.php:981 app/features/events.php:1612
812
  #: app/features/events.php:1652 app/features/events.php:2428
813
  #: app/features/events.php:2609 app/features/events.php:2651
814
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
815
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
816
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
817
  msgid "Title"
818
  msgstr "Tittel"
826
  #: app/features/events.php:1641 app/features/events.php:1681
827
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
828
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
829
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
830
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
831
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
832
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
833
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
834
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
835
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
836
+ #: app/libraries/main.php:2549
837
  msgid "Remove"
838
  msgstr "Fjern"
839
 
861
  #: app/features/events.php:986 app/features/fes/form.php:615
862
  #: app/features/mec.php:324 app/features/mec/settings.php:78
863
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
864
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
865
  msgid "Speakers"
866
  msgstr "Foredragsholdere"
867
 
877
  msgstr "Arrangemenslenker"
878
 
879
  #: app/features/events.php:1015 app/features/events.php:1019
880
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
881
  msgid "Event Link"
882
  msgstr "Arrangemenslenke"
883
 
904
  msgstr ""
905
 
906
  #: app/features/events.php:1029 app/features/events.php:1038
907
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
908
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
909
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
910
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
959
  msgstr "Velg din reservasjons stil."
960
 
961
  #: app/features/events.php:1126 app/libraries/book.php:60
962
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
963
  msgid "Tickets"
964
  msgstr "Billetter"
965
 
980
 
981
  #: app/features/events.php:1150 app/features/events.php:1323
982
  #: app/features/events.php:2609 app/features/events.php:2651
983
+ #: app/features/ix.php:2740 app/features/ix.php:2781
984
  msgid "Start Time"
985
  msgstr "Starttid"
986
 
987
  #: app/features/events.php:1188 app/features/events.php:1346
988
  #: app/features/events.php:2609 app/features/events.php:2651
989
+ #: app/features/ix.php:2740 app/features/ix.php:2781
990
  msgid "End Time"
991
  msgstr "Sluttidspunkt"
992
 
1104
  msgstr "Maks per billett. La det stå tomt for ubegrenset."
1105
 
1106
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1107
+ #: app/libraries/main.php:2140
1108
  #, fuzzy
1109
  #| msgid "Name"
1110
  msgid "MEC Name"
1111
  msgstr "Navn"
1112
 
1113
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1114
+ #: app/libraries/main.php:2169
1115
  #, fuzzy
1116
  #| msgid "Email"
1117
  msgid "MEC Email"
1118
  msgstr "E-post"
1119
 
1120
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1121
+ #: app/libraries/main.php:2110
1122
  msgid "Text"
1123
  msgstr "Tekst"
1124
 
1125
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1126
  #: app/features/organizers.php:102 app/features/organizers.php:146
1127
  #: app/features/speakers.php:111 app/features/speakers.php:175
1128
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1129
  msgid "Tel"
1130
  msgstr "Tlf"
1131
 
1132
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1133
+ #: app/libraries/main.php:2228
1134
  msgid "File"
1135
  msgstr ""
1136
 
1137
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1138
+ #: app/libraries/main.php:2315
1139
  msgid "Textarea"
1140
  msgstr "Tekstområde"
1141
 
1142
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1143
+ #: app/libraries/main.php:2368
1144
  msgid "Checkboxes"
1145
  msgstr "Avmerkingsbokser"
1146
 
1147
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1148
+ #: app/libraries/main.php:2412
1149
  msgid "Radio Buttons"
1150
  msgstr "Radioknapper"
1151
 
1213
  #: app/features/mec/meta_boxes/search_form.php:569
1214
  #: app/features/mec/meta_boxes/search_form.php:576
1215
  #: app/features/mec/meta_boxes/search_form.php:583
1216
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1217
  msgid "Dropdown"
1218
  msgstr "Nedtrekksmeny"
1219
 
1220
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1221
+ #: app/libraries/main.php:2503
1222
  msgid "Agreement"
1223
  msgstr "Avtalen"
1224
 
1225
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1226
+ #: app/libraries/main.php:2344
1227
  msgid "Paragraph"
1228
  msgstr "Avsnitt"
1229
 
1246
  msgstr "arrangører"
1247
 
1248
  #: app/features/events.php:2429 app/features/events.php:2609
1249
+ #: app/features/events.php:2651 app/features/ix.php:2740
1250
+ #: app/features/ix.php:2781 app/features/locations.php:58
1251
  #: app/features/locations.php:229 app/features/locations.php:286
1252
  #: app/features/locations.php:288 app/features/locations.php:297
1253
  #: app/features/mec/meta_boxes/display_options.php:818
1259
  #: app/features/mec/meta_boxes/search_form.php:369
1260
  #: app/features/mec/meta_boxes/search_form.php:423
1261
  #: app/features/mec/meta_boxes/search_form.php:484
1262
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1263
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1264
  #: app/skins/single.php:255 app/skins/single/default.php:141
1265
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1266
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1268
  msgstr "Sted"
1269
 
1270
  #: app/features/events.php:2430 app/features/events.php:2609
1271
+ #: app/features/events.php:2651 app/features/ix.php:2740
1272
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1273
  #: app/features/mec/meta_boxes/display_options.php:819
1274
  #: app/features/mec/meta_boxes/search_form.php:45
1275
  #: app/features/mec/meta_boxes/search_form.php:106
1282
  #: app/features/mec/meta_boxes/search_form.php:552
1283
  #: app/features/organizers.php:58 app/features/organizers.php:199
1284
  #: app/features/organizers.php:255 app/features/organizers.php:257
1285
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1286
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1287
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1288
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1322
  msgstr "Dupliser"
1323
 
1324
  #: app/features/events.php:2609 app/features/events.php:2651
1325
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1326
  #: app/features/labels.php:176 app/features/locations.php:228
1327
  #: app/features/organizers.php:198 app/features/speakers.php:241
1328
  msgid "ID"
1329
  msgstr "ID"
1330
 
1331
  #: app/features/events.php:2609 app/features/events.php:2651
1332
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1333
  msgid "Link"
1334
  msgstr "Lenke"
1335
 
1435
 
1436
  #: app/features/fes/form.php:547 app/features/labels.php:61
1437
  #: app/features/labels.php:220 app/features/mec.php:317
1438
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1439
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1440
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1441
  msgid "Labels"
1500
  msgid "The events are imported successfully!"
1501
  msgstr "Hendelser er vellykket importert!"
1502
 
1503
+ #: app/features/ix.php:780
1504
  msgid "Third Party plugin is not installed and activated!"
1505
  msgstr "Tredjeparts plugin er ikke installert og aktivert!"
1506
 
1507
+ #: app/features/ix.php:800
1508
  msgid "Third Party plugin is invalid!"
1509
  msgstr "Tredjeparts plugin er ugyldig!"
1510
 
1511
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1512
  msgid "Both of API key and Calendar ID are required!"
1513
  msgstr "Både API nøkkel og Kalender ID er påkrevd!"
1514
 
1515
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1516
  msgid "Please select some events to import!"
1517
  msgstr "Vennligst velg data som skal importeres!"
1518
 
1519
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1520
  msgid "Both of API key and Group URL are required!"
1521
  msgstr "Både API-nøkkel og gruppe-URL kreves!"
1522
 
1523
+ #: app/features/ix.php:2663
1524
  msgid "Check at Meetup"
1525
  msgstr "Sjekk på Meetup"
1526
 
1527
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1528
  msgid "Organizer Tel"
1529
  msgstr "Tlf til arrangør"
1530
 
1531
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1532
  msgid "Organizer Email"
1533
  msgstr "Arrangør e-post"
1534
 
1535
+ #: app/features/ix.php:2862
1536
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1537
  msgstr "Alle Klient ID, Klient Hemmelig Kode og Kalender-ID er påkrevd!"
1538
 
1539
+ #: app/features/ix.php:2885
1540
  #, php-format
1541
  msgid "All seems good! Please click %s for authenticating your app."
1542
  msgstr "Alt ser bra ut! Klikk %s for å godkjenne din app."
1543
 
1544
+ #: app/features/ix.php:2939
1545
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1546
  msgstr "Alle felt, klientapp, klienthemmelig og kalender-ID er påkrevd!"
1547
 
1548
+ #: app/features/ix.php:3138
1549
  #, php-format
1550
  msgid "%s events added to Google Calendar successfully."
1551
  msgstr "%s hendelser lagt til i Google Kalender vellykket."
1552
 
1553
+ #: app/features/ix.php:3139
1554
  #, php-format
1555
  msgid "%s previously added events get updated."
1556
  msgstr "%s tidligere hendelser lagt til blir oppdatert."
1557
 
1558
+ #: app/features/ix.php:3140
1559
  #, php-format
1560
  msgid "%s events failed to add for following reasons: %s"
1561
  msgstr "%s hendelser kunne ikke tilføyes av følgende grunner: %s"
1562
 
1563
+ #: app/features/ix.php:3172
1564
  msgid "Please insert your Facebook page's link."
1565
  msgstr "Vennligst sett inn lenken til Facebook-siden din."
1566
 
1567
+ #: app/features/ix.php:3181
1568
  msgid ""
1569
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1570
  "valid Facebook page link."
1572
  "Vi kunne ikke gjenkjenne din Facebook-side. Vennligst sjekk den og gi oss en "
1573
  "gyldig Facebook side link."
1574
 
1575
+ #: app/features/ix.php:3213
1576
  msgid "Please insert your facebook page's link."
1577
  msgstr "Vennligst sett inn linken til din Facebook-side."
1578
 
1579
+ #: app/features/ix.php:3218
1580
  msgid ""
1581
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1582
  "valid facebook page link."
2132
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2133
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2134
  #: app/skins/monthly_view/calendar_clean.php:81
2135
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2136
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2137
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2138
  msgid "Featured"
2139
  msgstr "Fremhevet"
2140
 
2141
  #: app/features/labels.php:117 app/features/labels.php:142
2142
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2143
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2144
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2145
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2146
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2147
  #: app/skins/monthly_view/calendar.php:84
2148
  #: app/skins/monthly_view/calendar_clean.php:85
2149
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2150
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2151
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2152
  msgid "Canceled"
2174
 
2175
  #: app/features/locations.php:59 app/features/mec.php:318
2176
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2177
+ #: app/libraries/main.php:4379
2178
  msgid "Locations"
2179
  msgstr "Steder"
2180
 
2281
  msgid "Don't show map in single event page"
2282
  msgstr "Ikke vis kart i enkelt arrangement visning"
2283
 
2284
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2285
  #, fuzzy
2286
  #| msgid "Locations"
2287
  msgid "Other Locations"
2339
 
2340
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2341
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2342
+ #: app/libraries/main.php:4381
2343
  msgid "Organizers"
2344
  msgstr "Arrangører"
2345
 
2358
  msgid "MEC - Addons"
2359
  msgstr "MEC Innstillinger"
2360
 
2361
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2362
  msgid "Addons"
2363
  msgstr ""
2364
 
2414
  msgid "Modal 1"
2415
  msgstr "Modale 1"
2416
 
2417
+ #: app/features/mec/addons.php:24
2418
  msgid "How to Purchase"
2419
  msgstr ""
2420
 
2421
+ #: app/features/mec/addons.php:25
2422
  msgid "Install Addons"
2423
  msgstr ""
2424
 
2425
+ #: app/features/mec/addons.php:28
2426
  msgid ""
2427
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2428
  "however, you cannot install and use them on the Lite version too."
2429
  msgstr ""
2430
 
2431
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2432
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2433
  msgid "Version"
2434
  msgstr "Versjon"
2435
 
2436
+ #: app/features/mec/addons.php:86
2437
  msgid "Coming Soon"
2438
  msgstr ""
2439
 
2440
+ #: app/features/mec/addons.php:97
2441
  msgid ""
2442
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2443
  "functions are <strong>not activated</strong> on your server. Please contact "
2995
 
2996
  #: app/features/mec/meta_boxes/display_options.php:414
2997
  #: app/features/mec/meta_boxes/display_options.php:431
2998
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
2999
+ #: app/libraries/main.php:1226
3000
  msgid "List View"
3001
  msgstr "Listevisning"
3002
 
3003
  #: app/features/mec/meta_boxes/display_options.php:415
3004
  #: app/features/mec/meta_boxes/display_options.php:441
3005
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
3006
+ #: app/libraries/main.php:1220
3007
  msgid "Yearly View"
3008
  msgstr "Årlig Visning"
3009
 
3014
 
3015
  #: app/features/mec/meta_boxes/display_options.php:417
3016
  #: app/features/mec/meta_boxes/display_options.php:473
3017
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3018
+ #: app/libraries/main.php:1222
3019
  msgid "Weekly View"
3020
  msgstr "Ukentlig Visning"
3021
 
3022
  #: app/features/mec/meta_boxes/display_options.php:418
3023
  #: app/features/mec/meta_boxes/display_options.php:483
3024
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3025
+ #: app/libraries/main.php:1223
3026
  msgid "Daily View"
3027
  msgstr "Daglig Visning"
3028
 
3381
  #: app/features/mec/meta_boxes/search_form.php:437
3382
  #: app/features/mec/meta_boxes/search_form.php:498
3383
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3384
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3385
  #: app/libraries/skins.php:824
3386
  msgid "Speaker"
3387
  msgstr "Foredragsholder"
3919
  msgstr ""
3920
 
3921
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3922
+ #: app/libraries/main.php:4388
3923
  msgid "Weekdays"
3924
  msgstr "Ukedager"
3925
 
4662
  msgstr ""
4663
 
4664
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4665
+ #: app/libraries/main.php:4570
4666
  msgid "Verified"
4667
  msgstr "Verifisert"
4668
 
5190
  msgid "eg. https://webnus.net"
5191
  msgstr "F.eks. https://webnus.net"
5192
 
5193
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5194
  #: app/skins/single.php:194
5195
  msgid "Other Organizers"
5196
  msgstr "Andre Arrangører"
5210
  msgid "#"
5211
  msgstr "#"
5212
 
5213
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5214
  msgid "Status"
5215
  msgstr "Status"
5216
 
5217
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5218
  msgid "Attendees"
5219
  msgstr "Deltakere"
5220
 
5227
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5228
  msgstr "<i class=\"mec-sl-eye\"></i> %s"
5229
 
5230
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5231
+ #: app/libraries/main.php:4410
5232
  msgid "Ticket"
5233
  msgstr "Billett"
5234
 
5266
  msgstr "Sett inn nettadressen til Facebook-siden"
5267
 
5268
  #: app/features/speakers.php:135 app/features/speakers.php:187
5269
+ #: app/libraries/main.php:1083
5270
  msgid "Google+"
5271
  msgstr "Google+"
5272
 
5367
  msgid "There is no excerpt because this is a protected post."
5368
  msgstr "Det er ikke noe utdrag for dette er et beskyttet innlegg."
5369
 
5370
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5371
+ #: app/libraries/main.php:1227
5372
  msgid "Grid View"
5373
  msgstr "Rutenett visning"
5374
 
5375
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5376
+ #: app/libraries/main.php:1228
5377
  msgid "Agenda View"
5378
  msgstr "Agenda-visning"
5379
 
5380
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5381
+ #: app/libraries/main.php:1219
5382
  msgid "Full Calendar"
5383
  msgstr "Full Kalender"
5384
 
5385
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5386
+ #: app/libraries/main.php:1221
5387
  msgid "Calendar/Monthly View"
5388
  msgstr "Kalender / Månedlig visning"
5389
 
5390
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5391
+ #: app/libraries/main.php:1224
5392
  msgid "Timetable View"
5393
  msgstr "Tidstabell Visning"
5394
 
5395
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5396
+ #: app/libraries/main.php:1225
5397
  msgid "Masonry View"
5398
  msgstr "Masonry visning"
5399
 
5400
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5401
+ #: app/libraries/main.php:1229
5402
  msgid "Map View"
5403
  msgstr "Kartvisning"
5404
 
5422
  msgid "Slider View"
5423
  msgstr "Slider Visning"
5424
 
5425
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5426
  msgid "SU"
5427
  msgstr "SØN"
5428
 
5429
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5430
  msgid "MO"
5431
  msgstr "MAN"
5432
 
5433
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5434
  msgid "TU"
5435
  msgstr "TIRS"
5436
 
5437
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5438
  msgid "WE"
5439
  msgstr "ONS"
5440
 
5441
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5442
  msgid "TH"
5443
  msgstr "TORS"
5444
 
5445
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5446
  msgid "FR"
5447
  msgstr "FRE"
5448
 
5449
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5450
  msgid "SA"
5451
  msgstr "LØR"
5452
 
5453
+ #: app/libraries/main.php:1041
5454
  msgid "Events at this location"
5455
  msgstr "Arrangementer på dette stedet"
5456
 
5457
+ #: app/libraries/main.php:1041
5458
  msgid "Event at this location"
5459
  msgstr "Arrangement på dette stedet"
5460
 
5461
+ #: app/libraries/main.php:1082
5462
  msgid "Facebook"
5463
  msgstr "Facebook"
5464
 
5465
+ #: app/libraries/main.php:1084
5466
  msgid "Twitter"
5467
  msgstr "Twitter"
5468
 
5469
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5470
  msgid "Linkedin"
5471
  msgstr "LinkedIn"
5472
 
5473
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5474
  msgid "VK"
5475
  msgstr "VK"
5476
 
5477
+ #: app/libraries/main.php:1105
5478
  msgid "Share on Facebook"
5479
  msgstr "Del på Facebook"
5480
 
5481
+ #: app/libraries/main.php:1120
5482
  msgid "Google Plus"
5483
  msgstr "Google Plus"
5484
 
5485
+ #: app/libraries/main.php:1135
5486
  msgid "Tweet"
5487
  msgstr "Tweet"
5488
 
5489
+ #: app/libraries/main.php:1205
5490
  msgid "Custom Shortcode"
5491
  msgstr "Alternativ Kortkode"
5492
 
5493
+ #: app/libraries/main.php:1564
5494
  msgid "Your booking successfully verified."
5495
  msgstr "Din bestilling ble godkjent."
5496
 
5497
+ #: app/libraries/main.php:1565
5498
  msgid "Your booking cannot verify!"
5499
  msgstr "Din bestilling ble ikke godkjent!"
5500
 
5501
+ #: app/libraries/main.php:1577
5502
  msgid "Your booking successfully canceled."
5503
  msgstr "Din booking ble kansellert."
5504
 
5505
+ #: app/libraries/main.php:1578
5506
  msgid "Your booking cannot be canceled."
5507
  msgstr "Din booking ble ikke kansellert."
5508
 
5509
+ #: app/libraries/main.php:1582
5510
  msgid "You canceled the payment successfully."
5511
  msgstr "Du kansellerte betalingen."
5512
 
5513
+ #: app/libraries/main.php:1586
5514
  msgid "You returned from payment gateway successfully."
5515
  msgstr "Du returnerte fra betalingsvalget."
5516
 
5517
+ #: app/libraries/main.php:1610
5518
  msgid "Cannot find the booking!"
5519
  msgstr "Kan ikke finne bestillingen!"
5520
 
5521
+ #: app/libraries/main.php:1610
5522
  msgid "Booking is invalid."
5523
  msgstr "Bestillingen er ugyldig."
5524
 
5525
+ #: app/libraries/main.php:1639
5526
  #, php-format
5527
  msgid "%s Invoice"
5528
  msgstr "%s Faktura"
5529
 
5530
+ #: app/libraries/main.php:1660
5531
  msgid "Transaction ID"
5532
  msgstr "Transaksjons-ID"
5533
 
5534
+ #: app/libraries/main.php:1713
5535
  msgid "Billing"
5536
  msgstr "Fakturering"
5537
 
5538
+ #: app/libraries/main.php:1724
5539
  msgid "Total"
5540
  msgstr "Total"
5541
 
5542
+ #: app/libraries/main.php:1757
5543
  msgid "Security nonce is not valid."
5544
  msgstr "Sikkerhetskonfigurasjon er ikke gyldig."
5545
 
5546
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5547
  msgid "iCal export stopped!"
5548
  msgstr "iCal eksport stoppet!"
5549
 
5550
+ #: app/libraries/main.php:1789
5551
  msgid "Request is not valid."
5552
  msgstr "Forespørselen er ugyldig."
5553
 
5554
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5555
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5556
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5557
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5558
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5559
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5560
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5561
  msgid "Sort"
5562
  msgstr "Sortere"
5563
 
5564
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5565
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5566
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5567
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5568
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5569
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5570
  msgid "Required Field"
5571
  msgstr "Obligatorisk skjemafelt"
5572
 
5573
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5574
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5575
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5576
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5577
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5578
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5579
  msgid "Insert a label for this field"
5580
  msgstr "Sett inn en tittel for dette feltet"
5581
 
5582
+ #: app/libraries/main.php:2349
5583
  msgid "HTML and shortcode are allowed."
5584
  msgstr "HTML og kortkoder er tillatt."
5585
 
5586
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5587
+ #: app/libraries/main.php:2480
5588
  msgid "Option"
5589
  msgstr "Alternativ"
5590
 
5591
+ #: app/libraries/main.php:2514
5592
  #, php-format
5593
  msgid "Instead of %s, the page title with a link will be show."
5594
  msgstr "Istedenfor %s, vil sidetittelen med en lenke bli vist."
5595
 
5596
+ #: app/libraries/main.php:2516
5597
  msgid "Agreement Page"
5598
  msgstr "Avtale Side"
5599
 
5600
+ #: app/libraries/main.php:2527
5601
  msgid "Checked by default"
5602
  msgstr "Avmerket som standard"
5603
 
5604
+ #: app/libraries/main.php:2528
5605
  msgid "Unchecked by default"
5606
  msgstr "Ikke avkrysset somstandard"
5607
 
5608
+ #: app/libraries/main.php:2550
5609
  msgid "Insert a label for this option"
5610
  msgstr "Sett inn en etikett for dette alternativet"
5611
 
5612
+ #: app/libraries/main.php:2565
5613
  msgid "Free"
5614
  msgstr "Gratis"
5615
 
5616
+ #: app/libraries/main.php:3217
5617
  #, php-format
5618
  msgid "Copy of %s"
5619
  msgstr "Kopi av %s"
5620
 
5621
+ #: app/libraries/main.php:3880
5622
  msgid "Booked an event."
5623
  msgstr "Bestilte ett arrangement."
5624
 
5625
+ #: app/libraries/main.php:3921
5626
  #, php-format
5627
  msgid "%s booked %s event."
5628
  msgstr "%s bestilt %s arrangement."
5629
 
5630
+ #: app/libraries/main.php:4373
5631
  msgid "Taxonomies"
5632
  msgstr "Taxonomies"
5633
 
5634
+ #: app/libraries/main.php:4375
5635
  msgid "Category Plural Label"
5636
  msgstr "Kategori Fler Etikett"
5637
 
5638
+ #: app/libraries/main.php:4376
5639
  msgid "Category Singular Label"
5640
  msgstr "Kategori Singel Tittel"
5641
 
5642
+ #: app/libraries/main.php:4377
5643
  msgid "Label Plural Label"
5644
  msgstr "Etiketter Flertall"
5645
 
5646
+ #: app/libraries/main.php:4378
5647
  msgid "Label Singular Label"
5648
  msgstr "Etiketter Entall"
5649
 
5650
+ #: app/libraries/main.php:4378
5651
  msgid "label"
5652
  msgstr "etikett"
5653
 
5654
+ #: app/libraries/main.php:4379
5655
  msgid "Location Plural Label"
5656
  msgstr "Lokasjon Flertall Etiketter"
5657
 
5658
+ #: app/libraries/main.php:4380
5659
  msgid "Location Singular Label"
5660
  msgstr "Plasseringen Entall Etikett"
5661
 
5662
+ #: app/libraries/main.php:4381
5663
  msgid "Organizer Plural Label"
5664
  msgstr "Arrangør Flertall etikett"
5665
 
5666
+ #: app/libraries/main.php:4382
5667
  msgid "Organizer Singular Label"
5668
  msgstr "Arrangør Enkel Etikett"
5669
 
5670
+ #: app/libraries/main.php:4383
5671
  msgid "Speaker Plural Label"
5672
  msgstr "Instruktør/Foredragsholder flere etiketter"
5673
 
5674
+ #: app/libraries/main.php:4384
5675
  msgid "Speaker Singular Label"
5676
  msgstr "Instruktør/Foredragsholder enkelt etikett"
5677
 
5678
+ #: app/libraries/main.php:4390
5679
  msgid "Sunday abbreviation"
5680
  msgstr "Forkortelser på søndager"
5681
 
5682
+ #: app/libraries/main.php:4391
5683
  msgid "Monday abbreviation"
5684
  msgstr "Mandag forkortelse"
5685
 
5686
+ #: app/libraries/main.php:4392
5687
  msgid "Tuesday abbreviation"
5688
  msgstr "Tirsdag forkortelse"
5689
 
5690
+ #: app/libraries/main.php:4393
5691
  msgid "Wednesday abbreviation"
5692
  msgstr "Onsdag forkortelse"
5693
 
5694
+ #: app/libraries/main.php:4394
5695
  msgid "Thursday abbreviation"
5696
  msgstr "Torsdag forkortelse"
5697
 
5698
+ #: app/libraries/main.php:4395
5699
  msgid "Friday abbreviation"
5700
  msgstr "Fredag forkortelse"
5701
 
5702
+ #: app/libraries/main.php:4396
5703
  msgid "Saturday abbreviation"
5704
  msgstr "Lørdag forkortelse"
5705
 
5706
+ #: app/libraries/main.php:4400
5707
  msgid "Others"
5708
  msgstr "Øvrige"
5709
 
5710
+ #: app/libraries/main.php:4402
5711
  msgid "Booking Success Message"
5712
  msgstr "Melding ved vellykket bestilling"
5713
 
5714
+ #: app/libraries/main.php:4402
5715
  msgid ""
5716
  "Thanks for your booking. Your tickets booked, booking verification might be "
5717
  "needed, please check your email."
5719
  "Takk for din bestilling. Din plass er bestilt, men vi trenger kanskje din "
5720
  "bekreftelse. Vennligst sjekk din epost."
5721
 
5722
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5723
  msgid "Register Button"
5724
  msgstr "Registreringsknapp"
5725
 
5726
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5727
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5728
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5729
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5730
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5733
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5734
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5735
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5736
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5737
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5738
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5739
  msgid "REGISTER"
5740
  msgstr "Registrere"
5741
 
5742
+ #: app/libraries/main.php:4404
5743
  msgid "View Detail Button"
5744
  msgstr "Se Detalj Knapp"
5745
 
5746
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5747
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5748
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5749
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5750
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5751
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5752
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5753
+ #: app/skins/slider/render.php:299
5754
  msgid "View Detail"
5755
  msgstr "Se detaljer"
5756
 
5757
+ #: app/libraries/main.php:4405
5758
  msgid "Event Detail Button"
5759
  msgstr "Knapp for arrangementsdetaljer"
5760
 
5761
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5762
  msgid "Event Detail"
5763
  msgstr "Arrangement Detaljer"
5764
 
5765
+ #: app/libraries/main.php:4407
5766
  msgid "More Info Link"
5767
  msgstr "Mer Info Lenke"
5768
 
5769
+ #: app/libraries/main.php:4410
5770
  msgid "Ticket (Singular)"
5771
  msgstr "Billett (Singel)"
5772
 
5773
+ #: app/libraries/main.php:4411
5774
  msgid "Tickets (Plural)"
5775
  msgstr "Billetter (Flertall)"
5776
 
5777
+ #: app/libraries/main.php:4478
5778
  msgid "EventON"
5779
  msgstr "EventON"
5780
 
5781
+ #: app/libraries/main.php:4479
5782
  msgid "The Events Calendar"
5783
  msgstr "Aktivitetskalenderen"
5784
 
5785
+ #: app/libraries/main.php:4480
5786
  msgid "Events Schedule WP Plugin"
5787
  msgstr "Arrangement Planlegging WP Plugin"
5788
 
5789
+ #: app/libraries/main.php:4481
5790
  msgid "Calendarize It"
5791
  msgstr "HOP Kalender"
5792
 
5793
+ #: app/libraries/main.php:4555
5794
  msgid "Confirmed"
5795
  msgstr "Bekreftet"
5796
 
5797
+ #: app/libraries/main.php:4556
5798
  msgid "Rejected"
5799
  msgstr "Avvist"
5800
 
5801
+ #: app/libraries/main.php:4557
5802
  msgid "Pending"
5803
  msgstr "Venter"
5804
 
5805
+ #: app/libraries/main.php:4572
5806
  msgid "Waiting"
5807
  msgstr "Ventende"
5808
 
5890
  msgid "Free Booking"
5891
  msgstr "Book nå, betal senere"
5892
 
5893
+ #: app/modules/booking/steps/form.php:162
5894
  msgid "Fill other attendees information like the first form."
5895
  msgstr "Fyll ut andre deltakere informasjon som det første skjemaet."
5896
 
5897
+ #: app/modules/booking/steps/form.php:175
5898
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5899
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5900
  msgid "Next"
6033
  msgid "View All"
6034
  msgstr "Vis alle"
6035
 
6036
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6037
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6038
  #: app/skins/list/render.php:119
6039
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-nl_NL.mo CHANGED
Binary file
languages/modern-events-calendar-lite-nl_NL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:48+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:48+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
@@ -275,7 +275,7 @@ msgstr "Evenement toevoegen"
275
  msgid "Add New Event"
276
  msgstr "Voeg nieuw evenement toe"
277
 
278
- #: app/features/events.php:138 app/features/ix.php:3181
279
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
280
  msgid "No events found!"
281
  msgstr "Geen evenementen gevonden!"
@@ -307,7 +307,7 @@ msgstr "Geen evenementen gevonden in de prullenbak."
307
  #: app/features/mec/meta_boxes/search_form.php:362
308
  #: app/features/mec/meta_boxes/search_form.php:416
309
  #: app/features/mec/meta_boxes/search_form.php:477
310
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
311
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
312
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -316,7 +316,7 @@ msgstr "Categorie"
316
 
317
  #: app/features/events.php:160 app/features/fes/form.php:522
318
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
319
- #: app/libraries/main.php:4372
320
  msgid "Categories"
321
  msgstr "Categorieën"
322
 
@@ -390,14 +390,14 @@ msgstr "Evenement details"
390
 
391
  #: app/features/events.php:306 app/features/events.php:2609
392
  #: app/features/events.php:2651 app/features/fes/form.php:483
393
- #: app/features/ix.php:2719 app/features/ix.php:2760
394
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
395
  #: app/widgets/single.php:103
396
  msgid "Event Cost"
397
  msgstr "Evenements kosten"
398
 
399
  #: app/features/events.php:309 app/features/fes/form.php:486
400
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
401
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
402
  #: app/skins/single/modern.php:187
403
  msgid "Cost"
@@ -424,10 +424,10 @@ msgstr "Naam"
424
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
425
  #: app/features/organizers.php:110 app/features/organizers.php:150
426
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
427
- #: app/features/speakers.php:179 app/libraries/main.php:1084
428
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
429
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
430
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
431
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
432
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
433
  #: app/skins/single/modern.php:38
@@ -441,8 +441,8 @@ msgstr "Datum en tijd"
441
  #: app/features/events.php:419 app/features/events.php:423
442
  #: app/features/events.php:2431 app/features/events.php:2609
443
  #: app/features/events.php:2651 app/features/fes/form.php:227
444
- #: app/features/fes/form.php:231 app/features/ix.php:2719
445
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
446
  #: app/features/mec/dashboard.php:334
447
  #: app/features/mec/meta_boxes/display_options.php:42
448
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -477,8 +477,8 @@ msgstr "PM"
477
  #: app/features/events.php:500 app/features/events.php:504
478
  #: app/features/events.php:2432 app/features/events.php:2609
479
  #: app/features/events.php:2651 app/features/fes/form.php:267
480
- #: app/features/fes/form.php:271 app/features/ix.php:2719
481
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
482
  #: app/features/mec/dashboard.php:335
483
  msgid "End Date"
484
  msgstr "Einddatum"
@@ -751,7 +751,7 @@ msgstr "Elke doordeweekse dag"
751
 
752
  #: app/features/events.php:810 app/features/events.php:1819
753
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
754
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
755
  #: app/modules/booking/steps/tickets.php:22
756
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
757
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -795,8 +795,8 @@ msgstr ""
795
  #: app/features/events.php:981 app/features/events.php:1612
796
  #: app/features/events.php:1652 app/features/events.php:2428
797
  #: app/features/events.php:2609 app/features/events.php:2651
798
- #: app/features/fes/form.php:216 app/features/ix.php:2719
799
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
800
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
801
  msgid "Title"
802
  msgstr "Titel"
@@ -810,14 +810,14 @@ msgstr "Titel"
810
  #: app/features/events.php:1641 app/features/events.php:1681
811
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
812
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
813
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
814
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
815
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
816
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
817
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
818
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
819
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
820
- #: app/libraries/main.php:2546
821
  msgid "Remove"
822
  msgstr "Verwijderen"
823
 
@@ -845,7 +845,7 @@ msgstr "Beschrijving"
845
  #: app/features/events.php:986 app/features/fes/form.php:615
846
  #: app/features/mec.php:324 app/features/mec/settings.php:78
847
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
848
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
849
  msgid "Speakers"
850
  msgstr ""
851
 
@@ -861,7 +861,7 @@ msgid "Event Links"
861
  msgstr "Evenement locatie"
862
 
863
  #: app/features/events.php:1015 app/features/events.php:1019
864
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
865
  #, fuzzy
866
  msgid "Event Link"
867
  msgstr "Evenement locatie"
@@ -886,7 +886,7 @@ msgid "URL Shortener"
886
  msgstr ""
887
 
888
  #: app/features/events.php:1029 app/features/events.php:1038
889
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
890
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
891
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
892
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -942,7 +942,7 @@ msgid "Read About A Booking System"
942
  msgstr "Bedankt voor uw boeking"
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Tickets"
948
 
@@ -959,13 +959,13 @@ msgstr "Ticket naam"
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
- #: app/features/ix.php:2719 app/features/ix.php:2760
963
  msgid "Start Time"
964
  msgstr ""
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
- #: app/features/ix.php:2719 app/features/ix.php:2760
969
  msgid "End Time"
970
  msgstr ""
971
 
@@ -1089,48 +1089,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1092
- #: app/libraries/main.php:2137
1093
  #, fuzzy
1094
  #| msgid "Name"
1095
  msgid "MEC Name"
1096
  msgstr "Naam"
1097
 
1098
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1099
- #: app/libraries/main.php:2166
1100
  #, fuzzy
1101
  #| msgid "Email"
1102
  msgid "MEC Email"
1103
  msgstr "Email"
1104
 
1105
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1106
- #: app/libraries/main.php:2107
1107
  msgid "Text"
1108
  msgstr "Tekst"
1109
 
1110
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1111
  #: app/features/organizers.php:102 app/features/organizers.php:146
1112
  #: app/features/speakers.php:111 app/features/speakers.php:175
1113
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1114
  msgid "Tel"
1115
  msgstr "Tel"
1116
 
1117
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1118
- #: app/libraries/main.php:2225
1119
  msgid "File"
1120
  msgstr ""
1121
 
1122
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1123
- #: app/libraries/main.php:2312
1124
  msgid "Textarea"
1125
  msgstr "Tekstgebied"
1126
 
1127
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1128
- #: app/libraries/main.php:2365
1129
  msgid "Checkboxes"
1130
  msgstr "Checkboxes"
1131
 
1132
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1133
- #: app/libraries/main.php:2409
1134
  msgid "Radio Buttons"
1135
  msgstr "Radio knoppen"
1136
 
@@ -1198,17 +1198,17 @@ msgstr "Radio knoppen"
1198
  #: app/features/mec/meta_boxes/search_form.php:569
1199
  #: app/features/mec/meta_boxes/search_form.php:576
1200
  #: app/features/mec/meta_boxes/search_form.php:583
1201
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1202
  msgid "Dropdown"
1203
  msgstr "Dropdown"
1204
 
1205
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1206
- #: app/libraries/main.php:2500
1207
  msgid "Agreement"
1208
  msgstr ""
1209
 
1210
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1211
- #: app/libraries/main.php:2341
1212
  msgid "Paragraph"
1213
  msgstr "Paragraaf"
1214
 
@@ -1231,8 +1231,8 @@ msgid "organizers"
1231
  msgstr ""
1232
 
1233
  #: app/features/events.php:2429 app/features/events.php:2609
1234
- #: app/features/events.php:2651 app/features/ix.php:2719
1235
- #: app/features/ix.php:2760 app/features/locations.php:58
1236
  #: app/features/locations.php:229 app/features/locations.php:286
1237
  #: app/features/locations.php:288 app/features/locations.php:297
1238
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1244,8 +1244,8 @@ msgstr ""
1244
  #: app/features/mec/meta_boxes/search_form.php:369
1245
  #: app/features/mec/meta_boxes/search_form.php:423
1246
  #: app/features/mec/meta_boxes/search_form.php:484
1247
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1248
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1249
  #: app/skins/single.php:255 app/skins/single/default.php:141
1250
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1251
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1253,8 +1253,8 @@ msgid "Location"
1253
  msgstr "Locatie"
1254
 
1255
  #: app/features/events.php:2430 app/features/events.php:2609
1256
- #: app/features/events.php:2651 app/features/ix.php:2719
1257
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1258
  #: app/features/mec/meta_boxes/display_options.php:819
1259
  #: app/features/mec/meta_boxes/search_form.php:45
1260
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1267,7 +1267,7 @@ msgstr "Locatie"
1267
  #: app/features/mec/meta_boxes/search_form.php:552
1268
  #: app/features/organizers.php:58 app/features/organizers.php:199
1269
  #: app/features/organizers.php:255 app/features/organizers.php:257
1270
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1271
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1272
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1273
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1307,14 +1307,14 @@ msgid "Duplicate"
1307
  msgstr ""
1308
 
1309
  #: app/features/events.php:2609 app/features/events.php:2651
1310
- #: app/features/ix.php:2719 app/features/ix.php:2760
1311
  #: app/features/labels.php:176 app/features/locations.php:228
1312
  #: app/features/organizers.php:198 app/features/speakers.php:241
1313
  msgid "ID"
1314
  msgstr "ID"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
- #: app/features/ix.php:2719 app/features/ix.php:2760
1318
  msgid "Link"
1319
  msgstr ""
1320
 
@@ -1421,7 +1421,7 @@ msgstr "Verwijder afbeelding"
1421
 
1422
  #: app/features/fes/form.php:547 app/features/labels.php:61
1423
  #: app/features/labels.php:220 app/features/mec.php:317
1424
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1425
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1426
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1427
  msgid "Labels"
@@ -1485,81 +1485,81 @@ msgstr ""
1485
  msgid "The events are imported successfully!"
1486
  msgstr ""
1487
 
1488
- #: app/features/ix.php:756
1489
  msgid "Third Party plugin is not installed and activated!"
1490
  msgstr ""
1491
 
1492
- #: app/features/ix.php:781
1493
  msgid "Third Party plugin is invalid!"
1494
  msgstr ""
1495
 
1496
- #: app/features/ix.php:1926 app/features/ix.php:1984
1497
  msgid "Both of API key and Calendar ID are required!"
1498
  msgstr ""
1499
 
1500
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1501
  msgid "Please select some events to import!"
1502
  msgstr ""
1503
 
1504
- #: app/features/ix.php:2340 app/features/ix.php:2403
1505
  msgid "Both of API key and Group URL are required!"
1506
  msgstr ""
1507
 
1508
- #: app/features/ix.php:2642
1509
  msgid "Check at Meetup"
1510
  msgstr ""
1511
 
1512
- #: app/features/ix.php:2719 app/features/ix.php:2760
1513
  msgid "Organizer Tel"
1514
  msgstr ""
1515
 
1516
- #: app/features/ix.php:2719 app/features/ix.php:2760
1517
  msgid "Organizer Email"
1518
  msgstr ""
1519
 
1520
- #: app/features/ix.php:2841
1521
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1522
  msgstr ""
1523
 
1524
- #: app/features/ix.php:2864
1525
  #, php-format
1526
  msgid "All seems good! Please click %s for authenticating your app."
1527
  msgstr ""
1528
 
1529
- #: app/features/ix.php:2918
1530
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1531
  msgstr ""
1532
 
1533
- #: app/features/ix.php:3117
1534
  #, php-format
1535
  msgid "%s events added to Google Calendar successfully."
1536
  msgstr ""
1537
 
1538
- #: app/features/ix.php:3118
1539
  #, php-format
1540
  msgid "%s previously added events get updated."
1541
  msgstr ""
1542
 
1543
- #: app/features/ix.php:3119
1544
  #, php-format
1545
  msgid "%s events failed to add for following reasons: %s"
1546
  msgstr ""
1547
 
1548
- #: app/features/ix.php:3151
1549
  msgid "Please insert your Facebook page's link."
1550
  msgstr ""
1551
 
1552
- #: app/features/ix.php:3160
1553
  msgid ""
1554
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1555
  "valid Facebook page link."
1556
  msgstr ""
1557
 
1558
- #: app/features/ix.php:3192
1559
  msgid "Please insert your facebook page's link."
1560
  msgstr ""
1561
 
1562
- #: app/features/ix.php:3197
1563
  msgid ""
1564
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1565
  "valid facebook page link."
@@ -2090,7 +2090,7 @@ msgstr ""
2090
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2091
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2092
  #: app/skins/monthly_view/calendar_clean.php:81
2093
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2094
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2095
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2096
  #, fuzzy
@@ -2099,14 +2099,14 @@ msgid "Featured"
2099
  msgstr "Uitgelichte afbeelding"
2100
 
2101
  #: app/features/labels.php:117 app/features/labels.php:142
2102
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2103
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2104
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2105
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2106
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2107
  #: app/skins/monthly_view/calendar.php:84
2108
  #: app/skins/monthly_view/calendar_clean.php:85
2109
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2110
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2111
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2112
  msgid "Canceled"
@@ -2134,7 +2134,7 @@ msgstr ""
2134
 
2135
  #: app/features/locations.php:59 app/features/mec.php:318
2136
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2137
- #: app/libraries/main.php:4376
2138
  msgid "Locations"
2139
  msgstr "Locaties"
2140
 
@@ -2241,7 +2241,7 @@ msgstr "Kies afbeelding"
2241
  msgid "Don't show map in single event page"
2242
  msgstr "Verberg de map op de pagina van het evenement"
2243
 
2244
- #: app/features/locations.php:361 app/libraries/main.php:4410
2245
  #, fuzzy
2246
  #| msgid "Search Locations"
2247
  msgid "Other Locations"
@@ -2297,7 +2297,7 @@ msgstr "Support"
2297
 
2298
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2299
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2300
- #: app/libraries/main.php:4378
2301
  msgid "Organizers"
2302
  msgstr "Organisatoren"
2303
 
@@ -2316,7 +2316,7 @@ msgstr "MEC - Instellingen"
2316
  msgid "MEC - Addons"
2317
  msgstr "MEC - Instellingen"
2318
 
2319
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2320
  msgid "Addons"
2321
  msgstr ""
2322
 
@@ -2373,30 +2373,30 @@ msgstr ""
2373
  msgid "Modal 1"
2374
  msgstr ""
2375
 
2376
- #: app/features/mec/addons.php:18
2377
  msgid "How to Purchase"
2378
  msgstr ""
2379
 
2380
- #: app/features/mec/addons.php:19
2381
  msgid "Install Addons"
2382
  msgstr ""
2383
 
2384
- #: app/features/mec/addons.php:22
2385
  msgid ""
2386
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2387
  "however, you cannot install and use them on the Lite version too."
2388
  msgstr ""
2389
 
2390
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2391
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2392
  msgid "Version"
2393
  msgstr "Versie"
2394
 
2395
- #: app/features/mec/addons.php:80
2396
  msgid "Coming Soon"
2397
  msgstr ""
2398
 
2399
- #: app/features/mec/addons.php:91
2400
  msgid ""
2401
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2402
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -2953,15 +2953,15 @@ msgstr "Standaard"
2953
 
2954
  #: app/features/mec/meta_boxes/display_options.php:414
2955
  #: app/features/mec/meta_boxes/display_options.php:431
2956
- #: app/libraries/main.php:329 app/libraries/main.php:1198
2957
- #: app/libraries/main.php:1223
2958
  msgid "List View"
2959
  msgstr "Lijstweergave"
2960
 
2961
  #: app/features/mec/meta_boxes/display_options.php:415
2962
  #: app/features/mec/meta_boxes/display_options.php:441
2963
- #: app/libraries/main.php:333 app/libraries/main.php:1192
2964
- #: app/libraries/main.php:1217
2965
  msgid "Yearly View"
2966
  msgstr ""
2967
 
@@ -2973,15 +2973,15 @@ msgstr "Kalender/Maandweergave"
2973
 
2974
  #: app/features/mec/meta_boxes/display_options.php:417
2975
  #: app/features/mec/meta_boxes/display_options.php:473
2976
- #: app/libraries/main.php:336 app/libraries/main.php:1194
2977
- #: app/libraries/main.php:1219
2978
  msgid "Weekly View"
2979
  msgstr "Weekweergave "
2980
 
2981
  #: app/features/mec/meta_boxes/display_options.php:418
2982
  #: app/features/mec/meta_boxes/display_options.php:483
2983
- #: app/libraries/main.php:335 app/libraries/main.php:1195
2984
- #: app/libraries/main.php:1220
2985
  msgid "Daily View"
2986
  msgstr "Dagweergave"
2987
 
@@ -3352,7 +3352,7 @@ msgstr "Uitgeschakeld"
3352
  #: app/features/mec/meta_boxes/search_form.php:437
3353
  #: app/features/mec/meta_boxes/search_form.php:498
3354
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3355
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3356
  #: app/libraries/skins.php:824
3357
  msgid "Speaker"
3358
  msgstr ""
@@ -3898,7 +3898,7 @@ msgid ""
3898
  msgstr ""
3899
 
3900
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3901
- #: app/libraries/main.php:4385
3902
  msgid "Weekdays"
3903
  msgstr ""
3904
 
@@ -4624,7 +4624,7 @@ msgid ""
4624
  msgstr ""
4625
 
4626
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4627
- #: app/libraries/main.php:4567
4628
  msgid "Verified"
4629
  msgstr "Geverifieerd"
4630
 
@@ -5170,7 +5170,7 @@ msgstr "bijv. john@smith.com"
5170
  msgid "eg. https://webnus.net"
5171
  msgstr ""
5172
 
5173
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5174
  #: app/skins/single.php:194
5175
  msgid "Other Organizers"
5176
  msgstr ""
@@ -5190,11 +5190,11 @@ msgstr "Gelieve %s/%s om een uitgelichte afbeelding in te dienen."
5190
  msgid "#"
5191
  msgstr ""
5192
 
5193
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5194
  msgid "Status"
5195
  msgstr ""
5196
 
5197
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5198
  msgid "Attendees"
5199
  msgstr ""
5200
 
@@ -5207,8 +5207,8 @@ msgstr ""
5207
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5208
  msgstr ""
5209
 
5210
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5211
- #: app/libraries/main.php:4407
5212
  msgid "Ticket"
5213
  msgstr "Ticket"
5214
 
@@ -5256,7 +5256,7 @@ msgid "Insert URL of Facebook Page"
5256
  msgstr ""
5257
 
5258
  #: app/features/speakers.php:135 app/features/speakers.php:187
5259
- #: app/libraries/main.php:1080
5260
  msgid "Google+"
5261
  msgstr "Google+"
5262
 
@@ -5361,39 +5361,39 @@ msgstr ""
5361
  msgid "There is no excerpt because this is a protected post."
5362
  msgstr "Er is geen samenvatting omdat dit bericht is beveiligd."
5363
 
5364
- #: app/libraries/main.php:330 app/libraries/main.php:1199
5365
- #: app/libraries/main.php:1224
5366
  msgid "Grid View"
5367
  msgstr "Grid weergave"
5368
 
5369
- #: app/libraries/main.php:331 app/libraries/main.php:1200
5370
- #: app/libraries/main.php:1225
5371
  msgid "Agenda View"
5372
  msgstr ""
5373
 
5374
- #: app/libraries/main.php:332 app/libraries/main.php:1191
5375
- #: app/libraries/main.php:1216
5376
  #, fuzzy
5377
  msgid "Full Calendar"
5378
  msgstr "Google kalender"
5379
 
5380
- #: app/libraries/main.php:334 app/libraries/main.php:1193
5381
- #: app/libraries/main.php:1218
5382
  msgid "Calendar/Monthly View"
5383
  msgstr "Kalender/Maandweergave"
5384
 
5385
- #: app/libraries/main.php:337 app/libraries/main.php:1196
5386
- #: app/libraries/main.php:1221
5387
  msgid "Timetable View"
5388
  msgstr ""
5389
 
5390
- #: app/libraries/main.php:338 app/libraries/main.php:1197
5391
- #: app/libraries/main.php:1222
5392
  msgid "Masonry View"
5393
  msgstr ""
5394
 
5395
- #: app/libraries/main.php:339 app/libraries/main.php:1201
5396
- #: app/libraries/main.php:1226
5397
  msgid "Map View"
5398
  msgstr "Map weergave"
5399
 
@@ -5419,304 +5419,304 @@ msgstr "Cover weergave"
5419
  msgid "Slider View"
5420
  msgstr ""
5421
 
5422
- #: app/libraries/main.php:381 app/libraries/main.php:4387
5423
  msgid "SU"
5424
  msgstr "ZO"
5425
 
5426
- #: app/libraries/main.php:382 app/libraries/main.php:4388
5427
  msgid "MO"
5428
  msgstr "MA"
5429
 
5430
- #: app/libraries/main.php:383 app/libraries/main.php:4389
5431
  msgid "TU"
5432
  msgstr "DI"
5433
 
5434
- #: app/libraries/main.php:384 app/libraries/main.php:4390
5435
  msgid "WE"
5436
  msgstr "WO"
5437
 
5438
- #: app/libraries/main.php:385 app/libraries/main.php:4391
5439
  msgid "TH"
5440
  msgstr "DO"
5441
 
5442
- #: app/libraries/main.php:386 app/libraries/main.php:4392
5443
  msgid "FR"
5444
  msgstr "VR"
5445
 
5446
- #: app/libraries/main.php:387 app/libraries/main.php:4393
5447
  msgid "SA"
5448
  msgstr "ZA"
5449
 
5450
- #: app/libraries/main.php:1038
5451
  msgid "Events at this location"
5452
  msgstr ""
5453
 
5454
- #: app/libraries/main.php:1038
5455
  msgid "Event at this location"
5456
  msgstr ""
5457
 
5458
- #: app/libraries/main.php:1079
5459
  msgid "Facebook"
5460
  msgstr "Facebook"
5461
 
5462
- #: app/libraries/main.php:1081
5463
  msgid "Twitter"
5464
  msgstr "Twitter"
5465
 
5466
- #: app/libraries/main.php:1082 app/libraries/main.php:1147
5467
  msgid "Linkedin"
5468
  msgstr "Linkedin"
5469
 
5470
- #: app/libraries/main.php:1083 app/libraries/main.php:1180
5471
  msgid "VK"
5472
  msgstr ""
5473
 
5474
- #: app/libraries/main.php:1102
5475
  msgid "Share on Facebook"
5476
  msgstr "Deel op Facebook"
5477
 
5478
- #: app/libraries/main.php:1117
5479
  msgid "Google Plus"
5480
  msgstr "Google Plus"
5481
 
5482
- #: app/libraries/main.php:1132
5483
  msgid "Tweet"
5484
  msgstr "Tweet"
5485
 
5486
- #: app/libraries/main.php:1202
5487
  #, fuzzy
5488
  #| msgid "Shortcode"
5489
  msgid "Custom Shortcode"
5490
  msgstr "Shortcode"
5491
 
5492
- #: app/libraries/main.php:1561
5493
  msgid "Your booking successfully verified."
5494
  msgstr "Uw boeking is succesvol geverifieerd."
5495
 
5496
- #: app/libraries/main.php:1562
5497
  msgid "Your booking cannot verify!"
5498
  msgstr "Uw boeking kan niet worden geverifieerd!"
5499
 
5500
- #: app/libraries/main.php:1574
5501
  msgid "Your booking successfully canceled."
5502
  msgstr "Uw boeking is succesvol geannuleerd."
5503
 
5504
- #: app/libraries/main.php:1575
5505
  msgid "Your booking cannot be canceled."
5506
  msgstr "Uw boeking kan niet worden geannuleerd."
5507
 
5508
- #: app/libraries/main.php:1579
5509
  msgid "You canceled the payment successfully."
5510
  msgstr "U heeft de betaling succesvol geannuleerd."
5511
 
5512
- #: app/libraries/main.php:1583
5513
  msgid "You returned from payment gateway successfully."
5514
  msgstr "U bent succesvol teruggestuurd vanaf uw betaling."
5515
 
5516
- #: app/libraries/main.php:1607
5517
  msgid "Cannot find the booking!"
5518
  msgstr ""
5519
 
5520
- #: app/libraries/main.php:1607
5521
  msgid "Booking is invalid."
5522
  msgstr ""
5523
 
5524
- #: app/libraries/main.php:1636
5525
  #, php-format
5526
  msgid "%s Invoice"
5527
  msgstr ""
5528
 
5529
- #: app/libraries/main.php:1657
5530
  msgid "Transaction ID"
5531
  msgstr "Transactie ID"
5532
 
5533
- #: app/libraries/main.php:1710
5534
  msgid "Billing"
5535
  msgstr ""
5536
 
5537
- #: app/libraries/main.php:1721
5538
  msgid "Total"
5539
  msgstr ""
5540
 
5541
- #: app/libraries/main.php:1754
5542
  msgid "Security nonce is not valid."
5543
  msgstr "Beveiligingscode ongeldig (nonce)"
5544
 
5545
- #: app/libraries/main.php:1754 app/libraries/main.php:1786
5546
  msgid "iCal export stopped!"
5547
  msgstr "iCal exporteren gestopt!"
5548
 
5549
- #: app/libraries/main.php:1786
5550
  #, fuzzy
5551
  #| msgid "Request is invalid!"
5552
  msgid "Request is not valid."
5553
  msgstr "Aanvraag is ongeldig!"
5554
 
5555
- #: app/libraries/main.php:2106 app/libraries/main.php:2136
5556
- #: app/libraries/main.php:2165 app/libraries/main.php:2195
5557
- #: app/libraries/main.php:2224 app/libraries/main.php:2253
5558
- #: app/libraries/main.php:2282 app/libraries/main.php:2311
5559
- #: app/libraries/main.php:2340 app/libraries/main.php:2364
5560
- #: app/libraries/main.php:2408 app/libraries/main.php:2452
5561
- #: app/libraries/main.php:2499 app/libraries/main.php:2545
5562
  msgid "Sort"
5563
  msgstr "Sorteren"
5564
 
5565
- #: app/libraries/main.php:2112 app/libraries/main.php:2142
5566
- #: app/libraries/main.php:2171 app/libraries/main.php:2201
5567
- #: app/libraries/main.php:2230 app/libraries/main.php:2259
5568
- #: app/libraries/main.php:2288 app/libraries/main.php:2317
5569
- #: app/libraries/main.php:2370 app/libraries/main.php:2414
5570
- #: app/libraries/main.php:2458 app/libraries/main.php:2505
5571
  msgid "Required Field"
5572
  msgstr "Verplicht veld"
5573
 
5574
- #: app/libraries/main.php:2118 app/libraries/main.php:2148
5575
- #: app/libraries/main.php:2177 app/libraries/main.php:2207
5576
- #: app/libraries/main.php:2236 app/libraries/main.php:2265
5577
- #: app/libraries/main.php:2294 app/libraries/main.php:2323
5578
- #: app/libraries/main.php:2376 app/libraries/main.php:2420
5579
- #: app/libraries/main.php:2464 app/libraries/main.php:2511
5580
  msgid "Insert a label for this field"
5581
  msgstr "Voer een label in voor dit veld"
5582
 
5583
- #: app/libraries/main.php:2346
5584
  msgid "HTML and shortcode are allowed."
5585
  msgstr "HTML en shortcodes zijn toegestaan."
5586
 
5587
- #: app/libraries/main.php:2389 app/libraries/main.php:2433
5588
- #: app/libraries/main.php:2477
5589
  msgid "Option"
5590
  msgstr "Optie"
5591
 
5592
- #: app/libraries/main.php:2511
5593
  #, php-format
5594
  msgid "Instead of %s, the page title with a link will be show."
5595
  msgstr ""
5596
 
5597
- #: app/libraries/main.php:2513
5598
  msgid "Agreement Page"
5599
  msgstr ""
5600
 
5601
- #: app/libraries/main.php:2524
5602
  msgid "Checked by default"
5603
  msgstr ""
5604
 
5605
- #: app/libraries/main.php:2525
5606
  msgid "Unchecked by default"
5607
  msgstr ""
5608
 
5609
- #: app/libraries/main.php:2547
5610
  msgid "Insert a label for this option"
5611
  msgstr "Voer een label in voor deze optie"
5612
 
5613
- #: app/libraries/main.php:2562
5614
  msgid "Free"
5615
  msgstr "Gratis"
5616
 
5617
- #: app/libraries/main.php:3214
5618
  #, php-format
5619
  msgid "Copy of %s"
5620
  msgstr ""
5621
 
5622
- #: app/libraries/main.php:3877
5623
  msgid "Booked an event."
5624
  msgstr ""
5625
 
5626
- #: app/libraries/main.php:3918
5627
  #, php-format
5628
  msgid "%s booked %s event."
5629
  msgstr ""
5630
 
5631
- #: app/libraries/main.php:4370
5632
  msgid "Taxonomies"
5633
  msgstr ""
5634
 
5635
- #: app/libraries/main.php:4372
5636
  msgid "Category Plural Label"
5637
  msgstr ""
5638
 
5639
- #: app/libraries/main.php:4373
5640
  msgid "Category Singular Label"
5641
  msgstr ""
5642
 
5643
- #: app/libraries/main.php:4374
5644
  msgid "Label Plural Label"
5645
  msgstr ""
5646
 
5647
- #: app/libraries/main.php:4375
5648
  msgid "Label Singular Label"
5649
  msgstr ""
5650
 
5651
- #: app/libraries/main.php:4375
5652
  msgid "label"
5653
  msgstr ""
5654
 
5655
- #: app/libraries/main.php:4376
5656
  msgid "Location Plural Label"
5657
  msgstr ""
5658
 
5659
- #: app/libraries/main.php:4377
5660
  msgid "Location Singular Label"
5661
  msgstr ""
5662
 
5663
- #: app/libraries/main.php:4378
5664
  msgid "Organizer Plural Label"
5665
  msgstr ""
5666
 
5667
- #: app/libraries/main.php:4379
5668
  msgid "Organizer Singular Label"
5669
  msgstr ""
5670
 
5671
- #: app/libraries/main.php:4380
5672
  #, fuzzy
5673
  #| msgid "Search Labels"
5674
  msgid "Speaker Plural Label"
5675
  msgstr "Zoek labels"
5676
 
5677
- #: app/libraries/main.php:4381
5678
  #, fuzzy
5679
  #| msgid "Popular Labels"
5680
  msgid "Speaker Singular Label"
5681
  msgstr "Populaire labels"
5682
 
5683
- #: app/libraries/main.php:4387
5684
  msgid "Sunday abbreviation"
5685
  msgstr ""
5686
 
5687
- #: app/libraries/main.php:4388
5688
  msgid "Monday abbreviation"
5689
  msgstr ""
5690
 
5691
- #: app/libraries/main.php:4389
5692
  msgid "Tuesday abbreviation"
5693
  msgstr ""
5694
 
5695
- #: app/libraries/main.php:4390
5696
  msgid "Wednesday abbreviation"
5697
  msgstr ""
5698
 
5699
- #: app/libraries/main.php:4391
5700
  msgid "Thursday abbreviation"
5701
  msgstr ""
5702
 
5703
- #: app/libraries/main.php:4392
5704
  msgid "Friday abbreviation"
5705
  msgstr ""
5706
 
5707
- #: app/libraries/main.php:4393
5708
  msgid "Saturday abbreviation"
5709
  msgstr ""
5710
 
5711
- #: app/libraries/main.php:4397
5712
  msgid "Others"
5713
  msgstr ""
5714
 
5715
- #: app/libraries/main.php:4399
5716
  msgid "Booking Success Message"
5717
  msgstr ""
5718
 
5719
- #: app/libraries/main.php:4399
5720
  msgid ""
5721
  "Thanks for your booking. Your tickets booked, booking verification might be "
5722
  "needed, please check your email."
@@ -5724,12 +5724,12 @@ msgstr ""
5724
  "Bedankt voor uw boeking. Je tickets zijn geboekt, boekings verificatie kan "
5725
  "nodig zijn, controleer uw email alstublieft."
5726
 
5727
- #: app/libraries/main.php:4400 app/widgets/single.php:131
5728
  msgid "Register Button"
5729
  msgstr ""
5730
 
5731
- #: app/libraries/main.php:4400 app/skins/available_spot/tpl.php:204
5732
- #: app/skins/carousel/render.php:149 app/skins/carousel/render.php:176
5733
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5734
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5735
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
@@ -5738,77 +5738,77 @@ msgstr ""
5738
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5739
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5740
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5741
- #: app/skins/single/modern.php:60 app/skins/slider/render.php:114
5742
- #: app/skins/slider/render.php:159 app/skins/slider/render.php:204
5743
- #: app/skins/slider/render.php:249 app/skins/slider/render.php:305
5744
  msgid "REGISTER"
5745
  msgstr "REGISTREREN"
5746
 
5747
- #: app/libraries/main.php:4401
5748
  msgid "View Detail Button"
5749
  msgstr ""
5750
 
5751
- #: app/libraries/main.php:4401 app/skins/carousel/render.php:149
5752
- #: app/skins/carousel/render.php:176 app/skins/grid/render.php:116
5753
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5754
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5755
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5756
- #: app/skins/slider/render.php:114 app/skins/slider/render.php:159
5757
- #: app/skins/slider/render.php:204 app/skins/slider/render.php:249
5758
- #: app/skins/slider/render.php:305
5759
  msgid "View Detail"
5760
  msgstr "Bekijk detail"
5761
 
5762
- #: app/libraries/main.php:4402
5763
  msgid "Event Detail Button"
5764
  msgstr ""
5765
 
5766
- #: app/libraries/main.php:4402 app/skins/countdown/tpl.php:217
5767
  #, fuzzy
5768
  msgid "Event Detail"
5769
  msgstr "Evenement details"
5770
 
5771
- #: app/libraries/main.php:4404
5772
  msgid "More Info Link"
5773
  msgstr ""
5774
 
5775
- #: app/libraries/main.php:4407
5776
  msgid "Ticket (Singular)"
5777
  msgstr ""
5778
 
5779
- #: app/libraries/main.php:4408
5780
  msgid "Tickets (Plural)"
5781
  msgstr ""
5782
 
5783
- #: app/libraries/main.php:4475
5784
  msgid "EventON"
5785
  msgstr ""
5786
 
5787
- #: app/libraries/main.php:4476
5788
  msgid "The Events Calendar"
5789
  msgstr ""
5790
 
5791
- #: app/libraries/main.php:4477
5792
  msgid "Events Schedule WP Plugin"
5793
  msgstr ""
5794
 
5795
- #: app/libraries/main.php:4478
5796
  msgid "Calendarize It"
5797
  msgstr ""
5798
 
5799
- #: app/libraries/main.php:4552
5800
  msgid "Confirmed"
5801
  msgstr "Bevestigd"
5802
 
5803
- #: app/libraries/main.php:4553
5804
  msgid "Rejected"
5805
  msgstr "Afgewezen"
5806
 
5807
- #: app/libraries/main.php:4554
5808
  msgid "Pending"
5809
  msgstr "In afwachting"
5810
 
5811
- #: app/libraries/main.php:4569
5812
  msgid "Waiting"
5813
  msgstr "In afwachting"
5814
 
@@ -5896,11 +5896,11 @@ msgstr "Gebruik coupon"
5896
  msgid "Free Booking"
5897
  msgstr ""
5898
 
5899
- #: app/modules/booking/steps/form.php:158
5900
  msgid "Fill other attendees information like the first form."
5901
  msgstr ""
5902
 
5903
- #: app/modules/booking/steps/form.php:172
5904
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5905
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5906
  msgid "Next"
@@ -6041,7 +6041,7 @@ msgstr ""
6041
  msgid "View All"
6042
  msgstr "Bekijk label"
6043
 
6044
- #: app/skins/carousel/render.php:191 app/skins/countdown/tpl.php:156
6045
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6046
  #: app/skins/list/render.php:119
6047
  msgid "EVENT DETAIL"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:09+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:09+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: nl_NL\n"
275
  msgid "Add New Event"
276
  msgstr "Voeg nieuw evenement toe"
277
 
278
+ #: app/features/events.php:138 app/features/ix.php:3202
279
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
280
  msgid "No events found!"
281
  msgstr "Geen evenementen gevonden!"
307
  #: app/features/mec/meta_boxes/search_form.php:362
308
  #: app/features/mec/meta_boxes/search_form.php:416
309
  #: app/features/mec/meta_boxes/search_form.php:477
310
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
311
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
312
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
313
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
316
 
317
  #: app/features/events.php:160 app/features/fes/form.php:522
318
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
319
+ #: app/libraries/main.php:4375
320
  msgid "Categories"
321
  msgstr "Categorieën"
322
 
390
 
391
  #: app/features/events.php:306 app/features/events.php:2609
392
  #: app/features/events.php:2651 app/features/fes/form.php:483
393
+ #: app/features/ix.php:2740 app/features/ix.php:2781
394
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
395
  #: app/widgets/single.php:103
396
  msgid "Event Cost"
397
  msgstr "Evenements kosten"
398
 
399
  #: app/features/events.php:309 app/features/fes/form.php:486
400
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
401
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
402
  #: app/skins/single/modern.php:187
403
  msgid "Cost"
424
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
425
  #: app/features/organizers.php:110 app/features/organizers.php:150
426
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
427
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
428
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
429
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
430
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
431
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
432
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
433
  #: app/skins/single/modern.php:38
441
  #: app/features/events.php:419 app/features/events.php:423
442
  #: app/features/events.php:2431 app/features/events.php:2609
443
  #: app/features/events.php:2651 app/features/fes/form.php:227
444
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
445
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
446
  #: app/features/mec/dashboard.php:334
447
  #: app/features/mec/meta_boxes/display_options.php:42
448
  #: app/features/mec/meta_boxes/display_options.php:184
477
  #: app/features/events.php:500 app/features/events.php:504
478
  #: app/features/events.php:2432 app/features/events.php:2609
479
  #: app/features/events.php:2651 app/features/fes/form.php:267
480
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
481
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
482
  #: app/features/mec/dashboard.php:335
483
  msgid "End Date"
484
  msgstr "Einddatum"
751
 
752
  #: app/features/events.php:810 app/features/events.php:1819
753
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
754
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
755
  #: app/modules/booking/steps/tickets.php:22
756
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
757
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
795
  #: app/features/events.php:981 app/features/events.php:1612
796
  #: app/features/events.php:1652 app/features/events.php:2428
797
  #: app/features/events.php:2609 app/features/events.php:2651
798
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
799
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
800
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
801
  msgid "Title"
802
  msgstr "Titel"
810
  #: app/features/events.php:1641 app/features/events.php:1681
811
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
812
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
813
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
814
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
815
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
816
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
817
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
818
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
819
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
820
+ #: app/libraries/main.php:2549
821
  msgid "Remove"
822
  msgstr "Verwijderen"
823
 
845
  #: app/features/events.php:986 app/features/fes/form.php:615
846
  #: app/features/mec.php:324 app/features/mec/settings.php:78
847
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
848
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
849
  msgid "Speakers"
850
  msgstr ""
851
 
861
  msgstr "Evenement locatie"
862
 
863
  #: app/features/events.php:1015 app/features/events.php:1019
864
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
865
  #, fuzzy
866
  msgid "Event Link"
867
  msgstr "Evenement locatie"
886
  msgstr ""
887
 
888
  #: app/features/events.php:1029 app/features/events.php:1038
889
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
890
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
891
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
892
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
942
  msgstr "Bedankt voor uw boeking"
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Tickets"
948
 
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
+ #: app/features/ix.php:2740 app/features/ix.php:2781
963
  msgid "Start Time"
964
  msgstr ""
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
+ #: app/features/ix.php:2740 app/features/ix.php:2781
969
  msgid "End Time"
970
  msgstr ""
971
 
1089
  msgstr ""
1090
 
1091
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1092
+ #: app/libraries/main.php:2140
1093
  #, fuzzy
1094
  #| msgid "Name"
1095
  msgid "MEC Name"
1096
  msgstr "Naam"
1097
 
1098
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1099
+ #: app/libraries/main.php:2169
1100
  #, fuzzy
1101
  #| msgid "Email"
1102
  msgid "MEC Email"
1103
  msgstr "Email"
1104
 
1105
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1106
+ #: app/libraries/main.php:2110
1107
  msgid "Text"
1108
  msgstr "Tekst"
1109
 
1110
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1111
  #: app/features/organizers.php:102 app/features/organizers.php:146
1112
  #: app/features/speakers.php:111 app/features/speakers.php:175
1113
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1114
  msgid "Tel"
1115
  msgstr "Tel"
1116
 
1117
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1118
+ #: app/libraries/main.php:2228
1119
  msgid "File"
1120
  msgstr ""
1121
 
1122
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1123
+ #: app/libraries/main.php:2315
1124
  msgid "Textarea"
1125
  msgstr "Tekstgebied"
1126
 
1127
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1128
+ #: app/libraries/main.php:2368
1129
  msgid "Checkboxes"
1130
  msgstr "Checkboxes"
1131
 
1132
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1133
+ #: app/libraries/main.php:2412
1134
  msgid "Radio Buttons"
1135
  msgstr "Radio knoppen"
1136
 
1198
  #: app/features/mec/meta_boxes/search_form.php:569
1199
  #: app/features/mec/meta_boxes/search_form.php:576
1200
  #: app/features/mec/meta_boxes/search_form.php:583
1201
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1202
  msgid "Dropdown"
1203
  msgstr "Dropdown"
1204
 
1205
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1206
+ #: app/libraries/main.php:2503
1207
  msgid "Agreement"
1208
  msgstr ""
1209
 
1210
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1211
+ #: app/libraries/main.php:2344
1212
  msgid "Paragraph"
1213
  msgstr "Paragraaf"
1214
 
1231
  msgstr ""
1232
 
1233
  #: app/features/events.php:2429 app/features/events.php:2609
1234
+ #: app/features/events.php:2651 app/features/ix.php:2740
1235
+ #: app/features/ix.php:2781 app/features/locations.php:58
1236
  #: app/features/locations.php:229 app/features/locations.php:286
1237
  #: app/features/locations.php:288 app/features/locations.php:297
1238
  #: app/features/mec/meta_boxes/display_options.php:818
1244
  #: app/features/mec/meta_boxes/search_form.php:369
1245
  #: app/features/mec/meta_boxes/search_form.php:423
1246
  #: app/features/mec/meta_boxes/search_form.php:484
1247
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1248
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1249
  #: app/skins/single.php:255 app/skins/single/default.php:141
1250
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1251
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1253
  msgstr "Locatie"
1254
 
1255
  #: app/features/events.php:2430 app/features/events.php:2609
1256
+ #: app/features/events.php:2651 app/features/ix.php:2740
1257
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1258
  #: app/features/mec/meta_boxes/display_options.php:819
1259
  #: app/features/mec/meta_boxes/search_form.php:45
1260
  #: app/features/mec/meta_boxes/search_form.php:106
1267
  #: app/features/mec/meta_boxes/search_form.php:552
1268
  #: app/features/organizers.php:58 app/features/organizers.php:199
1269
  #: app/features/organizers.php:255 app/features/organizers.php:257
1270
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1271
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1272
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1273
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1307
  msgstr ""
1308
 
1309
  #: app/features/events.php:2609 app/features/events.php:2651
1310
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1311
  #: app/features/labels.php:176 app/features/locations.php:228
1312
  #: app/features/organizers.php:198 app/features/speakers.php:241
1313
  msgid "ID"
1314
  msgstr "ID"
1315
 
1316
  #: app/features/events.php:2609 app/features/events.php:2651
1317
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1318
  msgid "Link"
1319
  msgstr ""
1320
 
1421
 
1422
  #: app/features/fes/form.php:547 app/features/labels.php:61
1423
  #: app/features/labels.php:220 app/features/mec.php:317
1424
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1425
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1426
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1427
  msgid "Labels"
1485
  msgid "The events are imported successfully!"
1486
  msgstr ""
1487
 
1488
+ #: app/features/ix.php:780
1489
  msgid "Third Party plugin is not installed and activated!"
1490
  msgstr ""
1491
 
1492
+ #: app/features/ix.php:800
1493
  msgid "Third Party plugin is invalid!"
1494
  msgstr ""
1495
 
1496
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1497
  msgid "Both of API key and Calendar ID are required!"
1498
  msgstr ""
1499
 
1500
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1501
  msgid "Please select some events to import!"
1502
  msgstr ""
1503
 
1504
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1505
  msgid "Both of API key and Group URL are required!"
1506
  msgstr ""
1507
 
1508
+ #: app/features/ix.php:2663
1509
  msgid "Check at Meetup"
1510
  msgstr ""
1511
 
1512
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1513
  msgid "Organizer Tel"
1514
  msgstr ""
1515
 
1516
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1517
  msgid "Organizer Email"
1518
  msgstr ""
1519
 
1520
+ #: app/features/ix.php:2862
1521
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1522
  msgstr ""
1523
 
1524
+ #: app/features/ix.php:2885
1525
  #, php-format
1526
  msgid "All seems good! Please click %s for authenticating your app."
1527
  msgstr ""
1528
 
1529
+ #: app/features/ix.php:2939
1530
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1531
  msgstr ""
1532
 
1533
+ #: app/features/ix.php:3138
1534
  #, php-format
1535
  msgid "%s events added to Google Calendar successfully."
1536
  msgstr ""
1537
 
1538
+ #: app/features/ix.php:3139
1539
  #, php-format
1540
  msgid "%s previously added events get updated."
1541
  msgstr ""
1542
 
1543
+ #: app/features/ix.php:3140
1544
  #, php-format
1545
  msgid "%s events failed to add for following reasons: %s"
1546
  msgstr ""
1547
 
1548
+ #: app/features/ix.php:3172
1549
  msgid "Please insert your Facebook page's link."
1550
  msgstr ""
1551
 
1552
+ #: app/features/ix.php:3181
1553
  msgid ""
1554
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1555
  "valid Facebook page link."
1556
  msgstr ""
1557
 
1558
+ #: app/features/ix.php:3213
1559
  msgid "Please insert your facebook page's link."
1560
  msgstr ""
1561
 
1562
+ #: app/features/ix.php:3218
1563
  msgid ""
1564
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1565
  "valid facebook page link."
2090
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2091
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2092
  #: app/skins/monthly_view/calendar_clean.php:81
2093
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2094
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2095
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2096
  #, fuzzy
2099
  msgstr "Uitgelichte afbeelding"
2100
 
2101
  #: app/features/labels.php:117 app/features/labels.php:142
2102
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2103
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2104
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2105
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2106
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2107
  #: app/skins/monthly_view/calendar.php:84
2108
  #: app/skins/monthly_view/calendar_clean.php:85
2109
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2110
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2111
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2112
  msgid "Canceled"
2134
 
2135
  #: app/features/locations.php:59 app/features/mec.php:318
2136
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2137
+ #: app/libraries/main.php:4379
2138
  msgid "Locations"
2139
  msgstr "Locaties"
2140
 
2241
  msgid "Don't show map in single event page"
2242
  msgstr "Verberg de map op de pagina van het evenement"
2243
 
2244
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2245
  #, fuzzy
2246
  #| msgid "Search Locations"
2247
  msgid "Other Locations"
2297
 
2298
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2299
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2300
+ #: app/libraries/main.php:4381
2301
  msgid "Organizers"
2302
  msgstr "Organisatoren"
2303
 
2316
  msgid "MEC - Addons"
2317
  msgstr "MEC - Instellingen"
2318
 
2319
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2320
  msgid "Addons"
2321
  msgstr ""
2322
 
2373
  msgid "Modal 1"
2374
  msgstr ""
2375
 
2376
+ #: app/features/mec/addons.php:24
2377
  msgid "How to Purchase"
2378
  msgstr ""
2379
 
2380
+ #: app/features/mec/addons.php:25
2381
  msgid "Install Addons"
2382
  msgstr ""
2383
 
2384
+ #: app/features/mec/addons.php:28
2385
  msgid ""
2386
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2387
  "however, you cannot install and use them on the Lite version too."
2388
  msgstr ""
2389
 
2390
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2391
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2392
  msgid "Version"
2393
  msgstr "Versie"
2394
 
2395
+ #: app/features/mec/addons.php:86
2396
  msgid "Coming Soon"
2397
  msgstr ""
2398
 
2399
+ #: app/features/mec/addons.php:97
2400
  msgid ""
2401
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2402
  "functions are <strong>not activated</strong> on your server. Please contact "
2953
 
2954
  #: app/features/mec/meta_boxes/display_options.php:414
2955
  #: app/features/mec/meta_boxes/display_options.php:431
2956
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
2957
+ #: app/libraries/main.php:1226
2958
  msgid "List View"
2959
  msgstr "Lijstweergave"
2960
 
2961
  #: app/features/mec/meta_boxes/display_options.php:415
2962
  #: app/features/mec/meta_boxes/display_options.php:441
2963
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
2964
+ #: app/libraries/main.php:1220
2965
  msgid "Yearly View"
2966
  msgstr ""
2967
 
2973
 
2974
  #: app/features/mec/meta_boxes/display_options.php:417
2975
  #: app/features/mec/meta_boxes/display_options.php:473
2976
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
2977
+ #: app/libraries/main.php:1222
2978
  msgid "Weekly View"
2979
  msgstr "Weekweergave "
2980
 
2981
  #: app/features/mec/meta_boxes/display_options.php:418
2982
  #: app/features/mec/meta_boxes/display_options.php:483
2983
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
2984
+ #: app/libraries/main.php:1223
2985
  msgid "Daily View"
2986
  msgstr "Dagweergave"
2987
 
3352
  #: app/features/mec/meta_boxes/search_form.php:437
3353
  #: app/features/mec/meta_boxes/search_form.php:498
3354
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3355
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3356
  #: app/libraries/skins.php:824
3357
  msgid "Speaker"
3358
  msgstr ""
3898
  msgstr ""
3899
 
3900
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3901
+ #: app/libraries/main.php:4388
3902
  msgid "Weekdays"
3903
  msgstr ""
3904
 
4624
  msgstr ""
4625
 
4626
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4627
+ #: app/libraries/main.php:4570
4628
  msgid "Verified"
4629
  msgstr "Geverifieerd"
4630
 
5170
  msgid "eg. https://webnus.net"
5171
  msgstr ""
5172
 
5173
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5174
  #: app/skins/single.php:194
5175
  msgid "Other Organizers"
5176
  msgstr ""
5190
  msgid "#"
5191
  msgstr ""
5192
 
5193
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5194
  msgid "Status"
5195
  msgstr ""
5196
 
5197
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5198
  msgid "Attendees"
5199
  msgstr ""
5200
 
5207
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5208
  msgstr ""
5209
 
5210
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5211
+ #: app/libraries/main.php:4410
5212
  msgid "Ticket"
5213
  msgstr "Ticket"
5214
 
5256
  msgstr ""
5257
 
5258
  #: app/features/speakers.php:135 app/features/speakers.php:187
5259
+ #: app/libraries/main.php:1083
5260
  msgid "Google+"
5261
  msgstr "Google+"
5262
 
5361
  msgid "There is no excerpt because this is a protected post."
5362
  msgstr "Er is geen samenvatting omdat dit bericht is beveiligd."
5363
 
5364
+ #: app/libraries/main.php:330 app/libraries/main.php:1202
5365
+ #: app/libraries/main.php:1227
5366
  msgid "Grid View"
5367
  msgstr "Grid weergave"
5368
 
5369
+ #: app/libraries/main.php:331 app/libraries/main.php:1203
5370
+ #: app/libraries/main.php:1228
5371
  msgid "Agenda View"
5372
  msgstr ""
5373
 
5374
+ #: app/libraries/main.php:332 app/libraries/main.php:1194
5375
+ #: app/libraries/main.php:1219
5376
  #, fuzzy
5377
  msgid "Full Calendar"
5378
  msgstr "Google kalender"
5379
 
5380
+ #: app/libraries/main.php:334 app/libraries/main.php:1196
5381
+ #: app/libraries/main.php:1221
5382
  msgid "Calendar/Monthly View"
5383
  msgstr "Kalender/Maandweergave"
5384
 
5385
+ #: app/libraries/main.php:337 app/libraries/main.php:1199
5386
+ #: app/libraries/main.php:1224
5387
  msgid "Timetable View"
5388
  msgstr ""
5389
 
5390
+ #: app/libraries/main.php:338 app/libraries/main.php:1200
5391
+ #: app/libraries/main.php:1225
5392
  msgid "Masonry View"
5393
  msgstr ""
5394
 
5395
+ #: app/libraries/main.php:339 app/libraries/main.php:1204
5396
+ #: app/libraries/main.php:1229
5397
  msgid "Map View"
5398
  msgstr "Map weergave"
5399
 
5419
  msgid "Slider View"
5420
  msgstr ""
5421
 
5422
+ #: app/libraries/main.php:381 app/libraries/main.php:4390
5423
  msgid "SU"
5424
  msgstr "ZO"
5425
 
5426
+ #: app/libraries/main.php:382 app/libraries/main.php:4391
5427
  msgid "MO"
5428
  msgstr "MA"
5429
 
5430
+ #: app/libraries/main.php:383 app/libraries/main.php:4392
5431
  msgid "TU"
5432
  msgstr "DI"
5433
 
5434
+ #: app/libraries/main.php:384 app/libraries/main.php:4393
5435
  msgid "WE"
5436
  msgstr "WO"
5437
 
5438
+ #: app/libraries/main.php:385 app/libraries/main.php:4394
5439
  msgid "TH"
5440
  msgstr "DO"
5441
 
5442
+ #: app/libraries/main.php:386 app/libraries/main.php:4395
5443
  msgid "FR"
5444
  msgstr "VR"
5445
 
5446
+ #: app/libraries/main.php:387 app/libraries/main.php:4396
5447
  msgid "SA"
5448
  msgstr "ZA"
5449
 
5450
+ #: app/libraries/main.php:1041
5451
  msgid "Events at this location"
5452
  msgstr ""
5453
 
5454
+ #: app/libraries/main.php:1041
5455
  msgid "Event at this location"
5456
  msgstr ""
5457
 
5458
+ #: app/libraries/main.php:1082
5459
  msgid "Facebook"
5460
  msgstr "Facebook"
5461
 
5462
+ #: app/libraries/main.php:1084
5463
  msgid "Twitter"
5464
  msgstr "Twitter"
5465
 
5466
+ #: app/libraries/main.php:1085 app/libraries/main.php:1150
5467
  msgid "Linkedin"
5468
  msgstr "Linkedin"
5469
 
5470
+ #: app/libraries/main.php:1086 app/libraries/main.php:1183
5471
  msgid "VK"
5472
  msgstr ""
5473
 
5474
+ #: app/libraries/main.php:1105
5475
  msgid "Share on Facebook"
5476
  msgstr "Deel op Facebook"
5477
 
5478
+ #: app/libraries/main.php:1120
5479
  msgid "Google Plus"
5480
  msgstr "Google Plus"
5481
 
5482
+ #: app/libraries/main.php:1135
5483
  msgid "Tweet"
5484
  msgstr "Tweet"
5485
 
5486
+ #: app/libraries/main.php:1205
5487
  #, fuzzy
5488
  #| msgid "Shortcode"
5489
  msgid "Custom Shortcode"
5490
  msgstr "Shortcode"
5491
 
5492
+ #: app/libraries/main.php:1564
5493
  msgid "Your booking successfully verified."
5494
  msgstr "Uw boeking is succesvol geverifieerd."
5495
 
5496
+ #: app/libraries/main.php:1565
5497
  msgid "Your booking cannot verify!"
5498
  msgstr "Uw boeking kan niet worden geverifieerd!"
5499
 
5500
+ #: app/libraries/main.php:1577
5501
  msgid "Your booking successfully canceled."
5502
  msgstr "Uw boeking is succesvol geannuleerd."
5503
 
5504
+ #: app/libraries/main.php:1578
5505
  msgid "Your booking cannot be canceled."
5506
  msgstr "Uw boeking kan niet worden geannuleerd."
5507
 
5508
+ #: app/libraries/main.php:1582
5509
  msgid "You canceled the payment successfully."
5510
  msgstr "U heeft de betaling succesvol geannuleerd."
5511
 
5512
+ #: app/libraries/main.php:1586
5513
  msgid "You returned from payment gateway successfully."
5514
  msgstr "U bent succesvol teruggestuurd vanaf uw betaling."
5515
 
5516
+ #: app/libraries/main.php:1610
5517
  msgid "Cannot find the booking!"
5518
  msgstr ""
5519
 
5520
+ #: app/libraries/main.php:1610
5521
  msgid "Booking is invalid."
5522
  msgstr ""
5523
 
5524
+ #: app/libraries/main.php:1639
5525
  #, php-format
5526
  msgid "%s Invoice"
5527
  msgstr ""
5528
 
5529
+ #: app/libraries/main.php:1660
5530
  msgid "Transaction ID"
5531
  msgstr "Transactie ID"
5532
 
5533
+ #: app/libraries/main.php:1713
5534
  msgid "Billing"
5535
  msgstr ""
5536
 
5537
+ #: app/libraries/main.php:1724
5538
  msgid "Total"
5539
  msgstr ""
5540
 
5541
+ #: app/libraries/main.php:1757
5542
  msgid "Security nonce is not valid."
5543
  msgstr "Beveiligingscode ongeldig (nonce)"
5544
 
5545
+ #: app/libraries/main.php:1757 app/libraries/main.php:1789
5546
  msgid "iCal export stopped!"
5547
  msgstr "iCal exporteren gestopt!"
5548
 
5549
+ #: app/libraries/main.php:1789
5550
  #, fuzzy
5551
  #| msgid "Request is invalid!"
5552
  msgid "Request is not valid."
5553
  msgstr "Aanvraag is ongeldig!"
5554
 
5555
+ #: app/libraries/main.php:2109 app/libraries/main.php:2139
5556
+ #: app/libraries/main.php:2168 app/libraries/main.php:2198
5557
+ #: app/libraries/main.php:2227 app/libraries/main.php:2256
5558
+ #: app/libraries/main.php:2285 app/libraries/main.php:2314
5559
+ #: app/libraries/main.php:2343 app/libraries/main.php:2367
5560
+ #: app/libraries/main.php:2411 app/libraries/main.php:2455
5561
+ #: app/libraries/main.php:2502 app/libraries/main.php:2548
5562
  msgid "Sort"
5563
  msgstr "Sorteren"
5564
 
5565
+ #: app/libraries/main.php:2115 app/libraries/main.php:2145
5566
+ #: app/libraries/main.php:2174 app/libraries/main.php:2204
5567
+ #: app/libraries/main.php:2233 app/libraries/main.php:2262
5568
+ #: app/libraries/main.php:2291 app/libraries/main.php:2320
5569
+ #: app/libraries/main.php:2373 app/libraries/main.php:2417
5570
+ #: app/libraries/main.php:2461 app/libraries/main.php:2508
5571
  msgid "Required Field"
5572
  msgstr "Verplicht veld"
5573
 
5574
+ #: app/libraries/main.php:2121 app/libraries/main.php:2151
5575
+ #: app/libraries/main.php:2180 app/libraries/main.php:2210
5576
+ #: app/libraries/main.php:2239 app/libraries/main.php:2268
5577
+ #: app/libraries/main.php:2297 app/libraries/main.php:2326
5578
+ #: app/libraries/main.php:2379 app/libraries/main.php:2423
5579
+ #: app/libraries/main.php:2467 app/libraries/main.php:2514
5580
  msgid "Insert a label for this field"
5581
  msgstr "Voer een label in voor dit veld"
5582
 
5583
+ #: app/libraries/main.php:2349
5584
  msgid "HTML and shortcode are allowed."
5585
  msgstr "HTML en shortcodes zijn toegestaan."
5586
 
5587
+ #: app/libraries/main.php:2392 app/libraries/main.php:2436
5588
+ #: app/libraries/main.php:2480
5589
  msgid "Option"
5590
  msgstr "Optie"
5591
 
5592
+ #: app/libraries/main.php:2514
5593
  #, php-format
5594
  msgid "Instead of %s, the page title with a link will be show."
5595
  msgstr ""
5596
 
5597
+ #: app/libraries/main.php:2516
5598
  msgid "Agreement Page"
5599
  msgstr ""
5600
 
5601
+ #: app/libraries/main.php:2527
5602
  msgid "Checked by default"
5603
  msgstr ""
5604
 
5605
+ #: app/libraries/main.php:2528
5606
  msgid "Unchecked by default"
5607
  msgstr ""
5608
 
5609
+ #: app/libraries/main.php:2550
5610
  msgid "Insert a label for this option"
5611
  msgstr "Voer een label in voor deze optie"
5612
 
5613
+ #: app/libraries/main.php:2565
5614
  msgid "Free"
5615
  msgstr "Gratis"
5616
 
5617
+ #: app/libraries/main.php:3217
5618
  #, php-format
5619
  msgid "Copy of %s"
5620
  msgstr ""
5621
 
5622
+ #: app/libraries/main.php:3880
5623
  msgid "Booked an event."
5624
  msgstr ""
5625
 
5626
+ #: app/libraries/main.php:3921
5627
  #, php-format
5628
  msgid "%s booked %s event."
5629
  msgstr ""
5630
 
5631
+ #: app/libraries/main.php:4373
5632
  msgid "Taxonomies"
5633
  msgstr ""
5634
 
5635
+ #: app/libraries/main.php:4375
5636
  msgid "Category Plural Label"
5637
  msgstr ""
5638
 
5639
+ #: app/libraries/main.php:4376
5640
  msgid "Category Singular Label"
5641
  msgstr ""
5642
 
5643
+ #: app/libraries/main.php:4377
5644
  msgid "Label Plural Label"
5645
  msgstr ""
5646
 
5647
+ #: app/libraries/main.php:4378
5648
  msgid "Label Singular Label"
5649
  msgstr ""
5650
 
5651
+ #: app/libraries/main.php:4378
5652
  msgid "label"
5653
  msgstr ""
5654
 
5655
+ #: app/libraries/main.php:4379
5656
  msgid "Location Plural Label"
5657
  msgstr ""
5658
 
5659
+ #: app/libraries/main.php:4380
5660
  msgid "Location Singular Label"
5661
  msgstr ""
5662
 
5663
+ #: app/libraries/main.php:4381
5664
  msgid "Organizer Plural Label"
5665
  msgstr ""
5666
 
5667
+ #: app/libraries/main.php:4382
5668
  msgid "Organizer Singular Label"
5669
  msgstr ""
5670
 
5671
+ #: app/libraries/main.php:4383
5672
  #, fuzzy
5673
  #| msgid "Search Labels"
5674
  msgid "Speaker Plural Label"
5675
  msgstr "Zoek labels"
5676
 
5677
+ #: app/libraries/main.php:4384
5678
  #, fuzzy
5679
  #| msgid "Popular Labels"
5680
  msgid "Speaker Singular Label"
5681
  msgstr "Populaire labels"
5682
 
5683
+ #: app/libraries/main.php:4390
5684
  msgid "Sunday abbreviation"
5685
  msgstr ""
5686
 
5687
+ #: app/libraries/main.php:4391
5688
  msgid "Monday abbreviation"
5689
  msgstr ""
5690
 
5691
+ #: app/libraries/main.php:4392
5692
  msgid "Tuesday abbreviation"
5693
  msgstr ""
5694
 
5695
+ #: app/libraries/main.php:4393
5696
  msgid "Wednesday abbreviation"
5697
  msgstr ""
5698
 
5699
+ #: app/libraries/main.php:4394
5700
  msgid "Thursday abbreviation"
5701
  msgstr ""
5702
 
5703
+ #: app/libraries/main.php:4395
5704
  msgid "Friday abbreviation"
5705
  msgstr ""
5706
 
5707
+ #: app/libraries/main.php:4396
5708
  msgid "Saturday abbreviation"
5709
  msgstr ""
5710
 
5711
+ #: app/libraries/main.php:4400
5712
  msgid "Others"
5713
  msgstr ""
5714
 
5715
+ #: app/libraries/main.php:4402
5716
  msgid "Booking Success Message"
5717
  msgstr ""
5718
 
5719
+ #: app/libraries/main.php:4402
5720
  msgid ""
5721
  "Thanks for your booking. Your tickets booked, booking verification might be "
5722
  "needed, please check your email."
5724
  "Bedankt voor uw boeking. Je tickets zijn geboekt, boekings verificatie kan "
5725
  "nodig zijn, controleer uw email alstublieft."
5726
 
5727
+ #: app/libraries/main.php:4403 app/widgets/single.php:131
5728
  msgid "Register Button"
5729
  msgstr ""
5730
 
5731
+ #: app/libraries/main.php:4403 app/skins/available_spot/tpl.php:204
5732
+ #: app/skins/carousel/render.php:148 app/skins/carousel/render.php:175
5733
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5734
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5735
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5738
  #: app/skins/single/default.php:431 app/skins/single/m1.php:126
5739
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5740
  #: app/skins/single/m2.php:60 app/skins/single/modern.php:58
5741
+ #: app/skins/single/modern.php:60 app/skins/slider/render.php:109
5742
+ #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5743
+ #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5744
  msgid "REGISTER"
5745
  msgstr "REGISTREREN"
5746
 
5747
+ #: app/libraries/main.php:4404
5748
  msgid "View Detail Button"
5749
  msgstr ""
5750
 
5751
+ #: app/libraries/main.php:4404 app/skins/carousel/render.php:148
5752
+ #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5753
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5754
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5755
  #: app/skins/list/render.php:185 app/skins/masonry/render.php:134
5756
+ #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5757
+ #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5758
+ #: app/skins/slider/render.php:299
5759
  msgid "View Detail"
5760
  msgstr "Bekijk detail"
5761
 
5762
+ #: app/libraries/main.php:4405
5763
  msgid "Event Detail Button"
5764
  msgstr ""
5765
 
5766
+ #: app/libraries/main.php:4405 app/skins/countdown/tpl.php:217
5767
  #, fuzzy
5768
  msgid "Event Detail"
5769
  msgstr "Evenement details"
5770
 
5771
+ #: app/libraries/main.php:4407
5772
  msgid "More Info Link"
5773
  msgstr ""
5774
 
5775
+ #: app/libraries/main.php:4410
5776
  msgid "Ticket (Singular)"
5777
  msgstr ""
5778
 
5779
+ #: app/libraries/main.php:4411
5780
  msgid "Tickets (Plural)"
5781
  msgstr ""
5782
 
5783
+ #: app/libraries/main.php:4478
5784
  msgid "EventON"
5785
  msgstr ""
5786
 
5787
+ #: app/libraries/main.php:4479
5788
  msgid "The Events Calendar"
5789
  msgstr ""
5790
 
5791
+ #: app/libraries/main.php:4480
5792
  msgid "Events Schedule WP Plugin"
5793
  msgstr ""
5794
 
5795
+ #: app/libraries/main.php:4481
5796
  msgid "Calendarize It"
5797
  msgstr ""
5798
 
5799
+ #: app/libraries/main.php:4555
5800
  msgid "Confirmed"
5801
  msgstr "Bevestigd"
5802
 
5803
+ #: app/libraries/main.php:4556
5804
  msgid "Rejected"
5805
  msgstr "Afgewezen"
5806
 
5807
+ #: app/libraries/main.php:4557
5808
  msgid "Pending"
5809
  msgstr "In afwachting"
5810
 
5811
+ #: app/libraries/main.php:4572
5812
  msgid "Waiting"
5813
  msgstr "In afwachting"
5814
 
5896
  msgid "Free Booking"
5897
  msgstr ""
5898
 
5899
+ #: app/modules/booking/steps/form.php:162
5900
  msgid "Fill other attendees information like the first form."
5901
  msgstr ""
5902
 
5903
+ #: app/modules/booking/steps/form.php:175
5904
  #: app/modules/booking/steps/tickets.php:55 app/skins/countdown/tpl.php:118
5905
  #: app/skins/countdown/tpl.php:162 app/skins/countdown/tpl.php:207
5906
  msgid "Next"
6041
  msgid "View All"
6042
  msgstr "Bekijk label"
6043
 
6044
+ #: app/skins/carousel/render.php:190 app/skins/countdown/tpl.php:156
6045
  #: app/skins/countdown/tpl.php:200 app/skins/cover/tpl.php:100
6046
  #: app/skins/list/render.php:119
6047
  msgid "EVENT DETAIL"
languages/modern-events-calendar-lite-pl_PL.mo CHANGED
Binary file
languages/modern-events-calendar-lite-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
- "POT-Creation-Date: 2019-05-22 13:48+0430\n"
5
- "PO-Revision-Date: 2019-05-22 13:48+0430\n"
6
  "Last-Translator: Łukasz Szmigiel <lszmigiel@szmigieldesign.pl>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
@@ -277,7 +277,7 @@ msgstr "Dodaj wydarzenie"
277
  msgid "Add New Event"
278
  msgstr "Dodaj nowe wydarzenie"
279
 
280
- #: app/features/events.php:138 app/features/ix.php:3181
281
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
282
  msgid "No events found!"
283
  msgstr "Nie znaleziono wydarzeń!"
@@ -309,7 +309,7 @@ msgstr "Nie znaleziono wydarzeń w Koszu!"
309
  #: app/features/mec/meta_boxes/search_form.php:362
310
  #: app/features/mec/meta_boxes/search_form.php:416
311
  #: app/features/mec/meta_boxes/search_form.php:477
312
- #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4373
313
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
314
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
315
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
@@ -318,7 +318,7 @@ msgstr "Kategoria"
318
 
319
  #: app/features/events.php:160 app/features/fes/form.php:522
320
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
321
- #: app/libraries/main.php:4372
322
  msgid "Categories"
323
  msgstr "Kategorie"
324
 
@@ -392,14 +392,14 @@ msgstr "Szczegóły wydarzenia"
392
 
393
  #: app/features/events.php:306 app/features/events.php:2609
394
  #: app/features/events.php:2651 app/features/fes/form.php:483
395
- #: app/features/ix.php:2719 app/features/ix.php:2760
396
- #: app/features/mec/settings.php:1215 app/libraries/main.php:4405
397
  #: app/widgets/single.php:103
398
  msgid "Event Cost"
399
  msgstr "Koszt wydarzenia"
400
 
401
  #: app/features/events.php:309 app/features/fes/form.php:486
402
- #: app/libraries/main.php:4406 app/skins/single/default.php:91
403
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
404
  #: app/skins/single/modern.php:187
405
  msgid "Cost"
@@ -426,10 +426,10 @@ msgstr "Imię"
426
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
427
  #: app/features/organizers.php:110 app/features/organizers.php:150
428
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
429
- #: app/features/speakers.php:179 app/libraries/main.php:1084
430
- #: app/libraries/main.php:1165 app/libraries/main.php:2196
431
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
432
- #: app/modules/booking/steps/form.php:76 app/skins/single.php:216
433
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
434
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
435
  #: app/skins/single/modern.php:38
@@ -443,8 +443,8 @@ msgstr "Data i godzina"
443
  #: app/features/events.php:419 app/features/events.php:423
444
  #: app/features/events.php:2431 app/features/events.php:2609
445
  #: app/features/events.php:2651 app/features/fes/form.php:227
446
- #: app/features/fes/form.php:231 app/features/ix.php:2719
447
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:38
448
  #: app/features/mec/dashboard.php:334
449
  #: app/features/mec/meta_boxes/display_options.php:42
450
  #: app/features/mec/meta_boxes/display_options.php:184
@@ -479,8 +479,8 @@ msgstr "PM"
479
  #: app/features/events.php:500 app/features/events.php:504
480
  #: app/features/events.php:2432 app/features/events.php:2609
481
  #: app/features/events.php:2651 app/features/fes/form.php:267
482
- #: app/features/fes/form.php:271 app/features/ix.php:2719
483
- #: app/features/ix.php:2760 app/features/ix/import_g_calendar.php:44
484
  #: app/features/mec/dashboard.php:335
485
  msgid "End Date"
486
  msgstr "Data zakończenia"
@@ -750,7 +750,7 @@ msgstr "Wyklucz pewne dni"
750
 
751
  #: app/features/events.php:810 app/features/events.php:1819
752
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
753
- #: app/libraries/main.php:1651 app/libraries/main.php:2254
754
  #: app/modules/booking/steps/tickets.php:22
755
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
756
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
@@ -794,8 +794,8 @@ msgstr ""
794
  #: app/features/events.php:981 app/features/events.php:1612
795
  #: app/features/events.php:1652 app/features/events.php:2428
796
  #: app/features/events.php:2609 app/features/events.php:2651
797
- #: app/features/fes/form.php:216 app/features/ix.php:2719
798
- #: app/features/ix.php:2760 app/features/mec/settings.php:1615
799
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
800
  msgid "Title"
801
  msgstr "Tytuł"
@@ -809,14 +809,14 @@ msgstr "Tytuł"
809
  #: app/features/events.php:1641 app/features/events.php:1681
810
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
811
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
812
- #: app/features/mec/settings.php:1682 app/libraries/main.php:2115
813
- #: app/libraries/main.php:2145 app/libraries/main.php:2174
814
- #: app/libraries/main.php:2204 app/libraries/main.php:2233
815
- #: app/libraries/main.php:2262 app/libraries/main.php:2291
816
- #: app/libraries/main.php:2320 app/libraries/main.php:2342
817
- #: app/libraries/main.php:2373 app/libraries/main.php:2417
818
- #: app/libraries/main.php:2461 app/libraries/main.php:2508
819
- #: app/libraries/main.php:2546
820
  msgid "Remove"
821
  msgstr "Usuń"
822
 
@@ -844,7 +844,7 @@ msgstr "Opis"
844
  #: app/features/events.php:986 app/features/fes/form.php:615
845
  #: app/features/mec.php:324 app/features/mec/settings.php:78
846
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
847
- #: app/libraries/main.php:4380 app/modules/speakers/details.php:18
848
  msgid "Speakers"
849
  msgstr ""
850
 
@@ -860,7 +860,7 @@ msgid "Event Links"
860
  msgstr "Linki wydarzenia"
861
 
862
  #: app/features/events.php:1015 app/features/events.php:1019
863
- #: app/features/fes/form.php:462 app/libraries/main.php:4403
864
  msgid "Event Link"
865
  msgstr "Link strony www wydarzenia"
866
 
@@ -887,7 +887,7 @@ msgid "URL Shortener"
887
  msgstr ""
888
 
889
  #: app/features/events.php:1029 app/features/events.php:1038
890
- #: app/features/fes/form.php:467 app/libraries/main.php:4404
891
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
892
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
893
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
@@ -942,7 +942,7 @@ msgid "Read About A Booking System"
942
  msgstr "Wybierz swój styl pojedynczego wydarzenia."
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
- #: app/libraries/main.php:4408 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Bilety"
948
 
@@ -959,13 +959,13 @@ msgstr "Nazwa biletu"
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
- #: app/features/ix.php:2719 app/features/ix.php:2760
963
  msgid "Start Time"
964
  msgstr "Czas rozpoczęcia"
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
- #: app/features/ix.php:2719 app/features/ix.php:2760
969
  msgid "End Time"
970
  msgstr "Czas zakończenia"
971
 
@@ -1090,48 +1090,48 @@ msgid "Maximum Per Ticket. Leave it blank for unlimited."
1090
  msgstr ""
1091
 
1092
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1093
- #: app/libraries/main.php:2137
1094
  #, fuzzy
1095
  #| msgid "Name"
1096
  msgid "MEC Name"
1097
  msgstr "Imię"
1098
 
1099
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1100
- #: app/libraries/main.php:2166
1101
  #, fuzzy
1102
  #| msgid "Email"
1103
  msgid "MEC Email"
1104
  msgstr "Email"
1105
 
1106
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1107
- #: app/libraries/main.php:2107
1108
  msgid "Text"
1109
  msgstr "Pole tekstowe"
1110
 
1111
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1112
  #: app/features/organizers.php:102 app/features/organizers.php:146
1113
  #: app/features/speakers.php:111 app/features/speakers.php:175
1114
- #: app/features/speakers.php:244 app/libraries/main.php:2283
1115
  msgid "Tel"
1116
  msgstr "Tel"
1117
 
1118
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1119
- #: app/libraries/main.php:2225
1120
  msgid "File"
1121
  msgstr ""
1122
 
1123
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1124
- #: app/libraries/main.php:2312
1125
  msgid "Textarea"
1126
  msgstr "Obszar tekstowy"
1127
 
1128
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1129
- #: app/libraries/main.php:2365
1130
  msgid "Checkboxes"
1131
  msgstr "Pola wyboru"
1132
 
1133
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1134
- #: app/libraries/main.php:2409
1135
  msgid "Radio Buttons"
1136
  msgstr "Przyciski radiowe"
1137
 
@@ -1199,17 +1199,17 @@ msgstr "Przyciski radiowe"
1199
  #: app/features/mec/meta_boxes/search_form.php:569
1200
  #: app/features/mec/meta_boxes/search_form.php:576
1201
  #: app/features/mec/meta_boxes/search_form.php:583
1202
- #: app/features/mec/regform.php:190 app/libraries/main.php:2453
1203
  msgid "Dropdown"
1204
  msgstr "Lista rozwijalna"
1205
 
1206
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1207
- #: app/libraries/main.php:2500
1208
  msgid "Agreement"
1209
  msgstr ""
1210
 
1211
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1212
- #: app/libraries/main.php:2341
1213
  msgid "Paragraph"
1214
  msgstr "Paragraf"
1215
 
@@ -1232,8 +1232,8 @@ msgid "organizers"
1232
  msgstr "organizatorzy"
1233
 
1234
  #: app/features/events.php:2429 app/features/events.php:2609
1235
- #: app/features/events.php:2651 app/features/ix.php:2719
1236
- #: app/features/ix.php:2760 app/features/locations.php:58
1237
  #: app/features/locations.php:229 app/features/locations.php:286
1238
  #: app/features/locations.php:288 app/features/locations.php:297
1239
  #: app/features/mec/meta_boxes/display_options.php:818
@@ -1245,8 +1245,8 @@ msgstr "organizatorzy"
1245
  #: app/features/mec/meta_boxes/search_form.php:369
1246
  #: app/features/mec/meta_boxes/search_form.php:423
1247
  #: app/features/mec/meta_boxes/search_form.php:484
1248
- #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1645
1249
- #: app/libraries/main.php:4377 app/libraries/skins.php:772
1250
  #: app/skins/single.php:255 app/skins/single/default.php:141
1251
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1252
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
@@ -1254,8 +1254,8 @@ msgid "Location"
1254
  msgstr "Lokalizacja"
1255
 
1256
  #: app/features/events.php:2430 app/features/events.php:2609
1257
- #: app/features/events.php:2651 app/features/ix.php:2719
1258
- #: app/features/ix.php:2760 app/features/mec/dashboard.php:70
1259
  #: app/features/mec/meta_boxes/display_options.php:819
1260
  #: app/features/mec/meta_boxes/search_form.php:45
1261
  #: app/features/mec/meta_boxes/search_form.php:106
@@ -1268,7 +1268,7 @@ msgstr "Lokalizacja"
1268
  #: app/features/mec/meta_boxes/search_form.php:552
1269
  #: app/features/organizers.php:58 app/features/organizers.php:199
1270
  #: app/features/organizers.php:255 app/features/organizers.php:257
1271
- #: app/features/organizers.php:266 app/libraries/main.php:4379
1272
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1273
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1274
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
@@ -1308,14 +1308,14 @@ msgid "Duplicate"
1308
  msgstr "Duplikuj"
1309
 
1310
  #: app/features/events.php:2609 app/features/events.php:2651
1311
- #: app/features/ix.php:2719 app/features/ix.php:2760
1312
  #: app/features/labels.php:176 app/features/locations.php:228
1313
  #: app/features/organizers.php:198 app/features/speakers.php:241
1314
  msgid "ID"
1315
  msgstr "ID"
1316
 
1317
  #: app/features/events.php:2609 app/features/events.php:2651
1318
- #: app/features/ix.php:2719 app/features/ix.php:2760
1319
  msgid "Link"
1320
  msgstr "Link"
1321
 
@@ -1421,7 +1421,7 @@ msgstr "Usuń obraz"
1421
 
1422
  #: app/features/fes/form.php:547 app/features/labels.php:61
1423
  #: app/features/labels.php:220 app/features/mec.php:317
1424
- #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4374
1425
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1426
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1427
  msgid "Labels"
@@ -1485,77 +1485,77 @@ msgstr ""
1485
  msgid "The events are imported successfully!"
1486
  msgstr ""
1487
 
1488
- #: app/features/ix.php:756
1489
  msgid "Third Party plugin is not installed and activated!"
1490
  msgstr ""
1491
 
1492
- #: app/features/ix.php:781
1493
  msgid "Third Party plugin is invalid!"
1494
  msgstr ""
1495
 
1496
- #: app/features/ix.php:1926 app/features/ix.php:1984
1497
  msgid "Both of API key and Calendar ID are required!"
1498
  msgstr "Oba klucze API oraz ID kalendarza są wymagane!"
1499
 
1500
- #: app/features/ix.php:1979 app/features/ix.php:2398 app/features/ix.php:3188
1501
  msgid "Please select some events to import!"
1502
  msgstr "Proszę wybrać dane do zaimportowania!"
1503
 
1504
- #: app/features/ix.php:2340 app/features/ix.php:2403
1505
  #, fuzzy
1506
  #| msgid "Both of API key and Calendar ID are required!"
1507
  msgid "Both of API key and Group URL are required!"
1508
  msgstr "Oba klucze API oraz ID kalendarza są wymagane!"
1509
 
1510
- #: app/features/ix.php:2642
1511
  msgid "Check at Meetup"
1512
  msgstr ""
1513
 
1514
- #: app/features/ix.php:2719 app/features/ix.php:2760
1515
  msgid "Organizer Tel"
1516
  msgstr "Telefon organizatora"
1517
 
1518
- #: app/features/ix.php:2719 app/features/ix.php:2760
1519
  msgid "Organizer Email"
1520
  msgstr "Email organizatora"
1521
 
1522
- #: app/features/ix.php:2841
1523
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1524
  msgstr "Wszystkie Client ID, Client Secret oraz Calendar ID są wymagane!"
1525
 
1526
- #: app/features/ix.php:2864
1527
  #, php-format
1528
  msgid "All seems good! Please click %s for authenticating your app."
1529
  msgstr ""
1530
  "Wszystko wydaje się być w porządku! Kliknij %s w celu uwierzytelnienia "
1531
  "swojej aplikacji."
1532
 
1533
- #: app/features/ix.php:2918
1534
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1535
  msgstr "Wszystkie Client APP, Client Secret oraz Calendar ID są wymagane!"
1536
 
1537
- #: app/features/ix.php:3117
1538
  #, php-format
1539
  msgid "%s events added to Google Calendar successfully."
1540
  msgstr "%s wydarzenia dodane do Kalendarza Google pomyślnie."
1541
 
1542
- #: app/features/ix.php:3118
1543
  #, php-format
1544
  msgid "%s previously added events get updated."
1545
  msgstr "%s wcześniej dodane wydarzenia zaktualizowane."
1546
 
1547
- #: app/features/ix.php:3119
1548
  #, php-format
1549
  msgid "%s events failed to add for following reasons: %s"
1550
  msgstr "%s wydarzenia nie udało się dodać z następujących powodów:%s"
1551
 
1552
- #: app/features/ix.php:3151
1553
  #, fuzzy
1554
  #| msgid "Please insert your facebook page's link."
1555
  msgid "Please insert your Facebook page's link."
1556
  msgstr "Wstaw własny odnośnik Facebook."
1557
 
1558
- #: app/features/ix.php:3160
1559
  #, fuzzy
1560
  #| msgid ""
1561
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
@@ -1566,11 +1566,11 @@ msgid ""
1566
  msgstr ""
1567
  "Nie mogliśmy rozpoznać odnośnika Facebook. Sprawdź link i spróbuj ponownie."
1568
 
1569
- #: app/features/ix.php:3192
1570
  msgid "Please insert your facebook page's link."
1571
  msgstr "Wstaw własny odnośnik Facebook."
1572
 
1573
- #: app/features/ix.php:3197
1574
  msgid ""
1575
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1576
  "valid facebook page link."
@@ -2140,7 +2140,7 @@ msgstr ""
2140
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2141
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2142
  #: app/skins/monthly_view/calendar_clean.php:81
2143
- #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:49
2144
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2145
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2146
  #, fuzzy
@@ -2149,14 +2149,14 @@ msgid "Featured"
2149
  msgstr "Obraz wyróżniający"
2150
 
2151
  #: app/features/labels.php:117 app/features/labels.php:142
2152
- #: app/libraries/main.php:4568 app/skins/agenda/render.php:41
2153
- #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:62
2154
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2155
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2156
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2157
  #: app/skins/monthly_view/calendar.php:84
2158
  #: app/skins/monthly_view/calendar_clean.php:85
2159
- #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:53
2160
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2161
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2162
  msgid "Canceled"
@@ -2184,7 +2184,7 @@ msgstr "Wydarzenie %s"
2184
 
2185
  #: app/features/locations.php:59 app/features/mec.php:318
2186
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2187
- #: app/libraries/main.php:4376
2188
  msgid "Locations"
2189
  msgstr "Lokalizacje"
2190
 
@@ -2291,7 +2291,7 @@ msgstr "Wybierz obraz"
2291
  msgid "Don't show map in single event page"
2292
  msgstr "Nie pokazuj mapy na stronie wydarzenia"
2293
 
2294
- #: app/features/locations.php:361 app/libraries/main.php:4410
2295
  #, fuzzy
2296
  #| msgid "Search Locations"
2297
  msgid "Other Locations"
@@ -2347,7 +2347,7 @@ msgstr "Wsparcie"
2347
 
2348
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2349
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2350
- #: app/libraries/main.php:4378
2351
  msgid "Organizers"
2352
  msgstr "Organizatorzy"
2353
 
@@ -2366,7 +2366,7 @@ msgstr "MEC - Ustawienia"
2366
  msgid "MEC - Addons"
2367
  msgstr "MEC - Ustawienia"
2368
 
2369
- #: app/features/mec.php:329 app/features/mec/addons.php:16
2370
  msgid "Addons"
2371
  msgstr ""
2372
 
@@ -2422,30 +2422,30 @@ msgstr "Osobna karta"
2422
  msgid "Modal 1"
2423
  msgstr "Okno modalne"
2424
 
2425
- #: app/features/mec/addons.php:18
2426
  msgid "How to Purchase"
2427
  msgstr ""
2428
 
2429
- #: app/features/mec/addons.php:19
2430
  msgid "Install Addons"
2431
  msgstr ""
2432
 
2433
- #: app/features/mec/addons.php:22
2434
  msgid ""
2435
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2436
  "however, you cannot install and use them on the Lite version too."
2437
  msgstr ""
2438
 
2439
- #: app/features/mec/addons.php:29 app/features/mec/addons.php:67
2440
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2441
  msgid "Version"
2442
  msgstr "Wersja"
2443
 
2444
- #: app/features/mec/addons.php:80
2445
  msgid "Coming Soon"
2446
  msgstr ""
2447
 
2448
- #: app/features/mec/addons.php:91
2449
  msgid ""
2450
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2451
  "functions are <strong>not activated</strong> on your server. Please contact "
@@ -3004,15 +3004,15 @@ msgstr "Widok domyślny"
3004
 
3005
  #: app/features/mec/meta_boxes/display_options.php:414
3006
  #: app/features/mec/meta_boxes/display_options.php:431
3007
- #: app/libraries/main.php:329 app/libraries/main.php:1198
3008
- #: app/libraries/main.php:1223
3009
  msgid "List View"
3010
  msgstr "Widok Listy"
3011
 
3012
  #: app/features/mec/meta_boxes/display_options.php:415
3013
  #: app/features/mec/meta_boxes/display_options.php:441
3014
- #: app/libraries/main.php:333 app/libraries/main.php:1192
3015
- #: app/libraries/main.php:1217
3016
  msgid "Yearly View"
3017
  msgstr ""
3018
 
@@ -3023,15 +3023,15 @@ msgstr "Widok miesięczny / kalendarz"
3023
 
3024
  #: app/features/mec/meta_boxes/display_options.php:417
3025
  #: app/features/mec/meta_boxes/display_options.php:473
3026
- #: app/libraries/main.php:336 app/libraries/main.php:1194
3027
- #: app/libraries/main.php:1219
3028
  msgid "Weekly View"
3029
  msgstr "Widok tygodniowy"
3030
 
3031
  #: app/features/mec/meta_boxes/display_options.php:418
3032
  #: app/features/mec/meta_boxes/display_options.php:483
3033
- #: app/libraries/main.php:335 app/libraries/main.php:1195
3034
- #: app/libraries/main.php:1220
3035
  msgid "Daily View"
3036
  msgstr "Widok dzienny"
3037
 
@@ -3393,7 +3393,7 @@ msgstr "Wyłączone"
3393
  #: app/features/mec/meta_boxes/search_form.php:437
3394
  #: app/features/mec/meta_boxes/search_form.php:498
3395
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3396
- #: app/features/speakers.php:242 app/libraries/main.php:4381
3397
  #: app/libraries/skins.php:824
3398
  msgid "Speaker"
3399
  msgstr ""
@@ -3934,7 +3934,7 @@ msgid ""
3934
  msgstr ""
3935
 
3936
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3937
- #: app/libraries/main.php:4385
3938
  msgid "Weekdays"
3939
  msgstr "Dni powszednie"
3940
 
@@ -4692,7 +4692,7 @@ msgid ""
4692
  msgstr ""
4693
 
4694
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4695
- #: app/libraries/main.php:4567
4696
  msgid "Verified"
4697
  msgstr "Zweryfikowane"
4698
 
@@ -5254,7 +5254,7 @@ msgstr "np. email@domena.pl"
5254
  msgid "eg. https://webnus.net"
5255
  msgstr "http://webnus.biz"
5256
 
5257
- #: app/features/organizers.php:309 app/libraries/main.php:4409
5258
  #: app/skins/single.php:194
5259
  msgid "Other Organizers"
5260
  msgstr ""
@@ -5274,11 +5274,11 @@ msgstr "Proszę %s/%s, aby utworzyć nowe wydarzenia."
5274
  msgid "#"
5275
  msgstr ""
5276
 
5277
- #: app/features/profile/profile.php:34 app/libraries/main.php:2522
5278
  msgid "Status"
5279
  msgstr ""
5280
 
5281
- #: app/features/profile/profile.php:37 app/libraries/main.php:1666
5282
  msgid "Attendees"
5283
  msgstr ""
5284
 
@@ -5291,8 +5291,8 @@ msgstr ""
5291
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5292
  msgstr ""
5293
 
5294
- #: app/features/profile/profile.php:96 app/libraries/main.php:1680
5295
- #: app/libraries/main.php:4407
5296
  msgid "Ticket"
5297
  msgstr "Zgłoszenie"
5298
 
@@ -5342,7 +5342,7 @@ msgid "Insert URL of Facebook Page"
5342
  msgstr "Importuj z kalendarza Facebook"
5343
 
5344
  #: app/features/speakers.php:135 app/features/speakers.php:187
5345
- #: app/libraries/main.php:1080
5346
  msgid "Google+"
5347
  msgstr "Google+"
5348
 
@@ -5448,38 +5448,38 @@ msgstr ""
5448
  msgid "There is no excerpt because this is a protected post."
5449
  msgstr "Nie ma zajawki ponieważ ten wpis jest chroniony."
5450
 
5451
- #: app/libraries/main.php:330 app/libraries/main.ph
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Modern Events Calendar\n"
4
+ "POT-Creation-Date: 2019-05-28 17:09+0430\n"
5
+ "PO-Revision-Date: 2019-05-28 17:09+0430\n"
6
  "Last-Translator: Łukasz Szmigiel <lszmigiel@szmigieldesign.pl>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
277
  msgid "Add New Event"
278
  msgstr "Dodaj nowe wydarzenie"
279
 
280
+ #: app/features/events.php:138 app/features/ix.php:3202
281
  #: app/features/ix/thirdparty.php:42 app/skins/map/tpl.php:55
282
  msgid "No events found!"
283
  msgstr "Nie znaleziono wydarzeń!"
309
  #: app/features/mec/meta_boxes/search_form.php:362
310
  #: app/features/mec/meta_boxes/search_form.php:416
311
  #: app/features/mec/meta_boxes/search_form.php:477
312
+ #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
313
  #: app/libraries/skins.php:746 app/skins/single/default.php:157
314
  #: app/skins/single/default.php:367 app/skins/single/m1.php:169
315
  #: app/skins/single/m2.php:101 app/skins/single/modern.php:98
318
 
319
  #: app/features/events.php:160 app/features/fes/form.php:522
320
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
321
+ #: app/libraries/main.php:4375
322
  msgid "Categories"
323
  msgstr "Kategorie"
324
 
392
 
393
  #: app/features/events.php:306 app/features/events.php:2609
394
  #: app/features/events.php:2651 app/features/fes/form.php:483
395
+ #: app/features/ix.php:2740 app/features/ix.php:2781
396
+ #: app/features/mec/settings.php:1215 app/libraries/main.php:4408
397
  #: app/widgets/single.php:103
398
  msgid "Event Cost"
399
  msgstr "Koszt wydarzenia"
400
 
401
  #: app/features/events.php:309 app/features/fes/form.php:486
402
+ #: app/libraries/main.php:4409 app/skins/single/default.php:91
403
  #: app/skins/single/default.php:301 app/skins/single/m1.php:49
404
  #: app/skins/single/modern.php:187
405
  msgid "Cost"
426
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
427
  #: app/features/organizers.php:110 app/features/organizers.php:150
428
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
429
+ #: app/features/speakers.php:179 app/libraries/main.php:1087
430
+ #: app/libraries/main.php:1168 app/libraries/main.php:2199
431
  #: app/libraries/notifications.php:570 app/modules/booking/steps/form.php:43
432
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:216
433
  #: app/skins/single/default.php:199 app/skins/single/default.php:409
434
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
435
  #: app/skins/single/modern.php:38
443
  #: app/features/events.php:419 app/features/events.php:423
444
  #: app/features/events.php:2431 app/features/events.php:2609
445
  #: app/features/events.php:2651 app/features/fes/form.php:227
446
+ #: app/features/fes/form.php:231 app/features/ix.php:2740
447
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
448
  #: app/features/mec/dashboard.php:334
449
  #: app/features/mec/meta_boxes/display_options.php:42
450
  #: app/features/mec/meta_boxes/display_options.php:184
479
  #: app/features/events.php:500 app/features/events.php:504
480
  #: app/features/events.php:2432 app/features/events.php:2609
481
  #: app/features/events.php:2651 app/features/fes/form.php:267
482
+ #: app/features/fes/form.php:271 app/features/ix.php:2740
483
+ #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
484
  #: app/features/mec/dashboard.php:335
485
  msgid "End Date"
486
  msgstr "Data zakończenia"
750
 
751
  #: app/features/events.php:810 app/features/events.php:1819
752
  #: app/features/mec/regform.php:184 app/features/profile/profile.php:31
753
+ #: app/libraries/main.php:1654 app/libraries/main.php:2257
754
  #: app/modules/booking/steps/tickets.php:22
755
  #: app/modules/next-event/details.php:86 app/skins/single/default.php:55
756
  #: app/skins/single/default.php:265 app/skins/single/m1.php:16
794
  #: app/features/events.php:981 app/features/events.php:1612
795
  #: app/features/events.php:1652 app/features/events.php:2428
796
  #: app/features/events.php:2609 app/features/events.php:2651
797
+ #: app/features/fes/form.php:216 app/features/ix.php:2740
798
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1615
799
  #: app/features/mec/settings.php:1653 app/features/mec/styling.php:194
800
  msgid "Title"
801
  msgstr "Tytuł"
809
  #: app/features/events.php:1641 app/features/events.php:1681
810
  #: app/features/fes/list.php:72 app/features/mec/settings.php:1555
811
  #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1644
812
+ #: app/features/mec/settings.php:1682 app/libraries/main.php:2118
813
+ #: app/libraries/main.php:2148 app/libraries/main.php:2177
814
+ #: app/libraries/main.php:2207 app/libraries/main.php:2236
815
+ #: app/libraries/main.php:2265 app/libraries/main.php:2294
816
+ #: app/libraries/main.php:2323 app/libraries/main.php:2345
817
+ #: app/libraries/main.php:2376 app/libraries/main.php:2420
818
+ #: app/libraries/main.php:2464 app/libraries/main.php:2511
819
+ #: app/libraries/main.php:2549
820
  msgid "Remove"
821
  msgstr "Usuń"
822
 
844
  #: app/features/events.php:986 app/features/fes/form.php:615
845
  #: app/features/mec.php:324 app/features/mec/settings.php:78
846
  #: app/features/mec/settings.php:1263 app/features/speakers.php:57
847
+ #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
848
  msgid "Speakers"
849
  msgstr ""
850
 
860
  msgstr "Linki wydarzenia"
861
 
862
  #: app/features/events.php:1015 app/features/events.php:1019
863
+ #: app/features/fes/form.php:462 app/libraries/main.php:4406
864
  msgid "Event Link"
865
  msgstr "Link strony www wydarzenia"
866
 
887
  msgstr ""
888
 
889
  #: app/features/events.php:1029 app/features/events.php:1038
890
+ #: app/features/fes/form.php:467 app/libraries/main.php:4407
891
  #: app/skins/single/default.php:105 app/skins/single/default.php:315
892
  #: app/skins/single/m1.php:190 app/skins/single/m2.php:123
893
  #: app/skins/single/modern.php:120 app/widgets/single.php:107
942
  msgstr "Wybierz swój styl pojedynczego wydarzenia."
943
 
944
  #: app/features/events.php:1126 app/libraries/book.php:60
945
+ #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
946
  msgid "Tickets"
947
  msgstr "Bilety"
948
 
959
 
960
  #: app/features/events.php:1150 app/features/events.php:1323
961
  #: app/features/events.php:2609 app/features/events.php:2651
962
+ #: app/features/ix.php:2740 app/features/ix.php:2781
963
  msgid "Start Time"
964
  msgstr "Czas rozpoczęcia"
965
 
966
  #: app/features/events.php:1188 app/features/events.php:1346
967
  #: app/features/events.php:2609 app/features/events.php:2651
968
+ #: app/features/ix.php:2740 app/features/ix.php:2781
969
  msgid "End Time"
970
  msgstr "Czas zakończenia"
971
 
1090
  msgstr ""
1091
 
1092
  #: app/features/events.php:1815 app/features/mec/regform.php:180
1093
+ #: app/libraries/main.php:2140
1094
  #, fuzzy
1095
  #| msgid "Name"
1096
  msgid "MEC Name"
1097
  msgstr "Imię"
1098
 
1099
  #: app/features/events.php:1816 app/features/mec/regform.php:181
1100
+ #: app/libraries/main.php:2169
1101
  #, fuzzy
1102
  #| msgid "Email"
1103
  msgid "MEC Email"
1104
  msgstr "Email"
1105
 
1106
  #: app/features/events.php:1817 app/features/mec/regform.php:182
1107
+ #: app/libraries/main.php:2110
1108
  msgid "Text"
1109
  msgstr "Pole tekstowe"
1110
 
1111
  #: app/features/events.php:1820 app/features/mec/regform.php:185
1112
  #: app/features/organizers.php:102 app/features/organizers.php:146
1113
  #: app/features/speakers.php:111 app/features/speakers.php:175
1114
+ #: app/features/speakers.php:244 app/libraries/main.php:2286
1115
  msgid "Tel"
1116
  msgstr "Tel"
1117
 
1118
  #: app/features/events.php:1821 app/features/mec/regform.php:186
1119
+ #: app/libraries/main.php:2228
1120
  msgid "File"
1121
  msgstr ""
1122
 
1123
  #: app/features/events.php:1822 app/features/mec/regform.php:187
1124
+ #: app/libraries/main.php:2315
1125
  msgid "Textarea"
1126
  msgstr "Obszar tekstowy"
1127
 
1128
  #: app/features/events.php:1823 app/features/mec/regform.php:188
1129
+ #: app/libraries/main.php:2368
1130
  msgid "Checkboxes"
1131
  msgstr "Pola wyboru"
1132
 
1133
  #: app/features/events.php:1824 app/features/mec/regform.php:189
1134
+ #: app/libraries/main.php:2412
1135
  msgid "Radio Buttons"
1136
  msgstr "Przyciski radiowe"
1137
 
1199
  #: app/features/mec/meta_boxes/search_form.php:569
1200
  #: app/features/mec/meta_boxes/search_form.php:576
1201
  #: app/features/mec/meta_boxes/search_form.php:583
1202
+ #: app/features/mec/regform.php:190 app/libraries/main.php:2456
1203
  msgid "Dropdown"
1204
  msgstr "Lista rozwijalna"
1205
 
1206
  #: app/features/events.php:1826 app/features/mec/regform.php:191
1207
+ #: app/libraries/main.php:2503
1208
  msgid "Agreement"
1209
  msgstr ""
1210
 
1211
  #: app/features/events.php:1827 app/features/mec/regform.php:192
1212
+ #: app/libraries/main.php:2344
1213
  msgid "Paragraph"
1214
  msgstr "Paragraf"
1215
 
1232
  msgstr "organizatorzy"
1233
 
1234
  #: app/features/events.php:2429 app/features/events.php:2609
1235
+ #: app/features/events.php:2651 app/features/ix.php:2740
1236
+ #: app/features/ix.php:2781 app/features/locations.php:58
1237
  #: app/features/locations.php:229 app/features/locations.php:286
1238
  #: app/features/locations.php:288 app/features/locations.php:297
1239
  #: app/features/mec/meta_boxes/display_options.php:818
1245
  #: app/features/mec/meta_boxes/search_form.php:369
1246
  #: app/features/mec/meta_boxes/search_form.php:423
1247
  #: app/features/mec/meta_boxes/search_form.php:484
1248
+ #: app/features/mec/meta_boxes/search_form.php:545 app/libraries/main.php:1648
1249
+ #: app/libraries/main.php:4380 app/libraries/skins.php:772
1250
  #: app/skins/single.php:255 app/skins/single/default.php:141
1251
  #: app/skins/single/default.php:351 app/skins/single/m1.php:154
1252
  #: app/skins/single/m2.php:86 app/skins/single/modern.php:83
1254
  msgstr "Lokalizacja"
1255
 
1256
  #: app/features/events.php:2430 app/features/events.php:2609
1257
+ #: app/features/events.php:2651 app/features/ix.php:2740
1258
+ #: app/features/ix.php:2781 app/features/mec/dashboard.php:70
1259
  #: app/features/mec/meta_boxes/display_options.php:819
1260
  #: app/features/mec/meta_boxes/search_form.php:45
1261
  #: app/features/mec/meta_boxes/search_form.php:106
1268
  #: app/features/mec/meta_boxes/search_form.php:552
1269
  #: app/features/organizers.php:58 app/features/organizers.php:199
1270
  #: app/features/organizers.php:255 app/features/organizers.php:257
1271
+ #: app/features/organizers.php:266 app/libraries/main.php:4382
1272
  #: app/libraries/skins.php:798 app/skins/single/default.php:182
1273
  #: app/skins/single/default.php:392 app/skins/single/m1.php:90
1274
  #: app/skins/single/m2.php:22 app/skins/single/modern.php:21
1308
  msgstr "Duplikuj"
1309
 
1310
  #: app/features/events.php:2609 app/features/events.php:2651
1311
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1312
  #: app/features/labels.php:176 app/features/locations.php:228
1313
  #: app/features/organizers.php:198 app/features/speakers.php:241
1314
  msgid "ID"
1315
  msgstr "ID"
1316
 
1317
  #: app/features/events.php:2609 app/features/events.php:2651
1318
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1319
  msgid "Link"
1320
  msgstr "Link"
1321
 
1421
 
1422
  #: app/features/fes/form.php:547 app/features/labels.php:61
1423
  #: app/features/labels.php:220 app/features/mec.php:317
1424
+ #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1425
  #: app/skins/single/default.php:120 app/skins/single/default.php:330
1426
  #: app/skins/single/m1.php:64 app/skins/single/modern.php:202
1427
  msgid "Labels"
1485
  msgid "The events are imported successfully!"
1486
  msgstr ""
1487
 
1488
+ #: app/features/ix.php:780
1489
  msgid "Third Party plugin is not installed and activated!"
1490
  msgstr ""
1491
 
1492
+ #: app/features/ix.php:800
1493
  msgid "Third Party plugin is invalid!"
1494
  msgstr ""
1495
 
1496
+ #: app/features/ix.php:1947 app/features/ix.php:2005
1497
  msgid "Both of API key and Calendar ID are required!"
1498
  msgstr "Oba klucze API oraz ID kalendarza są wymagane!"
1499
 
1500
+ #: app/features/ix.php:2000 app/features/ix.php:2419 app/features/ix.php:3209
1501
  msgid "Please select some events to import!"
1502
  msgstr "Proszę wybrać dane do zaimportowania!"
1503
 
1504
+ #: app/features/ix.php:2361 app/features/ix.php:2424
1505
  #, fuzzy
1506
  #| msgid "Both of API key and Calendar ID are required!"
1507
  msgid "Both of API key and Group URL are required!"
1508
  msgstr "Oba klucze API oraz ID kalendarza są wymagane!"
1509
 
1510
+ #: app/features/ix.php:2663
1511
  msgid "Check at Meetup"
1512
  msgstr ""
1513
 
1514
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1515
  msgid "Organizer Tel"
1516
  msgstr "Telefon organizatora"
1517
 
1518
+ #: app/features/ix.php:2740 app/features/ix.php:2781
1519
  msgid "Organizer Email"
1520
  msgstr "Email organizatora"
1521
 
1522
+ #: app/features/ix.php:2862
1523
  msgid "All of Client ID, Client Secret and Calendar ID are required!"
1524
  msgstr "Wszystkie Client ID, Client Secret oraz Calendar ID są wymagane!"
1525
 
1526
+ #: app/features/ix.php:2885
1527
  #, php-format
1528
  msgid "All seems good! Please click %s for authenticating your app."
1529
  msgstr ""
1530
  "Wszystko wydaje się być w porządku! Kliknij %s w celu uwierzytelnienia "
1531
  "swojej aplikacji."
1532
 
1533
+ #: app/features/ix.php:2939
1534
  msgid "All of Client App, Client Secret and Calendar ID are required!"
1535
  msgstr "Wszystkie Client APP, Client Secret oraz Calendar ID są wymagane!"
1536
 
1537
+ #: app/features/ix.php:3138
1538
  #, php-format
1539
  msgid "%s events added to Google Calendar successfully."
1540
  msgstr "%s wydarzenia dodane do Kalendarza Google pomyślnie."
1541
 
1542
+ #: app/features/ix.php:3139
1543
  #, php-format
1544
  msgid "%s previously added events get updated."
1545
  msgstr "%s wcześniej dodane wydarzenia zaktualizowane."
1546
 
1547
+ #: app/features/ix.php:3140
1548
  #, php-format
1549
  msgid "%s events failed to add for following reasons: %s"
1550
  msgstr "%s wydarzenia nie udało się dodać z następujących powodów:%s"
1551
 
1552
+ #: app/features/ix.php:3172
1553
  #, fuzzy
1554
  #| msgid "Please insert your facebook page's link."
1555
  msgid "Please insert your Facebook page's link."
1556
  msgstr "Wstaw własny odnośnik Facebook."
1557
 
1558
+ #: app/features/ix.php:3181
1559
  #, fuzzy
1560
  #| msgid ""
1561
  #| "We couldn't recognize your Facebook page. Please check it and provide us "
1566
  msgstr ""
1567
  "Nie mogliśmy rozpoznać odnośnika Facebook. Sprawdź link i spróbuj ponownie."
1568
 
1569
+ #: app/features/ix.php:3213
1570
  msgid "Please insert your facebook page's link."
1571
  msgstr "Wstaw własny odnośnik Facebook."
1572
 
1573
+ #: app/features/ix.php:3218
1574
  msgid ""
1575
  "We couldn't recognize your Facebook page. Please check it and provide us a "
1576
  "valid facebook page link."
2140
  #: app/skins/grid/render.php:49 app/skins/list/render.php:36
2141
  #: app/skins/masonry/render.php:28 app/skins/monthly_view/calendar.php:80
2142
  #: app/skins/monthly_view/calendar_clean.php:81
2143
+ #: app/skins/monthly_view/calendar_novel.php:77 app/skins/slider/render.php:45
2144
  #: app/skins/timetable/render.php:33 app/skins/timetable/render.php:135
2145
  #: app/skins/weekly_view/render.php:31 app/skins/yearly_view/render.php:48
2146
  #, fuzzy
2149
  msgstr "Obraz wyróżniający"
2150
 
2151
  #: app/features/labels.php:117 app/features/labels.php:142
2152
+ #: app/libraries/main.php:4571 app/skins/agenda/render.php:41
2153
+ #: app/skins/available_spot/tpl.php:35 app/skins/carousel/render.php:59
2154
  #: app/skins/countdown/tpl.php:28 app/skins/cover/tpl.php:32
2155
  #: app/skins/daily_view/render.php:27 app/skins/grid/render.php:53
2156
  #: app/skins/list/render.php:40 app/skins/masonry/render.php:32
2157
  #: app/skins/monthly_view/calendar.php:84
2158
  #: app/skins/monthly_view/calendar_clean.php:85
2159
+ #: app/skins/monthly_view/calendar_novel.php:78 app/skins/slider/render.php:46
2160
  #: app/skins/timetable/render.php:37 app/skins/timetable/render.php:139
2161
  #: app/skins/weekly_view/render.php:35 app/skins/yearly_view/render.php:52
2162
  msgid "Canceled"
2184
 
2185
  #: app/features/locations.php:59 app/features/mec.php:318
2186
  #: app/features/mec/dashboard.php:204 app/features/mec/meta_boxes/filter.php:87
2187
+ #: app/libraries/main.php:4379
2188
  msgid "Locations"
2189
  msgstr "Lokalizacje"
2190
 
2291
  msgid "Don't show map in single event page"
2292
  msgstr "Nie pokazuj mapy na stronie wydarzenia"
2293
 
2294
+ #: app/features/locations.php:361 app/libraries/main.php:4413
2295
  #, fuzzy
2296
  #| msgid "Search Locations"
2297
  msgid "Other Locations"
2347
 
2348
  #: app/features/mec.php:319 app/features/mec/dashboard.php:211
2349
  #: app/features/mec/meta_boxes/filter.php:104 app/features/organizers.php:59
2350
+ #: app/libraries/main.php:4381
2351
  msgid "Organizers"
2352
  msgstr "Organizatorzy"
2353
 
2366
  msgid "MEC - Addons"
2367
  msgstr "MEC - Ustawienia"
2368
 
2369
+ #: app/features/mec.php:329 app/features/mec/addons.php:22
2370
  msgid "Addons"
2371
  msgstr ""
2372
 
2422
  msgid "Modal 1"
2423
  msgstr "Okno modalne"
2424
 
2425
+ #: app/features/mec/addons.php:24
2426
  msgid "How to Purchase"
2427
  msgstr ""
2428
 
2429
+ #: app/features/mec/addons.php:25
2430
  msgid "Install Addons"
2431
  msgstr ""
2432
 
2433
+ #: app/features/mec/addons.php:28
2434
  msgid ""
2435
  "<strong>Note:</strong> All addons are provided for the Pro version as well, "
2436
  "however, you cannot install and use them on the Lite version too."
2437
  msgstr ""
2438
 
2439
+ #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2440
  #: app/features/mec/dashboard.php:84 app/features/mec/support-page.php:21
2441
  msgid "Version"
2442
  msgstr "Wersja"
2443
 
2444
+ #: app/features/mec/addons.php:86
2445
  msgid "Coming Soon"
2446
  msgstr ""
2447
 
2448
+ #: app/features/mec/addons.php:97
2449
  msgid ""
2450
  "<strong>\"file_get_contents\"</strong> and <strong>\"Curl\"</strong> "
2451
  "functions are <strong>not activated</strong> on your server. Please contact "
3004
 
3005
  #: app/features/mec/meta_boxes/display_options.php:414
3006
  #: app/features/mec/meta_boxes/display_options.php:431
3007
+ #: app/libraries/main.php:329 app/libraries/main.php:1201
3008
+ #: app/libraries/main.php:1226
3009
  msgid "List View"
3010
  msgstr "Widok Listy"
3011
 
3012
  #: app/features/mec/meta_boxes/display_options.php:415
3013
  #: app/features/mec/meta_boxes/display_options.php:441
3014
+ #: app/libraries/main.php:333 app/libraries/main.php:1195
3015
+ #: app/libraries/main.php:1220
3016
  msgid "Yearly View"
3017
  msgstr ""
3018
 
3023
 
3024
  #: app/features/mec/meta_boxes/display_options.php:417
3025
  #: app/features/mec/meta_boxes/display_options.php:473
3026
+ #: app/libraries/main.php:336 app/libraries/main.php:1197
3027
+ #: app/libraries/main.php:1222
3028
  msgid "Weekly View"
3029
  msgstr "Widok tygodniowy"
3030
 
3031
  #: app/features/mec/meta_boxes/display_options.php:418
3032
  #: app/features/mec/meta_boxes/display_options.php:483
3033
+ #: app/libraries/main.php:335 app/libraries/main.php:1198
3034
+ #: app/libraries/main.php:1223
3035
  msgid "Daily View"
3036
  msgstr "Widok dzienny"
3037
 
3393
  #: app/features/mec/meta_boxes/search_form.php:437
3394
  #: app/features/mec/meta_boxes/search_form.php:498
3395
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3396
+ #: app/features/speakers.php:242 app/libraries/main.php:4384
3397
  #: app/libraries/skins.php:824
3398
  msgid "Speaker"
3399
  msgstr ""
3934
  msgstr ""
3935
 
3936
  #: app/features/mec/settings.php:369 app/features/mec/settings.php:379
3937
+ #: app/libraries/main.php:4388
3938
  msgid "Weekdays"
3939
  msgstr "Dni powszednie"
3940
 
4692
  msgstr ""
4693
 
4694
  #: app/features/mec/settings.php:1887 app/features/mec/settings.php:1909
4695
+ #: app/libraries/main.php:4570
4696
  msgid "Verified"
4697
  msgstr "Zweryfikowane"
4698
 
5254
  msgid "eg. https://webnus.net"
5255
  msgstr "http://webnus.biz"
5256
 
5257
+ #: app/features/organizers.php:309 app/libraries/main.php:4412
5258
  #: app/skins/single.php:194
5259
  msgid "Other Organizers"
5260
  msgstr ""
5274
  msgid "#"
5275
  msgstr ""
5276
 
5277
+ #: app/features/profile/profile.php:34 app/libraries/main.php:2525
5278
  msgid "Status"
5279
  msgstr ""
5280
 
5281
+ #: app/features/profile/profile.php:37 app/libraries/main.php:1669
5282
  msgid "Attendees"
5283
  msgstr ""
5284
 
5291
  msgid "<i class=\"mec-sl-eye\"></i> %s"
5292
  msgstr ""
5293
 
5294
+ #: app/features/profile/profile.php:96 app/libraries/main.php:1683
5295
+ #: app/libraries/main.php:4410
5296
  msgid "Ticket"
5297
  msgstr "Zgłoszenie"
5298
 
5342
  msgstr "Importuj z kalendarza Facebook"
5343
 
5344
  #: app/features/speakers.php:135 app/features/speakers.php:187
5345
+ #: app/libraries/main.php:1083
5346
  msgid "Google+"
5347
  msgstr "Google+"
5348
 
5448
  msgid "There is no excerpt because this is a protected post."
5449
  msgstr "Nie ma zajawki ponieważ ten wpis jest chroniony."
5450