Modern Events Calendar Lite - Version 4.2.5

Version Description

  • Improved: Tooltip notifications in the admin panel
  • Improved: Notifications tab in settings
  • Added: Breadcrumb in the single event page
  • Added: %%book_time%% place holder to notifications to show start time of the event
  • Fixed: Displaying events in Masonry categories
  • Fixed: Use read more title in the register button when it is working as read more link
  • Fixed: Display the register button in the modern layout when the organizer is hidden
  • Fixed: "Load More" button in skins
  • Fixed: Google Calendar Export in email notifications
Download this release

Release Info

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

Code changes from version 4.2.4 to 4.2.5

app/features/events.php CHANGED
@@ -606,10 +606,7 @@ class MEC_feature_events extends MEC_base {
606
  <span class="mec-tooltip">
607
  <div class="box top">
608
  <h5 class="title"><?php _e('Time Comment', 'modern-events-calendar-lite'); ?></h5>
609
- <div class="content">
610
- <?php esc_attr_e('It shows next to event time on single event page. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?>
611
- <a href="https://webnus.net/dox/modern-events-calendar/add-event/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
612
- </div>
613
  </div>
614
  <i title="" class="dashicons-before dashicons-editor-help"></i>
615
  </span>
@@ -702,10 +699,7 @@ class MEC_feature_events extends MEC_base {
702
  <span class="mec-tooltip">
703
  <div class="box top">
704
  <h5 class="title"><?php _e('Custom Days Repeating', 'modern-events-calendar-lite'); ?></h5>
705
- <div class="content">
706
- <?php esc_attr_e('Add certain days to event occurrence dates. If you have single day event, start and end date should be the same, If you have multiple day event the start and end dates must be commensurate with the initial date.', 'modern-events-calendar-lite'); ?>
707
- <a href="https://webnus.net/dox/modern-events-calendar/date-and-time/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
708
- </div>
709
  </div>
710
  <i title="" class="dashicons-before dashicons-editor-help"></i>
711
  </span>
@@ -771,10 +765,7 @@ endforeach;
771
  <span class="mec-tooltip">
772
  <div class="box top">
773
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
774
- <div class="content">
775
- <?php esc_attr_e('The event will finish after certain repeats. For example if you set it to 10, the event will finish after 10 repeats.', 'modern-events-calendar-lite'); ?>
776
- <a href="https://webnus.net/dox/modern-events-calendar/date-and-time/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
777
- </div>
778
  </div>
779
  <i title="" class="dashicons-before dashicons-editor-help"></i>
780
  </span>
@@ -812,10 +803,7 @@ endforeach;
812
  <span class="mec-tooltip">
813
  <div class="box top">
814
  <h5 class="title"><?php _e('Exclude certain days', 'modern-events-calendar-lite'); ?></h5>
815
- <div class="content">
816
- <?php esc_attr_e('Exclude certain days from event occurrence dates. Please note that you can exclude only single day occurrences and you cannot exclude one day from multiple day occurrences.', 'modern-events-calendar-lite'); ?>
817
- <a href="https://webnus.net/dox/modern-events-calendar/exceptional-days/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
818
- </div>
819
  </div>
820
  <i title="" class="dashicons-before dashicons-editor-help"></i>
821
  </span>
@@ -1017,10 +1005,7 @@ endforeach;
1017
  <span class="mec-tooltip">
1018
  <div class="box top">
1019
  <h5 class="title"><?php _e('Event Link', 'modern-events-calendar-lite'); ?></h5>
1020
- <div class="content">
1021
- <?php esc_attr_e('If you fill it, it will be replaced instead of default event page link. Insert full link including http(s):// - Also, if you use advertising URL, can use URL Shortener', 'modern-events-calendar-lite'); ?>
1022
- <a href="https://bit.ly/" target="_blank"><?php _e('URL Shortener', 'modern-events-calendar-lite'); ?></a>
1023
- </div>
1024
  </div>
1025
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1026
  </span>
@@ -1036,10 +1021,7 @@ endforeach;
1036
  <span class="mec-tooltip">
1037
  <div class="box top">
1038
  <h5 class="title"><?php _e('More Info', 'modern-events-calendar-lite'); ?></h5>
1039
- <div class="content">
1040
- <?php esc_attr_e('If you fill it, it will be shown in event details page as an optional link. Insert full link including http(s)://', 'modern-events-calendar-lite'); ?>
1041
- <a href="https://webnus.net/dox/modern-events-calendar/add-event/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1042
- </div>
1043
  </div>
1044
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1045
  </span>
@@ -1097,11 +1079,7 @@ endforeach;
1097
  <span class="mec-tooltip">
1098
  <div class="box">
1099
  <h5 class="title"><?php _e('Total booking limits', 'modern-events-calendar-lite'); ?></h5>
1100
- <div class="content">
1101
- <?php esc_attr_e('If you want to set a limit to all tickets, uncheck this checkbox and put a limitation number.', 'modern-events-calendar-lite'); ?>
1102
- <a href="https://webnus.net/dox/modern-events-calendar/total-booking-limits/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1103
- <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read About A Booking System', 'modern-events-calendar-lite'); ?></a>
1104
- </div>
1105
  </div>
1106
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1107
  </span>
@@ -1232,10 +1210,7 @@ endforeach;
1232
  <span class="mec-tooltip">
1233
  <div class="box top">
1234
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1235
- <div class="content">
1236
- <?php esc_attr_e('Insert 0 for free ticket. Only numbers please.', 'modern-events-calendar-lite'); ?>
1237
- <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1238
- </div>
1239
  </div>
1240
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1241
  </span>
@@ -1245,10 +1220,7 @@ endforeach;
1245
  <span class="mec-tooltip">
1246
  <div class="box top">
1247
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1248
- <div class="content">
1249
- <?php esc_attr_e('For showing on website. e.g. $15', 'modern-events-calendar-lite'); ?>
1250
- <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1251
- </div>
1252
  </div>
1253
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1254
  </span>
@@ -1375,10 +1347,7 @@ endforeach;
1375
  <span class="mec-tooltip">
1376
  <div class="box top">
1377
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1378
- <div class="content">
1379
- <?php esc_attr_e('Insert 0 for free ticket. Only numbers please.', 'modern-events-calendar-lite'); ?>
1380
- <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1381
- </div>
1382
  </div>
1383
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1384
  </span>
@@ -1388,10 +1357,7 @@ endforeach;
1388
  <span class="mec-tooltip">
1389
  <div class="box top">
1390
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1391
- <div class="content">
1392
- <?php esc_attr_e('For showing on website. e.g. $15', 'modern-events-calendar-lite'); ?>
1393
- <a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1394
- </div>
1395
  </div>
1396
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1397
  </span>
@@ -1496,10 +1462,7 @@ endforeach;
1496
  <span class="mec-tooltip">
1497
  <div class="box top">
1498
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1499
- <div class="content">
1500
- <?php esc_attr_e('Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage', 'modern-events-calendar-lite'); ?>
1501
- <a href="https://webnus.net/dox/modern-events-calendar/tickets-and-taxes-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1502
- </div>
1503
  </div>
1504
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1505
  </span>
@@ -1530,10 +1493,7 @@ endforeach;
1530
  <span class="mec-tooltip">
1531
  <div class="box top">
1532
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1533
- <div class="content">
1534
- <?php esc_attr_e('Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage', 'modern-events-calendar-lite'); ?>
1535
- <a href="https://webnus.net/dox/modern-events-calendar/tickets-and-taxes-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1536
- </div>
1537
  </div>
1538
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1539
  </span>
@@ -1617,10 +1577,7 @@ endforeach;
1617
  <span class="mec-tooltip">
1618
  <div class="box top">
1619
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1620
- <div class="content">
1621
- <?php esc_attr_e('Option Price', 'modern-events-calendar-lite'); ?>
1622
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1623
- </div>
1624
  </div>
1625
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1626
  </span>
@@ -1630,10 +1587,7 @@ endforeach;
1630
  <span class="mec-tooltip">
1631
  <div class="box top">
1632
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1633
- <div class="content">
1634
- <?php esc_attr_e('Maximum Per Ticket. Leave it blank for unlimited.', 'modern-events-calendar-lite'); ?>
1635
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1636
- </div>
1637
  </div>
1638
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1639
  </span>
@@ -1657,10 +1611,7 @@ endforeach;
1657
  <span class="mec-tooltip">
1658
  <div class="box top">
1659
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1660
- <div class="content">
1661
- <?php esc_attr_e('Option Price', 'modern-events-calendar-lite'); ?>
1662
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1663
- </div>
1664
  </div>
1665
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1666
  </span>
@@ -1670,10 +1621,7 @@ endforeach;
1670
  <span class="mec-tooltip">
1671
  <div class="box top">
1672
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1673
- <div class="content">
1674
- <?php esc_attr_e('Maximum Per Ticket. Leave it blank for unlimited.', 'modern-events-calendar-lite'); ?>
1675
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1676
- </div>
1677
  </div>
1678
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1679
  </span>
606
  <span class="mec-tooltip">
607
  <div class="box top">
608
  <h5 class="title"><?php _e('Time Comment', 'modern-events-calendar-lite'); ?></h5>
609
+ <div class="content"><p><?php esc_attr_e('It shows next to event time on single event page. You can insert Timezone etc. in this field.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-event/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
610
  </div>
611
  <i title="" class="dashicons-before dashicons-editor-help"></i>
612
  </span>
699
  <span class="mec-tooltip">
700
  <div class="box top">
701
  <h5 class="title"><?php _e('Custom Days Repeating', 'modern-events-calendar-lite'); ?></h5>
702
+ <div class="content"><p><?php esc_attr_e('Add certain days to event occurrence dates. If you have single day event, start and end date should be the same, If you have multiple day event the start and end dates must be commensurate with the initial date.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/date-and-time/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
703
  </div>
704
  <i title="" class="dashicons-before dashicons-editor-help"></i>
705
  </span>
765
  <span class="mec-tooltip">
766
  <div class="box top">
767
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
768
+ <div class="content"><p><?php esc_attr_e('The event will finish after certain repeats. For example if you set it to 10, the event will finish after 10 repeats.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/date-and-time/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
769
  </div>
770
  <i title="" class="dashicons-before dashicons-editor-help"></i>
771
  </span>
803
  <span class="mec-tooltip">
804
  <div class="box top">
805
  <h5 class="title"><?php _e('Exclude certain days', 'modern-events-calendar-lite'); ?></h5>
806
+ <div class="content"><p><?php esc_attr_e('Exclude certain days from event occurrence dates. Please note that you can exclude only single day occurrences and you cannot exclude one day from multiple day occurrences.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/exceptional-days/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
807
  </div>
808
  <i title="" class="dashicons-before dashicons-editor-help"></i>
809
  </span>
1005
  <span class="mec-tooltip">
1006
  <div class="box top">
1007
  <h5 class="title"><?php _e('Event Link', 'modern-events-calendar-lite'); ?></h5>
1008
+ <div class="content"><p><?php esc_attr_e('If you fill it, it will be replaced instead of default event page link. Insert full link including http(s):// - Also, if you use advertising URL, can use URL Shortener', 'modern-events-calendar-lite'); ?><a href="https://bit.ly/" target="_blank"><?php _e('URL Shortener', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1009
  </div>
1010
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1011
  </span>
1021
  <span class="mec-tooltip">
1022
  <div class="box top">
1023
  <h5 class="title"><?php _e('More Info', 'modern-events-calendar-lite'); ?></h5>
1024
+ <div class="content"><p><?php esc_attr_e('If you fill it, it will be shown in event details page as an optional link. Insert full link including http(s)://', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-event/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1025
  </div>
1026
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1027
  </span>
1079
  <span class="mec-tooltip">
1080
  <div class="box">
1081
  <h5 class="title"><?php _e('Total booking limits', 'modern-events-calendar-lite'); ?></h5>
1082
+ <div class="content"><p><?php esc_attr_e('If you want to set a limit to all tickets, uncheck this checkbox and put a limitation number.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/total-booking-limits/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a><a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read About A Booking System', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
 
1083
  </div>
1084
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1085
  </span>
1210
  <span class="mec-tooltip">
1211
  <div class="box top">
1212
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1213
+ <div class="content"><p><?php esc_attr_e('Insert 0 for free ticket. Only numbers please.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1214
  </div>
1215
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1216
  </span>
1220
  <span class="mec-tooltip">
1221
  <div class="box top">
1222
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1223
+ <div class="content"><p><?php esc_attr_e('For showing on website. e.g. $15', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1224
  </div>
1225
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1226
  </span>
1347
  <span class="mec-tooltip">
1348
  <div class="box top">
1349
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1350
+ <div class="content"><p><?php esc_attr_e('Insert 0 for free ticket. Only numbers please.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1351
  </div>
1352
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1353
  </span>
1357
  <span class="mec-tooltip">
1358
  <div class="box top">
1359
  <h5 class="title"><?php _e('Price Label', 'modern-events-calendar-lite'); ?></h5>
1360
+ <div class="content"><p><?php esc_attr_e('For showing on website. e.g. $15', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/add-a-booking-system/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1361
  </div>
1362
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1363
  </span>
1462
  <span class="mec-tooltip">
1463
  <div class="box top">
1464
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1465
+ <div class="content"><p><?php esc_attr_e('Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/tickets-and-taxes-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1466
  </div>
1467
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1468
  </span>
1493
  <span class="mec-tooltip">
1494
  <div class="box top">
1495
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1496
+ <div class="content"><p><?php esc_attr_e('Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/tickets-and-taxes-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1497
  </div>
1498
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1499
  </span>
1577
  <span class="mec-tooltip">
1578
  <div class="box top">
1579
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1580
+ <div class="content"><p><?php esc_attr_e('Option Price', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1581
  </div>
1582
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1583
  </span>
1587
  <span class="mec-tooltip">
1588
  <div class="box top">
1589
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1590
+ <div class="content"><p><?php esc_attr_e('Maximum Per Ticket. Leave it blank for unlimited.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1591
  </div>
1592
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1593
  </span>
1611
  <span class="mec-tooltip">
1612
  <div class="box top">
1613
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1614
+ <div class="content"><p><?php esc_attr_e('Option Price', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1615
  </div>
1616
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1617
  </span>
1621
  <span class="mec-tooltip">
1622
  <div class="box top">
1623
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1624
+ <div class="content"><p><?php esc_attr_e('Maximum Per Ticket. Leave it blank for unlimited.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1625
  </div>
1626
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1627
  </span>
app/features/fes/form.php CHANGED
@@ -401,10 +401,7 @@ $this->factory->params('footer', $javascript);
401
  <span class="mec-tooltip">
402
  <div class="box">
403
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
404
- <div class="content">
405
- <?php esc_attr_e('The event will finish after certain repeats. For example if you set it to 10, the event will finish after 10 repeats.', 'modern-events-calendar-lite'); ?>
406
- <a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
407
- </div>
408
  </div>
409
  <i title="" class="dashicons-before dashicons-editor-help"></i>
410
  </span>
401
  <span class="mec-tooltip">
402
  <div class="box">
403
  <h5 class="title"><?php _e('Occurrences times', 'modern-events-calendar-lite'); ?></h5>
404
+ <div class="content"><p><?php esc_attr_e('The event will finish after certain repeats. For example if you set it to 10, the event will finish after 10 repeats.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
405
  </div>
406
  <i title="" class="dashicons-before dashicons-editor-help"></i>
407
  </span>
app/features/locations.php CHANGED
@@ -295,10 +295,7 @@ class MEC_feature_locations extends MEC_base
295
  <span class="mec-tooltip">
296
  <div class="box top">
297
  <h5 class="title"><?php _e('Location', 'modern-events-calendar-lite'); ?></h5>
298
- <div class="content">
299
- <?php esc_attr_e('Choose one of saved locations or insert new one below.', 'modern-events-calendar-lite'); ?>
300
- <a href="https://webnus.net/dox/modern-events-calendar/location/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
301
- </div>
302
  </div>
303
  <i title="" class="dashicons-before dashicons-editor-help"></i>
304
  </span>
@@ -329,10 +326,7 @@ class MEC_feature_locations extends MEC_base
329
  <span class="mec-tooltip">
330
  <div class="box top">
331
  <h5 class="title"><?php _e('Latitude/Longitude', 'modern-events-calendar-lite'); ?></h5>
332
- <div class="content">
333
- <?php esc_attr_e('If you leave the latitude and longitude empty, Modern Events Calendar tries to convert the location address to geopoint, Latitude and Longitude are the units that represent the coordinates at geographic coordinate system. To make a search, use the name of a place, city, state, or address, or click the location on the map to find lat long coordinates.', 'modern-events-calendar-lite'); ?>
334
- <a href="https://latlong.net" target="_blank"><?php _e('Get Latitude and Longitude', 'modern-events-calendar-lite'); ?></a>
335
- </div>
336
  </div>
337
  <i title="" class="dashicons-before dashicons-editor-help"></i>
338
  </span>
295
  <span class="mec-tooltip">
296
  <div class="box top">
297
  <h5 class="title"><?php _e('Location', 'modern-events-calendar-lite'); ?></h5>
298
+ <div class="content"><p><?php esc_attr_e('Choose one of saved locations or insert new one below.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/location/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
299
  </div>
300
  <i title="" class="dashicons-before dashicons-editor-help"></i>
301
  </span>
326
  <span class="mec-tooltip">
327
  <div class="box top">
328
  <h5 class="title"><?php _e('Latitude/Longitude', 'modern-events-calendar-lite'); ?></h5>
329
+ <div class="content"><p><?php esc_attr_e('If you leave the latitude and longitude empty, Modern Events Calendar tries to convert the location address to geopoint, Latitude and Longitude are the units that represent the coordinates at geographic coordinate system. To make a search, use the name of a place, city, state, or address, or click the location on the map to find lat long coordinates.', 'modern-events-calendar-lite'); ?><a href="https://latlong.net" target="_blank"><?php _e('Get Latitude and Longitude', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
330
  </div>
331
  <i title="" class="dashicons-before dashicons-editor-help"></i>
332
  </span>
app/features/mec/addons.php CHANGED
@@ -25,7 +25,7 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
25
  <div class="addons-page-links link-to-install-addons"><a href="https://webnus.net/dox/modern-events-calendar/video-tutorials/" target="_blank"><?php esc_html_e('Install Addons' , 'modern-events-calendar-lite'); ?></a></div> -->
26
  <div class="addons-page-notice">
27
  <p>
28
- <?php echo __( '<strong>Note:</strong> All addons are provided for the Pro version as well, however, you cannot install and use them on the Lite version too.', 'modern-events-calendar-lite'); ?>
29
  </p>
30
  </div>
31
  </div>
25
  <div class="addons-page-links link-to-install-addons"><a href="https://webnus.net/dox/modern-events-calendar/video-tutorials/" target="_blank"><?php esc_html_e('Install Addons' , 'modern-events-calendar-lite'); ?></a></div> -->
26
  <div class="addons-page-notice">
27
  <p>
28
+ <?php echo __( '<strong>Note:</strong> All addons are provided for the Pro version and you cannot install and use them on the Lite version.', 'modern-events-calendar-lite'); ?>
29
  </p>
30
  </div>
31
  </div>
app/features/mec/dashboard.php CHANGED
@@ -59,7 +59,7 @@ $box_stats = apply_filters('mec_dashboard_box_stats', true);
59
  <div class="w-col-sm-9">
60
  <h1> <?php echo sprintf(__('Welcome %s', 'modern-events-calendar-lite'), $current_user->user_firstname); ?> </h1>
61
  <div class="w-welcome">
62
- <p>
63
  <?php echo sprintf(__('%s - Most Powerful & Easy to Use Events Management System', 'modern-events-calendar-lite'), '<strong>'.($this->getPRO() ? __('Modern Events Calendar', 'modern-events-calendar-lite') : __('Modern Events Calendar (Lite)', 'modern-events-calendar-lite')).'</strong>'); ?>
64
  <?php if(!$this->getPRO()): ?>
65
  <span><a href="https://wordpress.org/support/plugin/modern-events-calendar-lite/reviews/#new-post" target="_blank"><?php echo _x('Rate the plugin ★★★★★', 'plugin rate', 'modern-events-calendar-lite'); ?></a></span>
@@ -67,16 +67,13 @@ $box_stats = apply_filters('mec_dashboard_box_stats', true);
67
  <?php if(version_compare(MEC_VERSION , $version, '<')): ?>
68
  <span class="mec-tooltip">
69
  <div class="box">
70
- <h5 class="title"><?php _e('Organizer', 'modern-events-calendar-lite'); ?></h5>
71
- <div class="content">
72
- <?php esc_attr_e("Update $version is ready for download.", 'modern-events-calendar-lite'); ?>
73
- <a href="https://webnus.net/dox/modern-events-calendar/category/installation/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
74
- </div>
75
  </div>
76
  <i title="" class="dashicons-before dashicons-editor-help"></i>
77
- </span>
78
  <?php endif; ?>
79
- </p>
80
  </div>
81
  </div>
82
  <div class="w-col-sm-3">
59
  <div class="w-col-sm-9">
60
  <h1> <?php echo sprintf(__('Welcome %s', 'modern-events-calendar-lite'), $current_user->user_firstname); ?> </h1>
61
  <div class="w-welcome">
62
+ <!-- <p> -->
63
  <?php echo sprintf(__('%s - Most Powerful & Easy to Use Events Management System', 'modern-events-calendar-lite'), '<strong>'.($this->getPRO() ? __('Modern Events Calendar', 'modern-events-calendar-lite') : __('Modern Events Calendar (Lite)', 'modern-events-calendar-lite')).'</strong>'); ?>
64
  <?php if(!$this->getPRO()): ?>
65
  <span><a href="https://wordpress.org/support/plugin/modern-events-calendar-lite/reviews/#new-post" target="_blank"><?php echo _x('Rate the plugin ★★★★★', 'plugin rate', 'modern-events-calendar-lite'); ?></a></span>
67
  <?php if(version_compare(MEC_VERSION , $version, '<')): ?>
68
  <span class="mec-tooltip">
69
  <div class="box">
70
+ <h5 class="title"><?php _e('Update', 'modern-events-calendar-lite'); ?></h5>
71
+ <div class="content"><p><?php esc_attr_e("Update $version is ready for download.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/category/installation/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
72
  </div>
73
  <i title="" class="dashicons-before dashicons-editor-help"></i>
74
+ </span>
75
  <?php endif; ?>
76
+ <!-- </p> -->
77
  </div>
78
  </div>
79
  <div class="w-col-sm-3">
app/features/mec/meta_boxes/display_options.php CHANGED
@@ -57,10 +57,7 @@ $events = $this->main->get_events();
57
  <span class="mec-tooltip">
58
  <div class="box top">
59
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
60
- <div class="content">
61
- <?php esc_attr_e('Default value is "M d Y"', 'modern-events-calendar-lite'); ?>
62
- <a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
63
- </div>
64
  </div>
65
  <i title="" class="dashicons-before dashicons-editor-help"></i>
66
  </span>
@@ -73,10 +70,7 @@ $events = $this->main->get_events();
73
  <span class="mec-tooltip">
74
  <div class="box top">
75
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
76
- <div class="content">
77
- <?php esc_attr_e('Default values are d, M and l', 'modern-events-calendar-lite'); ?>
78
- <a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
79
- </div>
80
  </div>
81
  <i title="" class="dashicons-before dashicons-editor-help"></i>
82
  </span>
@@ -89,10 +83,7 @@ $events = $this->main->get_events();
89
  <span class="mec-tooltip">
90
  <div class="box top">
91
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
92
- <div class="content">
93
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
94
- <a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
95
- </div>
96
  </div>
97
  <i title="" class="dashicons-before dashicons-editor-help"></i>
98
  </span>
@@ -103,10 +94,7 @@ $events = $this->main->get_events();
103
  <span class="mec-tooltip">
104
  <div class="box top">
105
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
106
- <div class="content">
107
- <?php esc_attr_e('Default value is "M d"', 'modern-events-calendar-lite'); ?>
108
- <a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
109
- </div>
110
  </div>
111
  <i title="" class="dashicons-before dashicons-editor-help"></i>
112
  </span>
@@ -118,10 +106,7 @@ $events = $this->main->get_events();
118
  <span class="mec-tooltip">
119
  <div class="box top">
120
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
121
- <div class="content">
122
- <?php esc_attr_e('TDefault values are d and F', 'modern-events-calendar-lite'); ?>
123
- <a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
124
- </div>
125
  </div>
126
  <i title="" class="dashicons-before dashicons-editor-help"></i>
127
  </span>
@@ -199,10 +184,7 @@ $events = $this->main->get_events();
199
  <span class="mec-tooltip">
200
  <div class="box top">
201
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
202
- <div class="content">
203
- <?php esc_attr_e('Default value is "d F Y', 'modern-events-calendar-lite'); ?>
204
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
205
- </div>
206
  </div>
207
  <i title="" class="dashicons-before dashicons-editor-help"></i>
208
  </span>
@@ -214,10 +196,7 @@ $events = $this->main->get_events();
214
  <span class="mec-tooltip">
215
  <div class="box top">
216
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
217
- <div class="content">
218
- <?php esc_attr_e('Default values are d and F', 'modern-events-calendar-lite'); ?>
219
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
220
- </div>
221
  </div>
222
  <i title="" class="dashicons-before dashicons-editor-help"></i>
223
  </span>
@@ -229,10 +208,7 @@ $events = $this->main->get_events();
229
  <span class="mec-tooltip">
230
  <div class="box top">
231
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
232
- <div class="content">
233
- <?php esc_attr_e('Default values are d and M', 'modern-events-calendar-lite'); ?>
234
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
235
- </div>
236
  </div>
237
  <i title="" class="dashicons-before dashicons-editor-help"></i>
238
  </span>
@@ -245,10 +221,7 @@ $events = $this->main->get_events();
245
  <span class="mec-tooltip">
246
  <div class="box top">
247
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
248
- <div class="content">
249
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
250
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
251
- </div>
252
  </div>
253
  <i title="" class="dashicons-before dashicons-editor-help"></i>
254
  </span>
@@ -259,10 +232,7 @@ $events = $this->main->get_events();
259
  <span class="mec-tooltip">
260
  <div class="box top">
261
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
262
- <div class="content">
263
- <?php esc_attr_e('Default value is "M d Y"', 'modern-events-calendar-lite'); ?>
264
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
265
- </div>
266
  </div>
267
  <i title="" class="dashicons-before dashicons-editor-help"></i>
268
  </span>
@@ -275,10 +245,7 @@ $events = $this->main->get_events();
275
  <span class="mec-tooltip">
276
  <div class="box top">
277
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
278
- <div class="content">
279
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
280
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
281
- </div>
282
  </div>
283
  <i title="" class="dashicons-before dashicons-editor-help"></i>
284
  </span>
@@ -289,10 +256,7 @@ $events = $this->main->get_events();
289
  <span class="mec-tooltip">
290
  <div class="box top">
291
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
292
- <div class="content">
293
- <?php esc_attr_e('Default value is "d F Y"', 'modern-events-calendar-lite'); ?>
294
- <a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
295
- </div>
296
  </div>
297
  <i title="" class="dashicons-before dashicons-editor-help"></i>
298
  </span>
@@ -359,10 +323,7 @@ $events = $this->main->get_events();
359
  <span class="mec-tooltip">
360
  <div class="box top">
361
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
362
- <div class="content">
363
- <?php esc_attr_e('Default values are l and F j', 'modern-events-calendar-lite'); ?>
364
- <a href="https://webnus.net/dox/modern-events-calendar/agenda-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
365
- </div>
366
  </div>
367
  <i title="" class="dashicons-before dashicons-editor-help"></i>
368
  </span>
@@ -534,10 +495,7 @@ $events = $this->main->get_events();
534
  <span class="mec-tooltip">
535
  <div class="box top">
536
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
537
- <div class="content">
538
- <?php esc_attr_e('Default values are l and F j', 'modern-events-calendar-lite'); ?>
539
- <a href="https://webnus.net/dox/modern-events-calendar/yearly-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
540
- </div>
541
  </div>
542
  <i title="" class="dashicons-before dashicons-editor-help"></i>
543
  </span>
@@ -797,10 +755,7 @@ $events = $this->main->get_events();
797
  <span class="mec-tooltip">
798
  <div class="box top">
799
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
800
- <div class="content">
801
- <?php esc_attr_e('Default values are j and F', 'modern-events-calendar-lite'); ?>
802
- <a href="https://webnus.net/dox/modern-events-calendar/masonry-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
803
- </div>
804
  </div>
805
  <i title="" class="dashicons-before dashicons-editor-help"></i>
806
  </span>
@@ -853,10 +808,7 @@ $events = $this->main->get_events();
853
  <span class="mec-tooltip">
854
  <div class="box top">
855
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
856
- <div class="content">
857
- <?php esc_attr_e('Default values are d, M and Y', 'modern-events-calendar-lite'); ?>
858
- <a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
859
- </div>
860
  </div>
861
  <i title="" class="dashicons-before dashicons-editor-help"></i>
862
  </span>
@@ -868,10 +820,7 @@ $events = $this->main->get_events();
868
  <span class="mec-tooltip">
869
  <div class="box top">
870
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
871
- <div class="content">
872
- <?php esc_attr_e('Default values are "F d" and l', 'modern-events-calendar-lite'); ?>
873
- <a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
874
- </div>
875
  </div>
876
  <i title="" class="dashicons-before dashicons-editor-help"></i>
877
  </span>
@@ -882,10 +831,7 @@ $events = $this->main->get_events();
882
  <span class="mec-tooltip">
883
  <div class="box top">
884
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
885
- <div class="content">
886
- <?php esc_attr_e('Default value is "l, F d Y"', 'modern-events-calendar-lite'); ?>
887
- <a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
888
- </div>
889
  </div>
890
  <i title="" class="dashicons-before dashicons-editor-help"></i>
891
  </span>
@@ -917,10 +863,7 @@ $events = $this->main->get_events();
917
  <span class="mec-tooltip">
918
  <div class="box top">
919
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
920
- <div class="content">
921
- <?php esc_attr_e('Default value is "j F Y"', 'modern-events-calendar-lite'); ?>
922
- <a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
923
- </div>
924
  </div>
925
  <i title="" class="dashicons-before dashicons-editor-help"></i>
926
  </span>
@@ -931,10 +874,7 @@ $events = $this->main->get_events();
931
  <span class="mec-tooltip">
932
  <div class="box top">
933
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
934
- <div class="content">
935
- <?php esc_attr_e('Default value is "j F Y"', 'modern-events-calendar-lite'); ?>
936
- <a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
937
- </div>
938
  </div>
939
  <i title="" class="dashicons-before dashicons-editor-help"></i>
940
  </span>
@@ -947,10 +887,7 @@ $events = $this->main->get_events();
947
  <span class="mec-tooltip">
948
  <div class="box top">
949
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
950
- <div class="content">
951
- <?php esc_attr_e('Default values are j, F and Y', 'modern-events-calendar-lite'); ?>
952
- <a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
953
- </div>
954
  </div>
955
  <i title="" class="dashicons-before dashicons-editor-help"></i>
956
  </span>
@@ -985,10 +922,7 @@ $events = $this->main->get_events();
985
  <span class="mec-tooltip">
986
  <div class="box top">
987
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
988
- <div class="content">
989
- <?php esc_attr_e('Default values are j and F', 'modern-events-calendar-lite'); ?>
990
- <a href="https://webnus.net/dox/modern-events-calendar/available-spots-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
991
- </div>
992
  </div>
993
  <i title="" class="dashicons-before dashicons-editor-help"></i>
994
  </span>
@@ -1037,10 +971,7 @@ $events = $this->main->get_events();
1037
  <span class="mec-tooltip">
1038
  <div class="box top">
1039
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1040
- <div class="content">
1041
- <?php esc_attr_e('Default values are d, F and Y', 'modern-events-calendar-lite'); ?>
1042
- <a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1043
- </div>
1044
  </div>
1045
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1046
  </span>
@@ -1051,10 +982,7 @@ $events = $this->main->get_events();
1051
  <span class="mec-tooltip">
1052
  <div class="box top">
1053
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1054
- <div class="content">
1055
- <?php esc_attr_e('Default value is "M d, Y"', 'modern-events-calendar-lite'); ?>
1056
- <a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1057
- </div>
1058
  </div>
1059
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1060
  </span>
@@ -1065,10 +993,7 @@ $events = $this->main->get_events();
1065
  <span class="mec-tooltip">
1066
  <div class="box top">
1067
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1068
- <div class="content">
1069
- <?php esc_attr_e('Default value is "M d, Y"', 'modern-events-calendar-lite'); ?>
1070
- <a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1071
- </div>
1072
  </div>
1073
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1074
  </span>
@@ -1133,10 +1058,7 @@ $events = $this->main->get_events();
1133
  <span class="mec-tooltip">
1134
  <div class="box top">
1135
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1136
- <div class="content">
1137
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
1138
- <a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1139
- </div>
1140
  </div>
1141
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1142
  </span>
@@ -1149,10 +1071,7 @@ $events = $this->main->get_events();
1149
  <span class="mec-tooltip">
1150
  <div class="box top">
1151
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1152
- <div class="content">
1153
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
1154
- <a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1155
- </div>
1156
  </div>
1157
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1158
  </span>
@@ -1165,10 +1084,7 @@ $events = $this->main->get_events();
1165
  <span class="mec-tooltip">
1166
  <div class="box top">
1167
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1168
- <div class="content">
1169
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
1170
- <a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1171
- </div>
1172
  </div>
1173
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1174
  </span>
@@ -1181,10 +1097,7 @@ $events = $this->main->get_events();
1181
  <span class="mec-tooltip">
1182
  <div class="box top">
1183
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1184
- <div class="content">
1185
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
1186
- <a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1187
- </div>
1188
  </div>
1189
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1190
  </span>
@@ -1197,10 +1110,7 @@ $events = $this->main->get_events();
1197
  <span class="mec-tooltip">
1198
  <div class="box top">
1199
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1200
- <div class="content">
1201
- <?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?>
1202
- <a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1203
- </div>
1204
  </div>
1205
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1206
  </span>
57
  <span class="mec-tooltip">
58
  <div class="box top">
59
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
60
+ <div class="content"><p><?php esc_attr_e('Default value is "M d Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
61
  </div>
62
  <i title="" class="dashicons-before dashicons-editor-help"></i>
63
  </span>
70
  <span class="mec-tooltip">
71
  <div class="box top">
72
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
73
+ <div class="content"><p><?php esc_attr_e('Default values are d, M and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
74
  </div>
75
  <i title="" class="dashicons-before dashicons-editor-help"></i>
76
  </span>
83
  <span class="mec-tooltip">
84
  <div class="box top">
85
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
86
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
87
  </div>
88
  <i title="" class="dashicons-before dashicons-editor-help"></i>
89
  </span>
94
  <span class="mec-tooltip">
95
  <div class="box top">
96
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
97
+ <div class="content"><p><?php esc_attr_e('Default value is "M d"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
98
  </div>
99
  <i title="" class="dashicons-before dashicons-editor-help"></i>
100
  </span>
106
  <span class="mec-tooltip">
107
  <div class="box top">
108
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
109
+ <div class="content"><p><?php esc_attr_e('TDefault values are d and F', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/list-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
110
  </div>
111
  <i title="" class="dashicons-before dashicons-editor-help"></i>
112
  </span>
184
  <span class="mec-tooltip">
185
  <div class="box top">
186
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
187
+ <div class="content"><p><?php esc_attr_e('Default value is "d F Y', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
188
  </div>
189
  <i title="" class="dashicons-before dashicons-editor-help"></i>
190
  </span>
196
  <span class="mec-tooltip">
197
  <div class="box top">
198
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
199
+ <div class="content"><p><?php esc_attr_e('Default values are d and F', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
200
  </div>
201
  <i title="" class="dashicons-before dashicons-editor-help"></i>
202
  </span>
208
  <span class="mec-tooltip">
209
  <div class="box top">
210
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
211
+ <div class="content"><p><?php esc_attr_e('Default values are d and M', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
212
  </div>
213
  <i title="" class="dashicons-before dashicons-editor-help"></i>
214
  </span>
221
  <span class="mec-tooltip">
222
  <div class="box top">
223
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
224
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
225
  </div>
226
  <i title="" class="dashicons-before dashicons-editor-help"></i>
227
  </span>
232
  <span class="mec-tooltip">
233
  <div class="box top">
234
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
235
+ <div class="content"><p><?php esc_attr_e('Default value is "M d Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
236
  </div>
237
  <i title="" class="dashicons-before dashicons-editor-help"></i>
238
  </span>
245
  <span class="mec-tooltip">
246
  <div class="box top">
247
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
248
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
249
  </div>
250
  <i title="" class="dashicons-before dashicons-editor-help"></i>
251
  </span>
256
  <span class="mec-tooltip">
257
  <div class="box top">
258
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
259
+ <div class="content"><p><?php esc_attr_e('Default value is "d F Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/grid-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
260
  </div>
261
  <i title="" class="dashicons-before dashicons-editor-help"></i>
262
  </span>
323
  <span class="mec-tooltip">
324
  <div class="box top">
325
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
326
+ <div class="content"><p><?php esc_attr_e('Default values are l and F j', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/agenda-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
327
  </div>
328
  <i title="" class="dashicons-before dashicons-editor-help"></i>
329
  </span>
495
  <span class="mec-tooltip">
496
  <div class="box top">
497
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
498
+ <div class="content"><p><?php esc_attr_e('Default values are l and F j', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/yearly-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
499
  </div>
500
  <i title="" class="dashicons-before dashicons-editor-help"></i>
501
  </span>
755
  <span class="mec-tooltip">
756
  <div class="box top">
757
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
758
+ <div class="content"><p><?php esc_attr_e('Default values are j and F', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/masonry-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
759
  </div>
760
  <i title="" class="dashicons-before dashicons-editor-help"></i>
761
  </span>
808
  <span class="mec-tooltip">
809
  <div class="box top">
810
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
811
+ <div class="content"><p><?php esc_attr_e('Default values are d, M and Y', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
812
  </div>
813
  <i title="" class="dashicons-before dashicons-editor-help"></i>
814
  </span>
820
  <span class="mec-tooltip">
821
  <div class="box top">
822
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
823
+ <div class="content"><p><?php esc_attr_e('Default values are "F d" and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
824
  </div>
825
  <i title="" class="dashicons-before dashicons-editor-help"></i>
826
  </span>
831
  <span class="mec-tooltip">
832
  <div class="box top">
833
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
834
+ <div class="content"><p><?php esc_attr_e('Default value is "l, F d Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/cover-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
835
  </div>
836
  <i title="" class="dashicons-before dashicons-editor-help"></i>
837
  </span>
863
  <span class="mec-tooltip">
864
  <div class="box top">
865
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
866
+ <div class="content"><p><?php esc_attr_e('Default value is "j F Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
867
  </div>
868
  <i title="" class="dashicons-before dashicons-editor-help"></i>
869
  </span>
874
  <span class="mec-tooltip">
875
  <div class="box top">
876
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
877
+ <div class="content"><p><?php esc_attr_e('Default value is "j F Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
878
  </div>
879
  <i title="" class="dashicons-before dashicons-editor-help"></i>
880
  </span>
887
  <span class="mec-tooltip">
888
  <div class="box top">
889
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
890
+ <div class="content"><p><?php esc_attr_e('Default values are j, F and Y', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/countdown-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
891
  </div>
892
  <i title="" class="dashicons-before dashicons-editor-help"></i>
893
  </span>
922
  <span class="mec-tooltip">
923
  <div class="box top">
924
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
925
+ <div class="content"><p><?php esc_attr_e('Default values are j and F', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/available-spots-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
926
  </div>
927
  <i title="" class="dashicons-before dashicons-editor-help"></i>
928
  </span>
971
  <span class="mec-tooltip">
972
  <div class="box top">
973
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
974
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and Y', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
975
  </div>
976
  <i title="" class="dashicons-before dashicons-editor-help"></i>
977
  </span>
982
  <span class="mec-tooltip">
983
  <div class="box top">
984
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
985
+ <div class="content"><p><?php esc_attr_e('Default value is "M d, Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
986
  </div>
987
  <i title="" class="dashicons-before dashicons-editor-help"></i>
988
  </span>
993
  <span class="mec-tooltip">
994
  <div class="box top">
995
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
996
+ <div class="content"><p><?php esc_attr_e('Default value is "M d, Y"', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/carousel-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
997
  </div>
998
  <i title="" class="dashicons-before dashicons-editor-help"></i>
999
  </span>
1058
  <span class="mec-tooltip">
1059
  <div class="box top">
1060
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1061
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1062
  </div>
1063
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1064
  </span>
1071
  <span class="mec-tooltip">
1072
  <div class="box top">
1073
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1074
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1075
  </div>
1076
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1077
  </span>
1084
  <span class="mec-tooltip">
1085
  <div class="box top">
1086
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1087
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1088
  </div>
1089
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1090
  </span>
1097
  <span class="mec-tooltip">
1098
  <div class="box top">
1099
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1100
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1101
  </div>
1102
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1103
  </span>
1110
  <span class="mec-tooltip">
1111
  <div class="box top">
1112
  <h5 class="title"><?php _e('Date Formats', 'modern-events-calendar-lite'); ?></h5>
1113
+ <div class="content"><p><?php esc_attr_e('Default values are d, F and l', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slider-view-skin/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1114
  </div>
1115
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1116
  </span>
app/features/mec/notifications.php CHANGED
@@ -4,8 +4,8 @@ defined('MECEXEC') or die();
4
 
5
  $notifications = $this->main->get_notifications();
6
  ?>
7
- <div class="wns-be-container">
8
 
 
9
  <div id="wns-be-infobar">
10
  <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
11
  </div>
@@ -47,6 +47,47 @@ $notifications = $this->main->get_notifications();
47
  <i class="mec-sl-envelope"></i>
48
  <span class="wns-be-group-menu-title"><?php _e('Notifications', 'modern-events-calendar-lite'); ?></span>
49
  </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  </li>
51
 
52
  <li class="wns-be-group-menu-li">
@@ -87,367 +128,376 @@ $notifications = $this->main->get_notifications();
87
  </ul>
88
  </div>
89
 
90
- <div class="wns-be-main">
91
 
 
92
  <div id="wns-be-notification"></div>
93
-
94
  <div id="wns-be-content">
95
  <div class="wns-be-group-tab">
96
- <h2><?php _e('Notifications', 'modern-events-calendar-lite'); ?></h2>
97
  <div class="mec-container">
 
98
  <form id="mec_notifications_form">
99
- <div class="mec-form-row" id="mec_notifications_form_container">
100
- <ul>
101
- <?php if($this->main->getPRO() and isset($this->settings['booking_status']) and $this->settings['booking_status']): ?>
102
- <li>
103
- <h4 class="mec-form-subtitle"><?php _e('Booking Notification', 'modern-events-calendar-lite'); ?></h4>
104
- <div class="mec-form-row">
105
- <label>
106
- <input type="hidden" name="mec[notifications][booking_notification][status]" value="0" />
107
- <input onchange="jQuery('#mec_notification_booking_notification_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_notification][status]" <?php if(!isset($notifications['booking_notification']['status']) or (isset($notifications['booking_notification']['status']) and $notifications['booking_notification']['status'])) echo 'checked="checked"'; ?> /> <?php _e('Enable booking notification', 'modern-events-calendar-lite'); ?>
108
- </label>
109
- </div>
110
- <div id="mec_notification_booking_notification_container_toggle" class="<?php if(isset($notifications['booking_notification']) and isset($notifications['booking_notification']['status']) and !$notifications['booking_notification']['status']) echo 'mec-util-hidden'; ?>">
111
- <p class="description"><?php _e('It sends to attendee after booking for notifying him/her.', 'modern-events-calendar-lite'); ?></p>
112
- <div class="mec-form-row">
113
- <label for="mec_notifications_booking_notification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
114
- <input type="text" name="mec[notifications][booking_notification][subject]" id="mec_notifications_booking_notification_subject" value="<?php echo (isset($notifications['booking_notification']['subject']) ? stripslashes($notifications['booking_notification']['subject']) : ''); ?>" />
115
- </div>
116
- <div class="mec-form-row">
117
- <label for="mec_notifications_booking_notification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
118
- <input type="text" name="mec[notifications][booking_notification][recipients]" id="mec_notifications_booking_notification_recipients" value="<?php echo (isset($notifications['booking_notification']['recipients']) ? $notifications['booking_notification']['recipients'] : ''); ?>" />
119
- <span class="mec-tooltip">
120
- <div class="box top">
121
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
122
- <div class="content">
123
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
124
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
125
- </div>
126
- </div>
127
- <i title="" class="dashicons-before dashicons-editor-help"></i>
128
- </span>
129
- </div>
130
- <div class="mec-form-row">
131
- <input type="checkbox" name="mec[notifications][booking_notification][send_to_organizer]" value="1" id="mec_notifications_booking_notification_send_to_organizer" <?php echo ((isset($notifications['booking_notification']['send_to_organizer']) and $notifications['booking_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> />
132
- <label for="mec_notifications_booking_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'modern-events-calendar-lite'); ?></label>
133
- </div>
134
- <div class="mec-form-row">
135
- <label for="mec_notifications_booking_notification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
136
- <?php wp_editor((isset($notifications['booking_notification']) ? stripslashes($notifications['booking_notification']['content']) : ''), 'mec_notifications_booking_notification_content', array('textarea_name'=>'mec[notifications][booking_notification][content]')); ?>
137
- </div>
138
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
139
- <ul>
140
- <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
141
- <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
142
- <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
143
- <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
144
- <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
145
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
146
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
147
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
148
- <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
149
- <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
150
- <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
151
- <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
152
- <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
153
- <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
154
- <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
155
- <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'modern-events-calendar-lite'); ?></li>
156
- <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
157
- <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
158
- <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
159
- <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
160
- <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
161
- <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
162
- </ul>
163
- </div>
164
- </li>
165
- <li>
166
- <h4 class="mec-form-subtitle"><?php _e('Booking Verification', 'modern-events-calendar-lite'); ?></h4>
167
- <p class="description"><?php _e('It sends to attendee email for verifying their booking/email.', 'modern-events-calendar-lite'); ?></p>
168
- <div class="mec-form-row">
169
- <label for="mec_notifications_email_verification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
170
- <input type="text" name="mec[notifications][email_verification][subject]" id="mec_notifications_email_verification_subject" value="<?php echo (isset($notifications['email_verification']['subject']) ? stripslashes($notifications['email_verification']['subject']) : ''); ?>" />
171
- </div>
172
- <div class="mec-form-row">
173
- <label for="mec_notifications_email_verification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
174
- <input type="text" name="mec[notifications][email_verification][recipients]" id="mec_notifications_email_verification_recipients" value="<?php echo (isset($notifications['email_verification']['recipients']) ? $notifications['email_verification']['recipients'] : ''); ?>" />
175
- <span class="mec-tooltip">
176
- <div class="box top">
177
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
178
- <div class="content">
179
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
180
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
181
- </div>
182
- </div>
183
- <i title="" class="dashicons-before dashicons-editor-help"></i>
184
- </span>
185
- </div>
186
- <div class="mec-form-row">
187
- <label for="mec_notifications_email_verification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
188
- <?php wp_editor((isset($notifications['email_verification']) ? stripslashes($notifications['email_verification']['content']) : ''), 'mec_notifications_email_verification_content', array('textarea_name'=>'mec[notifications][email_verification][content]')); ?>
189
- </div>
190
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
191
- <ul>
192
- <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
193
- <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
194
- <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
195
- <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
196
- <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
197
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
198
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
199
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
200
- <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
201
- <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
202
- <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
203
- <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
204
- <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
205
- <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
206
- <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
207
- <li><span>%%verification_link%%</span>: <?php _e('Email/Booking verification link.', 'modern-events-calendar-lite'); ?></li>
208
- <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
209
- <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
210
- <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
211
- <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
212
- <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
213
- </ul>
214
- </li>
215
- <li>
216
- <h4 class="mec-form-subtitle"><?php _e('Booking Confirmation', 'modern-events-calendar-lite'); ?></h4>
217
- <p class="description"><?php _e('It sends to attendee after confirming the booking by admin.', 'modern-events-calendar-lite'); ?></p>
218
- <div class="mec-form-row">
219
- <label for="mec_notifications_booking_confirmation_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
220
- <input type="text" name="mec[notifications][booking_confirmation][subject]" id="mec_notifications_booking_confirmation_subject" value="<?php echo (isset($notifications['booking_confirmation']['subject']) ? stripslashes($notifications['booking_confirmation']['subject']) : ''); ?>" />
221
- </div>
222
- <div class="mec-form-row">
223
- <label for="mec_notifications_booking_confirmation_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
224
- <input type="text" name="mec[notifications][booking_confirmation][recipients]" id="mec_notifications_booking_confirmation_recipients" value="<?php echo (isset($notifications['booking_confirmation']['recipients']) ? $notifications['booking_confirmation']['recipients'] : ''); ?>" />
225
- <span class="mec-tooltip">
226
- <div class="box top">
227
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
228
- <div class="content">
229
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
230
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
231
- </div>
232
- </div>
233
- <i title="" class="dashicons-before dashicons-editor-help"></i>
234
- </span>
235
- </div>
236
- <div class="mec-form-row">
237
- <label for="mec_notifications_booking_confirmation_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
238
- <?php wp_editor((isset($notifications['booking_confirmation']) ? stripslashes($notifications['booking_confirmation']['content']) : ''), 'mec_notifications_booking_confirmation_content', array('textarea_name'=>'mec[notifications][booking_confirmation][content]')); ?>
239
- </div>
240
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
241
- <ul>
242
- <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
243
- <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
244
- <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
245
- <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
246
- <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
247
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
248
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
249
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
250
- <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
251
- <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
252
- <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
253
- <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
254
- <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
255
- <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
256
- <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
257
- <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'modern-events-calendar-lite'); ?></li>
258
- <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
259
- <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
260
- <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
261
- <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
262
- <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
263
- <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
264
- </ul>
265
- </li>
266
- <li>
267
- <h4 class="mec-form-subtitle"><?php _e('Admin Notification', 'modern-events-calendar-lite'); ?></h4>
268
- <p class="description"><?php _e('It sends to admin to notify him/her that a new booking received.', 'modern-events-calendar-lite'); ?></p>
269
- <div class="mec-form-row">
270
- <label for="mec_notifications_admin_notification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
271
- <input type="text" name="mec[notifications][admin_notification][subject]" id="mec_notifications_admin_notification_subject" value="<?php echo (isset($notifications['admin_notification']['subject']) ? stripslashes($notifications['admin_notification']['subject']) : ''); ?>" />
272
- </div>
273
- <div class="mec-form-row">
274
- <label for="mec_notifications_admin_notification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
275
- <input type="text" name="mec[notifications][admin_notification][recipients]" id="mec_notifications_admin_notification_recipients" value="<?php echo (isset($notifications['admin_notification']['recipients']) ? $notifications['admin_notification']['recipients'] : ''); ?>" />
276
- <span class="mec-tooltip">
277
- <div class="box top">
278
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
279
- <div class="content">
280
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
281
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
282
- </div>
283
- </div>
284
- <i title="" class="dashicons-before dashicons-editor-help"></i>
285
- </span>
286
- </div>
287
- <div class="mec-form-row">
288
- <input type="checkbox" name="mec[notifications][admin_notification][send_to_organizer]" value="1" id="mec_notifications_admin_notification_send_to_organizer" <?php echo ((isset($notifications['admin_notification']['send_to_organizer']) and $notifications['admin_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> />
289
- <label for="mec_notifications_admin_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'modern-events-calendar-lite'); ?></label>
290
- </div>
291
- <div class="mec-form-row">
292
- <label for="mec_notifications_admin_notification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
293
- <?php wp_editor((isset($notifications['admin_notification']) ? stripslashes($notifications['admin_notification']['content']) : ''), 'mec_notifications_admin_notification_content', array('textarea_name'=>'mec[notifications][admin_notification][content]')); ?>
294
- </div>
295
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
296
- <ul>
297
- <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
298
- <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
299
- <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
300
- <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
301
- <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
302
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
303
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
304
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
305
- <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
306
- <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
307
- <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
308
- <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
309
- <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
310
- <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
311
- <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
312
- <li><span>%%admin_link%%</span>: <?php _e('Admin booking management link.', 'modern-events-calendar-lite'); ?></li>
313
- <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'modern-events-calendar-lite'); ?></li>
314
- <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
315
- </ul>
316
- </li>
317
- <li>
318
- <h4 class="mec-form-subtitle"><?php _e('Booking Reminder', 'modern-events-calendar-lite'); ?></h4>
319
- <div class="mec-form-row">
320
- <label>
321
- <input type="hidden" name="mec[notifications][booking_reminder][status]" value="0" />
322
- <input onchange="jQuery('#mec_notification_booking_reminder_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_reminder][status]" <?php if(isset($notifications['booking_reminder']) and $notifications['booking_reminder']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable booking reminder notification', 'modern-events-calendar-lite'); ?>
323
- </label>
324
- </div>
325
- <div id="mec_notification_booking_reminder_container_toggle" class="<?php if((isset($notifications['booking_reminder']) and !$notifications['booking_reminder']['status']) or !isset($notifications['booking_reminder'])) echo 'mec-util-hidden'; ?>">
326
- <div class="mec-form-row">
327
- <?php $cron = MEC_ABSPATH.'app'.DS.'crons'.DS.'booking-reminder.php'; ?>
328
- <p class="mec-col-12"><strong><?php _e('Important Note', 'modern-events-calendar-lite'); ?>: </strong><?php echo sprintf(__("Set a cronjob to call %s file once per day otherwise it won't send the reminders. Please note that you should call this file %s otherwise it may send the reminders multiple times.", 'modern-events-calendar-lite'), '<code>'.$cron.'</code>', '<strong>'.__('only once per day', 'modern-events-calendar-lite').'</strong>'); ?></p>
329
- </div>
330
- <div class="mec-form-row">
331
- <label for="mec_notifications_booking_reminder_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
332
- <input type="text" name="mec[notifications][booking_reminder][subject]" id="mec_notifications_booking_reminder_subject" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['subject'])) ? stripslashes($notifications['booking_reminder']['subject']) : ''); ?>" />
333
- </div>
334
- <div class="mec-form-row">
335
- <label for="mec_notifications_booking_reminder_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
336
- <input type="text" name="mec[notifications][booking_reminder][recipients]" id="mec_notifications_booking_reminder_recipients" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['recipients'])) ? $notifications['booking_reminder']['recipients'] : ''); ?>" />
337
- <span class="mec-tooltip">
338
- <div class="box top">
339
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
340
- <div class="content">
341
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
342
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
343
- </div>
344
- </div>
345
- <i title="" class="dashicons-before dashicons-editor-help"></i>
346
- </span>
347
- </div>
348
- <div class="mec-form-row">
349
- <label for="mec_notifications_booking_reminder_days"><?php _e('Days', 'modern-events-calendar-lite'); ?></label>
350
- <input type="text" name="mec[notifications][booking_reminder][days]" id="mec_notifications_booking_reminder_days" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['days'])) ? $notifications['booking_reminder']['days'] : '1,3,7'); ?>" />
351
- <span class="mec-tooltip">
352
- <div class="box top">
353
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
354
- <div class="content">
355
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
356
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
357
- </div>
358
- </div>
359
- <i title="" class="dashicons-before dashicons-editor-help"></i>
360
- </span>
361
- </div>
362
- <div class="mec-form-row">
363
- <label for="mec_notifications_booking_reminder_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
364
- <?php wp_editor((isset($notifications['booking_reminder']) ? stripslashes($notifications['booking_reminder']['content']) : ''), 'mec_notifications_booking_reminder_content', array('textarea_name'=>'mec[notifications][booking_reminder][content]')); ?>
365
- </div>
366
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
367
- <ul>
368
- <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
369
- <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
370
- <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
371
- <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
372
- <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
373
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
374
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
375
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
376
- <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
377
- <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
378
- <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
379
- <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
380
- <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
381
- <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
382
- <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
383
- <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'modern-events-calendar-lite'); ?></li>
384
- <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
385
- <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
386
- <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
387
- <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
388
- <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
389
- <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
390
- </ul>
391
  </div>
392
- </li>
393
- <?php endif; ?>
394
- <li>
395
- <h4 class="mec-form-subtitle"><?php _e('New Event', 'modern-events-calendar-lite'); ?></h4>
396
- <div class="mec-form-row">
397
- <label>
398
- <input type="hidden" name="mec[notifications][new_event][status]" value="0" />
399
- <input onchange="jQuery('#mec_notification_new_event_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][new_event][status]" <?php if(isset($notifications['new_event']['status']) and $notifications['new_event']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable new event notification', 'modern-events-calendar-lite'); ?>
400
- </label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  </div>
402
- <div id="mec_notification_new_event_container_toggle" class="<?php if((isset($notifications['new_event']) and !$notifications['new_event']['status']) or !isset($notifications['new_event'])) echo 'mec-util-hidden'; ?>">
403
- <p class="description"><?php _e('It sends after adding a new event from frontend event submission or from website backend.', 'modern-events-calendar-lite'); ?></p>
404
- <div class="mec-form-row">
405
- <label for="mec_notifications_new_event_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
406
- <input type="text" name="mec[notifications][new_event][subject]" id="mec_notifications_new_event_subject" value="<?php echo (isset($notifications['new_event']['subject']) ? stripslashes($notifications['new_event']['subject']) : ''); ?>" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  </div>
408
- <div class="mec-form-row">
409
- <label for="mec_notifications_new_event_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
410
- <input type="text" name="mec[notifications][new_event][recipients]" id="mec_notifications_new_event_recipients" value="<?php echo (isset($notifications['new_event']['recipients']) ? $notifications['new_event']['recipients'] : ''); ?>" />
411
- <span class="mec-tooltip">
412
- <div class="box top">
413
- <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
414
- <div class="content">
415
- <?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?>
416
- <a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
417
- </div>
418
- </div>
419
- <i title="" class="dashicons-before dashicons-editor-help"></i>
420
- </span>
421
  </div>
422
- <div class="mec-form-row">
423
- <label for="mec_notifications_new_event_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
424
- <?php wp_editor((isset($notifications['new_event']) ? stripslashes($notifications['new_event']['content']) : ''), 'mec_notifications_new_event_content', array('textarea_name'=>'mec[notifications][new_event][content]')); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  </div>
426
- <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
427
- <ul>
428
- <li><span>%%event_title%%</span>: <?php _e('Title of event', 'modern-events-calendar-lite'); ?></li>
429
- <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
430
- <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
431
- <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
432
- <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
433
- <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
434
- <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
435
- <li><span>%%admin_link%%</span>: <?php _e('Admin events management link.', 'modern-events-calendar-lite'); ?></li>
436
- </ul>
437
- </div>
438
- </li>
439
- </ul>
 
 
 
 
 
 
440
  </div>
441
- <div class="mec-form-row">
 
 
 
442
  <?php wp_nonce_field('mec_options_form'); ?>
443
- <button style="display: none;" id="mec_notifications_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></button>
444
  </div>
 
445
  </form>
446
  </div>
447
  </div>
448
  </div>
449
  </div>
450
 
 
 
451
  <div id="wns-be-footer">
452
  <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
453
  </div>
@@ -486,32 +536,82 @@ jQuery("#mec_notifications_form").on('submit', function(event)
486
  jQuery("#mec_notifications_new_event_content-html").click();
487
  jQuery("#mec_notifications_new_event_content-tmce").click();
488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  // Add loading Class to the button
490
  jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js(esc_attr__('Saved', 'modern-events-calendar-lite')); ?>");
491
  jQuery('<div class="wns-saved-settings"><?php echo esc_js(esc_attr__('Settings Saved!', 'modern-events-calendar-lite')); ?></div>').insertBefore('#wns-be-content');
492
 
493
- var notifications = jQuery("#mec_notifications_form").serialize();
 
 
 
 
 
494
  jQuery.ajax(
495
  {
496
  type: "POST",
497
  url: ajaxurl,
498
- data: "action=mec_save_notifications&"+notifications,
499
  beforeSend: function () {
500
  jQuery('.wns-be-main').append('<div class="mec-loarder-wrap mec-settings-loader"><div class="mec-loarder"><div></div><div></div><div></div></div></div>');
501
  },
502
  success: function(data)
503
  {
504
  // Remove the loading Class to the button
505
- setTimeout(function(){
 
506
  jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'modern-events-calendar-lite')); ?>");
507
  jQuery('.wns-saved-settings').remove();
508
  jQuery('.mec-loarder-wrap').remove();
 
 
 
 
509
  }, 1000);
510
  },
511
  error: function(jqXHR, textStatus, errorThrown)
512
  {
513
  // Remove the loading Class to the button
514
- setTimeout(function(){
 
515
  jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'modern-events-calendar-lite')); ?>");
516
  jQuery('.wns-saved-settings').remove();
517
  jQuery('.mec-loarder-wrap').remove();
@@ -519,4 +619,5 @@ jQuery("#mec_notifications_form").on('submit', function(event)
519
  }
520
  });
521
  });
 
522
  </script>
4
 
5
  $notifications = $this->main->get_notifications();
6
  ?>
 
7
 
8
+ <div class="wns-be-container">
9
  <div id="wns-be-infobar">
10
  <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
11
  </div>
47
  <i class="mec-sl-envelope"></i>
48
  <span class="wns-be-group-menu-title"><?php _e('Notifications', 'modern-events-calendar-lite'); ?></span>
49
  </a>
50
+
51
+ <ul id="" class="subsection" style="display: block;">
52
+
53
+ <li id="" class="pr-be-group-menu-li active">
54
+ <a data-id= "booking_notification" class="wns-be-group-tab-link-a WnTabLinks">
55
+ <span class="pr-be-group-menu-title"><?php _e('Booking Notification', 'modern-events-calendar-lite'); ?></span>
56
+ </a>
57
+ </li>
58
+
59
+ <li id="" class="pr-be-group-menu-li">
60
+ <a data-id= "booking_verification" class="wns-be-group-tab-link-a WnTabLinks">
61
+ <span class="pr-be-group-menu-title"><?php _e('Booking Verification', 'modern-events-calendar-lite'); ?></span>
62
+ </a>
63
+ </li>
64
+
65
+ <li id="" class="pr-be-group-menu-li">
66
+ <a data-id= "booking_confirmation" class="wns-be-group-tab-link-a WnTabLinks">
67
+ <span class="pr-be-group-menu-title"><?php _e('Booking Confirmation', 'modern-events-calendar-lite'); ?></span>
68
+ </a>
69
+ </li>
70
+
71
+ <li id="" class="pr-be-group-menu-li">
72
+ <a data-id= "admin_notification" class="wns-be-group-tab-link-a WnTabLinks">
73
+ <span class="pr-be-group-menu-title"><?php _e('Admin Notification', 'modern-events-calendar-lite'); ?></span>
74
+ </a>
75
+ </li>
76
+
77
+ <li id="" class="pr-be-group-menu-li">
78
+ <a data-id= "booking_reminder" class="wns-be-group-tab-link-a WnTabLinks">
79
+ <span class="pr-be-group-menu-title"><?php _e('Booking Reminder', 'modern-events-calendar-lite'); ?></span>
80
+ </a>
81
+ </li>
82
+
83
+ <li id="" class="pr-be-group-menu-li">
84
+ <a data-id= "new_event" class="wns-be-group-tab-link-a WnTabLinks">
85
+ <span class="pr-be-group-menu-title"><?php _e('New Event', 'modern-events-calendar-lite'); ?></span>
86
+ </a>
87
+ </li>
88
+
89
+ </ul>
90
+
91
  </li>
92
 
93
  <li class="wns-be-group-menu-li">
128
  </ul>
129
  </div>
130
 
 
131
 
132
+ <div class="wns-be-main">
133
  <div id="wns-be-notification"></div>
 
134
  <div id="wns-be-content">
135
  <div class="wns-be-group-tab">
 
136
  <div class="mec-container">
137
+
138
  <form id="mec_notifications_form">
139
+
140
+ <!-- <ul> -->
141
+ <?php if($this->main->getPRO() and isset($this->settings['booking_status']) and $this->settings['booking_status']): ?>
142
+
143
+ <div id="booking_notification" class="mec-options-fields active">
144
+
145
+ <h4 class="mec-form-subtitle"><?php _e('Booking Notification', 'modern-events-calendar-lite'); ?></h4>
146
+ <div class="mec-form-row">
147
+ <label>
148
+ <input type="hidden" name="mec[notifications][booking_notification][status]" value="0" />
149
+ <input onchange="jQuery('#mec_notification_booking_notification_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_notification][status]" <?php if(!isset($notifications['booking_notification']['status']) or (isset($notifications['booking_notification']['status']) and $notifications['booking_notification']['status'])) echo 'checked="checked"'; ?> /> <?php _e('Enable booking notification', 'modern-events-calendar-lite'); ?>
150
+ </label>
151
+ </div>
152
+ <div id="mec_notification_booking_notification_container_toggle" class="<?php if(isset($notifications['booking_notification']) and isset($notifications['booking_notification']['status']) and !$notifications['booking_notification']['status']) echo 'mec-util-hidden'; ?>">
153
+ <p class="description"><?php _e('It sends to attendee after booking for notifying him/her.', 'modern-events-calendar-lite'); ?></p>
154
+ <div class="mec-form-row">
155
+ <label for="mec_notifications_booking_notification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
156
+ <input type="text" name="mec[notifications][booking_notification][subject]" id="mec_notifications_booking_notification_subject" value="<?php echo (isset($notifications['booking_notification']['subject']) ? stripslashes($notifications['booking_notification']['subject']) : ''); ?>" />
157
+ </div>
158
+ <div class="mec-form-row">
159
+ <label for="mec_notifications_booking_notification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
160
+ <input type="text" name="mec[notifications][booking_notification][recipients]" id="mec_notifications_booking_notification_recipients" value="<?php echo (isset($notifications['booking_notification']['recipients']) ? $notifications['booking_notification']['recipients'] : ''); ?>" />
161
+ <span class="mec-tooltip">
162
+ <div class="box top">
163
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
164
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  </div>
166
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
167
+ </span>
168
+ </div>
169
+ <div class="mec-form-row">
170
+ <input type="checkbox" name="mec[notifications][booking_notification][send_to_organizer]" value="1" id="mec_notifications_booking_notification_send_to_organizer" <?php echo ((isset($notifications['booking_notification']['send_to_organizer']) and $notifications['booking_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> />
171
+ <label for="mec_notifications_booking_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'modern-events-calendar-lite'); ?></label>
172
+ </div>
173
+ <div class="mec-form-row">
174
+ <label for="mec_notifications_booking_notification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
175
+ <?php wp_editor((isset($notifications['booking_notification']) ? stripslashes($notifications['booking_notification']['content']) : ''), 'mec_notifications_booking_notification_content', array('textarea_name'=>'mec[notifications][booking_notification][content]')); ?>
176
+ </div>
177
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
178
+ <ul>
179
+ <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
180
+ <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
181
+ <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
182
+ <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
183
+ <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'modern-events-calendar-lite'); ?></li>
184
+ <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
185
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
186
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
187
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
188
+ <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
189
+ <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
190
+ <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
191
+ <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
192
+ <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
193
+ <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
194
+ <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
195
+ <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'modern-events-calendar-lite'); ?></li>
196
+ <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
197
+ <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
198
+ <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
199
+ <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
200
+ <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
201
+ <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
202
+ </ul>
203
+ </div>
204
+ </div>
205
+
206
+
207
+
208
+ <div id="booking_verification" class="mec-options-fields">
209
+
210
+ <h4 class="mec-form-subtitle"><?php _e('Booking Verification', 'modern-events-calendar-lite'); ?></h4>
211
+ <p class="description"><?php _e('It sends to attendee email for verifying their booking/email.', 'modern-events-calendar-lite'); ?></p>
212
+ <div class="mec-form-row">
213
+ <label for="mec_notifications_email_verification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
214
+ <input type="text" name="mec[notifications][email_verification][subject]" id="mec_notifications_email_verification_subject" value="<?php echo (isset($notifications['email_verification']['subject']) ? stripslashes($notifications['email_verification']['subject']) : ''); ?>" />
215
+ </div>
216
+ <div class="mec-form-row">
217
+ <label for="mec_notifications_email_verification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
218
+ <input type="text" name="mec[notifications][email_verification][recipients]" id="mec_notifications_email_verification_recipients" value="<?php echo (isset($notifications['email_verification']['recipients']) ? $notifications['email_verification']['recipients'] : ''); ?>" />
219
+ <span class="mec-tooltip">
220
+ <div class="box top">
221
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
222
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
223
+ </div>
224
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
225
+ </span>
226
+ </div>
227
+ <div class="mec-form-row">
228
+ <label for="mec_notifications_email_verification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
229
+ <?php wp_editor((isset($notifications['email_verification']) ? stripslashes($notifications['email_verification']['content']) : ''), 'mec_notifications_email_verification_content', array('textarea_name'=>'mec[notifications][email_verification][content]')); ?>
230
+ </div>
231
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
232
+ <ul>
233
+ <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
234
+ <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
235
+ <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
236
+ <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
237
+ <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'modern-events-calendar-lite'); ?></li>
238
+ <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
239
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
240
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
241
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
242
+ <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
243
+ <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
244
+ <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
245
+ <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
246
+ <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
247
+ <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
248
+ <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
249
+ <li><span>%%verification_link%%</span>: <?php _e('Email/Booking verification link.', 'modern-events-calendar-lite'); ?></li>
250
+ <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
251
+ <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
252
+ <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
253
+ <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
254
+ <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
255
+ </ul>
256
+
257
+ </div>
258
+
259
+
260
+ <div id="booking_confirmation" class="mec-options-fields">
261
+
262
+ <h4 class="mec-form-subtitle"><?php _e('Booking Confirmation', 'modern-events-calendar-lite'); ?></h4>
263
+ <p class="description"><?php _e('It sends to attendee after confirming the booking by admin.', 'modern-events-calendar-lite'); ?></p>
264
+ <div class="mec-form-row">
265
+ <label for="mec_notifications_booking_confirmation_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
266
+ <input type="text" name="mec[notifications][booking_confirmation][subject]" id="mec_notifications_booking_confirmation_subject" value="<?php echo (isset($notifications['booking_confirmation']['subject']) ? stripslashes($notifications['booking_confirmation']['subject']) : ''); ?>" />
267
+ </div>
268
+ <div class="mec-form-row">
269
+ <label for="mec_notifications_booking_confirmation_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
270
+ <input type="text" name="mec[notifications][booking_confirmation][recipients]" id="mec_notifications_booking_confirmation_recipients" value="<?php echo (isset($notifications['booking_confirmation']['recipients']) ? $notifications['booking_confirmation']['recipients'] : ''); ?>" />
271
+ <span class="mec-tooltip">
272
+ <div class="box top">
273
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
274
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
275
+ </div>
276
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
277
+ </span>
278
+ </div>
279
+ <div class="mec-form-row">
280
+ <label for="mec_notifications_booking_confirmation_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
281
+ <?php wp_editor((isset($notifications['booking_confirmation']) ? stripslashes($notifications['booking_confirmation']['content']) : ''), 'mec_notifications_booking_confirmation_content', array('textarea_name'=>'mec[notifications][booking_confirmation][content]')); ?>
282
+ </div>
283
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
284
+ <ul>
285
+ <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
286
+ <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
287
+ <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
288
+ <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
289
+ <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'modern-events-calendar-lite'); ?></li>
290
+ <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
291
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
292
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
293
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
294
+ <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
295
+ <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
296
+ <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
297
+ <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
298
+ <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
299
+ <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
300
+ <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
301
+ <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'modern-events-calendar-lite'); ?></li>
302
+ <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
303
+ <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
304
+ <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
305
+ <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
306
+ <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
307
+ <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
308
+ </ul>
309
+
310
+ </div>
311
+
312
+
313
+ <div id="admin_notification" class="mec-options-fields">
314
+
315
+ <h4 class="mec-form-subtitle"><?php _e('Admin Notification', 'modern-events-calendar-lite'); ?></h4>
316
+ <p class="description"><?php _e('It sends to admin to notify him/her that a new booking received.', 'modern-events-calendar-lite'); ?></p>
317
+ <div class="mec-form-row">
318
+ <label for="mec_notifications_admin_notification_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
319
+ <input type="text" name="mec[notifications][admin_notification][subject]" id="mec_notifications_admin_notification_subject" value="<?php echo (isset($notifications['admin_notification']['subject']) ? stripslashes($notifications['admin_notification']['subject']) : ''); ?>" />
320
+ </div>
321
+ <div class="mec-form-row">
322
+ <label for="mec_notifications_admin_notification_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
323
+ <input type="text" name="mec[notifications][admin_notification][recipients]" id="mec_notifications_admin_notification_recipients" value="<?php echo (isset($notifications['admin_notification']['recipients']) ? $notifications['admin_notification']['recipients'] : ''); ?>" />
324
+ <span class="mec-tooltip">
325
+ <div class="box top">
326
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
327
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
328
  </div>
329
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
330
+ </span>
331
+ </div>
332
+ <div class="mec-form-row">
333
+ <input type="checkbox" name="mec[notifications][admin_notification][send_to_organizer]" value="1" id="mec_notifications_admin_notification_send_to_organizer" <?php echo ((isset($notifications['admin_notification']['send_to_organizer']) and $notifications['admin_notification']['send_to_organizer'] == 1) ? 'checked="checked"' : ''); ?> />
334
+ <label for="mec_notifications_admin_notification_send_to_organizer"><?php _e('Send the email to event organizer', 'modern-events-calendar-lite'); ?></label>
335
+ </div>
336
+ <div class="mec-form-row">
337
+ <label for="mec_notifications_admin_notification_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
338
+ <?php wp_editor((isset($notifications['admin_notification']) ? stripslashes($notifications['admin_notification']['content']) : ''), 'mec_notifications_admin_notification_content', array('textarea_name'=>'mec[notifications][admin_notification][content]')); ?>
339
+ </div>
340
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
341
+ <ul>
342
+ <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
343
+ <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
344
+ <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
345
+ <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
346
+ <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'modern-events-calendar-lite'); ?></li>
347
+ <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
348
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
349
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
350
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
351
+ <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
352
+ <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
353
+ <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
354
+ <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
355
+ <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
356
+ <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
357
+ <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
358
+ <li><span>%%admin_link%%</span>: <?php _e('Admin booking management link.', 'modern-events-calendar-lite'); ?></li>
359
+ <li><span>%%attendees_full_info%%</span>: <?php _e('Full Attendee info such as booking form data, name, email etc.', 'modern-events-calendar-lite'); ?></li>
360
+ <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
361
+ </ul>
362
+
363
+ </div>
364
+
365
+
366
+ <div id="booking_reminder" class="mec-options-fields">
367
+
368
+ <h4 class="mec-form-subtitle"><?php _e('Booking Reminder', 'modern-events-calendar-lite'); ?></h4>
369
+ <div class="mec-form-row">
370
+ <label>
371
+ <input type="hidden" name="mec[notifications][booking_reminder][status]" value="0" />
372
+ <input onchange="jQuery('#mec_notification_booking_reminder_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][booking_reminder][status]" <?php if(isset($notifications['booking_reminder']) and $notifications['booking_reminder']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable booking reminder notification', 'modern-events-calendar-lite'); ?>
373
+ </label>
374
+ </div>
375
+ <div id="mec_notification_booking_reminder_container_toggle" class="<?php if((isset($notifications['booking_reminder']) and !$notifications['booking_reminder']['status']) or !isset($notifications['booking_reminder'])) echo 'mec-util-hidden'; ?>">
376
+ <div class="mec-form-row">
377
+ <?php $cron = MEC_ABSPATH.'app'.DS.'crons'.DS.'booking-reminder.php'; ?>
378
+ <p class="mec-col-12"><strong><?php _e('Important Note', 'modern-events-calendar-lite'); ?>: </strong><?php echo sprintf(__("Set a cronjob to call %s file once per day otherwise it won't send the reminders. Please note that you should call this file %s otherwise it may send the reminders multiple times.", 'modern-events-calendar-lite'), '<code>'.$cron.'</code>', '<strong>'.__('only once per day', 'modern-events-calendar-lite').'</strong>'); ?></p>
379
+ </div>
380
+ <div class="mec-form-row">
381
+ <label for="mec_notifications_booking_reminder_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
382
+ <input type="text" name="mec[notifications][booking_reminder][subject]" id="mec_notifications_booking_reminder_subject" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['subject'])) ? stripslashes($notifications['booking_reminder']['subject']) : ''); ?>" />
383
+ </div>
384
+ <div class="mec-form-row">
385
+ <label for="mec_notifications_booking_reminder_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
386
+ <input type="text" name="mec[notifications][booking_reminder][recipients]" id="mec_notifications_booking_reminder_recipients" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['recipients'])) ? $notifications['booking_reminder']['recipients'] : ''); ?>" />
387
+ <span class="mec-tooltip">
388
+ <div class="box top">
389
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
390
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
391
  </div>
392
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
393
+ </span>
394
+ </div>
395
+ <div class="mec-form-row">
396
+ <label for="mec_notifications_booking_reminder_days"><?php _e('Days', 'modern-events-calendar-lite'); ?></label>
397
+ <input type="text" name="mec[notifications][booking_reminder][days]" id="mec_notifications_booking_reminder_days" value="<?php echo ((isset($notifications['booking_reminder']) and isset($notifications['booking_reminder']['days'])) ? $notifications['booking_reminder']['days'] : '1,3,7'); ?>" />
398
+ <span class="mec-tooltip">
399
+ <div class="box top">
400
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
401
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
402
  </div>
403
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
404
+ </span>
405
+ </div>
406
+ <div class="mec-form-row">
407
+ <label for="mec_notifications_booking_reminder_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
408
+ <?php wp_editor((isset($notifications['booking_reminder']) ? stripslashes($notifications['booking_reminder']['content']) : ''), 'mec_notifications_booking_reminder_content', array('textarea_name'=>'mec[notifications][booking_reminder][content]')); ?>
409
+ </div>
410
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
411
+ <ul>
412
+ <li><span>%%first_name%%</span>: <?php _e('First name of attendee', 'modern-events-calendar-lite'); ?></li>
413
+ <li><span>%%last_name%%</span>: <?php _e('Last name of attendee', 'modern-events-calendar-lite'); ?></li>
414
+ <li><span>%%user_email%%</span>: <?php _e('Email of attendee', 'modern-events-calendar-lite'); ?></li>
415
+ <li><span>%%book_date%%</span>: <?php _e('Booked date of event', 'modern-events-calendar-lite'); ?></li>
416
+ <li><span>%%book_time%%</span>: <?php _e('Booked time of event', 'modern-events-calendar-lite'); ?></li>
417
+ <li><span>%%book_price%%</span>: <?php _e('Booking Price', 'modern-events-calendar-lite'); ?></li>
418
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
419
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
420
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
421
+ <li><span>%%event_title%%</span>: <?php _e('Event title', 'modern-events-calendar-lite'); ?></li>
422
+ <li><span>%%event_link%%</span>: <?php _e('Event link', 'modern-events-calendar-lite'); ?></li>
423
+ <li><span>%%event_organizer_name%%</span>: <?php _e('Organizer name of booked event', 'modern-events-calendar-lite'); ?></li>
424
+ <li><span>%%event_organizer_tel%%</span>: <?php _e('Organizer tel of booked event', 'modern-events-calendar-lite'); ?></li>
425
+ <li><span>%%event_organizer_email%%</span>: <?php _e('Organizer email of booked event', 'modern-events-calendar-lite'); ?></li>
426
+ <li><span>%%event_location_name%%</span>: <?php _e('Location name of booked event', 'modern-events-calendar-lite'); ?></li>
427
+ <li><span>%%event_location_address%%</span>: <?php _e('Location address of booked event', 'modern-events-calendar-lite'); ?></li>
428
+ <li><span>%%cancellation_link%%</span>: <?php _e('Booking cancellation link.', 'modern-events-calendar-lite'); ?></li>
429
+ <li><span>%%invoice_link%%</span>: <?php _e('Invoice Link', 'modern-events-calendar-lite'); ?></li>
430
+ <li><span>%%total_attendees%%</span>: <?php _e('Total Attendees', 'modern-events-calendar-lite'); ?></li>
431
+ <li><span>%%ticket_name%%</span>: <?php _e('Ticket name', 'modern-events-calendar-lite'); ?></li>
432
+ <li><span>%%ticket_time%%</span>: <?php _e('Ticket time', 'modern-events-calendar-lite'); ?></li>
433
+ <li><span>%%ics_link%%</span>: <?php _e('Download ICS file', 'modern-events-calendar-lite'); ?></li>
434
+ <li><span>%%google_calendar_link%%</span>: <?php _e('Add to Google Calendar', 'modern-events-calendar-lite'); ?></li>
435
+ </ul>
436
+ </div>
437
+ </div>
438
+
439
+ <?php endif; ?>
440
+
441
+ <div id="new_event" class="mec-options-fields">
442
+
443
+ <h4 class="mec-form-subtitle"><?php _e('New Event', 'modern-events-calendar-lite'); ?></h4>
444
+ <div class="mec-form-row">
445
+ <label>
446
+ <input type="hidden" name="mec[notifications][new_event][status]" value="0" />
447
+ <input onchange="jQuery('#mec_notification_new_event_container_toggle').toggle();" value="1" type="checkbox" name="mec[notifications][new_event][status]" <?php if(isset($notifications['new_event']['status']) and $notifications['new_event']['status']) echo 'checked="checked"'; ?> /> <?php _e('Enable new event notification', 'modern-events-calendar-lite'); ?>
448
+ </label>
449
+ </div>
450
+ <div id="mec_notification_new_event_container_toggle" class="<?php if((isset($notifications['new_event']) and !$notifications['new_event']['status']) or !isset($notifications['new_event'])) echo 'mec-util-hidden'; ?>">
451
+ <p class="description"><?php _e('It sends after adding a new event from frontend event submission or from website backend.', 'modern-events-calendar-lite'); ?></p>
452
+ <div class="mec-form-row">
453
+ <label for="mec_notifications_new_event_subject"><?php _e('Email Subject', 'modern-events-calendar-lite'); ?></label>
454
+ <input type="text" name="mec[notifications][new_event][subject]" id="mec_notifications_new_event_subject" value="<?php echo (isset($notifications['new_event']['subject']) ? stripslashes($notifications['new_event']['subject']) : ''); ?>" />
455
+ </div>
456
+ <div class="mec-form-row">
457
+ <label for="mec_notifications_new_event_recipients"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></label>
458
+ <input type="text" name="mec[notifications][new_event][recipients]" id="mec_notifications_new_event_recipients" value="<?php echo (isset($notifications['new_event']['recipients']) ? $notifications['new_event']['recipients'] : ''); ?>" />
459
+ <span class="mec-tooltip">
460
+ <div class="box top">
461
+ <h5 class="title"><?php _e('Custom Recipients', 'modern-events-calendar-lite'); ?></h5>
462
+ <div class="content"><p><?php esc_attr_e('Insert comma separated emails for multiple recipients.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/notifications/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
463
  </div>
464
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
465
+ </span>
466
+ </div>
467
+ <div class="mec-form-row">
468
+ <label for="mec_notifications_new_event_content"><?php _e('Email Content', 'modern-events-calendar-lite'); ?></label>
469
+ <?php wp_editor((isset($notifications['new_event']) ? stripslashes($notifications['new_event']['content']) : ''), 'mec_notifications_new_event_content', array('textarea_name'=>'mec[notifications][new_event][content]')); ?>
470
+ </div>
471
+ <p class="description"><?php _e('You can use following placeholders', 'modern-events-calendar-lite'); ?></p>
472
+ <ul>
473
+ <li><span>%%event_title%%</span>: <?php _e('Title of event', 'modern-events-calendar-lite'); ?></li>
474
+ <li><span>%%event_link%%</span>: <?php _e('Link of event', 'modern-events-calendar-lite'); ?></li>
475
+ <li><span>%%event_status%%</span>: <?php _e('Status of event', 'modern-events-calendar-lite'); ?></li>
476
+ <li><span>%%event_note%%</span>: <?php _e('Event Note', 'modern-events-calendar-lite'); ?></li>
477
+ <li><span>%%blog_name%%</span>: <?php _e('Your website title', 'modern-events-calendar-lite'); ?></li>
478
+ <li><span>%%blog_url%%</span>: <?php _e('Your website URL', 'modern-events-calendar-lite'); ?></li>
479
+ <li><span>%%blog_description%%</span>: <?php _e('Your website description', 'modern-events-calendar-lite'); ?></li>
480
+ <li><span>%%admin_link%%</span>: <?php _e('Admin events management link.', 'modern-events-calendar-lite'); ?></li>
481
+ </ul>
482
+ </div>
483
+
484
  </div>
485
+
486
+ <!-- </ul> -->
487
+
488
+ <div class="mec-options-fields">
489
  <?php wp_nonce_field('mec_options_form'); ?>
490
+ <button style="display: none;" id="mec_notifications_form_button" class="button button-primary mec-button-primary" type="submit"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></button>
491
  </div>
492
+
493
  </form>
494
  </div>
495
  </div>
496
  </div>
497
  </div>
498
 
499
+
500
+
501
  <div id="wns-be-footer">
502
  <a href="" id="" class="dpr-btn dpr-save-btn"><?php _e('Save Changes', 'modern-events-calendar-lite'); ?></a>
503
  </div>
536
  jQuery("#mec_notifications_new_event_content-html").click();
537
  jQuery("#mec_notifications_new_event_content-tmce").click();
538
 
539
+ });
540
+ </script>
541
+
542
+
543
+
544
+
545
+ <script type="text/javascript">
546
+ jQuery(document).ready(function()
547
+ {
548
+ jQuery('.WnTabLinks').each(function()
549
+ {
550
+ var ContentId = jQuery(this).attr('data-id');
551
+ jQuery(this).click(function()
552
+ {
553
+ jQuery('.pr-be-group-menu-li').removeClass('active');
554
+ jQuery(this).parent().addClass('active');
555
+ jQuery(".mec-options-fields").hide();
556
+ jQuery(".mec-options-fields").removeClass('active');
557
+ jQuery("#"+ContentId+"").show();
558
+ jQuery("#"+ContentId+"").addClass('active');
559
+ jQuery('html, body').animate({
560
+ scrollTop: jQuery("#"+ContentId+"").offset().top - 140
561
+ }, 300);
562
+ });
563
+ });
564
+
565
+ jQuery(".wns-be-sidebar .pr-be-group-menu-li").on('click', function(event)
566
+ {
567
+ jQuery(".wns-be-sidebar .pr-be-group-menu-li").removeClass('active');
568
+ jQuery(this).addClass('active');
569
+ });
570
+ });
571
+
572
+
573
+
574
+ jQuery("#mec_notifications_form").on('submit', function(event)
575
+ {
576
+ event.preventDefault();
577
+
578
  // Add loading Class to the button
579
  jQuery(".dpr-save-btn").addClass('loading').text("<?php echo esc_js(esc_attr__('Saved', 'modern-events-calendar-lite')); ?>");
580
  jQuery('<div class="wns-saved-settings"><?php echo esc_js(esc_attr__('Settings Saved!', 'modern-events-calendar-lite')); ?></div>').insertBefore('#wns-be-content');
581
 
582
+ if(jQuery(".mec-purchase-verify").text() != '<?php echo esc_js(esc_attr__('Verified', 'modern-events-calendar-lite')); ?>')
583
+ {
584
+ jQuery(".mec-purchase-verify").text("<?php echo esc_js(esc_attr__('Checking ...', 'modern-events-calendar-lite')); ?>");
585
+ }
586
+
587
+ var settings = jQuery("#mec_notifications_form").serialize();
588
  jQuery.ajax(
589
  {
590
  type: "POST",
591
  url: ajaxurl,
592
+ data: "action=mec_save_settings&"+settings,
593
  beforeSend: function () {
594
  jQuery('.wns-be-main').append('<div class="mec-loarder-wrap mec-settings-loader"><div class="mec-loarder"><div></div><div></div><div></div></div></div>');
595
  },
596
  success: function(data)
597
  {
598
  // Remove the loading Class to the button
599
+ setTimeout(function()
600
+ {
601
  jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'modern-events-calendar-lite')); ?>");
602
  jQuery('.wns-saved-settings').remove();
603
  jQuery('.mec-loarder-wrap').remove();
604
+ if(jQuery(".mec-purchase-verify").text() != '<?php echo esc_js(esc_attr__('Verified', 'modern-events-calendar-lite')); ?>')
605
+ {
606
+ jQuery(".mec-purchase-verify").text("<?php echo esc_js(esc_attr__('Please Refresh Page', 'modern-events-calendar-lite')); ?>");
607
+ }
608
  }, 1000);
609
  },
610
  error: function(jqXHR, textStatus, errorThrown)
611
  {
612
  // Remove the loading Class to the button
613
+ setTimeout(function()
614
+ {
615
  jQuery(".dpr-save-btn").removeClass('loading').text("<?php echo esc_js(esc_attr__('Save Changes', 'modern-events-calendar-lite')); ?>");
616
  jQuery('.wns-saved-settings').remove();
617
  jQuery('.mec-loarder-wrap').remove();
619
  }
620
  });
621
  });
622
+
623
  </script>
app/features/mec/settings.php CHANGED
@@ -203,13 +203,7 @@ if($this->getPRO())
203
  <a data-id= "uploadfield_option" class="wns-be-group-tab-link-a WnTabLinks">
204
  <span class="pr-be-group-menu-title"><?php _e('Upload Field', 'modern-events-calendar-lite'); ?></span>
205
  </a>
206
- </li>
207
-
208
- <li id="" class="pr-be-group-menu-li">
209
- <a data-id= "gutenberg" class="wns-be-group-tab-link-a WnTabLinks">
210
- <span class="pr-be-group-menu-title"><?php _e('Gutenberg', 'modern-events-calendar-lite'); ?></span>
211
- </a>
212
- </li>
213
 
214
  </ul>
215
  </li>
@@ -302,10 +296,7 @@ if($this->getPRO())
302
  <span class="mec-tooltip">
303
  <div class="box">
304
  <h5 class="title"><?php _e('Hide Events', 'modern-events-calendar-lite'); ?></h5>
305
- <div class="content">
306
- <?php esc_attr_e("This option is for showing start/end time of events on frontend of website.", 'modern-events-calendar-lite'); ?>
307
- <a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
308
- </div>
309
  </div>
310
  <i title="" class="dashicons-before dashicons-editor-help"></i>
311
  </span>
@@ -324,10 +315,7 @@ if($this->getPRO())
324
  <span class="mec-tooltip">
325
  <div class="box">
326
  <h5 class="title"><?php _e('Multiple Day Events', 'modern-events-calendar-lite'); ?></h5>
327
- <div class="content">
328
- <?php esc_attr_e("For showing all days of multiple day events on frontend or only show the first day.", 'modern-events-calendar-lite'); ?>
329
- <a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
330
- </div>
331
  </div>
332
  <i title="" class="dashicons-before dashicons-editor-help"></i>
333
  </span>
@@ -354,10 +342,7 @@ if($this->getPRO())
354
  <span class="mec-tooltip">
355
  <div class="box top">
356
  <h5 class="title"><?php _e('Remove "Th" on calendar', 'modern-events-calendar-lite'); ?></h5>
357
- <div class="content">
358
- <?php esc_attr_e("Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, showing just '12' )", 'modern-events-calendar-lite'); ?>
359
- <a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
360
- </div>
361
  </div>
362
  <i title="" class="dashicons-before dashicons-editor-help"></i>
363
  </span>
@@ -377,10 +362,7 @@ if($this->getPRO())
377
  <span class="mec-tooltip">
378
  <div class="box left">
379
  <h5 class="title"><?php _e('Weekdays', 'modern-events-calendar-lite'); ?></h5>
380
- <div class="content">
381
- <?php esc_attr_e("Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings > General - bottom of the page ).", 'modern-events-calendar-lite'); ?>
382
- <a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
383
- </div>
384
  </div>
385
  <i title="" class="dashicons-before dashicons-editor-help"></i>
386
  </span>
@@ -401,10 +383,7 @@ if($this->getPRO())
401
  <span class="mec-tooltip">
402
  <div class="box left">
403
  <h5 class="title"><?php _e('Weekends', 'modern-events-calendar-lite'); ?></h5>
404
- <div class="content">
405
- <?php esc_attr_e("Proceed with caution. Default is set to Saturday and Sunday ( you can change 'Week Starts' on WordPress Dashboard > Settings > General - bottom of the page ).", 'modern-events-calendar-lite'); ?>
406
- <a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
407
- </div>
408
  </div>
409
  <i title="" class="dashicons-before dashicons-editor-help"></i>
410
  </span>
@@ -424,10 +403,7 @@ if($this->getPRO())
424
  <span class="mec-tooltip">
425
  <div class="box">
426
  <h5 class="title"><?php _e('Archive Page Title', 'modern-events-calendar-lite'); ?></h5>
427
- <div class="content">
428
- <?php esc_attr_e("Default value is Events - It's title of the page", 'modern-events-calendar-lite'); ?>
429
- <a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
430
- </div>
431
  </div>
432
  <i title="" class="dashicons-before dashicons-editor-help"></i>
433
  </span>
@@ -504,11 +480,7 @@ if($this->getPRO())
504
  <span class="mec-tooltip">
505
  <div class="box left">
506
  <h5 class="title"><?php _e('Archive Page Skin', 'modern-events-calendar-lite'); ?></h5>
507
- <div class="content">
508
- <?php esc_attr_e("Default value is Calendar/Monthly View, But you can change it ", 'modern-events-calendar-lite'); ?>
509
- <a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
510
- <a href="https://webnus.net/modern-events-calendar/" target="_blank"><?php _e('See Demo', 'modern-events-calendar-lite'); ?></a>
511
- </div>
512
  </div>
513
  <i title="" class="dashicons-before dashicons-editor-help"></i>
514
  </span>
@@ -582,11 +554,7 @@ if($this->getPRO())
582
  <span class="mec-tooltip">
583
  <div class="box left">
584
  <h5 class="title"><?php _e('Category Page Skin', 'modern-events-calendar-lite'); ?></h5>
585
- <div class="content">
586
- <?php esc_attr_e("Default value is List View - But you can change it Set a skin for all categories.", 'modern-events-calendar-lite'); ?>
587
- <a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
588
- <a href="https://webnus.net/modern-events-calendar/" target="_blank"><?php _e('See Demo', 'modern-events-calendar-lite'); ?></a>
589
- </div>
590
  </div>
591
  <i title="" class="dashicons-before dashicons-editor-help"></i>
592
  </span>
@@ -603,10 +571,7 @@ if($this->getPRO())
603
  <span class="mec-tooltip">
604
  <div class="box top">
605
  <h5 class="title"><?php _e('Category Events Method', 'modern-events-calendar-lite'); ?></h5>
606
- <div class="content">
607
- <?php esc_attr_e("Default value is Upcoming Events", 'modern-events-calendar-lite'); ?>
608
- <a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
609
- </div>
610
  </div>
611
  <i title="" class="dashicons-before dashicons-editor-help"></i>
612
  </span>
@@ -623,10 +588,7 @@ if($this->getPRO())
623
  <span class="mec-tooltip">
624
  <div class="box top">
625
  <h5 class="title"><?php _e('Events Archive Status', 'modern-events-calendar-lite'); ?></h5>
626
- <div class="content">
627
- <?php esc_attr_e("If you disable it, then you should create a page as archive page of MEC. Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of MEC rewrite rules.", 'modern-events-calendar-lite'); ?>
628
- <a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
629
- </div>
630
  </div>
631
  <i title="" class="dashicons-before dashicons-editor-help"></i>
632
  </span>
@@ -645,10 +607,7 @@ if($this->getPRO())
645
  <span class="mec-tooltip">
646
  <div class="box">
647
  <h5 class="title"><?php _e('Main Slug', 'modern-events-calendar-lite'); ?></h5>
648
- <div class="content">
649
- <?php esc_attr_e("Default value is events. You can not have a page with this name.", 'modern-events-calendar-lite'); ?>
650
- <a href="https://webnus.net/dox/modern-events-calendar/slug-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
651
- </div>
652
  </div>
653
  <i title="" class="dashicons-before dashicons-editor-help"></i>
654
  </span>
@@ -662,10 +621,7 @@ if($this->getPRO())
662
  <span class="mec-tooltip">
663
  <div class="box">
664
  <h5 class="title"><?php _e('Category Slug', 'modern-events-calendar-lite'); ?></h5>
665
- <div class="content">
666
- <?php esc_attr_e("It's slug of MEC categories, you can change it to events-cat or something else. Default value is mec-category. You can not have a page with this name.", 'modern-events-calendar-lite'); ?>
667
- <a href="https://webnus.net/dox/modern-events-calendar/slug-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
668
- </div>
669
  </div>
670
  <i title="" class="dashicons-before dashicons-editor-help"></i>
671
  </span>
@@ -685,10 +641,7 @@ if($this->getPRO())
685
  <span class="mec-tooltip">
686
  <div class="box">
687
  <h5 class="title"><?php _e('Single Event Date Format', 'modern-events-calendar-lite'); ?></h5>
688
- <div class="content">
689
- <?php esc_attr_e("Default is M d Y", 'modern-events-calendar-lite'); ?>
690
- <a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
691
- </div>
692
  </div>
693
  <i title="" class="dashicons-before dashicons-editor-help"></i>
694
  </span>
@@ -704,10 +657,7 @@ if($this->getPRO())
704
  <span class="mec-tooltip">
705
  <div class="box">
706
  <h5 class="title"><?php _e('Date Method', 'modern-events-calendar-lite'); ?></h5>
707
- <div class="content">
708
- <?php esc_attr_e('Referred date" shows the event date based on referred date in event list.', 'modern-events-calendar-lite'); ?>
709
- <a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
710
- </div>
711
  </div>
712
  <i title="" class="dashicons-before dashicons-editor-help"></i>
713
  </span>
@@ -719,14 +669,14 @@ if($this->getPRO())
719
  <select id="mec_settings_single_event_single_style" name="mec[settings][single_single_style]">
720
  <option value="default" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default') ? 'selected="selected"' : ''; ?>><?php _e('Default Style', 'modern-events-calendar-lite'); ?></option>
721
  <option value="modern" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'modern') ? 'selected="selected"' : ''; ?>><?php _e('Modern Style', 'modern-events-calendar-lite'); ?></option>
 
 
 
722
  </select>
723
  <span class="mec-tooltip">
724
  <div class="box top">
725
  <h5 class="title"><?php _e('Single Event Style', 'modern-events-calendar-lite'); ?></h5>
726
- <div class="content">
727
- <?php esc_attr_e("Choose your single event style.", 'modern-events-calendar-lite'); ?>
728
- <a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
729
- </div>
730
  </div>
731
  <i title="" class="dashicons-before dashicons-editor-help"></i>
732
  </span>
@@ -742,16 +692,43 @@ if($this->getPRO())
742
  <span class="mec-tooltip">
743
  <div class="box top">
744
  <h5 class="title"><?php _e('Booking Style', 'modern-events-calendar-lite'); ?></h5>
745
- <div class="content">
746
- <?php esc_attr_e("Choose your Booking style, Please Note: When you set this feature to modal you can not see booking box if you set popoup module view on shortcodes", 'modern-events-calendar-lite'); ?>
747
- <a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
748
- </div>
749
  </div>
750
  <i title="" class="dashicons-before dashicons-editor-help"></i>
751
  </span>
752
  </div>
753
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  </div>
 
755
  <div id="currency_option" class="mec-options-fields">
756
 
757
  <h4 class="mec-form-subtitle"><?php _e('Currency Options', 'modern-events-calendar-lite'); ?></h4>
@@ -772,10 +749,7 @@ if($this->getPRO())
772
  <span class="mec-tooltip">
773
  <div class="box">
774
  <h5 class="title"><?php _e('Currency Sign', 'modern-events-calendar-lite'); ?></h5>
775
- <div class="content">
776
- <?php esc_attr_e("Default value will be \"currency\" if you leave it empty.", 'modern-events-calendar-lite'); ?>
777
- <a href="https://webnus.net/dox/modern-events-calendar/currency-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
778
- </div>
779
  </div>
780
  <i title="" class="dashicons-before dashicons-editor-help"></i>
781
  </span>
@@ -850,10 +824,7 @@ if($this->getPRO())
850
  <span class="mec-tooltip">
851
  <div class="box">
852
  <h5 class="title"><?php _e('Google Maps Options', 'modern-events-calendar-lite'); ?></h5>
853
- <div class="content">
854
- <?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?>
855
- <a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
856
- </div>
857
  </div>
858
  <i title="" class="dashicons-before dashicons-editor-help"></i>
859
  </span>
@@ -870,10 +841,7 @@ if($this->getPRO())
870
  <span class="mec-tooltip">
871
  <div class="box">
872
  <h5 class="title"><?php _e('Zoom level', 'modern-events-calendar-lite'); ?></h5>
873
- <div class="content">
874
- <?php esc_attr_e("For Google Maps module in single event page. In Google Maps skin, it will caculate the zoom level automatically based on event boundaries.", 'modern-events-calendar-lite'); ?>
875
- <a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
876
- </div>
877
  </div>
878
  <i title="" class="dashicons-before dashicons-editor-help"></i>
879
  </span>
@@ -908,10 +876,7 @@ if($this->getPRO())
908
  <span class="mec-tooltip">
909
  <div class="box top">
910
  <h5 class="title"><?php _e('Lightbox Date Format', 'modern-events-calendar-lite'); ?></h5>
911
- <div class="content">
912
- <?php esc_attr_e("Default value is M d Y", 'modern-events-calendar-lite'); ?>
913
- <a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
914
- </div>
915
  </div>
916
  <i title="" class="dashicons-before dashicons-editor-help"></i>
917
  </span>
@@ -927,10 +892,7 @@ if($this->getPRO())
927
  <span class="mec-tooltip">
928
  <div class="box top">
929
  <h5 class="title"><?php _e('Google Maps API', 'modern-events-calendar-lite'); ?></h5>
930
- <div class="content">
931
- <?php esc_attr_e("Check it only if another plugin/theme is loading the Google Maps API", 'modern-events-calendar-lite'); ?>
932
- <a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
933
- </div>
934
  </div>
935
  <i title="" class="dashicons-before dashicons-editor-help"></i>
936
  </span>
@@ -1129,10 +1091,7 @@ if($this->getPRO())
1129
  <span class="mec-tooltip">
1130
  <div class="box top">
1131
  <h5 class="title"><?php _e('Date Format', 'modern-events-calendar-lite'); ?></h5>
1132
- <div class="content">
1133
- <?php esc_attr_e("Default is M d Y", 'modern-events-calendar-lite'); ?>
1134
- <a href="https://webnus.net/dox/modern-events-calendar/next-event-module/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1135
- </div>
1136
  </div>
1137
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1138
  </span>
@@ -1154,10 +1113,7 @@ if($this->getPRO())
1154
  <span class="mec-tooltip">
1155
  <div class="box">
1156
  <h5 class="title"><?php _e('Time Format', 'modern-events-calendar-lite'); ?></h5>
1157
- <div class="content">
1158
- <?php esc_attr_e("This option, affects the selection of Start/End time.", 'modern-events-calendar-lite'); ?>
1159
- <a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1160
- </div>
1161
  </div>
1162
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1163
  </span>
@@ -1295,10 +1251,7 @@ if($this->getPRO())
1295
  <span class="mec-tooltip">
1296
  <div class="box">
1297
  <h5 class="title"><?php _e('Event Note', 'modern-events-calendar-lite'); ?></h5>
1298
- <div class="content">
1299
- <?php esc_attr_e("Users can put a note for editors while they're submitting the event. Also you can put %%event_note%% into the new event notification in order to get users' note in email.", 'modern-events-calendar-lite'); ?>
1300
- <a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1301
- </div>
1302
  </div>
1303
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1304
  </span>
@@ -1315,10 +1268,7 @@ if($this->getPRO())
1315
  <span class="mec-tooltip">
1316
  <div class="box top">
1317
  <h5 class="title"><?php _e('Visibility of Note', 'modern-events-calendar-lite'); ?></h5>
1318
- <div class="content">
1319
- <?php esc_attr_e("Event Note shows on Frontend Submission Form and Edit Event in backend.", 'modern-events-calendar-lite'); ?>
1320
- <a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1321
- </div>
1322
  </div>
1323
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1324
  </span>
@@ -1342,10 +1292,7 @@ if($this->getPRO())
1342
  <span class="mec-tooltip">
1343
  <div class="box">
1344
  <h5 class="title"><?php _e('Exceptional days', 'modern-events-calendar-lite'); ?></h5>
1345
- <div class="content">
1346
- <?php esc_attr_e("Using this option you can include/exclude certain days to/from event occurrence dates.", 'modern-events-calendar-lite'); ?>
1347
- <a href="https://webnus.net/dox/modern-events-calendar/exceptional-days/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1348
- </div>
1349
  </div>
1350
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1351
  </span>
@@ -1394,10 +1341,7 @@ if($this->getPRO())
1394
  <span class="mec-tooltip">
1395
  <div class="box">
1396
  <h5 class="title"><?php _e('Date Format', 'modern-events-calendar-lite'); ?></h5>
1397
- <div class="content">
1398
- <?php esc_attr_e("Default is Y-m-d", 'modern-events-calendar-lite'); ?>
1399
- <a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1400
- </div>
1401
  </div>
1402
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1403
  </span>
@@ -1421,10 +1365,7 @@ if($this->getPRO())
1421
  <span class="mec-tooltip">
1422
  <div class="box top">
1423
  <h5 class="title"><?php _e('Thank You Page', 'modern-events-calendar-lite'); ?></h5>
1424
- <div class="content">
1425
- <?php esc_attr_e("User redirects to this page after booking. Leave it empty if you want to disable it.", 'modern-events-calendar-lite'); ?>
1426
- <a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1427
- </div>
1428
  </div>
1429
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1430
  </span>
@@ -1440,10 +1381,7 @@ if($this->getPRO())
1440
  <span class="mec-tooltip">
1441
  <div class="box top">
1442
  <h5 class="title"><?php _e('Attendees Form', 'modern-events-calendar-lite'); ?></h5>
1443
- <div class="content">
1444
- <?php esc_attr_e("Users are able to apply first attendee information for other attendees in the booking form.", 'modern-events-calendar-lite'); ?>
1445
- <a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1446
- </div>
1447
  </div>
1448
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1449
  </span>
@@ -1537,10 +1475,7 @@ if($this->getPRO())
1537
  <span class="mec-tooltip">
1538
  <div class="box top">
1539
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1540
- <div class="content">
1541
- <?php esc_attr_e("Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage", 'modern-events-calendar-lite'); ?>
1542
- <a href="https://webnus.net/dox/modern-events-calendar/taxes-or-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1543
- </div>
1544
  </div>
1545
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1546
  </span>
@@ -1569,10 +1504,7 @@ if($this->getPRO())
1569
  <span class="mec-tooltip">
1570
  <div class="box top">
1571
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1572
- <div class="content">
1573
- <?php esc_attr_e("Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage", 'modern-events-calendar-lite'); ?>
1574
- <a href="https://webnus.net/dox/modern-events-calendar/taxes-or-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1575
- </div>
1576
  </div>
1577
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1578
  </span>
@@ -1620,10 +1552,7 @@ if($this->getPRO())
1620
  <span class="mec-tooltip">
1621
  <div class="box top">
1622
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1623
- <div class="content">
1624
- <?php esc_attr_e("Option Price", 'modern-events-calendar-lite'); ?>
1625
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1626
- </div>
1627
  </div>
1628
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1629
  </span>
@@ -1633,10 +1562,7 @@ if($this->getPRO())
1633
  <span class="mec-tooltip">
1634
  <div class="box top">
1635
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1636
- <div class="content">
1637
- <?php esc_attr_e("Maximum Per Ticket. Leave it blank for unlimited.", 'modern-events-calendar-lite'); ?>
1638
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1639
- </div>
1640
  </div>
1641
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1642
  </span>
@@ -1658,10 +1584,7 @@ if($this->getPRO())
1658
  <span class="mec-tooltip">
1659
  <div class="box top">
1660
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1661
- <div class="content">
1662
- <?php esc_attr_e("Option Price", 'modern-events-calendar-lite'); ?>
1663
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1664
- </div>
1665
  </div>
1666
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1667
  </span>
@@ -1671,10 +1594,7 @@ if($this->getPRO())
1671
  <span class="mec-tooltip">
1672
  <div class="box top">
1673
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1674
- <div class="content">
1675
- <?php esc_attr_e("Maximum Per Ticket. Leave it blank for unlimited.", 'modern-events-calendar-lite'); ?>
1676
- <a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1677
- </div>
1678
  </div>
1679
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1680
  </span>
@@ -1733,10 +1653,7 @@ if($this->getPRO())
1733
  <span class="mec-tooltip">
1734
  <div class="box">
1735
  <h5 class="title"><?php _e('API Key', 'modern-events-calendar-lite'); ?></h5>
1736
- <div class="content">
1737
- <?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?>
1738
- <a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1739
- </div>
1740
  </div>
1741
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1742
  </span>
@@ -1749,10 +1666,7 @@ if($this->getPRO())
1749
  <span class="mec-tooltip">
1750
  <div class="box top">
1751
  <h5 class="title"><?php _e('List ID', 'modern-events-calendar-lite'); ?></h5>
1752
- <div class="content">
1753
- <?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?>
1754
- <a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1755
- </div>
1756
  </div>
1757
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1758
  </span>
@@ -1768,10 +1682,7 @@ if($this->getPRO())
1768
  <span class="mec-tooltip">
1769
  <div class="box top">
1770
  <h5 class="title"><?php _e('Subscription Status', 'modern-events-calendar-lite'); ?></h5>
1771
- <div class="content">
1772
- <?php esc_attr_e('If you choose "Subscribe by verification" then an email will send to user by mailchimp for subscription verification.', 'modern-events-calendar-lite'); ?>
1773
- <a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
1774
- </div>
1775
  </div>
1776
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1777
  </span>
@@ -1796,19 +1707,7 @@ if($this->getPRO())
1796
  </div>
1797
  <p class="description"><?php echo __('The unit is Megabyte "MB"', 'modern-events-calendar-lite'); ?></p>
1798
  </div>
1799
- </div>
1800
-
1801
- <div id="gutenberg" class="mec-options-fields">
1802
- <h4 class="mec-form-subtitle"><?php _e('Gutenberg', 'modern-events-calendar-lite'); ?></h4>
1803
- <div class="mec-form-row">
1804
- <label>
1805
- <input type="hidden" name="mec[settings][gutenberg]" value="0" />
1806
- <input value="1" type="checkbox" name="mec[settings][gutenberg]" <?php if(!isset($settings['gutenberg']) or (isset($settings['gutenberg']) and $settings['gutenberg'])) echo 'checked="checked"'; ?> /> <?php _e('Disable Gutenberg Page Builder.', 'modern-events-calendar-lite'); ?>
1807
- <p><?php esc_attr_e("If Check it, can disable the Gutenberg page builder, So if you want to use the Gutenberg uncheck this checkbox.", 'modern-events-calendar-lite'); ?></p>
1808
-
1809
- </label>
1810
- </div>
1811
- </div>
1812
 
1813
  <div class="mec-options-fields">
1814
  <?php wp_nonce_field('mec_options_form'); ?>
203
  <a data-id= "uploadfield_option" class="wns-be-group-tab-link-a WnTabLinks">
204
  <span class="pr-be-group-menu-title"><?php _e('Upload Field', 'modern-events-calendar-lite'); ?></span>
205
  </a>
206
+ </li>
 
 
 
 
 
 
207
 
208
  </ul>
209
  </li>
296
  <span class="mec-tooltip">
297
  <div class="box">
298
  <h5 class="title"><?php _e('Hide Events', 'modern-events-calendar-lite'); ?></h5>
299
+ <div class="content"><p><?php esc_attr_e("This option is for showing start/end time of events on frontend of website.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
300
  </div>
301
  <i title="" class="dashicons-before dashicons-editor-help"></i>
302
  </span>
315
  <span class="mec-tooltip">
316
  <div class="box">
317
  <h5 class="title"><?php _e('Multiple Day Events', 'modern-events-calendar-lite'); ?></h5>
318
+ <div class="content"><p><?php esc_attr_e("For showing all days of multiple day events on frontend or only show the first day.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
319
  </div>
320
  <i title="" class="dashicons-before dashicons-editor-help"></i>
321
  </span>
342
  <span class="mec-tooltip">
343
  <div class="box top">
344
  <h5 class="title"><?php _e('Remove "Th" on calendar', 'modern-events-calendar-lite'); ?></h5>
345
+ <div class="content"><p><?php esc_attr_e("Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, showing just '12' )", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
346
  </div>
347
  <i title="" class="dashicons-before dashicons-editor-help"></i>
348
  </span>
362
  <span class="mec-tooltip">
363
  <div class="box left">
364
  <h5 class="title"><?php _e('Weekdays', 'modern-events-calendar-lite'); ?></h5>
365
+ <div class="content"><p><?php esc_attr_e("Proceed with caution. Default is set to Monday, Tuesday, Wednesday, Thursday and Friday ( you can change 'Week Starts' on WordPress Dashboard > Settings > General - bottom of the page ).", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
366
  </div>
367
  <i title="" class="dashicons-before dashicons-editor-help"></i>
368
  </span>
383
  <span class="mec-tooltip">
384
  <div class="box left">
385
  <h5 class="title"><?php _e('Weekends', 'modern-events-calendar-lite'); ?></h5>
386
+ <div class="content"><p><?php esc_attr_e("Proceed with caution. Default is set to Saturday and Sunday ( you can change 'Week Starts' on WordPress Dashboard > Settings > General - bottom of the page ).", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/general-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
387
  </div>
388
  <i title="" class="dashicons-before dashicons-editor-help"></i>
389
  </span>
403
  <span class="mec-tooltip">
404
  <div class="box">
405
  <h5 class="title"><?php _e('Archive Page Title', 'modern-events-calendar-lite'); ?></h5>
406
+ <div class="content"><p><?php esc_attr_e("Default value is Events - It's title of the page", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
407
  </div>
408
  <i title="" class="dashicons-before dashicons-editor-help"></i>
409
  </span>
480
  <span class="mec-tooltip">
481
  <div class="box left">
482
  <h5 class="title"><?php _e('Archive Page Skin', 'modern-events-calendar-lite'); ?></h5>
483
+ <div class="content"><p><?php esc_attr_e("Default value is Calendar/Monthly View, But you can change it ", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a><a href="https://webnus.net/modern-events-calendar/" target="_blank"><?php _e('See Demo', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
 
484
  </div>
485
  <i title="" class="dashicons-before dashicons-editor-help"></i>
486
  </span>
554
  <span class="mec-tooltip">
555
  <div class="box left">
556
  <h5 class="title"><?php _e('Category Page Skin', 'modern-events-calendar-lite'); ?></h5>
557
+ <div class="content"><p><?php esc_attr_e("Default value is List View - But you can change it Set a skin for all categories.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a><a href="https://webnus.net/modern-events-calendar/" target="_blank"><?php _e('See Demo', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
 
558
  </div>
559
  <i title="" class="dashicons-before dashicons-editor-help"></i>
560
  </span>
571
  <span class="mec-tooltip">
572
  <div class="box top">
573
  <h5 class="title"><?php _e('Category Events Method', 'modern-events-calendar-lite'); ?></h5>
574
+ <div class="content"><p><?php esc_attr_e("Default value is Upcoming Events", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
575
  </div>
576
  <i title="" class="dashicons-before dashicons-editor-help"></i>
577
  </span>
588
  <span class="mec-tooltip">
589
  <div class="box top">
590
  <h5 class="title"><?php _e('Events Archive Status', 'modern-events-calendar-lite'); ?></h5>
591
+ <div class="content"><p><?php esc_attr_e("If you disable it, then you should create a page as archive page of MEC. Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of MEC rewrite rules.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/archive-pages/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
592
  </div>
593
  <i title="" class="dashicons-before dashicons-editor-help"></i>
594
  </span>
607
  <span class="mec-tooltip">
608
  <div class="box">
609
  <h5 class="title"><?php _e('Main Slug', 'modern-events-calendar-lite'); ?></h5>
610
+ <div class="content"><p><?php esc_attr_e("Default value is events. You can not have a page with this name.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slug-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
611
  </div>
612
  <i title="" class="dashicons-before dashicons-editor-help"></i>
613
  </span>
621
  <span class="mec-tooltip">
622
  <div class="box">
623
  <h5 class="title"><?php _e('Category Slug', 'modern-events-calendar-lite'); ?></h5>
624
+ <div class="content"><p><?php esc_attr_e("It's slug of MEC categories, you can change it to events-cat or something else. Default value is mec-category. You can not have a page with this name.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/slug-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
625
  </div>
626
  <i title="" class="dashicons-before dashicons-editor-help"></i>
627
  </span>
641
  <span class="mec-tooltip">
642
  <div class="box">
643
  <h5 class="title"><?php _e('Single Event Date Format', 'modern-events-calendar-lite'); ?></h5>
644
+ <div class="content"><p><?php esc_attr_e("Default is M d Y", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
645
  </div>
646
  <i title="" class="dashicons-before dashicons-editor-help"></i>
647
  </span>
657
  <span class="mec-tooltip">
658
  <div class="box">
659
  <h5 class="title"><?php _e('Date Method', 'modern-events-calendar-lite'); ?></h5>
660
+ <div class="content"><p><?php esc_attr_e('Referred date" shows the event date based on referred date in event list.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
661
  </div>
662
  <i title="" class="dashicons-before dashicons-editor-help"></i>
663
  </span>
669
  <select id="mec_settings_single_event_single_style" name="mec[settings][single_single_style]">
670
  <option value="default" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default') ? 'selected="selected"' : ''; ?>><?php _e('Default Style', 'modern-events-calendar-lite'); ?></option>
671
  <option value="modern" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'modern') ? 'selected="selected"' : ''; ?>><?php _e('Modern Style', 'modern-events-calendar-lite'); ?></option>
672
+ <?php if ( is_plugin_active( 'mec-single-builder/mec-single-builder.php' ) ) : ?>
673
+ <option value="builder" <?php echo (isset($settings['single_single_style']) and $settings['single_single_style'] == 'builder') ? 'selected="selected"' : ''; ?>><?php _e('Elementor Single Builder', 'modern-events-calendar-lite'); ?></option>
674
+ <?php endif; ?>
675
  </select>
676
  <span class="mec-tooltip">
677
  <div class="box top">
678
  <h5 class="title"><?php _e('Single Event Style', 'modern-events-calendar-lite'); ?></h5>
679
+ <div class="content"><p><?php esc_attr_e("Choose your single event style.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
680
  </div>
681
  <i title="" class="dashicons-before dashicons-editor-help"></i>
682
  </span>
692
  <span class="mec-tooltip">
693
  <div class="box top">
694
  <h5 class="title"><?php _e('Booking Style', 'modern-events-calendar-lite'); ?></h5>
695
+ <div class="content"><p><?php esc_attr_e("Choose your Booking style, Please Note: When you set this feature to modal you can not see booking box if you set popoup module view on shortcodes", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
696
  </div>
697
  <i title="" class="dashicons-before dashicons-editor-help"></i>
698
  </span>
699
  </div>
700
  </div>
701
+ <div class="mec-form-row">
702
+ <label class="mec-col-3" for="mec_settings_gutenberg"><?php _e('Disable Gutenberg', 'modern-events-calendar-lite'); ?></label>
703
+ <label id="mec_settings_gutenberg" >
704
+ <input type="hidden" name="mec[settings][gutenberg]" value="0" />
705
+ <input value="1" type="checkbox" name="mec[settings][gutenberg]" <?php if(!isset($settings['gutenberg']) or (isset($settings['gutenberg']) and $settings['gutenberg'])) echo 'checked="checked"'; ?> /> <?php _e('Disable Gutenberg Page Builder.', 'modern-events-calendar-lite'); ?>
706
+ </label>
707
+ <span class="mec-tooltip">
708
+ <div class="box top">
709
+ <h5 class="title"><?php _e('Gutenberg', 'modern-events-calendar-lite'); ?></h5>
710
+ <div class="content"><p><?php esc_attr_e("If Check it, can disable the Gutenberg page builder, So if you want to use the Gutenberg keep unchecking the checkbox.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
711
+ </div>
712
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
713
+ </span>
714
+ </div>
715
+ <div class="mec-form-row">
716
+ <label class="mec-col-3" for="mec_settings_breadcrumbs"><?php _e('Breadcrumbs', 'modern-events-calendar-lite'); ?></label>
717
+ <label id="mec_settings_breadcrumbs" >
718
+ <input type="hidden" name="mec[settings][breadcrumbs]" value="0" />
719
+ <input type="checkbox" name="mec[settings][breadcrumbs]" id="mec_settings_breadcrumbs" <?php echo ((isset($settings['breadcrumbs']) and $settings['breadcrumbs']) ? 'checked="checked"' : ''); ?> value="1" /><?php _e('Enable Breadcrumbs.', 'modern-events-calendar-lite'); ?>
720
+ </label>
721
+ <span class="mec-tooltip">
722
+ <div class="box top">
723
+ <h5 class="title"><?php _e('Breadcrumbs', 'modern-events-calendar-lite'); ?></h5>
724
+ <div class="content"><p><?php esc_attr_e("Check this option, for showing the breadcrumbs on single event page", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/event-detailssingle-event-page/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
725
+ </div>
726
+ <i title="" class="dashicons-before dashicons-editor-help"></i>
727
+ </span>
728
+ </div>
729
+
730
  </div>
731
+
732
  <div id="currency_option" class="mec-options-fields">
733
 
734
  <h4 class="mec-form-subtitle"><?php _e('Currency Options', 'modern-events-calendar-lite'); ?></h4>
749
  <span class="mec-tooltip">
750
  <div class="box">
751
  <h5 class="title"><?php _e('Currency Sign', 'modern-events-calendar-lite'); ?></h5>
752
+ <div class="content"><p><?php esc_attr_e("Default value will be \"currency\" if you leave it empty.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/currency-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
753
  </div>
754
  <i title="" class="dashicons-before dashicons-editor-help"></i>
755
  </span>
824
  <span class="mec-tooltip">
825
  <div class="box">
826
  <h5 class="title"><?php _e('Google Maps Options', 'modern-events-calendar-lite'); ?></h5>
827
+ <div class="content"><p><?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
828
  </div>
829
  <i title="" class="dashicons-before dashicons-editor-help"></i>
830
  </span>
841
  <span class="mec-tooltip">
842
  <div class="box">
843
  <h5 class="title"><?php _e('Zoom level', 'modern-events-calendar-lite'); ?></h5>
844
+ <div class="content"><p><?php esc_attr_e("For Google Maps module in single event page. In Google Maps skin, it will caculate the zoom level automatically based on event boundaries.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
845
  </div>
846
  <i title="" class="dashicons-before dashicons-editor-help"></i>
847
  </span>
876
  <span class="mec-tooltip">
877
  <div class="box top">
878
  <h5 class="title"><?php _e('Lightbox Date Format', 'modern-events-calendar-lite'); ?></h5>
879
+ <div class="content"><p><?php esc_attr_e("Default value is M d Y", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
880
  </div>
881
  <i title="" class="dashicons-before dashicons-editor-help"></i>
882
  </span>
892
  <span class="mec-tooltip">
893
  <div class="box top">
894
  <h5 class="title"><?php _e('Google Maps API', 'modern-events-calendar-lite'); ?></h5>
895
+ <div class="content"><p><?php esc_attr_e("Check it only if another plugin/theme is loading the Google Maps API", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/google-maps-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
896
  </div>
897
  <i title="" class="dashicons-before dashicons-editor-help"></i>
898
  </span>
1091
  <span class="mec-tooltip">
1092
  <div class="box top">
1093
  <h5 class="title"><?php _e('Date Format', 'modern-events-calendar-lite'); ?></h5>
1094
+ <div class="content"><p><?php esc_attr_e("Default is M d Y", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/next-event-module/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1095
  </div>
1096
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1097
  </span>
1113
  <span class="mec-tooltip">
1114
  <div class="box">
1115
  <h5 class="title"><?php _e('Time Format', 'modern-events-calendar-lite'); ?></h5>
1116
+ <div class="content"><p><?php esc_attr_e("This option, affects the selection of Start/End time.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1117
  </div>
1118
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1119
  </span>
1251
  <span class="mec-tooltip">
1252
  <div class="box">
1253
  <h5 class="title"><?php _e('Event Note', 'modern-events-calendar-lite'); ?></h5>
1254
+ <div class="content"><p><?php esc_attr_e("Users can put a note for editors while they're submitting the event. Also you can put %%event_note%% into the new event notification in order to get users' note in email.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1255
  </div>
1256
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1257
  </span>
1268
  <span class="mec-tooltip">
1269
  <div class="box top">
1270
  <h5 class="title"><?php _e('Visibility of Note', 'modern-events-calendar-lite'); ?></h5>
1271
+ <div class="content"><p><?php esc_attr_e("Event Note shows on Frontend Submission Form and Edit Event in backend.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/frontend-event-submission/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1272
  </div>
1273
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1274
  </span>
1292
  <span class="mec-tooltip">
1293
  <div class="box">
1294
  <h5 class="title"><?php _e('Exceptional days', 'modern-events-calendar-lite'); ?></h5>
1295
+ <div class="content"><p><?php esc_attr_e("Using this option you can include/exclude certain days to/from event occurrence dates.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/exceptional-days/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1296
  </div>
1297
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1298
  </span>
1341
  <span class="mec-tooltip">
1342
  <div class="box">
1343
  <h5 class="title"><?php _e('Date Format', 'modern-events-calendar-lite'); ?></h5>
1344
+ <div class="content"><p><?php esc_attr_e("Default is Y-m-d", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1345
  </div>
1346
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1347
  </span>
1365
  <span class="mec-tooltip">
1366
  <div class="box top">
1367
  <h5 class="title"><?php _e('Thank You Page', 'modern-events-calendar-lite'); ?></h5>
1368
+ <div class="content"><p><?php esc_attr_e("User redirects to this page after booking. Leave it empty if you want to disable it.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1369
  </div>
1370
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1371
  </span>
1381
  <span class="mec-tooltip">
1382
  <div class="box top">
1383
  <h5 class="title"><?php _e('Attendees Form', 'modern-events-calendar-lite'); ?></h5>
1384
+ <div class="content"><p><?php esc_attr_e("Users are able to apply first attendee information for other attendees in the booking form.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/booking/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1385
  </div>
1386
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1387
  </span>
1475
  <span class="mec-tooltip">
1476
  <div class="box top">
1477
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1478
+ <div class="content"><p><?php esc_attr_e("Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/taxes-or-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1479
  </div>
1480
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1481
  </span>
1504
  <span class="mec-tooltip">
1505
  <div class="box top">
1506
  <h5 class="title"><?php _e('Amount', 'modern-events-calendar-lite'); ?></h5>
1507
+ <div class="content"><p><?php esc_attr_e("Fee amount, considered as fixed amount if you set the type to amount otherwise considered as percentage", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/taxes-or-fees/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1508
  </div>
1509
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1510
  </span>
1552
  <span class="mec-tooltip">
1553
  <div class="box top">
1554
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1555
+ <div class="content"><p><?php esc_attr_e("Option Price", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1556
  </div>
1557
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1558
  </span>
1562
  <span class="mec-tooltip">
1563
  <div class="box top">
1564
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1565
+ <div class="content"><p><?php esc_attr_e("Maximum Per Ticket. Leave it blank for unlimited.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1566
  </div>
1567
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1568
  </span>
1584
  <span class="mec-tooltip">
1585
  <div class="box top">
1586
  <h5 class="title"><?php _e('Price', 'modern-events-calendar-lite'); ?></h5>
1587
+ <div class="content"><p><?php esc_attr_e("Option Price", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1588
  </div>
1589
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1590
  </span>
1594
  <span class="mec-tooltip">
1595
  <div class="box top">
1596
  <h5 class="title"><?php _e('Maximum Per Ticket', 'modern-events-calendar-lite'); ?></h5>
1597
+ <div class="content"><p><?php esc_attr_e("Maximum Per Ticket. Leave it blank for unlimited.", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/ticket-variations/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1598
  </div>
1599
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1600
  </span>
1653
  <span class="mec-tooltip">
1654
  <div class="box">
1655
  <h5 class="title"><?php _e('API Key', 'modern-events-calendar-lite'); ?></h5>
1656
+ <div class="content"><p><?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1657
  </div>
1658
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1659
  </span>
1666
  <span class="mec-tooltip">
1667
  <div class="box top">
1668
  <h5 class="title"><?php _e('List ID', 'modern-events-calendar-lite'); ?></h5>
1669
+ <div class="content"><p><?php esc_attr_e("Required!", 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1670
  </div>
1671
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1672
  </span>
1682
  <span class="mec-tooltip">
1683
  <div class="box top">
1684
  <h5 class="title"><?php _e('Subscription Status', 'modern-events-calendar-lite'); ?></h5>
1685
+ <div class="content"><p><?php esc_attr_e('If you choose "Subscribe by verification" then an email will send to user by mailchimp for subscription verification.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/mailchimp-integration/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
1686
  </div>
1687
  <i title="" class="dashicons-before dashicons-editor-help"></i>
1688
  </span>
1707
  </div>
1708
  <p class="description"><?php echo __('The unit is Megabyte "MB"', 'modern-events-calendar-lite'); ?></p>
1709
  </div>
1710
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
1711
 
1712
  <div class="mec-options-fields">
1713
  <?php wp_nonce_field('mec_options_form'); ?>
app/features/mec/styling.php CHANGED
@@ -279,10 +279,7 @@ if(is_array($fonts))
279
  <span class="mec-tooltip">
280
  <div class="box top">
281
  <h5 class="title"><?php _e('Disable Google Fonts', 'modern-events-calendar-lite'); ?></h5>
282
- <div class="content">
283
- <?php esc_attr_e('To be GDPR compliant you may need to disable Google fonts!', 'modern-events-calendar-lite'); ?>
284
- <a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
285
- </div>
286
  </div>
287
  <i title="" class="dashicons-before dashicons-editor-help"></i>
288
  </span>
@@ -299,10 +296,7 @@ if(is_array($fonts))
299
  <span class="mec-tooltip">
300
  <div class="box top">
301
  <h5 class="title"><?php _e('Desktop Normal Screens', 'modern-events-calendar-lite'); ?></h5>
302
- <div class="content">
303
- <?php esc_attr_e('You can enter your theme container size in this field', 'modern-events-calendar-lite'); ?>
304
- <a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
305
- </div>
306
  </div>
307
  <i title="" class="dashicons-before dashicons-editor-help"></i>
308
  </span>
@@ -315,10 +309,7 @@ if(is_array($fonts))
315
  <span class="mec-tooltip">
316
  <div class="box top">
317
  <h5 class="title"><?php _e('Desktop Large Screens', 'modern-events-calendar-lite'); ?></h5>
318
- <div class="content">
319
- <?php esc_attr_e('You can enter your theme container size in this field', 'modern-events-calendar-lite'); ?>
320
- <a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
321
- </div>
322
  </div>
323
  <i title="" class="dashicons-before dashicons-editor-help"></i>
324
  </span>
279
  <span class="mec-tooltip">
280
  <div class="box top">
281
  <h5 class="title"><?php _e('Disable Google Fonts', 'modern-events-calendar-lite'); ?></h5>
282
+ <div class="content"><p><?php esc_attr_e('To be GDPR compliant you may need to disable Google fonts!', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
283
  </div>
284
  <i title="" class="dashicons-before dashicons-editor-help"></i>
285
  </span>
296
  <span class="mec-tooltip">
297
  <div class="box top">
298
  <h5 class="title"><?php _e('Desktop Normal Screens', 'modern-events-calendar-lite'); ?></h5>
299
+ <div class="content"><p><?php esc_attr_e('You can enter your theme container size in this field', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
300
  </div>
301
  <i title="" class="dashicons-before dashicons-editor-help"></i>
302
  </span>
309
  <span class="mec-tooltip">
310
  <div class="box top">
311
  <h5 class="title"><?php _e('Desktop Large Screens', 'modern-events-calendar-lite'); ?></h5>
312
+ <div class="content"><p><?php esc_attr_e('You can enter your theme container size in this field', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/style-options/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
313
  </div>
314
  <i title="" class="dashicons-before dashicons-editor-help"></i>
315
  </span>
app/features/organizers.php CHANGED
@@ -264,10 +264,7 @@ class MEC_feature_organizers extends MEC_base
264
  <span class="mec-tooltip">
265
  <div class="box top">
266
  <h5 class="title"><?php _e('Organizer', 'modern-events-calendar-lite'); ?></h5>
267
- <div class="content">
268
- <?php esc_attr_e('Choose one of saved organizers or insert new one below.', 'modern-events-calendar-lite'); ?>
269
- <a href="https://webnus.net/dox/modern-events-calendar/organizer-and-other-organizer/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a>
270
- </div>
271
  </div>
272
  <i title="" class="dashicons-before dashicons-editor-help"></i>
273
  </span>
264
  <span class="mec-tooltip">
265
  <div class="box top">
266
  <h5 class="title"><?php _e('Organizer', 'modern-events-calendar-lite'); ?></h5>
267
+ <div class="content"><p><?php esc_attr_e('Choose one of saved organizers or insert new one below.', 'modern-events-calendar-lite'); ?><a href="https://webnus.net/dox/modern-events-calendar/organizer-and-other-organizer/" target="_blank"><?php _e('Read More', 'modern-events-calendar-lite'); ?></a></p></div>
 
 
 
268
  </div>
269
  <i title="" class="dashicons-before dashicons-editor-help"></i>
270
  </span>
app/libraries/notifications.php CHANGED
@@ -442,6 +442,15 @@ class MEC_notifications extends MEC_base
442
  $transaction_id = get_post_meta($book_id, 'mec_transaction_id', true);
443
 
444
  $message = str_replace('%%book_date%%', get_the_date('', $book_id), $message);
 
 
 
 
 
 
 
 
 
445
  $message = str_replace('%%invoice_link%%', $this->book->get_invoice_link($transaction_id), $message);
446
 
447
  $cancellation_key = get_post_meta($book_id, 'mec_cancellation_key', true);
@@ -516,8 +525,10 @@ class MEC_notifications extends MEC_base
516
 
517
  $gmt_offset_seconds = $this->main->get_gmt_offset_seconds();
518
  $event_title = get_the_title($event_id);
 
 
519
 
520
- $google_caneldar_link = '<a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="https://www.google.com/calendar/event?action=TEMPLATE&text= ' . $event_title . '&dates='. gmdate('Ymd\\THi00\\Z', ($start_time - $gmt_offset_seconds)) . '/' . gmdate('Ymd\\THi00\\Z', ($end_time - $gmt_offset_seconds)) . '&details=' . $event_title . '&location=' . get_term_meta($location_id, 'address', true) . '" target="_blank">' . __('+ Add to Google Calendar', 'modern-events-calendar-lite') . '</a>';
521
  $ical_export_link = '<a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="' . $this->main->ical_URL_email($event_id, $book_id, get_the_date('Y-m-d', $book_id)) . '">'. __('+ iCal export', 'modern-events-calendar-lite') . '</a>';
522
 
523
  $message = str_replace('%%google_calendar_link%%', $google_caneldar_link, $message);
442
  $transaction_id = get_post_meta($book_id, 'mec_transaction_id', true);
443
 
444
  $message = str_replace('%%book_date%%', get_the_date('', $book_id), $message);
445
+
446
+ // Book Time
447
+ $start_seconds = get_post_meta($event_id, 'mec_start_day_seconds', true);
448
+ $event_start_time = get_post_meta($event_id, 'mec_allday', true) ? __('All of the day', 'modern-events-calendar-lite') : $this->main->get_time($start_seconds);
449
+
450
+ // Condition for check some parameter simple hide event time
451
+ if(!get_post_meta( $event_id, 'mec_hide_time', true )) $message = str_replace('%%book_time%%', $event_start_time, $message);
452
+ else $message = str_replace('%%book_time%%', '', $message);
453
+
454
  $message = str_replace('%%invoice_link%%', $this->book->get_invoice_link($transaction_id), $message);
455
 
456
  $cancellation_key = get_post_meta($book_id, 'mec_cancellation_key', true);
525
 
526
  $gmt_offset_seconds = $this->main->get_gmt_offset_seconds();
527
  $event_title = get_the_title($event_id);
528
+ $event_info = get_post($event_id);
529
+ $event_content = trim($post->post_content) ? strip_shortcodes(strip_tags($post->post_content)) : $event_title;
530
 
531
+ $google_caneldar_link = '<a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="https://www.google.com/calendar/event?action=TEMPLATE&text= ' . $event_title . '&dates='. gmdate('Ymd\\THi00\\Z', ($start_time - $gmt_offset_seconds)) . '/' . gmdate('Ymd\\THi00\\Z', ($end_time - $gmt_offset_seconds)) . '&details=' . urlencode($event_content) . '&location=' . get_term_meta($location_id, 'address', true) . '" target="_blank">' . __('+ Add to Google Calendar', 'modern-events-calendar-lite') . '</a>';
532
  $ical_export_link = '<a class="mec-events-gcal mec-events-button mec-color mec-bg-color-hover mec-border-color" href="' . $this->main->ical_URL_email($event_id, $book_id, get_the_date('Y-m-d', $book_id)) . '">'. __('+ iCal export', 'modern-events-calendar-lite') . '</a>';
533
 
534
  $message = str_replace('%%google_calendar_link%%', $google_caneldar_link, $message);
app/libraries/skins.php CHANGED
@@ -433,9 +433,10 @@ class MEC_skins extends MEC_base
433
  /**
434
  * @param string $start
435
  * @param string $end
 
436
  * @return array
437
  */
438
- public function period($start, $end)
439
  {
440
  // Search till the end of End Date!
441
  if(date('H:i:s', strtotime($end)) == '00:00:00') $end .= ' 23:59:59';
@@ -513,9 +514,33 @@ class MEC_skins extends MEC_base
513
  if((!$this->show_only_expired_events and $seconds_start <= $s and $s <= $seconds_end) or ($this->show_only_expired_events and $seconds_start >= $s and $s >= $seconds_end))
514
  {
515
  $d = date('Y-m-d', $s);
516
-
517
  if(!isset($dates[$d])) $dates[$d] = array();
518
- $dates[$d][] = $mec_date->post_id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
519
  }
520
 
521
  $s += 86400;
@@ -545,7 +570,7 @@ class MEC_skins extends MEC_base
545
  }
546
 
547
  // Date Events
548
- $dates = $this->period($start, $end);
549
 
550
  // Limit
551
  $this->args['posts_per_page'] = 1000;
@@ -568,7 +593,11 @@ class MEC_skins extends MEC_base
568
  // Continue to load rest of events in the first date
569
  if($i === 0) $this->args['offset'] = $this->offset;
570
  // Load all events in the rest of dates
571
- else $this->args['offset'] = 0;
 
 
 
 
572
 
573
  // The Query
574
  $query = new WP_Query($this->args);
433
  /**
434
  * @param string $start
435
  * @param string $end
436
+ * @param boolean $exclude
437
  * @return array
438
  */
439
+ public function period($start, $end, $exclude = false)
440
  {
441
  // Search till the end of End Date!
442
  if(date('H:i:s', strtotime($end)) == '00:00:00') $end .= ' 23:59:59';
514
  if((!$this->show_only_expired_events and $seconds_start <= $s and $s <= $seconds_end) or ($this->show_only_expired_events and $seconds_start >= $s and $s >= $seconds_end))
515
  {
516
  $d = date('Y-m-d', $s);
 
517
  if(!isset($dates[$d])) $dates[$d] = array();
518
+
519
+ // Check for exclude events
520
+ if($exclude)
521
+ {
522
+ $current_id = !isset($current_id) ? 0 : $current_id;
523
+ $days = !isset($days) ? '' : $days;
524
+
525
+ if(!isset($not_in_day))
526
+ {
527
+ $query = "SELECT `post_id`,`not_in_days` FROM `#__mec_events`";
528
+ $not_in_day = $this->db->select($query);
529
+ }
530
+
531
+ if(array_key_exists($mec_date->post_id, $not_in_day) and trim($not_in_day[$mec_date->post_id]->not_in_days) and $current_id != $mec_date->post_id)
532
+ {
533
+ $days = $not_in_day[$mec_date->post_id]->not_in_days;
534
+ $current_id = $mec_date->post_id;
535
+ }
536
+
537
+ if(strpos($days, $d) === false) $dates[$d][] = $mec_date->post_id;
538
+ else $dates[$d][] = NULL;
539
+ }
540
+ else
541
+ {
542
+ $dates[$d][] = $mec_date->post_id;
543
+ }
544
  }
545
 
546
  $s += 86400;
570
  }
571
 
572
  // Date Events
573
+ $dates = $this->period($start, $end, true);
574
 
575
  // Limit
576
  $this->args['posts_per_page'] = 1000;
593
  // Continue to load rest of events in the first date
594
  if($i === 0) $this->args['offset'] = $this->offset;
595
  // Load all events in the rest of dates
596
+ else
597
+ {
598
+ $this->offset = 0;
599
+ $this->args['offset'] = 0;
600
+ }
601
 
602
  // The Query
603
  $query = new WP_Query($this->args);
app/skins/daily_view.php CHANGED
@@ -150,7 +150,7 @@ class MEC_skin_daily_view extends MEC_skins
150
  }
151
 
152
  // Date Events
153
- $dates = $this->period($start, $end);
154
 
155
  $s = $this->start_date;
156
  $sorted = array();
150
  }
151
 
152
  // Date Events
153
+ $dates = $this->period($start, $end, true);
154
 
155
  $s = $this->start_date;
156
  $sorted = array();
app/skins/masonry.php CHANGED
@@ -203,7 +203,7 @@ class MEC_skin_masonry extends MEC_skins
203
  'include' => ((isset($this->atts[$this->filter_by]) and trim($this->atts[$this->filter_by])) ? $this->atts[$this->filter_by] : ''),
204
  ));
205
 
206
- foreach($terms as $term) $output .= '<a href="#" data-filter=".mec-t'.$term->term_id.'">'.$term->name.'</a>';
207
 
208
  $output .= '</div>';
209
  return $output;
203
  'include' => ((isset($this->atts[$this->filter_by]) and trim($this->atts[$this->filter_by])) ? $this->atts[$this->filter_by] : ''),
204
  ));
205
 
206
+ foreach($terms as $term) $output .= '<a href="#" data-group="'.$term->term_id.'">'.$term->name.'</a>';
207
 
208
  $output .= '</div>';
209
  return $output;
app/skins/masonry/render.php CHANGED
@@ -3,7 +3,7 @@
3
  defined('MECEXEC') or die();
4
 
5
  $styling = $this->main->get_styling();
6
- $event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color'])) ? 'colorskin-custom' : '';
7
  $settings = $this->main->get_settings();
8
  ?>
9
  <div class="mec-wrap <?php echo $event_colorskin; ?>">
@@ -18,33 +18,32 @@ $settings = $this->main->get_settings();
18
 
19
  $start_time = (isset($event->data->time) ? $event->data->time['start'] : '');
20
  $end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
 
21
  $label_style = '';
22
- if ( !empty($event->data->labels) ):
23
- foreach( $event->data->labels as $label)
24
  {
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;
36
  $speakers = '""';
37
- if ( !empty($event->data->speakers))
38
  {
39
  $speakers= [];
40
- foreach ($event->data->speakers as $key => $value) {
 
41
  $speakers[] = array(
42
  "@type" => "Person",
43
  "name" => $value['name'],
44
  "image" => $value['thumbnail'],
45
  "sameAs" => $value['facebook'],
46
  );
47
- }
 
48
  $speakers = json_encode($speakers);
49
  }
50
  ?>
@@ -73,7 +72,17 @@ $settings = $this->main->get_settings();
73
  "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
74
  }
75
  </script>
76
- <div <?php if ( $this->masonry_like_grid == 1) echo 'data-sort-masonry="'.$event->date['start']['date'].'"'; ?> class="mec-masonry-item-wrap <?php echo $this->filter_by_classes($event->data->ID); ?>" data-groups='[".<?php echo $this->filter_by_classes($event->data->ID); ?>"]'>
 
 
 
 
 
 
 
 
 
 
77
  <div class="mec-masonry">
78
 
79
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
3
  defined('MECEXEC') or die();
4
 
5
  $styling = $this->main->get_styling();
6
+ $event_colorskin = (isset($styling['mec_colorskin']) || isset($styling['color'])) ? 'colorskin-custom' : '';
7
  $settings = $this->main->get_settings();
8
  ?>
9
  <div class="mec-wrap <?php echo $event_colorskin; ?>">
18
 
19
  $start_time = (isset($event->data->time) ? $event->data->time['start'] : '');
20
  $end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
21
+
22
  $label_style = '';
23
+ if(!empty($event->data->labels))
 
24
  {
25
+ foreach($event->data->labels as $label)
26
+ {
27
+ if(!isset($label['style']) or (isset($label['style']) and !trim($label['style']))) continue;
28
+ if($label['style'] == 'mec-label-featured') $label_style = esc_html__('Featured', 'modern-events-calendar-lite');
29
+ elseif($label['style'] == 'mec-label-canceled') $label_style = esc_html__('Canceled', 'modern-events-calendar-lite');
30
+ }
 
 
 
31
  }
32
+
33
  $speakers = '""';
34
+ if(!empty($event->data->speakers))
35
  {
36
  $speakers= [];
37
+ foreach($event->data->speakers as $key => $value)
38
+ {
39
  $speakers[] = array(
40
  "@type" => "Person",
41
  "name" => $value['name'],
42
  "image" => $value['thumbnail'],
43
  "sameAs" => $value['facebook'],
44
  );
45
+ }
46
+
47
  $speakers = json_encode($speakers);
48
  }
49
  ?>
72
  "url" : "<?php echo $this->main->get_event_date_permalink($event->data->permalink, $event->date['start']['date']); ?>"
73
  }
74
  </script>
75
+ <?php
76
+ $masonry_cats = '';
77
+ if ( isset($event->data->categories) && !empty($event->data->categories) ) :
78
+ $masonry_cats = "["; foreach ($event->data->categories as $key => $value) {
79
+ $masonry_cats .= '"' . $value['id'] . '",';
80
+ }
81
+ $masonry_cats .= "]";
82
+ $masonry_cats = str_replace(",]", "]", $masonry_cats);
83
+ endif;
84
+ ?>
85
+ <div <?php if ( $this->masonry_like_grid == 1) echo 'data-sort-masonry="'.$event->date['start']['date'].'"'; ?> class="mec-masonry-item-wrap <?php echo $this->filter_by_classes($event->data->ID); ?>" data-groups='<?php echo $masonry_cats; ?>'>
86
  <div class="mec-masonry">
87
 
88
  <article data-style="<?php echo $label_style; ?>" class="mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>">
app/skins/masonry/tpl.php CHANGED
@@ -40,7 +40,7 @@ if($this->main->is_ajax()) echo $javascript;
40
  else $this->factory->params('footer', $javascript);
41
 
42
  $styling = $this->main->get_styling();
43
- $event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color'])) ? ' colorskin-custom ' : '';
44
  ?>
45
  <div class="mec-wrap mec-skin-masonry-container<?php echo $event_colorskin; ?><?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->id; ?>">
46
  <?php if(trim($this->filter_by)) echo $this->filter_by(); ?>
@@ -58,4 +58,5 @@ $event_colorskin = (isset($styling['mec_colorskin'] ) || isset($styling['color']
58
  </div>
59
  <?php endif; ?>
60
 
61
- </div>
 
40
  else $this->factory->params('footer', $javascript);
41
 
42
  $styling = $this->main->get_styling();
43
+ $event_colorskin = (isset($styling['mec_colorskin']) || isset($styling['color'])) ? ' colorskin-custom ' : '';
44
  ?>
45
  <div class="mec-wrap mec-skin-masonry-container<?php echo $event_colorskin; ?><?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->id; ?>">
46
  <?php if(trim($this->filter_by)) echo $this->filter_by(); ?>
58
  </div>
59
  <?php endif; ?>
60
 
61
+ </div>
62
+ <?php do_action('mec_masonry_customization'); ?>
app/skins/monthly_view.php CHANGED
@@ -156,7 +156,7 @@ class MEC_skin_monthly_view extends MEC_skins
156
  }
157
 
158
  // Date Events
159
- $dates = $this->period($start, $end);
160
 
161
  // Limit
162
  $this->args['posts_per_page'] = $this->limit;
156
  }
157
 
158
  // Date Events
159
+ $dates = $this->period($start, $end, true);
160
 
161
  // Limit
162
  $this->args['posts_per_page'] = $this->limit;
app/skins/single.php CHANGED
@@ -70,7 +70,27 @@ class MEC_skin_single extends MEC_skins
70
  $this->uniqueid = mt_rand(1000, 10000);
71
  $this->maximum_dates = isset($this->atts['maximum_dates']) ? $this->atts['maximum_dates'] : 6;
72
  }
73
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  /**
75
  * Search and returns the filtered events
76
  * @author Webnus <info@webnus.biz>
70
  $this->uniqueid = mt_rand(1000, 10000);
71
  $this->maximum_dates = isset($this->atts['maximum_dates']) ? $this->atts['maximum_dates'] : 6;
72
  }
73
+
74
+ /**
75
+ * Breadcrumbs On Single
76
+ * @author Webnus <info@webnus.biz>
77
+ */
78
+ public function MEC_breadcrumbs()
79
+ {
80
+ $breadcrumbs_icon = '<i class="mec-color mec-sl-arrow-right"></i>'; // breadcrumbs_icon between crumbs
81
+ $showCurrent = 1; // 1 - show current post/page title in breadcrumbs, 0 - don't show
82
+ global $post;
83
+ $homeURL = esc_url(home_url('/'));
84
+ echo '<div class="mec-address"><a href="' . esc_url($homeURL) . '"> ' . __('Home', 'modern-events-calendar-lite') . ' </a> ' . $breadcrumbs_icon . ' ';
85
+ $get_mec_archive_title = new MEC_main;
86
+ $crumbs_title = $get_mec_archive_title->get_archive_title();
87
+ $MEC_CPT = get_post_type_object(get_post_type());
88
+ $slug = $MEC_CPT->rewrite;
89
+ // echo '<a href="' . $homeURL . $slug['slug'] . '/">' . $MEC_CPT->labels->name . '</a>';
90
+ echo '<a href="' . $homeURL . $slug['slug'] . '/">' . $crumbs_title . '</a>';
91
+ if ($showCurrent == 1) echo ' ' . $breadcrumbs_icon . ' ' . '<span class="mec-current">' . get_the_title() . '</span></div>';
92
+ }
93
+
94
  /**
95
  * Search and returns the filtered events
96
  * @author Webnus <info@webnus.biz>
app/skins/single/builder.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+ /** no direct access **/
3
+ defined('MECEXEC') or die();
4
+
5
+ do_action( 'mec_esb_content' , $event );
app/skins/single/default.php CHANGED
@@ -1,9 +1,19 @@
1
  <?php
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
 
4
  ?>
5
  <div class="mec-wrap <?php echo $event_colorskin; ?> clearfix <?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->uniqueid; ?>">
6
  <article class="row mec-single-event">
 
 
 
 
 
 
 
 
 
7
  <div class="col-md-8">
8
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?></div>
9
  <div class="mec-event-content">
@@ -218,7 +228,9 @@ defined('MECEXEC') or die();
218
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
219
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
220
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
221
- <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
 
 
222
  <?php endif; ?>
223
 
224
  </div>
@@ -252,7 +264,6 @@ defined('MECEXEC') or die();
252
  </div>
253
  <?php else: ?>
254
  <div class="col-md-4">
255
- <?php $single = new MEC_skin_single(); ?>
256
  <?php if ( $single->found_value('data_time', $settings) == 'on' || $single->found_value('local_time', $settings) == 'on' || $single->found_value('event_cost', $settings) == 'on' || $single->found_value('more_info', $settings) == 'on' || $single->found_value('event_label', $settings) == 'on' || $single->found_value('event_location', $settings) == 'on' || $single->found_value('event_categories', $settings) == 'on' || $single->found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on' ) : ?>
257
  <div class="mec-event-info-desktop mec-event-meta mec-color-before mec-frontbox">
258
  <?php
@@ -428,7 +439,8 @@ defined('MECEXEC') or die();
428
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
429
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
430
  <?php elseif($single->found_value('register_btn', $settings) == 'on' and isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
431
- <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
 
432
  <?php endif; ?>
433
  </div>
434
  <?php endif; ?>
1
  <?php
2
  /** no direct access **/
3
  defined('MECEXEC') or die();
4
+ $single = new MEC_skin_single();
5
  ?>
6
  <div class="mec-wrap <?php echo $event_colorskin; ?> clearfix <?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->uniqueid; ?>">
7
  <article class="row mec-single-event">
8
+ <!-- start breadcrumbs -->
9
+ <?php
10
+ $breadcrumbs_settings = $settings['breadcrumbs'];
11
+ if($breadcrumbs_settings == '1' ): ?>
12
+ <div class="mec-breadcrumbs">
13
+ <?php $single->MEC_breadcrumbs(); ?>
14
+ </div>
15
+ <?php endif ;?>
16
+ <!-- end breadcrumbs -->
17
  <div class="col-md-8">
18
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?></div>
19
  <div class="mec-event-content">
228
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
229
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
230
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
231
+ <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
232
+ ?>
233
+ </a>
234
  <?php endif; ?>
235
 
236
  </div>
264
  </div>
265
  <?php else: ?>
266
  <div class="col-md-4">
 
267
  <?php if ( $single->found_value('data_time', $settings) == 'on' || $single->found_value('local_time', $settings) == 'on' || $single->found_value('event_cost', $settings) == 'on' || $single->found_value('more_info', $settings) == 'on' || $single->found_value('event_label', $settings) == 'on' || $single->found_value('event_location', $settings) == 'on' || $single->found_value('event_categories', $settings) == 'on' || $single->found_value('event_orgnizer', $settings) == 'on' || $single->found_value('register_btn', $settings) == 'on' ) : ?>
268
  <div class="mec-event-info-desktop mec-event-meta mec-color-before mec-frontbox">
269
  <?php
439
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
440
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
441
  <?php elseif($single->found_value('register_btn', $settings) == 'on' and isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
442
+ <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
443
+ ?></a>
444
  <?php endif; ?>
445
  </div>
446
  <?php endif; ?>
app/skins/single/m1.php CHANGED
@@ -125,7 +125,8 @@ defined('MECEXEC') or die();
125
  <?php if($this->main->can_show_booking_module($event)): ?>
126
  <a class="mec-booking-button mec-bg-color" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
127
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
128
- <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
 
129
  <?php endif; ?>
130
  </div>
131
 
125
  <?php if($this->main->can_show_booking_module($event)): ?>
126
  <a class="mec-booking-button mec-bg-color" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
127
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
128
+ <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
129
+ ?></a>
130
  <?php endif; ?>
131
  </div>
132
 
app/skins/single/m2.php CHANGED
@@ -57,7 +57,8 @@ defined('MECEXEC') or die();
57
  <?php if($this->main->can_show_booking_module($event)): ?>
58
  <a class="mec-booking-button mec-bg-color" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
59
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
60
- <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
 
61
  <?php endif; ?>
62
  </div>
63
 
57
  <?php if($this->main->can_show_booking_module($event)): ?>
58
  <a class="mec-booking-button mec-bg-color" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
59
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
60
+ <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
61
+ ?></a>
62
  <?php endif; ?>
63
  </div>
64
 
app/skins/single/modern.php CHANGED
@@ -4,10 +4,20 @@ defined('MECEXEC') or die();
4
  ?>
5
  <div class="mec-wrap <?php echo $event_colorskin; ?> clearfix <?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->uniqueid; ?>">
6
  <article class="row mec-single-event mec-single-modern">
 
 
 
 
 
 
 
 
 
 
7
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?><?php do_action('mec_custom_dev_image_section', $event); ?></div>
8
  <div class="col-md-4">
9
 
10
- <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1'))) ? 'mec-util-hidden' : '') ; ?>">
11
  <?php
12
  // Event Organizer
13
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
@@ -57,7 +67,8 @@ defined('MECEXEC') or die();
57
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
58
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
59
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
60
- <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
 
61
  <?php endif; ?>
62
  </div>
63
 
4
  ?>
5
  <div class="mec-wrap <?php echo $event_colorskin; ?> clearfix <?php echo $this->html_class; ?>" id="mec_skin_<?php echo $this->uniqueid; ?>">
6
  <article class="row mec-single-event mec-single-modern">
7
+ <!-- start breadcrumbs -->
8
+ <?php
9
+ $breadcrumbs_settings = $settings['breadcrumbs'];
10
+ if($breadcrumbs_settings == '1' ):
11
+ $breadcrumbs = new MEC_skin_single; ?>
12
+ <div class="mec-breadcrumbs mec-breadcrumbs-modern">
13
+ <?php $breadcrumbs->MEC_breadcrumbs(); ?>
14
+ </div>
15
+ <?php endif ;?>
16
+ <!-- end breadcrumbs -->
17
  <div class="mec-events-event-image"><?php echo $event->data->thumbnails['full']; ?><?php do_action('mec_custom_dev_image_section', $event); ?></div>
18
  <div class="col-md-4">
19
 
20
+ <div class="mec-event-meta mec-color-before mec-frontbox <?php echo ((!$this->main->can_show_booking_module($event) and in_array($event->data->meta['mec_organizer_id'], array('0', '1')) and !trim($event->data->meta['mec_more_info'])) ? 'mec-util-hidden' : '') ; ?>">
21
  <?php
22
  // Event Organizer
23
  if(isset($event->data->organizers[$event->data->meta['mec_organizer_id']]) && !empty($event->data->organizers[$event->data->meta['mec_organizer_id']]))
67
  <?php $data_lity = ''; if( isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity = 'data-lity'; ?>
68
  <a class="mec-booking-button mec-bg-color <?php if( isset($settings['single_booking_style']) and $settings['single_booking_style'] != 'modal' ) echo 'simple-booking'; ?>" href="#mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" <?php echo $data_lity; ?>><?php echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite'))); ?></a>
69
  <?php elseif(isset($event->data->meta['mec_more_info']) and trim($event->data->meta['mec_more_info']) and $event->data->meta['mec_more_info'] != 'http://'): ?>
70
+ <a class="mec-booking-button mec-bg-color" href="<?php echo $event->data->meta['mec_more_info']; ?>"><?php if(isset($event->data->meta['mec_more_info_title']) and trim($event->data->meta['mec_more_info_title'])) echo esc_html(trim($event->data->meta['mec_more_info_title']), 'modern-events-calendar-lite'); else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
71
+ ?></a>
72
  <?php endif; ?>
73
  </div>
74
 
app/skins/single/tpl.php CHANGED
@@ -12,4 +12,5 @@ $occurrence_end_date = trim($occurrence) ? $this->main->get_end_date_by_occurren
12
 
13
  if(isset($this->layout) and trim($this->layout)) include MEC::import('app.skins.single.'.$this->layout, true, true);
14
  elseif(!isset($settings['single_single_style']) or (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default')) include MEC::import('app.skins.single.default', true, true);
 
15
  else include MEC::import('app.skins.single.modern', true, true);
12
 
13
  if(isset($this->layout) and trim($this->layout)) include MEC::import('app.skins.single.'.$this->layout, true, true);
14
  elseif(!isset($settings['single_single_style']) or (isset($settings['single_single_style']) and $settings['single_single_style'] == 'default')) include MEC::import('app.skins.single.default', true, true);
15
+ elseif(!isset($settings['single_single_style']) or (isset($settings['single_single_style']) and $settings['single_single_style'] == 'builder')) include MEC::import('app.skins.single.builder', true, true);
16
  else include MEC::import('app.skins.single.modern', true, true);
app/skins/weekly_view.php CHANGED
@@ -155,7 +155,7 @@ class MEC_skin_weekly_view extends MEC_skins
155
  }
156
 
157
  // Date Events
158
- $dates = $this->period($start, $end);
159
 
160
  $s = $this->start_date;
161
  $sorted = array();
155
  }
156
 
157
  // Date Events
158
+ $dates = $this->period($start, $end, true);
159
 
160
  $s = $this->start_date;
161
  $sorted = array();
app/skins/yearly_view.php CHANGED
@@ -159,7 +159,7 @@ class MEC_skin_yearly_view extends MEC_skins
159
  }
160
 
161
  // Date Events
162
- $dates = $this->period($start, $end);
163
 
164
  // Limit
165
  $this->args['posts_per_page'] = $this->limit;
159
  }
160
 
161
  // Date Events
162
+ $dates = $this->period($start, $end, true);
163
 
164
  // Limit
165
  $this->args['posts_per_page'] = $this->limit;
assets/css/backend.css CHANGED
@@ -119,6 +119,7 @@
119
  /* mec fields */
120
  .mec-form-row {margin:0 auto 10px;}
121
  .mec-options-fields { padding-top: 25px; overflow: hidden;animation: fadeEffect 1s;}
 
122
  #mec_settings_form .mec-options-fields {display: none;}
123
  .mec-options-fields.active {display: block !important;}
124
  /* Go from zero to full opacity */
@@ -1199,7 +1200,7 @@
1199
 
1200
  .mec-tooltip {
1201
  display: inline-flex;
1202
- bottom: 12px;
1203
  }
1204
 
1205
  .mec-tooltip .box {
@@ -1216,7 +1217,7 @@
1216
  font-weight: 300;
1217
  font-size: 14px;
1218
  letter-spacing: .5px;
1219
- line-height: 1.5;
1220
  position: absolute;
1221
  z-index: 9999999;
1222
  box-sizing: border-box;
@@ -1227,6 +1228,14 @@
1227
  transition: opacity .23s;
1228
  }
1229
 
 
 
 
 
 
 
 
 
1230
  .mec-tooltip:hover .box{
1231
  visibility: visible;
1232
  opacity: 1;
@@ -1251,13 +1260,16 @@
1251
  z-index: 9999;
1252
  }
1253
 
1254
- .mec-tooltip .box a {
1255
- color: #09f;
 
 
1256
  margin-left: 0;
1257
  font-weight: 400;
1258
  position: relative;
1259
  text-decoration: none;
1260
  display: block;
 
1261
  }
1262
 
1263
  .mec-tooltip .box a:hover {
@@ -1412,5 +1424,4 @@
1412
  font-size: 12px;
1413
  }
1414
 
1415
- }
1416
-
119
  /* mec fields */
120
  .mec-form-row {margin:0 auto 10px;}
121
  .mec-options-fields { padding-top: 25px; overflow: hidden;animation: fadeEffect 1s;}
122
+ #mec_notifications_form .mec-options-fields,
123
  #mec_settings_form .mec-options-fields {display: none;}
124
  .mec-options-fields.active {display: block !important;}
125
  /* Go from zero to full opacity */
1200
 
1201
  .mec-tooltip {
1202
  display: inline-flex;
1203
+ bottom: 7px;
1204
  }
1205
 
1206
  .mec-tooltip .box {
1217
  font-weight: 300;
1218
  font-size: 14px;
1219
  letter-spacing: .5px;
1220
+ line-height: 1.3;
1221
  position: absolute;
1222
  z-index: 9999999;
1223
  box-sizing: border-box;
1228
  transition: opacity .23s;
1229
  }
1230
 
1231
+ #webnus-dashboard .mec-tooltip .box p,
1232
+ .mec-tooltip .box p {
1233
+ color: #fff;
1234
+ font-size: 14px;
1235
+ line-height: 1.3;
1236
+ margin: 0;
1237
+ }
1238
+
1239
  .mec-tooltip:hover .box{
1240
  visibility: visible;
1241
  opacity: 1;
1260
  z-index: 9999;
1261
  }
1262
 
1263
+ #webnus-dashboard .mec-tooltip .box p a,
1264
+ .mec-tooltip .box p a {
1265
+ color: #40d9f1;
1266
+ margin-top: 10px;
1267
  margin-left: 0;
1268
  font-weight: 400;
1269
  position: relative;
1270
  text-decoration: none;
1271
  display: block;
1272
+ width: max-content;
1273
  }
1274
 
1275
  .mec-tooltip .box a:hover {
1424
  font-size: 12px;
1425
  }
1426
 
1427
+ }
 
assets/css/backend.min.css CHANGED
@@ -1,5 +1,5 @@
1
- #mec_location_thumbnail_img img,#mec_organizer_thumbnail_img img,#mec_thumbnail_img img{max-width:250px}.taxonomy-mec_label .column-id,.taxonomy-mec_location .column-id,.taxonomy-mec_organizer .column-id,.taxonomy-mec_speaker .column-id{width:40px}.taxonomy-mec_label .column-primary,.taxonomy-mec_location .column-primary,.taxonomy-mec_organizer .column-primary,.taxonomy-mec_speaker .column-primary{width:250px}.mec-color{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-event-color-container,.mec-event-title-container{display:inline-block}.mec-available-color-row{margin-top:15px}.mec-available-color-row .mec-color{cursor:pointer}.mec-widget-container a{text-decoration:none}.mec-widget-container label{padding-right:15px}.mec-util-hidden{display:none}.button.mec-util-hidden{display:none}.wns-be-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Roboto,sans-serif;max-width:100%;background-color:#f6f6f6;border:1px solid #c1cad2;box-shadow:0 1px 1px rgba(0,0,0,.04);margin-top:5px;margin-right:15px;overflow:hidden}.wns-be-sidebar{width:260px;float:left;position:relative}.wns-be-sidebar ul.wns-be-group-menu,.wns-be-sidebar ul.wns-be-group-menu li{list-style:none;margin:0}.wns-be-sidebar .wns-be-group-menu li a{display:block;position:relative;outline:0;padding:13px 4px 13px 20px;background:#e0e0e0;background:0 0;border:none;color:#3f454a;font-size:13px;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.wns-be-sidebar .wns-be-group-menu li a:hover{background:#fff;color:#008aff;opacity:1}.wns-be-sidebar .wns-be-group-menu>li.active>a,.wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff}.wns-be-sidebar .wns-be-group-menu>li.active>a{box-shadow:0 2px 12px -5px #008aff}.wns-be-sidebar .wns-be-group-menu li a:first-child{border-top:none}.wns-be-main{background:#fff;margin-left:260px;border-left:1px solid #dedede;padding-bottom:84px;box-shadow:inset 0 1px 0 #fff;min-height:1120px;position:relative}.wns-be-main .wns-saved-settings{margin:0;border-bottom:1px solid #dedede;background:#dff0d8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.6)}.wns-be-container .dpr-btn{display:inline-block;font-size:13px;padding:0 16px 1px;height:36px;margin-right:3px;line-height:35px;color:#555;border:1px solid #ccc;background:#f7f7f7;text-decoration:none;transition:.24s all ease;-webkit-transition:.24s all ease}.wns-be-container .dpr-btn:hover{background:#fcfcfc;border-color:#999;color:#303030}.wns-be-container .dpr-btn.dpr-save-btn{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}.wns-be-container .dpr-btn.dpr-save-btn:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer}.wns-be-container .wns-be-group-tab h2,.wns-be-container .wns-be-group-tab h4{color:#000;margin-bottom:25px;padding:15px;background:#f5f5f5;font-size:21px;line-height:23px;letter-spacing:.4px;font-weight:700;position:relative}.wns-be-container .wns-be-group-tab h2{margin-top:10px}.wns-be-container .wns-be-group-tab h2:before,.wns-be-container .wns-be-group-tab h4:before{content:"";width:4px;height:16px;margin-right:5px;background-color:#008aff;display:block;position:absolute;left:0;top:18px}.wns-be-container .wns-be-group-tab h4:before{width:2px;top:16px}.wns-be-container .wns-be-group-tab h4{font-size:16px;font-weight:600;background:#f8f8f8;border:none;padding:12px 15px 12px 15px}.wns-be-container .wns-be-group-tab p{font-size:13px;color:#888}.wns-be-sidebar .wns-be-group-tab-link-a:hover{cursor:pointer}.wns-be-sidebar .wns-be-group-tab-link-a span{display:block}.wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:24px}.wns-be-sidebar li.active ul.subsection{padding-top:8px;padding-bottom:12px;background:#fff;border-bottom:1px solid #dedede;margin:0}.wns-be-sidebar li .subsection a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.wns-be-sidebar li .subsection a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a{color:#008aff}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;right:-1px;top:10px}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#c5c5c5;right:0}.wns-be-sidebar li a i{color:#a0abb5;vertical-align:middle;font-size:16px;position:absolute;margin-top:0}.wns-be-sidebar .wns-be-group-menu li.active>a i{color:#fff}.wns-be-sidebar .has-sub span.extra-icon{display:inline-block;float:right;padding:4px 7px 4px;margin-left:4px;margin-right:10px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.wns-be-sidebar .has-sub span.extra-icon i{margin-left:-3px;margin-top:2px;color:#bac6d0;font-size:10px}.wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:10px;font-size:10px}.wns-be-sidebar .wns-be-group-menu li.active>a span.extra-icon i{margin-top:1px}.wns-be-container #wns-be-footer{border-top:1px solid #dedede;z-index:999;padding:25px 20px 20px;background:#fafafa!important;height:44px;text-align:right}.wns-be-container #wns-be-content{padding:5px 40px 40px}.wns-be-container #wns-be-infobar{background:#fff;border-bottom:1px solid #dedede;padding:20px;text-align:right;box-shadow:inset 0 1px 0 #fcfcfc;height:79px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}.wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#fff url(../img/webnus-logo.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.wns-be-container .notice-yellow{margin:0;border-bottom:1px solid #dedede;background-color:#fcf8e3;color:#c09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.wns-be-container .notice-red,.wns-be-container .wns-be-field-errors{margin:0;border-bottom:1px solid #dedede;background-color:#f2dede;color:#b94a48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}body.post-type-mec-events th.column-primary{width:35%}body.post-type-mec-events th.column-start_date{width:100px}body.post-type-mec-events th.column-end_date{width:100px}body.post-type-mec-events th.column-repeat{width:75px}body.post-type-mec-events th.column-author{width:150px}body.post-type-mec-books th.column-primary{width:20%}body.post-type-mec-books th.column-event{width:170px}body.post-type-mec-books th.column-bdate{width:120px}body.post-type-mec-books th.column-confirmation{width:120px}body.post-type-mec-books th.column-verification{width:120px}body.post-type-mec-books th.column-author{width:150px}.mec-meta-box-labels-container .mec-form-row{height:100px;overflow:auto}.mec-tooltip{display:inline;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-tooltip:last-child{margin-right:0}.mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.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}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{position:relative;min-height:1px;padding:0;margin:0 1% 0 0}@media (min-width:783px){.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{float:left}.mec-col-12{width:99%}.mec-col-11{width:90.66666667%}.mec-col-10{width:82.33333333%}.mec-col-9{width:74%}.mec-col-8{width:65.66666667%}.mec-col-7{width:57.33333333%}.mec-col-6{width:49%}.mec-col-5{width:40.66666667%}.mec-col-4{width:32.33333333%}.mec-col-3{width:24%}.mec-col-2{width:15.66666667%}.mec-col-1{width:7.33333333%}}#mec_reg_form_fields{background:#eee;padding:20px}#mec_reg_form_fields li{margin:4px;border-radius:2px;padding:20px 34px 24px;background:#fff;position:relative;transition:all .3s ease}#mec_reg_form_fields li ul{padding-top:15px;padding-bottom:15px;margin:1px}#mec_reg_form_fields li ul li{padding:7px 30px 7px 46px}#mec_reg_form_fields span.mec_reg_field_type{font-size:11px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:2px}#mec_reg_form_fields span.mec_reg_field_option_sort,#mec_reg_form_fields span.mec_reg_field_remove,#mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff}#mec_reg_form_fields span.mec_reg_field_remove{position:absolute;right:0;top:0}#mec_reg_form_fields span.mec_reg_field_option_sort:before,#mec_reg_form_fields span.mec_reg_field_remove:before,#mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:10px;top:20px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}#mec_reg_form_fields span.mec_reg_field_remove:before{content:"\e082";width:20px;height:20px;left:auto;right:15px;color:#f96666;cursor:pointer}#mec_reg_form_fields span.mec_reg_field_option_sort:before{font-size:13px;left:2px;top:23px;width:14px;height:14px}#mec_reg_form_fields li ul li span.mec_reg_field_remove{right:auto;left:60px;top:2px}#mec_reg_form_fields p.mec_reg_field_options{margin:6px 0 8px}#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:260px;min-height:34px;margin-bottom:7px;margin-top:7px}#mec_reg_form_fields textarea{min-height:66px}#mec_reg_form_field_types button,#mec_reg_form_fields button{position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 31px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}#mec_reg_form_field_types button:hover,#mec_reg_form_fields button:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button:before,#mec_reg_form_fields button:before{position:absolute;left:12px;color:#008aff;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types button.red:hover,#mec_reg_form_fields button.red:hover{border-color:red;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button.red:before,#mec_reg_form_fields button.red:before{position:absolute;left:12px;color:red;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}@media (max-width:768px){#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:80px;width:100%}}.mec-form-row{margin:0 auto 10px}.mec-options-fields{padding-top:25px;overflow:hidden;animation:fadeEffect 1s}#mec_settings_form .mec-options-fields{display:none}.mec-options-fields.active{display:block!important}@keyframes fadeEffect{from{opacity:0}to{opacity:1}}.mec-form-row:after,.mec-form-row:before{content:" ";display:table}.mec-form-row:after{clear:both}.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row select{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.mec-form-row input[type=radio]{margin:5px 0}.mec-form-row select{margin-top:1px}.mec-book-status-form select{display:block;width:99%;margin-top:10px;margin-bottom:10px}.mec-form-row label{margin:10px 0}.mec-form-row input[type=checkbox]{background-color:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:20px;min-height:20px;display:inline-block}.mec-form-row input[type=checkbox]:checked{box-shadow:0 3px 11px -4px #008aff;border-color:#008aff;background:#fff}.mec-form-row input[type=checkbox]:checked:before{color:#008aff;width:20px;font:400 24px/1 dashicons}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:75%}.mec-form-row .description{display:inline-block;border-left:1px dashed #ccc;margin-left:12px;line-height:26px;padding-left:12px;color:#555}.mec-form-row .time-dv{font-size:14px;font-weight:700}.mec-meta-box-fields{margin:30px 10px}.mec-meta-box-fields>.mec-meta-box-fields{margin-left:0}.mec-meta-box-fields .mec-title{margin:5px 0}.mec-meta-box-fields h4.mec-title{margin:40px 0 16px}.mec-meta-box-fields .mec-dashicons{font-size:20px;line-height:22px;color:#008aff}.mec-form-row .mec-box,.mec-meta-box-fields .mec-box{background:#f7f7f7;padding:10px;margin:10px 0;border-radius:2px;border:1px solid #e6e6e6}.mec-form-row .mec-box{max-width:960px}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:right}#mec_gateways_form .mec-form-row:first-child,#mec_notifications_form_container .mec-form-row:nth-child(2){overflow:hidden}#mec_gateways_form .mec-tooltip{float:right}.mec-container{background:#fff;padding:15px}.nav-tab-active{background:#fff;border-bottom:1px solid #fff}#mec_social_networks .mec-form-row{margin-bottom:0}#mec_gateways_form h4,.mec-meta-box-fields h4,.mec-options-fields h4,h4.mec-form-subtitle{text-transform:capitalize;border-bottom:1px solid #e5e5e5;padding-bottom:6px;margin:40px 0 16px;font-size:15px;font-weight:600}#mec_gateways_form h4{margin-bottom:0}#mec_styles_form #mec_styles_CSS{height:200px;margin-bottom:5px;font-family:Consolas,Monaco,monospace;font-size:13px;width:97%;background:#f9f9f9;outline:0}#mec_calendar_filter .description,#mec_styles_form .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-sed-methods li{display:inline-block;padding:8px 12px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer;border-radius:3px;box-shadow:0 2px 15px -2px rgba(0,0,0,.1)}.mec-sed-methods li:hover{border-color:#008aff}.mec-sed-methods li.active{border-color:#008aff;background-color:#fff;color:#008aff;font-weight:600;cursor:default;box-shadow:0 0 8px rgba(1,138,255,.5) inset}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:38px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input:checked+label{background-color:#008aff;box-shadow:0 3px 22px -6px #008aff}.mec-switcher input:checked+label:after{margin-left:16px}#mec_gateways_form input[type=text],#mec_gateways_form select,#mec_gateways_form textarea{width:calc(100% - 30px)}#mec_gateways_form textarea{min-height:65px}#mec_gateways_form li .mec-gateway-options-form{padding:15px 20px;background-color:#f7f7f7;border-left:6px solid #e3e3e3;margin-bottom:20px}#mec_notifications_form label{display:inline-block;min-width:160px}#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:300px}@media (max-width:536px){#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:100%}}#mec_notifications_form .wp-editor-container{margin-bottom:45px}#mec_notifications_form ul li:last-child .wp-editor-container{margin-bottom:0}#mec_messages_form_container ul li label{display:block;font-weight:700}#mec_messages_form_container ul li input{display:block;width:100%}.mec-message-categories li.mec-acc-label{font-size:18px;font-weight:700;padding:10px;cursor:pointer;background-color:#f1f1f1;border:1px solid #ccc}.mec-message-categories ul{margin:15px 5px}.webnus-icons-list li{width:40px;display:inline-block;list-style:none;padding:0}.webnus-icons-list input{visibility:hidden;margin:0;padding:0;width:1px;height:1px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}.webnus-icons-list li label{color:#777;display:inline-block!important;float:none!important;width:33px!important;text-align:center;font-size:23px!important;font-weight:400!important;padding:5px 0!important;border:1px solid #eee!important}.mec-webnus-icon{float:left;margin-right:10px}.mec-webnus-icon i{font-size:24px;color:#222}.mec-accordion ul{display:none}.mec-switcher input{position:absolute;margin-left:-9999px;visibility:hidden}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:50px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input+label:after,.mec-switcher input+label:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.mec-switcher input+label:before{right:1px;background-color:#f1f1f1;border-radius:60px;transition:background .4s}.mec-switcher input+label:after{width:24px;background-color:#fff;border-radius:100%;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:margin .4s}.wns-be-group-tab .mec-switcher input[value="1"]+label,.wns-be-group-tab .mec-switcher input[value="1"]+label:before{background-color:#008aff;box-shadow:0 3px 22px -7px #008aff}.wns-be-group-tab .mec-switcher input[value="1"]+label:after{margin-left:28px}.mec-switcher input:checked+label{background-color:#008aff}.mec-switcher input:checked+label:before{background-color:#008aff}.mec-switcher input:checked+label:after{margin-left:28px}.mec-switcher label{display:block}.mec-sed-methods li{display:inline-block;padding:10px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer}#wpwrap .mec-button-primary{border-bottom:none;letter-spacing:.5px;line-height:18px;height:46px;transition:all .5s ease;color:#fff;padding:12px 25px;display:block;text-align:center;font-size:14px;background:0 0;background-color:#008aff;text-shadow:none;border:0;box-shadow:none;display:inline-block;margin:25px 0 12px;min-width:146px}#wpwrap .mec-button-primary:hover{background-color:#41c9de}#wpwrap .mec-button-primary.loading{background-color:#73c02a}#wpwrap .mec-button-primary:before{content:"\f00c";font-family:fontawesome;margin-right:4px;font-size:16px;display:none}#wpwrap .mec-button-primary.loading:before{display:inline-block}.mec-image-select-wrap{clear:both;overflow:hidden;padding:10px 0;margin:0}.mec-image-select-wrap li{float:left;display:block;margin-right:15px;margin-bottom:15px}.mec-image-select-wrap li input{display:none}.mec-image-select-wrap li span{width:35px;height:35px;display:block;border:3px solid transparent}.mec-image-select-wrap li input:checked+span{border-color:#e3e3e3}.mec-image-select-wrap li input:checked+span:after{content:"\f00c";font-family:fontawesome;font-size:20px;display:inline-block;color:#fff;padding:8px;max-width:100%;max-height:100%}.mec-image-select-wrap .mec-colorskin-1{background-color:#008aff}.mec-image-select-wrap .mec-colorskin-2{background-color:#0093d0}.mec-image-select-wrap .mec-colorskin-3{background-color:#e53f51}.mec-image-select-wrap .mec-colorskin-4{background-color:#f1c40f}.mec-image-select-wrap .mec-colorskin-5{background-color:#e64883}.mec-image-select-wrap .mec-colorskin-6{background-color:#45ab48}.mec-image-select-wrap .mec-colorskin-7{background-color:#9661ab}.mec-image-select-wrap .mec-colorskin-8{background-color:#0aad80}.mec-image-select-wrap .mec-colorskin-9{background-color:#0ab1f0}.mec-image-select-wrap .mec-colorskin-10{background-color:#ff5a00}.mec-image-select-wrap .mec-colorskin-11{background-color:#c3512f}.mec-image-select-wrap .mec-colorskin-12{background-color:#55606e}.mec-image-select-wrap .mec-colorskin-13{background-color:#fe8178}.mec-image-select-wrap .mec-colorskin-14{background-color:#7c6853}.mec-image-select-wrap .mec-colorskin-15{background-color:#bed431}.mec-image-select-wrap .mec-colorskin-16{background-color:#2d5c88}.mec-image-select-wrap .mec-colorskin-17{background-color:#77da55}.mec-image-select-wrap .mec-colorskin-18{background-color:#2997ab}.mec-image-select-wrap .mec-colorskin-19{background-color:#734854}.mec-image-select-wrap .mec-colorskin-20{background-color:#a81010}.mec-image-select-wrap .mec-colorskin-21{background-color:#4ccfad}.mec-image-select-wrap .mec-colorskin-22{background-color:#3a609f}@media screen and (max-width:782px){.mec-form-row .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{margin-bottom:5px;display:block}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:left}.mec-form-row .time-dv{padding:0 4px}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:auto;min-width:192px}.mec-tooltip .dashicons-before:before{font-size:32px}}#frmb-0-clear-all,#frmb-0-save,#frmb-0-view-data{display:none}#mec_sn_googlecal{margin-bottom:0}#mec_fee_row1 .button{margin-right:10px}h4.mec-form-subtitle{font-size:15px;margin-top:0}#webnus-dashboard *{box-sizing:border-box}#webnus-dashboard.about-wrap{max-width:1240px;margin:25px auto 20px}#webnus-dashboard .change-log{word-wrap:break-word}#webnus-dashboard .welcome-head img{border:none}.w-welcome{position:relative;margin-top:30px;margin-bottom:10px}.w-box{position:relative;background:#fff;padding:5px 25px;margin-top:30px}.w-theme-version{box-shadow:0 3px 30px -4px #40d8f0;text-shadow:none;background:#40d8f0;background:linear-gradient(95deg,#40d8f0 0,#2dd1ea 50%,#13cbe8 100%);text-align:center;display:block;padding:10px 0;color:#fff;font-weight:600;margin-top:10px;border-radius:2px}.w-box{padding:0;min-height:310px;box-shadow:0 1px 16px rgba(0,0,0,.034);border-radius:2px}.w-box-head{font-weight:600;padding:20px 72px;position:relative;border-bottom:2px solid #008aff;font-size:20px}.w-box-head span{position:absolute;left:0;padding:0 25px;line-height:58px;background:#008aff;height:100%;top:0;color:#fff}.w-box-child,.w-box-content{padding:18px;line-height:24px;font-size:14px}.mec-count-child{width:50%;margin:0 auto}#webnus-dashboard .w-button a{color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#008aff;margin:10px 0;display:inline-block;text-transform:uppercase}#webnus-dashboard .w-box .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)}.w-system-info{margin-bottom:7px}.w-system-info:first-child{margin-top:20px}.w-system-info>span{display:inline-block;min-width:145px;line-height:20px;font-size:13px}#webnus-dashboard .w-current{min-width:110px}#webnus-dashboard .w-min{min-width:65px}.w-icon{color:#fff;padding:3px;border-radius:4px;margin-right:10px;vertical-align:middle}.w-icon-green{background:#27ae60}.w-icon-red{background:#e74c3c}.extra .w-box-head{padding:20px;border-bottom:1px solid #ededed}.doc .w-box-head{color:#4cbf67}#webnus-dashboard .doc .w-button a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);margin:35px 0 17px;box-shadow:0 5px 10px -5px #4cbf67;background-color:#fff}#webnus-dashboard .support .w-button a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);margin:13px 0 18px;box-shadow:0 5px 10px -5px #ff876c}.doc .w-box-content{background:url(../img/document.png) no-repeat right center}.doc .w-box-content p,.w-box.support .w-box-content p{width:54%;color:#666;margin-top:10px;max-width:380px}.w-box-child p{color:#666;margin-top:10px}.w-box.support{background:#fff url(../img/support.png) no-repeat top right}.w-box.support .w-box-head{width:50%;color:#ff876c}.w-box-content pre{text-align:left;background:#f5f5f5;font-size:13px;padding:20px 25px;height:480px;overflow-y:scroll}.w-box.change-log .w-box-head{color:#01c6d9}#webnus-dashboard .button:not(.mec-intro-section-link-tag){border:0;background:0 0;box-shadow:none;color:#e74c3c;font-weight:700}.w-box .state{position:absolute;top:0;left:-100vw}#webnus-dashboard .button:hover{color:#222}.w-box .state:checked~.content{-webkit-transform:none;-ms-transform:none;transform:none}.w-box .state:checked~.backdrop{bottom:0;opacity:1;z-index:1}.w-box .lightbox{position:fixed;top:0;right:0;left:0;height:0;padding:0 20px}.w-box .lightbox .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;z-index:2;max-width:500px;max-height:95vh;margin:20px auto;padding:20px;background:#fff;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:.3s -webkit-transform ease-in-out;transition:.3s transform ease-in-out;border:1px solid rgba(0,0,0,.1)}.w-box .lightbox .main{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.w-box .lightbox .backdrop{position:fixed;z-index:-1;top:0;right:0;bottom:100%;left:0;opacity:0;background:rgba(0,0,0,.3);-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.content .main p{color:#bf3737}p.mec_dash_count{font-size:60px;font-weight:600;margin:0;color:#01c6d9}.w-col-sm-3 .w-box.doc{text-align:center;min-height:auto}.w-Knowledgebase{color:#8e5cea}.mec-view-all-articles a{margin:30px 0 17px;display:inline-block;color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#8e5cea;display:inline-block;text-transform:uppercase;transition:all .24s ease;-webkit-transition:all .24s ease}.mec-view-all-articles a:hover{background-color:#222}.w-box.upcoming-events .mec-event-article{margin-bottom:22px;border-bottom:1px solid #eee;padding-bottom:16px}.w-box.upcoming-events .mec-event-article .mec-event-date{font-size:14px;color:#666}.w-box.upcoming-events .mec-event-article .mec-event-date span{font-weight:600;margin-right:4px}.w-box.upcoming-events .mec-event-article h4.mec-event-title{margin:0;font-size:15px}.w-box.upcoming-events .mec-event-article .mec-event-detail{font-size:13px;color:#999}.w-box.upcoming-events .mec-event-article .mec-detail-button{font-size:10px;font-weight:600;letter-spacing:1px;padding:4px 12px;background:#f2f2f2;float:right}.w-box.total-bookings ul li{display:inline-block;padding:4px 12px;background:#f1f1f1;margin-right:5px;border-radius:3px}.w-box.total-bookings ul li.selected{background:#fff;border:1px solid #e9e9e9}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#bef}.info-msg-link{background:#fff;padding:4px 12px 6px;border-radius:3px;line-height:1;font-weight:600;color:#008aff}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-certain-day>div,.mec-select-deselect-actions li,.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 21px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}.mec-certain-day>div:hover,.mec-select-deselect-actions li:hover,.mec-xi-facebook-import-events .mec-select-deselect-actions li:hover,.mec-xi-google-import-events .mec-select-deselect-actions li:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}.mec-not-in-days-remove{border:1px solid #f99170;border-radius:20px;padding:0 0 0 2px;color:#f99170}.mec-xi-facebook-import-events .mec-success,.mec-xi-google-import-events .mec-success{width:460px}.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;cursor:pointer}.lity-content>div{overflow:auto}#mec_setting_contextual li{list-style:none!important;font-size:12px;margin:0;padding:6px}.mec-bbf-field-container{margin-bottom:10px}.mec-bbf-field-container label{display:block}.kc-components ul.kc-components-list li .cpicon.mec-kingcomposer-icon,.kc-element-icon .cpicon.mec-kingcomposer-icon{background:url(../img/ico-mec-vc.png) no-repeat center center;background-size:auto;background-repeat:no-repeat}.mec-archive-skinsm.mec-category-skins,.mec-carousel-archive-link,.mec-carousel-head-text,.mec-toggle-month-divider{display:none}span.mec-archive-skins,span.mec-category-skins{margin-left:10px;vertical-align:text-bottom}.mec-archive-skins input,.mec-archive-skins select,.mec-category-skins input,.mec-category-skins select{min-width:225px;vertical-align:baseline}#mec_settings_default_skin_archive,#mec_settings_default_skin_category{min-width:225px}.w-welcome p span{background:#fff;padding:4px 10px}#mec_masonry_skin_options_container .mec-form-row .description{margin-left:0;padding-left:0;border:none;margin-top:-4px}@media (max-width:1280px){span.mec-archive-skins,span.mec-category-skins{margin-left:0}}/*!
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}}
1
+ #mec_location_thumbnail_img img,#mec_organizer_thumbnail_img img,#mec_thumbnail_img img{max-width:250px}.taxonomy-mec_label .column-id,.taxonomy-mec_location .column-id,.taxonomy-mec_organizer .column-id,.taxonomy-mec_speaker .column-id{width:40px}.taxonomy-mec_label .column-primary,.taxonomy-mec_location .column-primary,.taxonomy-mec_organizer .column-primary,.taxonomy-mec_speaker .column-primary{width:250px}.mec-color{margin:10px;width:14px;height:14px;display:inline-block;margin-right:6px;border-radius:20px 20px 20px 20px;vertical-align:middle}.mec-event-color-container,.mec-event-title-container{display:inline-block}.mec-available-color-row{margin-top:15px}.mec-available-color-row .mec-color{cursor:pointer}.mec-widget-container a{text-decoration:none}.mec-widget-container label{padding-right:15px}.mec-util-hidden{display:none}.button.mec-util-hidden{display:none}.wns-be-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Oxygen,Roboto,sans-serif;max-width:100%;background-color:#f6f6f6;border:1px solid #c1cad2;box-shadow:0 1px 1px rgba(0,0,0,.04);margin-top:5px;margin-right:15px;overflow:hidden}.wns-be-sidebar{width:260px;float:left;position:relative}.wns-be-sidebar ul.wns-be-group-menu,.wns-be-sidebar ul.wns-be-group-menu li{list-style:none;margin:0}.wns-be-sidebar .wns-be-group-menu li a{display:block;position:relative;outline:0;padding:13px 4px 13px 20px;background:#e0e0e0;background:0 0;border:none;color:#3f454a;font-size:13px;font-weight:600;text-decoration:none;-webkit-transition:none;transition:none}.wns-be-sidebar .wns-be-group-menu li a:hover{background:#fff;color:#008aff;opacity:1}.wns-be-sidebar .wns-be-group-menu>li.active>a,.wns-be-sidebar .wns-be-group-menu>li.active>a:hover{background:#008aff;background:linear-gradient(95deg,#36a2ff 0,#008aff 50%,#0072ff 100%);color:#fff}.wns-be-sidebar .wns-be-group-menu>li.active>a{box-shadow:0 2px 12px -5px #008aff}.wns-be-sidebar .wns-be-group-menu li a:first-child{border-top:none}.wns-be-main{background:#fff;margin-left:260px;border-left:1px solid #dedede;padding-bottom:84px;box-shadow:inset 0 1px 0 #fff;min-height:1120px;position:relative}.wns-be-main .wns-saved-settings{margin:0;border-bottom:1px solid #dedede;background:#dff0d8;color:#468847;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.6)}.wns-be-container .dpr-btn{display:inline-block;font-size:13px;padding:0 16px 1px;height:36px;margin-right:3px;line-height:35px;color:#555;border:1px solid #ccc;background:#f7f7f7;text-decoration:none;transition:.24s all ease;-webkit-transition:.24s all ease}.wns-be-container .dpr-btn:hover{background:#fcfcfc;border-color:#999;color:#303030}.wns-be-container .dpr-btn.dpr-save-btn{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}.wns-be-container .dpr-btn.dpr-save-btn:hover{background:#222;background:linear-gradient(95deg,#555 0,#222 50%,#000 100%);box-shadow:0 5px 23px -7px rgba(0,0,0,.5);cursor:pointer}.wns-be-container .wns-be-group-tab h2,.wns-be-container .wns-be-group-tab h4{color:#000;margin-bottom:25px;padding:15px;background:#f5f5f5;font-size:21px;line-height:23px;letter-spacing:.4px;font-weight:700;position:relative}.wns-be-container .wns-be-group-tab h2{margin-top:10px}.wns-be-container .wns-be-group-tab h2:before,.wns-be-container .wns-be-group-tab h4:before{content:"";width:4px;height:16px;margin-right:5px;background-color:#008aff;display:block;position:absolute;left:0;top:18px}.wns-be-container .wns-be-group-tab h4:before{width:2px;top:16px}.wns-be-container .wns-be-group-tab h4{font-size:16px;font-weight:600;background:#f8f8f8;border:none;padding:12px 15px 12px 15px}.wns-be-container .wns-be-group-tab p{font-size:13px;color:#888}.wns-be-sidebar .wns-be-group-tab-link-a:hover{cursor:pointer}.wns-be-sidebar .wns-be-group-tab-link-a span{display:block}.wns-be-sidebar .wns-be-group-tab-link-a span.wns-be-group-menu-title{padding-left:24px}.wns-be-sidebar li.active ul.subsection{padding-top:8px;padding-bottom:12px;background:#fff;border-bottom:1px solid #dedede;margin:0}.wns-be-sidebar li .subsection a{background:#fff;color:#636363;opacity:1;font-size:12px;padding:6px 4px 6px 46px}.wns-be-sidebar li .subsection a:hover{background:#f6f6f6;color:#222}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a{color:#008aff}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:after,.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{position:absolute;z-index:999;content:" ";height:0;width:0;border:7px solid transparent;border-right-color:#fff;right:-1px;top:10px}.wns-be-sidebar .wns-be-group-menu li .subsection li.active a:before{border-right-color:#c5c5c5;right:0}.wns-be-sidebar li a i{color:#a0abb5;vertical-align:middle;font-size:16px;position:absolute;margin-top:0}.wns-be-sidebar .wns-be-group-menu li.active>a i{color:#fff}.wns-be-sidebar .has-sub span.extra-icon{display:inline-block;float:right;padding:4px 7px 4px;margin-left:4px;margin-right:10px;font-family:sans-serif;font-size:9px;font-weight:600;line-height:9px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:0 solid transparent}.wns-be-sidebar .has-sub span.extra-icon i{margin-left:-3px;margin-top:2px;color:#bac6d0;font-size:10px}.wns-be-sidebar .wns-be-group-tab-link-a span.extra-icon i{right:10px;font-size:10px}.wns-be-sidebar .wns-be-group-menu li.active>a span.extra-icon i{margin-top:1px}.wns-be-container #wns-be-footer{border-top:1px solid #dedede;z-index:999;padding:25px 20px 20px;background:#fafafa!important;height:44px;text-align:right}.wns-be-container #wns-be-content{padding:5px 40px 40px}.wns-be-container #wns-be-infobar{background:#fff;border-bottom:1px solid #dedede;padding:20px;text-align:right;box-shadow:inset 0 1px 0 #fcfcfc;height:79px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative}.wns-be-container #wns-be-infobar:before{content:"";width:261px;height:78px;display:block;position:absolute;left:0;top:0;background:#fff url(../img/webnus-logo.png) no-repeat center;border-bottom:1px solid #dedede;background-size:220px;z-index:997}.wns-be-container .notice-yellow{margin:0;border-bottom:1px solid #dedede;background-color:#fcf8e3;color:#c09853;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.wns-be-container .notice-red,.wns-be-container .wns-be-field-errors{margin:0;border-bottom:1px solid #dedede;background-color:#f2dede;color:#b94a48;padding:8px 35px 8px 14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}body.post-type-mec-events th.column-primary{width:35%}body.post-type-mec-events th.column-start_date{width:100px}body.post-type-mec-events th.column-end_date{width:100px}body.post-type-mec-events th.column-repeat{width:75px}body.post-type-mec-events th.column-author{width:150px}body.post-type-mec-books th.column-primary{width:20%}body.post-type-mec-books th.column-event{width:170px}body.post-type-mec-books th.column-bdate{width:120px}body.post-type-mec-books th.column-confirmation{width:120px}body.post-type-mec-books th.column-verification{width:120px}body.post-type-mec-books th.column-author{width:150px}.mec-meta-box-labels-container .mec-form-row{height:100px;overflow:auto}.mec-tooltip{display:inline;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-tooltip:last-child{margin-right:0}.mec-tooltip:hover:after{background:#313130;border-radius:5px;bottom:24px;color:#fff;content:attr(title);left:-75px;padding:10px;position:absolute;z-index:98;width:240px}.mec-tooltip:hover:before{border:solid;border-color:#313130 transparent;border-width:6px 6px 0;bottom:18px;content:"";left:30%;position:absolute;z-index:99}.mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-tooltip a:focus{box-shadow:none}.mec-form-row .bootstrap_unvalid{display:block;border:2px solid red;position:relative;display:inline-block;border-bottom:1px dotted #000}.mec-tooltiptext{visibility:hidden;width:120px;background-color:red;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1}.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}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{position:relative;min-height:1px;padding:0;margin:0 1% 0 0}@media (min-width:783px){.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{float:left}.mec-col-12{width:99%}.mec-col-11{width:90.66666667%}.mec-col-10{width:82.33333333%}.mec-col-9{width:74%}.mec-col-8{width:65.66666667%}.mec-col-7{width:57.33333333%}.mec-col-6{width:49%}.mec-col-5{width:40.66666667%}.mec-col-4{width:32.33333333%}.mec-col-3{width:24%}.mec-col-2{width:15.66666667%}.mec-col-1{width:7.33333333%}}#mec_reg_form_fields{background:#eee;padding:20px}#mec_reg_form_fields li{margin:4px;border-radius:2px;padding:20px 34px 24px;background:#fff;position:relative;transition:all .3s ease}#mec_reg_form_fields li ul{padding-top:15px;padding-bottom:15px;margin:1px}#mec_reg_form_fields li ul li{padding:7px 30px 7px 46px}#mec_reg_form_fields span.mec_reg_field_type{font-size:11px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:2px}#mec_reg_form_fields span.mec_reg_field_option_sort,#mec_reg_form_fields span.mec_reg_field_remove,#mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff}#mec_reg_form_fields span.mec_reg_field_remove{position:absolute;right:0;top:0}#mec_reg_form_fields span.mec_reg_field_option_sort:before,#mec_reg_form_fields span.mec_reg_field_remove:before,#mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:10px;top:20px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}#mec_reg_form_fields span.mec_reg_field_remove:before{content:"\e082";width:20px;height:20px;left:auto;right:15px;color:#f96666;cursor:pointer}#mec_reg_form_fields span.mec_reg_field_option_sort:before{font-size:13px;left:2px;top:23px;width:14px;height:14px}#mec_reg_form_fields li ul li span.mec_reg_field_remove{right:auto;left:60px;top:2px}#mec_reg_form_fields p.mec_reg_field_options{margin:6px 0 8px}#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:260px;min-height:34px;margin-bottom:7px;margin-top:7px}#mec_reg_form_fields textarea{min-height:66px}#mec_reg_form_field_types button,#mec_reg_form_fields button{position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 31px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}#mec_reg_form_field_types button:hover,#mec_reg_form_fields button:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button:before,#mec_reg_form_fields button:before{position:absolute;left:12px;color:#008aff;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types button.red:hover,#mec_reg_form_fields button.red:hover{border-color:red;box-shadow:0 0 7px rgba(0,0,0,.1)}#mec_reg_form_field_types button.red:before,#mec_reg_form_fields button.red:before{position:absolute;left:12px;color:red;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}@media (max-width:768px){#mec_reg_form_fields input[type=number],#mec_reg_form_fields input[type=text],#mec_reg_form_fields select,#mec_reg_form_fields textarea{min-width:80px;width:100%}}.mec-form-row{margin:0 auto 10px}.mec-options-fields{padding-top:25px;overflow:hidden;animation:fadeEffect 1s}#mec_notifications_form .mec-options-fields,#mec_settings_form .mec-options-fields{display:none}.mec-options-fields.active{display:block!important}@keyframes fadeEffect{from{opacity:0}to{opacity:1}}.mec-form-row:after,.mec-form-row:before{content:" ";display:table}.mec-form-row:after{clear:both}.mec-form-row input[type=number],.mec-form-row input[type=text],.mec-form-row select{height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;box-shadow:none;border-radius:2px;box-shadow:inset 0 1px 5px rgba(0,0,0,.05)}.mec-form-row input[type=radio]{margin:5px 0}.mec-form-row select{margin-top:1px}.mec-book-status-form select{display:block;width:99%;margin-top:10px;margin-bottom:10px}.mec-form-row label{margin:10px 0}.mec-form-row input[type=checkbox]{background-color:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;border-radius:3px;min-width:20px;min-height:20px;display:inline-block}.mec-form-row input[type=checkbox]:checked{box-shadow:0 3px 11px -4px #008aff;border-color:#008aff;background:#fff}.mec-form-row input[type=checkbox]:checked:before{color:#008aff;width:20px;font:400 24px/1 dashicons}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:75%}.mec-form-row .description{display:inline-block;border-left:1px dashed #ccc;margin-left:12px;line-height:26px;padding-left:12px;color:#555}.mec-form-row .time-dv{font-size:14px;font-weight:700}.mec-meta-box-fields{margin:30px 10px}.mec-meta-box-fields>.mec-meta-box-fields{margin-left:0}.mec-meta-box-fields .mec-title{margin:5px 0}.mec-meta-box-fields h4.mec-title{margin:40px 0 16px}.mec-meta-box-fields .mec-dashicons{font-size:20px;line-height:22px;color:#008aff}.mec-form-row .mec-box,.mec-meta-box-fields .mec-box{background:#f7f7f7;padding:10px;margin:10px 0;border-radius:2px;border:1px solid #e6e6e6}.mec-form-row .mec-box{max-width:960px}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:right}#mec_gateways_form .mec-form-row:first-child,#mec_notifications_form_container .mec-form-row:nth-child(2){overflow:hidden}#mec_gateways_form .mec-tooltip{float:right}.mec-container{background:#fff;padding:15px}.nav-tab-active{background:#fff;border-bottom:1px solid #fff}#mec_social_networks .mec-form-row{margin-bottom:0}#mec_gateways_form h4,.mec-meta-box-fields h4,.mec-options-fields h4,h4.mec-form-subtitle{text-transform:capitalize;border-bottom:1px solid #e5e5e5;padding-bottom:6px;margin:40px 0 16px;font-size:15px;font-weight:600}#mec_gateways_form h4{margin-bottom:0}#mec_styles_form #mec_styles_CSS{height:200px;margin-bottom:5px;font-family:Consolas,Monaco,monospace;font-size:13px;width:97%;background:#f9f9f9;outline:0}#mec_calendar_filter .description,#mec_styles_form .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-sed-methods li{display:inline-block;padding:8px 12px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer;border-radius:3px;box-shadow:0 2px 15px -2px rgba(0,0,0,.1)}.mec-sed-methods li:hover{border-color:#008aff}.mec-sed-methods li.active{border-color:#008aff;background-color:#fff;color:#008aff;font-weight:600;cursor:default;box-shadow:0 0 8px rgba(1,138,255,.5) inset}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:38px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input:checked+label{background-color:#008aff;box-shadow:0 3px 22px -6px #008aff}.mec-switcher input:checked+label:after{margin-left:16px}#mec_gateways_form input[type=text],#mec_gateways_form select,#mec_gateways_form textarea{width:calc(100% - 30px)}#mec_gateways_form textarea{min-height:65px}#mec_gateways_form li .mec-gateway-options-form{padding:15px 20px;background-color:#f7f7f7;border-left:6px solid #e3e3e3;margin-bottom:20px}#mec_notifications_form label{display:inline-block;min-width:160px}#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:300px}@media (max-width:536px){#mec_notifications_form input[type=text],#mec_notifications_form select{min-width:100%}}#mec_notifications_form .wp-editor-container{margin-bottom:45px}#mec_notifications_form ul li:last-child .wp-editor-container{margin-bottom:0}#mec_messages_form_container ul li label{display:block;font-weight:700}#mec_messages_form_container ul li input{display:block;width:100%}.mec-message-categories li.mec-acc-label{font-size:18px;font-weight:700;padding:10px;cursor:pointer;background-color:#f1f1f1;border:1px solid #ccc}.mec-message-categories ul{margin:15px 5px}.webnus-icons-list li{width:40px;display:inline-block;list-style:none;padding:0}.webnus-icons-list input{visibility:hidden;margin:0;padding:0;width:1px;height:1px;-moz-opacity:0;-khtml-opacity:0;opacity:0;cursor:pointer}.webnus-icons-list li label{color:#777;display:inline-block!important;float:none!important;width:33px!important;text-align:center;font-size:23px!important;font-weight:400!important;padding:5px 0!important;border:1px solid #eee!important}.mec-webnus-icon{float:left;margin-right:10px}.mec-webnus-icon i{font-size:24px;color:#222}.mec-accordion ul{display:none}.mec-switcher input{position:absolute;margin-left:-9999px;visibility:hidden}.mec-switcher input+label{display:block;position:relative;cursor:pointer;outline:0;padding:2px;width:50px;height:22px;background-color:#ddd;border-radius:60px}.mec-switcher input+label:after,.mec-switcher input+label:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.mec-switcher input+label:before{right:1px;background-color:#f1f1f1;border-radius:60px;transition:background .4s}.mec-switcher input+label:after{width:24px;background-color:#fff;border-radius:100%;box-shadow:0 2px 3px rgba(0,0,0,.1);transition:margin .4s}.wns-be-group-tab .mec-switcher input[value="1"]+label,.wns-be-group-tab .mec-switcher input[value="1"]+label:before{background-color:#008aff;box-shadow:0 3px 22px -7px #008aff}.wns-be-group-tab .mec-switcher input[value="1"]+label:after{margin-left:28px}.mec-switcher input:checked+label{background-color:#008aff}.mec-switcher input:checked+label:before{background-color:#008aff}.mec-switcher input:checked+label:after{margin-left:28px}.mec-switcher label{display:block}.mec-sed-methods li{display:inline-block;padding:10px;border:1px solid #ddd;margin:0 5px 5px 0;cursor:pointer}#wpwrap .mec-button-primary{border-bottom:none;letter-spacing:.5px;line-height:18px;height:46px;transition:all .5s ease;color:#fff;padding:12px 25px;display:block;text-align:center;font-size:14px;background:0 0;background-color:#008aff;text-shadow:none;border:0;box-shadow:none;display:inline-block;margin:25px 0 12px;min-width:146px}#wpwrap .mec-button-primary:hover{background-color:#41c9de}#wpwrap .mec-button-primary.loading{background-color:#73c02a}#wpwrap .mec-button-primary:before{content:"\f00c";font-family:fontawesome;margin-right:4px;font-size:16px;display:none}#wpwrap .mec-button-primary.loading:before{display:inline-block}.mec-image-select-wrap{clear:both;overflow:hidden;padding:10px 0;margin:0}.mec-image-select-wrap li{float:left;display:block;margin-right:15px;margin-bottom:15px}.mec-image-select-wrap li input{display:none}.mec-image-select-wrap li span{width:35px;height:35px;display:block;border:3px solid transparent}.mec-image-select-wrap li input:checked+span{border-color:#e3e3e3}.mec-image-select-wrap li input:checked+span:after{content:"\f00c";font-family:fontawesome;font-size:20px;display:inline-block;color:#fff;padding:8px;max-width:100%;max-height:100%}.mec-image-select-wrap .mec-colorskin-1{background-color:#008aff}.mec-image-select-wrap .mec-colorskin-2{background-color:#0093d0}.mec-image-select-wrap .mec-colorskin-3{background-color:#e53f51}.mec-image-select-wrap .mec-colorskin-4{background-color:#f1c40f}.mec-image-select-wrap .mec-colorskin-5{background-color:#e64883}.mec-image-select-wrap .mec-colorskin-6{background-color:#45ab48}.mec-image-select-wrap .mec-colorskin-7{background-color:#9661ab}.mec-image-select-wrap .mec-colorskin-8{background-color:#0aad80}.mec-image-select-wrap .mec-colorskin-9{background-color:#0ab1f0}.mec-image-select-wrap .mec-colorskin-10{background-color:#ff5a00}.mec-image-select-wrap .mec-colorskin-11{background-color:#c3512f}.mec-image-select-wrap .mec-colorskin-12{background-color:#55606e}.mec-image-select-wrap .mec-colorskin-13{background-color:#fe8178}.mec-image-select-wrap .mec-colorskin-14{background-color:#7c6853}.mec-image-select-wrap .mec-colorskin-15{background-color:#bed431}.mec-image-select-wrap .mec-colorskin-16{background-color:#2d5c88}.mec-image-select-wrap .mec-colorskin-17{background-color:#77da55}.mec-image-select-wrap .mec-colorskin-18{background-color:#2997ab}.mec-image-select-wrap .mec-colorskin-19{background-color:#734854}.mec-image-select-wrap .mec-colorskin-20{background-color:#a81010}.mec-image-select-wrap .mec-colorskin-21{background-color:#4ccfad}.mec-image-select-wrap .mec-colorskin-22{background-color:#3a609f}@media screen and (max-width:782px){.mec-form-row .description{max-width:500px;display:block;margin:0 0 5px 0;padding:0;border:none}.mec-col-1,.mec-col-10,.mec-col-11,.mec-col-12,.mec-col-2,.mec-col-3,.mec-col-4,.mec-col-5,.mec-col-6,.mec-col-7,.mec-col-8,.mec-col-9{margin-bottom:5px;display:block}.mec-form-row .mec-box .button,.mec-meta-box-fields .mec-box .button{float:left}.mec-form-row .time-dv{padding:0 4px}.mec-form-row .mec-col-4 input[type=text],.mec-form-row .mec-col-4 select{width:auto;min-width:192px}.mec-tooltip .dashicons-before:before{font-size:32px}}#frmb-0-clear-all,#frmb-0-save,#frmb-0-view-data{display:none}#mec_sn_googlecal{margin-bottom:0}#mec_fee_row1 .button{margin-right:10px}h4.mec-form-subtitle{font-size:15px;margin-top:0}#webnus-dashboard *{box-sizing:border-box}#webnus-dashboard.about-wrap{max-width:1240px;margin:25px auto 20px}#webnus-dashboard .change-log{word-wrap:break-word}#webnus-dashboard .welcome-head img{border:none}.w-welcome{position:relative;margin-top:30px;margin-bottom:10px}.w-box{position:relative;background:#fff;padding:5px 25px;margin-top:30px}.w-theme-version{box-shadow:0 3px 30px -4px #40d8f0;text-shadow:none;background:#40d8f0;background:linear-gradient(95deg,#40d8f0 0,#2dd1ea 50%,#13cbe8 100%);text-align:center;display:block;padding:10px 0;color:#fff;font-weight:600;margin-top:10px;border-radius:2px}.w-box{padding:0;min-height:310px;box-shadow:0 1px 16px rgba(0,0,0,.034);border-radius:2px}.w-box-head{font-weight:600;padding:20px 72px;position:relative;border-bottom:2px solid #008aff;font-size:20px}.w-box-head span{position:absolute;left:0;padding:0 25px;line-height:58px;background:#008aff;height:100%;top:0;color:#fff}.w-box-child,.w-box-content{padding:18px;line-height:24px;font-size:14px}.mec-count-child{width:50%;margin:0 auto}#webnus-dashboard .w-button a{color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#008aff;margin:10px 0;display:inline-block;text-transform:uppercase}#webnus-dashboard .w-box .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)}.w-system-info{margin-bottom:7px}.w-system-info:first-child{margin-top:20px}.w-system-info>span{display:inline-block;min-width:145px;line-height:20px;font-size:13px}#webnus-dashboard .w-current{min-width:110px}#webnus-dashboard .w-min{min-width:65px}.w-icon{color:#fff;padding:3px;border-radius:4px;margin-right:10px;vertical-align:middle}.w-icon-green{background:#27ae60}.w-icon-red{background:#e74c3c}.extra .w-box-head{padding:20px;border-bottom:1px solid #ededed}.doc .w-box-head{color:#4cbf67}#webnus-dashboard .doc .w-button a{background:#4cbf67;background:linear-gradient(95deg,#6fe08a 0,#58cf74 50%,#36cb58 100%);margin:35px 0 17px;box-shadow:0 5px 10px -5px #4cbf67;background-color:#fff}#webnus-dashboard .support .w-button a{background:#ff876c;background:linear-gradient(95deg,#ff876c 0,#ff7455 50%,#ff5a35 100%);margin:13px 0 18px;box-shadow:0 5px 10px -5px #ff876c}.doc .w-box-content{background:url(../img/document.png) no-repeat right center}.doc .w-box-content p,.w-box.support .w-box-content p{width:54%;color:#666;margin-top:10px;max-width:380px}.w-box-child p{color:#666;margin-top:10px}.w-box.support{background:#fff url(../img/support.png) no-repeat top right}.w-box.support .w-box-head{width:50%;color:#ff876c}.w-box-content pre{text-align:left;background:#f5f5f5;font-size:13px;padding:20px 25px;height:480px;overflow-y:scroll}.w-box.change-log .w-box-head{color:#01c6d9}#webnus-dashboard .button:not(.mec-intro-section-link-tag){border:0;background:0 0;box-shadow:none;color:#e74c3c;font-weight:700}.w-box .state{position:absolute;top:0;left:-100vw}#webnus-dashboard .button:hover{color:#222}.w-box .state:checked~.content{-webkit-transform:none;-ms-transform:none;transform:none}.w-box .state:checked~.backdrop{bottom:0;opacity:1;z-index:1}.w-box .lightbox{position:fixed;top:0;right:0;left:0;height:0;padding:0 20px}.w-box .lightbox .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;z-index:2;max-width:500px;max-height:95vh;margin:20px auto;padding:20px;background:#fff;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:.3s -webkit-transform ease-in-out;transition:.3s transform ease-in-out;border:1px solid rgba(0,0,0,.1)}.w-box .lightbox .main{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.w-box .lightbox .backdrop{position:fixed;z-index:-1;top:0;right:0;bottom:100%;left:0;opacity:0;background:rgba(0,0,0,.3);-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.content .main p{color:#bf3737}p.mec_dash_count{font-size:60px;font-weight:600;margin:0;color:#01c6d9}.w-col-sm-3 .w-box.doc{text-align:center;min-height:auto}.w-Knowledgebase{color:#8e5cea}.mec-view-all-articles a{margin:30px 0 17px;display:inline-block;color:#fff!important;border-radius:0;padding:10px 24px;font-size:12px;letter-spacing:1px;font-weight:600;background:#8e5cea;display:inline-block;text-transform:uppercase;transition:all .24s ease;-webkit-transition:all .24s ease}.mec-view-all-articles a:hover{background-color:#222}.w-box.upcoming-events .mec-event-article{margin-bottom:22px;border-bottom:1px solid #eee;padding-bottom:16px}.w-box.upcoming-events .mec-event-article .mec-event-date{font-size:14px;color:#666}.w-box.upcoming-events .mec-event-article .mec-event-date span{font-weight:600;margin-right:4px}.w-box.upcoming-events .mec-event-article h4.mec-event-title{margin:0;font-size:15px}.w-box.upcoming-events .mec-event-article .mec-event-detail{font-size:13px;color:#999}.w-box.upcoming-events .mec-event-article .mec-detail-button{font-size:10px;font-weight:600;letter-spacing:1px;padding:4px 12px;background:#f2f2f2;float:right}.w-box.total-bookings ul li{display:inline-block;padding:4px 12px;background:#f1f1f1;margin-right:5px;border-radius:3px}.w-box.total-bookings ul li.selected{background:#fff;border:1px solid #e9e9e9}.info-msg,.mec-error,.mec-success,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#bef}.info-msg-link{background:#fff;padding:4px 12px 6px;border-radius:3px;line-height:1;font-weight:600;color:#008aff}.mec-success{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-certain-day>div,.mec-select-deselect-actions li,.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;position:relative;outline:0;background:#fff;border:1px solid #e2e2e2;border-radius:50px;padding:11px 21px 11px 21px;line-height:1;font-size:11px;font-weight:600;color:#444;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 0 3px rgba(0,0,0,.03)}.mec-certain-day>div:hover,.mec-select-deselect-actions li:hover,.mec-xi-facebook-import-events .mec-select-deselect-actions li:hover,.mec-xi-google-import-events .mec-select-deselect-actions li:hover{border-color:#008aff;box-shadow:0 0 7px rgba(0,0,0,.1)}.mec-not-in-days-remove{border:1px solid #f99170;border-radius:20px;padding:0 0 0 2px;color:#f99170}.mec-xi-facebook-import-events .mec-success,.mec-xi-google-import-events .mec-success{width:460px}.mec-xi-facebook-import-events .mec-select-deselect-actions li,.mec-xi-google-import-events .mec-select-deselect-actions li{display:inline-block;cursor:pointer}.lity-content>div{overflow:auto}#mec_setting_contextual li{list-style:none!important;font-size:12px;margin:0;padding:6px}.mec-bbf-field-container{margin-bottom:10px}.mec-bbf-field-container label{display:block}.kc-components ul.kc-components-list li .cpicon.mec-kingcomposer-icon,.kc-element-icon .cpicon.mec-kingcomposer-icon{background:url(../img/ico-mec-vc.png) no-repeat center center;background-size:auto;background-repeat:no-repeat}.mec-archive-skinsm.mec-category-skins,.mec-carousel-archive-link,.mec-carousel-head-text,.mec-toggle-month-divider{display:none}span.mec-archive-skins,span.mec-category-skins{margin-left:10px;vertical-align:text-bottom}.mec-archive-skins input,.mec-archive-skins select,.mec-category-skins input,.mec-category-skins select{min-width:225px;vertical-align:baseline}#mec_settings_default_skin_archive,#mec_settings_default_skin_category{min-width:225px}.w-welcome p span{background:#fff;padding:4px 10px}#mec_masonry_skin_options_container .mec-form-row .description{margin-left:0;padding-left:0;border:none;margin-top:-4px}@media (max-width:1280px){span.mec-archive-skins,span.mec-category-skins{margin-left:0}}/*!
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:7px}.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.3;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}#webnus-dashboard .mec-tooltip .box p,.mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0}.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}#webnus-dashboard .mec-tooltip .box p a,.mec-tooltip .box p a{color:#40d9f1;margin-top:10px;margin-left:0;font-weight:400;position:relative;text-decoration:none;display:block;width:max-content}.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
@@ -11603,4 +11603,41 @@ ul.mec-weekly-view-dates-events article:before,
11603
  text-align: center;
11604
  }
11605
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11606
  /* --------------------- */
11603
  text-align: center;
11604
  }
11605
 
11606
+ /* Breadcrumbs */
11607
+
11608
+ .mec-breadcrumbs {
11609
+ border-radius: 2px;
11610
+ padding: 9px 15px 6px;
11611
+ font-size: 11px;
11612
+ color: #8d8d8d;
11613
+ letter-spacing: 0;
11614
+ text-transform: none;
11615
+ font-weight: 500;
11616
+ margin: auto 15px 33px 15px;
11617
+ border: 1px solid #e6e6e6;
11618
+ box-shadow: 0 2px 0 0 rgba(0, 0, 0, .025);
11619
+ }
11620
+
11621
+ .mec-breadcrumbs-modern {
11622
+ margin: auto 0 33px 0;
11623
+ }
11624
+
11625
+ .mec-breadcrumbs a {
11626
+ color: #000;
11627
+ padding-left: 4px;
11628
+ }
11629
+
11630
+ .mec-breadcrumbs a:hover {
11631
+ text-decoration: underline;
11632
+ }
11633
+
11634
+ .mec-breadcrumbs i {
11635
+ font-size: 8px;
11636
+ margin: 0 0 0 4px;
11637
+ }
11638
+
11639
+ .mec-breadcrumbs .container {
11640
+ padding-left: 20px;
11641
+ }
11642
+
11643
  /* --------------------- */
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 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}
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}.mec-breadcrumbs{border-radius:2px;padding:9px 15px 6px;font-size:11px;color:#8d8d8d;letter-spacing:0;text-transform:none;font-weight:500;margin:auto 15px 33px 15px;border:1px solid #e6e6e6;box-shadow:0 2px 0 0 rgba(0,0,0,.025)}.mec-breadcrumbs-modern{margin:auto 0 33px 0}.mec-breadcrumbs a{color:#000;padding-left:4px}.mec-breadcrumbs a:hover{text-decoration:underline}.mec-breadcrumbs i{font-size:8px;margin:0 0 0 4px}.mec-breadcrumbs .container{padding-left:20px}
assets/js/frontend.js CHANGED
@@ -1425,7 +1425,10 @@ var mecSingleEventDisplayer = {
1425
 
1426
  // Initialize Days Slider
1427
  initDaysSlider(settings.month_id);
1428
-
 
 
 
1429
  // Search Widget
1430
  if(settings.sf.container !== '')
1431
  {
@@ -1662,9 +1665,10 @@ var mecSingleEventDisplayer = {
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);
@@ -2081,6 +2085,23 @@ var mecSingleEventDisplayer = {
2081
  if (mecdata.elementor_edit_mode == 'no') {
2082
  jQuery(window).load(function () {
2083
  initMasonry();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2084
  });
2085
  } else {
2086
  initMasonry();
@@ -2108,7 +2129,7 @@ var mecSingleEventDisplayer = {
2108
  $("#mec_skin_"+settings.id+" .mec-events-masonry-cats a").click(function() {
2109
  $("#mec_skin_"+settings.id+" .mec-events-masonry-cats a").removeClass('mec-masonry-cat-selected');
2110
  $(this).addClass('mec-masonry-cat-selected');
2111
- var selector = $(this).attr('data-filter');
2112
  shuffleInstance.filter(selector != '*' ? selector : Shuffle.ALL_ITEMS);
2113
  if (settings.masonry_like_grid == 1) {
2114
  shuffleInstance.sort({
@@ -2121,11 +2142,11 @@ var mecSingleEventDisplayer = {
2121
 
2122
  function setListeners()
2123
  {
2124
- // Single Event Method
2125
  if(settings.sed_method != '0')
2126
  {
2127
  sed();
2128
  }
 
2129
  }
2130
 
2131
  function sed()
1425
 
1426
  // Initialize Days Slider
1427
  initDaysSlider(settings.month_id);
1428
+
1429
+ // Focused on first event day
1430
+ FocusDay();
1431
+
1432
  // Search Widget
1433
  if(settings.sf.container !== '')
1434
  {
1665
  }
1666
  }
1667
 
1668
+ // Focus First Active day
1669
  function FocusDay()
1670
+ {
1671
+ // Focus event
1672
  setTimeout(function()
1673
  {
1674
  var owlGo = jQuery("#mec-owl-calendar-d-table-"+settings.id+"-"+owl_go_month_id);
2085
  if (mecdata.elementor_edit_mode == 'no') {
2086
  jQuery(window).load(function () {
2087
  initMasonry();
2088
+ if ( typeof custom_dev != undefined && custom_dev == 'yes') {
2089
+ $(".mec-wrap").css("height", "2000");
2090
+ $(".mec-load-more-button").on("click", function () {
2091
+ $(".mec-event-masonry.shuffle .mec-masonry-item-wrap:nth-child(n+26)").css("display", "block");
2092
+ $(".mec-wrap").css("height", "auto");
2093
+ initMasonry();
2094
+ $(".mec-load-more-button").hide();
2095
+ })
2096
+ $(".mec-events-masonry-cats a:first-child").on("click", function () {
2097
+ $(".mec-wrap").css("height", "2000");
2098
+ $(".mec-load-more-button").show();
2099
+ })
2100
+ $(".mec-events-masonry-cats a:not(:first-child)").on("click", function () {
2101
+ $(".mec-load-more-button").hide();
2102
+ $(".mec-wrap").css("height", "auto");
2103
+ })
2104
+ }
2105
  });
2106
  } else {
2107
  initMasonry();
2129
  $("#mec_skin_"+settings.id+" .mec-events-masonry-cats a").click(function() {
2130
  $("#mec_skin_"+settings.id+" .mec-events-masonry-cats a").removeClass('mec-masonry-cat-selected');
2131
  $(this).addClass('mec-masonry-cat-selected');
2132
+ var selector = $(this).attr('data-group');
2133
  shuffleInstance.filter(selector != '*' ? selector : Shuffle.ALL_ITEMS);
2134
  if (settings.masonry_like_grid == 1) {
2135
  shuffleInstance.sort({
2142
 
2143
  function setListeners()
2144
  {
 
2145
  if(settings.sed_method != '0')
2146
  {
2147
  sed();
2148
  }
2149
+
2150
  }
2151
 
2152
  function sed()
changelog.txt CHANGED
@@ -1,4 +1,15 @@
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
1
+ v 4.2.53 June 2019
2
+ - Improved: Tooltip notifications in the admin panel
3
+ - Improved: Notifications tab in settings
4
+ - Added: Breadcrumb in the single event page
5
+ - Added: %%book_time%% place holder to notifications to show start time of the event
6
+ - Fixed: Displaying events in Masonry categories
7
+ - Fixed: Use read more title in the register button when it is working as read more link
8
+ - Fixed: Display the register button in the modern layout when the organizer is hidden
9
+ - Fixed: "Load More" button in skins
10
+ - Fixed: Google Calendar Export in email notifications
11
+
12
+ v 4.2.4 – 28 May 2019
13
  - Improved: slider skin by printing the feature image directly
14
  - Fixed: Showing only upcoming events of The Events Calendar for import
15
  - Fixed: Schedule when the event starts at 00:00
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-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"
@@ -54,13 +54,13 @@ msgstr "Allgemeine Einstellungen"
54
  msgid "Select Type"
55
  msgstr "Alles Auswählen"
56
 
57
- #: app/features/colors.php:50 app/features/fes/form.php:570
58
- #: app/features/mec/settings.php:1239
59
  msgid "Event Color"
60
  msgstr "Farbe der Veranstaltung"
61
 
62
  #: app/features/contextual.php:55 app/features/mec.php:328
63
- #: app/features/mec/dashboard.php:110 app/features/mec/gateways.php:24
64
  #: app/features/mec/ie.php:20 app/features/mec/messages.php:24
65
  #: app/features/mec/notifications.php:23 app/features/mec/regform.php:60
66
  #: app/features/mec/settings.php:41 app/features/mec/styles.php:24
@@ -69,11 +69,11 @@ msgstr "Farbe der Veranstaltung"
69
  msgid "Settings"
70
  msgstr "Einstellungen"
71
 
72
- #: app/features/contextual.php:62 app/features/events.php:1752
73
  #: app/features/mec/gateways.php:33 app/features/mec/ie.php:29
74
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
75
  #: app/features/mec/regform.php:68 app/features/mec/regform.php:131
76
- #: app/features/mec/settings.php:222 app/features/mec/styles.php:33
77
  #: app/features/mec/styling.php:55 app/features/mec/support.php:29
78
  msgid "Booking Form"
79
  msgstr "Buchungsformular"
@@ -95,7 +95,7 @@ msgstr ""
95
  #: app/features/contextual.php:70 app/features/mec/gateways.php:40
96
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
97
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
98
- #: app/features/mec/regform.php:75 app/features/mec/settings.php:229
99
  #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
100
  #: app/features/mec/support.php:36
101
  msgid "Payment Gateways"
@@ -113,10 +113,9 @@ msgstr ""
113
 
114
  #: app/features/contextual.php:77 app/features/mec/gateways.php:49
115
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
116
- #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
117
- #: app/features/mec/regform.php:83 app/features/mec/settings.php:239
118
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
119
- #: app/features/mec/support.php:45
120
  msgid "Notifications"
121
  msgstr "Benachrichtigungen"
122
 
@@ -196,77 +195,77 @@ msgstr ""
196
  "\"0\" allowfullscreen></iframe>"
197
 
198
  #: app/features/contextual.php:117 app/features/mec/settings.php:48
199
- #: app/features/mec/settings.php:291
200
  msgid "General Options"
201
  msgstr "Allgemeine Einstellungen"
202
 
203
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
204
- #: app/features/mec/settings.php:640
205
  msgid "Slugs/Permalinks"
206
  msgstr "Slug/Permalinks"
207
 
208
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
209
- #: app/features/mec/settings.php:680
210
  msgid "Event Details/Single Event Page"
211
  msgstr "Event Details / Einzelveranstaltungsseite"
212
 
213
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
214
- #: app/features/mec/settings.php:757
215
  msgid "Currency Options"
216
  msgstr "Währungseinstellungen"
217
 
218
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
219
- #: app/features/mec/settings.php:834 app/features/mec/settings.php:852
220
  msgid "Google Maps Options"
221
  msgstr "Google Maps Einstellungen"
222
 
223
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
224
- #: app/features/mec/settings.php:944
225
  msgid "Google Recaptcha Options"
226
  msgstr "Google Recaptcha Einstellungen"
227
 
228
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
229
- #: app/features/mec/settings.php:1062
230
  msgid "Countdown Options"
231
  msgstr "Countdown Einstellungsoptionen"
232
 
233
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
234
- #: app/features/mec/settings.php:1083
235
  msgid "Social Networks"
236
  msgstr "Soziale Netzwerke"
237
 
238
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
239
- #: app/features/mec/settings.php:1108
240
  msgid "Next Event Module"
241
  msgstr "Nächstes Veranstaltung Modul"
242
 
243
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
244
- #: app/features/mec/settings.php:1145
245
  msgid "Frontend Event Submission"
246
  msgstr "Erstellung von Veranstaltungen im Frontend"
247
 
248
- #: app/features/contextual.php:298 app/features/events.php:800
249
  #: app/features/mec/settings.php:150
250
  msgid "Exceptional Days"
251
  msgstr "Herausgenommene Tage "
252
 
253
  #: app/features/contextual.php:308 app/features/events.php:272
254
- #: app/features/mec/settings.php:168 app/features/mec/settings.php:1377
255
  msgid "Booking"
256
  msgstr "Buchung / Reservierung"
257
 
258
  #: app/features/contextual.php:318 app/features/mec/settings.php:174
259
- #: app/features/mec/settings.php:1495
260
  msgid "Coupons"
261
  msgstr "Gutscheine"
262
 
263
  #: app/features/contextual.php:326 app/features/mec/settings.php:192
264
- #: app/features/mec/settings.php:1691
265
  msgid "BuddyPress Integration"
266
  msgstr "Buddy Press Integration"
267
 
268
  #: app/features/contextual.php:334 app/features/mec/settings.php:198
269
- #: app/features/mec/settings.php:1721
270
  msgid "Mailchimp Integration"
271
  msgstr "Mailchimp Integration"
272
 
@@ -275,15 +274,15 @@ msgid "MEC Activation"
275
  msgstr "MEC Aktivierung"
276
 
277
  #: app/features/events.php:134 app/features/ix/export.php:34
278
- #: app/features/mec/dashboard.php:190 app/skins/daily_view/tpl.php:79
279
  #: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
280
  msgid "Events"
281
  msgstr "Veranstaltungen"
282
 
283
  #: app/features/events.php:135
284
- #: app/features/mec/meta_boxes/display_options.php:894
285
- #: app/features/mec/meta_boxes/display_options.php:959
286
- #: app/features/mec/meta_boxes/display_options.php:997
287
  #: app/features/profile/profile.php:28 app/skins/daily_view/tpl.php:80
288
  #: app/skins/monthly_view/tpl.php:71 app/skins/yearly_view/tpl.php:69
289
  msgid "Event"
@@ -293,7 +292,7 @@ msgstr "Veranstaltung"
293
  msgid "Add Event"
294
  msgstr "Veranstaltung hinzufügen"
295
 
296
- #: app/features/events.php:137 app/features/mec/dashboard.php:109
297
  msgid "Add New Event"
298
  msgstr "Neue Veranstaltung hinzufügen"
299
 
@@ -319,7 +318,7 @@ msgid "No events found in Trash!"
319
  msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
320
 
321
  #: app/features/events.php:159
322
- #: app/features/mec/meta_boxes/display_options.php:816
323
  #: app/features/mec/meta_boxes/search_form.php:31
324
  #: app/features/mec/meta_boxes/search_form.php:92
325
  #: app/features/mec/meta_boxes/search_form.php:153
@@ -330,13 +329,13 @@ msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
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
336
  msgid "Category"
337
  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:4375
342
  msgid "Categories"
@@ -410,19 +409,19 @@ msgstr "Wählen Sie ein Symbol"
410
  msgid "Event Details"
411
  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: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"
427
  msgstr " Preis"
428
 
@@ -434,26 +433,26 @@ msgstr "Zusätzliche Anmerkungen zum Event "
434
  msgid "Guest Data"
435
  msgstr "Gäste Daten"
436
 
437
- #: app/features/events.php:410 app/features/events.php:1734
438
- #: app/features/fes/form.php:445 app/features/labels.php:177
439
- #: app/features/mec/regform.php:27 app/features/organizers.php:277
440
- #: app/features/profile/profile.php:90 app/libraries/notifications.php:569
441
  #: app/modules/booking/steps/form.php:35
442
  msgid "Name"
443
  msgstr "Name"
444
 
445
- #: app/features/events.php:411 app/features/events.php:1745
446
- #: app/features/events.php:1818 app/features/fes/form.php:441
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
457
  msgid "Email"
458
  msgstr "Email"
459
 
@@ -462,47 +461,47 @@ msgid "Date and Time"
462
  msgstr "Datum und Uhrzeit"
463
 
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
472
- #: app/features/mec/meta_boxes/display_options.php:343
473
- #: app/features/mec/meta_boxes/display_options.php:401
474
- #: app/features/mec/meta_boxes/display_options.php:520
475
- #: app/features/mec/meta_boxes/display_options.php:577
476
- #: app/features/mec/meta_boxes/display_options.php:624
477
- #: app/features/mec/meta_boxes/display_options.php:657
478
- #: app/features/mec/meta_boxes/display_options.php:692
479
- #: app/features/mec/meta_boxes/display_options.php:738
480
- #: app/features/mec/meta_boxes/display_options.php:781
481
- #: app/features/mec/meta_boxes/display_options.php:1020
482
- #: app/features/mec/meta_boxes/display_options.php:1116
483
  msgid "Start Date"
484
  msgstr "Start Datum"
485
 
486
  #: app/features/events.php:487 app/features/events.php:568
487
- #: app/features/events.php:1178 app/features/events.php:1216
488
- #: app/features/events.php:1341 app/features/events.php:1364
489
  #: app/features/fes/form.php:259 app/features/fes/form.php:299
490
  msgid "AM"
491
  msgstr "AM"
492
 
493
  #: app/features/events.php:493 app/features/events.php:574
494
- #: app/features/events.php:1184 app/features/events.php:1222
495
- #: app/features/events.php:1342 app/features/events.php:1365
496
  #: app/features/fes/form.php:260 app/features/fes/form.php:300
497
  msgid "PM"
498
  msgstr "PM"
499
 
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"
508
 
@@ -523,7 +522,7 @@ msgstr "Ende-Zeit der Veranstaltung verbergen"
523
  msgid "Time Comment"
524
  msgstr "z.B. MEZ "
525
 
526
- #: app/features/events.php:610 app/features/fes/form.php:317
527
  #, fuzzy
528
  #| msgid ""
529
  #| "It shows next to event time on calendar. You can insert Timezone etc. in "
@@ -535,229 +534,230 @@ msgstr ""
535
  "Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
536
  "können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
537
 
538
- #: app/features/events.php:611 app/features/events.php:707
539
- #: app/features/events.php:776 app/features/events.php:817
540
- #: app/features/events.php:1041 app/features/events.php:1102
541
- #: app/features/events.php:1237 app/features/events.php:1250
542
- #: app/features/events.php:1380 app/features/events.php:1393
543
- #: app/features/events.php:1501 app/features/events.php:1535
544
- #: app/features/events.php:1622 app/features/events.php:1635
545
- #: app/features/events.php:1662 app/features/events.php:1675
546
- #: app/features/fes/form.php:406 app/features/locations.php:300
547
- #: app/features/mec/dashboard.php:73
548
- #: app/features/mec/meta_boxes/display_options.php:62
549
- #: app/features/mec/meta_boxes/display_options.php:78
550
- #: app/features/mec/meta_boxes/display_options.php:94
551
- #: app/features/mec/meta_boxes/display_options.php:108
552
- #: app/features/mec/meta_boxes/display_options.php:123
553
- #: app/features/mec/meta_boxes/display_options.php:204
554
- #: app/features/mec/meta_boxes/display_options.php:219
555
- #: app/features/mec/meta_boxes/display_options.php:234
556
- #: app/features/mec/meta_boxes/display_options.php:250
557
- #: app/features/mec/meta_boxes/display_options.php:264
558
- #: app/features/mec/meta_boxes/display_options.php:280
559
- #: app/features/mec/meta_boxes/display_options.php:294
560
- #: app/features/mec/meta_boxes/display_options.php:364
561
- #: app/features/mec/meta_boxes/display_options.php:539
562
- #: app/features/mec/meta_boxes/display_options.php:802
563
- #: app/features/mec/meta_boxes/display_options.php:858
564
- #: app/features/mec/meta_boxes/display_options.php:873
565
- #: app/features/mec/meta_boxes/display_options.php:887
566
- #: app/features/mec/meta_boxes/display_options.php:922
567
- #: app/features/mec/meta_boxes/display_options.php:936
568
- #: app/features/mec/meta_boxes/display_options.php:952
569
- #: app/features/mec/meta_boxes/display_options.php:990
570
- #: app/features/mec/meta_boxes/display_options.php:1042
571
- #: app/features/mec/meta_boxes/display_options.php:1056
572
- #: app/features/mec/meta_boxes/display_options.php:1070
573
- #: app/features/mec/meta_boxes/display_options.php:1138
574
- #: app/features/mec/meta_boxes/display_options.php:1154
575
- #: app/features/mec/meta_boxes/display_options.php:1170
576
- #: app/features/mec/meta_boxes/display_options.php:1186
577
- #: app/features/mec/meta_boxes/display_options.php:1202
578
- #: app/features/mec/notifications.php:124
579
- #: app/features/mec/notifications.php:180
580
- #: app/features/mec/notifications.php:230
581
- #: app/features/mec/notifications.php:281
582
- #: app/features/mec/notifications.php:342
583
- #: app/features/mec/notifications.php:356
584
- #: app/features/mec/notifications.php:416 app/features/mec/settings.php:307
585
- #: app/features/mec/settings.php:329 app/features/mec/settings.php:359
586
- #: app/features/mec/settings.php:382 app/features/mec/settings.php:406
587
- #: app/features/mec/settings.php:429 app/features/mec/settings.php:509
588
- #: app/features/mec/settings.php:587 app/features/mec/settings.php:608
589
- #: app/features/mec/settings.php:628 app/features/mec/settings.php:650
590
- #: app/features/mec/settings.php:667 app/features/mec/settings.php:690
591
- #: app/features/mec/settings.php:709 app/features/mec/settings.php:728
592
- #: app/features/mec/settings.php:747 app/features/mec/settings.php:777
593
- #: app/features/mec/settings.php:855 app/features/mec/settings.php:875
594
- #: app/features/mec/settings.php:913 app/features/mec/settings.php:932
595
- #: app/features/mec/settings.php:1134 app/features/mec/settings.php:1159
596
- #: app/features/mec/settings.php:1300 app/features/mec/settings.php:1320
597
- #: app/features/mec/settings.php:1347 app/features/mec/settings.php:1399
598
- #: app/features/mec/settings.php:1426 app/features/mec/settings.php:1445
599
- #: app/features/mec/settings.php:1542 app/features/mec/settings.php:1574
600
- #: app/features/mec/settings.php:1625 app/features/mec/settings.php:1638
601
- #: app/features/mec/settings.php:1663 app/features/mec/settings.php:1676
602
- #: app/features/mec/settings.php:1738 app/features/mec/settings.php:1754
603
- #: app/features/mec/settings.php:1773 app/features/mec/styling.php:284
604
- #: app/features/mec/styling.php:304 app/features/mec/styling.php:320
605
- #: app/features/organizers.php:269 app/skins/single/default.php:106
606
- #: app/skins/single/default.php:316 app/skins/single/m1.php:191
607
- #: app/skins/single/m2.php:124 app/skins/single/modern.php:121
 
608
  msgid "Read More"
609
  msgstr "Mehr lesen"
610
 
611
- #: app/features/events.php:626 app/features/fes/form.php:323
612
  msgid "Event Repeating"
613
  msgstr "Wiederholende Veranstaltung"
614
 
615
- #: app/features/events.php:630 app/features/fes/form.php:327
616
  msgid "Repeats"
617
  msgstr "Wiederholend"
618
 
619
- #: app/features/events.php:637 app/features/fes/form.php:329
620
- #: app/features/mec/dashboard.php:337 app/skins/full_calendar/tpl.php:73
621
  msgid "Daily"
622
  msgstr "Täglich"
623
 
624
- #: app/features/events.php:643 app/features/fes/form.php:330
625
  msgid "Every Weekday"
626
  msgstr "An jedem Wochentag"
627
 
628
- #: app/features/events.php:649 app/features/fes/form.php:331
629
  msgid "Every Weekend"
630
  msgstr "An jedem Wochenende"
631
 
632
- #: app/features/events.php:655 app/features/fes/form.php:332
633
  msgid "Certain Weekdays"
634
  msgstr "Bestimmte Wochentage"
635
 
636
- #: app/features/events.php:661 app/features/fes/form.php:333
637
  #: app/skins/full_calendar/tpl.php:72
638
  msgid "Weekly"
639
  msgstr "Wöchentlich"
640
 
641
- #: app/features/events.php:667 app/features/fes/form.php:334
642
- #: app/features/mec/dashboard.php:338 app/skins/full_calendar/tpl.php:71
643
  msgid "Monthly"
644
  msgstr "Monatlich"
645
 
646
- #: app/features/events.php:673 app/features/fes/form.php:335
647
- #: app/features/mec/dashboard.php:339 app/skins/full_calendar/tpl.php:70
648
  msgid "Yearly"
649
  msgstr "Jährlich"
650
 
651
- #: app/features/events.php:679 app/features/fes/form.php:336
652
  msgid "Custom Days"
653
  msgstr "Benutzerdefinierte Tage"
654
 
655
- #: app/features/events.php:683 app/features/fes/form.php:340
656
  msgid "Repeat Interval"
657
  msgstr "Wiederholungsintervall"
658
 
659
- #: app/features/events.php:684 app/features/fes/form.php:341
660
  msgid "Repeat interval"
661
  msgstr "Wiederholungsintervall"
662
 
663
- #: app/features/events.php:687 app/features/fes/form.php:344
664
  msgid "Week Days"
665
  msgstr "Wochentage"
666
 
667
- #: app/features/events.php:688 app/features/fes/form.php:345
668
  #: app/libraries/main.php:406
669
  msgid "Monday"
670
  msgstr "Montag"
671
 
672
- #: app/features/events.php:689 app/features/fes/form.php:346
673
  #: app/libraries/main.php:406
674
  msgid "Tuesday"
675
  msgstr "Dienstag"
676
 
677
- #: app/features/events.php:690 app/features/fes/form.php:347
678
  #: app/libraries/main.php:406
679
  msgid "Wednesday"
680
  msgstr "Mittwoch"
681
 
682
- #: app/features/events.php:691 app/features/fes/form.php:348
683
  #: app/libraries/main.php:406
684
  msgid "Thursday"
685
  msgstr "Donnerstag"
686
 
687
- #: app/features/events.php:692 app/features/fes/form.php:349
688
  #: app/libraries/main.php:406
689
  msgid "Friday"
690
  msgstr "Freitag"
691
 
692
- #: app/features/events.php:693 app/features/fes/form.php:350
693
  #: app/libraries/main.php:406
694
  msgid "Saturday"
695
  msgstr "Samstag"
696
 
697
- #: app/features/events.php:694 app/features/fes/form.php:351
698
  #: app/libraries/main.php:406
699
  msgid "Sunday"
700
  msgstr "Sonntag"
701
 
702
- #: app/features/events.php:699 app/features/events.php:1288
703
- #: app/features/events.php:1302 app/features/events.php:1420
704
  #: app/features/fes/form.php:356 app/features/ix/import_f_calendar.php:42
705
  #: app/features/ix/import_g_calendar.php:51
706
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
707
  msgid "Start"
708
  msgstr "Start"
709
 
710
- #: app/features/events.php:700 app/features/events.php:1289
711
- #: app/features/events.php:1303 app/features/events.php:1421
712
  #: app/features/fes/form.php:357
713
  #, fuzzy
714
  #| msgid "Enabled"
715
  msgid "End"
716
  msgstr "Aktiviert"
717
 
718
- #: app/features/events.php:701 app/features/events.php:811
719
- #: app/features/events.php:906 app/features/events.php:970
720
- #: app/features/events.php:1134 app/features/events.php:1275
721
- #: app/features/events.php:1412 app/features/events.php:1479
722
- #: app/features/events.php:1600 app/features/fes/form.php:358
723
  msgid "Add"
724
  msgstr "Hinzufügen"
725
 
726
- #: app/features/events.php:704
727
  #, fuzzy
728
  #| msgid "Custom Days"
729
  msgid "Custom Days Repeating"
730
  msgstr "Benutzerdefinierte Tage"
731
 
732
- #: app/features/events.php:706
733
  msgid ""
734
  "Add certain days to event occurrence dates. If you have single day event, "
735
  "start and end date should be the same, If you have multiple day event the "
736
  "start and end dates must be commensurate with the initial date."
737
  msgstr ""
738
 
739
- #: app/features/events.php:737 app/features/fes/form.php:382
740
  msgid "Ends Repeat"
741
  msgstr "Wiederholung endet"
742
 
743
- #: app/features/events.php:746 app/features/fes/form.php:386
744
  msgid "Never"
745
  msgstr "Niemals"
746
 
747
- #: app/features/events.php:756 app/features/fes/form.php:391
748
  msgid "On"
749
  msgstr "Am"
750
 
751
- #: app/features/events.php:768 app/features/fes/form.php:398
752
  msgid "After"
753
  msgstr "Nach"
754
 
755
- #: app/features/events.php:770 app/features/events.php:773
756
  #: app/features/fes/form.php:400 app/features/fes/form.php:403
757
  msgid "Occurrences times"
758
  msgstr " mal vorkommen"
759
 
760
- #: app/features/events.php:775 app/features/fes/form.php:405
761
  msgid ""
762
  "The event will finish after certain repeats. For example if you set it to "
763
  "10, the event will finish after 10 repeats."
@@ -765,72 +765,72 @@ msgstr ""
765
  "Das Event ist nach einer bestimmten Anzahl von Wiederholungen zu Ende. Zum "
766
  "Beispiel: Bei Eingabe von 10 wird das Event nach 10 Wiederholungen beendet"
767
 
768
- #: app/features/events.php:806 app/features/events.php:814
769
  msgid "Exclude certain days"
770
  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: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
778
- #: app/skins/single/modern.php:154
779
  msgid "Date"
780
  msgstr "Datum"
781
 
782
- #: app/features/events.php:816
783
  msgid ""
784
  "Exclude certain days from event occurrence dates. Please note that you can "
785
  "exclude only single day occurrences and you cannot exclude one day from "
786
  "multiple day occurrences."
787
  msgstr ""
788
 
789
- #: app/features/events.php:866 app/libraries/render.php:454
790
  msgid "Day 1"
791
  msgstr ""
792
 
793
- #: app/features/events.php:888 app/features/mec/settings.php:1269
794
- #: app/skins/single.php:278
795
  msgid "Hourly Schedule"
796
  msgstr "Stundenplan"
797
 
798
- #: app/features/events.php:891
799
  msgid "Add Day"
800
  msgstr ""
801
 
802
- #: app/features/events.php:892
803
  msgid ""
804
  "Add new days for schedule. For example if your event is multiple days, you "
805
  "can add a different schedule for each day!"
806
  msgstr ""
807
 
808
- #: app/features/events.php:898
809
  #, php-format
810
  msgid "Day %s"
811
  msgstr ""
812
 
813
- #: app/features/events.php:901 app/features/events.php:920
814
- #: app/features/events.php:940 app/features/events.php:965
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"
823
 
824
- #: app/features/events.php:903 app/features/events.php:922
825
- #: app/features/events.php:942 app/features/events.php:967
826
- #: app/features/events.php:983 app/features/events.php:1269
827
- #: app/features/events.php:1292 app/features/events.php:1306
828
- #: app/features/events.php:1407 app/features/events.php:1424
829
- #: app/features/events.php:1514 app/features/events.php:1548
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
@@ -841,56 +841,56 @@ msgstr "Titel"
841
  msgid "Remove"
842
  msgstr "Entfernen"
843
 
844
- #: app/features/events.php:907 app/features/events.php:971
845
  msgid "Add new hourly schedule row"
846
  msgstr "Neue Stundenplan-Zeile hinzufügen"
847
 
848
- #: app/features/events.php:918 app/features/events.php:938
849
- #: app/features/events.php:979
850
  msgid "From e.g. 8:15"
851
  msgstr "Von z.B. 08:15 Uhr"
852
 
853
- #: app/features/events.php:919 app/features/events.php:939
854
- #: app/features/events.php:980
855
  msgid "To e.g. 8:45"
856
  msgstr "bis zum Beispiel 08:45 Uhr"
857
 
858
- #: app/features/events.php:921 app/features/events.php:941
859
- #: app/features/events.php:982 app/features/events.php:1227
860
- #: app/features/events.php:1370
861
  msgid "Description"
862
  msgstr "Beschreibung"
863
 
864
- #: app/features/events.php:925 app/features/events.php:945
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
 
872
- #: app/features/events.php:962 app/features/events.php:966
873
  #, fuzzy
874
  #| msgid "Week Days"
875
  msgid "New Day"
876
  msgstr "Wochentage"
877
 
878
- #: app/features/events.php:1013 app/features/fes/form.php:460
879
- #: app/features/mec/settings.php:1209
880
  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:4406
885
  msgid "Event Link"
886
  msgstr "Veranstaltungslink"
887
 
888
- #: app/features/events.php:1016 app/features/events.php:1030
889
- #: app/features/fes/form.php:463 app/features/fes/form.php:468
890
  msgid "eg. http://yoursite.com/your-event"
891
  msgstr "z.B. http://ihreseite.com/ihre-veranstaltung"
892
 
893
- #: app/features/events.php:1021
894
  #, fuzzy
895
  #| msgid ""
896
  #| "If you fill it, it will be replaced instead of default event page link. "
@@ -904,31 +904,31 @@ msgstr ""
904
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
905
  "einschließlich http(s)://"
906
 
907
- #: app/features/events.php:1022
908
  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: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
916
  msgid "More Info"
917
  msgstr "Mehr Informationen"
918
 
919
- #: app/features/events.php:1031 app/features/fes/form.php:469
920
  msgid "More Information"
921
  msgstr "z.B. Noch mehr Informationen "
922
 
923
- #: app/features/events.php:1033 app/features/fes/form.php:471
924
  msgid "Current Window"
925
  msgstr "Aktuelles Fenster"
926
 
927
- #: app/features/events.php:1034 app/features/fes/form.php:472
928
  msgid "New Window"
929
  msgstr "Neues Fenster"
930
 
931
- #: app/features/events.php:1040 app/features/fes/form.php:474
932
  msgid ""
933
  "If you fill it, it will be shown in event details page as an optional link. "
934
  "Insert full link including http(s)://"
@@ -939,98 +939,98 @@ msgstr ""
939
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
940
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
941
 
942
- #: app/features/events.php:1078 app/features/events.php:1099
943
  msgid "Total booking limits"
944
  msgstr "Gesamt Verfügbare Plätze"
945
 
946
- #: app/features/events.php:1088 app/features/events.php:1267
947
- #: app/features/events.php:1405 app/modules/booking/default.php:81
948
  #: app/modules/booking/steps/tickets.php:40
949
  #: app/skins/available_spot/tpl.php:139
950
  msgid "Unlimited"
951
  msgstr "Unlimitiert"
952
 
953
- #: app/features/events.php:1090
954
  msgid "100"
955
  msgstr "z.B. 100"
956
 
957
- #: app/features/events.php:1101
958
  msgid ""
959
  "If you want to set a limit to all tickets, uncheck this checkbox and put a "
960
  "limitation number."
961
  msgstr ""
962
 
963
- #: app/features/events.php:1103
964
  #, fuzzy
965
  #| msgid "Choose your single event style."
966
  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:4411 app/modules/booking/steps/tickets.php:40
971
  msgid "Tickets"
972
  msgstr "Tickets"
973
 
974
- #: app/features/events.php:1129
975
  msgid ""
976
  "You're translating an event so MEC will use the original event for tickets "
977
  "and booking. You can only translate the ticket name and description. Please "
978
  "define exact tickets that you defined in the original event here."
979
  msgstr ""
980
 
981
- #: app/features/events.php:1146 app/features/events.php:1319
982
  msgid "Ticket Name"
983
  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: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
 
997
- #: app/features/events.php:1231 app/features/events.php:1234
998
- #: app/features/events.php:1290 app/features/events.php:1304
999
- #: app/features/events.php:1374 app/features/events.php:1377
1000
- #: app/features/events.php:1422 app/features/events.php:1616
1001
- #: app/features/events.php:1619 app/features/events.php:1656
1002
- #: app/features/events.php:1659 app/features/mec/settings.php:1619
1003
- #: app/features/mec/settings.php:1622 app/features/mec/settings.php:1657
1004
- #: app/features/mec/settings.php:1660
1005
  msgid "Price"
1006
  msgstr "Preis"
1007
 
1008
- #: app/features/events.php:1236 app/features/events.php:1379
1009
  msgid "Insert 0 for free ticket. Only numbers please."
1010
  msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
1011
 
1012
- #: app/features/events.php:1244 app/features/events.php:1247
1013
- #: app/features/events.php:1387 app/features/events.php:1390
1014
  msgid "Price Label"
1015
  msgstr "Preisschild"
1016
 
1017
- #: app/features/events.php:1249 app/features/events.php:1392
1018
  msgid "For showing on website. e.g. $15"
1019
  msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
1020
 
1021
- #: app/features/events.php:1258 app/features/events.php:1401
1022
  msgid "Available Tickets"
1023
  msgstr "Verfügbare Tickets: %s "
1024
 
1025
- #: app/features/events.php:1274 app/features/events.php:1411
1026
  #, fuzzy
1027
  #| msgid "Price Label"
1028
  msgid "Price per Date"
1029
  msgstr "Preisschild"
1030
 
1031
- #: app/features/events.php:1291 app/features/events.php:1305
1032
- #: app/features/events.php:1423 app/features/labels.php:60
1033
- #: app/features/mec/meta_boxes/display_options.php:817
1034
  #: app/features/mec/meta_boxes/search_form.php:66
1035
  #: app/features/mec/meta_boxes/search_form.php:127
1036
  #: app/features/mec/meta_boxes/search_form.php:188
@@ -1039,33 +1039,33 @@ msgstr "Preisschild"
1039
  #: app/features/mec/meta_boxes/search_form.php:397
1040
  #: app/features/mec/meta_boxes/search_form.php:451
1041
  #: app/features/mec/meta_boxes/search_form.php:512
1042
- #: app/features/mec/meta_boxes/search_form.php:573 app/libraries/skins.php:876
1043
  msgid "Label"
1044
  msgstr "Label"
1045
 
1046
- #: app/features/events.php:1459
1047
  msgid "Fees"
1048
  msgstr "Gebühren"
1049
 
1050
- #: app/features/events.php:1469 app/features/events.php:1590
1051
- #: app/features/events.php:1762
1052
  msgid "Inherit from global options"
1053
  msgstr "Aus den globalen Einstellungen übernehmen"
1054
 
1055
- #: app/features/events.php:1491 app/features/events.php:1525
1056
- #: app/features/mec/settings.php:1532 app/features/mec/settings.php:1564
1057
  msgid "Fee Title"
1058
  msgstr "Gebühren Name"
1059
 
1060
- #: app/features/events.php:1495 app/features/events.php:1498
1061
- #: app/features/events.php:1529 app/features/events.php:1532
1062
- #: app/features/mec/settings.php:1536 app/features/mec/settings.php:1539
1063
- #: app/features/mec/settings.php:1568 app/features/mec/settings.php:1571
1064
  msgid "Amount"
1065
  msgstr "Betrag"
1066
 
1067
- #: app/features/events.php:1500 app/features/events.php:1534
1068
- #: app/features/mec/settings.php:1541 app/features/mec/settings.php:1573
1069
  msgid ""
1070
  "Fee amount, considered as fixed amount if you set the type to amount "
1071
  "otherwise considered as percentage"
@@ -1073,93 +1073,93 @@ msgstr ""
1073
  "Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
1074
  "sonst als Prozentsatz"
1075
 
1076
- #: app/features/events.php:1509 app/features/events.php:1543
1077
- #: app/features/mec/settings.php:1550 app/features/mec/settings.php:1582
1078
  msgid "Percent"
1079
  msgstr "Prozent"
1080
 
1081
- #: app/features/events.php:1510 app/features/events.php:1544
1082
- #: app/features/mec/settings.php:1551 app/features/mec/settings.php:1583
1083
  msgid "Amount (Per Ticket)"
1084
  msgstr "Betrag (pro Ticket)"
1085
 
1086
- #: app/features/events.php:1511 app/features/events.php:1545
1087
- #: app/features/mec/settings.php:1552 app/features/mec/settings.php:1584
1088
  msgid "Amount (Per Booking)"
1089
  msgstr "Betrag (pro Buchung)"
1090
 
1091
- #: app/features/events.php:1580 app/features/mec/settings.php:1287
1092
  msgid "Ticket Variations / Options"
1093
  msgstr ""
1094
 
1095
- #: app/features/events.php:1621 app/features/events.php:1661
1096
- #: app/features/mec/settings.php:1624 app/features/mec/settings.php:1662
1097
  #, fuzzy
1098
  #| msgid "Option"
1099
  msgid "Option Price"
1100
  msgstr "Option"
1101
 
1102
- #: app/features/events.php:1629 app/features/events.php:1632
1103
- #: app/features/events.php:1669 app/features/events.php:1672
1104
- #: app/features/mec/settings.php:1632 app/features/mec/settings.php:1635
1105
- #: app/features/mec/settings.php:1670 app/features/mec/settings.php:1673
1106
  #, fuzzy
1107
  #| msgid "Amount (Per Ticket)"
1108
  msgid "Maximum Per Ticket"
1109
  msgstr "Betrag (pro Ticket)"
1110
 
1111
- #: app/features/events.php:1634 app/features/events.php:1674
1112
- #: app/features/mec/settings.php:1637 app/features/mec/settings.php:1675
1113
  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: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
 
1162
- #: app/features/events.php:1825 app/features/mec/meta_boxes/search_form.php:34
1163
  #: app/features/mec/meta_boxes/search_form.php:41
1164
  #: app/features/mec/meta_boxes/search_form.php:48
1165
  #: app/features/mec/meta_boxes/search_form.php:55
@@ -1227,40 +1227,40 @@ msgstr "Radio Buttons"
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
 
1240
- #: app/features/events.php:2367 app/features/events.php:2384
1241
- #: app/features/events.php:2401
1242
  #, php-format
1243
  msgid "Show all %s"
1244
  msgstr "Zeige alle %s"
1245
 
1246
- #: app/features/events.php:2367
1247
  msgid "labels"
1248
  msgstr "Labels + Eventstatus"
1249
 
1250
- #: app/features/events.php:2384
1251
  msgid "locations"
1252
  msgstr "Orte"
1253
 
1254
- #: app/features/events.php:2401
1255
  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: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
1264
  #: app/features/mec/meta_boxes/search_form.php:38
1265
  #: app/features/mec/meta_boxes/search_form.php:99
1266
  #: app/features/mec/meta_boxes/search_form.php:160
@@ -1270,17 +1270,16 @@ msgstr "Veranstalter"
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
1277
  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: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
1286
  #: app/features/mec/meta_boxes/search_form.php:167
@@ -1293,62 +1292,62 @@ msgstr "Ort"
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
1299
  msgid "Organizer"
1300
  msgstr "Veranstalter"
1301
 
1302
- #: app/features/events.php:2434
1303
  msgid "Repeat"
1304
  msgstr "Wiederholen"
1305
 
1306
- #: app/features/events.php:2435
1307
  msgid "Author"
1308
  msgstr "Autor"
1309
 
1310
- #: app/features/events.php:2545 app/features/events.php:2546
1311
  msgid "iCal Export"
1312
  msgstr "ical Export"
1313
 
1314
- #: app/features/events.php:2548 app/features/events.php:2549
1315
  msgid "CSV Export"
1316
  msgstr "CSV Export"
1317
 
1318
- #: app/features/events.php:2551 app/features/events.php:2552
1319
  msgid "MS Excel Export"
1320
  msgstr "MS Excel Export"
1321
 
1322
- #: app/features/events.php:2554 app/features/events.php:2555
1323
  msgid "XML Export"
1324
  msgstr "XML Export"
1325
 
1326
- #: app/features/events.php:2557 app/features/events.php:2558
1327
  msgid "JSON Export"
1328
  msgstr "JSON Export"
1329
 
1330
- #: app/features/events.php:2560 app/features/events.php:2561
1331
  msgid "Duplicate"
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
 
1346
- #: app/features/events.php:2609 app/features/events.php:2651
1347
  #, php-format
1348
  msgid "%s Tel"
1349
  msgstr "%s Tel"
1350
 
1351
- #: app/features/events.php:2609 app/features/events.php:2651
1352
  #, php-format
1353
  msgid "%s Email"
1354
  msgstr "%s Email"
@@ -1416,23 +1415,23 @@ msgstr "Zurück zur Liste der Veranstaltungen"
1416
  msgid "Add certain days to event occurrence dates."
1417
  msgstr "Fügen Sie bestimmte Tage zu den Ereignisdaten hinzu. "
1418
 
1419
- #: app/features/fes/form.php:421
1420
  msgid "Note to reviewer"
1421
  msgstr "Zusätzliche Anmerkungen zum Event "
1422
 
1423
- #: app/features/fes/form.php:439
1424
  msgid "User Data"
1425
  msgstr "Benutzerdaten"
1426
 
1427
- #: app/features/fes/form.php:442
1428
  msgid "eg. yourname@gmail.com"
1429
  msgstr "z.B. IhrName@ihrewebseite.de"
1430
 
1431
- #: app/features/fes/form.php:446 app/features/organizers.php:278
1432
  msgid "eg. John Smith"
1433
  msgstr "z.B. Max Mustermann"
1434
 
1435
- #: app/features/fes/form.php:464
1436
  msgid ""
1437
  "If you fill it, it will be replaced instead of default event page link. "
1438
  "Insert full link including http(s)://"
@@ -1441,33 +1440,33 @@ msgstr ""
1441
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
1442
  "einschließlich http(s)://"
1443
 
1444
- #: app/features/fes/form.php:500 app/features/mec/settings.php:1221
1445
  msgid "Featured Image"
1446
  msgstr "Ausgewähltes Bild"
1447
 
1448
- #: app/features/fes/form.php:505
1449
  msgid "Remove Image"
1450
  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: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"
1458
  msgstr "Labels"
1459
 
1460
- #: app/features/fes/form.php:592 app/features/mec.php:315
1461
  #: app/features/mec/meta_boxes/filter.php:138
1462
  msgid "Tags"
1463
  msgstr "Schlagworte"
1464
 
1465
- #: app/features/fes/form.php:594
1466
  msgid "Insert your desired tags, comma separated."
1467
  msgstr ""
1468
  "Geben Sie die gewünschten Tags (Schlagworte) durch ein Komma separiert ein"
1469
 
1470
- #: app/features/fes/form.php:630
1471
  msgid "Submit"
1472
  msgstr "Buchung abschließen"
1473
 
@@ -1494,8 +1493,8 @@ msgstr "MEC - Import / Export"
1494
 
1495
  #: app/features/ix.php:107 app/features/mec/gateways.php:77
1496
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1497
- #: app/features/mec/notifications.php:76 app/features/mec/regform.php:111
1498
- #: app/features/mec/settings.php:267 app/features/mec/styles.php:77
1499
  #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1500
  msgid "Import / Export"
1501
  msgstr "Import / Export"
@@ -1672,7 +1671,7 @@ msgstr ""
1672
  "Dies wird alle Ihre Eventdaten von der Webseite in Ihr gewünschtes Format "
1673
  "exportieren."
1674
 
1675
- #: app/features/ix/export.php:25 app/features/mec/settings.php:992
1676
  msgid "iCal"
1677
  msgstr "iCal"
1678
 
@@ -1775,14 +1774,15 @@ msgstr "Umschalten"
1775
  #: app/features/ix/export_g_calendar.php:72
1776
  #: app/features/ix/export_g_calendar.php:147
1777
  #: app/features/ix/export_g_calendar.php:164
1778
- #: app/features/mec/notifications.php:161
1779
- #: app/features/mec/notifications.php:212
1780
- #: app/features/mec/notifications.php:263
1781
- #: app/features/mec/notifications.php:389
1782
  msgid "Add to Google Calendar"
1783
  msgstr "Zum Google Kalender hinzufügen"
1784
 
1785
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1889
 
1786
  msgid "Checking ..."
1787
  msgstr "Überprüfung"
1788
 
@@ -1826,26 +1826,26 @@ msgstr ""
1826
  msgid "ICS Feed"
1827
  msgstr ""
1828
 
1829
- #: app/features/ix/import.php:46 app/features/mec/settings.php:837
1830
- #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1041
1831
- #: app/features/mec/settings.php:1380 app/features/mec/settings.php:1498
1832
- #: app/features/mec/settings.php:1516 app/features/mec/settings.php:1599
1833
  #, php-format
1834
  msgid "%s is required to use this feature."
1835
  msgstr ""
1836
 
1837
  #: app/features/ix/import.php:46 app/features/ix/sync.php:22
1838
- #: app/features/mec/meta_boxes/display_options.php:332
1839
- #: app/features/mec/meta_boxes/display_options.php:458
1840
- #: app/features/mec/meta_boxes/display_options.php:509
1841
- #: app/features/mec/meta_boxes/display_options.php:619
1842
- #: app/features/mec/meta_boxes/display_options.php:726
1843
- #: app/features/mec/meta_boxes/display_options.php:776
1844
- #: app/features/mec/meta_boxes/display_options.php:977
1845
- #: app/features/mec/settings.php:837 app/features/mec/settings.php:1023
1846
- #: app/features/mec/settings.php:1041 app/features/mec/settings.php:1380
1847
- #: app/features/mec/settings.php:1498 app/features/mec/settings.php:1516
1848
- #: app/features/mec/settings.php:1599
1849
  msgid "Pro version of Modern Events Calendar"
1850
  msgstr ""
1851
 
@@ -1863,7 +1863,7 @@ msgstr "Vom Facebook Kalender Importieren"
1863
  msgid "Import all of your Facebook events into MEC."
1864
  msgstr "Importiere alle Deine Facebook Events zum MEC"
1865
 
1866
- #: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:111
1867
  #: app/features/mec/support-page.php:11 app/features/mec/support.php:100
1868
  msgid "Documentation"
1869
  msgstr "Dokumentation"
@@ -2027,7 +2027,7 @@ msgid "Auto Synchronization"
2027
  msgstr "Auto Synchronisation"
2028
 
2029
  #: app/features/ix/sync.php:22
2030
- #: app/features/mec/meta_boxes/display_options.php:776
2031
  #, php-format
2032
  msgid "%s is required to use synchronization feature."
2033
  msgstr ""
@@ -2038,7 +2038,7 @@ msgstr "Automatischer Google Calender Import"
2038
 
2039
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2040
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2041
- #: app/features/mec/notifications.php:328
2042
  msgid "Important Note"
2043
  msgstr "Important Note"
2044
 
@@ -2169,15 +2169,15 @@ msgstr "Wähle Label Farbe"
2169
 
2170
  #: app/features/labels.php:111 app/features/labels.php:138
2171
  #: app/features/mec/meta_boxes/display_options.php:32
2172
- #: app/features/mec/meta_boxes/display_options.php:172
2173
- #: app/features/mec/meta_boxes/display_options.php:337
2174
- #: app/features/mec/meta_boxes/display_options.php:514
2175
- #: app/features/mec/meta_boxes/display_options.php:567
2176
- #: app/features/mec/meta_boxes/display_options.php:731
2177
- #: app/features/mec/meta_boxes/display_options.php:841
2178
- #: app/features/mec/meta_boxes/display_options.php:907
2179
- #: app/features/mec/meta_boxes/display_options.php:1011
2180
- #: app/features/mec/meta_boxes/display_options.php:1106
2181
  msgid "Style"
2182
  msgstr "Style"
2183
 
@@ -2205,7 +2205,7 @@ msgstr "Ausgewähltes Bild"
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
@@ -2235,7 +2235,7 @@ msgid "Event %s"
2235
  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:4379
2240
  msgid "Locations"
2241
  msgstr "Orte"
@@ -2250,7 +2250,7 @@ msgid "Enter the location address"
2250
  msgstr "Geben Sie die Veranstaltungsanschrift ein"
2251
 
2252
  #: app/features/locations.php:121 app/features/locations.php:171
2253
- #: app/features/locations.php:327
2254
  msgid "Latitude"
2255
  msgstr "Breitengrad z.B. 49.0069646 "
2256
 
@@ -2259,7 +2259,7 @@ msgid "Geo latitude (Optional)"
2259
  msgstr "Geologischer Breitengrad (Optional)"
2260
 
2261
  #: app/features/locations.php:129 app/features/locations.php:175
2262
- #: app/features/locations.php:328
2263
  msgid "Longitude"
2264
  msgstr "Längengrad z.B. 8.4118636 "
2265
 
@@ -2280,9 +2280,9 @@ msgid "Upload/Add image"
2280
  msgstr "Bild hochladen/hinzufügen"
2281
 
2282
  #: app/features/locations.php:143 app/features/locations.php:183
2283
- #: app/features/locations.php:345 app/features/locations.php:352
2284
  #: app/features/organizers.php:132 app/features/organizers.php:162
2285
- #: app/features/organizers.php:297 app/features/organizers.php:304
2286
  #: app/features/speakers.php:157 app/features/speakers.php:199
2287
  msgid "Remove image"
2288
  msgstr "Bild entfernen"
@@ -2295,39 +2295,39 @@ msgstr "Ort verbergen"
2295
  msgid "Insert a new location"
2296
  msgstr "Neuen Ort hinzufügen"
2297
 
2298
- #: app/features/locations.php:299
2299
  msgid "Choose one of saved locations or insert new one below."
2300
  msgstr ""
2301
  "Wählen Sie einen der gespeicherten Orte aus, oder fügen Sie einen neuen ein."
2302
 
2303
- #: app/features/locations.php:308
2304
  msgid "Location Name"
2305
  msgstr "Name Veranstaltungsort"
2306
 
2307
- #: app/features/locations.php:309
2308
  msgid "eg. City Hall"
2309
  msgstr ""
2310
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
2311
  "Westfalenhalle"
2312
 
2313
- #: app/features/locations.php:312 app/features/mec/settings.php:1251
2314
  #: app/widgets/single.php:115
2315
  msgid "Event Location"
2316
  msgstr "Veranstaltungsort"
2317
 
2318
- #: app/features/locations.php:313
2319
  msgid "eg. City hall, Manhattan, New York"
2320
  msgstr ""
2321
  "z.B. Holiday Inn, Zimmerstraße 8, 76137 Karlsruhe oder Finanzevent, Jenaer "
2322
  "Ring 1, 76297 Stutensee"
2323
 
2324
- #: app/features/locations.php:331
2325
  #, fuzzy
2326
  #| msgid "Longitude"
2327
  msgid "Latitude/Longitude"
2328
  msgstr "Längengrad z.B. 8.4118636 "
2329
 
2330
- #: app/features/locations.php:333
2331
  msgid ""
2332
  "If you leave the latitude and longitude empty, Modern Events Calendar tries "
2333
  "to convert the location address to geopoint, Latitude and Longitude are the "
@@ -2336,25 +2336,25 @@ msgid ""
2336
  "the location on the map to find lat long coordinates."
2337
  msgstr ""
2338
 
2339
- #: app/features/locations.php:334
2340
  msgid "Get Latitude and Longitude"
2341
  msgstr ""
2342
 
2343
- #: app/features/locations.php:344 app/features/organizers.php:296
2344
  msgid "Choose image"
2345
  msgstr "Bild wählen"
2346
 
2347
- #: app/features/locations.php:358
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"
2355
  msgstr "Orte"
2356
 
2357
- #: app/features/locations.php:363
2358
  #, fuzzy
2359
  #| msgid ""
2360
  #| "You can select extra organizers in addition to main organizer if you like."
@@ -2400,21 +2400,21 @@ msgstr "Support"
2400
 
2401
  #: app/features/mec.php:298 app/features/mec/gateways.php:84
2402
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2403
- #: app/features/mec/notifications.php:83 app/features/mec/regform.php:118
2404
- #: app/features/mec/settings.php:274 app/features/mec/styles.php:84
2405
  #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2406
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2407
  msgid "Support"
2408
  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:4381
2413
  msgid "Organizers"
2414
  msgstr "Veranstalter"
2415
 
2416
  #: app/features/mec.php:327 app/features/mec.php:346
2417
- #: app/features/mec/dashboard.php:197
2418
  msgid "Shortcodes"
2419
  msgstr "Shortcodes"
2420
 
@@ -2494,12 +2494,12 @@ 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
 
@@ -2535,7 +2535,13 @@ msgctxt "plugin rate"
2535
  msgid "Rate the plugin ★★★★★"
2536
  msgstr ""
2537
 
2538
- #: app/features/mec/dashboard.php:93
 
 
 
 
 
 
2539
  #, php-format
2540
  msgid ""
2541
  "You're using %s version of Modern Events Calendar. To use advanced booking "
@@ -2543,90 +2549,90 @@ msgid ""
2543
  "Spots, etc you should %s to the Pro version."
2544
  msgstr ""
2545
 
2546
- #: app/features/mec/dashboard.php:93
2547
  msgid "lite"
2548
  msgstr ""
2549
 
2550
- #: app/features/mec/dashboard.php:93
2551
  msgid "upgrade"
2552
  msgstr ""
2553
 
2554
- #: app/features/mec/dashboard.php:102
2555
  #, fuzzy
2556
  #| msgid "Modern Events Calendar"
2557
  msgid "Getting started with Modern Events Calendar"
2558
  msgstr "Moderner Event Kalender "
2559
 
2560
- #: app/features/mec/dashboard.php:103
2561
  msgid ""
2562
  "In this short video, you can learn how to make an event and put a calendar "
2563
  "on your website. Please watch this 2 minutes video to the end."
2564
  msgstr ""
2565
 
2566
- #: app/features/mec/dashboard.php:119
2567
  #, fuzzy
2568
  #| msgid "MEC Activation"
2569
  msgid "MEC Activate"
2570
  msgstr "MEC Aktivierung"
2571
 
2572
- #: app/features/mec/dashboard.php:122
2573
  msgid ""
2574
  "In order to use all plugin features and options, please enter your purchase "
2575
  "code."
2576
  msgstr ""
2577
 
2578
- #: app/features/mec/dashboard.php:177
2579
  #, fuzzy
2580
  #| msgid "MEC Activation"
2581
  msgid "Activate Addons"
2582
  msgstr "MEC Aktivierung"
2583
 
2584
- #: app/features/mec/dashboard.php:222 app/features/mec/settings.php:600
2585
  msgid "Upcoming Events"
2586
  msgstr "Bevorstehende Events"
2587
 
2588
- #: app/features/mec/dashboard.php:246
2589
  msgid "Popular Gateways"
2590
  msgstr "Beliebte Zahlungsgateways"
2591
 
2592
- #: app/features/mec/dashboard.php:300
2593
  msgid "Total Bookings"
2594
  msgstr "Gesamte Buchungen"
2595
 
2596
- #: app/features/mec/dashboard.php:327
2597
  msgid "This Month"
2598
  msgstr "Diesen Monat"
2599
 
2600
- #: app/features/mec/dashboard.php:328
2601
  msgid "Last Month"
2602
  msgstr "Letzten Monat"
2603
 
2604
- #: app/features/mec/dashboard.php:329
2605
  msgid "This Year"
2606
  msgstr "Diese Jahr"
2607
 
2608
- #: app/features/mec/dashboard.php:330
2609
  msgid "Last Year"
2610
  msgstr "Letztes Jahr"
2611
 
2612
- #: app/features/mec/dashboard.php:342
2613
  msgid "Bar"
2614
  msgstr "Bar"
2615
 
2616
- #: app/features/mec/dashboard.php:343
2617
  msgid "Line"
2618
  msgstr "Linie"
2619
 
2620
- #: app/features/mec/dashboard.php:345
2621
  msgid "Filter"
2622
  msgstr "Filter"
2623
 
2624
- #: app/features/mec/dashboard.php:361
2625
  #, php-format
2626
  msgid "Total Sells (%s)"
2627
  msgstr "Alle Verkäufe (%s)"
2628
 
2629
- #: app/features/mec/dashboard.php:382
2630
  msgid "Change Log"
2631
  msgstr "Änderungsprotokoll"
2632
 
@@ -2635,34 +2641,34 @@ msgstr "Änderungsprotokoll"
2635
  #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2636
  #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2637
  #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2638
- #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:443
2639
- #: app/features/mec/notifications.php:452
2640
- #: app/features/mec/notifications.php:506
2641
- #: app/features/mec/notifications.php:515 app/features/mec/regform.php:47
2642
  #: app/features/mec/regform.php:198 app/features/mec/regform.php:253
2643
  #: app/features/mec/regform.php:289 app/features/mec/regform.php:298
2644
- #: app/features/mec/settings.php:28 app/features/mec/settings.php:1815
2645
- #: app/features/mec/settings.php:1825 app/features/mec/settings.php:1906
2646
- #: app/features/mec/settings.php:1920 app/features/mec/styles.php:11
2647
  #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2648
  #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2649
- #: app/features/mec/styling.php:33 app/features/mec/styling.php:330
2650
- #: app/features/mec/styling.php:339 app/features/mec/styling.php:402
2651
- #: app/features/mec/styling.php:411
2652
  msgid "Save Changes"
2653
  msgstr "Änderungen sichern"
2654
 
2655
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2656
- #: app/features/mec/messages.php:56 app/features/mec/notifications.php:55
2657
- #: app/features/mec/regform.php:90 app/features/mec/settings.php:246
2658
  #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2659
  #: app/features/mec/support.php:52
2660
  msgid "Styling Options"
2661
  msgstr "Styling-Optionen"
2662
 
2663
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2664
- #: app/features/mec/messages.php:63 app/features/mec/notifications.php:62
2665
- #: app/features/mec/regform.php:97 app/features/mec/settings.php:253
2666
  #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2667
  #: app/features/mec/support.php:59
2668
  msgid "Custom CSS"
@@ -2670,23 +2676,23 @@ msgstr "Custom CSS"
2670
 
2671
  #: app/features/mec/gateways.php:70 app/features/mec/ie.php:66
2672
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2673
- #: app/features/mec/notifications.php:69 app/features/mec/regform.php:104
2674
- #: app/features/mec/settings.php:260 app/features/mec/styles.php:70
2675
  #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2676
  msgid "Messages"
2677
  msgstr "Nachrichten"
2678
 
2679
  #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2680
- #: app/features/mec/notifications.php:490 app/features/mec/regform.php:273
2681
- #: app/features/mec/settings.php:1884 app/features/mec/styles.php:132
2682
- #: app/features/mec/styling.php:384
2683
  msgid "Saved"
2684
  msgstr "Gesichert"
2685
 
2686
  #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2687
- #: app/features/mec/notifications.php:491 app/features/mec/regform.php:274
2688
- #: app/features/mec/settings.php:1885 app/features/mec/styles.php:133
2689
- #: app/features/mec/styling.php:385
2690
  msgid "Settings Saved!"
2691
  msgstr ""
2692
 
@@ -2735,575 +2741,575 @@ msgid "Skin"
2735
  msgstr "Skin"
2736
 
2737
  #: app/features/mec/meta_boxes/display_options.php:34
2738
- #: app/features/mec/meta_boxes/display_options.php:174
2739
- #: app/features/mec/meta_boxes/display_options.php:569
2740
- #: app/features/mec/meta_boxes/display_options.php:843
2741
- #: app/features/mec/settings.php:456 app/features/mec/settings.php:480
2742
- #: app/features/mec/settings.php:489 app/features/mec/settings.php:534
2743
- #: app/features/mec/settings.php:558 app/features/mec/settings.php:567
2744
  msgid "Classic"
2745
  msgstr "Klassisch"
2746
 
2747
  #: app/features/mec/meta_boxes/display_options.php:35
2748
- #: app/features/mec/meta_boxes/display_options.php:176
2749
- #: app/features/mec/settings.php:481 app/features/mec/settings.php:491
2750
- #: app/features/mec/settings.php:559 app/features/mec/settings.php:569
2751
  msgid "Minimal"
2752
  msgstr "Minimal"
2753
 
2754
  #: app/features/mec/meta_boxes/display_options.php:36
2755
- #: app/features/mec/meta_boxes/display_options.php:177
2756
- #: app/features/mec/meta_boxes/display_options.php:516
2757
- #: app/features/mec/meta_boxes/display_options.php:571
2758
- #: app/features/mec/meta_boxes/display_options.php:733
2759
- #: app/features/mec/meta_boxes/display_options.php:845
2760
- #: app/features/mec/settings.php:458 app/features/mec/settings.php:471
2761
- #: app/features/mec/settings.php:482 app/features/mec/settings.php:492
2762
- #: app/features/mec/settings.php:536 app/features/mec/settings.php:549
2763
- #: app/features/mec/settings.php:560 app/features/mec/settings.php:570
2764
  msgid "Modern"
2765
  msgstr "Modern"
2766
 
2767
  #: app/features/mec/meta_boxes/display_options.php:37
2768
- #: app/features/mec/settings.php:483 app/features/mec/settings.php:561
2769
  msgid "Standard"
2770
  msgstr "Standard"
2771
 
2772
  #: app/features/mec/meta_boxes/display_options.php:38
2773
- #: app/features/mec/settings.php:484 app/features/mec/settings.php:562
2774
  msgid "Accordion"
2775
  msgstr "Accordion"
2776
 
2777
  #: app/features/mec/meta_boxes/display_options.php:44
2778
- #: app/features/mec/meta_boxes/display_options.php:186
2779
- #: app/features/mec/meta_boxes/display_options.php:345
2780
- #: app/features/mec/meta_boxes/display_options.php:626
2781
- #: app/features/mec/meta_boxes/display_options.php:659
2782
- #: app/features/mec/meta_boxes/display_options.php:783
2783
- #: app/features/mec/meta_boxes/display_options.php:1022
2784
- #: app/features/mec/meta_boxes/display_options.php:1118
2785
  msgid "Today"
2786
  msgstr "Heute"
2787
 
2788
  #: app/features/mec/meta_boxes/display_options.php:45
2789
- #: app/features/mec/meta_boxes/display_options.php:187
2790
- #: app/features/mec/meta_boxes/display_options.php:346
2791
- #: app/features/mec/meta_boxes/display_options.php:627
2792
- #: app/features/mec/meta_boxes/display_options.php:660
2793
- #: app/features/mec/meta_boxes/display_options.php:784
2794
- #: app/features/mec/meta_boxes/display_options.php:1023
2795
- #: app/features/mec/meta_boxes/display_options.php:1119
2796
  msgid "Tomorrow"
2797
  msgstr "Morgen"
2798
 
2799
  #: app/features/mec/meta_boxes/display_options.php:46
2800
- #: app/features/mec/meta_boxes/display_options.php:188
2801
- #: app/features/mec/meta_boxes/display_options.php:347
2802
- #: app/features/mec/meta_boxes/display_options.php:403
2803
- #: app/features/mec/meta_boxes/display_options.php:579
2804
- #: app/features/mec/meta_boxes/display_options.php:628
2805
- #: app/features/mec/meta_boxes/display_options.php:661
2806
- #: app/features/mec/meta_boxes/display_options.php:696
2807
- #: app/features/mec/meta_boxes/display_options.php:742
2808
- #: app/features/mec/meta_boxes/display_options.php:785
2809
- #: app/features/mec/meta_boxes/display_options.php:1024
2810
- #: app/features/mec/meta_boxes/display_options.php:1120
2811
  msgid "Start of Current Month"
2812
  msgstr "Mit Beginn des laufenden Monats"
2813
 
2814
  #: app/features/mec/meta_boxes/display_options.php:47
2815
- #: app/features/mec/meta_boxes/display_options.php:189
2816
- #: app/features/mec/meta_boxes/display_options.php:348
2817
- #: app/features/mec/meta_boxes/display_options.php:404
2818
- #: app/features/mec/meta_boxes/display_options.php:580
2819
- #: app/features/mec/meta_boxes/display_options.php:629
2820
- #: app/features/mec/meta_boxes/display_options.php:662
2821
- #: app/features/mec/meta_boxes/display_options.php:697
2822
- #: app/features/mec/meta_boxes/display_options.php:743
2823
- #: app/features/mec/meta_boxes/display_options.php:786
2824
- #: app/features/mec/meta_boxes/display_options.php:1025
2825
- #: app/features/mec/meta_boxes/display_options.php:1121
2826
  msgid "Start of Next Month"
2827
  msgstr "Mit Beginn des kommenden Monats"
2828
 
2829
  #: app/features/mec/meta_boxes/display_options.php:48
2830
- #: app/features/mec/meta_boxes/display_options.php:190
2831
- #: app/features/mec/meta_boxes/display_options.php:349
2832
- #: app/features/mec/meta_boxes/display_options.php:405
2833
- #: app/features/mec/meta_boxes/display_options.php:524
2834
- #: app/features/mec/meta_boxes/display_options.php:581
2835
- #: app/features/mec/meta_boxes/display_options.php:630
2836
- #: app/features/mec/meta_boxes/display_options.php:663
2837
- #: app/features/mec/meta_boxes/display_options.php:698
2838
- #: app/features/mec/meta_boxes/display_options.php:744
2839
- #: app/features/mec/meta_boxes/display_options.php:787
2840
- #: app/features/mec/meta_boxes/display_options.php:1026
2841
- #: app/features/mec/meta_boxes/display_options.php:1122
2842
  msgid "On a certain date"
2843
  msgstr "An einem bestimmten Tag"
2844
 
2845
  #: app/features/mec/meta_boxes/display_options.php:51
2846
- #: app/features/mec/meta_boxes/display_options.php:193
2847
- #: app/features/mec/meta_boxes/display_options.php:352
2848
- #: app/features/mec/meta_boxes/display_options.php:408
2849
- #: app/features/mec/meta_boxes/display_options.php:527
2850
- #: app/features/mec/meta_boxes/display_options.php:584
2851
- #: app/features/mec/meta_boxes/display_options.php:633
2852
- #: app/features/mec/meta_boxes/display_options.php:667
2853
- #: app/features/mec/meta_boxes/display_options.php:701
2854
- #: app/features/mec/meta_boxes/display_options.php:747
2855
- #: app/features/mec/meta_boxes/display_options.php:790
2856
- #: app/features/mec/meta_boxes/display_options.php:1029
2857
- #: app/features/mec/meta_boxes/display_options.php:1125
2858
  #, php-format
2859
  msgid "eg. %s"
2860
  msgstr "z.B. %s"
2861
 
2862
  #: app/features/mec/meta_boxes/display_options.php:55
2863
  #: app/features/mec/meta_boxes/display_options.php:59
2864
- #: app/features/mec/meta_boxes/display_options.php:69
2865
- #: app/features/mec/meta_boxes/display_options.php:75
 
2866
  #: app/features/mec/meta_boxes/display_options.php:85
2867
- #: app/features/mec/meta_boxes/display_options.php:91
2868
- #: app/features/mec/meta_boxes/display_options.php:101
2869
- #: app/features/mec/meta_boxes/display_options.php:105
2870
- #: app/features/mec/meta_boxes/display_options.php:115
2871
- #: app/features/mec/meta_boxes/display_options.php:120
2872
- #: app/features/mec/meta_boxes/display_options.php:197
2873
- #: app/features/mec/meta_boxes/display_options.php:201
2874
- #: app/features/mec/meta_boxes/display_options.php:211
2875
- #: app/features/mec/meta_boxes/display_options.php:216
2876
- #: app/features/mec/meta_boxes/display_options.php:226
2877
- #: app/features/mec/meta_boxes/display_options.php:231
 
 
 
2878
  #: app/features/mec/meta_boxes/display_options.php:241
2879
  #: app/features/mec/meta_boxes/display_options.php:247
2880
- #: app/features/mec/meta_boxes/display_options.php:257
2881
- #: app/features/mec/meta_boxes/display_options.php:261
2882
- #: app/features/mec/meta_boxes/display_options.php:271
2883
- #: app/features/mec/meta_boxes/display_options.php:277
2884
- #: app/features/mec/meta_boxes/display_options.php:287
2885
- #: app/features/mec/meta_boxes/display_options.php:291
2886
- #: app/features/mec/meta_boxes/display_options.php:356
2887
- #: app/features/mec/meta_boxes/display_options.php:361
2888
- #: app/features/mec/meta_boxes/display_options.php:531
2889
- #: app/features/mec/meta_boxes/display_options.php:536
2890
- #: app/features/mec/meta_boxes/display_options.php:794
2891
- #: app/features/mec/meta_boxes/display_options.php:799
2892
- #: app/features/mec/meta_boxes/display_options.php:849
2893
- #: app/features/mec/meta_boxes/display_options.php:855
 
2894
  #: app/features/mec/meta_boxes/display_options.php:865
2895
- #: app/features/mec/meta_boxes/display_options.php:870
2896
- #: app/features/mec/meta_boxes/display_options.php:880
2897
- #: app/features/mec/meta_boxes/display_options.php:884
2898
- #: app/features/mec/meta_boxes/display_options.php:915
2899
  #: app/features/mec/meta_boxes/display_options.php:919
2900
- #: app/features/mec/meta_boxes/display_options.php:929
2901
- #: app/features/mec/meta_boxes/display_options.php:933
2902
- #: app/features/mec/meta_boxes/display_options.php:943
2903
- #: app/features/mec/meta_boxes/display_options.php:949
2904
- #: app/features/mec/meta_boxes/display_options.php:982
2905
- #: app/features/mec/meta_boxes/display_options.php:987
2906
- #: app/features/mec/meta_boxes/display_options.php:1033
2907
- #: app/features/mec/meta_boxes/display_options.php:1039
2908
- #: app/features/mec/meta_boxes/display_options.php:1049
2909
- #: app/features/mec/meta_boxes/display_options.php:1053
2910
- #: app/features/mec/meta_boxes/display_options.php:1063
2911
  #: app/features/mec/meta_boxes/display_options.php:1067
2912
- #: app/features/mec/meta_boxes/display_options.php:1129
2913
- #: app/features/mec/meta_boxes/display_options.php:1135
2914
- #: app/features/mec/meta_boxes/display_options.php:1145
2915
- #: app/features/mec/meta_boxes/display_options.php:1151
2916
- #: app/features/mec/meta_boxes/display_options.php:1161
2917
- #: app/features/mec/meta_boxes/display_options.php:1167
2918
- #: app/features/mec/meta_boxes/display_options.php:1177
2919
- #: app/features/mec/meta_boxes/display_options.php:1183
2920
- #: app/features/mec/meta_boxes/display_options.php:1193
2921
- #: app/features/mec/meta_boxes/display_options.php:1199
2922
  msgid "Date Formats"
2923
  msgstr "Datumsformate"
2924
 
2925
- #: app/features/mec/meta_boxes/display_options.php:61
2926
- #: app/features/mec/meta_boxes/display_options.php:263
2927
  msgid "Default value is \"M d Y\""
2928
  msgstr "Standard Wert ist \"M T J\""
2929
 
2930
- #: app/features/mec/meta_boxes/display_options.php:77
2931
  msgid "Default values are d, M and l"
2932
  msgstr "Standard Werte sind T, M und J"
2933
 
2934
- #: app/features/mec/meta_boxes/display_options.php:93
2935
- #: app/features/mec/meta_boxes/display_options.php:249
2936
- #: app/features/mec/meta_boxes/display_options.php:279
2937
- #: app/features/mec/meta_boxes/display_options.php:1137
2938
- #: app/features/mec/meta_boxes/display_options.php:1153
2939
- #: app/features/mec/meta_boxes/display_options.php:1169
2940
- #: app/features/mec/meta_boxes/display_options.php:1185
2941
- #: app/features/mec/meta_boxes/display_options.php:1201
2942
  msgid "Default values are d, F and l"
2943
  msgstr ""
2944
  "Standardwerte sind Tag, Monat als ganzes Wort und Wochentag als ganzes Wort"
2945
 
2946
- #: app/features/mec/meta_boxes/display_options.php:107
2947
  msgid "Default value is \"M d\""
2948
  msgstr "Standard Wert ist \"M T\""
2949
 
2950
- #: app/features/mec/meta_boxes/display_options.php:122
2951
  #, fuzzy
2952
  #| msgid "Default values are d and F"
2953
  msgid "TDefault values are d and F"
2954
  msgstr "Die Standardwerte sind d and F"
2955
 
2956
- #: app/features/mec/meta_boxes/display_options.php:130
2957
- #: app/features/mec/meta_boxes/display_options.php:312
2958
- #: app/features/mec/meta_boxes/display_options.php:371
2959
- #: app/features/mec/meta_boxes/display_options.php:809
2960
- #: app/features/mec/meta_boxes/display_options.php:1086
2961
- #: app/features/mec/meta_boxes/display_options.php:1209
2962
  msgid "Limit"
2963
  msgstr "Limit"
2964
 
2965
- #: app/features/mec/meta_boxes/display_options.php:131
2966
- #: app/features/mec/meta_boxes/display_options.php:313
2967
- #: app/features/mec/meta_boxes/display_options.php:372
 
2968
  #: app/features/mec/meta_boxes/display_options.php:547
2969
- #: app/features/mec/meta_boxes/display_options.php:589
2970
- #: app/features/mec/meta_boxes/display_options.php:672
2971
- #: app/features/mec/meta_boxes/display_options.php:706
2972
- #: app/features/mec/meta_boxes/display_options.php:752
2973
- #: app/features/mec/meta_boxes/display_options.php:1087
2974
- #: app/features/mec/meta_boxes/display_options.php:1210
2975
  msgid "eg. 6"
2976
  msgstr "z.B. 6"
2977
 
2978
- #: app/features/mec/meta_boxes/display_options.php:135
2979
- #: app/features/mec/meta_boxes/display_options.php:317
2980
- #: app/features/mec/meta_boxes/display_options.php:376
2981
  msgid "Load More Button"
2982
  msgstr "Button \"Weitere Veranstaltungen Laden\""
2983
 
2984
- #: app/features/mec/meta_boxes/display_options.php:145
2985
- #: app/features/mec/meta_boxes/display_options.php:386
2986
  msgid "Show Month Divider"
2987
  msgstr "Zeige Monatsteilung"
2988
 
2989
- #: app/features/mec/meta_boxes/display_options.php:158
2990
  #, fuzzy
2991
  #| msgid "Show Month Divider"
2992
  msgid "Toggle for Month Divider"
2993
  msgstr "Zeige Monatsteilung"
2994
 
2995
- #: app/features/mec/meta_boxes/display_options.php:175
2996
- #: app/features/mec/meta_boxes/display_options.php:339
2997
- #: app/features/mec/meta_boxes/display_options.php:424
2998
- #: app/features/mec/meta_boxes/display_options.php:570
2999
- #: app/features/mec/meta_boxes/display_options.php:734
3000
- #: app/features/mec/meta_boxes/display_options.php:844
3001
- #: app/features/mec/settings.php:457 app/features/mec/settings.php:472
3002
- #: app/features/mec/settings.php:490 app/features/mec/settings.php:535
3003
- #: app/features/mec/settings.php:550 app/features/mec/settings.php:568
3004
  msgid "Clean"
3005
  msgstr "Clean"
3006
 
3007
- #: app/features/mec/meta_boxes/display_options.php:178
3008
- #: app/features/mec/meta_boxes/display_options.php:426
3009
- #: app/features/mec/meta_boxes/display_options.php:573
3010
- #: app/features/mec/settings.php:460 app/features/mec/settings.php:493
3011
- #: app/features/mec/settings.php:538 app/features/mec/settings.php:571
3012
  msgid "Simple"
3013
  msgstr "Schlicht"
3014
 
3015
- #: app/features/mec/meta_boxes/display_options.php:179
3016
  msgid "Colorful"
3017
  msgstr "Farbenfroh"
3018
 
3019
- #: app/features/mec/meta_boxes/display_options.php:180
3020
- #: app/features/mec/meta_boxes/display_options.php:425
3021
- #: app/features/mec/meta_boxes/display_options.php:572
3022
- #: app/features/mec/settings.php:459 app/features/mec/settings.php:495
3023
- #: app/features/mec/settings.php:537 app/features/mec/settings.php:573
3024
  msgid "Novel"
3025
  msgstr ""
3026
 
3027
- #: app/features/mec/meta_boxes/display_options.php:203
3028
  #, fuzzy
3029
  #| msgid "Default value is \"d F Y\""
3030
  msgid "Default value is \"d F Y"
3031
  msgstr "Standardwert ist \"d (Tag) F Y (Jahr)\" "
3032
 
3033
- #: app/features/mec/meta_boxes/display_options.php:218
3034
  msgid "Default values are d and F"
3035
  msgstr "Die Standardwerte sind d and F"
3036
 
3037
- #: app/features/mec/meta_boxes/display_options.php:233
3038
  msgid "Default values are d and M"
3039
  msgstr "Standardwerte sind T und M"
3040
 
3041
- #: app/features/mec/meta_boxes/display_options.php:293
3042
  msgid "Default value is \"d F Y\""
3043
  msgstr "Standardwert ist \"d (Tag) F Y (Jahr)\" "
3044
 
3045
- #: app/features/mec/meta_boxes/display_options.php:301
3046
- #: app/features/mec/meta_boxes/display_options.php:1077
3047
  msgid "Count in row"
3048
  msgstr "Zeilen zählen"
3049
 
3050
- #: app/features/mec/meta_boxes/display_options.php:332
3051
- #: app/features/mec/meta_boxes/display_options.php:509
3052
- #: app/features/mec/meta_boxes/display_options.php:619
3053
- #: app/features/mec/meta_boxes/display_options.php:726
3054
- #: app/features/mec/meta_boxes/display_options.php:977
3055
  #, php-format
3056
  msgid "%s is required to use this skin."
3057
  msgstr ""
3058
 
3059
- #: app/features/mec/meta_boxes/display_options.php:363
3060
- #: app/features/mec/meta_boxes/display_options.php:538
3061
  msgid "Default values are l and F j"
3062
  msgstr "Die Standardwerte sind I und F j"
3063
 
3064
- #: app/features/mec/meta_boxes/display_options.php:412
3065
  msgid "Default View"
3066
  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: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
 
3082
- #: app/features/mec/meta_boxes/display_options.php:416
3083
- #: app/features/mec/meta_boxes/display_options.php:463
3084
  msgid "Monthly/Calendar View"
3085
  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: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
 
3101
- #: app/features/mec/meta_boxes/display_options.php:422
3102
  #, fuzzy
3103
  #| msgid "Modern Style"
3104
  msgid "Monthly Style"
3105
  msgstr "Moderner Stil"
3106
 
3107
- #: app/features/mec/meta_boxes/display_options.php:458
3108
  #, php-format
3109
  msgid "%s is required to use <b>Yearly View</b> skin."
3110
  msgstr ""
3111
 
3112
- #: app/features/mec/meta_boxes/display_options.php:491
3113
  msgid "The price shows only in List View."
3114
  msgstr ""
3115
 
3116
- #: app/features/mec/meta_boxes/display_options.php:494
3117
  msgid "Display Event Price"
3118
  msgstr ""
3119
 
3120
- #: app/features/mec/meta_boxes/display_options.php:522
3121
  msgid "Start of Current Year"
3122
  msgstr "Mit Beginn des laufenden Jahres"
3123
 
3124
- #: app/features/mec/meta_boxes/display_options.php:523
3125
  msgid "Start of Next Year"
3126
  msgstr "Start des nächsten Jahres"
3127
 
 
3128
  #: app/features/mec/meta_boxes/display_options.php:546
3129
- #: app/features/mec/meta_boxes/display_options.php:588
3130
- #: app/features/mec/meta_boxes/display_options.php:671
3131
- #: app/features/mec/meta_boxes/display_options.php:705
3132
- #: app/features/mec/meta_boxes/display_options.php:751
3133
  msgid "Events per day"
3134
  msgstr "Veranstaltungen pro Tag"
3135
 
 
3136
  #: app/features/mec/meta_boxes/display_options.php:551
3137
- #: app/features/mec/meta_boxes/display_options.php:593
3138
- #: app/features/mec/meta_boxes/display_options.php:676
3139
- #: app/features/mec/meta_boxes/display_options.php:710
3140
- #: app/features/mec/meta_boxes/display_options.php:757
3141
  msgid "Next/Previous Buttons"
3142
  msgstr "Schaltfläche \"Nächste/Letzte\""
3143
 
3144
- #: app/features/mec/meta_boxes/display_options.php:559
3145
  msgid "For showing next/previous year navigation."
3146
  msgstr "Navigation anzeigen zum nächsten/letzten Jahr"
3147
 
3148
- #: app/features/mec/meta_boxes/display_options.php:603
3149
  #, fuzzy
3150
  #| msgid "Text"
3151
  msgid "Uppercase Text"
3152
  msgstr "Text"
3153
 
3154
- #: app/features/mec/meta_boxes/display_options.php:611
3155
- #: app/features/mec/meta_boxes/display_options.php:684
3156
- #: app/features/mec/meta_boxes/display_options.php:718
3157
- #: app/features/mec/meta_boxes/display_options.php:765
3158
  msgid "For showing next/previous month navigation."
3159
  msgstr "Für die Navigation zum nächsten/letzten Monat"
3160
 
3161
- #: app/features/mec/meta_boxes/display_options.php:637
3162
  msgid "Maximum events"
3163
  msgstr "Veranstaltungsmaximum"
3164
 
3165
- #: app/features/mec/meta_boxes/display_options.php:638
3166
  msgid "eg. 200"
3167
  msgstr "z.B. 200"
3168
 
3169
- #: app/features/mec/meta_boxes/display_options.php:642
3170
  msgid "Geolocation"
3171
  msgstr ""
3172
 
3173
- #: app/features/mec/meta_boxes/display_options.php:650
3174
  msgid "The geolocation feature works only in secure (https) websites."
3175
  msgstr ""
3176
 
3177
- #: app/features/mec/meta_boxes/display_options.php:694
3178
- #: app/features/mec/meta_boxes/display_options.php:740
3179
  msgid "Current Week"
3180
  msgstr "Aktuelle Woche"
3181
 
3182
- #: app/features/mec/meta_boxes/display_options.php:695
3183
- #: app/features/mec/meta_boxes/display_options.php:741
3184
  msgid "Next Week"
3185
  msgstr "Nächste Woche"
3186
 
3187
- #: app/features/mec/meta_boxes/display_options.php:801
3188
- #: app/features/mec/meta_boxes/display_options.php:989
3189
  msgid "Default values are j and F"
3190
  msgstr "Standardwerte sind j und F"
3191
 
3192
- #: app/features/mec/meta_boxes/display_options.php:810
3193
  msgid "eg. 24"
3194
  msgstr "z.B. 24"
3195
 
3196
- #: app/features/mec/meta_boxes/display_options.php:813
3197
  msgid "Filter By"
3198
  msgstr "Filtern nach"
3199
 
3200
- #: app/features/mec/meta_boxes/display_options.php:824
3201
  msgid "Convert Masonry to Grid"
3202
  msgstr ""
3203
 
3204
- #: app/features/mec/meta_boxes/display_options.php:825
3205
  msgid "For using this option, your events should come with image"
3206
  msgstr ""
3207
 
3208
- #: app/features/mec/meta_boxes/display_options.php:857
3209
  msgid "Default values are d, M and Y"
3210
  msgstr "Standardwerte sind T, M und J"
3211
 
3212
- #: app/features/mec/meta_boxes/display_options.php:872
3213
  msgid "Default values are \"F d\" and l"
3214
  msgstr ""
3215
  "Standardwerte sind Monat als ganzes Wort, Tag des Monates mit führender Null "
3216
  "und ausgeschriebener Wochentag"
3217
 
3218
- #: app/features/mec/meta_boxes/display_options.php:886
3219
  msgid "Default value is \"l, F d Y\""
3220
  msgstr ""
3221
  "Standardwerte sind ausgeschriebener Wochentag, Monat als ganzes Wort, Tag "
3222
  "des Monates mit führender 0, Jahr"
3223
 
3224
- #: app/features/mec/meta_boxes/display_options.php:909
3225
  msgid "Style 1"
3226
  msgstr "Stil 1"
3227
 
3228
- #: app/features/mec/meta_boxes/display_options.php:910
3229
  msgid "Style 2"
3230
  msgstr "Stil 2"
3231
 
3232
- #: app/features/mec/meta_boxes/display_options.php:911
3233
  msgid "Style 3"
3234
  msgstr "Stil 3"
3235
 
3236
- #: app/features/mec/meta_boxes/display_options.php:921
3237
- #: app/features/mec/meta_boxes/display_options.php:935
3238
  msgid "Default value is \"j F Y\""
3239
  msgstr "Standardwert ist \"j F Y\""
3240
 
3241
- #: app/features/mec/meta_boxes/display_options.php:951
3242
  msgid "Default values are j, F and Y"
3243
  msgstr ""
3244
  "Standardwerte sind j ( Tag des Monats ohne führende Nullen), F und Y (Jahr)"
3245
 
3246
- #: app/features/mec/meta_boxes/display_options.php:961
3247
- #: app/features/mec/meta_boxes/display_options.php:999
3248
  msgid " -- Next Upcoming Event -- "
3249
  msgstr "-- Nächste Veranstaltung--"
3250
 
3251
- #: app/features/mec/meta_boxes/display_options.php:968
3252
  msgid "Background Color"
3253
  msgstr "Hintergrund Farbe"
3254
 
3255
- #: app/features/mec/meta_boxes/display_options.php:1013
3256
- #: app/features/mec/meta_boxes/display_options.php:1108
3257
  msgid "Type 1"
3258
  msgstr "Typ 1"
3259
 
3260
- #: app/features/mec/meta_boxes/display_options.php:1014
3261
- #: app/features/mec/meta_boxes/display_options.php:1109
3262
  msgid "Type 2"
3263
  msgstr "Typ 2"
3264
 
3265
- #: app/features/mec/meta_boxes/display_options.php:1015
3266
- #: app/features/mec/meta_boxes/display_options.php:1110
3267
  msgid "Type 3"
3268
  msgstr "Type 3"
3269
 
3270
- #: app/features/mec/meta_boxes/display_options.php:1016
3271
- #: app/features/mec/meta_boxes/display_options.php:1111
3272
  msgid "Type 4"
3273
  msgstr "Typ 4"
3274
 
3275
- #: app/features/mec/meta_boxes/display_options.php:1041
3276
  msgid "Default values are d, F and Y"
3277
  msgstr "Standardwert ist d (Tag) F und Y (Jahr)"
3278
 
3279
- #: app/features/mec/meta_boxes/display_options.php:1055
3280
- #: app/features/mec/meta_boxes/display_options.php:1069
3281
  msgid "Default value is \"M d, Y\""
3282
  msgstr "Standardwert ist \"M T, J\""
3283
 
3284
- #: app/features/mec/meta_boxes/display_options.php:1090
3285
- #: app/features/mec/meta_boxes/display_options.php:1213
3286
  msgid "Auto Play Time"
3287
  msgstr "Auto Play Time"
3288
 
3289
- #: app/features/mec/meta_boxes/display_options.php:1091
3290
- #: app/features/mec/meta_boxes/display_options.php:1214
3291
  msgid "eg. 3000 default is 3 second"
3292
  msgstr "z.B. Voreinstellung 3000 sind 3 Sekunden"
3293
 
3294
- #: app/features/mec/meta_boxes/display_options.php:1095
3295
  #, fuzzy
3296
  #| msgid "Archive Page Skin"
3297
  msgid "Archive Link"
3298
  msgstr "Skin Seite Archiv"
3299
 
3300
- #: app/features/mec/meta_boxes/display_options.php:1099
3301
  #, fuzzy
3302
  #| msgid "Text"
3303
  msgid "Head Text"
3304
  msgstr "Text"
3305
 
3306
- #: app/features/mec/meta_boxes/display_options.php:1112
3307
  msgid "Type 5"
3308
  msgstr "Typ 5"
3309
 
@@ -3450,8 +3456,8 @@ msgstr "Such Formular anzeigen"
3450
  #: app/features/mec/meta_boxes/search_form.php:575
3451
  #: app/features/mec/meta_boxes/search_form.php:582
3452
  #: app/features/mec/meta_boxes/search_form.php:589
3453
- #: app/features/mec/settings.php:342 app/features/mec/settings.php:621
3454
- #: app/features/mec/settings.php:898
3455
  msgid "Disabled"
3456
  msgstr "Deaktiviert"
3457
 
@@ -3465,7 +3471,7 @@ msgstr "Deaktiviert"
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 ""
3471
 
@@ -3477,7 +3483,7 @@ msgstr ""
3477
  #: app/features/mec/meta_boxes/search_form.php:390
3478
  #: app/features/mec/meta_boxes/search_form.php:444
3479
  #: app/features/mec/meta_boxes/search_form.php:505
3480
- #: app/features/mec/meta_boxes/search_form.php:566 app/libraries/skins.php:850
3481
  #, fuzzy
3482
  #| msgid "Tags"
3483
  msgid "Tag"
@@ -3530,302 +3536,319 @@ msgstr "Text eingeben"
3530
  msgid "No Search Options"
3531
  msgstr "Keine Suchoptionen"
3532
 
3533
- #: app/features/mec/notifications.php:103
3534
  msgid "Booking Notification"
3535
  msgstr "Buchungsbenachrichtigung"
3536
 
3537
- #: app/features/mec/notifications.php:107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3538
  msgid "Enable booking notification"
3539
  msgstr "Buchungsbenachrichtigung aktivieren"
3540
 
3541
- #: app/features/mec/notifications.php:111
3542
  msgid "It sends to attendee after booking for notifying him/her."
3543
  msgstr ""
3544
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
3545
  "benachrichtigen."
3546
 
3547
- #: app/features/mec/notifications.php:113
3548
- #: app/features/mec/notifications.php:169
3549
- #: app/features/mec/notifications.php:219
3550
- #: app/features/mec/notifications.php:270
3551
- #: app/features/mec/notifications.php:331
3552
- #: app/features/mec/notifications.php:405
3553
  msgid "Email Subject"
3554
  msgstr "Email Betreff"
3555
 
3556
- #: app/features/mec/notifications.php:117
3557
- #: app/features/mec/notifications.php:121
3558
- #: app/features/mec/notifications.php:173
3559
- #: app/features/mec/notifications.php:177
3560
- #: app/features/mec/notifications.php:223
3561
- #: app/features/mec/notifications.php:227
3562
- #: app/features/mec/notifications.php:274
3563
- #: app/features/mec/notifications.php:278
3564
- #: app/features/mec/notifications.php:335
3565
- #: app/features/mec/notifications.php:339
3566
- #: app/features/mec/notifications.php:353
3567
- #: app/features/mec/notifications.php:409
3568
- #: app/features/mec/notifications.php:413
3569
  msgid "Custom Recipients"
3570
  msgstr "Individuelle Empfänger"
3571
 
3572
- #: app/features/mec/notifications.php:123
3573
- #: app/features/mec/notifications.php:179
3574
- #: app/features/mec/notifications.php:229
3575
- #: app/features/mec/notifications.php:280
3576
- #: app/features/mec/notifications.php:341
3577
- #: app/features/mec/notifications.php:355
3578
- #: app/features/mec/notifications.php:415
3579
  msgid "Insert comma separated emails for multiple recipients."
3580
  msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
3581
 
3582
- #: app/features/mec/notifications.php:132
3583
- #: app/features/mec/notifications.php:289
3584
  msgid "Send the email to event organizer"
3585
  msgstr "Sendet das Email zum Event Organisator"
3586
 
3587
- #: app/features/mec/notifications.php:135
3588
- #: app/features/mec/notifications.php:187
3589
- #: app/features/mec/notifications.php:237
3590
- #: app/features/mec/notifications.php:292
3591
- #: app/features/mec/notifications.php:363
3592
- #: app/features/mec/notifications.php:423
3593
  msgid "Email Content"
3594
  msgstr "Email Inhalt"
3595
 
3596
- #: app/features/mec/notifications.php:138
3597
- #: app/features/mec/notifications.php:190
3598
- #: app/features/mec/notifications.php:240
3599
- #: app/features/mec/notifications.php:295
3600
- #: app/features/mec/notifications.php:366
3601
- #: app/features/mec/notifications.php:426
3602
  msgid "You can use following placeholders"
3603
  msgstr "Sie können die folgenden Platzhalter wählen"
3604
 
3605
- #: app/features/mec/notifications.php:140
3606
- #: app/features/mec/notifications.php:192
3607
- #: app/features/mec/notifications.php:242
3608
- #: app/features/mec/notifications.php:297
3609
- #: app/features/mec/notifications.php:368
3610
  msgid "First name of attendee"
3611
  msgstr "Vorname des Teilnehmers"
3612
 
3613
- #: app/features/mec/notifications.php:141
3614
- #: app/features/mec/notifications.php:193
3615
- #: app/features/mec/notifications.php:243
3616
- #: app/features/mec/notifications.php:298
3617
- #: app/features/mec/notifications.php:369
3618
  msgid "Last name of attendee"
3619
  msgstr "Nachname des Teilnehmers"
3620
 
3621
- #: app/features/mec/notifications.php:142
3622
- #: app/features/mec/notifications.php:194
3623
- #: app/features/mec/notifications.php:244
3624
- #: app/features/mec/notifications.php:299
3625
- #: app/features/mec/notifications.php:370
3626
  msgid "Email of attendee"
3627
  msgstr "Email des Teilnehmers"
3628
 
3629
- #: app/features/mec/notifications.php:143
3630
- #: app/features/mec/notifications.php:195
3631
- #: app/features/mec/notifications.php:245
3632
- #: app/features/mec/notifications.php:300
3633
- #: app/features/mec/notifications.php:371
3634
  msgid "Booked date of event"
3635
  msgstr "Gebuchtes Datum der Veranstaltung"
3636
 
3637
- #: app/features/mec/notifications.php:144
3638
- #: app/features/mec/notifications.php:196
3639
- #: app/features/mec/notifications.php:246
3640
- #: app/features/mec/notifications.php:301
3641
- #: app/features/mec/notifications.php:372
 
 
 
 
 
 
 
 
 
 
3642
  msgid "Booking Price"
3643
  msgstr "Buchungspreis"
3644
 
3645
- #: app/features/mec/notifications.php:145
3646
- #: app/features/mec/notifications.php:197
3647
- #: app/features/mec/notifications.php:247
3648
- #: app/features/mec/notifications.php:302
3649
- #: app/features/mec/notifications.php:373
3650
- #: app/features/mec/notifications.php:432
3651
  msgid "Your website title"
3652
  msgstr "Titel Ihrer Webseite"
3653
 
3654
- #: app/features/mec/notifications.php:146
3655
- #: app/features/mec/notifications.php:198
3656
- #: app/features/mec/notifications.php:248
3657
- #: app/features/mec/notifications.php:303
3658
- #: app/features/mec/notifications.php:374
3659
- #: app/features/mec/notifications.php:433
3660
  msgid "Your website URL"
3661
  msgstr "URL Ihrer Webseite"
3662
 
3663
- #: app/features/mec/notifications.php:147
3664
- #: app/features/mec/notifications.php:199
3665
- #: app/features/mec/notifications.php:249
3666
- #: app/features/mec/notifications.php:304
3667
- #: app/features/mec/notifications.php:375
3668
- #: app/features/mec/notifications.php:434
3669
  msgid "Your website description"
3670
  msgstr "Beschreibung Ihrer Webseite"
3671
 
3672
- #: app/features/mec/notifications.php:148
3673
- #: app/features/mec/notifications.php:200
3674
- #: app/features/mec/notifications.php:250
3675
- #: app/features/mec/notifications.php:305
3676
- #: app/features/mec/notifications.php:376
3677
  msgid "Event title"
3678
  msgstr "Titel der Veranstaltung"
3679
 
3680
- #: app/features/mec/notifications.php:149
3681
- #: app/features/mec/notifications.php:201
3682
- #: app/features/mec/notifications.php:251
3683
- #: app/features/mec/notifications.php:306
3684
- #: app/features/mec/notifications.php:377
3685
  #, fuzzy
3686
  #| msgid "Event Link"
3687
  msgid "Event link"
3688
  msgstr "Veranstaltungslink"
3689
 
3690
- #: app/features/mec/notifications.php:150
3691
- #: app/features/mec/notifications.php:202
3692
- #: app/features/mec/notifications.php:252
3693
- #: app/features/mec/notifications.php:307
3694
- #: app/features/mec/notifications.php:378
3695
  msgid "Organizer name of booked event"
3696
  msgstr "Name des Veranstalters des gebuchten Events"
3697
 
3698
- #: app/features/mec/notifications.php:151
3699
- #: app/features/mec/notifications.php:203
3700
- #: app/features/mec/notifications.php:253
3701
- #: app/features/mec/notifications.php:308
3702
- #: app/features/mec/notifications.php:379
3703
  msgid "Organizer tel of booked event"
3704
  msgstr "Tel des Veranstalters"
3705
 
3706
- #: app/features/mec/notifications.php:152
3707
- #: app/features/mec/notifications.php:204
3708
- #: app/features/mec/notifications.php:254
3709
- #: app/features/mec/notifications.php:309
3710
- #: app/features/mec/notifications.php:380
3711
  msgid "Organizer email of booked event"
3712
  msgstr "Email des Veranstalters des gebuchten events"
3713
 
3714
- #: app/features/mec/notifications.php:153
3715
- #: app/features/mec/notifications.php:205
3716
- #: app/features/mec/notifications.php:255
3717
- #: app/features/mec/notifications.php:310
3718
- #: app/features/mec/notifications.php:381
3719
  msgid "Location name of booked event"
3720
  msgstr "Veranstaltungsort"
3721
 
3722
- #: app/features/mec/notifications.php:154
3723
- #: app/features/mec/notifications.php:206
3724
- #: app/features/mec/notifications.php:256
3725
- #: app/features/mec/notifications.php:311
3726
- #: app/features/mec/notifications.php:382
3727
  msgid "Location address of booked event"
3728
  msgstr "Adresse der gebuchten Veranstaltung"
3729
 
3730
- #: app/features/mec/notifications.php:155
3731
- #: app/features/mec/notifications.php:313
3732
  msgid "Full Attendee info such as booking form data, name, email etc."
3733
  msgstr ""
3734
  "Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
3735
  "Name, email, etc."
3736
 
3737
- #: app/features/mec/notifications.php:156
3738
- #: app/features/mec/notifications.php:258
3739
- #: app/features/mec/notifications.php:384
3740
  msgid "Invoice Link"
3741
  msgstr "Rechnungslink"
3742
 
3743
- #: app/features/mec/notifications.php:157
3744
- #: app/features/mec/notifications.php:208
3745
- #: app/features/mec/notifications.php:259
3746
- #: app/features/mec/notifications.php:314
3747
- #: app/features/mec/notifications.php:385
3748
  msgid "Total Attendees"
3749
  msgstr ""
3750
 
3751
- #: app/features/mec/notifications.php:158
3752
- #: app/features/mec/notifications.php:209
3753
- #: app/features/mec/notifications.php:260
3754
- #: app/features/mec/notifications.php:386
3755
  #, fuzzy
3756
  #| msgid "Ticket Name"
3757
  msgid "Ticket name"
3758
  msgstr "Ticket Name"
3759
 
3760
- #: app/features/mec/notifications.php:159
3761
- #: app/features/mec/notifications.php:210
3762
- #: app/features/mec/notifications.php:261
3763
- #: app/features/mec/notifications.php:387
3764
  #, fuzzy
3765
  #| msgid "Ticket Name"
3766
  msgid "Ticket time"
3767
  msgstr "Ticket Name"
3768
 
3769
- #: app/features/mec/notifications.php:160
3770
- #: app/features/mec/notifications.php:211
3771
- #: app/features/mec/notifications.php:262
3772
- #: app/features/mec/notifications.php:388
3773
  #, fuzzy
3774
  #| msgid "Download Invoice"
3775
  msgid "Download ICS file"
3776
  msgstr "Download Rechnung\n"
3777
 
3778
- #: app/features/mec/notifications.php:166
3779
- msgid "Booking Verification"
3780
- msgstr "Verifizierung der Buchung"
3781
-
3782
- #: app/features/mec/notifications.php:167
3783
  msgid "It sends to attendee email for verifying their booking/email."
3784
  msgstr ""
3785
  "Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
3786
  "verifizieren."
3787
 
3788
- #: app/features/mec/notifications.php:207
3789
  msgid "Email/Booking verification link."
3790
  msgstr "Bestätigungslink für Email/Buchung"
3791
 
3792
- #: app/features/mec/notifications.php:216 app/features/mec/settings.php:1471
3793
- msgid "Booking Confirmation"
3794
- msgstr "Buchungsbestätigung"
3795
-
3796
- #: app/features/mec/notifications.php:217
3797
  msgid "It sends to attendee after confirming the booking by admin."
3798
  msgstr ""
3799
  "Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
3800
 
3801
- #: app/features/mec/notifications.php:257
3802
- #: app/features/mec/notifications.php:383
3803
  msgid "Booking cancellation link."
3804
  msgstr "Link zur Stornierung der Buchung"
3805
 
3806
- #: app/features/mec/notifications.php:267
3807
- msgid "Admin Notification"
3808
- msgstr "Admin-Benachrichtiung"
3809
-
3810
- #: app/features/mec/notifications.php:268
3811
  msgid "It sends to admin to notify him/her that a new booking received."
3812
  msgstr ""
3813
  "Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
3814
  "Informieren, dass eine neue Buchung eingegangen ist."
3815
 
3816
- #: app/features/mec/notifications.php:312
3817
  msgid "Admin booking management link."
3818
  msgstr "Admin-link zur Buchungsverwaltung"
3819
 
3820
- #: app/features/mec/notifications.php:318 app/libraries/notifications.php:267
3821
- msgid "Booking Reminder"
3822
- msgstr "Buchungs Erinnerung"
3823
-
3824
- #: app/features/mec/notifications.php:322
3825
  msgid "Enable booking reminder notification"
3826
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
3827
 
3828
- #: app/features/mec/notifications.php:328
3829
  #, php-format
3830
  msgid ""
3831
  "Set a cronjob to call %s file once per day otherwise it won't send the "
@@ -3837,23 +3860,19 @@ msgstr ""
3837
  "Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
3838
  "gesendet werden."
3839
 
3840
- #: app/features/mec/notifications.php:328
3841
  msgid "only once per day"
3842
  msgstr "nur einmal pro Tag"
3843
 
3844
- #: app/features/mec/notifications.php:349
3845
  msgid "Days"
3846
  msgstr "Tage"
3847
 
3848
- #: app/features/mec/notifications.php:395 app/features/mec/support-page.php:80
3849
- msgid "New Event"
3850
- msgstr "Neue Veranstaltung"
3851
-
3852
- #: app/features/mec/notifications.php:399
3853
  msgid "Enable new event notification"
3854
  msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
3855
 
3856
- #: app/features/mec/notifications.php:403
3857
  msgid ""
3858
  "It sends after adding a new event from frontend event submission or from "
3859
  "website backend."
@@ -3861,55 +3880,65 @@ msgstr ""
3861
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
3862
  "Übermittlung oder dem Backend versandt."
3863
 
3864
- #: app/features/mec/notifications.php:428
3865
  msgid "Title of event"
3866
  msgstr "Titel der Veranstaltung"
3867
 
3868
- #: app/features/mec/notifications.php:429
3869
  #, fuzzy
3870
  #| msgid "Title of event"
3871
  msgid "Link of event"
3872
  msgstr "Titel der Veranstaltung"
3873
 
3874
- #: app/features/mec/notifications.php:430
3875
  msgid "Status of event"
3876
  msgstr "Status der Veranstaltung"
3877
 
3878
- #: app/features/mec/notifications.php:431 app/features/mec/settings.php:1293
3879
- #: app/features/mec/settings.php:1297
3880
  msgid "Event Note"
3881
  msgstr "Veranstaltungsnotiz"
3882
 
3883
- #: app/features/mec/notifications.php:435
3884
  msgid "Admin events management link."
3885
  msgstr "Admin-link zur Veranstaltungsverwaltung"
3886
 
 
 
 
 
 
 
 
 
 
 
3887
  #: app/features/mec/settings.php:54
3888
  msgid "Archive Page Options"
3889
  msgstr ""
3890
 
3891
- #: app/features/mec/settings.php:96 app/features/mec/settings.php:981
3892
  msgid "Export Module Options"
3893
  msgstr "Optionen für Export-Module"
3894
 
3895
- #: app/features/mec/settings.php:102 app/features/mec/settings.php:1008
3896
  msgid "Local Time Module"
3897
  msgstr "Lokales Zeitmodul"
3898
 
3899
- #: app/features/mec/settings.php:108 app/features/mec/settings.php:1020
3900
  msgid "QR Code Module"
3901
  msgstr "QR Code Module"
3902
 
3903
- #: app/features/mec/settings.php:114 app/features/mec/settings.php:1038
3904
  #: app/widgets/single.php:147
3905
  msgid "Weather Module"
3906
  msgstr "Wettermodul"
3907
 
3908
- #: app/features/mec/settings.php:144 app/features/mec/settings.php:1330
3909
  msgid "User Profile"
3910
  msgstr ""
3911
 
3912
- #: app/features/mec/settings.php:156 app/features/mec/settings.php:1357
3913
  msgid "Additional Organizers"
3914
  msgstr "Zusätzliche Organisatoren"
3915
 
@@ -3919,11 +3948,11 @@ msgstr "Zusätzliche Organisatoren"
3919
  msgid "Additional Locations"
3920
  msgstr "Zusätzliche Organisatoren"
3921
 
3922
- #: app/features/mec/settings.php:180 app/features/mec/settings.php:1513
3923
  msgid "Taxes / Fees"
3924
  msgstr "Steuern/Gebühren"
3925
 
3926
- #: app/features/mec/settings.php:186 app/features/mec/settings.php:1596
3927
  msgid "Ticket Variations & Options"
3928
  msgstr ""
3929
 
@@ -3933,54 +3962,50 @@ msgstr ""
3933
  msgid "Upload Field"
3934
  msgstr "Bild hochladen/hinzufügen"
3935
 
3936
- #: app/features/mec/settings.php:210 app/features/mec/settings.php:1802
3937
- msgid "Gutenberg"
3938
- msgstr ""
3939
-
3940
- #: app/features/mec/settings.php:294 app/features/mec/settings.php:304
3941
  msgid "Hide Events"
3942
  msgstr "Events verbergen"
3943
 
3944
- #: app/features/mec/settings.php:297
3945
  msgid "On Event Start"
3946
  msgstr "Am Event Start"
3947
 
3948
- #: app/features/mec/settings.php:298
3949
  msgid "+1 Hour after start"
3950
  msgstr "+1 Stunde nach dem Start"
3951
 
3952
- #: app/features/mec/settings.php:299
3953
  msgid "+2 Hours after start"
3954
  msgstr "+2 Stunden nach dem Start"
3955
 
3956
- #: app/features/mec/settings.php:300
3957
  msgid "On Event End"
3958
  msgstr "Am Event Ende"
3959
 
3960
- #: app/features/mec/settings.php:306
3961
  msgid ""
3962
  "This option is for showing start/end time of events on frontend of website."
3963
  msgstr ""
3964
  "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
3965
  "anzuzeigen"
3966
 
3967
- #: app/features/mec/settings.php:317 app/features/mec/settings.php:326
3968
  msgid "Multiple Day Events"
3969
  msgstr "Mehrtagesveranstaltung"
3970
 
3971
- #: app/features/mec/settings.php:320
3972
  msgid "Show only first day on List/Grid/Slider skins"
3973
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
3974
 
3975
- #: app/features/mec/settings.php:321
3976
  msgid "Show only first day on all skins"
3977
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
3978
 
3979
- #: app/features/mec/settings.php:322
3980
  msgid "Show all days"
3981
  msgstr "Alle Tage anzeigen"
3982
 
3983
- #: app/features/mec/settings.php:328
3984
  msgid ""
3985
  "For showing all days of multiple day events on frontend or only show the "
3986
  "first day."
@@ -3988,40 +4013,40 @@ msgstr ""
3988
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
3989
  "den ersten Tag anzeigen"
3990
 
3991
- #: app/features/mec/settings.php:339
3992
  msgid "Remove MEC Data on Plugin Uninstall"
3993
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
3994
 
3995
- #: app/features/mec/settings.php:343
3996
  msgid "Enabled"
3997
  msgstr "Aktiviert"
3998
 
3999
- #: app/features/mec/settings.php:349
4000
  msgid "Exclude Date Suffix"
4001
  msgstr "Ausschlussdatum Suffix"
4002
 
4003
- #: app/features/mec/settings.php:352
4004
  msgid "Remove suffix from calendars"
4005
  msgstr "Suffix aus den Kalendern entfernen"
4006
 
4007
- #: app/features/mec/settings.php:356
4008
  #, fuzzy
4009
  #| msgid "Remove suffix from calendars"
4010
  msgid "Remove \"Th\" on calendar"
4011
  msgstr "Suffix aus den Kalendern entfernen"
4012
 
4013
- #: app/features/mec/settings.php:358
4014
  msgid ""
4015
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
4016
  "showing just '12' )"
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
 
4024
- #: app/features/mec/settings.php:381
4025
  #, fuzzy
4026
  #| msgid ""
4027
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
@@ -4034,109 +4059,109 @@ msgstr ""
4034
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
4035
  "Donnerstag und Freitag gesetzt."
4036
 
4037
- #: app/features/mec/settings.php:393 app/features/mec/settings.php:403
4038
  msgid "Weekends"
4039
  msgstr "Wochenenden"
4040
 
4041
- #: app/features/mec/settings.php:405
4042
  msgid ""
4043
  "Proceed with caution. Default is set to Saturday and Sunday ( you can change "
4044
  "'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
4045
  "page )."
4046
  msgstr ""
4047
 
4048
- #: app/features/mec/settings.php:418
4049
  msgid "Archive Pages"
4050
  msgstr ""
4051
 
4052
- #: app/features/mec/settings.php:421 app/features/mec/settings.php:426
4053
  msgid "Archive Page Title"
4054
  msgstr "Titel der Archivseite"
4055
 
4056
- #: app/features/mec/settings.php:428
4057
  #, fuzzy
4058
  #| msgid "Default value is Events"
4059
  msgid "Default value is Events - It's title of the page"
4060
  msgstr "Der Standardwert ist Ereignisse (Events)"
4061
 
4062
- #: app/features/mec/settings.php:438 app/features/mec/settings.php:506
4063
  msgid "Archive Page Skin"
4064
  msgstr "Skin Seite Archiv"
4065
 
4066
- #: app/features/mec/settings.php:446
4067
  #, fuzzy
4068
  #| msgid "Edit shortcodes"
4069
  msgid "Put shortcode..."
4070
  msgstr "Shortcode ändern"
4071
 
4072
- #: app/features/mec/settings.php:449 app/features/mec/settings.php:464
4073
- #: app/features/mec/settings.php:467 app/features/mec/settings.php:476
4074
- #: app/features/mec/settings.php:502 app/features/mec/settings.php:527
4075
- #: app/features/mec/settings.php:542 app/features/mec/settings.php:545
4076
- #: app/features/mec/settings.php:554 app/features/mec/settings.php:580
4077
  #, fuzzy
4078
  #| msgid "The event is ongoing."
4079
  msgid "There is no skins"
4080
  msgstr "Die Veranstaltung ist im Gange."
4081
 
4082
- #: app/features/mec/settings.php:452 app/features/mec/settings.php:530
4083
- #: app/features/mec/settings.php:721
4084
  msgid "Modern Style"
4085
  msgstr "Moderner Stil"
4086
 
4087
- #: app/features/mec/settings.php:494 app/features/mec/settings.php:572
4088
  #, fuzzy
4089
  #| msgid "Colorful"
4090
  msgid "colorful"
4091
  msgstr "Farbenfroh"
4092
 
4093
- #: app/features/mec/settings.php:499 app/features/mec/settings.php:577
4094
  #, fuzzy
4095
  #| msgid "Plain Style"
4096
  msgid "Clean Style"
4097
  msgstr "Einfacher schlichter Stil"
4098
 
4099
- #: app/features/mec/settings.php:508
4100
  #, fuzzy
4101
  #| msgid "Default value is Calendar/Monthly View"
4102
  msgid "Default value is Calendar/Monthly View, But you can change it "
4103
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
4104
 
4105
- #: app/features/mec/settings.php:510 app/features/mec/settings.php:588
4106
  msgid "See Demo"
4107
  msgstr ""
4108
 
4109
- #: app/features/mec/settings.php:519 app/features/mec/settings.php:584
4110
  msgid "Category Page Skin"
4111
  msgstr "Kategorie Seiten Skin"
4112
 
4113
- #: app/features/mec/settings.php:586
4114
  msgid ""
4115
  "Default value is List View - But you can change it Set a skin for all "
4116
  "categories."
4117
  msgstr ""
4118
 
4119
- #: app/features/mec/settings.php:597 app/features/mec/settings.php:605
4120
  msgid "Category Events Method"
4121
  msgstr ""
4122
 
4123
- #: app/features/mec/settings.php:601
4124
  msgid "Expired Events"
4125
  msgstr ""
4126
 
4127
- #: app/features/mec/settings.php:607
4128
  msgid "Default value is Upcoming Events"
4129
  msgstr ""
4130
 
4131
- #: app/features/mec/settings.php:617 app/features/mec/settings.php:625
4132
  msgid "Events Archive Status"
4133
  msgstr "Events Archiv Status"
4134
 
4135
- #: app/features/mec/settings.php:620
4136
  msgid "Enabled (Recommended)"
4137
  msgstr "Ist aktiviert (empfohlen)"
4138
 
4139
- #: app/features/mec/settings.php:627
4140
  msgid ""
4141
  "If you disable it, then you should create a page as archive page of MEC. "
4142
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
@@ -4146,15 +4171,15 @@ msgstr ""
4146
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
4147
  "werden alle MEC-Rewrite-Regeln deaktiviert."
4148
 
4149
- #: app/features/mec/settings.php:642 app/features/mec/settings.php:647
4150
  msgid "Main Slug"
4151
  msgstr "Main Slug"
4152
 
4153
- #: app/features/mec/settings.php:649
4154
  msgid "Default value is events. You can not have a page with this name."
4155
  msgstr ""
4156
 
4157
- #: app/features/mec/settings.php:655 app/features/mec/settings.php:672
4158
  #, fuzzy
4159
  #| msgid ""
4160
  #| "Default value is events. Valid characters are lowercase a-z, - character "
@@ -4164,11 +4189,11 @@ msgstr ""
4164
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
4165
  "und Zahlen."
4166
 
4167
- #: app/features/mec/settings.php:659 app/features/mec/settings.php:664
4168
  msgid "Category Slug"
4169
  msgstr "Category Slug"
4170
 
4171
- #: app/features/mec/settings.php:666
4172
  #, fuzzy
4173
  #| msgid ""
4174
  #| "It's slug of MEC categories, you can change it to events-cat or something "
@@ -4184,27 +4209,27 @@ msgstr ""
4184
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
4185
  "category"
4186
 
4187
- #: app/features/mec/settings.php:682 app/features/mec/settings.php:687
4188
  msgid "Single Event Date Format"
4189
  msgstr "Einzelveranstaltung Datumformat"
4190
 
4191
- #: app/features/mec/settings.php:689 app/features/mec/settings.php:1133
4192
  msgid "Default is M d Y"
4193
  msgstr "Standardwert ist M-T-J"
4194
 
4195
- #: app/features/mec/settings.php:698 app/features/mec/settings.php:706
4196
  msgid "Date Method"
4197
  msgstr "Datum Methode"
4198
 
4199
- #: app/features/mec/settings.php:701
4200
  msgid "Next occurrence date"
4201
  msgstr "Nächstes vorkommende Datum"
4202
 
4203
- #: app/features/mec/settings.php:702
4204
  msgid "Referred date"
4205
  msgstr "Gewünschtes Datum"
4206
 
4207
- #: app/features/mec/settings.php:708
4208
  #, fuzzy
4209
  #| msgid ""
4210
  #| "\"Referred date\" shows the event date based on referred date in event "
@@ -4215,113 +4240,149 @@ msgstr ""
4215
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
4216
  "Datum in der Eventliste an."
4217
 
4218
- #: app/features/mec/settings.php:717 app/features/mec/settings.php:725
4219
  msgid "Single Event Style"
4220
  msgstr "Single Event Stil"
4221
 
4222
- #: app/features/mec/settings.php:720
4223
  msgid "Default Style"
4224
  msgstr "Standardstil voreingestellt"
4225
 
4226
- #: app/features/mec/settings.php:727
 
 
 
 
 
 
4227
  msgid "Choose your single event style."
4228
  msgstr "Wählen Sie Ihren Single Event Stil"
4229
 
4230
- #: app/features/mec/settings.php:736 app/features/mec/settings.php:744
4231
  #, fuzzy
4232
  #| msgid "Booking"
4233
  msgid "Booking Style"
4234
  msgstr "Buchung / Reservierung"
4235
 
4236
- #: app/features/mec/settings.php:739 app/features/mec/settings.php:887
4237
  msgid "Default"
4238
  msgstr "Standardeinstellung"
4239
 
4240
- #: app/features/mec/settings.php:740
4241
  #, fuzzy
4242
  #| msgid "Modal 1"
4243
  msgid "Modal"
4244
  msgstr "Modal 1"
4245
 
4246
- #: app/features/mec/settings.php:746
4247
  msgid ""
4248
  "Choose your Booking style, Please Note: When you set this feature to modal "
4249
  "you can not see booking box if you set popoup module view on shortcodes"
4250
  msgstr ""
4251
 
4252
- #: app/features/mec/settings.php:759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4253
  msgid "Currency"
4254
  msgstr "Währung"
4255
 
4256
- #: app/features/mec/settings.php:769 app/features/mec/settings.php:774
4257
  msgid "Currency Sign"
4258
  msgstr "Währungssymbol"
4259
 
4260
- #: app/features/mec/settings.php:776
4261
  msgid "Default value will be \"currency\" if you leave it empty."
4262
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
4263
 
4264
- #: app/features/mec/settings.php:785
4265
  msgid "Currency Position"
4266
  msgstr "Position des Währungssymbols"
4267
 
4268
- #: app/features/mec/settings.php:788
4269
  msgid "Before $10"
4270
  msgstr "Vor $10"
4271
 
4272
- #: app/features/mec/settings.php:789
4273
  msgid "After 10$"
4274
  msgstr "Nach 10$"
4275
 
4276
- #: app/features/mec/settings.php:794
4277
  msgid "Thousand Separator"
4278
  msgstr "Tausendertrennzeichen"
4279
 
4280
- #: app/features/mec/settings.php:800
4281
  msgid "Decimal Separator"
4282
  msgstr "Dezimaltrennzeichen"
4283
 
4284
- #: app/features/mec/settings.php:810
4285
  msgid "No decimal"
4286
  msgstr "Keine Dezimale"
4287
 
4288
- #: app/features/mec/settings.php:819
4289
  #, fuzzy
4290
  #| msgid "No Search Options"
4291
  msgid "Speakers Options"
4292
  msgstr "Keine Suchoptionen"
4293
 
4294
- #: app/features/mec/settings.php:825
4295
  #, fuzzy
4296
  #| msgid "Enable taxes / fees module"
4297
  msgid "Enable speakers feature"
4298
  msgstr "Modul für Gebühren/Steuern aktivieren"
4299
 
4300
- #: app/features/mec/settings.php:827
4301
  msgid ""
4302
  "After enable it, you should reloading this page to see a new menu on "
4303
  "Dashboard > MEC"
4304
  msgstr ""
4305
 
4306
- #: app/features/mec/settings.php:842
4307
  msgid "Show Google Maps on event page"
4308
  msgstr "Google Maps auf der Veranstaltungsseite anzeigen"
4309
 
4310
- #: app/features/mec/settings.php:847 app/features/mec/settings.php:1051
4311
- #: app/features/mec/settings.php:1730 app/features/mec/settings.php:1735
4312
  msgid "API Key"
4313
  msgstr "API Schlüssel"
4314
 
4315
- #: app/features/mec/settings.php:854 app/features/mec/settings.php:1737
4316
- #: app/features/mec/settings.php:1753
4317
  msgid "Required!"
4318
  msgstr "Erforderlich (Pflichtfeld)"
4319
 
4320
- #: app/features/mec/settings.php:863 app/features/mec/settings.php:872
4321
  msgid "Zoom level"
4322
  msgstr "Zoom"
4323
 
4324
- #: app/features/mec/settings.php:874
4325
  msgid ""
4326
  "For Google Maps module in single event page. In Google Maps skin, it will "
4327
  "caculate the zoom level automatically based on event boundaries."
@@ -4330,209 +4391,209 @@ msgstr ""
4330
  "es die Zoom-Ebene automatisch kalkulieren, basierend auf den Eventort "
4331
  "Angrenzungen"
4332
 
4333
- #: app/features/mec/settings.php:883
4334
  msgid "Google Maps Style"
4335
  msgstr "Google Maps Stil"
4336
 
4337
- #: app/features/mec/settings.php:895
4338
  msgid "Direction on single event"
4339
  msgstr "Richtung auf einzelne Veranstaltung"
4340
 
4341
- #: app/features/mec/settings.php:899
4342
  msgid "Simple Method"
4343
  msgstr "Einfache Methode"
4344
 
4345
- #: app/features/mec/settings.php:900
4346
  msgid "Advanced Method"
4347
  msgstr "Fortgeschrittene Methode"
4348
 
4349
- #: app/features/mec/settings.php:905 app/features/mec/settings.php:910
4350
  msgid "Lightbox Date Format"
4351
  msgstr "Leuchtkasten Datumsformat"
4352
 
4353
- #: app/features/mec/settings.php:912
4354
  msgid "Default value is M d Y"
4355
  msgstr "Standardwert ist M T J"
4356
 
4357
- #: app/features/mec/settings.php:921 app/features/mec/settings.php:929
4358
  msgid "Google Maps API"
4359
  msgstr "Google Maps API"
4360
 
4361
- #: app/features/mec/settings.php:925
4362
  msgid "Don't load Google Maps API library"
4363
  msgstr "Google Maps API Bibliothek nicht laden"
4364
 
4365
- #: app/features/mec/settings.php:931
4366
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
4367
  msgstr ""
4368
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
4369
 
4370
- #: app/features/mec/settings.php:948
4371
  msgid "Enable Google Recaptcha"
4372
  msgstr "Google Recaptcha aktivieren"
4373
 
4374
- #: app/features/mec/settings.php:955
4375
  msgid "Enable on booking form"
4376
  msgstr "Auf dem Buchungsformular aktivieren"
4377
 
4378
- #: app/features/mec/settings.php:961
4379
  #, fuzzy
4380
  #| msgid "Enable on \"Frontend Event Submittion\" form"
4381
  msgid "Enable on \"Frontend Event Submission\" form"
4382
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
4383
 
4384
- #: app/features/mec/settings.php:965
4385
  msgid "Site Key"
4386
  msgstr "Site Key (Seitenschlüssel)"
4387
 
4388
- #: app/features/mec/settings.php:971
4389
  msgid "Secret Key"
4390
  msgstr "Geheimschlüssel"
4391
 
4392
- #: app/features/mec/settings.php:985
4393
  msgid ""
4394
  "Show export module (iCal export and add to Google calendars) on event page"
4395
  msgstr ""
4396
  "Exportmodule auf Veranstaltungsseite anzeigen (iCal export und hinzufügen zu "
4397
  "Google calendars)"
4398
 
4399
- #: app/features/mec/settings.php:992
4400
  msgid "Google Calendar"
4401
  msgstr "Google Calendar"
4402
 
4403
- #: app/features/mec/settings.php:1012
4404
  msgid "Show event time based on local time of visitor on event page"
4405
  msgstr ""
4406
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
4407
  "Eventseite"
4408
 
4409
- #: app/features/mec/settings.php:1028
4410
  msgid "Show QR code of event in details page and booking invoice"
4411
  msgstr ""
4412
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
4413
  "an"
4414
 
4415
- #: app/features/mec/settings.php:1046
4416
  msgid "Show weather module on event page"
4417
  msgstr "Wettermodul auf der Eventseite anzeigen"
4418
 
4419
- #: app/features/mec/settings.php:1054
4420
  #, php-format
4421
  msgid "You can get a free API Key from %s"
4422
  msgstr "Sie können einen kostenlosen API-Schlüssel von% s erhalten"
4423
 
4424
- #: app/features/mec/settings.php:1066
4425
  msgid "Show countdown module on event page"
4426
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
4427
 
4428
- #: app/features/mec/settings.php:1071
4429
  msgid "Countdown Style"
4430
  msgstr "Countdown Stil"
4431
 
4432
- #: app/features/mec/settings.php:1074
4433
  msgid "Plain Style"
4434
  msgstr "Einfacher schlichter Stil"
4435
 
4436
- #: app/features/mec/settings.php:1075
4437
  msgid "Flip Style"
4438
  msgstr "Flip Stil"
4439
 
4440
- #: app/features/mec/settings.php:1087
4441
  msgid "Show social network module"
4442
  msgstr "Modul für Soziale Netzwerke anzeigen"
4443
 
4444
- #: app/features/mec/settings.php:1112
4445
  msgid "Show next event module on event page"
4446
  msgstr "Nächstes Event Modul auf der Eventseite anzeigen"
4447
 
4448
- #: app/features/mec/settings.php:1117
4449
  msgid "Method"
4450
  msgstr "Methode"
4451
 
4452
- #: app/features/mec/settings.php:1120
4453
  msgid "Next Occurrence of Current Event"
4454
  msgstr "Nächstes Auftreten des aktuellen Events"
4455
 
4456
- #: app/features/mec/settings.php:1121
4457
  msgid "Next Occurrence of Other Events"
4458
  msgstr "Nächstes Auftreten von anderen Events."
4459
 
4460
- #: app/features/mec/settings.php:1126 app/features/mec/settings.php:1131
4461
- #: app/features/mec/settings.php:1391 app/features/mec/settings.php:1396
4462
  msgid "Date Format"
4463
  msgstr "Datumsformat"
4464
 
4465
- #: app/features/mec/settings.php:1148 app/features/mec/settings.php:1156
4466
  msgid "Time Format"
4467
  msgstr "Zeitformat"
4468
 
4469
- #: app/features/mec/settings.php:1151
4470
  msgid "12 hours format with AM/PM"
4471
  msgstr "12-Stunden-Format mit AM/FM"
4472
 
4473
- #: app/features/mec/settings.php:1152
4474
  msgid "24 hours format"
4475
  msgstr "24-Stunden-Format"
4476
 
4477
- #: app/features/mec/settings.php:1158
4478
  msgid "This option, affects the selection of Start/End time."
4479
  msgstr ""
4480
 
4481
- #: app/features/mec/settings.php:1168
4482
  msgid "Events List Page"
4483
  msgstr "Seite Liste der Veranstaltungen"
4484
 
4485
- #: app/features/mec/settings.php:1177 app/features/mec/settings.php:1189
4486
  #, php-format
4487
  msgid "Put %s shortcode into the page."
4488
  msgstr "%s shortcode in die Seite einfügen"
4489
 
4490
- #: app/features/mec/settings.php:1180
4491
  msgid "Add/Edit Events Page"
4492
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
4493
 
4494
- #: app/features/mec/settings.php:1194
4495
  msgid "Enable event submission by guest (Not logged-in) users"
4496
  msgstr ""
4497
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
4498
  "erlauben"
4499
 
4500
- #: app/features/mec/settings.php:1201
4501
  msgid "Enable mandatory email and name for guest user"
4502
  msgstr ""
4503
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
4504
 
4505
- #: app/features/mec/settings.php:1205
4506
  msgid "Frontend Event Submission Sections"
4507
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
4508
 
4509
- #: app/features/mec/settings.php:1227 app/widgets/single.php:119
4510
  msgid "Event Categories"
4511
  msgstr "Veranstaltungskategorien"
4512
 
4513
- #: app/features/mec/settings.php:1233
4514
  msgid "Event Labels"
4515
  msgstr "Event Labels"
4516
 
4517
- #: app/features/mec/settings.php:1245
4518
  msgid "Event Tags"
4519
  msgstr "Event Schlagworte"
4520
 
4521
- #: app/features/mec/settings.php:1257 app/widgets/single.php:123
4522
  msgid "Event Organizer"
4523
  msgstr "Veranstaltungsmanager"
4524
 
4525
- #: app/features/mec/settings.php:1275
4526
  msgid "Booking Options"
4527
  msgstr "Buchungsoptionen"
4528
 
4529
- #: app/features/mec/settings.php:1281
4530
  #, fuzzy
4531
  #| msgid "Fees/Taxes Options"
4532
  msgid "Fees / Taxes Options"
4533
  msgstr "Gebühren/Steuer Optionen"
4534
 
4535
- #: app/features/mec/settings.php:1299
4536
  #, php-format
4537
  msgid ""
4538
  "Users can put a note for editors while they're submitting the event. Also "
@@ -4544,42 +4605,42 @@ msgstr ""
4544
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
4545
  "erhalten."
4546
 
4547
- #: app/features/mec/settings.php:1308 app/features/mec/settings.php:1317
4548
  msgid "Visibility of Note"
4549
  msgstr "Sichtbarkeit der Anmerkungen zum Event "
4550
 
4551
- #: app/features/mec/settings.php:1311
4552
  msgid "Always"
4553
  msgstr "Immer"
4554
 
4555
- #: app/features/mec/settings.php:1312
4556
  msgid "While event is not published"
4557
  msgstr "Das Ereignis wird nicht veröffentlicht"
4558
 
4559
- #: app/features/mec/settings.php:1319
4560
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4561
  msgstr ""
4562
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
4563
  "Ereignis im Backend bearbeitet."
4564
 
4565
- #: app/features/mec/settings.php:1332
4566
  #, php-format
4567
  msgid ""
4568
  "Put %s shortcode into your desired page. Then users are able to see history "
4569
  "of their bookings."
4570
  msgstr ""
4571
 
4572
- #: app/features/mec/settings.php:1337 app/features/mec/settings.php:1344
4573
  msgid "Exceptional days"
4574
  msgstr "Ausgesuchte ausnehmende Tage"
4575
 
4576
- #: app/features/mec/settings.php:1341
4577
  msgid "Show exceptional days option on Add/Edit events page"
4578
  msgstr ""
4579
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
4580
  "(Show exceptional days option on Add/Edit events page)"
4581
 
4582
- #: app/features/mec/settings.php:1346
4583
  msgid ""
4584
  "Using this option you can include/exclude certain days to/from event "
4585
  "occurrence dates."
@@ -4587,7 +4648,7 @@ msgstr ""
4587
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
4588
  "ausschließen."
4589
 
4590
- #: app/features/mec/settings.php:1361
4591
  msgid ""
4592
  "Show additional organizers option on Add/Edit events page and single event "
4593
  "page."
@@ -4595,13 +4656,13 @@ msgstr ""
4595
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4596
  "bearbeiten und auf der Seite für einzelne Events an."
4597
 
4598
- #: app/features/mec/settings.php:1367
4599
  #, fuzzy
4600
  #| msgid "Additional Organizers"
4601
  msgid "Additional locations"
4602
  msgstr "Zusätzliche Organisatoren"
4603
 
4604
- #: app/features/mec/settings.php:1371
4605
  #, fuzzy
4606
  #| msgid ""
4607
  #| "Show additional organizers option on Add/Edit events page and single "
@@ -4613,33 +4674,33 @@ msgstr ""
4613
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4614
  "bearbeiten und auf der Seite für einzelne Events an."
4615
 
4616
- #: app/features/mec/settings.php:1385
4617
  msgid "Enable booking module"
4618
  msgstr "Buchungsmodul aktivieren"
4619
 
4620
- #: app/features/mec/settings.php:1386
4621
  msgid ""
4622
  "After enable it, you should reloading this page to see Payment Gateways on "
4623
  "settings and see a new menu on Dashboard"
4624
  msgstr ""
4625
 
4626
- #: app/features/mec/settings.php:1398
4627
  msgid "Default is Y-m-d"
4628
  msgstr "Voreinstellung ist J-M-T"
4629
 
4630
- #: app/features/mec/settings.php:1407
4631
  msgid "Maximum Dates"
4632
  msgstr "Maximale Anzahl von Daten"
4633
 
4634
- #: app/features/mec/settings.php:1409
4635
  msgid "Default is 6"
4636
  msgstr "Die Voreinstellung ist 6"
4637
 
4638
- #: app/features/mec/settings.php:1413 app/features/mec/settings.php:1423
4639
  msgid "Thank You Page"
4640
  msgstr "Danke Seite"
4641
 
4642
- #: app/features/mec/settings.php:1425
4643
  msgid ""
4644
  "User redirects to this page after booking. Leave it empty if you want to "
4645
  "disable it."
@@ -4647,15 +4708,15 @@ msgstr ""
4647
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
4648
  "es leer, wenn Sie es deaktivieren möchten."
4649
 
4650
- #: app/features/mec/settings.php:1438
4651
  msgid "Enable Express Attendees Form"
4652
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
4653
 
4654
- #: app/features/mec/settings.php:1442 app/modules/booking/steps/form.php:49
4655
  msgid "Attendees Form"
4656
  msgstr "Teilnahmeformular"
4657
 
4658
- #: app/features/mec/settings.php:1444
4659
  msgid ""
4660
  "Users are able to apply first attendee information for other attendees in "
4661
  "the booking form."
@@ -4663,93 +4724,93 @@ msgstr ""
4663
  "Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
4664
  "Buchungsformular anwenden."
4665
 
4666
- #: app/features/mec/settings.php:1452
4667
  msgid "Email verification"
4668
  msgstr "Email-Verifizierung"
4669
 
4670
- #: app/features/mec/settings.php:1458
4671
  msgid "Auto verification for free bookings"
4672
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
4673
 
4674
- #: app/features/mec/settings.php:1467
4675
  msgid "Auto verification for paid bookings"
4676
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
4677
 
4678
- #: app/features/mec/settings.php:1477
4679
  msgid "Auto confirmation for free bookings"
4680
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
4681
 
4682
- #: app/features/mec/settings.php:1486
4683
  msgid "Auto confirmation for paid bookings"
4684
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
4685
 
4686
- #: app/features/mec/settings.php:1503
4687
  msgid "Enable coupons module"
4688
  msgstr "Gutscheinmodul aktivieren"
4689
 
4690
- #: app/features/mec/settings.php:1505
4691
  msgid ""
4692
  "After enable it, you should reloading this page to see a new menu on "
4693
  "Dashboard > Booking"
4694
  msgstr ""
4695
 
4696
- #: app/features/mec/settings.php:1521
4697
  msgid "Enable taxes / fees module"
4698
  msgstr "Modul für Gebühren/Steuern aktivieren"
4699
 
4700
- #: app/features/mec/settings.php:1526
4701
  msgid "Add Fee"
4702
  msgstr "Gebühr hinzufügen"
4703
 
4704
- #: app/features/mec/settings.php:1604
4705
  #, fuzzy
4706
  #| msgid "Enable coupons module"
4707
  msgid "Enable ticket options module"
4708
  msgstr "Gutscheinmodul aktivieren"
4709
 
4710
- #: app/features/mec/settings.php:1609
4711
  msgid "Add Variation / Option"
4712
  msgstr ""
4713
 
4714
- #: app/features/mec/settings.php:1695
4715
  msgid "Enable BuddyPress Integration"
4716
  msgstr "Buddy Press Integration deaktivieren"
4717
 
4718
- #: app/features/mec/settings.php:1702
4719
  msgid "Show \"Attendees Module\" in event details page"
4720
  msgstr "Zeigt \"Teilnehmermodul\" in Event Details Seite"
4721
 
4722
- #: app/features/mec/settings.php:1706
4723
  msgid "Attendees Limit"
4724
  msgstr "Teilnehmer Limit, maximale Anzahl"
4725
 
4726
- #: app/features/mec/settings.php:1714
4727
  msgid "Add booking activity to user profile"
4728
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
4729
 
4730
- #: app/features/mec/settings.php:1725
4731
  msgid "Enable Mailchimp Integration"
4732
  msgstr "Mailchimp Integration deaktivieren"
4733
 
4734
- #: app/features/mec/settings.php:1746 app/features/mec/settings.php:1751
4735
  msgid "List ID"
4736
  msgstr "List ID"
4737
 
4738
- #: app/features/mec/settings.php:1762 app/features/mec/settings.php:1770
4739
  msgid "Subscription Status"
4740
  msgstr "Buchungsstatus"
4741
 
4742
- #: app/features/mec/settings.php:1765
4743
  msgid "Subscribe automatically"
4744
  msgstr "automatisch Anmelden/Abonnieren"
4745
 
4746
- #: app/features/mec/settings.php:1766
4747
  msgid "Subscribe by verification"
4748
  msgstr ""
4749
  "Anmelden/Abonnieren durch Bestätigung\n"
4750
  " "
4751
 
4752
- #: app/features/mec/settings.php:1772
4753
  msgid ""
4754
  "If you choose \"Subscribe by verification\" then an email will send to user "
4755
  "by mailchimp for subscription verification."
@@ -4757,53 +4818,34 @@ msgstr ""
4757
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
4758
  "Benutzer per Mailchimp zur Bestätigung gesendet."
4759
 
4760
- #: app/features/mec/settings.php:1784
4761
  #, fuzzy
4762
  #| msgid "Filter Options"
4763
  msgid "Upload Field Options"
4764
  msgstr "Filteroptionen"
4765
 
4766
- #: app/features/mec/settings.php:1786
4767
  msgid "Mime types"
4768
  msgstr ""
4769
 
4770
- #: app/features/mec/settings.php:1790
4771
  msgid "Split mime types with \",\"."
4772
  msgstr ""
4773
 
4774
- #: app/features/mec/settings.php:1790
4775
  msgid "Default: jpeg,jpg,png,pdf"
4776
  msgstr ""
4777
 
4778
- #: app/features/mec/settings.php:1793
4779
  #, fuzzy
4780
  #| msgid "Amount (Per Ticket)"
4781
  msgid "Maximum file size"
4782
  msgstr "Betrag (pro Ticket)"
4783
 
4784
- #: app/features/mec/settings.php:1797
4785
  msgid "The unit is Megabyte \"MB\""
4786
  msgstr ""
4787
 
4788
- #: app/features/mec/settings.php:1806
4789
- msgid "Disable Gutenberg Page Builder."
4790
- msgstr ""
4791
-
4792
- #: app/features/mec/settings.php:1807
4793
- msgid ""
4794
- "If Check it, can disable the Gutenberg page builder, So if you want to use "
4795
- "the Gutenberg uncheck this checkbox."
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
-
4803
- #: app/features/mec/settings.php:1911
4804
- msgid "Please Refresh Page"
4805
- msgstr "Bitte Seiten Refresh vornehmen"
4806
-
4807
  #: app/features/mec/styles.php:96
4808
  msgid "Custom Styles"
4809
  msgstr "Benutzerdefinierte Stile"
@@ -4868,23 +4910,23 @@ msgstr "Schriftart Absätze"
4868
  msgid "Disable Google Fonts"
4869
  msgstr "Google Recaptcha aktivieren"
4870
 
4871
- #: app/features/mec/styling.php:283
4872
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4873
  msgstr ""
4874
 
4875
- #: app/features/mec/styling.php:294
4876
  msgid "Container Width"
4877
  msgstr ""
4878
 
4879
- #: app/features/mec/styling.php:296 app/features/mec/styling.php:301
4880
  msgid "Desktop Normal Screens"
4881
  msgstr ""
4882
 
4883
- #: app/features/mec/styling.php:303 app/features/mec/styling.php:319
4884
  msgid "You can enter your theme container size in this field"
4885
  msgstr ""
4886
 
4887
- #: app/features/mec/styling.php:312 app/features/mec/styling.php:317
4888
  msgid "Desktop Large Screens"
4889
  msgstr ""
4890
 
@@ -5306,7 +5348,7 @@ msgid "Insert organizer email address."
5306
  msgstr "Veranstalter Email-Adresse einfügen"
5307
 
5308
  #: app/features/organizers.php:118 app/features/organizers.php:154
5309
- #: app/features/organizers.php:289
5310
  msgid "Link to organizer page"
5311
  msgstr "Link zur Seite des Veranstalters"
5312
 
@@ -5333,40 +5375,40 @@ msgstr "Veranstalter verbergen"
5333
  msgid "Insert a new organizer"
5334
  msgstr "Neuen Veranstalter einfügen"
5335
 
5336
- #: app/features/organizers.php:268
5337
  msgid "Choose one of saved organizers or insert new one below."
5338
  msgstr ""
5339
  "Wählen Sie einen der gespeicherten Veranstalter aus oder legen Sie einen "
5340
  "neuen Veranstalter an."
5341
 
5342
- #: app/features/organizers.php:281
5343
  msgid "Phone number."
5344
  msgstr "Telefon"
5345
 
5346
- #: app/features/organizers.php:282
5347
  msgid "eg. +1 (234) 5678"
5348
  msgstr "z.B. +49 (1234) 56789"
5349
 
5350
- #: app/features/organizers.php:285
5351
  msgid "Email address."
5352
  msgstr "Mailadresse"
5353
 
5354
- #: app/features/organizers.php:286
5355
  msgid "eg. john@smith.com"
5356
  msgstr "z.B.. max@mustermann.com"
5357
 
5358
- #: app/features/organizers.php:290
5359
  #, fuzzy
5360
  #| msgid "http://webnus.net"
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"
5368
 
5369
- #: app/features/organizers.php:311
5370
  msgid ""
5371
  "You can select extra organizers in addition to main organizer if you like."
5372
  msgstr ""
@@ -5931,12 +5973,12 @@ msgstr "Register Button"
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
5934
- #: app/skins/masonry/render.php:134 app/skins/single/default.php:219
5935
- #: app/skins/single/default.php:221 app/skins/single/default.php:429
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"
@@ -5950,7 +5992,7 @@ msgstr "Ansicht Detail Button"
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
@@ -6029,23 +6071,30 @@ msgstr "Eine neue Buchung ist eingegangen."
6029
  msgid "A new event is added."
6030
  msgstr "Eine neue Veranstaltung wurde hinzugefügt."
6031
 
6032
- #: app/libraries/notifications.php:509
 
 
 
 
 
 
 
6033
  msgid "to"
6034
  msgstr ""
6035
 
6036
- #: app/libraries/notifications.php:520 app/modules/export/details.php:27
6037
  msgid "+ Add to Google Calendar"
6038
  msgstr "+ zum Google Calendar hinzufügen"
6039
 
6040
- #: app/libraries/notifications.php:521 app/modules/export/details.php:28
6041
  msgid "+ iCal export"
6042
  msgstr "+ zu iCal exportieren"
6043
 
6044
- #: app/libraries/notifications.php:585
6045
  msgid "Yes"
6046
  msgstr "Ja"
6047
 
6048
- #: app/libraries/notifications.php:585
6049
  msgid "No"
6050
  msgstr "Nein"
6051
 
@@ -6053,14 +6102,7 @@ msgstr "Nein"
6053
  msgid "Skin controller does not exist."
6054
  msgstr "Skin contoller existiert nicht."
6055
 
6056
- #: app/libraries/render.php:436 app/modules/local-time/details.php:47
6057
- #: app/modules/next-event/details.php:97 app/skins/single/default.php:73
6058
- #: app/skins/single/default.php:283 app/skins/single/m1.php:34
6059
- #: app/skins/single/modern.php:172
6060
- msgid "All of the day"
6061
- msgstr "Den ganzen Tag"
6062
-
6063
- #: app/libraries/skins.php:897
6064
  msgid "Ignore month and years"
6065
  msgstr "Monat und Jahre ignorieren"
6066
 
@@ -6177,9 +6219,9 @@ msgstr "Nächstes Event"
6177
  msgid "Go to occurrence page"
6178
  msgstr "Zum Event"
6179
 
6180
- #: app/modules/next-event/details.php:91 app/skins/single/default.php:67
6181
- #: app/skins/single/default.php:277 app/skins/single/m1.php:28
6182
- #: app/skins/single/modern.php:166
6183
  msgid "Time"
6184
  msgstr "Uhrzeit"
6185
 
@@ -6284,31 +6326,35 @@ msgstr "Veranstaltungen für %s"
6284
  msgid "No Events"
6285
  msgstr "Keine Veranstaltungen"
6286
 
6287
- #: app/skins/single.php:209 app/skins/single/default.php:192
6288
- #: app/skins/single/default.php:402 app/skins/single/m1.php:100
6289
- #: app/skins/single/m2.php:32 app/skins/single/modern.php:31
 
 
 
 
6290
  msgid "Phone"
6291
  msgstr "Phone"
6292
 
6293
- #: app/skins/single.php:223 app/skins/single/default.php:206
6294
- #: app/skins/single/default.php:416 app/skins/single/m1.php:114
6295
- #: app/skins/single/m2.php:46 app/skins/single/modern.php:45
6296
  msgid "Website"
6297
  msgstr "Website"
6298
 
6299
- #: app/skins/single.php:292
6300
  #, fuzzy
6301
  #| msgid "No Search Options"
6302
  msgid "Speakers:"
6303
  msgstr "Keine Suchoptionen"
6304
 
6305
- #: app/skins/single/default.php:30 app/skins/single/m1.php:235
6306
- #: app/skins/single/m2.php:173 app/skins/single/modern.php:244
6307
  msgid "Sold out!"
6308
  msgstr "Ausverkauft!"
6309
 
6310
- #: app/skins/single/default.php:40 app/skins/single/m1.php:244
6311
- #: app/skins/single/m2.php:182 app/skins/single/modern.php:254
6312
  msgid "Tags: "
6313
  msgstr "Tags:"
6314
 
@@ -6772,11 +6818,6 @@ msgstr "http://webnus.net"
6772
  #~ msgid "WooCommerce Integration"
6773
  #~ msgstr "Buddy Press Integration"
6774
 
6775
- #, fuzzy
6776
- #~| msgid "MEC Single Sidebar"
6777
- #~ msgid "Elementor Single Builder"
6778
- #~ msgstr "MEC Single Sidebar"
6779
-
6780
  #~ msgid "Insert multiple recipients, comma separated."
6781
  #~ msgstr "Mehrere Empfänger einfügen, durch Komma getrennt."
6782
 
2
  msgstr ""
3
  "Project-Id-Version: ME Calender\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-03 14:18+0430\n"
6
+ "PO-Revision-Date: 2019-06-03 14:18+0430\n"
7
  "Last-Translator: Jogon <koenig@kafinanz.de>\n"
8
  "Language-Team: German\n"
9
  "Language: de_DE\n"
54
  msgid "Select Type"
55
  msgstr "Alles Auswählen"
56
 
57
+ #: app/features/colors.php:50 app/features/fes/form.php:567
58
+ #: app/features/mec/settings.php:1195
59
  msgid "Event Color"
60
  msgstr "Farbe der Veranstaltung"
61
 
62
  #: app/features/contextual.php:55 app/features/mec.php:328
63
+ #: app/features/mec/dashboard.php:107 app/features/mec/gateways.php:24
64
  #: app/features/mec/ie.php:20 app/features/mec/messages.php:24
65
  #: app/features/mec/notifications.php:23 app/features/mec/regform.php:60
66
  #: app/features/mec/settings.php:41 app/features/mec/styles.php:24
69
  msgid "Settings"
70
  msgstr "Einstellungen"
71
 
72
+ #: app/features/contextual.php:62 app/features/events.php:1700
73
  #: app/features/mec/gateways.php:33 app/features/mec/ie.php:29
74
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
75
  #: app/features/mec/regform.php:68 app/features/mec/regform.php:131
76
+ #: app/features/mec/settings.php:216 app/features/mec/styles.php:33
77
  #: app/features/mec/styling.php:55 app/features/mec/support.php:29
78
  msgid "Booking Form"
79
  msgstr "Buchungsformular"
95
  #: app/features/contextual.php:70 app/features/mec/gateways.php:40
96
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
97
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
98
+ #: app/features/mec/regform.php:75 app/features/mec/settings.php:223
99
  #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
100
  #: app/features/mec/support.php:36
101
  msgid "Payment Gateways"
113
 
114
  #: app/features/contextual.php:77 app/features/mec/gateways.php:49
115
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
116
+ #: app/features/mec/notifications.php:48 app/features/mec/regform.php:83
117
+ #: app/features/mec/settings.php:233 app/features/mec/styles.php:49
118
+ #: app/features/mec/styling.php:71 app/features/mec/support.php:45
 
119
  msgid "Notifications"
120
  msgstr "Benachrichtigungen"
121
 
195
  "\"0\" allowfullscreen></iframe>"
196
 
197
  #: app/features/contextual.php:117 app/features/mec/settings.php:48
198
+ #: app/features/mec/settings.php:285
199
  msgid "General Options"
200
  msgstr "Allgemeine Einstellungen"
201
 
202
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
203
+ #: app/features/mec/settings.php:602
204
  msgid "Slugs/Permalinks"
205
  msgstr "Slug/Permalinks"
206
 
207
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
208
+ #: app/features/mec/settings.php:636
209
  msgid "Event Details/Single Event Page"
210
  msgstr "Event Details / Einzelveranstaltungsseite"
211
 
212
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
213
+ #: app/features/mec/settings.php:734
214
  msgid "Currency Options"
215
  msgstr "Währungseinstellungen"
216
 
217
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
218
+ #: app/features/mec/settings.php:808 app/features/mec/settings.php:826
219
  msgid "Google Maps Options"
220
  msgstr "Google Maps Einstellungen"
221
 
222
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
223
+ #: app/features/mec/settings.php:906
224
  msgid "Google Recaptcha Options"
225
  msgstr "Google Recaptcha Einstellungen"
226
 
227
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
228
+ #: app/features/mec/settings.php:1024
229
  msgid "Countdown Options"
230
  msgstr "Countdown Einstellungsoptionen"
231
 
232
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
233
+ #: app/features/mec/settings.php:1045
234
  msgid "Social Networks"
235
  msgstr "Soziale Netzwerke"
236
 
237
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
238
+ #: app/features/mec/settings.php:1070
239
  msgid "Next Event Module"
240
  msgstr "Nächstes Veranstaltung Modul"
241
 
242
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
243
+ #: app/features/mec/settings.php:1104
244
  msgid "Frontend Event Submission"
245
  msgstr "Erstellung von Veranstaltungen im Frontend"
246
 
247
+ #: app/features/contextual.php:298 app/features/events.php:791
248
  #: app/features/mec/settings.php:150
249
  msgid "Exceptional Days"
250
  msgstr "Herausgenommene Tage "
251
 
252
  #: app/features/contextual.php:308 app/features/events.php:272
253
+ #: app/features/mec/settings.php:168 app/features/mec/settings.php:1324
254
  msgid "Booking"
255
  msgstr "Buchung / Reservierung"
256
 
257
  #: app/features/contextual.php:318 app/features/mec/settings.php:174
258
+ #: app/features/mec/settings.php:1433
259
  msgid "Coupons"
260
  msgstr "Gutscheine"
261
 
262
  #: app/features/contextual.php:326 app/features/mec/settings.php:192
263
+ #: app/features/mec/settings.php:1611
264
  msgid "BuddyPress Integration"
265
  msgstr "Buddy Press Integration"
266
 
267
  #: app/features/contextual.php:334 app/features/mec/settings.php:198
268
+ #: app/features/mec/settings.php:1641
269
  msgid "Mailchimp Integration"
270
  msgstr "Mailchimp Integration"
271
 
274
  msgstr "MEC Aktivierung"
275
 
276
  #: app/features/events.php:134 app/features/ix/export.php:34
277
+ #: app/features/mec/dashboard.php:187 app/skins/daily_view/tpl.php:79
278
  #: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
279
  msgid "Events"
280
  msgstr "Veranstaltungen"
281
 
282
  #: app/features/events.php:135
283
+ #: app/features/mec/meta_boxes/display_options.php:840
284
+ #: app/features/mec/meta_boxes/display_options.php:896
285
+ #: app/features/mec/meta_boxes/display_options.php:931
286
  #: app/features/profile/profile.php:28 app/skins/daily_view/tpl.php:80
287
  #: app/skins/monthly_view/tpl.php:71 app/skins/yearly_view/tpl.php:69
288
  msgid "Event"
292
  msgid "Add Event"
293
  msgstr "Veranstaltung hinzufügen"
294
 
295
+ #: app/features/events.php:137 app/features/mec/dashboard.php:106
296
  msgid "Add New Event"
297
  msgstr "Neue Veranstaltung hinzufügen"
298
 
318
  msgstr "Keine Veranstaltungen im Papierkorb gefunden!"
319
 
320
  #: app/features/events.php:159
321
+ #: app/features/mec/meta_boxes/display_options.php:771
322
  #: app/features/mec/meta_boxes/search_form.php:31
323
  #: app/features/mec/meta_boxes/search_form.php:92
324
  #: app/features/mec/meta_boxes/search_form.php:153
329
  #: app/features/mec/meta_boxes/search_form.php:416
330
  #: app/features/mec/meta_boxes/search_form.php:477
331
  #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
332
+ #: app/libraries/skins.php:775 app/skins/single/default.php:167
333
+ #: app/skins/single/default.php:378 app/skins/single/m1.php:170
334
+ #: app/skins/single/m2.php:102 app/skins/single/modern.php:109
335
  msgid "Category"
336
  msgstr "Kategorie"
337
 
338
+ #: app/features/events.php:160 app/features/fes/form.php:519
339
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
340
  #: app/libraries/main.php:4375
341
  msgid "Categories"
409
  msgid "Event Details"
410
  msgstr "Veranstaltungsdetails"
411
 
412
+ #: app/features/events.php:306 app/features/events.php:2557
413
+ #: app/features/events.php:2599 app/features/fes/form.php:480
414
  #: app/features/ix.php:2740 app/features/ix.php:2781
415
+ #: app/features/mec/settings.php:1171 app/libraries/main.php:4408
416
  #: app/widgets/single.php:103
417
  msgid "Event Cost"
418
  msgstr ""
419
  "Bruttopreis des Events in Euro, 0 für kostenlos oder z.B. 39, ohne €-Zeichen"
420
 
421
+ #: app/features/events.php:309 app/features/fes/form.php:483
422
+ #: app/libraries/main.php:4409 app/skins/single/default.php:101
423
+ #: app/skins/single/default.php:312 app/skins/single/m1.php:49
424
+ #: app/skins/single/modern.php:198
425
  msgid "Cost"
426
  msgstr " Preis"
427
 
433
  msgid "Guest Data"
434
  msgstr "Gäste Daten"
435
 
436
+ #: app/features/events.php:410 app/features/events.php:1682
437
+ #: app/features/fes/form.php:442 app/features/labels.php:177
438
+ #: app/features/mec/regform.php:27 app/features/organizers.php:274
439
+ #: app/features/profile/profile.php:90 app/libraries/notifications.php:580
440
  #: app/modules/booking/steps/form.php:35
441
  msgid "Name"
442
  msgstr "Name"
443
 
444
+ #: app/features/events.php:411 app/features/events.php:1693
445
+ #: app/features/events.php:1766 app/features/fes/form.php:438
446
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
447
  #: app/features/organizers.php:110 app/features/organizers.php:150
448
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
449
  #: app/features/speakers.php:179 app/libraries/main.php:1087
450
  #: app/libraries/main.php:1168 app/libraries/main.php:2199
451
+ #: app/libraries/notifications.php:581 app/modules/booking/steps/form.php:43
452
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:236
453
+ #: app/skins/single/default.php:209 app/skins/single/default.php:420
454
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
455
+ #: app/skins/single/modern.php:48
456
  msgid "Email"
457
  msgstr "Email"
458
 
461
  msgstr "Datum und Uhrzeit"
462
 
463
  #: app/features/events.php:419 app/features/events.php:423
464
+ #: app/features/events.php:2379 app/features/events.php:2557
465
+ #: app/features/events.php:2599 app/features/fes/form.php:227
466
  #: app/features/fes/form.php:231 app/features/ix.php:2740
467
  #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
468
+ #: app/features/mec/dashboard.php:331
469
  #: app/features/mec/meta_boxes/display_options.php:42
470
+ #: app/features/mec/meta_boxes/display_options.php:169
471
+ #: app/features/mec/meta_boxes/display_options.php:307
472
+ #: app/features/mec/meta_boxes/display_options.php:362
473
+ #: app/features/mec/meta_boxes/display_options.php:481
474
+ #: app/features/mec/meta_boxes/display_options.php:535
475
+ #: app/features/mec/meta_boxes/display_options.php:582
476
+ #: app/features/mec/meta_boxes/display_options.php:615
477
+ #: app/features/mec/meta_boxes/display_options.php:650
478
+ #: app/features/mec/meta_boxes/display_options.php:696
479
+ #: app/features/mec/meta_boxes/display_options.php:739
480
+ #: app/features/mec/meta_boxes/display_options.php:954
481
+ #: app/features/mec/meta_boxes/display_options.php:1041
482
  msgid "Start Date"
483
  msgstr "Start Datum"
484
 
485
  #: app/features/events.php:487 app/features/events.php:568
486
+ #: app/features/events.php:1156 app/features/events.php:1194
487
+ #: app/features/events.php:1313 app/features/events.php:1336
488
  #: app/features/fes/form.php:259 app/features/fes/form.php:299
489
  msgid "AM"
490
  msgstr "AM"
491
 
492
  #: app/features/events.php:493 app/features/events.php:574
493
+ #: app/features/events.php:1162 app/features/events.php:1200
494
+ #: app/features/events.php:1314 app/features/events.php:1337
495
  #: app/features/fes/form.php:260 app/features/fes/form.php:300
496
  msgid "PM"
497
  msgstr "PM"
498
 
499
  #: app/features/events.php:500 app/features/events.php:504
500
+ #: app/features/events.php:2380 app/features/events.php:2557
501
+ #: app/features/events.php:2599 app/features/fes/form.php:267
502
  #: app/features/fes/form.php:271 app/features/ix.php:2740
503
  #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
504
+ #: app/features/mec/dashboard.php:332
505
  msgid "End Date"
506
  msgstr "Ende Datum"
507
 
522
  msgid "Time Comment"
523
  msgstr "z.B. MEZ "
524
 
525
+ #: app/features/events.php:609 app/features/fes/form.php:317
526
  #, fuzzy
527
  #| msgid ""
528
  #| "It shows next to event time on calendar. You can insert Timezone etc. in "
534
  "Neben der Zeit im Kalender wird diese Angabe angezeigt. In diesem Feld "
535
  "können Sie z.B. eine Zeitzone wie z.B. \"MEZ\" usw. einfügen. "
536
 
537
+ #: app/features/events.php:609 app/features/events.php:702
538
+ #: app/features/events.php:768 app/features/events.php:806
539
+ #: app/features/events.php:1024 app/features/events.php:1082
540
+ #: app/features/events.php:1213 app/features/events.php:1223
541
+ #: app/features/events.php:1350 app/features/events.php:1360
542
+ #: app/features/events.php:1465 app/features/events.php:1496
543
+ #: app/features/events.php:1580 app/features/events.php:1590
544
+ #: app/features/events.php:1614 app/features/events.php:1624
545
+ #: app/features/fes/form.php:404 app/features/locations.php:298
546
+ #: app/features/mec/dashboard.php:71
547
+ #: app/features/mec/meta_boxes/display_options.php:60
548
+ #: app/features/mec/meta_boxes/display_options.php:73
549
+ #: app/features/mec/meta_boxes/display_options.php:86
550
+ #: app/features/mec/meta_boxes/display_options.php:97
551
+ #: app/features/mec/meta_boxes/display_options.php:109
552
+ #: app/features/mec/meta_boxes/display_options.php:187
553
+ #: app/features/mec/meta_boxes/display_options.php:199
554
+ #: app/features/mec/meta_boxes/display_options.php:211
555
+ #: app/features/mec/meta_boxes/display_options.php:224
556
+ #: app/features/mec/meta_boxes/display_options.php:235
557
+ #: app/features/mec/meta_boxes/display_options.php:248
558
+ #: app/features/mec/meta_boxes/display_options.php:259
559
+ #: app/features/mec/meta_boxes/display_options.php:326
560
+ #: app/features/mec/meta_boxes/display_options.php:498
561
+ #: app/features/mec/meta_boxes/display_options.php:758
562
+ #: app/features/mec/meta_boxes/display_options.php:811
563
+ #: app/features/mec/meta_boxes/display_options.php:823
564
+ #: app/features/mec/meta_boxes/display_options.php:834
565
+ #: app/features/mec/meta_boxes/display_options.php:866
566
+ #: app/features/mec/meta_boxes/display_options.php:877
567
+ #: app/features/mec/meta_boxes/display_options.php:890
568
+ #: app/features/mec/meta_boxes/display_options.php:925
569
+ #: app/features/mec/meta_boxes/display_options.php:974
570
+ #: app/features/mec/meta_boxes/display_options.php:985
571
+ #: app/features/mec/meta_boxes/display_options.php:996
572
+ #: app/features/mec/meta_boxes/display_options.php:1061
573
+ #: app/features/mec/meta_boxes/display_options.php:1074
574
+ #: app/features/mec/meta_boxes/display_options.php:1087
575
+ #: app/features/mec/meta_boxes/display_options.php:1100
576
+ #: app/features/mec/meta_boxes/display_options.php:1113
577
+ #: app/features/mec/notifications.php:164
578
+ #: app/features/mec/notifications.php:222
579
+ #: app/features/mec/notifications.php:274
580
+ #: app/features/mec/notifications.php:327
581
+ #: app/features/mec/notifications.php:390
582
+ #: app/features/mec/notifications.php:401
583
+ #: app/features/mec/notifications.php:462 app/features/mec/settings.php:299
584
+ #: app/features/mec/settings.php:318 app/features/mec/settings.php:345
585
+ #: app/features/mec/settings.php:365 app/features/mec/settings.php:386
586
+ #: app/features/mec/settings.php:406 app/features/mec/settings.php:483
587
+ #: app/features/mec/settings.php:557 app/features/mec/settings.php:574
588
+ #: app/features/mec/settings.php:591 app/features/mec/settings.php:610
589
+ #: app/features/mec/settings.php:624 app/features/mec/settings.php:644
590
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:679
591
+ #: app/features/mec/settings.php:695 app/features/mec/settings.php:710
592
+ #: app/features/mec/settings.php:724 app/features/mec/settings.php:752
593
+ #: app/features/mec/settings.php:827 app/features/mec/settings.php:844
594
+ #: app/features/mec/settings.php:879 app/features/mec/settings.php:895
595
+ #: app/features/mec/settings.php:1094 app/features/mec/settings.php:1116
596
+ #: app/features/mec/settings.php:1254 app/features/mec/settings.php:1271
597
+ #: app/features/mec/settings.php:1295 app/features/mec/settings.php:1344
598
+ #: app/features/mec/settings.php:1368 app/features/mec/settings.php:1384
599
+ #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1507
600
+ #: app/features/mec/settings.php:1555 app/features/mec/settings.php:1565
601
+ #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1597
602
+ #: app/features/mec/settings.php:1656 app/features/mec/settings.php:1669
603
+ #: app/features/mec/settings.php:1685 app/features/mec/styling.php:282
604
+ #: app/features/mec/styling.php:299 app/features/mec/styling.php:312
605
+ #: app/features/organizers.php:267 app/skins/single/default.php:116
606
+ #: app/skins/single/default.php:327 app/skins/single/m1.php:192
607
+ #: app/skins/single/m2.php:125 app/skins/single/modern.php:132
608
  msgid "Read More"
609
  msgstr "Mehr lesen"
610
 
611
+ #: app/features/events.php:623 app/features/fes/form.php:323
612
  msgid "Event Repeating"
613
  msgstr "Wiederholende Veranstaltung"
614
 
615
+ #: app/features/events.php:627 app/features/fes/form.php:327
616
  msgid "Repeats"
617
  msgstr "Wiederholend"
618
 
619
+ #: app/features/events.php:634 app/features/fes/form.php:329
620
+ #: app/features/mec/dashboard.php:334 app/skins/full_calendar/tpl.php:73
621
  msgid "Daily"
622
  msgstr "Täglich"
623
 
624
+ #: app/features/events.php:640 app/features/fes/form.php:330
625
  msgid "Every Weekday"
626
  msgstr "An jedem Wochentag"
627
 
628
+ #: app/features/events.php:646 app/features/fes/form.php:331
629
  msgid "Every Weekend"
630
  msgstr "An jedem Wochenende"
631
 
632
+ #: app/features/events.php:652 app/features/fes/form.php:332
633
  msgid "Certain Weekdays"
634
  msgstr "Bestimmte Wochentage"
635
 
636
+ #: app/features/events.php:658 app/features/fes/form.php:333
637
  #: app/skins/full_calendar/tpl.php:72
638
  msgid "Weekly"
639
  msgstr "Wöchentlich"
640
 
641
+ #: app/features/events.php:664 app/features/fes/form.php:334
642
+ #: app/features/mec/dashboard.php:335 app/skins/full_calendar/tpl.php:71
643
  msgid "Monthly"
644
  msgstr "Monatlich"
645
 
646
+ #: app/features/events.php:670 app/features/fes/form.php:335
647
+ #: app/features/mec/dashboard.php:336 app/skins/full_calendar/tpl.php:70
648
  msgid "Yearly"
649
  msgstr "Jährlich"
650
 
651
+ #: app/features/events.php:676 app/features/fes/form.php:336
652
  msgid "Custom Days"
653
  msgstr "Benutzerdefinierte Tage"
654
 
655
+ #: app/features/events.php:680 app/features/fes/form.php:340
656
  msgid "Repeat Interval"
657
  msgstr "Wiederholungsintervall"
658
 
659
+ #: app/features/events.php:681 app/features/fes/form.php:341
660
  msgid "Repeat interval"
661
  msgstr "Wiederholungsintervall"
662
 
663
+ #: app/features/events.php:684 app/features/fes/form.php:344
664
  msgid "Week Days"
665
  msgstr "Wochentage"
666
 
667
+ #: app/features/events.php:685 app/features/fes/form.php:345
668
  #: app/libraries/main.php:406
669
  msgid "Monday"
670
  msgstr "Montag"
671
 
672
+ #: app/features/events.php:686 app/features/fes/form.php:346
673
  #: app/libraries/main.php:406
674
  msgid "Tuesday"
675
  msgstr "Dienstag"
676
 
677
+ #: app/features/events.php:687 app/features/fes/form.php:347
678
  #: app/libraries/main.php:406
679
  msgid "Wednesday"
680
  msgstr "Mittwoch"
681
 
682
+ #: app/features/events.php:688 app/features/fes/form.php:348
683
  #: app/libraries/main.php:406
684
  msgid "Thursday"
685
  msgstr "Donnerstag"
686
 
687
+ #: app/features/events.php:689 app/features/fes/form.php:349
688
  #: app/libraries/main.php:406
689
  msgid "Friday"
690
  msgstr "Freitag"
691
 
692
+ #: app/features/events.php:690 app/features/fes/form.php:350
693
  #: app/libraries/main.php:406
694
  msgid "Saturday"
695
  msgstr "Samstag"
696
 
697
+ #: app/features/events.php:691 app/features/fes/form.php:351
698
  #: app/libraries/main.php:406
699
  msgid "Sunday"
700
  msgstr "Sonntag"
701
 
702
+ #: app/features/events.php:696 app/features/events.php:1260
703
+ #: app/features/events.php:1274 app/features/events.php:1386
704
  #: app/features/fes/form.php:356 app/features/ix/import_f_calendar.php:42
705
  #: app/features/ix/import_g_calendar.php:51
706
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
707
  msgid "Start"
708
  msgstr "Start"
709
 
710
+ #: app/features/events.php:697 app/features/events.php:1261
711
+ #: app/features/events.php:1275 app/features/events.php:1387
712
  #: app/features/fes/form.php:357
713
  #, fuzzy
714
  #| msgid "Enabled"
715
  msgid "End"
716
  msgstr "Aktiviert"
717
 
718
+ #: app/features/events.php:698 app/features/events.php:802
719
+ #: app/features/events.php:894 app/features/events.php:958
720
+ #: app/features/events.php:1112 app/features/events.php:1247
721
+ #: app/features/events.php:1378 app/features/events.php:1445
722
+ #: app/features/events.php:1560 app/features/fes/form.php:358
723
  msgid "Add"
724
  msgstr "Hinzufügen"
725
 
726
+ #: app/features/events.php:701
727
  #, fuzzy
728
  #| msgid "Custom Days"
729
  msgid "Custom Days Repeating"
730
  msgstr "Benutzerdefinierte Tage"
731
 
732
+ #: app/features/events.php:702
733
  msgid ""
734
  "Add certain days to event occurrence dates. If you have single day event, "
735
  "start and end date should be the same, If you have multiple day event the "
736
  "start and end dates must be commensurate with the initial date."
737
  msgstr ""
738
 
739
+ #: app/features/events.php:731 app/features/fes/form.php:382
740
  msgid "Ends Repeat"
741
  msgstr "Wiederholung endet"
742
 
743
+ #: app/features/events.php:740 app/features/fes/form.php:386
744
  msgid "Never"
745
  msgstr "Niemals"
746
 
747
+ #: app/features/events.php:750 app/features/fes/form.php:391
748
  msgid "On"
749
  msgstr "Am"
750
 
751
+ #: app/features/events.php:762 app/features/fes/form.php:398
752
  msgid "After"
753
  msgstr "Nach"
754
 
755
+ #: app/features/events.php:764 app/features/events.php:767
756
  #: app/features/fes/form.php:400 app/features/fes/form.php:403
757
  msgid "Occurrences times"
758
  msgstr " mal vorkommen"
759
 
760
+ #: app/features/events.php:768 app/features/fes/form.php:404
761
  msgid ""
762
  "The event will finish after certain repeats. For example if you set it to "
763
  "10, the event will finish after 10 repeats."
765
  "Das Event ist nach einer bestimmten Anzahl von Wiederholungen zu Ende. Zum "
766
  "Beispiel: Bei Eingabe von 10 wird das Event nach 10 Wiederholungen beendet"
767
 
768
+ #: app/features/events.php:797 app/features/events.php:805
769
  msgid "Exclude certain days"
770
  msgstr "Ausschluss bestimmter Tage"
771
 
772
+ #: app/features/events.php:801 app/features/events.php:1767
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:65
777
+ #: app/skins/single/default.php:276 app/skins/single/m1.php:16
778
+ #: app/skins/single/modern.php:165
779
  msgid "Date"
780
  msgstr "Datum"
781
 
782
+ #: app/features/events.php:806
783
  msgid ""
784
  "Exclude certain days from event occurrence dates. Please note that you can "
785
  "exclude only single day occurrences and you cannot exclude one day from "
786
  "multiple day occurrences."
787
  msgstr ""
788
 
789
+ #: app/features/events.php:854 app/libraries/render.php:454
790
  msgid "Day 1"
791
  msgstr ""
792
 
793
+ #: app/features/events.php:876 app/features/mec/settings.php:1225
794
+ #: app/skins/single.php:298
795
  msgid "Hourly Schedule"
796
  msgstr "Stundenplan"
797
 
798
+ #: app/features/events.php:879
799
  msgid "Add Day"
800
  msgstr ""
801
 
802
+ #: app/features/events.php:880
803
  msgid ""
804
  "Add new days for schedule. For example if your event is multiple days, you "
805
  "can add a different schedule for each day!"
806
  msgstr ""
807
 
808
+ #: app/features/events.php:886
809
  #, php-format
810
  msgid "Day %s"
811
  msgstr ""
812
 
813
+ #: app/features/events.php:889 app/features/events.php:908
814
+ #: app/features/events.php:928 app/features/events.php:953
815
+ #: app/features/events.php:969 app/features/events.php:1572
816
+ #: app/features/events.php:1606 app/features/events.php:2376
817
+ #: app/features/events.php:2557 app/features/events.php:2599
818
  #: app/features/fes/form.php:216 app/features/ix.php:2740
819
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1547
820
+ #: app/features/mec/settings.php:1579 app/features/mec/styling.php:194
821
  msgid "Title"
822
  msgstr "Titel"
823
 
824
+ #: app/features/events.php:891 app/features/events.php:910
825
+ #: app/features/events.php:930 app/features/events.php:955
826
+ #: app/features/events.php:971 app/features/events.php:1241
827
+ #: app/features/events.php:1264 app/features/events.php:1278
828
+ #: app/features/events.php:1373 app/features/events.php:1390
829
+ #: app/features/events.php:1477 app/features/events.php:1508
830
+ #: app/features/events.php:1595 app/features/events.php:1629
831
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1490
832
+ #: app/features/mec/settings.php:1519 app/features/mec/settings.php:1570
833
+ #: app/features/mec/settings.php:1602 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
841
  msgid "Remove"
842
  msgstr "Entfernen"
843
 
844
+ #: app/features/events.php:895 app/features/events.php:959
845
  msgid "Add new hourly schedule row"
846
  msgstr "Neue Stundenplan-Zeile hinzufügen"
847
 
848
+ #: app/features/events.php:906 app/features/events.php:926
849
+ #: app/features/events.php:967
850
  msgid "From e.g. 8:15"
851
  msgstr "Von z.B. 08:15 Uhr"
852
 
853
+ #: app/features/events.php:907 app/features/events.php:927
854
+ #: app/features/events.php:968
855
  msgid "To e.g. 8:45"
856
  msgstr "bis zum Beispiel 08:45 Uhr"
857
 
858
+ #: app/features/events.php:909 app/features/events.php:929
859
+ #: app/features/events.php:970 app/features/events.php:1205
860
+ #: app/features/events.php:1342
861
  msgid "Description"
862
  msgstr "Beschreibung"
863
 
864
+ #: app/features/events.php:913 app/features/events.php:933
865
+ #: app/features/events.php:974 app/features/fes/form.php:612
866
  #: app/features/mec.php:324 app/features/mec/settings.php:78
867
+ #: app/features/mec/settings.php:1219 app/features/speakers.php:57
868
  #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
869
  msgid "Speakers"
870
  msgstr ""
871
 
872
+ #: app/features/events.php:950 app/features/events.php:954
873
  #, fuzzy
874
  #| msgid "Week Days"
875
  msgid "New Day"
876
  msgstr "Wochentage"
877
 
878
+ #: app/features/events.php:1001 app/features/fes/form.php:457
879
+ #: app/features/mec/settings.php:1165
880
  msgid "Event Links"
881
  msgstr "Veranstaltungslinks"
882
 
883
+ #: app/features/events.php:1003 app/features/events.php:1007
884
+ #: app/features/fes/form.php:459 app/libraries/main.php:4406
885
  msgid "Event Link"
886
  msgstr "Veranstaltungslink"
887
 
888
+ #: app/features/events.php:1004 app/features/events.php:1015
889
+ #: app/features/fes/form.php:460 app/features/fes/form.php:465
890
  msgid "eg. http://yoursite.com/your-event"
891
  msgstr "z.B. http://ihreseite.com/ihre-veranstaltung"
892
 
893
+ #: app/features/events.php:1008
894
  #, fuzzy
895
  #| msgid ""
896
  #| "If you fill it, it will be replaced instead of default event page link. "
904
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
905
  "einschließlich http(s)://"
906
 
907
+ #: app/features/events.php:1008
908
  msgid "URL Shortener"
909
  msgstr ""
910
 
911
+ #: app/features/events.php:1014 app/features/events.php:1023
912
+ #: app/features/fes/form.php:464 app/libraries/main.php:4407
913
+ #: app/skins/single/default.php:115 app/skins/single/default.php:326
914
+ #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
915
+ #: app/skins/single/modern.php:131 app/widgets/single.php:107
916
  msgid "More Info"
917
  msgstr "Mehr Informationen"
918
 
919
+ #: app/features/events.php:1016 app/features/fes/form.php:466
920
  msgid "More Information"
921
  msgstr "z.B. Noch mehr Informationen "
922
 
923
+ #: app/features/events.php:1018 app/features/fes/form.php:468
924
  msgid "Current Window"
925
  msgstr "Aktuelles Fenster"
926
 
927
+ #: app/features/events.php:1019 app/features/fes/form.php:469
928
  msgid "New Window"
929
  msgstr "Neues Fenster"
930
 
931
+ #: app/features/events.php:1024 app/features/fes/form.php:471
932
  msgid ""
933
  "If you fill it, it will be shown in event details page as an optional link. "
934
  "Insert full link including http(s)://"
939
  "Text angezeigt werden soll: zum Beispiel: Noch mehr Informationen oder Hier "
940
  "zur Anmeldung (z.B. bei Webinaren sinnvoll) "
941
 
942
+ #: app/features/events.php:1060 app/features/events.php:1081
943
  msgid "Total booking limits"
944
  msgstr "Gesamt Verfügbare Plätze"
945
 
946
+ #: app/features/events.php:1070 app/features/events.php:1239
947
+ #: app/features/events.php:1371 app/modules/booking/default.php:81
948
  #: app/modules/booking/steps/tickets.php:40
949
  #: app/skins/available_spot/tpl.php:139
950
  msgid "Unlimited"
951
  msgstr "Unlimitiert"
952
 
953
+ #: app/features/events.php:1072
954
  msgid "100"
955
  msgstr "z.B. 100"
956
 
957
+ #: app/features/events.php:1082
958
  msgid ""
959
  "If you want to set a limit to all tickets, uncheck this checkbox and put a "
960
  "limitation number."
961
  msgstr ""
962
 
963
+ #: app/features/events.php:1082
964
  #, fuzzy
965
  #| msgid "Choose your single event style."
966
  msgid "Read About A Booking System"
967
  msgstr "Wählen Sie Ihren Single Event Stil"
968
 
969
+ #: app/features/events.php:1104 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
 
974
+ #: app/features/events.php:1107
975
  msgid ""
976
  "You're translating an event so MEC will use the original event for tickets "
977
  "and booking. You can only translate the ticket name and description. Please "
978
  "define exact tickets that you defined in the original event here."
979
  msgstr ""
980
 
981
+ #: app/features/events.php:1124 app/features/events.php:1291
982
  msgid "Ticket Name"
983
  msgstr "Ticket Name"
984
 
985
+ #: app/features/events.php:1128 app/features/events.php:1295
986
+ #: app/features/events.php:2557 app/features/events.php:2599
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:1166 app/features/events.php:1318
992
+ #: app/features/events.php:2557 app/features/events.php:2599
993
  #: app/features/ix.php:2740 app/features/ix.php:2781
994
  msgid "End Time"
995
  msgstr "Uhrzeit Ende"
996
 
997
+ #: app/features/events.php:1209 app/features/events.php:1212
998
+ #: app/features/events.php:1262 app/features/events.php:1276
999
+ #: app/features/events.php:1346 app/features/events.php:1349
1000
+ #: app/features/events.php:1388 app/features/events.php:1576
1001
+ #: app/features/events.php:1579 app/features/events.php:1610
1002
+ #: app/features/events.php:1613 app/features/mec/settings.php:1551
1003
+ #: app/features/mec/settings.php:1554 app/features/mec/settings.php:1583
1004
+ #: app/features/mec/settings.php:1586
1005
  msgid "Price"
1006
  msgstr "Preis"
1007
 
1008
+ #: app/features/events.php:1213 app/features/events.php:1350
1009
  msgid "Insert 0 for free ticket. Only numbers please."
1010
  msgstr "Bitte 0 für kostenloses Ticket eingeben. Bitte nur Zahlen eintragen"
1011
 
1012
+ #: app/features/events.php:1219 app/features/events.php:1222
1013
+ #: app/features/events.php:1356 app/features/events.php:1359
1014
  msgid "Price Label"
1015
  msgstr "Preisschild"
1016
 
1017
+ #: app/features/events.php:1223 app/features/events.php:1360
1018
  msgid "For showing on website. e.g. $15"
1019
  msgstr "Um das auf der Webseite anzuzeigen zum Beispiel 15 €"
1020
 
1021
+ #: app/features/events.php:1230 app/features/events.php:1367
1022
  msgid "Available Tickets"
1023
  msgstr "Verfügbare Tickets: %s "
1024
 
1025
+ #: app/features/events.php:1246 app/features/events.php:1377
1026
  #, fuzzy
1027
  #| msgid "Price Label"
1028
  msgid "Price per Date"
1029
  msgstr "Preisschild"
1030
 
1031
+ #: app/features/events.php:1263 app/features/events.php:1277
1032
+ #: app/features/events.php:1389 app/features/labels.php:60
1033
+ #: app/features/mec/meta_boxes/display_options.php:772
1034
  #: app/features/mec/meta_boxes/search_form.php:66
1035
  #: app/features/mec/meta_boxes/search_form.php:127
1036
  #: app/features/mec/meta_boxes/search_form.php:188
1039
  #: app/features/mec/meta_boxes/search_form.php:397
1040
  #: app/features/mec/meta_boxes/search_form.php:451
1041
  #: app/features/mec/meta_boxes/search_form.php:512
1042
+ #: app/features/mec/meta_boxes/search_form.php:573 app/libraries/skins.php:905
1043
  msgid "Label"
1044
  msgstr "Label"
1045
 
1046
+ #: app/features/events.php:1425
1047
  msgid "Fees"
1048
  msgstr "Gebühren"
1049
 
1050
+ #: app/features/events.php:1435 app/features/events.php:1550
1051
+ #: app/features/events.php:1710
1052
  msgid "Inherit from global options"
1053
  msgstr "Aus den globalen Einstellungen übernehmen"
1054
 
1055
+ #: app/features/events.php:1457 app/features/events.php:1488
1056
+ #: app/features/mec/settings.php:1470 app/features/mec/settings.php:1499
1057
  msgid "Fee Title"
1058
  msgstr "Gebühren Name"
1059
 
1060
+ #: app/features/events.php:1461 app/features/events.php:1464
1061
+ #: app/features/events.php:1492 app/features/events.php:1495
1062
+ #: app/features/mec/settings.php:1474 app/features/mec/settings.php:1477
1063
+ #: app/features/mec/settings.php:1503 app/features/mec/settings.php:1506
1064
  msgid "Amount"
1065
  msgstr "Betrag"
1066
 
1067
+ #: app/features/events.php:1465 app/features/events.php:1496
1068
+ #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1507
1069
  msgid ""
1070
  "Fee amount, considered as fixed amount if you set the type to amount "
1071
  "otherwise considered as percentage"
1073
  "Gebührenbetrag, gilt als fester Betrag, wenn Sie die Art auf Betrag setzen, "
1074
  "sonst als Prozentsatz"
1075
 
1076
+ #: app/features/events.php:1472 app/features/events.php:1503
1077
+ #: app/features/mec/settings.php:1485 app/features/mec/settings.php:1514
1078
  msgid "Percent"
1079
  msgstr "Prozent"
1080
 
1081
+ #: app/features/events.php:1473 app/features/events.php:1504
1082
+ #: app/features/mec/settings.php:1486 app/features/mec/settings.php:1515
1083
  msgid "Amount (Per Ticket)"
1084
  msgstr "Betrag (pro Ticket)"
1085
 
1086
+ #: app/features/events.php:1474 app/features/events.php:1505
1087
+ #: app/features/mec/settings.php:1487 app/features/mec/settings.php:1516
1088
  msgid "Amount (Per Booking)"
1089
  msgstr "Betrag (pro Buchung)"
1090
 
1091
+ #: app/features/events.php:1540 app/features/mec/settings.php:1243
1092
  msgid "Ticket Variations / Options"
1093
  msgstr ""
1094
 
1095
+ #: app/features/events.php:1580 app/features/events.php:1614
1096
+ #: app/features/mec/settings.php:1555 app/features/mec/settings.php:1587
1097
  #, fuzzy
1098
  #| msgid "Option"
1099
  msgid "Option Price"
1100
  msgstr "Option"
1101
 
1102
+ #: app/features/events.php:1586 app/features/events.php:1589
1103
+ #: app/features/events.php:1620 app/features/events.php:1623
1104
+ #: app/features/mec/settings.php:1561 app/features/mec/settings.php:1564
1105
+ #: app/features/mec/settings.php:1593 app/features/mec/settings.php:1596
1106
  #, fuzzy
1107
  #| msgid "Amount (Per Ticket)"
1108
  msgid "Maximum Per Ticket"
1109
  msgstr "Betrag (pro Ticket)"
1110
 
1111
+ #: app/features/events.php:1590 app/features/events.php:1624
1112
+ #: app/features/mec/settings.php:1565 app/features/mec/settings.php:1597
1113
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
1114
  msgstr ""
1115
 
1116
+ #: app/features/events.php:1763 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:1764 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:1765 app/features/mec/regform.php:182
1131
  #: app/libraries/main.php:2110
1132
  msgid "Text"
1133
  msgstr "Text"
1134
 
1135
+ #: app/features/events.php:1768 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:1769 app/features/mec/regform.php:186
1143
  #: app/libraries/main.php:2228
1144
  msgid "File"
1145
  msgstr ""
1146
 
1147
+ #: app/features/events.php:1770 app/features/mec/regform.php:187
1148
  #: app/libraries/main.php:2315
1149
  msgid "Textarea"
1150
  msgstr "Textbereich"
1151
 
1152
+ #: app/features/events.php:1771 app/features/mec/regform.php:188
1153
  #: app/libraries/main.php:2368
1154
  msgid "Checkboxes"
1155
  msgstr "Checkboxes"
1156
 
1157
+ #: app/features/events.php:1772 app/features/mec/regform.php:189
1158
  #: app/libraries/main.php:2412
1159
  msgid "Radio Buttons"
1160
  msgstr "Radio Buttons"
1161
 
1162
+ #: app/features/events.php:1773 app/features/mec/meta_boxes/search_form.php:34
1163
  #: app/features/mec/meta_boxes/search_form.php:41
1164
  #: app/features/mec/meta_boxes/search_form.php:48
1165
  #: app/features/mec/meta_boxes/search_form.php:55
1227
  msgid "Dropdown"
1228
  msgstr "Dropdown"
1229
 
1230
+ #: app/features/events.php:1774 app/features/mec/regform.php:191
1231
  #: app/libraries/main.php:2503
1232
  msgid "Agreement"
1233
  msgstr "Zustimmung"
1234
 
1235
+ #: app/features/events.php:1775 app/features/mec/regform.php:192
1236
  #: app/libraries/main.php:2344
1237
  msgid "Paragraph"
1238
  msgstr "Absatz"
1239
 
1240
+ #: app/features/events.php:2315 app/features/events.php:2332
1241
+ #: app/features/events.php:2349
1242
  #, php-format
1243
  msgid "Show all %s"
1244
  msgstr "Zeige alle %s"
1245
 
1246
+ #: app/features/events.php:2315
1247
  msgid "labels"
1248
  msgstr "Labels + Eventstatus"
1249
 
1250
+ #: app/features/events.php:2332
1251
  msgid "locations"
1252
  msgstr "Orte"
1253
 
1254
+ #: app/features/events.php:2349
1255
  msgid "organizers"
1256
  msgstr "Veranstalter"
1257
 
1258
+ #: app/features/events.php:2377 app/features/events.php:2557
1259
+ #: app/features/events.php:2599 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:773
1264
  #: app/features/mec/meta_boxes/search_form.php:38
1265
  #: app/features/mec/meta_boxes/search_form.php:99
1266
  #: app/features/mec/meta_boxes/search_form.php:160
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:801
1274
+ #: app/skins/single.php:275 app/skins/single/default.php:151
1275
+ #: app/skins/single/default.php:362 app/skins/single/m1.php:155
1276
+ #: app/skins/single/m2.php:87 app/skins/single/modern.php:94
1277
  msgid "Location"
1278
  msgstr "Ort"
1279
 
1280
+ #: app/features/events.php:2378 app/features/events.php:2557
1281
+ #: app/features/events.php:2599 app/features/ix.php:2740
1282
+ #: app/features/ix.php:2781 app/features/mec/meta_boxes/display_options.php:774
 
1283
  #: app/features/mec/meta_boxes/search_form.php:45
1284
  #: app/features/mec/meta_boxes/search_form.php:106
1285
  #: app/features/mec/meta_boxes/search_form.php:167
1292
  #: app/features/organizers.php:58 app/features/organizers.php:199
1293
  #: app/features/organizers.php:255 app/features/organizers.php:257
1294
  #: app/features/organizers.php:266 app/libraries/main.php:4382
1295
+ #: app/libraries/skins.php:827 app/skins/single/default.php:192
1296
+ #: app/skins/single/default.php:403 app/skins/single/m1.php:90
1297
+ #: app/skins/single/m2.php:22 app/skins/single/modern.php:31
1298
  msgid "Organizer"
1299
  msgstr "Veranstalter"
1300
 
1301
+ #: app/features/events.php:2382
1302
  msgid "Repeat"
1303
  msgstr "Wiederholen"
1304
 
1305
+ #: app/features/events.php:2383
1306
  msgid "Author"
1307
  msgstr "Autor"
1308
 
1309
+ #: app/features/events.php:2493 app/features/events.php:2494
1310
  msgid "iCal Export"
1311
  msgstr "ical Export"
1312
 
1313
+ #: app/features/events.php:2496 app/features/events.php:2497
1314
  msgid "CSV Export"
1315
  msgstr "CSV Export"
1316
 
1317
+ #: app/features/events.php:2499 app/features/events.php:2500
1318
  msgid "MS Excel Export"
1319
  msgstr "MS Excel Export"
1320
 
1321
+ #: app/features/events.php:2502 app/features/events.php:2503
1322
  msgid "XML Export"
1323
  msgstr "XML Export"
1324
 
1325
+ #: app/features/events.php:2505 app/features/events.php:2506
1326
  msgid "JSON Export"
1327
  msgstr "JSON Export"
1328
 
1329
+ #: app/features/events.php:2508 app/features/events.php:2509
1330
  msgid "Duplicate"
1331
  msgstr "Kopie"
1332
 
1333
+ #: app/features/events.php:2557 app/features/events.php:2599
1334
  #: app/features/ix.php:2740 app/features/ix.php:2781
1335
  #: app/features/labels.php:176 app/features/locations.php:228
1336
  #: app/features/organizers.php:198 app/features/speakers.php:241
1337
  msgid "ID"
1338
  msgstr "ID"
1339
 
1340
+ #: app/features/events.php:2557 app/features/events.php:2599
1341
  #: app/features/ix.php:2740 app/features/ix.php:2781
1342
  msgid "Link"
1343
  msgstr "Link"
1344
 
1345
+ #: app/features/events.php:2557 app/features/events.php:2599
1346
  #, php-format
1347
  msgid "%s Tel"
1348
  msgstr "%s Tel"
1349
 
1350
+ #: app/features/events.php:2557 app/features/events.php:2599
1351
  #, php-format
1352
  msgid "%s Email"
1353
  msgstr "%s Email"
1415
  msgid "Add certain days to event occurrence dates."
1416
  msgstr "Fügen Sie bestimmte Tage zu den Ereignisdaten hinzu. "
1417
 
1418
+ #: app/features/fes/form.php:418
1419
  msgid "Note to reviewer"
1420
  msgstr "Zusätzliche Anmerkungen zum Event "
1421
 
1422
+ #: app/features/fes/form.php:436
1423
  msgid "User Data"
1424
  msgstr "Benutzerdaten"
1425
 
1426
+ #: app/features/fes/form.php:439
1427
  msgid "eg. yourname@gmail.com"
1428
  msgstr "z.B. IhrName@ihrewebseite.de"
1429
 
1430
+ #: app/features/fes/form.php:443 app/features/organizers.php:275
1431
  msgid "eg. John Smith"
1432
  msgstr "z.B. Max Mustermann"
1433
 
1434
+ #: app/features/fes/form.php:461
1435
  msgid ""
1436
  "If you fill it, it will be replaced instead of default event page link. "
1437
  "Insert full link including http(s)://"
1440
  "dieser durch einen neuen link ersetzt werden. Vollständigen Link einfügen, "
1441
  "einschließlich http(s)://"
1442
 
1443
+ #: app/features/fes/form.php:497 app/features/mec/settings.php:1177
1444
  msgid "Featured Image"
1445
  msgstr "Ausgewähltes Bild"
1446
 
1447
+ #: app/features/fes/form.php:502
1448
  msgid "Remove Image"
1449
  msgstr "Bild entfernen"
1450
 
1451
+ #: app/features/fes/form.php:544 app/features/labels.php:61
1452
  #: app/features/labels.php:220 app/features/mec.php:317
1453
  #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1454
+ #: app/skins/single/default.php:130 app/skins/single/default.php:341
1455
+ #: app/skins/single/m1.php:64 app/skins/single/modern.php:213
1456
  msgid "Labels"
1457
  msgstr "Labels"
1458
 
1459
+ #: app/features/fes/form.php:589 app/features/mec.php:315
1460
  #: app/features/mec/meta_boxes/filter.php:138
1461
  msgid "Tags"
1462
  msgstr "Schlagworte"
1463
 
1464
+ #: app/features/fes/form.php:591
1465
  msgid "Insert your desired tags, comma separated."
1466
  msgstr ""
1467
  "Geben Sie die gewünschten Tags (Schlagworte) durch ein Komma separiert ein"
1468
 
1469
+ #: app/features/fes/form.php:627
1470
  msgid "Submit"
1471
  msgstr "Buchung abschließen"
1472
 
1493
 
1494
  #: app/features/ix.php:107 app/features/mec/gateways.php:77
1495
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1496
+ #: app/features/mec/notifications.php:117 app/features/mec/regform.php:111
1497
+ #: app/features/mec/settings.php:261 app/features/mec/styles.php:77
1498
  #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1499
  msgid "Import / Export"
1500
  msgstr "Import / Export"
1671
  "Dies wird alle Ihre Eventdaten von der Webseite in Ihr gewünschtes Format "
1672
  "exportieren."
1673
 
1674
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:954
1675
  msgid "iCal"
1676
  msgstr "iCal"
1677
 
1774
  #: app/features/ix/export_g_calendar.php:72
1775
  #: app/features/ix/export_g_calendar.php:147
1776
  #: app/features/ix/export_g_calendar.php:164
1777
+ #: app/features/mec/notifications.php:201
1778
+ #: app/features/mec/notifications.php:254
1779
+ #: app/features/mec/notifications.php:307
1780
+ #: app/features/mec/notifications.php:434
1781
  msgid "Add to Google Calendar"
1782
  msgstr "Zum Google Kalender hinzufügen"
1783
 
1784
+ #: app/features/ix/export_g_calendar.php:90
1785
+ #: app/features/mec/notifications.php:584 app/features/mec/settings.php:1788
1786
  msgid "Checking ..."
1787
  msgstr "Überprüfung"
1788
 
1826
  msgid "ICS Feed"
1827
  msgstr ""
1828
 
1829
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:811
1830
+ #: app/features/mec/settings.php:985 app/features/mec/settings.php:1003
1831
+ #: app/features/mec/settings.php:1327 app/features/mec/settings.php:1436
1832
+ #: app/features/mec/settings.php:1454 app/features/mec/settings.php:1531
1833
  #, php-format
1834
  msgid "%s is required to use this feature."
1835
  msgstr ""
1836
 
1837
  #: app/features/ix/import.php:46 app/features/ix/sync.php:22
1838
+ #: app/features/mec/meta_boxes/display_options.php:296
1839
+ #: app/features/mec/meta_boxes/display_options.php:419
1840
+ #: app/features/mec/meta_boxes/display_options.php:470
1841
+ #: app/features/mec/meta_boxes/display_options.php:577
1842
+ #: app/features/mec/meta_boxes/display_options.php:684
1843
+ #: app/features/mec/meta_boxes/display_options.php:734
1844
+ #: app/features/mec/meta_boxes/display_options.php:914
1845
+ #: app/features/mec/settings.php:811 app/features/mec/settings.php:985
1846
+ #: app/features/mec/settings.php:1003 app/features/mec/settings.php:1327
1847
+ #: app/features/mec/settings.php:1436 app/features/mec/settings.php:1454
1848
+ #: app/features/mec/settings.php:1531
1849
  msgid "Pro version of Modern Events Calendar"
1850
  msgstr ""
1851
 
1863
  msgid "Import all of your Facebook events into MEC."
1864
  msgstr "Importiere alle Deine Facebook Events zum MEC"
1865
 
1866
+ #: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:108
1867
  #: app/features/mec/support-page.php:11 app/features/mec/support.php:100
1868
  msgid "Documentation"
1869
  msgstr "Dokumentation"
2027
  msgstr "Auto Synchronisation"
2028
 
2029
  #: app/features/ix/sync.php:22
2030
+ #: app/features/mec/meta_boxes/display_options.php:734
2031
  #, php-format
2032
  msgid "%s is required to use synchronization feature."
2033
  msgstr ""
2038
 
2039
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
2040
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
2041
+ #: app/features/mec/notifications.php:378
2042
  msgid "Important Note"
2043
  msgstr "Important Note"
2044
 
2169
 
2170
  #: app/features/labels.php:111 app/features/labels.php:138
2171
  #: app/features/mec/meta_boxes/display_options.php:32
2172
+ #: app/features/mec/meta_boxes/display_options.php:157
2173
+ #: app/features/mec/meta_boxes/display_options.php:301
2174
+ #: app/features/mec/meta_boxes/display_options.php:475
2175
+ #: app/features/mec/meta_boxes/display_options.php:525
2176
+ #: app/features/mec/meta_boxes/display_options.php:689
2177
+ #: app/features/mec/meta_boxes/display_options.php:796
2178
+ #: app/features/mec/meta_boxes/display_options.php:853
2179
+ #: app/features/mec/meta_boxes/display_options.php:945
2180
+ #: app/features/mec/meta_boxes/display_options.php:1031
2181
  msgid "Style"
2182
  msgstr "Style"
2183
 
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:29
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
2235
  msgstr "Event %s"
2236
 
2237
  #: app/features/locations.php:59 app/features/mec.php:318
2238
+ #: app/features/mec/dashboard.php:201 app/features/mec/meta_boxes/filter.php:87
2239
  #: app/libraries/main.php:4379
2240
  msgid "Locations"
2241
  msgstr "Orte"
2250
  msgstr "Geben Sie die Veranstaltungsanschrift ein"
2251
 
2252
  #: app/features/locations.php:121 app/features/locations.php:171
2253
+ #: app/features/locations.php:324
2254
  msgid "Latitude"
2255
  msgstr "Breitengrad z.B. 49.0069646 "
2256
 
2259
  msgstr "Geologischer Breitengrad (Optional)"
2260
 
2261
  #: app/features/locations.php:129 app/features/locations.php:175
2262
+ #: app/features/locations.php:325
2263
  msgid "Longitude"
2264
  msgstr "Längengrad z.B. 8.4118636 "
2265
 
2280
  msgstr "Bild hochladen/hinzufügen"
2281
 
2282
  #: app/features/locations.php:143 app/features/locations.php:183
2283
+ #: app/features/locations.php:339 app/features/locations.php:346
2284
  #: app/features/organizers.php:132 app/features/organizers.php:162
2285
+ #: app/features/organizers.php:294 app/features/organizers.php:301
2286
  #: app/features/speakers.php:157 app/features/speakers.php:199
2287
  msgid "Remove image"
2288
  msgstr "Bild entfernen"
2295
  msgid "Insert a new location"
2296
  msgstr "Neuen Ort hinzufügen"
2297
 
2298
+ #: app/features/locations.php:298
2299
  msgid "Choose one of saved locations or insert new one below."
2300
  msgstr ""
2301
  "Wählen Sie einen der gespeicherten Orte aus, oder fügen Sie einen neuen ein."
2302
 
2303
+ #: app/features/locations.php:305
2304
  msgid "Location Name"
2305
  msgstr "Name Veranstaltungsort"
2306
 
2307
+ #: app/features/locations.php:306
2308
  msgid "eg. City Hall"
2309
  msgstr ""
2310
  "z.B. Karlsruhe Schlosshotel oder Frankfurt Allianz oder Dortmund "
2311
  "Westfalenhalle"
2312
 
2313
+ #: app/features/locations.php:309 app/features/mec/settings.php:1207
2314
  #: app/widgets/single.php:115
2315
  msgid "Event Location"
2316
  msgstr "Veranstaltungsort"
2317
 
2318
+ #: app/features/locations.php:310
2319
  msgid "eg. City hall, Manhattan, New York"
2320
  msgstr ""
2321
  "z.B. Holiday Inn, Zimmerstraße 8, 76137 Karlsruhe oder Finanzevent, Jenaer "
2322
  "Ring 1, 76297 Stutensee"
2323
 
2324
+ #: app/features/locations.php:328
2325
  #, fuzzy
2326
  #| msgid "Longitude"
2327
  msgid "Latitude/Longitude"
2328
  msgstr "Längengrad z.B. 8.4118636 "
2329
 
2330
+ #: app/features/locations.php:329
2331
  msgid ""
2332
  "If you leave the latitude and longitude empty, Modern Events Calendar tries "
2333
  "to convert the location address to geopoint, Latitude and Longitude are the "
2336
  "the location on the map to find lat long coordinates."
2337
  msgstr ""
2338
 
2339
+ #: app/features/locations.php:329
2340
  msgid "Get Latitude and Longitude"
2341
  msgstr ""
2342
 
2343
+ #: app/features/locations.php:338 app/features/organizers.php:293
2344
  msgid "Choose image"
2345
  msgstr "Bild wählen"
2346
 
2347
+ #: app/features/locations.php:352
2348
  msgid "Don't show map in single event page"
2349
  msgstr "Karte in Einzelansicht nicht anzeigen"
2350
 
2351
+ #: app/features/locations.php:355 app/libraries/main.php:4413
2352
  #, fuzzy
2353
  #| msgid "Locations"
2354
  msgid "Other Locations"
2355
  msgstr "Orte"
2356
 
2357
+ #: app/features/locations.php:357
2358
  #, fuzzy
2359
  #| msgid ""
2360
  #| "You can select extra organizers in addition to main organizer if you like."
2400
 
2401
  #: app/features/mec.php:298 app/features/mec/gateways.php:84
2402
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2403
+ #: app/features/mec/notifications.php:124 app/features/mec/regform.php:118
2404
+ #: app/features/mec/settings.php:268 app/features/mec/styles.php:84
2405
  #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2406
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2407
  msgid "Support"
2408
  msgstr "Support"
2409
 
2410
+ #: app/features/mec.php:319 app/features/mec/dashboard.php:208
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
 
2416
  #: app/features/mec.php:327 app/features/mec.php:346
2417
+ #: app/features/mec/dashboard.php:194
2418
  msgid "Shortcodes"
2419
  msgstr "Shortcodes"
2420
 
2494
 
2495
  #: app/features/mec/addons.php:28
2496
  msgid ""
2497
+ "<strong>Note:</strong> All addons are provided for the Pro version and you "
2498
+ "cannot install and use them on the Lite version."
2499
  msgstr ""
2500
 
2501
  #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2502
+ #: app/features/mec/dashboard.php:81 app/features/mec/support-page.php:21
2503
  msgid "Version"
2504
  msgstr "Version"
2505
 
2535
  msgid "Rate the plugin ★★★★★"
2536
  msgstr ""
2537
 
2538
+ #: app/features/mec/dashboard.php:70
2539
+ #, fuzzy
2540
+ #| msgid "Update %s"
2541
+ msgid "Update"
2542
+ msgstr "Update %s"
2543
+
2544
+ #: app/features/mec/dashboard.php:90
2545
  #, php-format
2546
  msgid ""
2547
  "You're using %s version of Modern Events Calendar. To use advanced booking "
2549
  "Spots, etc you should %s to the Pro version."
2550
  msgstr ""
2551
 
2552
+ #: app/features/mec/dashboard.php:90
2553
  msgid "lite"
2554
  msgstr ""
2555
 
2556
+ #: app/features/mec/dashboard.php:90
2557
  msgid "upgrade"
2558
  msgstr ""
2559
 
2560
+ #: app/features/mec/dashboard.php:99
2561
  #, fuzzy
2562
  #| msgid "Modern Events Calendar"
2563
  msgid "Getting started with Modern Events Calendar"
2564
  msgstr "Moderner Event Kalender "
2565
 
2566
+ #: app/features/mec/dashboard.php:100
2567
  msgid ""
2568
  "In this short video, you can learn how to make an event and put a calendar "
2569
  "on your website. Please watch this 2 minutes video to the end."
2570
  msgstr ""
2571
 
2572
+ #: app/features/mec/dashboard.php:116
2573
  #, fuzzy
2574
  #| msgid "MEC Activation"
2575
  msgid "MEC Activate"
2576
  msgstr "MEC Aktivierung"
2577
 
2578
+ #: app/features/mec/dashboard.php:119
2579
  msgid ""
2580
  "In order to use all plugin features and options, please enter your purchase "
2581
  "code."
2582
  msgstr ""
2583
 
2584
+ #: app/features/mec/dashboard.php:174
2585
  #, fuzzy
2586
  #| msgid "MEC Activation"
2587
  msgid "Activate Addons"
2588
  msgstr "MEC Aktivierung"
2589
 
2590
+ #: app/features/mec/dashboard.php:219 app/features/mec/settings.php:568
2591
  msgid "Upcoming Events"
2592
  msgstr "Bevorstehende Events"
2593
 
2594
+ #: app/features/mec/dashboard.php:243
2595
  msgid "Popular Gateways"
2596
  msgstr "Beliebte Zahlungsgateways"
2597
 
2598
+ #: app/features/mec/dashboard.php:297
2599
  msgid "Total Bookings"
2600
  msgstr "Gesamte Buchungen"
2601
 
2602
+ #: app/features/mec/dashboard.php:324
2603
  msgid "This Month"
2604
  msgstr "Diesen Monat"
2605
 
2606
+ #: app/features/mec/dashboard.php:325
2607
  msgid "Last Month"
2608
  msgstr "Letzten Monat"
2609
 
2610
+ #: app/features/mec/dashboard.php:326
2611
  msgid "This Year"
2612
  msgstr "Diese Jahr"
2613
 
2614
+ #: app/features/mec/dashboard.php:327
2615
  msgid "Last Year"
2616
  msgstr "Letztes Jahr"
2617
 
2618
+ #: app/features/mec/dashboard.php:339
2619
  msgid "Bar"
2620
  msgstr "Bar"
2621
 
2622
+ #: app/features/mec/dashboard.php:340
2623
  msgid "Line"
2624
  msgstr "Linie"
2625
 
2626
+ #: app/features/mec/dashboard.php:342
2627
  msgid "Filter"
2628
  msgstr "Filter"
2629
 
2630
+ #: app/features/mec/dashboard.php:358
2631
  #, php-format
2632
  msgid "Total Sells (%s)"
2633
  msgstr "Alle Verkäufe (%s)"
2634
 
2635
+ #: app/features/mec/dashboard.php:379
2636
  msgid "Change Log"
2637
  msgstr "Änderungsprotokoll"
2638
 
2641
  #: app/features/mec/gateways.php:171 app/features/mec/messages.php:11
2642
  #: app/features/mec/messages.php:118 app/features/mec/messages.php:127
2643
  #: app/features/mec/messages.php:161 app/features/mec/messages.php:170
2644
+ #: app/features/mec/notifications.php:10 app/features/mec/notifications.php:490
2645
+ #: app/features/mec/notifications.php:502
2646
+ #: app/features/mec/notifications.php:601
2647
+ #: app/features/mec/notifications.php:615 app/features/mec/regform.php:47
2648
  #: app/features/mec/regform.php:198 app/features/mec/regform.php:253
2649
  #: app/features/mec/regform.php:289 app/features/mec/regform.php:298
2650
+ #: app/features/mec/settings.php:28 app/features/mec/settings.php:1714
2651
+ #: app/features/mec/settings.php:1724 app/features/mec/settings.php:1805
2652
+ #: app/features/mec/settings.php:1819 app/features/mec/styles.php:11
2653
  #: app/features/mec/styles.php:103 app/features/mec/styles.php:112
2654
  #: app/features/mec/styles.php:149 app/features/mec/styles.php:158
2655
+ #: app/features/mec/styling.php:33 app/features/mec/styling.php:321
2656
+ #: app/features/mec/styling.php:330 app/features/mec/styling.php:393
2657
+ #: app/features/mec/styling.php:402
2658
  msgid "Save Changes"
2659
  msgstr "Änderungen sichern"
2660
 
2661
  #: app/features/mec/gateways.php:56 app/features/mec/ie.php:52
2662
+ #: app/features/mec/messages.php:56 app/features/mec/notifications.php:96
2663
+ #: app/features/mec/regform.php:90 app/features/mec/settings.php:240
2664
  #: app/features/mec/styles.php:56 app/features/mec/styling.php:78
2665
  #: app/features/mec/support.php:52
2666
  msgid "Styling Options"
2667
  msgstr "Styling-Optionen"
2668
 
2669
  #: app/features/mec/gateways.php:63 app/features/mec/ie.php:59
2670
+ #: app/features/mec/messages.php:63 app/features/mec/notifications.php:103
2671
+ #: app/features/mec/regform.php:97 app/features/mec/settings.php:247
2672
  #: app/features/mec/styles.php:63 app/features/mec/styling.php:85
2673
  #: app/features/mec/support.php:59
2674
  msgid "Custom CSS"
2676
 
2677
  #: app/features/mec/gateways.php:70 app/features/mec/ie.php:66
2678
  #: app/features/mec/messages.php:70 app/features/mec/messages.php:97
2679
+ #: app/features/mec/notifications.php:110 app/features/mec/regform.php:104
2680
+ #: app/features/mec/settings.php:254 app/features/mec/styles.php:70
2681
  #: app/features/mec/styling.php:92 app/features/mec/support.php:66
2682
  msgid "Messages"
2683
  msgstr "Nachrichten"
2684
 
2685
  #: app/features/mec/gateways.php:140 app/features/mec/messages.php:145
2686
+ #: app/features/mec/notifications.php:579 app/features/mec/regform.php:273
2687
+ #: app/features/mec/settings.php:1783 app/features/mec/styles.php:132
2688
+ #: app/features/mec/styling.php:375
2689
  msgid "Saved"
2690
  msgstr "Gesichert"
2691
 
2692
  #: app/features/mec/gateways.php:141 app/features/mec/messages.php:146
2693
+ #: app/features/mec/notifications.php:580 app/features/mec/regform.php:274
2694
+ #: app/features/mec/settings.php:1784 app/features/mec/styles.php:133
2695
+ #: app/features/mec/styling.php:376
2696
  msgid "Settings Saved!"
2697
  msgstr ""
2698
 
2741
  msgstr "Skin"
2742
 
2743
  #: app/features/mec/meta_boxes/display_options.php:34
2744
+ #: app/features/mec/meta_boxes/display_options.php:159
2745
+ #: app/features/mec/meta_boxes/display_options.php:527
2746
+ #: app/features/mec/meta_boxes/display_options.php:798
2747
+ #: app/features/mec/settings.php:432 app/features/mec/settings.php:456
2748
+ #: app/features/mec/settings.php:465 app/features/mec/settings.php:506
2749
+ #: app/features/mec/settings.php:530 app/features/mec/settings.php:539
2750
  msgid "Classic"
2751
  msgstr "Klassisch"
2752
 
2753
  #: app/features/mec/meta_boxes/display_options.php:35
2754
+ #: app/features/mec/meta_boxes/display_options.php:161
2755
+ #: app/features/mec/settings.php:457 app/features/mec/settings.php:467
2756
+ #: app/features/mec/settings.php:531 app/features/mec/settings.php:541
2757
  msgid "Minimal"
2758
  msgstr "Minimal"
2759
 
2760
  #: app/features/mec/meta_boxes/display_options.php:36
2761
+ #: app/features/mec/meta_boxes/display_options.php:162
2762
+ #: app/features/mec/meta_boxes/display_options.php:477
2763
+ #: app/features/mec/meta_boxes/display_options.php:529
2764
+ #: app/features/mec/meta_boxes/display_options.php:691
2765
+ #: app/features/mec/meta_boxes/display_options.php:800
2766
+ #: app/features/mec/settings.php:434 app/features/mec/settings.php:447
2767
+ #: app/features/mec/settings.php:458 app/features/mec/settings.php:468
2768
+ #: app/features/mec/settings.php:508 app/features/mec/settings.php:521
2769
+ #: app/features/mec/settings.php:532 app/features/mec/settings.php:542
2770
  msgid "Modern"
2771
  msgstr "Modern"
2772
 
2773
  #: app/features/mec/meta_boxes/display_options.php:37
2774
+ #: app/features/mec/settings.php:459 app/features/mec/settings.php:533
2775
  msgid "Standard"
2776
  msgstr "Standard"
2777
 
2778
  #: app/features/mec/meta_boxes/display_options.php:38
2779
+ #: app/features/mec/settings.php:460 app/features/mec/settings.php:534
2780
  msgid "Accordion"
2781
  msgstr "Accordion"
2782
 
2783
  #: app/features/mec/meta_boxes/display_options.php:44
2784
+ #: app/features/mec/meta_boxes/display_options.php:171
2785
+ #: app/features/mec/meta_boxes/display_options.php:309
2786
+ #: app/features/mec/meta_boxes/display_options.php:584
2787
+ #: app/features/mec/meta_boxes/display_options.php:617
2788
+ #: app/features/mec/meta_boxes/display_options.php:741
2789
+ #: app/features/mec/meta_boxes/display_options.php:956
2790
+ #: app/features/mec/meta_boxes/display_options.php:1043
2791
  msgid "Today"
2792
  msgstr "Heute"
2793
 
2794
  #: app/features/mec/meta_boxes/display_options.php:45
2795
+ #: app/features/mec/meta_boxes/display_options.php:172
2796
+ #: app/features/mec/meta_boxes/display_options.php:310
2797
+ #: app/features/mec/meta_boxes/display_options.php:585
2798
+ #: app/features/mec/meta_boxes/display_options.php:618
2799
+ #: app/features/mec/meta_boxes/display_options.php:742
2800
+ #: app/features/mec/meta_boxes/display_options.php:957
2801
+ #: app/features/mec/meta_boxes/display_options.php:1044
2802
  msgid "Tomorrow"
2803
  msgstr "Morgen"
2804
 
2805
  #: app/features/mec/meta_boxes/display_options.php:46
2806
+ #: app/features/mec/meta_boxes/display_options.php:173
2807
+ #: app/features/mec/meta_boxes/display_options.php:311
2808
+ #: app/features/mec/meta_boxes/display_options.php:364
2809
+ #: app/features/mec/meta_boxes/display_options.php:537
2810
+ #: app/features/mec/meta_boxes/display_options.php:586
2811
+ #: app/features/mec/meta_boxes/display_options.php:619
2812
+ #: app/features/mec/meta_boxes/display_options.php:654
2813
+ #: app/features/mec/meta_boxes/display_options.php:700
2814
+ #: app/features/mec/meta_boxes/display_options.php:743
2815
+ #: app/features/mec/meta_boxes/display_options.php:958
2816
+ #: app/features/mec/meta_boxes/display_options.php:1045
2817
  msgid "Start of Current Month"
2818
  msgstr "Mit Beginn des laufenden Monats"
2819
 
2820
  #: app/features/mec/meta_boxes/display_options.php:47
2821
+ #: app/features/mec/meta_boxes/display_options.php:174
2822
+ #: app/features/mec/meta_boxes/display_options.php:312
2823
+ #: app/features/mec/meta_boxes/display_options.php:365
2824
+ #: app/features/mec/meta_boxes/display_options.php:538
2825
+ #: app/features/mec/meta_boxes/display_options.php:587
2826
+ #: app/features/mec/meta_boxes/display_options.php:620
2827
+ #: app/features/mec/meta_boxes/display_options.php:655
2828
+ #: app/features/mec/meta_boxes/display_options.php:701
2829
+ #: app/features/mec/meta_boxes/display_options.php:744
2830
+ #: app/features/mec/meta_boxes/display_options.php:959
2831
+ #: app/features/mec/meta_boxes/display_options.php:1046
2832
  msgid "Start of Next Month"
2833
  msgstr "Mit Beginn des kommenden Monats"
2834
 
2835
  #: app/features/mec/meta_boxes/display_options.php:48
2836
+ #: app/features/mec/meta_boxes/display_options.php:175
2837
+ #: app/features/mec/meta_boxes/display_options.php:313
2838
+ #: app/features/mec/meta_boxes/display_options.php:366
2839
+ #: app/features/mec/meta_boxes/display_options.php:485
2840
+ #: app/features/mec/meta_boxes/display_options.php:539
2841
+ #: app/features/mec/meta_boxes/display_options.php:588
2842
+ #: app/features/mec/meta_boxes/display_options.php:621
2843
+ #: app/features/mec/meta_boxes/display_options.php:656
2844
+ #: app/features/mec/meta_boxes/display_options.php:702
2845
+ #: app/features/mec/meta_boxes/display_options.php:745
2846
+ #: app/features/mec/meta_boxes/display_options.php:960
2847
+ #: app/features/mec/meta_boxes/display_options.php:1047
2848
  msgid "On a certain date"
2849
  msgstr "An einem bestimmten Tag"
2850
 
2851
  #: app/features/mec/meta_boxes/display_options.php:51
2852
+ #: app/features/mec/meta_boxes/display_options.php:178
2853
+ #: app/features/mec/meta_boxes/display_options.php:316
2854
+ #: app/features/mec/meta_boxes/display_options.php:369
2855
+ #: app/features/mec/meta_boxes/display_options.php:488
2856
+ #: app/features/mec/meta_boxes/display_options.php:542
2857
+ #: app/features/mec/meta_boxes/display_options.php:591
2858
+ #: app/features/mec/meta_boxes/display_options.php:625
2859
+ #: app/features/mec/meta_boxes/display_options.php:659
2860
+ #: app/features/mec/meta_boxes/display_options.php:705
2861
+ #: app/features/mec/meta_boxes/display_options.php:748
2862
+ #: app/features/mec/meta_boxes/display_options.php:963
2863
+ #: app/features/mec/meta_boxes/display_options.php:1050
2864
  #, php-format
2865
  msgid "eg. %s"
2866
  msgstr "z.B. %s"
2867
 
2868
  #: app/features/mec/meta_boxes/display_options.php:55
2869
  #: app/features/mec/meta_boxes/display_options.php:59
2870
+ #: app/features/mec/meta_boxes/display_options.php:66
2871
+ #: app/features/mec/meta_boxes/display_options.php:72
2872
+ #: app/features/mec/meta_boxes/display_options.php:79
2873
  #: app/features/mec/meta_boxes/display_options.php:85
2874
+ #: app/features/mec/meta_boxes/display_options.php:92
2875
+ #: app/features/mec/meta_boxes/display_options.php:96
2876
+ #: app/features/mec/meta_boxes/display_options.php:103
2877
+ #: app/features/mec/meta_boxes/display_options.php:108
2878
+ #: app/features/mec/meta_boxes/display_options.php:182
2879
+ #: app/features/mec/meta_boxes/display_options.php:186
2880
+ #: app/features/mec/meta_boxes/display_options.php:193
2881
+ #: app/features/mec/meta_boxes/display_options.php:198
2882
+ #: app/features/mec/meta_boxes/display_options.php:205
2883
+ #: app/features/mec/meta_boxes/display_options.php:210
2884
+ #: app/features/mec/meta_boxes/display_options.php:217
2885
+ #: app/features/mec/meta_boxes/display_options.php:223
2886
+ #: app/features/mec/meta_boxes/display_options.php:230
2887
+ #: app/features/mec/meta_boxes/display_options.php:234
2888
  #: app/features/mec/meta_boxes/display_options.php:241
2889
  #: app/features/mec/meta_boxes/display_options.php:247
2890
+ #: app/features/mec/meta_boxes/display_options.php:254
2891
+ #: app/features/mec/meta_boxes/display_options.php:258
2892
+ #: app/features/mec/meta_boxes/display_options.php:320
2893
+ #: app/features/mec/meta_boxes/display_options.php:325
2894
+ #: app/features/mec/meta_boxes/display_options.php:492
2895
+ #: app/features/mec/meta_boxes/display_options.php:497
2896
+ #: app/features/mec/meta_boxes/display_options.php:752
2897
+ #: app/features/mec/meta_boxes/display_options.php:757
2898
+ #: app/features/mec/meta_boxes/display_options.php:804
2899
+ #: app/features/mec/meta_boxes/display_options.php:810
2900
+ #: app/features/mec/meta_boxes/display_options.php:817
2901
+ #: app/features/mec/meta_boxes/display_options.php:822
2902
+ #: app/features/mec/meta_boxes/display_options.php:829
2903
+ #: app/features/mec/meta_boxes/display_options.php:833
2904
+ #: app/features/mec/meta_boxes/display_options.php:861
2905
  #: app/features/mec/meta_boxes/display_options.php:865
2906
+ #: app/features/mec/meta_boxes/display_options.php:872
2907
+ #: app/features/mec/meta_boxes/display_options.php:876
2908
+ #: app/features/mec/meta_boxes/display_options.php:883
2909
+ #: app/features/mec/meta_boxes/display_options.php:889
2910
  #: app/features/mec/meta_boxes/display_options.php:919
2911
+ #: app/features/mec/meta_boxes/display_options.php:924
2912
+ #: app/features/mec/meta_boxes/display_options.php:967
2913
+ #: app/features/mec/meta_boxes/display_options.php:973
2914
+ #: app/features/mec/meta_boxes/display_options.php:980
2915
+ #: app/features/mec/meta_boxes/display_options.php:984
2916
+ #: app/features/mec/meta_boxes/display_options.php:991
2917
+ #: app/features/mec/meta_boxes/display_options.php:995
2918
+ #: app/features/mec/meta_boxes/display_options.php:1054
2919
+ #: app/features/mec/meta_boxes/display_options.php:1060
 
 
2920
  #: app/features/mec/meta_boxes/display_options.php:1067
2921
+ #: app/features/mec/meta_boxes/display_options.php:1073
2922
+ #: app/features/mec/meta_boxes/display_options.php:1080
2923
+ #: app/features/mec/meta_boxes/display_options.php:1086
2924
+ #: app/features/mec/meta_boxes/display_options.php:1093
2925
+ #: app/features/mec/meta_boxes/display_options.php:1099
2926
+ #: app/features/mec/meta_boxes/display_options.php:1106
2927
+ #: app/features/mec/meta_boxes/display_options.php:1112
 
 
 
2928
  msgid "Date Formats"
2929
  msgstr "Datumsformate"
2930
 
2931
+ #: app/features/mec/meta_boxes/display_options.php:60
2932
+ #: app/features/mec/meta_boxes/display_options.php:235
2933
  msgid "Default value is \"M d Y\""
2934
  msgstr "Standard Wert ist \"M T J\""
2935
 
2936
+ #: app/features/mec/meta_boxes/display_options.php:73
2937
  msgid "Default values are d, M and l"
2938
  msgstr "Standard Werte sind T, M und J"
2939
 
2940
+ #: app/features/mec/meta_boxes/display_options.php:86
2941
+ #: app/features/mec/meta_boxes/display_options.php:224
2942
+ #: app/features/mec/meta_boxes/display_options.php:248
2943
+ #: app/features/mec/meta_boxes/display_options.php:1061
2944
+ #: app/features/mec/meta_boxes/display_options.php:1074
2945
+ #: app/features/mec/meta_boxes/display_options.php:1087
2946
+ #: app/features/mec/meta_boxes/display_options.php:1100
2947
+ #: app/features/mec/meta_boxes/display_options.php:1113
2948
  msgid "Default values are d, F and l"
2949
  msgstr ""
2950
  "Standardwerte sind Tag, Monat als ganzes Wort und Wochentag als ganzes Wort"
2951
 
2952
+ #: app/features/mec/meta_boxes/display_options.php:97
2953
  msgid "Default value is \"M d\""
2954
  msgstr "Standard Wert ist \"M T\""
2955
 
2956
+ #: app/features/mec/meta_boxes/display_options.php:109
2957
  #, fuzzy
2958
  #| msgid "Default values are d and F"
2959
  msgid "TDefault values are d and F"
2960
  msgstr "Die Standardwerte sind d and F"
2961
 
2962
+ #: app/features/mec/meta_boxes/display_options.php:115
2963
+ #: app/features/mec/meta_boxes/display_options.php:276
2964
+ #: app/features/mec/meta_boxes/display_options.php:332
2965
+ #: app/features/mec/meta_boxes/display_options.php:764
2966
+ #: app/features/mec/meta_boxes/display_options.php:1011
2967
+ #: app/features/mec/meta_boxes/display_options.php:1119
2968
  msgid "Limit"
2969
  msgstr "Limit"
2970
 
2971
+ #: app/features/mec/meta_boxes/display_options.php:116
2972
+ #: app/features/mec/meta_boxes/display_options.php:277
2973
+ #: app/features/mec/meta_boxes/display_options.php:333
2974
+ #: app/features/mec/meta_boxes/display_options.php:505
2975
  #: app/features/mec/meta_boxes/display_options.php:547
2976
+ #: app/features/mec/meta_boxes/display_options.php:630
2977
+ #: app/features/mec/meta_boxes/display_options.php:664
2978
+ #: app/features/mec/meta_boxes/display_options.php:710
2979
+ #: app/features/mec/meta_boxes/display_options.php:1012
2980
+ #: app/features/mec/meta_boxes/display_options.php:1120
 
2981
  msgid "eg. 6"
2982
  msgstr "z.B. 6"
2983
 
2984
+ #: app/features/mec/meta_boxes/display_options.php:120
2985
+ #: app/features/mec/meta_boxes/display_options.php:281
2986
+ #: app/features/mec/meta_boxes/display_options.php:337
2987
  msgid "Load More Button"
2988
  msgstr "Button \"Weitere Veranstaltungen Laden\""
2989
 
2990
+ #: app/features/mec/meta_boxes/display_options.php:130
2991
+ #: app/features/mec/meta_boxes/display_options.php:347
2992
  msgid "Show Month Divider"
2993
  msgstr "Zeige Monatsteilung"
2994
 
2995
+ #: app/features/mec/meta_boxes/display_options.php:143
2996
  #, fuzzy
2997
  #| msgid "Show Month Divider"
2998
  msgid "Toggle for Month Divider"
2999
  msgstr "Zeige Monatsteilung"
3000
 
3001
+ #: app/features/mec/meta_boxes/display_options.php:160
3002
+ #: app/features/mec/meta_boxes/display_options.php:303
3003
+ #: app/features/mec/meta_boxes/display_options.php:385
3004
+ #: app/features/mec/meta_boxes/display_options.php:528
3005
+ #: app/features/mec/meta_boxes/display_options.php:692
3006
+ #: app/features/mec/meta_boxes/display_options.php:799
3007
+ #: app/features/mec/settings.php:433 app/features/mec/settings.php:448
3008
+ #: app/features/mec/settings.php:466 app/features/mec/settings.php:507
3009
+ #: app/features/mec/settings.php:522 app/features/mec/settings.php:540
3010
  msgid "Clean"
3011
  msgstr "Clean"
3012
 
3013
+ #: app/features/mec/meta_boxes/display_options.php:163
3014
+ #: app/features/mec/meta_boxes/display_options.php:387
3015
+ #: app/features/mec/meta_boxes/display_options.php:531
3016
+ #: app/features/mec/settings.php:436 app/features/mec/settings.php:469
3017
+ #: app/features/mec/settings.php:510 app/features/mec/settings.php:543
3018
  msgid "Simple"
3019
  msgstr "Schlicht"
3020
 
3021
+ #: app/features/mec/meta_boxes/display_options.php:164
3022
  msgid "Colorful"
3023
  msgstr "Farbenfroh"
3024
 
3025
+ #: app/features/mec/meta_boxes/display_options.php:165
3026
+ #: app/features/mec/meta_boxes/display_options.php:386
3027
+ #: app/features/mec/meta_boxes/display_options.php:530
3028
+ #: app/features/mec/settings.php:435 app/features/mec/settings.php:471
3029
+ #: app/features/mec/settings.php:509 app/features/mec/settings.php:545
3030
  msgid "Novel"
3031
  msgstr ""
3032
 
3033
+ #: app/features/mec/meta_boxes/display_options.php:187
3034
  #, fuzzy
3035
  #| msgid "Default value is \"d F Y\""
3036
  msgid "Default value is \"d F Y"
3037
  msgstr "Standardwert ist \"d (Tag) F Y (Jahr)\" "
3038
 
3039
+ #: app/features/mec/meta_boxes/display_options.php:199
3040
  msgid "Default values are d and F"
3041
  msgstr "Die Standardwerte sind d and F"
3042
 
3043
+ #: app/features/mec/meta_boxes/display_options.php:211
3044
  msgid "Default values are d and M"
3045
  msgstr "Standardwerte sind T und M"
3046
 
3047
+ #: app/features/mec/meta_boxes/display_options.php:259
3048
  msgid "Default value is \"d F Y\""
3049
  msgstr "Standardwert ist \"d (Tag) F Y (Jahr)\" "
3050
 
3051
+ #: app/features/mec/meta_boxes/display_options.php:265
3052
+ #: app/features/mec/meta_boxes/display_options.php:1002
3053
  msgid "Count in row"
3054
  msgstr "Zeilen zählen"
3055
 
3056
+ #: app/features/mec/meta_boxes/display_options.php:296
3057
+ #: app/features/mec/meta_boxes/display_options.php:470
3058
+ #: app/features/mec/meta_boxes/display_options.php:577
3059
+ #: app/features/mec/meta_boxes/display_options.php:684
3060
+ #: app/features/mec/meta_boxes/display_options.php:914
3061
  #, php-format
3062
  msgid "%s is required to use this skin."
3063
  msgstr ""
3064
 
3065
+ #: app/features/mec/meta_boxes/display_options.php:326
3066
+ #: app/features/mec/meta_boxes/display_options.php:498
3067
  msgid "Default values are l and F j"
3068
  msgstr "Die Standardwerte sind I und F j"
3069
 
3070
+ #: app/features/mec/meta_boxes/display_options.php:373
3071
  msgid "Default View"
3072
  msgstr "Standardansicht"
3073
 
3074
+ #: app/features/mec/meta_boxes/display_options.php:375
3075
+ #: app/features/mec/meta_boxes/display_options.php:392
3076
  #: app/libraries/main.php:329 app/libraries/main.php:1201
3077
  #: app/libraries/main.php:1226
3078
  msgid "List View"
3079
  msgstr "Listenansicht"
3080
 
3081
+ #: app/features/mec/meta_boxes/display_options.php:376
3082
+ #: app/features/mec/meta_boxes/display_options.php:402
3083
  #: app/libraries/main.php:333 app/libraries/main.php:1195
3084
  #: app/libraries/main.php:1220
3085
  msgid "Yearly View"
3086
  msgstr "Jahresansicht"
3087
 
3088
+ #: app/features/mec/meta_boxes/display_options.php:377
3089
+ #: app/features/mec/meta_boxes/display_options.php:424
3090
  msgid "Monthly/Calendar View"
3091
  msgstr "Monatliche Kalenderansicht"
3092
 
3093
+ #: app/features/mec/meta_boxes/display_options.php:378
3094
+ #: app/features/mec/meta_boxes/display_options.php:434
3095
  #: app/libraries/main.php:336 app/libraries/main.php:1197
3096
  #: app/libraries/main.php:1222
3097
  msgid "Weekly View"
3098
  msgstr "Wochenansicht"
3099
 
3100
+ #: app/features/mec/meta_boxes/display_options.php:379
3101
+ #: app/features/mec/meta_boxes/display_options.php:444
3102
  #: app/libraries/main.php:335 app/libraries/main.php:1198
3103
  #: app/libraries/main.php:1223
3104
  msgid "Daily View"
3105
  msgstr "Tagesansicht"
3106
 
3107
+ #: app/features/mec/meta_boxes/display_options.php:383
3108
  #, fuzzy
3109
  #| msgid "Modern Style"
3110
  msgid "Monthly Style"
3111
  msgstr "Moderner Stil"
3112
 
3113
+ #: app/features/mec/meta_boxes/display_options.php:419
3114
  #, php-format
3115
  msgid "%s is required to use <b>Yearly View</b> skin."
3116
  msgstr ""
3117
 
3118
+ #: app/features/mec/meta_boxes/display_options.php:452
3119
  msgid "The price shows only in List View."
3120
  msgstr ""
3121
 
3122
+ #: app/features/mec/meta_boxes/display_options.php:455
3123
  msgid "Display Event Price"
3124
  msgstr ""
3125
 
3126
+ #: app/features/mec/meta_boxes/display_options.php:483
3127
  msgid "Start of Current Year"
3128
  msgstr "Mit Beginn des laufenden Jahres"
3129
 
3130
+ #: app/features/mec/meta_boxes/display_options.php:484
3131
  msgid "Start of Next Year"
3132
  msgstr "Start des nächsten Jahres"
3133
 
3134
+ #: app/features/mec/meta_boxes/display_options.php:504
3135
  #: app/features/mec/meta_boxes/display_options.php:546
3136
+ #: app/features/mec/meta_boxes/display_options.php:629
3137
+ #: app/features/mec/meta_boxes/display_options.php:663
3138
+ #: app/features/mec/meta_boxes/display_options.php:709
 
3139
  msgid "Events per day"
3140
  msgstr "Veranstaltungen pro Tag"
3141
 
3142
+ #: app/features/mec/meta_boxes/display_options.php:509
3143
  #: app/features/mec/meta_boxes/display_options.php:551
3144
+ #: app/features/mec/meta_boxes/display_options.php:634
3145
+ #: app/features/mec/meta_boxes/display_options.php:668
3146
+ #: app/features/mec/meta_boxes/display_options.php:715
 
3147
  msgid "Next/Previous Buttons"
3148
  msgstr "Schaltfläche \"Nächste/Letzte\""
3149
 
3150
+ #: app/features/mec/meta_boxes/display_options.php:517
3151
  msgid "For showing next/previous year navigation."
3152
  msgstr "Navigation anzeigen zum nächsten/letzten Jahr"
3153
 
3154
+ #: app/features/mec/meta_boxes/display_options.php:561
3155
  #, fuzzy
3156
  #| msgid "Text"
3157
  msgid "Uppercase Text"
3158
  msgstr "Text"
3159
 
3160
+ #: app/features/mec/meta_boxes/display_options.php:569
3161
+ #: app/features/mec/meta_boxes/display_options.php:642
3162
+ #: app/features/mec/meta_boxes/display_options.php:676
3163
+ #: app/features/mec/meta_boxes/display_options.php:723
3164
  msgid "For showing next/previous month navigation."
3165
  msgstr "Für die Navigation zum nächsten/letzten Monat"
3166
 
3167
+ #: app/features/mec/meta_boxes/display_options.php:595
3168
  msgid "Maximum events"
3169
  msgstr "Veranstaltungsmaximum"
3170
 
3171
+ #: app/features/mec/meta_boxes/display_options.php:596
3172
  msgid "eg. 200"
3173
  msgstr "z.B. 200"
3174
 
3175
+ #: app/features/mec/meta_boxes/display_options.php:600
3176
  msgid "Geolocation"
3177
  msgstr ""
3178
 
3179
+ #: app/features/mec/meta_boxes/display_options.php:608
3180
  msgid "The geolocation feature works only in secure (https) websites."
3181
  msgstr ""
3182
 
3183
+ #: app/features/mec/meta_boxes/display_options.php:652
3184
+ #: app/features/mec/meta_boxes/display_options.php:698
3185
  msgid "Current Week"
3186
  msgstr "Aktuelle Woche"
3187
 
3188
+ #: app/features/mec/meta_boxes/display_options.php:653
3189
+ #: app/features/mec/meta_boxes/display_options.php:699
3190
  msgid "Next Week"
3191
  msgstr "Nächste Woche"
3192
 
3193
+ #: app/features/mec/meta_boxes/display_options.php:758
3194
+ #: app/features/mec/meta_boxes/display_options.php:925
3195
  msgid "Default values are j and F"
3196
  msgstr "Standardwerte sind j und F"
3197
 
3198
+ #: app/features/mec/meta_boxes/display_options.php:765
3199
  msgid "eg. 24"
3200
  msgstr "z.B. 24"
3201
 
3202
+ #: app/features/mec/meta_boxes/display_options.php:768
3203
  msgid "Filter By"
3204
  msgstr "Filtern nach"
3205
 
3206
+ #: app/features/mec/meta_boxes/display_options.php:779
3207
  msgid "Convert Masonry to Grid"
3208
  msgstr ""
3209
 
3210
+ #: app/features/mec/meta_boxes/display_options.php:780
3211
  msgid "For using this option, your events should come with image"
3212
  msgstr ""
3213
 
3214
+ #: app/features/mec/meta_boxes/display_options.php:811
3215
  msgid "Default values are d, M and Y"
3216
  msgstr "Standardwerte sind T, M und J"
3217
 
3218
+ #: app/features/mec/meta_boxes/display_options.php:823
3219
  msgid "Default values are \"F d\" and l"
3220
  msgstr ""
3221
  "Standardwerte sind Monat als ganzes Wort, Tag des Monates mit führender Null "
3222
  "und ausgeschriebener Wochentag"
3223
 
3224
+ #: app/features/mec/meta_boxes/display_options.php:834
3225
  msgid "Default value is \"l, F d Y\""
3226
  msgstr ""
3227
  "Standardwerte sind ausgeschriebener Wochentag, Monat als ganzes Wort, Tag "
3228
  "des Monates mit führender 0, Jahr"
3229
 
3230
+ #: app/features/mec/meta_boxes/display_options.php:855
3231
  msgid "Style 1"
3232
  msgstr "Stil 1"
3233
 
3234
+ #: app/features/mec/meta_boxes/display_options.php:856
3235
  msgid "Style 2"
3236
  msgstr "Stil 2"
3237
 
3238
+ #: app/features/mec/meta_boxes/display_options.php:857
3239
  msgid "Style 3"
3240
  msgstr "Stil 3"
3241
 
3242
+ #: app/features/mec/meta_boxes/display_options.php:866
3243
+ #: app/features/mec/meta_boxes/display_options.php:877
3244
  msgid "Default value is \"j F Y\""
3245
  msgstr "Standardwert ist \"j F Y\""
3246
 
3247
+ #: app/features/mec/meta_boxes/display_options.php:890
3248
  msgid "Default values are j, F and Y"
3249
  msgstr ""
3250
  "Standardwerte sind j ( Tag des Monats ohne führende Nullen), F und Y (Jahr)"
3251
 
3252
+ #: app/features/mec/meta_boxes/display_options.php:898
3253
+ #: app/features/mec/meta_boxes/display_options.php:933
3254
  msgid " -- Next Upcoming Event -- "
3255
  msgstr "-- Nächste Veranstaltung--"
3256
 
3257
+ #: app/features/mec/meta_boxes/display_options.php:905
3258
  msgid "Background Color"
3259
  msgstr "Hintergrund Farbe"
3260
 
3261
+ #: app/features/mec/meta_boxes/display_options.php:947
3262
+ #: app/features/mec/meta_boxes/display_options.php:1033
3263
  msgid "Type 1"
3264
  msgstr "Typ 1"
3265
 
3266
+ #: app/features/mec/meta_boxes/display_options.php:948
3267
+ #: app/features/mec/meta_boxes/display_options.php:1034
3268
  msgid "Type 2"
3269
  msgstr "Typ 2"
3270
 
3271
+ #: app/features/mec/meta_boxes/display_options.php:949
3272
+ #: app/features/mec/meta_boxes/display_options.php:1035
3273
  msgid "Type 3"
3274
  msgstr "Type 3"
3275
 
3276
+ #: app/features/mec/meta_boxes/display_options.php:950
3277
+ #: app/features/mec/meta_boxes/display_options.php:1036
3278
  msgid "Type 4"
3279
  msgstr "Typ 4"
3280
 
3281
+ #: app/features/mec/meta_boxes/display_options.php:974
3282
  msgid "Default values are d, F and Y"
3283
  msgstr "Standardwert ist d (Tag) F und Y (Jahr)"
3284
 
3285
+ #: app/features/mec/meta_boxes/display_options.php:985
3286
+ #: app/features/mec/meta_boxes/display_options.php:996
3287
  msgid "Default value is \"M d, Y\""
3288
  msgstr "Standardwert ist \"M T, J\""
3289
 
3290
+ #: app/features/mec/meta_boxes/display_options.php:1015
3291
+ #: app/features/mec/meta_boxes/display_options.php:1123
3292
  msgid "Auto Play Time"
3293
  msgstr "Auto Play Time"
3294
 
3295
+ #: app/features/mec/meta_boxes/display_options.php:1016
3296
+ #: app/features/mec/meta_boxes/display_options.php:1124
3297
  msgid "eg. 3000 default is 3 second"
3298
  msgstr "z.B. Voreinstellung 3000 sind 3 Sekunden"
3299
 
3300
+ #: app/features/mec/meta_boxes/display_options.php:1020
3301
  #, fuzzy
3302
  #| msgid "Archive Page Skin"
3303
  msgid "Archive Link"
3304
  msgstr "Skin Seite Archiv"
3305
 
3306
+ #: app/features/mec/meta_boxes/display_options.php:1024
3307
  #, fuzzy
3308
  #| msgid "Text"
3309
  msgid "Head Text"
3310
  msgstr "Text"
3311
 
3312
+ #: app/features/mec/meta_boxes/display_options.php:1037
3313
  msgid "Type 5"
3314
  msgstr "Typ 5"
3315
 
3456
  #: app/features/mec/meta_boxes/search_form.php:575
3457
  #: app/features/mec/meta_boxes/search_form.php:582
3458
  #: app/features/mec/meta_boxes/search_form.php:589
3459
+ #: app/features/mec/settings.php:330 app/features/mec/settings.php:586
3460
+ #: app/features/mec/settings.php:866
3461
  msgid "Disabled"
3462
  msgstr "Deaktiviert"
3463
 
3471
  #: app/features/mec/meta_boxes/search_form.php:498
3472
  #: app/features/mec/meta_boxes/search_form.php:559 app/features/speakers.php:56
3473
  #: app/features/speakers.php:242 app/libraries/main.php:4384
3474
+ #: app/libraries/skins.php:853
3475
  msgid "Speaker"
3476
  msgstr ""
3477
 
3483
  #: app/features/mec/meta_boxes/search_form.php:390
3484
  #: app/features/mec/meta_boxes/search_form.php:444
3485
  #: app/features/mec/meta_boxes/search_form.php:505
3486
+ #: app/features/mec/meta_boxes/search_form.php:566 app/libraries/skins.php:879
3487
  #, fuzzy
3488
  #| msgid "Tags"
3489
  msgid "Tag"
3536
  msgid "No Search Options"
3537
  msgstr "Keine Suchoptionen"
3538
 
3539
+ #: app/features/mec/notifications.php:55 app/features/mec/notifications.php:145
3540
  msgid "Booking Notification"
3541
  msgstr "Buchungsbenachrichtigung"
3542
 
3543
+ #: app/features/mec/notifications.php:61 app/features/mec/notifications.php:210
3544
+ msgid "Booking Verification"
3545
+ msgstr "Verifizierung der Buchung"
3546
+
3547
+ #: app/features/mec/notifications.php:67 app/features/mec/notifications.php:262
3548
+ #: app/features/mec/settings.php:1409
3549
+ msgid "Booking Confirmation"
3550
+ msgstr "Buchungsbestätigung"
3551
+
3552
+ #: app/features/mec/notifications.php:73 app/features/mec/notifications.php:315
3553
+ msgid "Admin Notification"
3554
+ msgstr "Admin-Benachrichtiung"
3555
+
3556
+ #: app/features/mec/notifications.php:79 app/features/mec/notifications.php:368
3557
+ #: app/libraries/notifications.php:267
3558
+ msgid "Booking Reminder"
3559
+ msgstr "Buchungs Erinnerung"
3560
+
3561
+ #: app/features/mec/notifications.php:85 app/features/mec/notifications.php:443
3562
+ #: app/features/mec/support-page.php:80
3563
+ msgid "New Event"
3564
+ msgstr "Neue Veranstaltung"
3565
+
3566
+ #: app/features/mec/notifications.php:149
3567
  msgid "Enable booking notification"
3568
  msgstr "Buchungsbenachrichtigung aktivieren"
3569
 
3570
+ #: app/features/mec/notifications.php:153
3571
  msgid "It sends to attendee after booking for notifying him/her."
3572
  msgstr ""
3573
  "Wird an den Teilnehmer in Anschluss an die Buchung versendet, um Ihn/Sie zu "
3574
  "benachrichtigen."
3575
 
3576
+ #: app/features/mec/notifications.php:155
3577
+ #: app/features/mec/notifications.php:213
3578
+ #: app/features/mec/notifications.php:265
3579
+ #: app/features/mec/notifications.php:318
3580
+ #: app/features/mec/notifications.php:381
3581
+ #: app/features/mec/notifications.php:453
3582
  msgid "Email Subject"
3583
  msgstr "Email Betreff"
3584
 
3585
+ #: app/features/mec/notifications.php:159
3586
+ #: app/features/mec/notifications.php:163
3587
+ #: app/features/mec/notifications.php:217
3588
+ #: app/features/mec/notifications.php:221
3589
+ #: app/features/mec/notifications.php:269
3590
+ #: app/features/mec/notifications.php:273
3591
+ #: app/features/mec/notifications.php:322
3592
+ #: app/features/mec/notifications.php:326
3593
+ #: app/features/mec/notifications.php:385
3594
+ #: app/features/mec/notifications.php:389
3595
+ #: app/features/mec/notifications.php:400
3596
+ #: app/features/mec/notifications.php:457
3597
+ #: app/features/mec/notifications.php:461
3598
  msgid "Custom Recipients"
3599
  msgstr "Individuelle Empfänger"
3600
 
3601
+ #: app/features/mec/notifications.php:164
3602
+ #: app/features/mec/notifications.php:222
3603
+ #: app/features/mec/notifications.php:274
3604
+ #: app/features/mec/notifications.php:327
3605
+ #: app/features/mec/notifications.php:390
3606
+ #: app/features/mec/notifications.php:401
3607
+ #: app/features/mec/notifications.php:462
3608
  msgid "Insert comma separated emails for multiple recipients."
3609
  msgstr "Geben Sie mit Komma getrennte email-Adressen ein für mehrere Empfänger"
3610
 
3611
+ #: app/features/mec/notifications.php:171
3612
+ #: app/features/mec/notifications.php:334
3613
  msgid "Send the email to event organizer"
3614
  msgstr "Sendet das Email zum Event Organisator"
3615
 
3616
+ #: app/features/mec/notifications.php:174
3617
+ #: app/features/mec/notifications.php:228
3618
+ #: app/features/mec/notifications.php:280
3619
+ #: app/features/mec/notifications.php:337
3620
+ #: app/features/mec/notifications.php:407
3621
+ #: app/features/mec/notifications.php:468
3622
  msgid "Email Content"
3623
  msgstr "Email Inhalt"
3624
 
3625
+ #: app/features/mec/notifications.php:177
3626
+ #: app/features/mec/notifications.php:231
3627
+ #: app/features/mec/notifications.php:283
3628
+ #: app/features/mec/notifications.php:340
3629
+ #: app/features/mec/notifications.php:410
3630
+ #: app/features/mec/notifications.php:471
3631
  msgid "You can use following placeholders"
3632
  msgstr "Sie können die folgenden Platzhalter wählen"
3633
 
3634
+ #: app/features/mec/notifications.php:179
3635
+ #: app/features/mec/notifications.php:233
3636
+ #: app/features/mec/notifications.php:285
3637
+ #: app/features/mec/notifications.php:342
3638
+ #: app/features/mec/notifications.php:412
3639
  msgid "First name of attendee"
3640
  msgstr "Vorname des Teilnehmers"
3641
 
3642
+ #: app/features/mec/notifications.php:180
3643
+ #: app/features/mec/notifications.php:234
3644
+ #: app/features/mec/notifications.php:286
3645
+ #: app/features/mec/notifications.php:343
3646
+ #: app/features/mec/notifications.php:413
3647
  msgid "Last name of attendee"
3648
  msgstr "Nachname des Teilnehmers"
3649
 
3650
+ #: app/features/mec/notifications.php:181
3651
+ #: app/features/mec/notifications.php:235
3652
+ #: app/features/mec/notifications.php:287
3653
+ #: app/features/mec/notifications.php:344
3654
+ #: app/features/mec/notifications.php:414
3655
  msgid "Email of attendee"
3656
  msgstr "Email des Teilnehmers"
3657
 
3658
+ #: app/features/mec/notifications.php:182
3659
+ #: app/features/mec/notifications.php:236
3660
+ #: app/features/mec/notifications.php:288
3661
+ #: app/features/mec/notifications.php:345
3662
+ #: app/features/mec/notifications.php:415
3663
  msgid "Booked date of event"
3664
  msgstr "Gebuchtes Datum der Veranstaltung"
3665
 
3666
+ #: app/features/mec/notifications.php:183
3667
+ #: app/features/mec/notifications.php:237
3668
+ #: app/features/mec/notifications.php:289
3669
+ #: app/features/mec/notifications.php:346
3670
+ #: app/features/mec/notifications.php:416
3671
+ #, fuzzy
3672
+ #| msgid "Booked date of event"
3673
+ msgid "Booked time of event"
3674
+ msgstr "Gebuchtes Datum der Veranstaltung"
3675
+
3676
+ #: app/features/mec/notifications.php:184
3677
+ #: app/features/mec/notifications.php:238
3678
+ #: app/features/mec/notifications.php:290
3679
+ #: app/features/mec/notifications.php:347
3680
+ #: app/features/mec/notifications.php:417
3681
  msgid "Booking Price"
3682
  msgstr "Buchungspreis"
3683
 
3684
+ #: app/features/mec/notifications.php:185
3685
+ #: app/features/mec/notifications.php:239
3686
+ #: app/features/mec/notifications.php:291
3687
+ #: app/features/mec/notifications.php:348
3688
+ #: app/features/mec/notifications.php:418
3689
+ #: app/features/mec/notifications.php:477
3690
  msgid "Your website title"
3691
  msgstr "Titel Ihrer Webseite"
3692
 
3693
+ #: app/features/mec/notifications.php:186
3694
+ #: app/features/mec/notifications.php:240
3695
+ #: app/features/mec/notifications.php:292
3696
+ #: app/features/mec/notifications.php:349
3697
+ #: app/features/mec/notifications.php:419
3698
+ #: app/features/mec/notifications.php:478
3699
  msgid "Your website URL"
3700
  msgstr "URL Ihrer Webseite"
3701
 
3702
+ #: app/features/mec/notifications.php:187
3703
+ #: app/features/mec/notifications.php:241
3704
+ #: app/features/mec/notifications.php:293
3705
+ #: app/features/mec/notifications.php:350
3706
+ #: app/features/mec/notifications.php:420
3707
+ #: app/features/mec/notifications.php:479
3708
  msgid "Your website description"
3709
  msgstr "Beschreibung Ihrer Webseite"
3710
 
3711
+ #: app/features/mec/notifications.php:188
3712
+ #: app/features/mec/notifications.php:242
3713
+ #: app/features/mec/notifications.php:294
3714
+ #: app/features/mec/notifications.php:351
3715
+ #: app/features/mec/notifications.php:421
3716
  msgid "Event title"
3717
  msgstr "Titel der Veranstaltung"
3718
 
3719
+ #: app/features/mec/notifications.php:189
3720
+ #: app/features/mec/notifications.php:243
3721
+ #: app/features/mec/notifications.php:295
3722
+ #: app/features/mec/notifications.php:352
3723
+ #: app/features/mec/notifications.php:422
3724
  #, fuzzy
3725
  #| msgid "Event Link"
3726
  msgid "Event link"
3727
  msgstr "Veranstaltungslink"
3728
 
3729
+ #: app/features/mec/notifications.php:190
3730
+ #: app/features/mec/notifications.php:244
3731
+ #: app/features/mec/notifications.php:296
3732
+ #: app/features/mec/notifications.php:353
3733
+ #: app/features/mec/notifications.php:423
3734
  msgid "Organizer name of booked event"
3735
  msgstr "Name des Veranstalters des gebuchten Events"
3736
 
3737
+ #: app/features/mec/notifications.php:191
3738
+ #: app/features/mec/notifications.php:245
3739
+ #: app/features/mec/notifications.php:297
3740
+ #: app/features/mec/notifications.php:354
3741
+ #: app/features/mec/notifications.php:424
3742
  msgid "Organizer tel of booked event"
3743
  msgstr "Tel des Veranstalters"
3744
 
3745
+ #: app/features/mec/notifications.php:192
3746
+ #: app/features/mec/notifications.php:246
3747
+ #: app/features/mec/notifications.php:298
3748
+ #: app/features/mec/notifications.php:355
3749
+ #: app/features/mec/notifications.php:425
3750
  msgid "Organizer email of booked event"
3751
  msgstr "Email des Veranstalters des gebuchten events"
3752
 
3753
+ #: app/features/mec/notifications.php:193
3754
+ #: app/features/mec/notifications.php:247
3755
+ #: app/features/mec/notifications.php:299
3756
+ #: app/features/mec/notifications.php:356
3757
+ #: app/features/mec/notifications.php:426
3758
  msgid "Location name of booked event"
3759
  msgstr "Veranstaltungsort"
3760
 
3761
+ #: app/features/mec/notifications.php:194
3762
+ #: app/features/mec/notifications.php:248
3763
+ #: app/features/mec/notifications.php:300
3764
+ #: app/features/mec/notifications.php:357
3765
+ #: app/features/mec/notifications.php:427
3766
  msgid "Location address of booked event"
3767
  msgstr "Adresse der gebuchten Veranstaltung"
3768
 
3769
+ #: app/features/mec/notifications.php:195
3770
+ #: app/features/mec/notifications.php:359
3771
  msgid "Full Attendee info such as booking form data, name, email etc."
3772
  msgstr ""
3773
  "Gesamte Teinehmerinformationen wie z.B. Daten aus dem Buchungsformular, "
3774
  "Name, email, etc."
3775
 
3776
+ #: app/features/mec/notifications.php:196
3777
+ #: app/features/mec/notifications.php:302
3778
+ #: app/features/mec/notifications.php:429
3779
  msgid "Invoice Link"
3780
  msgstr "Rechnungslink"
3781
 
3782
+ #: app/features/mec/notifications.php:197
3783
+ #: app/features/mec/notifications.php:250
3784
+ #: app/features/mec/notifications.php:303
3785
+ #: app/features/mec/notifications.php:360
3786
+ #: app/features/mec/notifications.php:430
3787
  msgid "Total Attendees"
3788
  msgstr ""
3789
 
3790
+ #: app/features/mec/notifications.php:198
3791
+ #: app/features/mec/notifications.php:251
3792
+ #: app/features/mec/notifications.php:304
3793
+ #: app/features/mec/notifications.php:431
3794
  #, fuzzy
3795
  #| msgid "Ticket Name"
3796
  msgid "Ticket name"
3797
  msgstr "Ticket Name"
3798
 
3799
+ #: app/features/mec/notifications.php:199
3800
+ #: app/features/mec/notifications.php:252
3801
+ #: app/features/mec/notifications.php:305
3802
+ #: app/features/mec/notifications.php:432
3803
  #, fuzzy
3804
  #| msgid "Ticket Name"
3805
  msgid "Ticket time"
3806
  msgstr "Ticket Name"
3807
 
3808
+ #: app/features/mec/notifications.php:200
3809
+ #: app/features/mec/notifications.php:253
3810
+ #: app/features/mec/notifications.php:306
3811
+ #: app/features/mec/notifications.php:433
3812
  #, fuzzy
3813
  #| msgid "Download Invoice"
3814
  msgid "Download ICS file"
3815
  msgstr "Download Rechnung\n"
3816
 
3817
+ #: app/features/mec/notifications.php:211
 
 
 
 
3818
  msgid "It sends to attendee email for verifying their booking/email."
3819
  msgstr ""
3820
  "Versendet an den Teilnehmer eine Email um dessen Buchung/Mail zu "
3821
  "verifizieren."
3822
 
3823
+ #: app/features/mec/notifications.php:249
3824
  msgid "Email/Booking verification link."
3825
  msgstr "Bestätigungslink für Email/Buchung"
3826
 
3827
+ #: app/features/mec/notifications.php:263
 
 
 
 
3828
  msgid "It sends to attendee after confirming the booking by admin."
3829
  msgstr ""
3830
  "Es wird an den Teilnehmer gesendet nach Bestätigung der Buchung vom admin."
3831
 
3832
+ #: app/features/mec/notifications.php:301
3833
+ #: app/features/mec/notifications.php:428
3834
  msgid "Booking cancellation link."
3835
  msgstr "Link zur Stornierung der Buchung"
3836
 
3837
+ #: app/features/mec/notifications.php:316
 
 
 
 
3838
  msgid "It sends to admin to notify him/her that a new booking received."
3839
  msgstr ""
3840
  "Sendet eine Benachrichtigung an den Adminstrator um diesen darüber zu "
3841
  "Informieren, dass eine neue Buchung eingegangen ist."
3842
 
3843
+ #: app/features/mec/notifications.php:358
3844
  msgid "Admin booking management link."
3845
  msgstr "Admin-link zur Buchungsverwaltung"
3846
 
3847
+ #: app/features/mec/notifications.php:372
 
 
 
 
3848
  msgid "Enable booking reminder notification"
3849
  msgstr "Aktivieren Sie die Erinnerung für die Buchungserinnerung"
3850
 
3851
+ #: app/features/mec/notifications.php:378
3852
  #, php-format
3853
  msgid ""
3854
  "Set a cronjob to call %s file once per day otherwise it won't send the "
3860
  "Sie diese Datei% s aufrufen sollten, sonst könnten die Erinnerungen mehrmals "
3861
  "gesendet werden."
3862
 
3863
+ #: app/features/mec/notifications.php:378
3864
  msgid "only once per day"
3865
  msgstr "nur einmal pro Tag"
3866
 
3867
+ #: app/features/mec/notifications.php:396
3868
  msgid "Days"
3869
  msgstr "Tage"
3870
 
3871
+ #: app/features/mec/notifications.php:447
 
 
 
 
3872
  msgid "Enable new event notification"
3873
  msgstr "Benachrichtigung bei neuen Veranstaltungen aktivieren"
3874
 
3875
+ #: app/features/mec/notifications.php:451
3876
  msgid ""
3877
  "It sends after adding a new event from frontend event submission or from "
3878
  "website backend."
3880
  "Wird nach dem Hinzufügen einer neuen Veranstaltung aus der Frontend-"
3881
  "Übermittlung oder dem Backend versandt."
3882
 
3883
+ #: app/features/mec/notifications.php:473
3884
  msgid "Title of event"
3885
  msgstr "Titel der Veranstaltung"
3886
 
3887
+ #: app/features/mec/notifications.php:474
3888
  #, fuzzy
3889
  #| msgid "Title of event"
3890
  msgid "Link of event"
3891
  msgstr "Titel der Veranstaltung"
3892
 
3893
+ #: app/features/mec/notifications.php:475
3894
  msgid "Status of event"
3895
  msgstr "Status der Veranstaltung"
3896
 
3897
+ #: app/features/mec/notifications.php:476 app/features/mec/settings.php:1249
3898
+ #: app/features/mec/settings.php:1253
3899
  msgid "Event Note"
3900
  msgstr "Veranstaltungsnotiz"
3901
 
3902
+ #: app/features/mec/notifications.php:480
3903
  msgid "Admin events management link."
3904
  msgstr "Admin-link zur Veranstaltungsverwaltung"
3905
 
3906
+ #: app/features/mec/notifications.php:582
3907
+ #: app/features/mec/notifications.php:604 app/features/mec/settings.php:1786
3908
+ #: app/features/mec/settings.php:1808 app/libraries/main.php:4570
3909
+ msgid "Verified"
3910
+ msgstr "Verifiziert"
3911
+
3912
+ #: app/features/mec/notifications.php:606 app/features/mec/settings.php:1810
3913
+ msgid "Please Refresh Page"
3914
+ msgstr "Bitte Seiten Refresh vornehmen"
3915
+
3916
  #: app/features/mec/settings.php:54
3917
  msgid "Archive Page Options"
3918
  msgstr ""
3919
 
3920
+ #: app/features/mec/settings.php:96 app/features/mec/settings.php:943
3921
  msgid "Export Module Options"
3922
  msgstr "Optionen für Export-Module"
3923
 
3924
+ #: app/features/mec/settings.php:102 app/features/mec/settings.php:970
3925
  msgid "Local Time Module"
3926
  msgstr "Lokales Zeitmodul"
3927
 
3928
+ #: app/features/mec/settings.php:108 app/features/mec/settings.php:982
3929
  msgid "QR Code Module"
3930
  msgstr "QR Code Module"
3931
 
3932
+ #: app/features/mec/settings.php:114 app/features/mec/settings.php:1000
3933
  #: app/widgets/single.php:147
3934
  msgid "Weather Module"
3935
  msgstr "Wettermodul"
3936
 
3937
+ #: app/features/mec/settings.php:144 app/features/mec/settings.php:1280
3938
  msgid "User Profile"
3939
  msgstr ""
3940
 
3941
+ #: app/features/mec/settings.php:156 app/features/mec/settings.php:1304
3942
  msgid "Additional Organizers"
3943
  msgstr "Zusätzliche Organisatoren"
3944
 
3948
  msgid "Additional Locations"
3949
  msgstr "Zusätzliche Organisatoren"
3950
 
3951
+ #: app/features/mec/settings.php:180 app/features/mec/settings.php:1451
3952
  msgid "Taxes / Fees"
3953
  msgstr "Steuern/Gebühren"
3954
 
3955
+ #: app/features/mec/settings.php:186 app/features/mec/settings.php:1528
3956
  msgid "Ticket Variations & Options"
3957
  msgstr ""
3958
 
3962
  msgid "Upload Field"
3963
  msgstr "Bild hochladen/hinzufügen"
3964
 
3965
+ #: app/features/mec/settings.php:288 app/features/mec/settings.php:298
 
 
 
 
3966
  msgid "Hide Events"
3967
  msgstr "Events verbergen"
3968
 
3969
+ #: app/features/mec/settings.php:291
3970
  msgid "On Event Start"
3971
  msgstr "Am Event Start"
3972
 
3973
+ #: app/features/mec/settings.php:292
3974
  msgid "+1 Hour after start"
3975
  msgstr "+1 Stunde nach dem Start"
3976
 
3977
+ #: app/features/mec/settings.php:293
3978
  msgid "+2 Hours after start"
3979
  msgstr "+2 Stunden nach dem Start"
3980
 
3981
+ #: app/features/mec/settings.php:294
3982
  msgid "On Event End"
3983
  msgstr "Am Event Ende"
3984
 
3985
+ #: app/features/mec/settings.php:299
3986
  msgid ""
3987
  "This option is for showing start/end time of events on frontend of website."
3988
  msgstr ""
3989
  "Diese Option ist um die Start/Endezeit von Events im Frontend der Webseite "
3990
  "anzuzeigen"
3991
 
3992
+ #: app/features/mec/settings.php:308 app/features/mec/settings.php:317
3993
  msgid "Multiple Day Events"
3994
  msgstr "Mehrtagesveranstaltung"
3995
 
3996
+ #: app/features/mec/settings.php:311
3997
  msgid "Show only first day on List/Grid/Slider skins"
3998
  msgstr "Zeige nur den ersten Tag auf Listen/Raster(Grid)/Slider skins."
3999
 
4000
+ #: app/features/mec/settings.php:312
4001
  msgid "Show only first day on all skins"
4002
  msgstr "Nur den ersten Tag in allen Ansichten zeigen"
4003
 
4004
+ #: app/features/mec/settings.php:313
4005
  msgid "Show all days"
4006
  msgstr "Alle Tage anzeigen"
4007
 
4008
+ #: app/features/mec/settings.php:318
4009
  msgid ""
4010
  "For showing all days of multiple day events on frontend or only show the "
4011
  "first day."
4013
  "Um alle Tage anzuzeigen bei Events über mehrere Tage im Frontend oder nur "
4014
  "den ersten Tag anzeigen"
4015
 
4016
+ #: app/features/mec/settings.php:327
4017
  msgid "Remove MEC Data on Plugin Uninstall"
4018
  msgstr "Entfernen von MEC Data auf dem Plugin Deinstallierer"
4019
 
4020
+ #: app/features/mec/settings.php:331
4021
  msgid "Enabled"
4022
  msgstr "Aktiviert"
4023
 
4024
+ #: app/features/mec/settings.php:337
4025
  msgid "Exclude Date Suffix"
4026
  msgstr "Ausschlussdatum Suffix"
4027
 
4028
+ #: app/features/mec/settings.php:340
4029
  msgid "Remove suffix from calendars"
4030
  msgstr "Suffix aus den Kalendern entfernen"
4031
 
4032
+ #: app/features/mec/settings.php:344
4033
  #, fuzzy
4034
  #| msgid "Remove suffix from calendars"
4035
  msgid "Remove \"Th\" on calendar"
4036
  msgstr "Suffix aus den Kalendern entfernen"
4037
 
4038
+ #: app/features/mec/settings.php:345
4039
  msgid ""
4040
  "Checked this checkbox to remove 'Th' on calendar ( ex: '12Th' remove Th, "
4041
  "showing just '12' )"
4042
  msgstr ""
4043
 
4044
+ #: app/features/mec/settings.php:354 app/features/mec/settings.php:364
4045
  #: app/libraries/main.php:4388
4046
  msgid "Weekdays"
4047
  msgstr "Wochentage"
4048
 
4049
+ #: app/features/mec/settings.php:365
4050
  #, fuzzy
4051
  #| msgid ""
4052
  #| "Proceed with caution. Default is set to Monday, Tuesday, Wednesday, "
4059
  "Vorsichtig vorgehen. Standardwert ist auf Montag, Dienstag, Mittwoch, "
4060
  "Donnerstag und Freitag gesetzt."
4061
 
4062
+ #: app/features/mec/settings.php:375 app/features/mec/settings.php:385
4063
  msgid "Weekends"
4064
  msgstr "Wochenenden"
4065
 
4066
+ #: app/features/mec/settings.php:386
4067
  msgid ""
4068
  "Proceed with caution. Default is set to Saturday and Sunday ( you can change "
4069
  "'Week Starts' on WordPress Dashboard > Settings > General - bottom of the "
4070
  "page )."
4071
  msgstr ""
4072
 
4073
+ #: app/features/mec/settings.php:397
4074
  msgid "Archive Pages"
4075
  msgstr ""
4076
 
4077
+ #: app/features/mec/settings.php:400 app/features/mec/settings.php:405
4078
  msgid "Archive Page Title"
4079
  msgstr "Titel der Archivseite"
4080
 
4081
+ #: app/features/mec/settings.php:406
4082
  #, fuzzy
4083
  #| msgid "Default value is Events"
4084
  msgid "Default value is Events - It's title of the page"
4085
  msgstr "Der Standardwert ist Ereignisse (Events)"
4086
 
4087
+ #: app/features/mec/settings.php:414 app/features/mec/settings.php:482
4088
  msgid "Archive Page Skin"
4089
  msgstr "Skin Seite Archiv"
4090
 
4091
+ #: app/features/mec/settings.php:422
4092
  #, fuzzy
4093
  #| msgid "Edit shortcodes"
4094
  msgid "Put shortcode..."
4095
  msgstr "Shortcode ändern"
4096
 
4097
+ #: app/features/mec/settings.php:425 app/features/mec/settings.php:440
4098
+ #: app/features/mec/settings.php:443 app/features/mec/settings.php:452
4099
+ #: app/features/mec/settings.php:478 app/features/mec/settings.php:499
4100
+ #: app/features/mec/settings.php:514 app/features/mec/settings.php:517
4101
+ #: app/features/mec/settings.php:526 app/features/mec/settings.php:552
4102
  #, fuzzy
4103
  #| msgid "The event is ongoing."
4104
  msgid "There is no skins"
4105
  msgstr "Die Veranstaltung ist im Gange."
4106
 
4107
+ #: app/features/mec/settings.php:428 app/features/mec/settings.php:502
4108
+ #: app/features/mec/settings.php:671
4109
  msgid "Modern Style"
4110
  msgstr "Moderner Stil"
4111
 
4112
+ #: app/features/mec/settings.php:470 app/features/mec/settings.php:544
4113
  #, fuzzy
4114
  #| msgid "Colorful"
4115
  msgid "colorful"
4116
  msgstr "Farbenfroh"
4117
 
4118
+ #: app/features/mec/settings.php:475 app/features/mec/settings.php:549
4119
  #, fuzzy
4120
  #| msgid "Plain Style"
4121
  msgid "Clean Style"
4122
  msgstr "Einfacher schlichter Stil"
4123
 
4124
+ #: app/features/mec/settings.php:483
4125
  #, fuzzy
4126
  #| msgid "Default value is Calendar/Monthly View"
4127
  msgid "Default value is Calendar/Monthly View, But you can change it "
4128
  msgstr "Der Standardwert ist Kalender / Monatsansicht"
4129
 
4130
+ #: app/features/mec/settings.php:483 app/features/mec/settings.php:557
4131
  msgid "See Demo"
4132
  msgstr ""
4133
 
4134
+ #: app/features/mec/settings.php:491 app/features/mec/settings.php:556
4135
  msgid "Category Page Skin"
4136
  msgstr "Kategorie Seiten Skin"
4137
 
4138
+ #: app/features/mec/settings.php:557
4139
  msgid ""
4140
  "Default value is List View - But you can change it Set a skin for all "
4141
  "categories."
4142
  msgstr ""
4143
 
4144
+ #: app/features/mec/settings.php:565 app/features/mec/settings.php:573
4145
  msgid "Category Events Method"
4146
  msgstr ""
4147
 
4148
+ #: app/features/mec/settings.php:569
4149
  msgid "Expired Events"
4150
  msgstr ""
4151
 
4152
+ #: app/features/mec/settings.php:574
4153
  msgid "Default value is Upcoming Events"
4154
  msgstr ""
4155
 
4156
+ #: app/features/mec/settings.php:582 app/features/mec/settings.php:590
4157
  msgid "Events Archive Status"
4158
  msgstr "Events Archiv Status"
4159
 
4160
+ #: app/features/mec/settings.php:585
4161
  msgid "Enabled (Recommended)"
4162
  msgstr "Ist aktiviert (empfohlen)"
4163
 
4164
+ #: app/features/mec/settings.php:591
4165
  msgid ""
4166
  "If you disable it, then you should create a page as archive page of MEC. "
4167
  "Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
4171
  "erstellen. Page´s slug muss gleich sein wie \"Main Slug\" von MEC. Außerdem "
4172
  "werden alle MEC-Rewrite-Regeln deaktiviert."
4173
 
4174
+ #: app/features/mec/settings.php:604 app/features/mec/settings.php:609
4175
  msgid "Main Slug"
4176
  msgstr "Main Slug"
4177
 
4178
+ #: app/features/mec/settings.php:610
4179
  msgid "Default value is events. You can not have a page with this name."
4180
  msgstr ""
4181
 
4182
+ #: app/features/mec/settings.php:614 app/features/mec/settings.php:628
4183
  #, fuzzy
4184
  #| msgid ""
4185
  #| "Default value is events. Valid characters are lowercase a-z, - character "
4189
  "Standardwert ist Events. Gültige Zeichen sind Kleinbuchstaben a-z, - Zeichen "
4190
  "und Zahlen."
4191
 
4192
+ #: app/features/mec/settings.php:618 app/features/mec/settings.php:623
4193
  msgid "Category Slug"
4194
  msgstr "Category Slug"
4195
 
4196
+ #: app/features/mec/settings.php:624
4197
  #, fuzzy
4198
  #| msgid ""
4199
  #| "It's slug of MEC categories, you can change it to events-cat or something "
4209
  "für den link. Zum Beispiel example.com/events-cat oder example.com/mec-"
4210
  "category"
4211
 
4212
+ #: app/features/mec/settings.php:638 app/features/mec/settings.php:643
4213
  msgid "Single Event Date Format"
4214
  msgstr "Einzelveranstaltung Datumformat"
4215
 
4216
+ #: app/features/mec/settings.php:644 app/features/mec/settings.php:1094
4217
  msgid "Default is M d Y"
4218
  msgstr "Standardwert ist M-T-J"
4219
 
4220
+ #: app/features/mec/settings.php:651 app/features/mec/settings.php:659
4221
  msgid "Date Method"
4222
  msgstr "Datum Methode"
4223
 
4224
+ #: app/features/mec/settings.php:654
4225
  msgid "Next occurrence date"
4226
  msgstr "Nächstes vorkommende Datum"
4227
 
4228
+ #: app/features/mec/settings.php:655
4229
  msgid "Referred date"
4230
  msgstr "Gewünschtes Datum"
4231
 
4232
+ #: app/features/mec/settings.php:660
4233
  #, fuzzy
4234
  #| msgid ""
4235
  #| "\"Referred date\" shows the event date based on referred date in event "
4240
  "\"Gewünschtes Datum\" zeigt das Ereignisdatum basierend auf dem angegebenen "
4241
  "Datum in der Eventliste an."
4242
 
4243
+ #: app/features/mec/settings.php:667 app/features/mec/settings.php:678
4244
  msgid "Single Event Style"
4245
  msgstr "Single Event Stil"
4246
 
4247
+ #: app/features/mec/settings.php:670
4248
  msgid "Default Style"
4249
  msgstr "Standardstil voreingestellt"
4250
 
4251
+ #: app/features/mec/settings.php:673
4252
+ #, fuzzy
4253
+ #| msgid "MEC Single Sidebar"
4254
+ msgid "Elementor Single Builder"
4255
+ msgstr "MEC Single Sidebar"
4256
+
4257
+ #: app/features/mec/settings.php:679
4258
  msgid "Choose your single event style."
4259
  msgstr "Wählen Sie Ihren Single Event Stil"
4260
 
4261
+ #: app/features/mec/settings.php:686 app/features/mec/settings.php:694
4262
  #, fuzzy
4263
  #| msgid "Booking"
4264
  msgid "Booking Style"
4265
  msgstr "Buchung / Reservierung"
4266
 
4267
+ #: app/features/mec/settings.php:689 app/features/mec/settings.php:855
4268
  msgid "Default"
4269
  msgstr "Standardeinstellung"
4270
 
4271
+ #: app/features/mec/settings.php:690
4272
  #, fuzzy
4273
  #| msgid "Modal 1"
4274
  msgid "Modal"
4275
  msgstr "Modal 1"
4276
 
4277
+ #: app/features/mec/settings.php:695
4278
  msgid ""
4279
  "Choose your Booking style, Please Note: When you set this feature to modal "
4280
  "you can not see booking box if you set popoup module view on shortcodes"
4281
  msgstr ""
4282
 
4283
+ #: app/features/mec/settings.php:702
4284
+ msgid "Disable Gutenberg"
4285
+ msgstr ""
4286
+
4287
+ #: app/features/mec/settings.php:705
4288
+ msgid "Disable Gutenberg Page Builder."
4289
+ msgstr ""
4290
+
4291
+ #: app/features/mec/settings.php:709
4292
+ msgid "Gutenberg"
4293
+ msgstr ""
4294
+
4295
+ #: app/features/mec/settings.php:710
4296
+ msgid ""
4297
+ "If Check it, can disable the Gutenberg page builder, So if you want to use "
4298
+ "the Gutenberg keep unchecking the checkbox."
4299
+ msgstr ""
4300
+
4301
+ #: app/features/mec/settings.php:716 app/features/mec/settings.php:723
4302
+ msgid "Breadcrumbs"
4303
+ msgstr ""
4304
+
4305
+ #: app/features/mec/settings.php:719
4306
+ msgid "Enable Breadcrumbs."
4307
+ msgstr ""
4308
+
4309
+ #: app/features/mec/settings.php:724
4310
+ msgid "Check this option, for showing the breadcrumbs on single event page"
4311
+ msgstr ""
4312
+
4313
+ #: app/features/mec/settings.php:736
4314
  msgid "Currency"
4315
  msgstr "Währung"
4316
 
4317
+ #: app/features/mec/settings.php:746 app/features/mec/settings.php:751
4318
  msgid "Currency Sign"
4319
  msgstr "Währungssymbol"
4320
 
4321
+ #: app/features/mec/settings.php:752
4322
  msgid "Default value will be \"currency\" if you leave it empty."
4323
  msgstr "Standardwert wird \"currency\" sein wenn Sie es leer lassen"
4324
 
4325
+ #: app/features/mec/settings.php:759
4326
  msgid "Currency Position"
4327
  msgstr "Position des Währungssymbols"
4328
 
4329
+ #: app/features/mec/settings.php:762
4330
  msgid "Before $10"
4331
  msgstr "Vor $10"
4332
 
4333
+ #: app/features/mec/settings.php:763
4334
  msgid "After 10$"
4335
  msgstr "Nach 10$"
4336
 
4337
+ #: app/features/mec/settings.php:768
4338
  msgid "Thousand Separator"
4339
  msgstr "Tausendertrennzeichen"
4340
 
4341
+ #: app/features/mec/settings.php:774
4342
  msgid "Decimal Separator"
4343
  msgstr "Dezimaltrennzeichen"
4344
 
4345
+ #: app/features/mec/settings.php:784
4346
  msgid "No decimal"
4347
  msgstr "Keine Dezimale"
4348
 
4349
+ #: app/features/mec/settings.php:793
4350
  #, fuzzy
4351
  #| msgid "No Search Options"
4352
  msgid "Speakers Options"
4353
  msgstr "Keine Suchoptionen"
4354
 
4355
+ #: app/features/mec/settings.php:799
4356
  #, fuzzy
4357
  #| msgid "Enable taxes / fees module"
4358
  msgid "Enable speakers feature"
4359
  msgstr "Modul für Gebühren/Steuern aktivieren"
4360
 
4361
+ #: app/features/mec/settings.php:801
4362
  msgid ""
4363
  "After enable it, you should reloading this page to see a new menu on "
4364
  "Dashboard > MEC"
4365
  msgstr ""
4366
 
4367
+ #: app/features/mec/settings.php:816
4368
  msgid "Show Google Maps on event page"
4369
  msgstr "Google Maps auf der Veranstaltungsseite anzeigen"
4370
 
4371
+ #: app/features/mec/settings.php:821 app/features/mec/settings.php:1013
4372
+ #: app/features/mec/settings.php:1650 app/features/mec/settings.php:1655
4373
  msgid "API Key"
4374
  msgstr "API Schlüssel"
4375
 
4376
+ #: app/features/mec/settings.php:827 app/features/mec/settings.php:1656
4377
+ #: app/features/mec/settings.php:1669
4378
  msgid "Required!"
4379
  msgstr "Erforderlich (Pflichtfeld)"
4380
 
4381
+ #: app/features/mec/settings.php:834 app/features/mec/settings.php:843
4382
  msgid "Zoom level"
4383
  msgstr "Zoom"
4384
 
4385
+ #: app/features/mec/settings.php:844
4386
  msgid ""
4387
  "For Google Maps module in single event page. In Google Maps skin, it will "
4388
  "caculate the zoom level automatically based on event boundaries."
4391
  "es die Zoom-Ebene automatisch kalkulieren, basierend auf den Eventort "
4392
  "Angrenzungen"
4393
 
4394
+ #: app/features/mec/settings.php:851
4395
  msgid "Google Maps Style"
4396
  msgstr "Google Maps Stil"
4397
 
4398
+ #: app/features/mec/settings.php:863
4399
  msgid "Direction on single event"
4400
  msgstr "Richtung auf einzelne Veranstaltung"
4401
 
4402
+ #: app/features/mec/settings.php:867
4403
  msgid "Simple Method"
4404
  msgstr "Einfache Methode"
4405
 
4406
+ #: app/features/mec/settings.php:868
4407
  msgid "Advanced Method"
4408
  msgstr "Fortgeschrittene Methode"
4409
 
4410
+ #: app/features/mec/settings.php:873 app/features/mec/settings.php:878
4411
  msgid "Lightbox Date Format"
4412
  msgstr "Leuchtkasten Datumsformat"
4413
 
4414
+ #: app/features/mec/settings.php:879
4415
  msgid "Default value is M d Y"
4416
  msgstr "Standardwert ist M T J"
4417
 
4418
+ #: app/features/mec/settings.php:886 app/features/mec/settings.php:894
4419
  msgid "Google Maps API"
4420
  msgstr "Google Maps API"
4421
 
4422
+ #: app/features/mec/settings.php:890
4423
  msgid "Don't load Google Maps API library"
4424
  msgstr "Google Maps API Bibliothek nicht laden"
4425
 
4426
+ #: app/features/mec/settings.php:895
4427
  msgid "Check it only if another plugin/theme is loading the Google Maps API"
4428
  msgstr ""
4429
  "Checken Sie es nur wenn ein anderes plugin/Thema die Google Maps API lädt."
4430
 
4431
+ #: app/features/mec/settings.php:910
4432
  msgid "Enable Google Recaptcha"
4433
  msgstr "Google Recaptcha aktivieren"
4434
 
4435
+ #: app/features/mec/settings.php:917
4436
  msgid "Enable on booking form"
4437
  msgstr "Auf dem Buchungsformular aktivieren"
4438
 
4439
+ #: app/features/mec/settings.php:923
4440
  #, fuzzy
4441
  #| msgid "Enable on \"Frontend Event Submittion\" form"
4442
  msgid "Enable on \"Frontend Event Submission\" form"
4443
  msgstr "Aktivieren auf dem \"Frontend Event Submittion\" Formular"
4444
 
4445
+ #: app/features/mec/settings.php:927
4446
  msgid "Site Key"
4447
  msgstr "Site Key (Seitenschlüssel)"
4448
 
4449
+ #: app/features/mec/settings.php:933
4450
  msgid "Secret Key"
4451
  msgstr "Geheimschlüssel"
4452
 
4453
+ #: app/features/mec/settings.php:947
4454
  msgid ""
4455
  "Show export module (iCal export and add to Google calendars) on event page"
4456
  msgstr ""
4457
  "Exportmodule auf Veranstaltungsseite anzeigen (iCal export und hinzufügen zu "
4458
  "Google calendars)"
4459
 
4460
+ #: app/features/mec/settings.php:954
4461
  msgid "Google Calendar"
4462
  msgstr "Google Calendar"
4463
 
4464
+ #: app/features/mec/settings.php:974
4465
  msgid "Show event time based on local time of visitor on event page"
4466
  msgstr ""
4467
  "Zeige die Eventzeit basierend auf der Ortszeit des Besuchers auf der "
4468
  "Eventseite"
4469
 
4470
+ #: app/features/mec/settings.php:990
4471
  msgid "Show QR code of event in details page and booking invoice"
4472
  msgstr ""
4473
  "Zeigen Sie QR-Code des Events in der Detailseite und in der Buchungsrechnung "
4474
  "an"
4475
 
4476
+ #: app/features/mec/settings.php:1008
4477
  msgid "Show weather module on event page"
4478
  msgstr "Wettermodul auf der Eventseite anzeigen"
4479
 
4480
+ #: app/features/mec/settings.php:1016
4481
  #, php-format
4482
  msgid "You can get a free API Key from %s"
4483
  msgstr "Sie können einen kostenlosen API-Schlüssel von% s erhalten"
4484
 
4485
+ #: app/features/mec/settings.php:1028
4486
  msgid "Show countdown module on event page"
4487
  msgstr "Countdownmodul auf Veranstaltungsseite anzeigen"
4488
 
4489
+ #: app/features/mec/settings.php:1033
4490
  msgid "Countdown Style"
4491
  msgstr "Countdown Stil"
4492
 
4493
+ #: app/features/mec/settings.php:1036
4494
  msgid "Plain Style"
4495
  msgstr "Einfacher schlichter Stil"
4496
 
4497
+ #: app/features/mec/settings.php:1037
4498
  msgid "Flip Style"
4499
  msgstr "Flip Stil"
4500
 
4501
+ #: app/features/mec/settings.php:1049
4502
  msgid "Show social network module"
4503
  msgstr "Modul für Soziale Netzwerke anzeigen"
4504
 
4505
+ #: app/features/mec/settings.php:1074
4506
  msgid "Show next event module on event page"
4507
  msgstr "Nächstes Event Modul auf der Eventseite anzeigen"
4508
 
4509
+ #: app/features/mec/settings.php:1079
4510
  msgid "Method"
4511
  msgstr "Methode"
4512
 
4513
+ #: app/features/mec/settings.php:1082
4514
  msgid "Next Occurrence of Current Event"
4515
  msgstr "Nächstes Auftreten des aktuellen Events"
4516
 
4517
+ #: app/features/mec/settings.php:1083
4518
  msgid "Next Occurrence of Other Events"
4519
  msgstr "Nächstes Auftreten von anderen Events."
4520
 
4521
+ #: app/features/mec/settings.php:1088 app/features/mec/settings.php:1093
4522
+ #: app/features/mec/settings.php:1338 app/features/mec/settings.php:1343
4523
  msgid "Date Format"
4524
  msgstr "Datumsformat"
4525
 
4526
+ #: app/features/mec/settings.php:1107 app/features/mec/settings.php:1115
4527
  msgid "Time Format"
4528
  msgstr "Zeitformat"
4529
 
4530
+ #: app/features/mec/settings.php:1110
4531
  msgid "12 hours format with AM/PM"
4532
  msgstr "12-Stunden-Format mit AM/FM"
4533
 
4534
+ #: app/features/mec/settings.php:1111
4535
  msgid "24 hours format"
4536
  msgstr "24-Stunden-Format"
4537
 
4538
+ #: app/features/mec/settings.php:1116
4539
  msgid "This option, affects the selection of Start/End time."
4540
  msgstr ""
4541
 
4542
+ #: app/features/mec/settings.php:1124
4543
  msgid "Events List Page"
4544
  msgstr "Seite Liste der Veranstaltungen"
4545
 
4546
+ #: app/features/mec/settings.php:1133 app/features/mec/settings.php:1145
4547
  #, php-format
4548
  msgid "Put %s shortcode into the page."
4549
  msgstr "%s shortcode in die Seite einfügen"
4550
 
4551
+ #: app/features/mec/settings.php:1136
4552
  msgid "Add/Edit Events Page"
4553
  msgstr "Veranstaltungsseite hinzufügen/bearbeiten"
4554
 
4555
+ #: app/features/mec/settings.php:1150
4556
  msgid "Enable event submission by guest (Not logged-in) users"
4557
  msgstr ""
4558
  "Das Erstellen von Veranstaltungen durch Gäste (nicht angemeldete Nutzer) "
4559
  "erlauben"
4560
 
4561
+ #: app/features/mec/settings.php:1157
4562
  msgid "Enable mandatory email and name for guest user"
4563
  msgstr ""
4564
  "Aktivieren Sie die obligatorische E-Mail und den Namen für Gastbenutzer"
4565
 
4566
+ #: app/features/mec/settings.php:1161
4567
  msgid "Frontend Event Submission Sections"
4568
  msgstr "Frontend Veranstaltungen Einreichung Sektionen"
4569
 
4570
+ #: app/features/mec/settings.php:1183 app/widgets/single.php:119
4571
  msgid "Event Categories"
4572
  msgstr "Veranstaltungskategorien"
4573
 
4574
+ #: app/features/mec/settings.php:1189
4575
  msgid "Event Labels"
4576
  msgstr "Event Labels"
4577
 
4578
+ #: app/features/mec/settings.php:1201
4579
  msgid "Event Tags"
4580
  msgstr "Event Schlagworte"
4581
 
4582
+ #: app/features/mec/settings.php:1213 app/widgets/single.php:123
4583
  msgid "Event Organizer"
4584
  msgstr "Veranstaltungsmanager"
4585
 
4586
+ #: app/features/mec/settings.php:1231
4587
  msgid "Booking Options"
4588
  msgstr "Buchungsoptionen"
4589
 
4590
+ #: app/features/mec/settings.php:1237
4591
  #, fuzzy
4592
  #| msgid "Fees/Taxes Options"
4593
  msgid "Fees / Taxes Options"
4594
  msgstr "Gebühren/Steuer Optionen"
4595
 
4596
+ #: app/features/mec/settings.php:1254
4597
  #, php-format
4598
  msgid ""
4599
  "Users can put a note for editors while they're submitting the event. Also "
4605
  "Eventbenachrichtigung setzen, um die Notizen der Benutzer in der E-Mail zu "
4606
  "erhalten."
4607
 
4608
+ #: app/features/mec/settings.php:1261 app/features/mec/settings.php:1270
4609
  msgid "Visibility of Note"
4610
  msgstr "Sichtbarkeit der Anmerkungen zum Event "
4611
 
4612
+ #: app/features/mec/settings.php:1264
4613
  msgid "Always"
4614
  msgstr "Immer"
4615
 
4616
+ #: app/features/mec/settings.php:1265
4617
  msgid "While event is not published"
4618
  msgstr "Das Ereignis wird nicht veröffentlicht"
4619
 
4620
+ #: app/features/mec/settings.php:1271
4621
  msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
4622
  msgstr ""
4623
  "Die Ereignisnotiz wird im Frontend-Einreichungsformular angezeigt und das "
4624
  "Ereignis im Backend bearbeitet."
4625
 
4626
+ #: app/features/mec/settings.php:1282
4627
  #, php-format
4628
  msgid ""
4629
  "Put %s shortcode into your desired page. Then users are able to see history "
4630
  "of their bookings."
4631
  msgstr ""
4632
 
4633
+ #: app/features/mec/settings.php:1287 app/features/mec/settings.php:1294
4634
  msgid "Exceptional days"
4635
  msgstr "Ausgesuchte ausnehmende Tage"
4636
 
4637
+ #: app/features/mec/settings.php:1291
4638
  msgid "Show exceptional days option on Add/Edit events page"
4639
  msgstr ""
4640
  "Ausnehmende Tage anzeigen auf der Seite Ereignisse hinzufügen / bearbeiten "
4641
  "(Show exceptional days option on Add/Edit events page)"
4642
 
4643
+ #: app/features/mec/settings.php:1295
4644
  msgid ""
4645
  "Using this option you can include/exclude certain days to/from event "
4646
  "occurrence dates."
4648
  "Mit dieser Option können Sie bestimmte Tage von vorkommenden Eventdaten ein-/"
4649
  "ausschließen."
4650
 
4651
+ #: app/features/mec/settings.php:1308
4652
  msgid ""
4653
  "Show additional organizers option on Add/Edit events page and single event "
4654
  "page."
4656
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4657
  "bearbeiten und auf der Seite für einzelne Events an."
4658
 
4659
+ #: app/features/mec/settings.php:1314
4660
  #, fuzzy
4661
  #| msgid "Additional Organizers"
4662
  msgid "Additional locations"
4663
  msgstr "Zusätzliche Organisatoren"
4664
 
4665
+ #: app/features/mec/settings.php:1318
4666
  #, fuzzy
4667
  #| msgid ""
4668
  #| "Show additional organizers option on Add/Edit events page and single "
4674
  "Zeigen Sie zusätzliche Organisatoren auf der Seite Events hinzufügen / "
4675
  "bearbeiten und auf der Seite für einzelne Events an."
4676
 
4677
+ #: app/features/mec/settings.php:1332
4678
  msgid "Enable booking module"
4679
  msgstr "Buchungsmodul aktivieren"
4680
 
4681
+ #: app/features/mec/settings.php:1333
4682
  msgid ""
4683
  "After enable it, you should reloading this page to see Payment Gateways on "
4684
  "settings and see a new menu on Dashboard"
4685
  msgstr ""
4686
 
4687
+ #: app/features/mec/settings.php:1344
4688
  msgid "Default is Y-m-d"
4689
  msgstr "Voreinstellung ist J-M-T"
4690
 
4691
+ #: app/features/mec/settings.php:1351
4692
  msgid "Maximum Dates"
4693
  msgstr "Maximale Anzahl von Daten"
4694
 
4695
+ #: app/features/mec/settings.php:1353
4696
  msgid "Default is 6"
4697
  msgstr "Die Voreinstellung ist 6"
4698
 
4699
+ #: app/features/mec/settings.php:1357 app/features/mec/settings.php:1367
4700
  msgid "Thank You Page"
4701
  msgstr "Danke Seite"
4702
 
4703
+ #: app/features/mec/settings.php:1368
4704
  msgid ""
4705
  "User redirects to this page after booking. Leave it empty if you want to "
4706
  "disable it."
4708
  "Benutzer werden auf diese Seite nach der Buchung weitergeleitet. Lassen Sie "
4709
  "es leer, wenn Sie es deaktivieren möchten."
4710
 
4711
+ #: app/features/mec/settings.php:1379
4712
  msgid "Enable Express Attendees Form"
4713
  msgstr "Aktivieren Sie das Express-Teilnehmerformular"
4714
 
4715
+ #: app/features/mec/settings.php:1383 app/modules/booking/steps/form.php:49
4716
  msgid "Attendees Form"
4717
  msgstr "Teilnahmeformular"
4718
 
4719
+ #: app/features/mec/settings.php:1384
4720
  msgid ""
4721
  "Users are able to apply first attendee information for other attendees in "
4722
  "the booking form."
4724
  "Benutzer können erste Teilnehmerinformationen für andere Teilnehmer im "
4725
  "Buchungsformular anwenden."
4726
 
4727
+ #: app/features/mec/settings.php:1390
4728
  msgid "Email verification"
4729
  msgstr "Email-Verifizierung"
4730
 
4731
+ #: app/features/mec/settings.php:1396
4732
  msgid "Auto verification for free bookings"
4733
  msgstr "Automatische Verifizierung für kostenlose Buchungen"
4734
 
4735
+ #: app/features/mec/settings.php:1405
4736
  msgid "Auto verification for paid bookings"
4737
  msgstr "Automatische Verifizierung für kostenpflichtige Buchungen"
4738
 
4739
+ #: app/features/mec/settings.php:1415
4740
  msgid "Auto confirmation for free bookings"
4741
  msgstr "Automatische Bestätigung für kostenlose Buchungen"
4742
 
4743
+ #: app/features/mec/settings.php:1424
4744
  msgid "Auto confirmation for paid bookings"
4745
  msgstr "Automatische Bestätigung für kostenpflichtige Buchungen"
4746
 
4747
+ #: app/features/mec/settings.php:1441
4748
  msgid "Enable coupons module"
4749
  msgstr "Gutscheinmodul aktivieren"
4750
 
4751
+ #: app/features/mec/settings.php:1443
4752
  msgid ""
4753
  "After enable it, you should reloading this page to see a new menu on "
4754
  "Dashboard > Booking"
4755
  msgstr ""
4756
 
4757
+ #: app/features/mec/settings.php:1459
4758
  msgid "Enable taxes / fees module"
4759
  msgstr "Modul für Gebühren/Steuern aktivieren"
4760
 
4761
+ #: app/features/mec/settings.php:1464
4762
  msgid "Add Fee"
4763
  msgstr "Gebühr hinzufügen"
4764
 
4765
+ #: app/features/mec/settings.php:1536
4766
  #, fuzzy
4767
  #| msgid "Enable coupons module"
4768
  msgid "Enable ticket options module"
4769
  msgstr "Gutscheinmodul aktivieren"
4770
 
4771
+ #: app/features/mec/settings.php:1541
4772
  msgid "Add Variation / Option"
4773
  msgstr ""
4774
 
4775
+ #: app/features/mec/settings.php:1615
4776
  msgid "Enable BuddyPress Integration"
4777
  msgstr "Buddy Press Integration deaktivieren"
4778
 
4779
+ #: app/features/mec/settings.php:1622
4780
  msgid "Show \"Attendees Module\" in event details page"
4781
  msgstr "Zeigt \"Teilnehmermodul\" in Event Details Seite"
4782
 
4783
+ #: app/features/mec/settings.php:1626
4784
  msgid "Attendees Limit"
4785
  msgstr "Teilnehmer Limit, maximale Anzahl"
4786
 
4787
+ #: app/features/mec/settings.php:1634
4788
  msgid "Add booking activity to user profile"
4789
  msgstr "Fügt Buchungsaktivitäten dem Benutzerprofil hinzu"
4790
 
4791
+ #: app/features/mec/settings.php:1645
4792
  msgid "Enable Mailchimp Integration"
4793
  msgstr "Mailchimp Integration deaktivieren"
4794
 
4795
+ #: app/features/mec/settings.php:1663 app/features/mec/settings.php:1668
4796
  msgid "List ID"
4797
  msgstr "List ID"
4798
 
4799
+ #: app/features/mec/settings.php:1676 app/features/mec/settings.php:1684
4800
  msgid "Subscription Status"
4801
  msgstr "Buchungsstatus"
4802
 
4803
+ #: app/features/mec/settings.php:1679
4804
  msgid "Subscribe automatically"
4805
  msgstr "automatisch Anmelden/Abonnieren"
4806
 
4807
+ #: app/features/mec/settings.php:1680
4808
  msgid "Subscribe by verification"
4809
  msgstr ""
4810
  "Anmelden/Abonnieren durch Bestätigung\n"
4811
  " "
4812
 
4813
+ #: app/features/mec/settings.php:1685
4814
  msgid ""
4815
  "If you choose \"Subscribe by verification\" then an email will send to user "
4816
  "by mailchimp for subscription verification."
4818
  "Wenn Sie \"Anmelden durch Verifizierung\" wählen, wird eine E-Mail an den "
4819
  "Benutzer per Mailchimp zur Bestätigung gesendet."
4820
 
4821
+ #: app/features/mec/settings.php:1695
4822
  #, fuzzy
4823
  #| msgid "Filter Options"
4824
  msgid "Upload Field Options"
4825
  msgstr "Filteroptionen"
4826
 
4827
+ #: app/features/mec/settings.php:1697
4828
  msgid "Mime types"
4829
  msgstr ""
4830
 
4831
+ #: app/features/mec/settings.php:1701
4832
  msgid "Split mime types with \",\"."
4833
  msgstr ""
4834
 
4835
+ #: app/features/mec/settings.php:1701
4836
  msgid "Default: jpeg,jpg,png,pdf"
4837
  msgstr ""
4838
 
4839
+ #: app/features/mec/settings.php:1704
4840
  #, fuzzy
4841
  #| msgid "Amount (Per Ticket)"
4842
  msgid "Maximum file size"
4843
  msgstr "Betrag (pro Ticket)"
4844
 
4845
+ #: app/features/mec/settings.php:1708
4846
  msgid "The unit is Megabyte \"MB\""
4847
  msgstr ""
4848
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4849
  #: app/features/mec/styles.php:96
4850
  msgid "Custom Styles"
4851
  msgstr "Benutzerdefinierte Stile"
4910
  msgid "Disable Google Fonts"
4911
  msgstr "Google Recaptcha aktivieren"
4912
 
4913
+ #: app/features/mec/styling.php:282
4914
  msgid "To be GDPR compliant you may need to disable Google fonts!"
4915
  msgstr ""
4916
 
4917
+ #: app/features/mec/styling.php:291
4918
  msgid "Container Width"
4919
  msgstr ""
4920
 
4921
+ #: app/features/mec/styling.php:293 app/features/mec/styling.php:298
4922
  msgid "Desktop Normal Screens"
4923
  msgstr ""
4924
 
4925
+ #: app/features/mec/styling.php:299 app/features/mec/styling.php:312
4926
  msgid "You can enter your theme container size in this field"
4927
  msgstr ""
4928
 
4929
+ #: app/features/mec/styling.php:306 app/features/mec/styling.php:311
4930
  msgid "Desktop Large Screens"
4931
  msgstr ""
4932
 
5348
  msgstr "Veranstalter Email-Adresse einfügen"
5349
 
5350
  #: app/features/organizers.php:118 app/features/organizers.php:154
5351
+ #: app/features/organizers.php:286
5352
  msgid "Link to organizer page"
5353
  msgstr "Link zur Seite des Veranstalters"
5354
 
5375
  msgid "Insert a new organizer"
5376
  msgstr "Neuen Veranstalter einfügen"
5377
 
5378
+ #: app/features/organizers.php:267
5379
  msgid "Choose one of saved organizers or insert new one below."
5380
  msgstr ""
5381
  "Wählen Sie einen der gespeicherten Veranstalter aus oder legen Sie einen "
5382
  "neuen Veranstalter an."
5383
 
5384
+ #: app/features/organizers.php:278
5385
  msgid "Phone number."
5386
  msgstr "Telefon"
5387
 
5388
+ #: app/features/organizers.php:279
5389
  msgid "eg. +1 (234) 5678"
5390
  msgstr "z.B. +49 (1234) 56789"
5391
 
5392
+ #: app/features/organizers.php:282
5393
  msgid "Email address."
5394
  msgstr "Mailadresse"
5395
 
5396
+ #: app/features/organizers.php:283
5397
  msgid "eg. john@smith.com"
5398
  msgstr "z.B.. max@mustermann.com"
5399
 
5400
+ #: app/features/organizers.php:287
5401
  #, fuzzy
5402
  #| msgid "http://webnus.net"
5403
  msgid "eg. https://webnus.net"
5404
  msgstr "http://webnus.net"
5405
 
5406
+ #: app/features/organizers.php:306 app/libraries/main.php:4412
5407
+ #: app/skins/single.php:214
5408
  msgid "Other Organizers"
5409
  msgstr "Andere Veranstalter"
5410
 
5411
+ #: app/features/organizers.php:308
5412
  msgid ""
5413
  "You can select extra organizers in addition to main organizer if you like."
5414
  msgstr ""
5973
  #: app/skins/grid/render.php:116 app/skins/grid/render.php:151
5974
  #: app/skins/grid/render.php:188 app/skins/grid/render.php:216
5975
  #: app/skins/list/render.php:102 app/skins/list/render.php:185
5976
+ #: app/skins/masonry/render.php:143 app/skins/single/default.php:229
5977
+ #: app/skins/single/default.php:231 app/skins/single/default.php:440
5978
+ #: app/skins/single/default.php:442 app/skins/single/m1.php:126
5979
  #: app/skins/single/m1.php:128 app/skins/single/m2.php:58
5980
+ #: app/skins/single/m2.php:60 app/skins/single/modern.php:68
5981
+ #: app/skins/single/modern.php:70 app/skins/slider/render.php:109
5982
  #: app/skins/slider/render.php:154 app/skins/slider/render.php:198
5983
  #: app/skins/slider/render.php:243 app/skins/slider/render.php:299
5984
  msgid "REGISTER"
5992
  #: app/skins/carousel/render.php:175 app/skins/grid/render.php:116
5993
  #: app/skins/grid/render.php:151 app/skins/grid/render.php:188
5994
  #: app/skins/grid/render.php:216 app/skins/list/render.php:102
5995
+ #: app/skins/list/render.php:185 app/skins/masonry/render.php:143
5996
  #: app/skins/slider/render.php:109 app/skins/slider/render.php:154
5997
  #: app/skins/slider/render.php:198 app/skins/slider/render.php:243
5998
  #: app/skins/slider/render.php:299
6071
  msgid "A new event is added."
6072
  msgstr "Eine neue Veranstaltung wurde hinzugefügt."
6073
 
6074
+ #: app/libraries/notifications.php:448 app/libraries/render.php:436
6075
+ #: app/modules/local-time/details.php:47 app/modules/next-event/details.php:97
6076
+ #: app/skins/single/default.php:83 app/skins/single/default.php:294
6077
+ #: app/skins/single/m1.php:34 app/skins/single/modern.php:183
6078
+ msgid "All of the day"
6079
+ msgstr "Den ganzen Tag"
6080
+
6081
+ #: app/libraries/notifications.php:518
6082
  msgid "to"
6083
  msgstr ""
6084
 
6085
+ #: app/libraries/notifications.php:531 app/modules/export/details.php:27
6086
  msgid "+ Add to Google Calendar"
6087
  msgstr "+ zum Google Calendar hinzufügen"
6088
 
6089
+ #: app/libraries/notifications.php:532 app/modules/export/details.php:28
6090
  msgid "+ iCal export"
6091
  msgstr "+ zu iCal exportieren"
6092
 
6093
+ #: app/libraries/notifications.php:596
6094
  msgid "Yes"
6095
  msgstr "Ja"
6096
 
6097
+ #: app/libraries/notifications.php:596
6098
  msgid "No"
6099
  msgstr "Nein"
6100
 
6102
  msgid "Skin controller does not exist."
6103
  msgstr "Skin contoller existiert nicht."
6104
 
6105
+ #: app/libraries/skins.php:926
 
 
 
 
 
 
 
6106
  msgid "Ignore month and years"
6107
  msgstr "Monat und Jahre ignorieren"
6108
 
6219
  msgid "Go to occurrence page"
6220
  msgstr "Zum Event"
6221
 
6222
+ #: app/modules/next-event/details.php:91 app/skins/single/default.php:77
6223
+ #: app/skins/single/default.php:288 app/skins/single/m1.php:28
6224
+ #: app/skins/single/modern.php:177
6225
  msgid "Time"
6226
  msgstr "Uhrzeit"
6227
 
6326
  msgid "No Events"
6327
  msgstr "Keine Veranstaltungen"
6328
 
6329
+ #: app/skins/single.php:84
6330
+ msgid "Home"
6331
+ msgstr ""
6332
+
6333
+ #: app/skins/single.php:229 app/skins/single/default.php:202
6334
+ #: app/skins/single/default.php:413 app/skins/single/m1.php:100
6335
+ #: app/skins/single/m2.php:32 app/skins/single/modern.php:41
6336
  msgid "Phone"
6337
  msgstr "Phone"
6338
 
6339
+ #: app/skins/single.php:243 app/skins/single/default.php:216
6340
+ #: app/skins/single/default.php:427 app/skins/single/m1.php:114
6341
+ #: app/skins/single/m2.php:46 app/skins/single/modern.php:55
6342
  msgid "Website"
6343
  msgstr "Website"
6344
 
6345
+ #: app/skins/single.php:312
6346
  #, fuzzy
6347
  #| msgid "No Search Options"
6348
  msgid "Speakers:"
6349
  msgstr "Keine Suchoptionen"
6350
 
6351
+ #: app/skins/single/default.php:40 app/skins/single/m1.php:236
6352
+ #: app/skins/single/m2.php:174 app/skins/single/modern.php:255
6353
  msgid "Sold out!"
6354
  msgstr "Ausverkauft!"
6355
 
6356
+ #: app/skins/single/default.php:50 app/skins/single/m1.php:245
6357
+ #: app/skins/single/m2.php:183 app/skins/single/modern.php:265
6358
  msgid "Tags: "
6359
  msgstr "Tags:"
6360
 
6818
  #~ msgid "WooCommerce Integration"
6819
  #~ msgstr "Buddy Press Integration"
6820
 
 
 
 
 
 
6821
  #~ msgid "Insert multiple recipients, comma separated."
6822
  #~ msgstr "Mehrere Empfänger einfügen, durch Komma getrennt."
6823
 
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-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"
@@ -46,13 +46,13 @@ msgstr ""
46
  msgid "Select Type"
47
  msgstr ""
48
 
49
- #: app/features/colors.php:50 app/features/fes/form.php:570
50
- #: app/features/mec/settings.php:1239
51
  msgid "Event Color"
52
  msgstr ""
53
 
54
  #: app/features/contextual.php:55 app/features/mec.php:328
55
- #: app/features/mec/dashboard.php:110 app/features/mec/gateways.php:24
56
  #: app/features/mec/ie.php:20 app/features/mec/messages.php:24
57
  #: app/features/mec/notifications.php:23 app/features/mec/regform.php:60
58
  #: app/features/mec/settings.php:41 app/features/mec/styles.php:24
@@ -61,11 +61,11 @@ msgstr ""
61
  msgid "Settings"
62
  msgstr ""
63
 
64
- #: app/features/contextual.php:62 app/features/events.php:1752
65
  #: app/features/mec/gateways.php:33 app/features/mec/ie.php:29
66
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
67
  #: app/features/mec/regform.php:68 app/features/mec/regform.php:131
68
- #: app/features/mec/settings.php:222 app/features/mec/styles.php:33
69
  #: app/features/mec/styling.php:55 app/features/mec/support.php:29
70
  msgid "Booking Form"
71
  msgstr ""
@@ -82,7 +82,7 @@ msgstr ""
82
  #: app/features/contextual.php:70 app/features/mec/gateways.php:40
83
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
84
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
85
- #: app/features/mec/regform.php:75 app/features/mec/settings.php:229
86
  #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
87
  #: app/features/mec/support.php:36
88
  msgid "Payment Gateways"
@@ -97,10 +97,9 @@ msgstr ""
97
 
98
  #: app/features/contextual.php:77 app/features/mec/gateways.php:49
99
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
100
- #: app/features/mec/notifications.php:48 app/features/mec/notifications.php:96
101
- #: app/features/mec/regform.php:83 app/features/mec/settings.php:239
102
- #: app/features/mec/styles.php:49 app/features/mec/styling.php:71
103
- #: app/features/mec/support.php:45
104
  msgid "Notifications"
105
  msgstr ""
106
 
@@ -164,77 +163,77 @@ msgid ""
164
  msgstr ""
165
 
166
  #: app/features/contextual.php:117 app/features/mec/settings.php:48
167
- #: app/features/mec/settings.php:291
168
  msgid "General Options"
169
  msgstr ""
170
 
171
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
172
- #: app/features/mec/settings.php:640
173
  msgid "Slugs/Permalinks"
174
  msgstr ""
175
 
176
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
177
- #: app/features/mec/settings.php:680
178
  msgid "Event Details/Single Event Page"
179
  msgstr ""
180
 
181
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
182
- #: app/features/mec/settings.php:757
183
  msgid "Currency Options"
184
  msgstr ""
185
 
186
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
187
- #: app/features/mec/settings.php:834 app/features/mec/settings.php:852
188
  msgid "Google Maps Options"
189
  msgstr ""
190
 
191
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
192
- #: app/features/mec/settings.php:944
193
  msgid "Google Recaptcha Options"
194
  msgstr ""
195
 
196
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
197
- #: app/features/mec/settings.php:1062
198
  msgid "Countdown Options"
199
  msgstr ""
200
 
201
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
202
- #: app/features/mec/settings.php:1083
203
  msgid "Social Networks"
204
  msgstr ""
205
 
206
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
207
- #: app/features/mec/settings.php:1108
208
  msgid "Next Event Module"
209
  msgstr ""
210
 
211
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
212
- #: app/features/mec/settings.php:1145
213
  msgid "Frontend Event Submission"
214
  msgstr ""
215
 
216
- #: app/features/contextual.php:298 app/features/events.php:800
217
  #: app/features/mec/settings.php:150
218
  msgid "Exceptional Days"
219
  msgstr ""
220
 
221
  #: app/features/contextual.php:308 app/features/events.php:272
222
- #: app/features/mec/settings.php:168 app/features/mec/settings.php:1377
223
  msgid "Booking"
224
  msgstr ""
225
 
226
  #: app/features/contextual.php:318 app/features/mec/settings.php:174
227
- #: app/features/mec/settings.php:1495
228
  msgid "Coupons"
229
  msgstr ""
230
 
231
  #: app/features/contextual.php:326 app/features/mec/settings.php:192
232
- #: app/features/mec/settings.php:1691
233
  msgid "BuddyPress Integration"
234
  msgstr ""
235
 
236
  #: app/features/contextual.php:334 app/features/mec/settings.php:198
237
- #: app/features/mec/settings.php:1721
238
  msgid "Mailchimp Integration"
239
  msgstr ""
240
 
@@ -243,15 +242,15 @@ msgid "MEC Activation"
243
  msgstr ""
244
 
245
  #: app/features/events.php:134 app/features/ix/export.php:34
246
- #: app/features/mec/dashboard.php:190 app/skins/daily_view/tpl.php:79
247
  #: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
248
  msgid "Events"
249
  msgstr ""
250
 
251
  #: app/features/events.php:135
252
- #: app/features/mec/meta_boxes/display_options.php:894
253
- #: app/features/mec/meta_boxes/display_options.php:959
254
- #: app/features/mec/meta_boxes/display_options.php:997
255
  #: app/features/profile/profile.php:28 app/skins/daily_view/tpl.php:80
256
  #: app/skins/monthly_view/tpl.php:71 app/skins/yearly_view/tpl.php:69
257
  msgid "Event"
@@ -261,7 +260,7 @@ msgstr ""
261
  msgid "Add Event"
262
  msgstr ""
263
 
264
- #: app/features/events.php:137 app/features/mec/dashboard.php:109
265
  msgid "Add New Event"
266
  msgstr ""
267
 
@@ -287,7 +286,7 @@ msgid "No events found in Trash!"
287
  msgstr ""
288
 
289
  #: app/features/events.php:159
290
- #: app/features/mec/meta_boxes/display_options.php:816
291
  #: app/features/mec/meta_boxes/search_form.php:31
292
  #: app/features/mec/meta_boxes/search_form.php:92
293
  #: app/features/mec/meta_boxes/search_form.php:153
@@ -298,13 +297,13 @@ msgstr ""
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
304
  msgid "Category"
305
  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:4375
310
  msgid "Categories"
@@ -378,18 +377,18 @@ msgstr ""
378
  msgid "Event Details"
379
  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: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"
394
  msgstr ""
395
 
@@ -401,26 +400,26 @@ msgstr ""
401
  msgid "Guest Data"
402
  msgstr ""
403
 
404
- #: app/features/events.php:410 app/features/events.php:1734
405
- #: app/features/fes/form.php:445 app/features/labels.php:177
406
- #: app/features/mec/regform.php:27 app/features/organizers.php:277
407
- #: app/features/profile/profile.php:90 app/libraries/notifications.php:569
408
  #: app/modules/booking/steps/form.php:35
409
  msgid "Name"
410
  msgstr ""
411
 
412
- #: app/features/events.php:411 app/features/events.php:1745
413
- #: app/features/events.php:1818 app/features/fes/form.php:441
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
424
  msgid "Email"
425
  msgstr ""
426
 
@@ -429,47 +428,47 @@ msgid "Date and Time"
429
  msgstr ""
430
 
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
439
- #: app/features/mec/meta_boxes/display_options.php:343
440
- #: app/features/mec/meta_boxes/display_options.php:401
441
- #: app/features/mec/meta_boxes/display_options.php:520
442
- #: app/features/mec/meta_boxes/display_options.php:577
443
- #: app/features/mec/meta_boxes/display_options.php:624
444
- #: app/features/mec/meta_boxes/display_options.php:657
445
- #: app/features/mec/meta_boxes/display_options.php:692
446
- #: app/features/mec/meta_boxes/display_options.php:738
447
- #: app/features/mec/meta_boxes/display_options.php:781
448
- #: app/features/mec/meta_boxes/display_options.php:1020
449
- #: app/features/mec/meta_boxes/display_options.php:1116
450
  msgid "Start Date"
451
  msgstr ""
452
 
453
  #: app/features/events.php:487 app/features/events.php:568
454
- #: app/features/events.php:1178 app/features/events.php:1216
455
- #: app/features/events.php:1341 app/features/events.php:1364
456
  #: app/features/fes/form.php:259 app/features/fes/form.php:299
457
  msgid "AM"
458
  msgstr ""
459
 
460
  #: app/features/events.php:493 app/features/events.php:574
461
- #: app/features/events.php:1184 app/features/events.php:1222
462
- #: app/features/events.php:1342 app/features/events.php:1365
463
  #: app/features/fes/form.php:260 app/features/fes/form.php:300
464
  msgid "PM"
465
  msgstr ""
466
 
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 ""
475
 
@@ -490,302 +489,303 @@ msgstr ""
490
  msgid "Time Comment"
491
  msgstr ""
492
 
493
- #: app/features/events.php:610 app/features/fes/form.php:317
494
  msgid ""
495
  "It shows next to event time on single event page. You can insert Timezone "
496
  "etc. in this field."
497
  msgstr ""
498
 
499
- #: app/features/events.php:611 app/features/events.php:707
500
- #: app/features/events.php:776 app/features/events.php:817
501
- #: app/features/events.php:1041 app/features/events.php:1102
502
- #: app/features/events.php:1237 app/features/events.php:1250
503
- #: app/features/events.php:1380 app/features/events.php:1393
504
- #: app/features/events.php:1501 app/features/events.php:1535
505
- #: app/features/events.php:1622 app/features/events.php:1635
506
- #: app/features/events.php:1662 app/features/events.php:1675
507
- #: app/features/fes/form.php:406 app/features/locations.php:300
508
- #: app/features/mec/dashboard.php:73
509
- #: app/features/mec/meta_boxes/display_options.php:62
510
- #: app/features/mec/meta_boxes/display_options.php:78
511
- #: app/features/mec/meta_boxes/display_options.php:94
512
- #: app/features/mec/meta_boxes/display_options.php:108
513
- #: app/features/mec/meta_boxes/display_options.php:123
514
- #: app/features/mec/meta_boxes/display_options.php:204
515
- #: app/features/mec/meta_boxes/display_options.php:219
516
- #: app/features/mec/meta_boxes/display_options.php:234
517
- #: app/features/mec/meta_boxes/display_options.php:250
518
- #: app/features/mec/meta_boxes/display_options.php:264
519
- #: app/features/mec/meta_boxes/display_options.php:280
520
- #: app/features/mec/meta_boxes/display_options.php:294
521
- #: app/features/mec/meta_boxes/display_options.php:364
522
- #: app/features/mec/meta_boxes/display_options.php:539
523
- #: app/features/mec/meta_boxes/display_options.php:802
524
- #: app/features/mec/meta_boxes/display_options.php:858
525
- #: app/features/mec/meta_boxes/display_options.php:873
526
- #: app/features/mec/meta_boxes/display_options.php:887
527
- #: app/features/mec/meta_boxes/display_options.php:922
528
- #: app/features/mec/meta_boxes/display_options.php:936
529
- #: app/features/mec/meta_boxes/display_options.php:952
530
- #: app/features/mec/meta_boxes/display_options.php:990
531
- #: app/features/mec/meta_boxes/display_options.php:1042
532
- #: app/features/mec/meta_boxes/display_options.php:1056
533
- #: app/features/mec/meta_boxes/display_options.php:1070
534
- #: app/features/mec/meta_boxes/display_options.php:1138
535
- #: app/features/mec/meta_boxes/display_options.php:1154
536
- #: app/features/mec/meta_boxes/display_options.php:1170
537
- #: app/features/mec/meta_boxes/display_options.php:1186
538
- #: app/features/mec/meta_boxes/display_options.php:1202
539
- #: app/features/mec/notifications.php:124
540
- #: app/features/mec/notifications.php:180
541
- #: app/features/mec/notifications.php:230
542
- #: app/features/mec/notifications.php:281
543
- #: app/features/mec/notifications.php:342
544
- #: app/features/mec/notifications.php:356
545
- #: app/features/mec/notifications.php:416 app/features/mec/settings.php:307
546
- #: app/features/mec/settings.php:329 app/features/mec/settings.php:359
547
- #: app/features/mec/settings.php:382 app/features/mec/settings.php:406
548
- #: app/features/mec/settings.php:429 app/features/mec/settings.php:509
549
- #: app/features/mec/settings.php:587 app/features/mec/settings.php:608
550
- #: app/features/mec/settings.php:628 app/features/mec/settings.php:650
551
- #: app/features/mec/settings.php:667 app/features/mec/settings.php:690
552
- #: app/features/mec/settings.php:709 app/features/mec/settings.php:728
553
- #: app/features/mec/settings.php:747 app/features/mec/settings.php:777
554
- #: app/features/mec/settings.php:855 app/features/mec/settings.php:875
555
- #: app/features/mec/settings.php:913 app/features/mec/settings.php:932
556
- #: app/features/mec/settings.php:1134 app/features/mec/settings.php:1159
557
- #: app/features/mec/settings.php:1300 app/features/mec/settings.php:1320
558
- #: app/features/mec/settings.php:1347 app/features/mec/settings.php:1399
559
- #: app/features/mec/settings.php:1426 app/features/mec/settings.php:1445
560
- #: app/features/mec/settings.php:1542 app/features/mec/settings.php:1574
561
- #: app/features/mec/settings.php:1625 app/features/mec/settings.php:1638
562
- #: app/features/mec/settings.php:1663 app/features/mec/settings.php:1676
563
- #: app/features/mec/settings.php:1738 app/features/mec/settings.php:1754
564
- #: app/features/mec/settings.php:1773 app/features/mec/styling.php:284
565
- #: app/features/mec/styling.php:304 app/features/mec/styling.php:320
566
- #: app/features/organizers.php:269 app/skins/single/default.php:106
567
- #: app/skins/single/default.php:316 app/skins/single/m1.php:191
568
- #: app/skins/single/m2.php:124 app/skins/single/modern.php:121
 
569
  msgid "Read More"
570
  msgstr ""
571
 
572
- #: app/features/events.php:626 app/features/fes/form.php:323
573
  msgid "Event Repeating"
574
  msgstr ""
575
 
576
- #: app/features/events.php:630 app/features/fes/form.php:327
577
  msgid "Repeats"
578
  msgstr ""
579
 
580
- #: app/features/events.php:637 app/features/fes/form.php:329
581
- #: app/features/mec/dashboard.php:337 app/skins/full_calendar/tpl.php:73
582
  msgid "Daily"
583
  msgstr ""
584
 
585
- #: app/features/events.php:643 app/features/fes/form.php:330
586
  msgid "Every Weekday"
587
  msgstr ""
588
 
589
- #: app/features/events.php:649 app/features/fes/form.php:331
590
  msgid "Every Weekend"
591
  msgstr ""
592
 
593
- #: app/features/events.php:655 app/features/fes/form.php:332
594
  msgid "Certain Weekdays"
595
  msgstr ""
596
 
597
- #: app/features/events.php:661 app/features/fes/form.php:333
598
  #: app/skins/full_calendar/tpl.php:72
599
  msgid "Weekly"
600
  msgstr ""
601
 
602
- #: app/features/events.php:667 app/features/fes/form.php:334
603
- #: app/features/mec/dashboard.php:338 app/skins/full_calendar/tpl.php:71
604
  msgid "Monthly"
605
  msgstr ""
606
 
607
- #: app/features/events.php:673 app/features/fes/form.php:335
608
- #: app/features/mec/dashboard.php:339 app/skins/full_calendar/tpl.php:70
609
  msgid "Yearly"
610
  msgstr ""
611
 
612
- #: app/features/events.php:679 app/features/fes/form.php:336
613
  msgid "Custom Days"
614
  msgstr ""
615
 
616
- #: app/features/events.php:683 app/features/fes/form.php:340
617
  msgid "Repeat Interval"
618
  msgstr ""
619
 
620
- #: app/features/events.php:684 app/features/fes/form.php:341
621
  msgid "Repeat interval"
622
  msgstr ""
623
 
624
- #: app/features/events.php:687 app/features/fes/form.php:344
625
  msgid "Week Days"
626
  msgstr ""
627
 
628
- #: app/features/events.php:688 app/features/fes/form.php:345
629
  #: app/libraries/main.php:406
630
  msgid "Monday"
631
  msgstr ""
632
 
633
- #: app/features/events.php:689 app/features/fes/form.php:346
634
  #: app/libraries/main.php:406
635
  msgid "Tuesday"
636
  msgstr ""
637
 
638
- #: app/features/events.php:690 app/features/fes/form.php:347
639
  #: app/libraries/main.php:406
640
  msgid "Wednesday"
641
  msgstr ""
642
 
643
- #: app/features/events.php:691 app/features/fes/form.php:348
644
  #: app/libraries/main.php:406
645
  msgid "Thursday"
646
  msgstr ""
647
 
648
- #: app/features/events.php:692 app/features/fes/form.php:349
649
  #: app/libraries/main.php:406
650
  msgid "Friday"
651
  msgstr ""
652
 
653
- #: app/features/events.php:693 app/features/fes/form.php:350
654
  #: app/libraries/main.php:406
655
  msgid "Saturday"
656
  msgstr ""
657
 
658
- #: app/features/events.php:694 app/features/fes/form.php:351
659
  #: app/libraries/main.php:406
660
  msgid "Sunday"
661
  msgstr ""
662
 
663
- #: app/features/events.php:699 app/features/events.php:1288
664
- #: app/features/events.php:1302 app/features/events.php:1420
665
  #: app/features/fes/form.php:356 app/features/ix/import_f_calendar.php:42
666
  #: app/features/ix/import_g_calendar.php:51
667
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
668
  msgid "Start"
669
  msgstr ""
670
 
671
- #: app/features/events.php:700 app/features/events.php:1289
672
- #: app/features/events.php:1303 app/features/events.php:1421
673
  #: app/features/fes/form.php:357
674
  msgid "End"
675
  msgstr ""
676
 
677
- #: app/features/events.php:701 app/features/events.php:811
678
- #: app/features/events.php:906 app/features/events.php:970
679
- #: app/features/events.php:1134 app/features/events.php:1275
680
- #: app/features/events.php:1412 app/features/events.php:1479
681
- #: app/features/events.php:1600 app/features/fes/form.php:358
682
  msgid "Add"
683
  msgstr ""
684
 
685
- #: app/features/events.php:704
686
  msgid "Custom Days Repeating"
687
  msgstr ""
688
 
689
- #: app/features/events.php:706
690
  msgid ""
691
  "Add certain days to event occurrence dates. If you have single day event, "
692
  "start and end date should be the same, If you have multiple day event the "
693
  "start and end dates must be commensurate with the initial date."
694
  msgstr ""
695
 
696
- #: app/features/events.php:737 app/features/fes/form.php:382
697
  msgid "Ends Repeat"
698
  msgstr ""
699
 
700
- #: app/features/events.php:746 app/features/fes/form.php:386
701
  msgid "Never"
702
  msgstr ""
703
 
704
- #: app/features/events.php:756 app/features/fes/form.php:391
705
  msgid "On"
706
  msgstr ""
707
 
708
- #: app/features/events.php:768 app/features/fes/form.php:398
709
  msgid "After"
710
  msgstr ""
711
 
712
- #: app/features/events.php:770 app/features/events.php:773
713
  #: app/features/fes/form.php:400 app/features/fes/form.php:403
714
  msgid "Occurrences times"
715
  msgstr ""
716
 
717
- #: app/features/events.php:775 app/features/fes/form.php:405
718
  msgid ""
719
  "The event will finish after certain repeats. For example if you set it to "
720
  "10, the event will finish after 10 repeats."
721
  msgstr ""
722
 
723
- #: app/features/events.php:806 app/features/events.php:814
724
  msgid "Exclude certain days"
725
  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
733
- #: app/skins/single/modern.php:154
734
  msgid "Date"
735
  msgstr ""
736
 
737
- #: app/features/events.php:816
738
  msgid ""
739
  "Exclude certain days from event occurrence dates. Please note that you can "
740
  "exclude only single day occurrences and you cannot exclude one day from "
741
  "multiple day occurrences."
742
  msgstr ""
743
 
744
- #: app/features/events.php:866 app/libraries/render.php:454
745
  msgid "Day 1"
746
  msgstr ""
747
 
748
- #: app/features/events.php:888 app/features/mec/settings.php:1269
749
- #: app/skins/single.php:278
750
  msgid "Hourly Schedule"
751
  msgstr ""
752
 
753
- #: app/features/events.php:891
754
  msgid "Add Day"
755
  msgstr ""
756
 
757
- #: app/features/events.php:892
758
  msgid ""
759
  "Add new days for schedule. For example if your event is multiple days, you "
760
  "can add a different schedule for each day!"
761
  msgstr ""
762
 
763
- #: app/features/events.php:898
764
  #, php-format
765
  msgid "Day %s"
766
  msgstr ""
767
 
768
- #: app/features/events.php:901 app/features/events.php:920
769
- #: app/features/events.php:940 app/features/events.php:965
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 ""
778
 
779
- #: app/features/events.php:903 app/features/events.php:922
780
- #: app/features/events.php:942 app/features/events.php:967
781
- #: app/features/events.php:983 app/features/events.php:1269
782
- #: app/features/events.php:1292 app/features/events.php:1306
783
- #: app/features/events.php:1407 app/features/events.php:1424
784
- #: app/features/events.php:1514 app/features/events.php:1548
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
@@ -796,178 +796,178 @@ msgstr ""
796
  msgid "Remove"
797
  msgstr ""
798
 
799
- #: app/features/events.php:907 app/features/events.php:971
800
  msgid "Add new hourly schedule row"
801
  msgstr ""
802
 
803
- #: app/features/events.php:918 app/features/events.php:938
804
- #: app/features/events.php:979
805
  msgid "From e.g. 8:15"
806
  msgstr ""
807
 
808
- #: app/features/events.php:919 app/features/events.php:939
809
- #: app/features/events.php:980
810
  msgid "To e.g. 8:45"
811
  msgstr ""
812
 
813
- #: app/features/events.php:921 app/features/events.php:941
814
- #: app/features/events.php:982 app/features/events.php:1227
815
- #: app/features/events.php:1370
816
  msgid "Description"
817
  msgstr ""
818
 
819
- #: app/features/events.php:925 app/features/events.php:945
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
 
827
- #: app/features/events.php:962 app/features/events.php:966
828
  msgid "New Day"
829
  msgstr ""
830
 
831
- #: app/features/events.php:1013 app/features/fes/form.php:460
832
- #: app/features/mec/settings.php:1209
833
  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:4406
838
  msgid "Event Link"
839
  msgstr ""
840
 
841
- #: app/features/events.php:1016 app/features/events.php:1030
842
- #: app/features/fes/form.php:463 app/features/fes/form.php:468
843
  msgid "eg. http://yoursite.com/your-event"
844
  msgstr ""
845
 
846
- #: app/features/events.php:1021
847
  msgid ""
848
  "If you fill it, it will be replaced instead of default event page link. "
849
  "Insert full link including http(s):// - Also, if you use advertising URL, "
850
  "can use URL Shortener"
851
  msgstr ""
852
 
853
- #: app/features/events.php:1022
854
  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: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
862
  msgid "More Info"
863
  msgstr ""
864
 
865
- #: app/features/events.php:1031 app/features/fes/form.php:469
866
  msgid "More Information"
867
  msgstr ""
868
 
869
- #: app/features/events.php:1033 app/features/fes/form.php:471
870
  msgid "Current Window"
871
  msgstr ""
872
 
873
- #: app/features/events.php:1034 app/features/fes/form.php:472
874
  msgid "New Window"
875
  msgstr ""
876
 
877
- #: app/features/events.php:1040 app/features/fes/form.php:474
878
  msgid ""
879
  "If you fill it, it will be shown in event details page as an optional link. "
880
  "Insert full link including http(s)://"
881
  msgstr ""
882
 
883
- #: app/features/events.php:1078 app/features/events.php:1099
884
  msgid "Total booking limits"
885
  msgstr ""
886
 
887
- #: app/features/events.php:1088 app/features/events.php:1267
888
- #: app/features/events.php:1405 app/modules/booking/default.php:81
889
  #: app/modules/booking/steps/tickets.php:40
890
  #: app/skins/available_spot/tpl.php:139
891
  msgid "Unlimited"
892
  msgstr ""
893
 
894
- #: app/features/events.php:1090
895
  msgid "100"
896
  msgstr ""
897
 
898
- #: app/features/events.php:1101
899
  msgid ""
900
  "If you want to set a limit to all tickets, uncheck this checkbox and put a "
901
  "limitation number."
902
  msgstr ""
903
 
904
- #: app/features/events.php:1103
905
  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:4411 app/modules/booking/steps/tickets.php:40
910
  msgid "Tickets"
911
  msgstr ""
912
 
913
- #: app/features/events.php:1129
914
  msgid ""
915
  "You're translating an event so MEC will use the original event for tickets "
916
  "and booking. You can only translate the ticket name and description. Please "
917
  "define exact tickets that you defined in the original event here."
918
  msgstr ""
919
 
920
- #: app/features/events.php:1146 app/features/events.php:1319
921
  msgid "Ticket Name"
922
  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: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
 
936
- #: app/features/events.php:1231 app/features/events.php:1234
937
- #: app/features/events.php:1290 app/features/events.php:1304
938
- #: app/features/events.php:1374 app/features/events.php:1377
939
- #: app/features/events.php:1422 app/features/events.php:1616
940
- #: app/features/events.php:1619 app/features/events.php:1656
941
- #: app/features/events.php:1659 app/features/mec/settings.php:1619
942
- #: app/features/mec/settings.php:1622 app/features/mec/settings.php:1657
943
- #: app/features/mec/settings.php:1660
944
  msgid "Price"
945
  msgstr ""
946
 
947
- #: app/features/events.php:1236 app/features/events.php:1379
948
  msgid "Insert 0 for free ticket. Only numbers please."
949
  msgstr ""
950
 
951
- #: app/features/events.php:1244 app/features/events.php:1247
952
- #: app/features/events.php:1387 app/features/events.php:1390
953
  msgid "Price Label"
954
  msgstr ""
955
 
956
- #: app/features/events.php:1249 app/features/events.php:1392
957
  msgid "For showing on website. e.g. $15"
958
  msgstr ""
959
 
960
- #: app/features/events.php:1258 app/features/events.php:1401
961
  msgid "Available Tickets"
962
  msgstr ""
963
 
964
- #: app/features/events.php:1274 app/features/events.php:1411
965
  msgid "Price per Date"
966
  msgstr ""
967
 
968
- #: app/features/events.php:1291 app/features/events.php:1305
969
- #: app/features/events.php:1423 app/features/labels.php:60
970
- #: app/features/mec/meta_boxes/display_options.php:817
971
  #: app/features/mec/meta_boxes/search_form.php:66
972
  #: app/features/mec/meta_boxes/search_form.php:127
973
  #: app/features/mec/meta_boxes/search_form.php:188
@@ -976,117 +976,117 @@ msgstr ""
976
  #: app/features/mec/meta_boxes/search_form.php:397
977
  #: app/features/mec/meta_boxes/search_form.php:451
978
  #: app/features/mec/meta_boxes/search_form.php:512
979
- #: app/features/mec/meta_boxes/search_form.php:573 app/libraries/skins.php:876
980
  msgid "Label"
981
  msgstr ""
982
 
983
- #: app/features/events.php:1459
984
  msgid "Fees"
985
  msgstr ""
986
 
987
- #: app/features/events.php:1469 app/features/events.php:1590
988
- #: app/features/events.php:1762
989
  msgid "Inherit from global options"
990
  msgstr ""
991
 
992
- #: app/features/events.php:1491 app/features/events.php:1525
993
- #: app/features/mec/settings.php:1532 app/features/mec/settings.php:1564
994
  msgid "Fee Title"
995
  msgstr ""
996
 
997
- #: app/features/events.php:1495 app/features/events.php:1498
998
- #: app/features/events.php:1529 app/features/events.php:1532
999
- #: app/features/mec/settings.php:1536 app/features/mec/settings.php:1539
1000
- #: app/features/mec/settings.php:1568 app/features/mec/settings.php:1571
1001
  msgid "Amount"
1002
  msgstr ""
1003
 
1004
- #: app/features/events.php:1500 app/features/events.php:1534
1005
- #: app/features/mec/settings.php:1541 app/features/mec/settings.php:1573
1006
  msgid ""
1007
  "Fee amount, considered as fixed amount if you set the type to amount "
1008
  "otherwise considered as percentage"
1009
  msgstr ""
1010
 
1011
- #: app/features/events.php:1509 app/features/events.php:1543
1012
- #: app/features/mec/settings.php:1550 app/features/mec/settings.php:1582
1013
  msgid "Percent"
1014
  msgstr ""
1015
 
1016
- #: app/features/events.php:1510 app/features/events.php:1544
1017
- #: app/features/mec/settings.php:1551 app/features/mec/settings.php:1583
1018
  msgid "Amount (Per Ticket)"
1019
  msgstr ""
1020
 
1021
- #: app/features/events.php:1511 app/features/events.php:1545
1022
- #: app/features/mec/settings.php:1552 app/features/mec/settings.php:1584
1023
  msgid "Amount (Per Booking)"
1024
  msgstr ""
1025
 
1026
- #: app/features/events.php:1580 app/features/mec/settings.php:1287
1027
  msgid "Ticket Variations / Options"
1028
  msgstr ""
1029
 
1030
- #: app/features/events.php:1621 app/features/events.php:1661
1031
- #: app/features/mec/settings.php:1624 app/features/mec/settings.php:1662
1032
  msgid "Option Price"
1033
  msgstr ""
1034
 
1035
- #: app/features/events.php:1629 app/features/events.php:1632
1036
- #: app/features/events.php:1669 app/features/events.php:1672
1037
- #: app/features/mec/settings.php:1632 app/features/mec/settings.php:1635
1038
- #: app/features/mec/settings.php:1670 app/features/mec/settings.php:1673
1039
  msgid "Maximum Per Ticket"
1040
  msgstr ""
1041
 
1042
- #: app/features/events.php:1634 app/features/events.php:1674
1043
- #: app/features/mec/settings.php:1637 app/features/mec/settings.php:1675
1044
  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: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
 
1089
- #: app/features/events.php:1825 app/features/mec/meta_boxes/search_form.php:34
1090
  #: app/features/mec/meta_boxes/search_form.php:41
1091
  #: app/features/mec/meta_boxes/search_form.php:48
1092
  #: app/features/mec/meta_boxes/search_form.php:55
@@ -1154,40 +1154,40 @@ msgstr ""
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
 
1167
- #: app/features/events.php:2367 app/features/events.php:2384
1168
- #: app/features/events.php:2401
1169
  #, php-format
1170
  msgid "Show all %s"
1171
  msgstr ""
1172
 
1173
- #: app/features/events.php:2367
1174
  msgid "labels"
1175
  msgstr ""
1176
 
1177
- #: app/features/events.php:2384
1178
  msgid "locations"
1179
  msgstr ""
1180
 
1181
- #: app/features/events.php:2401
1182
  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: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
1191
  #: app/features/mec/meta_boxes/search_form.php:38
1192
  #: app/features/mec/meta_boxes/search_form.php:99
1193
  #: app/features/mec/meta_boxes/search_form.php:160
@@ -1197,17 +1197,16 @@ msgstr ""
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
1204
  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: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
1213
  #: app/features/mec/meta_boxes/search_form.php:167
@@ -1220,62 +1219,62 @@ msgstr ""
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
1226
  msgid "Organizer"
1227
  msgstr ""
1228
 
1229
- #: app/features/events.php:2434
1230
  msgid "Repeat"
1231
  msgstr ""
1232
 
1233
- #: app/features/events.php:2435
1234
  msgid "Author"
1235
  msgstr ""
1236
 
1237
- #: app/features/events.php:2545 app/features/events.php:2546
1238
  msgid "iCal Export"
1239
  msgstr ""
1240
 
1241
- #: app/features/events.php:2548 app/features/events.php:2549
1242
  msgid "CSV Export"
1243
  msgstr ""
1244
 
1245
- #: app/features/events.php:2551 app/features/events.php:2552
1246
  msgid "MS Excel Export"
1247
  msgstr ""
1248
 
1249
- #: app/features/events.php:2554 app/features/events.php:2555
1250
  msgid "XML Export"
1251
  msgstr ""
1252
 
1253
- #: app/features/events.php:2557 app/features/events.php:2558
1254
  msgid "JSON Export"
1255
  msgstr ""
1256
 
1257
- #: app/features/events.php:2560 app/features/events.php:2561
1258
  msgid "Duplicate"
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
 
1273
- #: app/features/events.php:2609 app/features/events.php:2651
1274
  #, php-format
1275
  msgid "%s Tel"
1276
  msgstr ""
1277
 
1278
- #: app/features/events.php:2609 app/features/events.php:2651
1279
  #, php-format
1280
  msgid "%s Email"
1281
  msgstr ""
@@ -1338,54 +1337,54 @@ msgstr ""
1338
  msgid "Add certain days to event occurrence dates."
1339
  msgstr ""
1340
 
1341
- #: app/features/fes/form.php:421
1342
  msgid "Note to reviewer"
1343
  msgstr ""
1344
 
1345
- #: app/features/fes/form.php:439
1346
  msgid "User Data"
1347
  msgstr ""
1348
 
1349
- #: app/features/fes/form.php:442
1350
  msgid "eg. yourname@gmail.com"
1351
  msgstr ""
1352
 
1353
- #: app/features/fes/form.php:446 app/features/organizers.php:278
1354
  msgid "eg. John Smith"
1355
  msgstr ""
1356
 
1357
- #: app/features/fes/form.php:464
1358
  msgid ""
1359
  "If you fill it, it will be replaced instead of default event page link. "
1360
  "Insert full link including http(s)://"
1361
  msgstr ""
1362
 
1363
- #: app/features/fes/form.php:500 app/features/mec/settings.php:1221
1364
  msgid "Featured Image"
1365
  msgstr ""
1366
 
1367
- #: app/features/fes/form.php:505
1368
  msgid "Remove Image"
1369
  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: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"
1377
  msgstr ""
1378
 
1379
- #: app/features/fes/form.php:592 app/features/mec.php:315
1380
  #: app/features/mec/meta_boxes/filter.php:138
1381
  msgid "Tags"
1382
  msgstr ""
1383
 
1384
- #: app/features/fes/form.php:594
1385
  msgid "Insert your desired tags, comma separated."
1386
  msgstr ""
1387
 
1388
- #: app/features/fes/form.php:630
1389
  msgid "Submit"
1390
  msgstr ""
1391
 
@@ -1412,8 +1411,8 @@ msgstr ""
1412
 
1413
  #: app/features/ix.php:107 app/features/mec/gateways.php:77
1414
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1415
- #: app/features/mec/notifications.php:76 app/features/mec/regform.php:111
1416
- #: app/features/mec/settings.php:267 app/features/mec/styles.php:77
1417
  #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1418
  msgid "Import / Export"
1419
  msgstr ""
@@ -1573,7 +1572,7 @@ msgid ""
1573
  "This will export all of your website events' data into your desired format."
1574
  msgstr ""
1575
 
1576
- #: app/features/ix/export.php:25 app/features/mec/settings.php:992
1577
  msgid "iCal"
1578
  msgstr ""
1579
 
@@ -1671,14 +1670,15 @@ msgstr ""
1671
  #: app/features/ix/export_g_calendar.php:72
1672
  #: app/features/ix/export_g_calendar.php:147
1673
  #: app/features/ix/export_g_calendar.php:164
1674
- #: app/features/mec/notifications.php:161
1675
- #: app/features/mec/notifications.php:212
1676
- #: app/features/mec/notifications.php:263
1677
- #: app/features/mec/notifications.php:389
1678
  msgid "Add to Google Calendar"
1679
  msgstr ""
1680
 
1681
- #: app/features/ix/export_g_calendar.php:90 app/features/mec/settings.php:1889
 
1682
  msgid "Checking ..."
1683
  msgstr ""
1684
 
@@ -1720,26 +1720,26 @@ msgstr ""
1720
  msgid "ICS Feed"
1721
  msgstr ""
1722
 
1723
- #: app/features/ix/import.php:46 app/features/mec/settings.php:837
1724
- #: app/features/mec/settings.php:1023 app/features/mec/settings.php:1041
1725
- #: app/features/mec/settings.php:1380 app/features/mec/settings.php:1498
1726
- #: app/features/mec/settings.php:1516 app/features/mec/settings.php:1599
1727
  #, php-format
1728
  msgid "%s is required to use this feature."
1729
  msgstr ""
1730
 
1731
  #: app/features/ix/import.php:46 app/features/ix/sync.php:22
1732
- #: app/features/mec/meta_boxes/display_options.php:332
1733
- #: app/features/mec/meta_boxes/display_options.php:458
1734
- #: app/features/mec/meta_boxes/display_options.php:509
1735
- #: app/features/mec/meta_boxes/display_options.php:619
1736
- #: app/features/mec/meta_boxes/display_options.php:726
1737
- #: app/features/mec/meta_boxes/display_options.php:776
1738
- #: app/features/mec/meta_boxes/display_options.php:977
1739
- #: app/features/mec/settings.php:837 app/features/mec/settings.php:1023
1740
- #: app/features/mec/settings.php:1041 app/features/mec/settings.php:1380
1741
- #: app/features/mec/settings.php:1498 app/features/mec/settings.php:1516
1742
- #: app/features/mec/settings.php:1599
1743
  msgid "Pro version of Modern Events Calendar"
1744
  msgstr ""
1745
 
@@ -1755,7 +1755,7 @@ msgstr ""
1755
  msgid "Import all of your Facebook events into MEC."
1756
  msgstr ""
1757
 
1758
- #: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:111
1759
  #: app/features/mec/support-page.php:11 app/features/mec/support.php:100
1760
  msgid "Documentation"
1761
  msgstr ""
@@ -1891,7 +1891,7 @@ msgid "Auto Synchronization"
1891
  msgstr ""
1892
 
1893
  #: app/features/ix/sync.php:22
1894
- #: app/features/mec/meta_boxes/display_options.php:776
1895
  #, php-format
1896
  msgid "%s is required to use synchronization feature."
1897
  msgstr ""
@@ -1902,7 +1902,7 @@ msgstr ""
1902
 
1903
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
1904
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
1905
- #: app/features/mec/notifications.php:328
1906
  msgid "Important Note"
1907
  msgstr ""
1908
 
@@ -2007,15 +2007,15 @@ msgstr ""
2007
 
2008
  #: app/features/labels.php:111 app/features/labels.php:138
2009
  #: app/features/mec/meta_boxes/display_options.php:32
2010
- #: app/features/mec/meta_boxes/display_options.php:172
2011
- #: app/features/mec/meta_boxes/display_options.php:337
2012
- #: app/features/mec/meta_boxes/display_options.php:514
2013
- #: app/features/mec/meta_boxes/display_options.php:567
2014
- #: app/features/mec/meta_boxes/display_options.php:731
2015
- #: app/features/mec/meta_boxes/display_options.php:841
2016
- #: app/features/mec/meta_boxes/display_options.php:907
2017
- #: app/features/mec/meta_boxes/display_options.php:1011
2018
- #: app/features/mec/meta_boxes/display_options.php:1106
2019
  msgid "Style"
2020
  msgstr ""
2021
 
@@ -2041,7 +2041,7 @@ msgstr ""
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
@@ -2071,7 +2071,7 @@ msgid "Event %s"
2071
  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:4379
2076
  msgid "Locations"
2077
  msgstr ""
@@ -2086,7 +2086,7 @@ msgid "Enter the location address"
2086
  msgstr ""
2087
 
2088
  #: app/features/locations.php:121 app/features/locations.php:171
2089
- #: app/features/locations.php:327
2090
  msgid "Latitude"
2091
  msgstr ""
2092
 
@@ -2095,7 +2095,7 @@ msgid "Geo latitude (Optional)"
2095
  msgstr ""
2096
 
2097
  #: app/features/locations.php:129 app/features/locations.php:175
2098
- #: app/features/locations.php:328
2099
  msgid "Longitude"
2100
  msgstr ""
2101
 
@@ -2116,9 +2116,9 @@ msgid "Upload/Add image"
2116
  msgstr ""
2117
 
2118
  #: app/features/locations.php:143 app/features/locations.php:183
2119
- #: app/features/locations.php:345 app/features/locations.php:352
2120
  #: app/features/organizers.php:132 app/features/organizers.php:162
2121
- #: app/features/organizers.php:297 app/features/organizers.php:304
2122
  #: app/features/speakers.php:157 app/features/speakers.php:199
2123
  msgid "Remove image"
2124
  msgstr ""
@@ -2131,32 +2131,32 @@ msgstr ""
2131
  msgid "Insert a new location"
2132
  msgstr ""
2133
 
2134
- #: app/features/locations.php:299
2135
  msgid "Choose one of saved locations or insert new one below."
2136
  msgstr ""
2137
 
2138
- #: app/features/locations.php:308
2139
  msgid "Location Name"
2140
  msgstr ""
2141
 
2142
- #: app/features/locations.php:309
2143
  msgid "eg. City Hall"
2144
  msgstr ""
2145
 
2146
- #: app/features/locations.php:312 app/features/mec/settings.php:1251
2147
  #: app/widgets/single.php:115
2148
  msgid "Event Location"
2149
  msgstr ""
2150
 
2151
- #: app/features/locations.php:313
2152
  msgid "eg. City hall, Manhattan, New York"
2153
  msgstr ""
2154
 
2155
- #: app/features/locations.php:331
2156
  msgid "Latitude/Longitude"
2157
  msgstr ""
2158
 
2159
- #: app/features/locations.php:333
2160
  msgid ""
2161
  "If you leave the latitude and longitude empty, Modern Events Calendar tries "
2162
  "to convert the location address to geopoint, Latitude and Longitude are the "
@@ -2165,23 +2165,23 @@ msgid ""
2165
  "the location on the map to find lat long coordinates."
2166
  msgstr ""
2167
 
2168
- #: app/features/locations.php:334
2169
  msgid "Get Latitude and Longitude"
2170
  msgstr ""
2171
 
2172
- #: app/features/locations.php:344 app/features/organizers.php:296
2173
  msgid "Choose image"
2174
  msgstr ""
2175
 
2176
- #: app/features/locations.php:358
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
 
2184
- #: app/features/locations.php:363
2185
  msgid ""
2186
  "You can select extra locations in addition to main location if you like."
2187
  msgstr ""
@@ -2216,21 +2216,21 @@ msgstr ""
2216
 
2217
  #: app/features/mec.php:298 app/features/mec/gateways.php:84
2218
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2219
- #: app/features/mec/notifications.php:83 app/features/mec/regform.php:118
2220
- #: app/features/mec/settings.php:274 app/features/mec/styles.php:84
2221
  #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2222
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2223
  msgid "Support"
2224
  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:4381
2229
  msgid "Organizers"
2230
  msgstr ""
2231
 
2232
  #: app/features/mec.php:327 app/features/mec.php:346
2233
- #: app/features/mec/dashboard.php:197
2234
  msgid "Shortcodes"
2235
  msgstr ""
2236
 
@@ -2308,12 +2308,12 @@ 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
 
@@ -2347,7 +2347,11 @@ msgctxt "plugin rate"
2347
  msgid "Rate the plugin ★★★★★"
2348
  msgstr ""
2349
 
2350
- #: app/features/mec/dashboard.php:93
 
 
 
 
2351
  #, php-format
2352
  msgid ""
2353
  "You're using %s version of Modern Events Calendar. To use advanced booking "
@@ -2355,84 +2359,84 @@ msgid ""
2355
  "Spots, etc you should %s to the Pro version."
2356
  msgstr ""
2357
 
2358
- #: app/features/mec/dashboard.php:93
2359
  msgid "lite"
2360
  msgstr ""
2361
 
2362
- #: app/features/mec/dashboard.php:93
2363
  msgid "upgrade"
2364
  msgstr ""
2365
 
2366
- #: app/features/mec/dashboard.php:102
2367
  msgid "Getting started with Modern Events Calendar"
2368
  msgstr ""
2369
 
2370
- #: app/features/mec/dashboard.php:103
2371
  msgid ""
2372
  "In this short video, you can learn how to make an event and put a calendar "
2373
  "on your website. Please watch this 2 minutes video to the end."
2374
  msgstr ""
2375
 
2376
- #: app/features/mec/dashboard.php:119
2377
  msgid "MEC Activate"
2378
  msgstr ""
2379
 
2380
- #: app/features/mec/dashboard.php:122
2381
  msgid ""
2382
  "In order to use all plugin features and options, please enter your purchase "
2383
  "code."
2384
  msgstr ""
2385
 
2386
- #: app/features/mec/dashboard.php:177
2387
  msgid "Activate Addons"
2388
  msgstr ""
2389
 
2390
- #: app/features/mec/dashboard.php:222 app/features/mec/settings.php:600
2391
  msgid "Upcoming Events"
2392
  msgstr ""
2393
 
2394
- #: app/features/mec/dashboard.php:246
2395
  msgid "Popular Gateways"
2396
  msgstr ""
2397
 
2398
- #: app/features/mec/das
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: modern-events-calendar\n"
4
+ "POT-Creation-Date: 2019-06-03 14:19+0430\n"
5
+ "PO-Revision-Date: 2019-06-03 14:19+0430\n"
6
  "Last-Translator: Howard <howard@realtyna.com>\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
46
  msgid "Select Type"
47
  msgstr ""
48
 
49
+ #: app/features/colors.php:50 app/features/fes/form.php:567
50
+ #: app/features/mec/settings.php:1195
51
  msgid "Event Color"
52
  msgstr ""
53
 
54
  #: app/features/contextual.php:55 app/features/mec.php:328
55
+ #: app/features/mec/dashboard.php:107 app/features/mec/gateways.php:24
56
  #: app/features/mec/ie.php:20 app/features/mec/messages.php:24
57
  #: app/features/mec/notifications.php:23 app/features/mec/regform.php:60
58
  #: app/features/mec/settings.php:41 app/features/mec/styles.php:24
61
  msgid "Settings"
62
  msgstr ""
63
 
64
+ #: app/features/contextual.php:62 app/features/events.php:1700
65
  #: app/features/mec/gateways.php:33 app/features/mec/ie.php:29
66
  #: app/features/mec/messages.php:33 app/features/mec/notifications.php:32
67
  #: app/features/mec/regform.php:68 app/features/mec/regform.php:131
68
+ #: app/features/mec/settings.php:216 app/features/mec/styles.php:33
69
  #: app/features/mec/styling.php:55 app/features/mec/support.php:29
70
  msgid "Booking Form"
71
  msgstr ""
82
  #: app/features/contextual.php:70 app/features/mec/gateways.php:40
83
  #: app/features/mec/gateways.php:97 app/features/mec/ie.php:36
84
  #: app/features/mec/messages.php:40 app/features/mec/notifications.php:39
85
+ #: app/features/mec/regform.php:75 app/features/mec/settings.php:223
86
  #: app/features/mec/styles.php:40 app/features/mec/styling.php:62
87
  #: app/features/mec/support.php:36
88
  msgid "Payment Gateways"
97
 
98
  #: app/features/contextual.php:77 app/features/mec/gateways.php:49
99
  #: app/features/mec/ie.php:45 app/features/mec/messages.php:49
100
+ #: app/features/mec/notifications.php:48 app/features/mec/regform.php:83
101
+ #: app/features/mec/settings.php:233 app/features/mec/styles.php:49
102
+ #: app/features/mec/styling.php:71 app/features/mec/support.php:45
 
103
  msgid "Notifications"
104
  msgstr ""
105
 
163
  msgstr ""
164
 
165
  #: app/features/contextual.php:117 app/features/mec/settings.php:48
166
+ #: app/features/mec/settings.php:285
167
  msgid "General Options"
168
  msgstr ""
169
 
170
  #: app/features/contextual.php:139 app/features/mec/settings.php:60
171
+ #: app/features/mec/settings.php:602
172
  msgid "Slugs/Permalinks"
173
  msgstr ""
174
 
175
  #: app/features/contextual.php:152 app/features/mec/settings.php:66
176
+ #: app/features/mec/settings.php:636
177
  msgid "Event Details/Single Event Page"
178
  msgstr ""
179
 
180
  #: app/features/contextual.php:166 app/features/mec/settings.php:72
181
+ #: app/features/mec/settings.php:734
182
  msgid "Currency Options"
183
  msgstr ""
184
 
185
  #: app/features/contextual.php:182 app/features/mec/settings.php:84
186
+ #: app/features/mec/settings.php:808 app/features/mec/settings.php:826
187
  msgid "Google Maps Options"
188
  msgstr ""
189
 
190
  #: app/features/contextual.php:244 app/features/mec/settings.php:90
191
+ #: app/features/mec/settings.php:906
192
  msgid "Google Recaptcha Options"
193
  msgstr ""
194
 
195
  #: app/features/contextual.php:258 app/features/mec/settings.php:120
196
+ #: app/features/mec/settings.php:1024
197
  msgid "Countdown Options"
198
  msgstr ""
199
 
200
  #: app/features/contextual.php:268 app/features/mec/settings.php:126
201
+ #: app/features/mec/settings.php:1045
202
  msgid "Social Networks"
203
  msgstr ""
204
 
205
  #: app/features/contextual.php:278 app/features/mec/settings.php:132
206
+ #: app/features/mec/settings.php:1070
207
  msgid "Next Event Module"
208
  msgstr ""
209
 
210
  #: app/features/contextual.php:286 app/features/mec/settings.php:138
211
+ #: app/features/mec/settings.php:1104
212
  msgid "Frontend Event Submission"
213
  msgstr ""
214
 
215
+ #: app/features/contextual.php:298 app/features/events.php:791
216
  #: app/features/mec/settings.php:150
217
  msgid "Exceptional Days"
218
  msgstr ""
219
 
220
  #: app/features/contextual.php:308 app/features/events.php:272
221
+ #: app/features/mec/settings.php:168 app/features/mec/settings.php:1324
222
  msgid "Booking"
223
  msgstr ""
224
 
225
  #: app/features/contextual.php:318 app/features/mec/settings.php:174
226
+ #: app/features/mec/settings.php:1433
227
  msgid "Coupons"
228
  msgstr ""
229
 
230
  #: app/features/contextual.php:326 app/features/mec/settings.php:192
231
+ #: app/features/mec/settings.php:1611
232
  msgid "BuddyPress Integration"
233
  msgstr ""
234
 
235
  #: app/features/contextual.php:334 app/features/mec/settings.php:198
236
+ #: app/features/mec/settings.php:1641
237
  msgid "Mailchimp Integration"
238
  msgstr ""
239
 
242
  msgstr ""
243
 
244
  #: app/features/events.php:134 app/features/ix/export.php:34
245
+ #: app/features/mec/dashboard.php:187 app/skins/daily_view/tpl.php:79
246
  #: app/skins/monthly_view/tpl.php:70 app/skins/yearly_view/tpl.php:68
247
  msgid "Events"
248
  msgstr ""
249
 
250
  #: app/features/events.php:135
251
+ #: app/features/mec/meta_boxes/display_options.php:840
252
+ #: app/features/mec/meta_boxes/display_options.php:896
253
+ #: app/features/mec/meta_boxes/display_options.php:931
254
  #: app/features/profile/profile.php:28 app/skins/daily_view/tpl.php:80
255
  #: app/skins/monthly_view/tpl.php:71 app/skins/yearly_view/tpl.php:69
256
  msgid "Event"
260
  msgid "Add Event"
261
  msgstr ""
262
 
263
+ #: app/features/events.php:137 app/features/mec/dashboard.php:106
264
  msgid "Add New Event"
265
  msgstr ""
266
 
286
  msgstr ""
287
 
288
  #: app/features/events.php:159
289
+ #: app/features/mec/meta_boxes/display_options.php:771
290
  #: app/features/mec/meta_boxes/search_form.php:31
291
  #: app/features/mec/meta_boxes/search_form.php:92
292
  #: app/features/mec/meta_boxes/search_form.php:153
297
  #: app/features/mec/meta_boxes/search_form.php:416
298
  #: app/features/mec/meta_boxes/search_form.php:477
299
  #: app/features/mec/meta_boxes/search_form.php:538 app/libraries/main.php:4376
300
+ #: app/libraries/skins.php:775 app/skins/single/default.php:167
301
+ #: app/skins/single/default.php:378 app/skins/single/m1.php:170
302
+ #: app/skins/single/m2.php:102 app/skins/single/modern.php:109
303
  msgid "Category"
304
  msgstr ""
305
 
306
+ #: app/features/events.php:160 app/features/fes/form.php:519
307
  #: app/features/mec.php:316 app/features/mec/meta_boxes/filter.php:70
308
  #: app/libraries/main.php:4375
309
  msgid "Categories"
377
  msgid "Event Details"
378
  msgstr ""
379
 
380
+ #: app/features/events.php:306 app/features/events.php:2557
381
+ #: app/features/events.php:2599 app/features/fes/form.php:480
382
  #: app/features/ix.php:2740 app/features/ix.php:2781
383
+ #: app/features/mec/settings.php:1171 app/libraries/main.php:4408
384
  #: app/widgets/single.php:103
385
  msgid "Event Cost"
386
  msgstr ""
387
 
388
+ #: app/features/events.php:309 app/features/fes/form.php:483
389
+ #: app/libraries/main.php:4409 app/skins/single/default.php:101
390
+ #: app/skins/single/default.php:312 app/skins/single/m1.php:49
391
+ #: app/skins/single/modern.php:198
392
  msgid "Cost"
393
  msgstr ""
394
 
400
  msgid "Guest Data"
401
  msgstr ""
402
 
403
+ #: app/features/events.php:410 app/features/events.php:1682
404
+ #: app/features/fes/form.php:442 app/features/labels.php:177
405
+ #: app/features/mec/regform.php:27 app/features/organizers.php:274
406
+ #: app/features/profile/profile.php:90 app/libraries/notifications.php:580
407
  #: app/modules/booking/steps/form.php:35
408
  msgid "Name"
409
  msgstr ""
410
 
411
+ #: app/features/events.php:411 app/features/events.php:1693
412
+ #: app/features/events.php:1766 app/features/fes/form.php:438
413
  #: app/features/mec/regform.php:38 app/features/mec/regform.php:183
414
  #: app/features/organizers.php:110 app/features/organizers.php:150
415
  #: app/features/profile/profile.php:93 app/features/speakers.php:119
416
  #: app/features/speakers.php:179 app/libraries/main.php:1087
417
  #: app/libraries/main.php:1168 app/libraries/main.php:2199
418
+ #: app/libraries/notifications.php:581 app/modules/booking/steps/form.php:43
419
+ #: app/modules/booking/steps/form.php:80 app/skins/single.php:236
420
+ #: app/skins/single/default.php:209 app/skins/single/default.php:420
421
  #: app/skins/single/m1.php:107 app/skins/single/m2.php:39
422
+ #: app/skins/single/modern.php:48
423
  msgid "Email"
424
  msgstr ""
425
 
428
  msgstr ""
429
 
430
  #: app/features/events.php:419 app/features/events.php:423
431
+ #: app/features/events.php:2379 app/features/events.php:2557
432
+ #: app/features/events.php:2599 app/features/fes/form.php:227
433
  #: app/features/fes/form.php:231 app/features/ix.php:2740
434
  #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:38
435
+ #: app/features/mec/dashboard.php:331
436
  #: app/features/mec/meta_boxes/display_options.php:42
437
+ #: app/features/mec/meta_boxes/display_options.php:169
438
+ #: app/features/mec/meta_boxes/display_options.php:307
439
+ #: app/features/mec/meta_boxes/display_options.php:362
440
+ #: app/features/mec/meta_boxes/display_options.php:481
441
+ #: app/features/mec/meta_boxes/display_options.php:535
442
+ #: app/features/mec/meta_boxes/display_options.php:582
443
+ #: app/features/mec/meta_boxes/display_options.php:615
444
+ #: app/features/mec/meta_boxes/display_options.php:650
445
+ #: app/features/mec/meta_boxes/display_options.php:696
446
+ #: app/features/mec/meta_boxes/display_options.php:739
447
+ #: app/features/mec/meta_boxes/display_options.php:954
448
+ #: app/features/mec/meta_boxes/display_options.php:1041
449
  msgid "Start Date"
450
  msgstr ""
451
 
452
  #: app/features/events.php:487 app/features/events.php:568
453
+ #: app/features/events.php:1156 app/features/events.php:1194
454
+ #: app/features/events.php:1313 app/features/events.php:1336
455
  #: app/features/fes/form.php:259 app/features/fes/form.php:299
456
  msgid "AM"
457
  msgstr ""
458
 
459
  #: app/features/events.php:493 app/features/events.php:574
460
+ #: app/features/events.php:1162 app/features/events.php:1200
461
+ #: app/features/events.php:1314 app/features/events.php:1337
462
  #: app/features/fes/form.php:260 app/features/fes/form.php:300
463
  msgid "PM"
464
  msgstr ""
465
 
466
  #: app/features/events.php:500 app/features/events.php:504
467
+ #: app/features/events.php:2380 app/features/events.php:2557
468
+ #: app/features/events.php:2599 app/features/fes/form.php:267
469
  #: app/features/fes/form.php:271 app/features/ix.php:2740
470
  #: app/features/ix.php:2781 app/features/ix/import_g_calendar.php:44
471
+ #: app/features/mec/dashboard.php:332
472
  msgid "End Date"
473
  msgstr ""
474
 
489
  msgid "Time Comment"
490
  msgstr ""
491
 
492
+ #: app/features/events.php:609 app/features/fes/form.php:317
493
  msgid ""
494
  "It shows next to event time on single event page. You can insert Timezone "
495
  "etc. in this field."
496
  msgstr ""
497
 
498
+ #: app/features/events.php:609 app/features/events.php:702
499
+ #: app/features/events.php:768 app/features/events.php:806
500
+ #: app/features/events.php:1024 app/features/events.php:1082
501
+ #: app/features/events.php:1213 app/features/events.php:1223
502
+ #: app/features/events.php:1350 app/features/events.php:1360
503
+ #: app/features/events.php:1465 app/features/events.php:1496
504
+ #: app/features/events.php:1580 app/features/events.php:1590
505
+ #: app/features/events.php:1614 app/features/events.php:1624
506
+ #: app/features/fes/form.php:404 app/features/locations.php:298
507
+ #: app/features/mec/dashboard.php:71
508
+ #: app/features/mec/meta_boxes/display_options.php:60
509
+ #: app/features/mec/meta_boxes/display_options.php:73
510
+ #: app/features/mec/meta_boxes/display_options.php:86
511
+ #: app/features/mec/meta_boxes/display_options.php:97
512
+ #: app/features/mec/meta_boxes/display_options.php:109
513
+ #: app/features/mec/meta_boxes/display_options.php:187
514
+ #: app/features/mec/meta_boxes/display_options.php:199
515
+ #: app/features/mec/meta_boxes/display_options.php:211
516
+ #: app/features/mec/meta_boxes/display_options.php:224
517
+ #: app/features/mec/meta_boxes/display_options.php:235
518
+ #: app/features/mec/meta_boxes/display_options.php:248
519
+ #: app/features/mec/meta_boxes/display_options.php:259
520
+ #: app/features/mec/meta_boxes/display_options.php:326
521
+ #: app/features/mec/meta_boxes/display_options.php:498
522
+ #: app/features/mec/meta_boxes/display_options.php:758
523
+ #: app/features/mec/meta_boxes/display_options.php:811
524
+ #: app/features/mec/meta_boxes/display_options.php:823
525
+ #: app/features/mec/meta_boxes/display_options.php:834
526
+ #: app/features/mec/meta_boxes/display_options.php:866
527
+ #: app/features/mec/meta_boxes/display_options.php:877
528
+ #: app/features/mec/meta_boxes/display_options.php:890
529
+ #: app/features/mec/meta_boxes/display_options.php:925
530
+ #: app/features/mec/meta_boxes/display_options.php:974
531
+ #: app/features/mec/meta_boxes/display_options.php:985
532
+ #: app/features/mec/meta_boxes/display_options.php:996
533
+ #: app/features/mec/meta_boxes/display_options.php:1061
534
+ #: app/features/mec/meta_boxes/display_options.php:1074
535
+ #: app/features/mec/meta_boxes/display_options.php:1087
536
+ #: app/features/mec/meta_boxes/display_options.php:1100
537
+ #: app/features/mec/meta_boxes/display_options.php:1113
538
+ #: app/features/mec/notifications.php:164
539
+ #: app/features/mec/notifications.php:222
540
+ #: app/features/mec/notifications.php:274
541
+ #: app/features/mec/notifications.php:327
542
+ #: app/features/mec/notifications.php:390
543
+ #: app/features/mec/notifications.php:401
544
+ #: app/features/mec/notifications.php:462 app/features/mec/settings.php:299
545
+ #: app/features/mec/settings.php:318 app/features/mec/settings.php:345
546
+ #: app/features/mec/settings.php:365 app/features/mec/settings.php:386
547
+ #: app/features/mec/settings.php:406 app/features/mec/settings.php:483
548
+ #: app/features/mec/settings.php:557 app/features/mec/settings.php:574
549
+ #: app/features/mec/settings.php:591 app/features/mec/settings.php:610
550
+ #: app/features/mec/settings.php:624 app/features/mec/settings.php:644
551
+ #: app/features/mec/settings.php:660 app/features/mec/settings.php:679
552
+ #: app/features/mec/settings.php:695 app/features/mec/settings.php:710
553
+ #: app/features/mec/settings.php:724 app/features/mec/settings.php:752
554
+ #: app/features/mec/settings.php:827 app/features/mec/settings.php:844
555
+ #: app/features/mec/settings.php:879 app/features/mec/settings.php:895
556
+ #: app/features/mec/settings.php:1094 app/features/mec/settings.php:1116
557
+ #: app/features/mec/settings.php:1254 app/features/mec/settings.php:1271
558
+ #: app/features/mec/settings.php:1295 app/features/mec/settings.php:1344
559
+ #: app/features/mec/settings.php:1368 app/features/mec/settings.php:1384
560
+ #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1507
561
+ #: app/features/mec/settings.php:1555 app/features/mec/settings.php:1565
562
+ #: app/features/mec/settings.php:1587 app/features/mec/settings.php:1597
563
+ #: app/features/mec/settings.php:1656 app/features/mec/settings.php:1669
564
+ #: app/features/mec/settings.php:1685 app/features/mec/styling.php:282
565
+ #: app/features/mec/styling.php:299 app/features/mec/styling.php:312
566
+ #: app/features/organizers.php:267 app/skins/single/default.php:116
567
+ #: app/skins/single/default.php:327 app/skins/single/m1.php:192
568
+ #: app/skins/single/m2.php:125 app/skins/single/modern.php:132
569
  msgid "Read More"
570
  msgstr ""
571
 
572
+ #: app/features/events.php:623 app/features/fes/form.php:323
573
  msgid "Event Repeating"
574
  msgstr ""
575
 
576
+ #: app/features/events.php:627 app/features/fes/form.php:327
577
  msgid "Repeats"
578
  msgstr ""
579
 
580
+ #: app/features/events.php:634 app/features/fes/form.php:329
581
+ #: app/features/mec/dashboard.php:334 app/skins/full_calendar/tpl.php:73
582
  msgid "Daily"
583
  msgstr ""
584
 
585
+ #: app/features/events.php:640 app/features/fes/form.php:330
586
  msgid "Every Weekday"
587
  msgstr ""
588
 
589
+ #: app/features/events.php:646 app/features/fes/form.php:331
590
  msgid "Every Weekend"
591
  msgstr ""
592
 
593
+ #: app/features/events.php:652 app/features/fes/form.php:332
594
  msgid "Certain Weekdays"
595
  msgstr ""
596
 
597
+ #: app/features/events.php:658 app/features/fes/form.php:333
598
  #: app/skins/full_calendar/tpl.php:72
599
  msgid "Weekly"
600
  msgstr ""
601
 
602
+ #: app/features/events.php:664 app/features/fes/form.php:334
603
+ #: app/features/mec/dashboard.php:335 app/skins/full_calendar/tpl.php:71
604
  msgid "Monthly"
605
  msgstr ""
606
 
607
+ #: app/features/events.php:670 app/features/fes/form.php:335
608
+ #: app/features/mec/dashboard.php:336 app/skins/full_calendar/tpl.php:70
609
  msgid "Yearly"
610
  msgstr ""
611
 
612
+ #: app/features/events.php:676 app/features/fes/form.php:336
613
  msgid "Custom Days"
614
  msgstr ""
615
 
616
+ #: app/features/events.php:680 app/features/fes/form.php:340
617
  msgid "Repeat Interval"
618
  msgstr ""
619
 
620
+ #: app/features/events.php:681 app/features/fes/form.php:341
621
  msgid "Repeat interval"
622
  msgstr ""
623
 
624
+ #: app/features/events.php:684 app/features/fes/form.php:344
625
  msgid "Week Days"
626
  msgstr ""
627
 
628
+ #: app/features/events.php:685 app/features/fes/form.php:345
629
  #: app/libraries/main.php:406
630
  msgid "Monday"
631
  msgstr ""
632
 
633
+ #: app/features/events.php:686 app/features/fes/form.php:346
634
  #: app/libraries/main.php:406
635
  msgid "Tuesday"
636
  msgstr ""
637
 
638
+ #: app/features/events.php:687 app/features/fes/form.php:347
639
  #: app/libraries/main.php:406
640
  msgid "Wednesday"
641
  msgstr ""
642
 
643
+ #: app/features/events.php:688 app/features/fes/form.php:348
644
  #: app/libraries/main.php:406
645
  msgid "Thursday"
646
  msgstr ""
647
 
648
+ #: app/features/events.php:689 app/features/fes/form.php:349
649
  #: app/libraries/main.php:406
650
  msgid "Friday"
651
  msgstr ""
652
 
653
+ #: app/features/events.php:690 app/features/fes/form.php:350
654
  #: app/libraries/main.php:406
655
  msgid "Saturday"
656
  msgstr ""
657
 
658
+ #: app/features/events.php:691 app/features/fes/form.php:351
659
  #: app/libraries/main.php:406
660
  msgid "Sunday"
661
  msgstr ""
662
 
663
+ #: app/features/events.php:696 app/features/events.php:1260
664
+ #: app/features/events.php:1274 app/features/events.php:1386
665
  #: app/features/fes/form.php:356 app/features/ix/import_f_calendar.php:42
666
  #: app/features/ix/import_g_calendar.php:51
667
  #: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:33
668
  msgid "Start"
669
  msgstr ""
670
 
671
+ #: app/features/events.php:697 app/features/events.php:1261
672
+ #: app/features/events.php:1275 app/features/events.php:1387
673
  #: app/features/fes/form.php:357
674
  msgid "End"
675
  msgstr ""
676
 
677
+ #: app/features/events.php:698 app/features/events.php:802
678
+ #: app/features/events.php:894 app/features/events.php:958
679
+ #: app/features/events.php:1112 app/features/events.php:1247
680
+ #: app/features/events.php:1378 app/features/events.php:1445
681
+ #: app/features/events.php:1560 app/features/fes/form.php:358
682
  msgid "Add"
683
  msgstr ""
684
 
685
+ #: app/features/events.php:701
686
  msgid "Custom Days Repeating"
687
  msgstr ""
688
 
689
+ #: app/features/events.php:702
690
  msgid ""
691
  "Add certain days to event occurrence dates. If you have single day event, "
692
  "start and end date should be the same, If you have multiple day event the "
693
  "start and end dates must be commensurate with the initial date."
694
  msgstr ""
695
 
696
+ #: app/features/events.php:731 app/features/fes/form.php:382
697
  msgid "Ends Repeat"
698
  msgstr ""
699
 
700
+ #: app/features/events.php:740 app/features/fes/form.php:386
701
  msgid "Never"
702
  msgstr ""
703
 
704
+ #: app/features/events.php:750 app/features/fes/form.php:391
705
  msgid "On"
706
  msgstr ""
707
 
708
+ #: app/features/events.php:762 app/features/fes/form.php:398
709
  msgid "After"
710
  msgstr ""
711
 
712
+ #: app/features/events.php:764 app/features/events.php:767
713
  #: app/features/fes/form.php:400 app/features/fes/form.php:403
714
  msgid "Occurrences times"
715
  msgstr ""
716
 
717
+ #: app/features/events.php:768 app/features/fes/form.php:404
718
  msgid ""
719
  "The event will finish after certain repeats. For example if you set it to "
720
  "10, the event will finish after 10 repeats."
721
  msgstr ""
722
 
723
+ #: app/features/events.php:797 app/features/events.php:805
724
  msgid "Exclude certain days"
725
  msgstr ""
726
 
727
+ #: app/features/events.php:801 app/features/events.php:1767
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:65
732
+ #: app/skins/single/default.php:276 app/skins/single/m1.php:16
733
+ #: app/skins/single/modern.php:165
734
  msgid "Date"
735
  msgstr ""
736
 
737
+ #: app/features/events.php:806
738
  msgid ""
739
  "Exclude certain days from event occurrence dates. Please note that you can "
740
  "exclude only single day occurrences and you cannot exclude one day from "
741
  "multiple day occurrences."
742
  msgstr ""
743
 
744
+ #: app/features/events.php:854 app/libraries/render.php:454
745
  msgid "Day 1"
746
  msgstr ""
747
 
748
+ #: app/features/events.php:876 app/features/mec/settings.php:1225
749
+ #: app/skins/single.php:298
750
  msgid "Hourly Schedule"
751
  msgstr ""
752
 
753
+ #: app/features/events.php:879
754
  msgid "Add Day"
755
  msgstr ""
756
 
757
+ #: app/features/events.php:880
758
  msgid ""
759
  "Add new days for schedule. For example if your event is multiple days, you "
760
  "can add a different schedule for each day!"
761
  msgstr ""
762
 
763
+ #: app/features/events.php:886
764
  #, php-format
765
  msgid "Day %s"
766
  msgstr ""
767
 
768
+ #: app/features/events.php:889 app/features/events.php:908
769
+ #: app/features/events.php:928 app/features/events.php:953
770
+ #: app/features/events.php:969 app/features/events.php:1572
771
+ #: app/features/events.php:1606 app/features/events.php:2376
772
+ #: app/features/events.php:2557 app/features/events.php:2599
773
  #: app/features/fes/form.php:216 app/features/ix.php:2740
774
+ #: app/features/ix.php:2781 app/features/mec/settings.php:1547
775
+ #: app/features/mec/settings.php:1579 app/features/mec/styling.php:194
776
  msgid "Title"
777
  msgstr ""
778
 
779
+ #: app/features/events.php:891 app/features/events.php:910
780
+ #: app/features/events.php:930 app/features/events.php:955
781
+ #: app/features/events.php:971 app/features/events.php:1241
782
+ #: app/features/events.php:1264 app/features/events.php:1278
783
+ #: app/features/events.php:1373 app/features/events.php:1390
784
+ #: app/features/events.php:1477 app/features/events.php:1508
785
+ #: app/features/events.php:1595 app/features/events.php:1629
786
+ #: app/features/fes/list.php:72 app/features/mec/settings.php:1490
787
+ #: app/features/mec/settings.php:1519 app/features/mec/settings.php:1570
788
+ #: app/features/mec/settings.php:1602 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
796
  msgid "Remove"
797
  msgstr ""
798
 
799
+ #: app/features/events.php:895 app/features/events.php:959
800
  msgid "Add new hourly schedule row"
801
  msgstr ""
802
 
803
+ #: app/features/events.php:906 app/features/events.php:926
804
+ #: app/features/events.php:967
805
  msgid "From e.g. 8:15"
806
  msgstr ""
807
 
808
+ #: app/features/events.php:907 app/features/events.php:927
809
+ #: app/features/events.php:968
810
  msgid "To e.g. 8:45"
811
  msgstr ""
812
 
813
+ #: app/features/events.php:909 app/features/events.php:929
814
+ #: app/features/events.php:970 app/features/events.php:1205
815
+ #: app/features/events.php:1342
816
  msgid "Description"
817
  msgstr ""
818
 
819
+ #: app/features/events.php:913 app/features/events.php:933
820
+ #: app/features/events.php:974 app/features/fes/form.php:612
821
  #: app/features/mec.php:324 app/features/mec/settings.php:78
822
+ #: app/features/mec/settings.php:1219 app/features/speakers.php:57
823
  #: app/libraries/main.php:4383 app/modules/speakers/details.php:18
824
  msgid "Speakers"
825
  msgstr ""
826
 
827
+ #: app/features/events.php:950 app/features/events.php:954
828
  msgid "New Day"
829
  msgstr ""
830
 
831
+ #: app/features/events.php:1001 app/features/fes/form.php:457
832
+ #: app/features/mec/settings.php:1165
833
  msgid "Event Links"
834
  msgstr ""
835
 
836
+ #: app/features/events.php:1003 app/features/events.php:1007
837
+ #: app/features/fes/form.php:459 app/libraries/main.php:4406
838
  msgid "Event Link"
839
  msgstr ""
840
 
841
+ #: app/features/events.php:1004 app/features/events.php:1015
842
+ #: app/features/fes/form.php:460 app/features/fes/form.php:465
843
  msgid "eg. http://yoursite.com/your-event"
844
  msgstr ""
845
 
846
+ #: app/features/events.php:1008
847
  msgid ""
848
  "If you fill it, it will be replaced instead of default event page link. "
849
  "Insert full link including http(s):// - Also, if you use advertising URL, "
850
  "can use URL Shortener"
851
  msgstr ""
852
 
853
+ #: app/features/events.php:1008
854
  msgid "URL Shortener"
855
  msgstr ""
856
 
857
+ #: app/features/events.php:1014 app/features/events.php:1023
858
+ #: app/features/fes/form.php:464 app/libraries/main.php:4407
859
+ #: app/skins/single/default.php:115 app/skins/single/default.php:326
860
+ #: app/skins/single/m1.php:191 app/skins/single/m2.php:124
861
+ #: app/skins/single/modern.php:131 app/widgets/single.php:107
862
  msgid "More Info"
863
  msgstr ""
864
 
865
+ #: app/features/events.php:1016 app/features/fes/form.php:466
866
  msgid "More Information"
867
  msgstr ""
868
 
869
+ #: app/features/events.php:1018 app/features/fes/form.php:468
870
  msgid "Current Window"
871
  msgstr ""
872
 
873
+ #: app/features/events.php:1019 app/features/fes/form.php:469
874
  msgid "New Window"
875
  msgstr ""
876
 
877
+ #: app/features/events.php:1024 app/features/fes/form.php:471
878
  msgid ""
879
  "If you fill it, it will be shown in event details page as an optional link. "
880
  "Insert full link including http(s)://"
881
  msgstr ""
882
 
883
+ #: app/features/events.php:1060 app/features/events.php:1081
884
  msgid "Total booking limits"
885
  msgstr ""
886
 
887
+ #: app/features/events.php:1070 app/features/events.php:1239
888
+ #: app/features/events.php:1371 app/modules/booking/default.php:81
889
  #: app/modules/booking/steps/tickets.php:40
890
  #: app/skins/available_spot/tpl.php:139
891
  msgid "Unlimited"
892
  msgstr ""
893
 
894
+ #: app/features/events.php:1072
895
  msgid "100"
896
  msgstr ""
897
 
898
+ #: app/features/events.php:1082
899
  msgid ""
900
  "If you want to set a limit to all tickets, uncheck this checkbox and put a "
901
  "limitation number."
902
  msgstr ""
903
 
904
+ #: app/features/events.php:1082
905
  msgid "Read About A Booking System"
906
  msgstr ""
907
 
908
+ #: app/features/events.php:1104 app/libraries/book.php:60
909
  #: app/libraries/main.php:4411 app/modules/booking/steps/tickets.php:40
910
  msgid "Tickets"
911
  msgstr ""
912
 
913
+ #: app/features/events.php:1107
914
  msgid ""
915
  "You're translating an event so MEC will use the original event for tickets "
916
  "and booking. You can only translate the ticket name and description. Please "
917
  "define exact tickets that you defined in the original event here."
918
  msgstr ""
919
 
920
+ #: app/features/events.php:1124 app/features/events.php:1291
921
  msgid "Ticket Name"
922
  msgstr ""
923
 
924
+ #: app/features/events.php:1128 app/features/events.php:1295
925
+ #: app/features/events.php:2557 app/features/events.php:2599
926
  #: app/features/ix.php:2740 app/features/ix.php:2781
927
  msgid "Start Time"
928
  msgstr ""
929
 
930
+ #: app/features/events.php:1166 app/features/events.php:1318
931
+ #: app/features/events.php:2557 app/features/events.php:2599
932
  #: app/features/ix.php:2740 app/features/ix.php:2781
933
  msgid "End Time"
934
  msgstr ""
935
 
936
+ #: app/features/events.php:1209 app/features/events.php:1212
937
+ #: app/features/events.php:1262 app/features/events.php:1276
938
+ #: app/features/events.php:1346 app/features/events.php:1349
939
+ #: app/features/events.php:1388 app/features/events.php:1576
940
+ #: app/features/events.php:1579 app/features/events.php:1610
941
+ #: app/features/events.php:1613 app/features/mec/settings.php:1551
942
+ #: app/features/mec/settings.php:1554 app/features/mec/settings.php:1583
943
+ #: app/features/mec/settings.php:1586
944
  msgid "Price"
945
  msgstr ""
946
 
947
+ #: app/features/events.php:1213 app/features/events.php:1350
948
  msgid "Insert 0 for free ticket. Only numbers please."
949
  msgstr ""
950
 
951
+ #: app/features/events.php:1219 app/features/events.php:1222
952
+ #: app/features/events.php:1356 app/features/events.php:1359
953
  msgid "Price Label"
954
  msgstr ""
955
 
956
+ #: app/features/events.php:1223 app/features/events.php:1360
957
  msgid "For showing on website. e.g. $15"
958
  msgstr ""
959
 
960
+ #: app/features/events.php:1230 app/features/events.php:1367
961
  msgid "Available Tickets"
962
  msgstr ""
963
 
964
+ #: app/features/events.php:1246 app/features/events.php:1377
965
  msgid "Price per Date"
966
  msgstr ""
967
 
968
+ #: app/features/events.php:1263 app/features/events.php:1277
969
+ #: app/features/events.php:1389 app/features/labels.php:60
970
+ #: app/features/mec/meta_boxes/display_options.php:772
971
  #: app/features/mec/meta_boxes/search_form.php:66
972
  #: app/features/mec/meta_boxes/search_form.php:127
973
  #: app/features/mec/meta_boxes/search_form.php:188
976
  #: app/features/mec/meta_boxes/search_form.php:397
977
  #: app/features/mec/meta_boxes/search_form.php:451
978
  #: app/features/mec/meta_boxes/search_form.php:512
979
+ #: app/features/mec/meta_boxes/search_form.php:573 app/libraries/skins.php:905
980
  msgid "Label"
981
  msgstr ""
982
 
983
+ #: app/features/events.php:1425
984
  msgid "Fees"
985
  msgstr ""
986
 
987
+ #: app/features/events.php:1435 app/features/events.php:1550
988
+ #: app/features/events.php:1710
989
  msgid "Inherit from global options"
990
  msgstr ""
991
 
992
+ #: app/features/events.php:1457 app/features/events.php:1488
993
+ #: app/features/mec/settings.php:1470 app/features/mec/settings.php:1499
994
  msgid "Fee Title"
995
  msgstr ""
996
 
997
+ #: app/features/events.php:1461 app/features/events.php:1464
998
+ #: app/features/events.php:1492 app/features/events.php:1495
999
+ #: app/features/mec/settings.php:1474 app/features/mec/settings.php:1477
1000
+ #: app/features/mec/settings.php:1503 app/features/mec/settings.php:1506
1001
  msgid "Amount"
1002
  msgstr ""
1003
 
1004
+ #: app/features/events.php:1465 app/features/events.php:1496
1005
+ #: app/features/mec/settings.php:1478 app/features/mec/settings.php:1507
1006
  msgid ""
1007
  "Fee amount, considered as fixed amount if you set the type to amount "
1008
  "otherwise considered as percentage"
1009
  msgstr ""
1010
 
1011
+ #: app/features/events.php:1472 app/features/events.php:1503
1012
+ #: app/features/mec/settings.php:1485 app/features/mec/settings.php:1514
1013
  msgid "Percent"
1014
  msgstr ""
1015
 
1016
+ #: app/features/events.php:1473 app/features/events.php:1504
1017
+ #: app/features/mec/settings.php:1486 app/features/mec/settings.php:1515
1018
  msgid "Amount (Per Ticket)"
1019
  msgstr ""
1020
 
1021
+ #: app/features/events.php:1474 app/features/events.php:1505
1022
+ #: app/features/mec/settings.php:1487 app/features/mec/settings.php:1516
1023
  msgid "Amount (Per Booking)"
1024
  msgstr ""
1025
 
1026
+ #: app/features/events.php:1540 app/features/mec/settings.php:1243
1027
  msgid "Ticket Variations / Options"
1028
  msgstr ""
1029
 
1030
+ #: app/features/events.php:1580 app/features/events.php:1614
1031
+ #: app/features/mec/settings.php:1555 app/features/mec/settings.php:1587
1032
  msgid "Option Price"
1033
  msgstr ""
1034
 
1035
+ #: app/features/events.php:1586 app/features/events.php:1589
1036
+ #: app/features/events.php:1620 app/features/events.php:1623
1037
+ #: app/features/mec/settings.php:1561 app/features/mec/settings.php:1564
1038
+ #: app/features/mec/settings.php:1593 app/features/mec/settings.php:1596
1039
  msgid "Maximum Per Ticket"
1040
  msgstr ""
1041
 
1042
+ #: app/features/events.php:1590 app/features/events.php:1624
1043
+ #: app/features/mec/settings.php:1565 app/features/mec/settings.php:1597
1044
  msgid "Maximum Per Ticket. Leave it blank for unlimited."
1045
  msgstr ""
1046
 
1047
+ #: app/features/events.php:1763 app/features/mec/regform.php:180
1048
  #: app/libraries/main.php:2140
1049
  msgid "MEC Name"
1050
  msgstr ""
1051
 
1052
+ #: app/features/events.php:1764 app/features/mec/regform.php:181
1053
  #: app/libraries/main.php:2169
1054
  msgid "MEC Email"
1055
  msgstr ""
1056
 
1057
+ #: app/features/events.php:1765 app/features/mec/regform.php:182
1058
  #: app/libraries/main.php:2110
1059
  msgid "Text"
1060
  msgstr ""
1061
 
1062
+ #: app/features/events.php:1768 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:1769 app/features/mec/regform.php:186
1070
  #: app/libraries/main.php:2228
1071
  msgid "File"
1072
  msgstr ""
1073
 
1074
+ #: app/features/events.php:1770 app/features/mec/regform.php:187
1075
  #: app/libraries/main.php:2315
1076
  msgid "Textarea"
1077
  msgstr ""
1078
 
1079
+ #: app/features/events.php:1771 app/features/mec/regform.php:188
1080
  #: app/libraries/main.php:2368
1081
  msgid "Checkboxes"
1082
  msgstr ""
1083
 
1084
+ #: app/features/events.php:1772 app/features/mec/regform.php:189
1085
  #: app/libraries/main.php:2412
1086
  msgid "Radio Buttons"
1087
  msgstr ""
1088
 
1089
+ #: app/features/events.php:1773 app/features/mec/meta_boxes/search_form.php:34
1090
  #: app/features/mec/meta_boxes/search_form.php:41
1091
  #: app/features/mec/meta_boxes/search_form.php:48
1092
  #: app/features/mec/meta_boxes/search_form.php:55
1154
  msgid "Dropdown"
1155
  msgstr ""
1156
 
1157
+ #: app/features/events.php:1774 app/features/mec/regform.php:191
1158
  #: app/libraries/main.php:2503
1159
  msgid "Agreement"
1160
  msgstr ""
1161
 
1162
+ #: app/features/events.php:1775 app/features/mec/regform.php:192
1163
  #: app/libraries/main.php:2344
1164
  msgid "Paragraph"
1165
  msgstr ""
1166
 
1167
+ #: app/features/events.php:2315 app/features/events.php:2332
1168
+ #: app/features/events.php:2349
1169
  #, php-format
1170
  msgid "Show all %s"
1171
  msgstr ""
1172
 
1173
+ #: app/features/events.php:2315
1174
  msgid "labels"
1175
  msgstr ""
1176
 
1177
+ #: app/features/events.php:2332
1178
  msgid "locations"
1179
  msgstr ""
1180
 
1181
+ #: app/features/events.php:2349
1182
  msgid "organizers"
1183
  msgstr ""
1184
 
1185
+ #: app/features/events.php:2377 app/features/events.php:2557
1186
+ #: app/features/events.php:2599 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:773
1191
  #: app/features/mec/meta_boxes/search_form.php:38
1192
  #: app/features/mec/meta_boxes/search_form.php:99
1193
  #: app/features/mec/meta_boxes/search_form.php:160
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:801
1201
+ #: app/skins/single.php:275 app/skins/single/default.php:151
1202
+ #: app/skins/single/default.php:362 app/skins/single/m1.php:155
1203
+ #: app/skins/single/m2.php:87 app/skins/single/modern.php:94
1204
  msgid "Location"
1205
  msgstr ""
1206
 
1207
+ #: app/features/events.php:2378 app/features/events.php:2557
1208
+ #: app/features/events.php:2599 app/features/ix.php:2740
1209
+ #: app/features/ix.php:2781 app/features/mec/meta_boxes/display_options.php:774
 
1210
  #: app/features/mec/meta_boxes/search_form.php:45
1211
  #: app/features/mec/meta_boxes/search_form.php:106
1212
  #: app/features/mec/meta_boxes/search_form.php:167
1219
  #: app/features/organizers.php:58 app/features/organizers.php:199
1220
  #: app/features/organizers.php:255 app/features/organizers.php:257
1221
  #: app/features/organizers.php:266 app/libraries/main.php:4382
1222
+ #: app/libraries/skins.php:827 app/skins/single/default.php:192
1223
+ #: app/skins/single/default.php:403 app/skins/single/m1.php:90
1224
+ #: app/skins/single/m2.php:22 app/skins/single/modern.php:31
1225
  msgid "Organizer"
1226
  msgstr ""
1227
 
1228
+ #: app/features/events.php:2382
1229
  msgid "Repeat"
1230
  msgstr ""
1231
 
1232
+ #: app/features/events.php:2383
1233
  msgid "Author"
1234
  msgstr ""
1235
 
1236
+ #: app/features/events.php:2493 app/features/events.php:2494
1237
  msgid "iCal Export"
1238
  msgstr ""
1239
 
1240
+ #: app/features/events.php:2496 app/features/events.php:2497
1241
  msgid "CSV Export"
1242
  msgstr ""
1243
 
1244
+ #: app/features/events.php:2499 app/features/events.php:2500
1245
  msgid "MS Excel Export"
1246
  msgstr ""
1247
 
1248
+ #: app/features/events.php:2502 app/features/events.php:2503
1249
  msgid "XML Export"
1250
  msgstr ""
1251
 
1252
+ #: app/features/events.php:2505 app/features/events.php:2506
1253
  msgid "JSON Export"
1254
  msgstr ""
1255
 
1256
+ #: app/features/events.php:2508 app/features/events.php:2509
1257
  msgid "Duplicate"
1258
  msgstr ""
1259
 
1260
+ #: app/features/events.php:2557 app/features/events.php:2599
1261
  #: app/features/ix.php:2740 app/features/ix.php:2781
1262
  #: app/features/labels.php:176 app/features/locations.php:228
1263
  #: app/features/organizers.php:198 app/features/speakers.php:241
1264
  msgid "ID"
1265
  msgstr ""
1266
 
1267
+ #: app/features/events.php:2557 app/features/events.php:2599
1268
  #: app/features/ix.php:2740 app/features/ix.php:2781
1269
  msgid "Link"
1270
  msgstr ""
1271
 
1272
+ #: app/features/events.php:2557 app/features/events.php:2599
1273
  #, php-format
1274
  msgid "%s Tel"
1275
  msgstr ""
1276
 
1277
+ #: app/features/events.php:2557 app/features/events.php:2599
1278
  #, php-format
1279
  msgid "%s Email"
1280
  msgstr ""
1337
  msgid "Add certain days to event occurrence dates."
1338
  msgstr ""
1339
 
1340
+ #: app/features/fes/form.php:418
1341
  msgid "Note to reviewer"
1342
  msgstr ""
1343
 
1344
+ #: app/features/fes/form.php:436
1345
  msgid "User Data"
1346
  msgstr ""
1347
 
1348
+ #: app/features/fes/form.php:439
1349
  msgid "eg. yourname@gmail.com"
1350
  msgstr ""
1351
 
1352
+ #: app/features/fes/form.php:443 app/features/organizers.php:275
1353
  msgid "eg. John Smith"
1354
  msgstr ""
1355
 
1356
+ #: app/features/fes/form.php:461
1357
  msgid ""
1358
  "If you fill it, it will be replaced instead of default event page link. "
1359
  "Insert full link including http(s)://"
1360
  msgstr ""
1361
 
1362
+ #: app/features/fes/form.php:497 app/features/mec/settings.php:1177
1363
  msgid "Featured Image"
1364
  msgstr ""
1365
 
1366
+ #: app/features/fes/form.php:502
1367
  msgid "Remove Image"
1368
  msgstr ""
1369
 
1370
+ #: app/features/fes/form.php:544 app/features/labels.php:61
1371
  #: app/features/labels.php:220 app/features/mec.php:317
1372
  #: app/features/mec/meta_boxes/filter.php:121 app/libraries/main.php:4377
1373
+ #: app/skins/single/default.php:130 app/skins/single/default.php:341
1374
+ #: app/skins/single/m1.php:64 app/skins/single/modern.php:213
1375
  msgid "Labels"
1376
  msgstr ""
1377
 
1378
+ #: app/features/fes/form.php:589 app/features/mec.php:315
1379
  #: app/features/mec/meta_boxes/filter.php:138
1380
  msgid "Tags"
1381
  msgstr ""
1382
 
1383
+ #: app/features/fes/form.php:591
1384
  msgid "Insert your desired tags, comma separated."
1385
  msgstr ""
1386
 
1387
+ #: app/features/fes/form.php:627
1388
  msgid "Submit"
1389
  msgstr ""
1390
 
1411
 
1412
  #: app/features/ix.php:107 app/features/mec/gateways.php:77
1413
  #: app/features/mec/ie.php:73 app/features/mec/messages.php:77
1414
+ #: app/features/mec/notifications.php:117 app/features/mec/regform.php:111
1415
+ #: app/features/mec/settings.php:261 app/features/mec/styles.php:77
1416
  #: app/features/mec/styling.php:99 app/features/mec/support.php:73
1417
  msgid "Import / Export"
1418
  msgstr ""
1572
  "This will export all of your website events' data into your desired format."
1573
  msgstr ""
1574
 
1575
+ #: app/features/ix/export.php:25 app/features/mec/settings.php:954
1576
  msgid "iCal"
1577
  msgstr ""
1578
 
1670
  #: app/features/ix/export_g_calendar.php:72
1671
  #: app/features/ix/export_g_calendar.php:147
1672
  #: app/features/ix/export_g_calendar.php:164
1673
+ #: app/features/mec/notifications.php:201
1674
+ #: app/features/mec/notifications.php:254
1675
+ #: app/features/mec/notifications.php:307
1676
+ #: app/features/mec/notifications.php:434
1677
  msgid "Add to Google Calendar"
1678
  msgstr ""
1679
 
1680
+ #: app/features/ix/export_g_calendar.php:90
1681
+ #: app/features/mec/notifications.php:584 app/features/mec/settings.php:1788
1682
  msgid "Checking ..."
1683
  msgstr ""
1684
 
1720
  msgid "ICS Feed"
1721
  msgstr ""
1722
 
1723
+ #: app/features/ix/import.php:46 app/features/mec/settings.php:811
1724
+ #: app/features/mec/settings.php:985 app/features/mec/settings.php:1003
1725
+ #: app/features/mec/settings.php:1327 app/features/mec/settings.php:1436
1726
+ #: app/features/mec/settings.php:1454 app/features/mec/settings.php:1531
1727
  #, php-format
1728
  msgid "%s is required to use this feature."
1729
  msgstr ""
1730
 
1731
  #: app/features/ix/import.php:46 app/features/ix/sync.php:22
1732
+ #: app/features/mec/meta_boxes/display_options.php:296
1733
+ #: app/features/mec/meta_boxes/display_options.php:419
1734
+ #: app/features/mec/meta_boxes/display_options.php:470
1735
+ #: app/features/mec/meta_boxes/display_options.php:577
1736
+ #: app/features/mec/meta_boxes/display_options.php:684
1737
+ #: app/features/mec/meta_boxes/display_options.php:734
1738
+ #: app/features/mec/meta_boxes/display_options.php:914
1739
+ #: app/features/mec/settings.php:811 app/features/mec/settings.php:985
1740
+ #: app/features/mec/settings.php:1003 app/features/mec/settings.php:1327
1741
+ #: app/features/mec/settings.php:1436 app/features/mec/settings.php:1454
1742
+ #: app/features/mec/settings.php:1531
1743
  msgid "Pro version of Modern Events Calendar"
1744
  msgstr ""
1745
 
1755
  msgid "Import all of your Facebook events into MEC."
1756
  msgstr ""
1757
 
1758
+ #: app/features/ix/import_f_calendar.php:27 app/features/mec/dashboard.php:108
1759
  #: app/features/mec/support-page.php:11 app/features/mec/support.php:100
1760
  msgid "Documentation"
1761
  msgstr ""
1891
  msgstr ""
1892
 
1893
  #: app/features/ix/sync.php:22
1894
+ #: app/features/mec/meta_boxes/display_options.php:734
1895
  #, php-format
1896
  msgid "%s is required to use synchronization feature."
1897
  msgstr ""
1902
 
1903
  #: app/features/ix/sync.php:32 app/features/ix/sync.php:41
1904
  #: app/features/ix/sync.php:52 app/features/ix/sync.php:63
1905
+ #: app/features/mec/notifications.php:378
1906
  msgid "Important Note"
1907
  msgstr ""
1908
 
2007
 
2008
  #: app/features/labels.php:111 app/features/labels.php:138
2009
  #: app/features/mec/meta_boxes/display_options.php:32
2010
+ #: app/features/mec/meta_boxes/display_options.php:157
2011
+ #: app/features/mec/meta_boxes/display_options.php:301
2012
+ #: app/features/mec/meta_boxes/display_options.php:475
2013
+ #: app/features/mec/meta_boxes/display_options.php:525
2014
+ #: app/features/mec/meta_boxes/display_options.php:689
2015
+ #: app/features/mec/meta_boxes/display_options.php:796
2016
+ #: app/features/mec/meta_boxes/display_options.php:853
2017
+ #: app/features/mec/meta_boxes/display_options.php:945
2018
+ #: app/features/mec/meta_boxes/display_options.php:1031
2019
  msgid "Style"
2020
  msgstr ""
2021
 
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:29
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
2071
  msgstr ""
2072
 
2073
  #: app/features/locations.php:59 app/features/mec.php:318
2074
+ #: app/features/mec/dashboard.php:201 app/features/mec/meta_boxes/filter.php:87
2075
  #: app/libraries/main.php:4379
2076
  msgid "Locations"
2077
  msgstr ""
2086
  msgstr ""
2087
 
2088
  #: app/features/locations.php:121 app/features/locations.php:171
2089
+ #: app/features/locations.php:324
2090
  msgid "Latitude"
2091
  msgstr ""
2092
 
2095
  msgstr ""
2096
 
2097
  #: app/features/locations.php:129 app/features/locations.php:175
2098
+ #: app/features/locations.php:325
2099
  msgid "Longitude"
2100
  msgstr ""
2101
 
2116
  msgstr ""
2117
 
2118
  #: app/features/locations.php:143 app/features/locations.php:183
2119
+ #: app/features/locations.php:339 app/features/locations.php:346
2120
  #: app/features/organizers.php:132 app/features/organizers.php:162
2121
+ #: app/features/organizers.php:294 app/features/organizers.php:301
2122
  #: app/features/speakers.php:157 app/features/speakers.php:199
2123
  msgid "Remove image"
2124
  msgstr ""
2131
  msgid "Insert a new location"
2132
  msgstr ""
2133
 
2134
+ #: app/features/locations.php:298
2135
  msgid "Choose one of saved locations or insert new one below."
2136
  msgstr ""
2137
 
2138
+ #: app/features/locations.php:305
2139
  msgid "Location Name"
2140
  msgstr ""
2141
 
2142
+ #: app/features/locations.php:306
2143
  msgid "eg. City Hall"
2144
  msgstr ""
2145
 
2146
+ #: app/features/locations.php:309 app/features/mec/settings.php:1207
2147
  #: app/widgets/single.php:115
2148
  msgid "Event Location"
2149
  msgstr ""
2150
 
2151
+ #: app/features/locations.php:310
2152
  msgid "eg. City hall, Manhattan, New York"
2153
  msgstr ""
2154
 
2155
+ #: app/features/locations.php:328
2156
  msgid "Latitude/Longitude"
2157
  msgstr ""
2158
 
2159
+ #: app/features/locations.php:329
2160
  msgid ""
2161
  "If you leave the latitude and longitude empty, Modern Events Calendar tries "
2162
  "to convert the location address to geopoint, Latitude and Longitude are the "
2165
  "the location on the map to find lat long coordinates."
2166
  msgstr ""
2167
 
2168
+ #: app/features/locations.php:329
2169
  msgid "Get Latitude and Longitude"
2170
  msgstr ""
2171
 
2172
+ #: app/features/locations.php:338 app/features/organizers.php:293
2173
  msgid "Choose image"
2174
  msgstr ""
2175
 
2176
+ #: app/features/locations.php:352
2177
  msgid "Don't show map in single event page"
2178
  msgstr ""
2179
 
2180
+ #: app/features/locations.php:355 app/libraries/main.php:4413
2181
  msgid "Other Locations"
2182
  msgstr ""
2183
 
2184
+ #: app/features/locations.php:357
2185
  msgid ""
2186
  "You can select extra locations in addition to main location if you like."
2187
  msgstr ""
2216
 
2217
  #: app/features/mec.php:298 app/features/mec/gateways.php:84
2218
  #: app/features/mec/ie.php:80 app/features/mec/messages.php:84
2219
+ #: app/features/mec/notifications.php:124 app/features/mec/regform.php:118
2220
+ #: app/features/mec/settings.php:268 app/features/mec/styles.php:84
2221
  #: app/features/mec/styling.php:106 app/features/mec/support-page.php:9
2222
  #: app/features/mec/support.php:80 app/features/mec/support.php:93
2223
  msgid "Support"
2224
  msgstr ""
2225
 
2226
+ #: app/features/mec.php:319 app/features/mec/dashboard.php:208
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
 
2232
  #: app/features/mec.php:327 app/features/mec.php:346
2233
+ #: app/features/mec/dashboard.php:194
2234
  msgid "Shortcodes"
2235
  msgstr ""
2236
 
2308
 
2309
  #: app/features/mec/addons.php:28
2310
  msgid ""
2311
+ "<strong>Note:</strong> All addons are provided for the Pro version and you "
2312
+ "cannot install and use them on the Lite version."
2313
  msgstr ""
2314
 
2315
  #: app/features/mec/addons.php:35 app/features/mec/addons.php:73
2316
+ #: app/features/mec/dashboard.php:81 app/features/mec/support-page.php:21
2317
  msgid "Version"
2318
  msgstr ""
2319
 
2347
  msgid "Rate the plugin ★★★★★"
2348
  msgstr ""
2349
 
2350
+ #: app/features/mec/dashboard.php:70
2351
+ msgid "Update"
2352
+ msgstr ""
2353
+
2354
+ #: app/features/mec/dashboard.php:90
2355
  #, php-format
2356
  msgid ""
2357
  "You're using %s version of Modern Events Calendar. To use advanced booking "
2359
  "Spots, etc you should %s to the Pro version."
2360
  msgstr ""
2361
 
2362
+ #: app/features/mec/dashboard.php:90
2363
  msgid "lite"
2364
  msgstr ""
2365
 
2366
+ #: app/features/mec/dashboard.php:90
2367
  msgid "upgrade"
2368
  msgstr ""
2369
 
2370
+ #: app/features/mec/dashboard.php:99
2371
  msgid "Getting started with Modern Events Calendar"
2372
  msgstr ""
2373
 
2374
+ #: app/features/mec/dashboard.php:100
2375
  msgid ""
2376
  "In this short video, you can learn how to make an event and put a calendar "
2377
  "on your website. Please watch this 2 minutes video to the end."
2378
  msgstr ""
2379
 
2380
+ #: app/features/mec/dashboard.php:116
2381
  msgid "MEC Activate"
2382
  msgstr ""
2383
 
2384
+ #: app/features/mec/dashboard.php:119
2385
  msgid ""
2386
  "In order to use all plugin features and options, please enter your purchase "
2387
  "code."
2388
  msgstr ""
2389
 
2390
+ #: app/features/mec/dashboard.php:174
2391
  msgid "Activate Addons"
2392
  msgstr ""
2393
 
2394
+ #: app/features/mec/dashboard.php:219 app/features/mec/settings.php:568
2395
  msgid "Upcoming Events"
2396
  msgstr ""
2397
 
2398
+ #: app/features/mec/dashboard.php:243
2399
  msgid "Popular Gateways"
2400
  msgstr ""
2401