Version Description
Download this release
Release Info
Developer | webnus |
Plugin | Modern Events Calendar Lite |
Version | 5.15.5 |
Comparing to | |
See all releases |
Code changes from version 5.15.0 to 5.15.5
- app/addons/beaver.php +1 -1
- app/addons/divi/includes/MECShortcodesForDivi.php +2 -2
- app/addons/divi/styles/style.min.css +1 -0
- app/addons/elementor.php +11 -0
- app/api/Ctct/Components/EventSpot/EventSpot.php +3 -3
- app/api/Ctct/Components/EventSpot/PaymentSummary.php +1 -1
- app/api/Ctct/Components/EventSpot/Registrant/Registrant.php +1 -1
- app/api/Ctct/Components/EventSpot/Registrant/RegistrantOrder.php +1 -1
- app/api/Ctct/Services/EventSpotService.php +1 -1
- app/features/booking/calendar_novel.php +180 -0
- app/features/bookingcalendar.php +144 -0
- app/features/events.php +167 -37
- app/features/ix.php +8 -5
- app/features/mec.php +12 -20
- app/features/mec/addons.php +1 -1
- app/features/mec/booking.php +9 -0
- app/features/mec/dashboard.php +1 -1
- app/features/mec/dyncss.php +6 -6
- app/features/mec/meta_boxes/display_options.php +1 -1
- app/features/mec/notifications.php +0 -28
- app/features/mec/settings.php +38 -24
- app/features/mec/single.php +88 -75
- app/features/popup/shortcode.php +1 -1
- app/features/update.php +17 -7
- app/libraries/factory.php +1 -2
- app/libraries/main.php +73 -33
- app/libraries/qrcode.php +3 -3
- app/libraries/render.php +4 -1
- app/libraries/skins.php +1 -1
- app/modules/booking/steps/tickets.php +22 -0
- app/modules/local-time/details.php +1 -1
- app/modules/speakers/details.php +1 -1
- app/skins/carousel/render.php +11 -7
- app/skins/list/render.php +5 -1
- app/skins/single.php +8 -7
- app/skins/single/default.php +6 -6
- app/skins/single/m1.php +1 -1
- app/skins/single/m2.php +1 -1
- app/skins/single/modern.php +4 -4
- assets/css/frontend.css +340 -0
- assets/css/frontend.min.css +1 -1
- assets/js/frontend.js +148 -0
- changelog.txt +22 -1
- languages/modern-events-calendar-lite-cs_CZ.mo +0 -0
- languages/modern-events-calendar-lite-cs_CZ.po +1006 -968
app/addons/beaver.php
CHANGED
@@ -38,7 +38,7 @@ class MEC_addon_beaver extends MEC_base
|
|
38 |
public function init()
|
39 |
{
|
40 |
// Beaver Builder is not installed
|
41 |
-
if(
|
42 |
define( 'MEC_BEAVER_DIR', plugin_dir_path( __FILE__ ) );
|
43 |
define( 'MEC_BEAVER_URL', plugins_url( '/', __FILE__ ) );
|
44 |
add_action( 'init', array($this,'mec_beaver_builder_shortcode') );
|
38 |
public function init()
|
39 |
{
|
40 |
// Beaver Builder is not installed
|
41 |
+
if(!class_exists( 'FLBuilder' ) ) return false;
|
42 |
define( 'MEC_BEAVER_DIR', plugin_dir_path( __FILE__ ) );
|
43 |
define( 'MEC_BEAVER_URL', plugins_url( '/', __FILE__ ) );
|
44 |
add_action( 'init', array($this,'mec_beaver_builder_shortcode') );
|
app/addons/divi/includes/MECShortcodesForDivi.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
if(
|
3 |
function MECDIVI_et_builder_load_actions( $actions ) {
|
4 |
$actions[] = 'MECDIVI_load_mec_shortcode';
|
5 |
|
@@ -9,7 +9,7 @@ if( ! function_exists( 'MECDIVI_et_builder_load_actions' )) {
|
|
9 |
|
10 |
add_filter( 'et_builder_load_actions', 'MECDIVI_et_builder_load_actions' );
|
11 |
|
12 |
-
if(
|
13 |
function MECDIVI_load_mec_shortcode() {
|
14 |
if(!current_user_can('manage_options')) return;
|
15 |
$post_id = $_POST['shortcode_id'];
|
1 |
<?php
|
2 |
+
if(! function_exists( 'MECDIVI_et_builder_load_actions' )) {
|
3 |
function MECDIVI_et_builder_load_actions( $actions ) {
|
4 |
$actions[] = 'MECDIVI_load_mec_shortcode';
|
5 |
|
9 |
|
10 |
add_filter( 'et_builder_load_actions', 'MECDIVI_et_builder_load_actions' );
|
11 |
|
12 |
+
if(! function_exists( 'MECDIVI_load_mec_shortcode' )) {
|
13 |
function MECDIVI_load_mec_shortcode() {
|
14 |
if(!current_user_can('manage_options')) return;
|
15 |
$post_id = $_POST['shortcode_id'];
|
app/addons/divi/styles/style.min.css
CHANGED
@@ -0,0 +1 @@
|
|
|
1 |
+
.mec-owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1;}.mec-owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;-moz-backface-visibility: hidden;}.mec-owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}.mec-owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px);}.mec-owl-carousel .owl-wrapper, .mec-owl-carousel .owl-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);}.mec-owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;}.mec-owl-carousel .owl-item img {display: block;width: 100%;}.mec-owl-carousel .owl-nav.disabled, .mec-owl-carousel .owl-dots.disabled {display: none;}.mec-owl-carousel .owl-nav .owl-prev, .mec-owl-carousel .owl-nav .owl-next, .mec-owl-carousel .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.mec-owl-carousel.owl-loaded {display: block;}.mec-owl-carousel.owl-loading {opacity: 0;display: block;}.mec-owl-carousel.owl-hidden {opacity: 0;}.mec-owl-carousel.owl-refresh .owl-item {visibility: hidden;}.mec-owl-carousel.owl-drag .owl-item {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.mec-owl-carousel.owl-grab {cursor: move;cursor: grab;}.mec-owl-carousel.owl-rtl {direction: rtl;}.mec-owl-carousel.owl-rtl .owl-item {float: right;}.no-js .mec-owl-carousel {display: block;}.mec-owl-carousel .animated {animation-duration: 1000ms;animation-fill-mode: both;}.mec-owl-carousel .owl-animated-in {z-index: 0;}.mec-owl-carousel .owl-animated-out {z-index: 1;}.mec-owl-carousel .fadeOut {animation-name: fadeOut;}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}.owl-height {transition: height 500ms ease-in-out;}.mec-owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity 400ms ease;}.mec-owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}.mec-owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}.mec-owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: transform 100ms ease;}.mec-owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3);}.mec-owl-carousel .owl-video-playing .owl-video-tn, .mec-owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}.mec-owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity 400ms ease;}.mec-owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%;}
|
app/addons/elementor.php
CHANGED
@@ -41,6 +41,17 @@ class MEC_addon_elementor extends MEC_base
|
|
41 |
if(!did_action('elementor/loaded')) return false;
|
42 |
|
43 |
add_action('elementor/widgets/widgets_registered', array($this, 'register_shortcode'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
return true;
|
45 |
}
|
46 |
|
41 |
if(!did_action('elementor/loaded')) return false;
|
42 |
|
43 |
add_action('elementor/widgets/widgets_registered', array($this, 'register_shortcode'));
|
44 |
+
|
45 |
+
add_action( 'elementor/preview/enqueue_styles', function() {
|
46 |
+
wp_enqueue_style( 'mec-elementor-owl-carousel-css', plugins_url( '../../assets/packages/owl-carousel/owl.carousel.min.css', __FILE__ ), array() );
|
47 |
+
wp_enqueue_style( 'mec-elementor-frontend-css', plugins_url( '../../assets/css/frontend.css', __FILE__ ), array() );
|
48 |
+
});
|
49 |
+
|
50 |
+
add_action('elementor/editor/after_enqueue_scripts', function() {
|
51 |
+
wp_enqueue_script('mec-elementor-owl-carousel-js', plugin_dir_url( __FILE__ ) . '../../assets/packages/owl-carousel/owl.carousel.min.js');
|
52 |
+
wp_enqueue_script('mec-elementor-frontend-js', plugin_dir_url( __FILE__ ) . '../../assets/js/frontend.js');
|
53 |
+
});
|
54 |
+
|
55 |
return true;
|
56 |
}
|
57 |
|
app/api/Ctct/Components/EventSpot/EventSpot.php
CHANGED
@@ -330,13 +330,13 @@ class EventSpot extends Component
|
|
330 |
$event->location = parent::getValue($props, "location");
|
331 |
$event->meta_data_tags = parent::getValue($props, "meta_data_tags");
|
332 |
$event->name = parent::getValue($props, "name");
|
333 |
-
if(
|
334 |
$event->notification_options = NotificationOption::create( parent::getValue( $props, "notification_options" ) );
|
335 |
}
|
336 |
$event->online_meeting = parent::getValue($props, "online_meeting");
|
337 |
$event->payable_to = parent::getValue($props, "payable_to");
|
338 |
$event->payable_to = parent::getValue($props, "payable_to");
|
339 |
-
if(
|
340 |
$event->payment_address = Address::create( parent::getValue( $props, "payment_address" ) );
|
341 |
}
|
342 |
$event->payment_options = parent::getValue($props, "payment_options");
|
@@ -349,7 +349,7 @@ class EventSpot extends Component
|
|
349 |
$event->time_zone_id = parent::getValue($props, "time_zone_id");
|
350 |
$event->title = parent::getValue($props, "title");
|
351 |
$event->total_registered_count = parent::getValue($props, "total_registered_count");
|
352 |
-
if(
|
353 |
$event->track_information = TrackInformation::create( parent::getValue( $props, "track_information" ) );
|
354 |
}
|
355 |
$event->twitter_hash_tag = parent::getValue($props, "twitter_hash_tag");
|
330 |
$event->location = parent::getValue($props, "location");
|
331 |
$event->meta_data_tags = parent::getValue($props, "meta_data_tags");
|
332 |
$event->name = parent::getValue($props, "name");
|
333 |
+
if(parent::getValue( $props, "notification_options" ) ) {
|
334 |
$event->notification_options = NotificationOption::create( parent::getValue( $props, "notification_options" ) );
|
335 |
}
|
336 |
$event->online_meeting = parent::getValue($props, "online_meeting");
|
337 |
$event->payable_to = parent::getValue($props, "payable_to");
|
338 |
$event->payable_to = parent::getValue($props, "payable_to");
|
339 |
+
if(parent::getValue( $props, "payment_address" ) ) {
|
340 |
$event->payment_address = Address::create( parent::getValue( $props, "payment_address" ) );
|
341 |
}
|
342 |
$event->payment_options = parent::getValue($props, "payment_options");
|
349 |
$event->time_zone_id = parent::getValue($props, "time_zone_id");
|
350 |
$event->title = parent::getValue($props, "title");
|
351 |
$event->total_registered_count = parent::getValue($props, "total_registered_count");
|
352 |
+
if(parent::getValue( $props, "track_information" ) ) {
|
353 |
$event->track_information = TrackInformation::create( parent::getValue( $props, "track_information" ) );
|
354 |
}
|
355 |
$event->twitter_hash_tag = parent::getValue($props, "twitter_hash_tag");
|
app/api/Ctct/Components/EventSpot/PaymentSummary.php
CHANGED
@@ -55,7 +55,7 @@ class PaymentSummary extends Component
|
|
55 |
$payment_summary->payment_status = parent::getValue($props, "payment_status");
|
56 |
$payment_summary->payment_type = parent::getValue($props, "payment_type");
|
57 |
|
58 |
-
if(
|
59 |
$payment_summary->order = RegistrantOrder::create( parent::getValue( $props, "order" ) );
|
60 |
}
|
61 |
|
55 |
$payment_summary->payment_status = parent::getValue($props, "payment_status");
|
56 |
$payment_summary->payment_type = parent::getValue($props, "payment_type");
|
57 |
|
58 |
+
if(isset($props["order"])) {
|
59 |
$payment_summary->order = RegistrantOrder::create( parent::getValue( $props, "order" ) );
|
60 |
}
|
61 |
|
app/api/Ctct/Components/EventSpot/Registrant/Registrant.php
CHANGED
@@ -172,7 +172,7 @@ class Registrant extends Component
|
|
172 |
|
173 |
/** @var RegistrantSectionField $field */
|
174 |
foreach ( $section->fields as $field ) {
|
175 |
-
if(
|
176 |
return is_null( $field->values ) ? $field->value : $field->values;
|
177 |
}
|
178 |
}
|
172 |
|
173 |
/** @var RegistrantSectionField $field */
|
174 |
foreach ( $section->fields as $field ) {
|
175 |
+
if($fieldName === $field->name ) {
|
176 |
return is_null( $field->values ) ? $field->value : $field->values;
|
177 |
}
|
178 |
}
|
app/api/Ctct/Components/EventSpot/Registrant/RegistrantOrder.php
CHANGED
@@ -56,7 +56,7 @@ class RegistrantOrder extends Component
|
|
56 |
$registrant_order->currency_type = parent::getValue($props, "currency_type");
|
57 |
$registrant_order->total = parent::getValue($props, "total");
|
58 |
|
59 |
-
if(
|
60 |
foreach ( $props['fees'] as $fee ) {
|
61 |
$registrant_order->fees[] = RegistrantFee::create($fee);
|
62 |
}
|
56 |
$registrant_order->currency_type = parent::getValue($props, "currency_type");
|
57 |
$registrant_order->total = parent::getValue($props, "total");
|
58 |
|
59 |
+
if(isset($props['fees']) ) {
|
60 |
foreach ( $props['fees'] as $fee ) {
|
61 |
$registrant_order->fees[] = RegistrantFee::create($fee);
|
62 |
}
|
app/api/Ctct/Services/EventSpotService.php
CHANGED
@@ -46,7 +46,7 @@ class EventSpotService extends BaseService
|
|
46 |
$body = json_decode($response->getBody(), true);
|
47 |
|
48 |
$events = array();
|
49 |
-
if(
|
50 |
foreach ( $body['results'] as $event ) {
|
51 |
$events[] = EventSpot::create( $event );
|
52 |
}
|
46 |
$body = json_decode($response->getBody(), true);
|
47 |
|
48 |
$events = array();
|
49 |
+
if(! empty( $body['results'] ) ) {
|
50 |
foreach ( $body['results'] as $event ) {
|
51 |
$events[] = EventSpot::create( $event );
|
52 |
}
|
app/features/booking/calendar_novel.php
ADDED
@@ -0,0 +1,180 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/** no direct access **/
|
3 |
+
defined('MECEXEC') or die();
|
4 |
+
|
5 |
+
/** @var MEC_feature_bookingcalendar $this */
|
6 |
+
|
7 |
+
// Available Dates
|
8 |
+
$dates = isset($event->dates) ? $event->dates : array($event->date);
|
9 |
+
|
10 |
+
// Multiple Day Event
|
11 |
+
$multiple_date = (isset($dates) && $dates[0]['start']['date'] != $dates[0]['end']['date']) ? 'mec-multiple-event' : '';
|
12 |
+
|
13 |
+
$first_date = (isset($start) ? $start : (isset($dates[0]) ? $dates[0]['start']['date'] : NULL));
|
14 |
+
if(!$first_date) return;
|
15 |
+
|
16 |
+
// Settings
|
17 |
+
$settings = $this->main->get_settings();
|
18 |
+
|
19 |
+
// Options
|
20 |
+
$event_color = isset($event->data->meta['mec_color']) ? '#'.$event->data->meta['mec_color'] : '';
|
21 |
+
$date_format = (isset($settings['booking_date_format1']) and trim($settings['booking_date_format1'])) ? $settings['booking_date_format1'] : 'Y-m-d';
|
22 |
+
$date_format = trim(str_replace(['H', 'h', 'i', 's', 'A', 'a', 'G', 'g', 'B', 'u', 'v', ':'], '', $date_format), ': ');
|
23 |
+
$time_format = get_option('time_format');
|
24 |
+
|
25 |
+
// before/after Month
|
26 |
+
$_1month_before = strtotime('first day of -1 month', strtotime($first_date));
|
27 |
+
$_1month_after = strtotime('first day of +1 month', strtotime($first_date));
|
28 |
+
$current_month_time = strtotime($first_date);
|
29 |
+
|
30 |
+
$year = date('Y', strtotime($first_date));
|
31 |
+
$month = date('m', strtotime($first_date));
|
32 |
+
$active_day = date('d', strtotime($first_date));
|
33 |
+
|
34 |
+
// Start day of week
|
35 |
+
$week_start = $this->main->get_first_day_of_week();
|
36 |
+
|
37 |
+
// days and weeks vars
|
38 |
+
$running_day = date('w', mktime(0, 0, 0, $month, 1, $year));
|
39 |
+
$days_in_month = date('t', mktime(0, 0, 0, $month, 1, $year));
|
40 |
+
$days_in_previous_month = date('t', strtotime('-1 month', strtotime($active_day)));
|
41 |
+
|
42 |
+
$days_in_this_week = 1;
|
43 |
+
$day_counter = 0;
|
44 |
+
|
45 |
+
if($week_start == 0) $running_day = $running_day; // Sunday
|
46 |
+
elseif($week_start == 1) // Monday
|
47 |
+
{
|
48 |
+
if($running_day != 0) $running_day = $running_day - 1;
|
49 |
+
else $running_day = 6;
|
50 |
+
}
|
51 |
+
elseif($week_start == 6) // Saturday
|
52 |
+
{
|
53 |
+
if($running_day != 6) $running_day = $running_day + 1;
|
54 |
+
else $running_day = 0;
|
55 |
+
}
|
56 |
+
elseif($week_start == 5) // Friday
|
57 |
+
{
|
58 |
+
if($running_day < 4) $running_day = $running_day + 2;
|
59 |
+
elseif($running_day == 5) $running_day = 0;
|
60 |
+
elseif($running_day == 6) $running_day = 1;
|
61 |
+
}
|
62 |
+
|
63 |
+
$navigator_html = '';
|
64 |
+
|
65 |
+
// Show previous navigation
|
66 |
+
if(strtotime(date('Y-m-t', $_1month_before)) >= time())
|
67 |
+
{
|
68 |
+
$navigator_html .= '<div class="mec-previous-month mec-load-month mec-previous-month" data-mec-year="'.date('Y', $_1month_before).'" data-mec-month="'.date('m', $_1month_before).'"><i class="mec-sl-angle-left"></i> '.$this->main->date_i18n('F', $_1month_before).'</div>';
|
69 |
+
}
|
70 |
+
|
71 |
+
$navigator_html .= '<div class="mec-calendar-header"><h2>'.$this->main->date_i18n('F Y', $current_month_time).'</h2></div>';
|
72 |
+
|
73 |
+
// Show next navigation
|
74 |
+
if(strtotime(date('Y-m-01', $_1month_after)) >= time())
|
75 |
+
{
|
76 |
+
$navigator_html .= '<div class="mec-next-month mec-load-month mec-next-month" data-mec-year="'.date('Y', $_1month_after).'" data-mec-month="'.date('m', $_1month_after).'">'.$this->main->date_i18n('F', $_1month_after).' <i class="mec-sl-angle-right"></i></div>';
|
77 |
+
}
|
78 |
+
|
79 |
+
// Generating javascript code tpl
|
80 |
+
$javascript = '<script type="text/javascript">
|
81 |
+
jQuery(document).ready(function()
|
82 |
+
{
|
83 |
+
jQuery("#mec_booking_calendar_'.$uniqueid.'").mecBookingCalendar(
|
84 |
+
{
|
85 |
+
active_month: {year: "'.date('Y', $current_month_time).'", month: "'.date('m', $current_month_time).'"},
|
86 |
+
next_month: {year: "'.date('Y', $_1month_after).'", month: "'.date('m', $_1month_after).'"},
|
87 |
+
ajax_url: "'.admin_url('admin-ajax.php', NULL).'",
|
88 |
+
id: "'.$uniqueid.'",
|
89 |
+
event_id: "'.$event->ID.'",
|
90 |
+
});
|
91 |
+
});
|
92 |
+
</script>';
|
93 |
+
|
94 |
+
// Include javascript code into the page
|
95 |
+
echo $javascript;
|
96 |
+
?>
|
97 |
+
<div class="mec-booking-calendar mec-wrap" id="mec_booking_calendar_<?php echo $uniqueid; ?>">
|
98 |
+
<div class="mec-booking-calendar-month-navigation"><?php echo $navigator_html; ?></div>
|
99 |
+
<div class="mec-calendar mec-box-calendar mec-event-calendar-classic mec-event-container-novel <?php echo $multiple_date; ?>">
|
100 |
+
<?php
|
101 |
+
// Table Headings
|
102 |
+
$headings = $this->main->get_weekday_abbr_labels();
|
103 |
+
echo '<dl class="mec-calendar-table-head"><dt class="mec-calendar-day-head">'.implode('</dt><dt class="mec-calendar-day-head">', $headings).'</dt></dl>';
|
104 |
+
?>
|
105 |
+
<dl class="mec-calendar-row">
|
106 |
+
<?php
|
107 |
+
// print "blank" days until the first of the current week
|
108 |
+
for($x = 0; $x < $running_day; $x++)
|
109 |
+
{
|
110 |
+
echo '<dt class="mec-table-nullday">'.($days_in_previous_month - ($running_day-1-$x)).'</dt>';
|
111 |
+
$days_in_this_week++;
|
112 |
+
}
|
113 |
+
|
114 |
+
// keep going with days ....
|
115 |
+
for($list_day = 1; $list_day <= $days_in_month; $list_day++)
|
116 |
+
{
|
117 |
+
$time = strtotime($year.'-'.$month.'-'.$list_day);
|
118 |
+
$today = date('Y-m-d', $time);
|
119 |
+
$day_id = date('Ymd', $time);
|
120 |
+
|
121 |
+
$render = '';
|
122 |
+
$first_day = '';
|
123 |
+
$middle_day = '';
|
124 |
+
$last_day = '';
|
125 |
+
$repeat = 0;
|
126 |
+
|
127 |
+
foreach($dates as $date)
|
128 |
+
{
|
129 |
+
if(!isset($date['fake']) and strtotime($date['start']['date']) <= $time and $time <= strtotime($date['end']['date']) and (isset($date['start']['timestamp']) and $date['start']['timestamp'] >= current_time('timestamp', 0)))
|
130 |
+
{
|
131 |
+
$repeat++;
|
132 |
+
$date_timestamp = $this->book->timestamp($date['start'], $date['end']);
|
133 |
+
$start_datetime = $date['start']['date'].' '.sprintf("%02d", $date['start']['hour']).':'.sprintf("%02d", $date['start']['minutes']).' '.$date['start']['ampm'];
|
134 |
+
|
135 |
+
$render .='<div class="mec-booking-calendar-date '.($this->main->is_soldout($event->ID, $start_datetime) ?'mec-booking-calendar-date-soldout' : '').' " data-timestamp="'.$this->book->timestamp($date['start'], $date['end']).'">' .(($date['start']['date'] !== $date['end']['date']) ? '<div class="mec-booking-calendar-date-hover">'.strip_tags($this->main->date_label($date['start'], $date['end'], $date_format, ' - ', false, (isset($date['allday']) ? $date['allday'] : 0))).'</div><div class="mec-booking-calendar-time-hover">' : '').strip_tags($this->main->date_label($date['start'], $date['end'], $time_format, ' - ', false, (isset($date['allday']) ? $date['allday'] : 0))).'</div>';
|
136 |
+
|
137 |
+
$first_day = strtotime($date['start']['date']) == $time ? ' first-day' : null;
|
138 |
+
$middle_day = (strtotime($date['end']['date']) != $time && strtotime($date['start']['date']) != $time) ? ' middle-day' : null;
|
139 |
+
$last_day = strtotime($date['end']['date']) == $time ? ' last-day' : null;
|
140 |
+
}
|
141 |
+
}
|
142 |
+
|
143 |
+
$repeat_class = $repeat > 1 ? ' mec-has-time-repeat' : '';
|
144 |
+
$date_for_wrap = $repeat == 1 ? 'data-timestamp="'.$date_timestamp.'"' : '';
|
145 |
+
$custom_class1 = $repeat == 1 ? ' mec-has-one-repeat-in-day' : '';
|
146 |
+
$custom_class2 = $repeat >= 1 ? ' mec-has-event-for-booking' : '';
|
147 |
+
|
148 |
+
echo '<dt class="mec-calendar-day'.$repeat_class.$custom_class1.$custom_class2.$first_day.$last_day.$middle_day.'" '.$date_for_wrap.'><div class="mec-calendar-novel-selected-day"><span>'.$list_day.'</span></div>';
|
149 |
+
echo '<div class="mec-booking-tooltip">'.$render.'</div>';
|
150 |
+
echo '</dt>';
|
151 |
+
|
152 |
+
if($running_day == 6)
|
153 |
+
{
|
154 |
+
echo '</dl>';
|
155 |
+
|
156 |
+
if((($day_counter+1) != $days_in_month) or (($day_counter+1) == $days_in_month and $days_in_this_week == 7))
|
157 |
+
{
|
158 |
+
echo '<dl class="mec-calendar-row">';
|
159 |
+
}
|
160 |
+
|
161 |
+
$running_day = -1;
|
162 |
+
$days_in_this_week = 0;
|
163 |
+
}
|
164 |
+
|
165 |
+
$days_in_this_week++; $running_day++; $day_counter++;
|
166 |
+
}
|
167 |
+
|
168 |
+
// finish the rest of the days in the week
|
169 |
+
if($days_in_this_week < 8)
|
170 |
+
{
|
171 |
+
for($x = 1; $x <= (8 - $days_in_this_week); $x++)
|
172 |
+
{
|
173 |
+
echo '<dt class="mec-table-nullday">'.$x.'</dt>';
|
174 |
+
}
|
175 |
+
}
|
176 |
+
?>
|
177 |
+
</dl>
|
178 |
+
</div>
|
179 |
+
</div>
|
180 |
+
<div class="mec-choosen-time-message disable"><?php echo __('Chosen Time:', 'modern-events-calendar-lite'); ?> <span class="mec-choosen-time"></span></div>
|
app/features/bookingcalendar.php
ADDED
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/** no direct access **/
|
3 |
+
defined('MECEXEC') or die();
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Webnus MEC Booking Calendar class.
|
7 |
+
* @author Webnus <info@webnus.biz>
|
8 |
+
*/
|
9 |
+
class MEC_feature_bookingcalendar extends MEC_base
|
10 |
+
{
|
11 |
+
/**
|
12 |
+
* @var MEC_factory
|
13 |
+
*/
|
14 |
+
public $factory;
|
15 |
+
|
16 |
+
/**
|
17 |
+
* @var MEC_main
|
18 |
+
*/
|
19 |
+
public $main;
|
20 |
+
|
21 |
+
/**
|
22 |
+
* @var MEC_book
|
23 |
+
*/
|
24 |
+
public $book;
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Constructor method
|
28 |
+
* @author Webnus <info@webnus.biz>
|
29 |
+
*/
|
30 |
+
public function __construct()
|
31 |
+
{
|
32 |
+
// MEC Factory
|
33 |
+
$this->factory = $this->getFactory();
|
34 |
+
|
35 |
+
// MEC Main
|
36 |
+
$this->main = $this->getMain();
|
37 |
+
|
38 |
+
// MEC Book
|
39 |
+
$this->book = $this->getBook();
|
40 |
+
}
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Initialize User Events Feature
|
44 |
+
* @author Webnus <info@webnus.biz>
|
45 |
+
*/
|
46 |
+
public function init()
|
47 |
+
{
|
48 |
+
$this->factory->action('wp_ajax_mec_booking_calendar_load_month', array($this, 'load_month'));
|
49 |
+
$this->factory->action('wp_ajax_nopriv_mec_booking_calendar_load_month', array($this, 'load_month'));
|
50 |
+
}
|
51 |
+
|
52 |
+
public function display_calendar($event, $uniqueid, $start = NULL)
|
53 |
+
{
|
54 |
+
$path = MEC::import('app.features.booking.calendar_novel', true, true);
|
55 |
+
|
56 |
+
// Generate Month
|
57 |
+
ob_start();
|
58 |
+
include $path;
|
59 |
+
return ob_get_clean();
|
60 |
+
}
|
61 |
+
|
62 |
+
/**
|
63 |
+
* Load month for AJAX requert
|
64 |
+
* @author Webnus <info@webnus.biz>
|
65 |
+
* @return void
|
66 |
+
*/
|
67 |
+
public function load_month()
|
68 |
+
{
|
69 |
+
// Request
|
70 |
+
$request = $this->getRequest();
|
71 |
+
|
72 |
+
// Render
|
73 |
+
$render = $this->getRender();
|
74 |
+
|
75 |
+
// Settings
|
76 |
+
$settings = $this->main->get_settings();
|
77 |
+
|
78 |
+
$event_id = $request->getVar('event_id');
|
79 |
+
$uniqueid = $request->getVar('uniqueid');
|
80 |
+
$year = $request->getVar('year');
|
81 |
+
$month = $request->getVar('month');
|
82 |
+
|
83 |
+
// Start Date
|
84 |
+
$start = $year.'-'.$month.'-01';
|
85 |
+
if(strtotime($start) < current_time('timestamp')) $start = current_time('Y-m-d');
|
86 |
+
|
87 |
+
// End Date
|
88 |
+
$end = date('Y-m-t', strtotime($start));
|
89 |
+
|
90 |
+
$rendered = $render->data($event_id, '');
|
91 |
+
|
92 |
+
$data = new stdClass();
|
93 |
+
$data->ID = $event_id;
|
94 |
+
$data->data = $rendered;
|
95 |
+
|
96 |
+
// Get Event Dates
|
97 |
+
$records = $this->getDB()->select("SELECT * FROM `#__mec_dates` WHERE `post_id`='".$event_id."' AND ((`dstart` <= '".$start."' AND `dend` >= '".$end."') OR (`dstart` <= '".$start."' AND `dend` >= '".$start."' AND `dend` <= '".$end."') OR (`dstart` >= '".$start."' AND `dend` <= '".$end."') OR (`dstart` >= '".$start."' AND `dstart` <= '".$end."' AND `dend` >= '".$end."'))", 'loadAssocList');
|
98 |
+
|
99 |
+
$dates = array();
|
100 |
+
foreach($records as $record)
|
101 |
+
{
|
102 |
+
$dates[] = array(
|
103 |
+
'start' => array(
|
104 |
+
'date' => $record['dstart'],
|
105 |
+
'hour' => date('g', $record['tstart']),
|
106 |
+
'minutes' => date('i', $record['tstart']),
|
107 |
+
'ampm' => date('A', $record['tstart']),
|
108 |
+
'timestamp' => $record['tstart'],
|
109 |
+
),
|
110 |
+
'end' => array(
|
111 |
+
'date' => $record['dend'],
|
112 |
+
'hour' => date('g', $record['tend']),
|
113 |
+
'minutes' => date('i', $record['tend']),
|
114 |
+
'ampm' => date('A', $record['tend']),
|
115 |
+
'timestamp' => $record['tend'],
|
116 |
+
),
|
117 |
+
'allday' => ((isset($data->data->meta) and isset($data->data->meta->mec_allday)) ? $data->data->meta->mec_allday : 0),
|
118 |
+
'hide_time' => ((isset($data->data->meta) and isset($data->data->meta->mec_hide_time)) ? $data->data->meta->mec_hide_time : 0),
|
119 |
+
'past' => $this->main->is_past($record['dstart'], $start),
|
120 |
+
);
|
121 |
+
}
|
122 |
+
|
123 |
+
if(!count($dates))
|
124 |
+
{
|
125 |
+
$dates = array(
|
126 |
+
array(
|
127 |
+
'fake' => true,
|
128 |
+
'start' => array(
|
129 |
+
'date' => $start
|
130 |
+
),
|
131 |
+
'end' => array(
|
132 |
+
'date' => $start
|
133 |
+
),
|
134 |
+
)
|
135 |
+
);
|
136 |
+
}
|
137 |
+
|
138 |
+
$data->dates = $dates;
|
139 |
+
$data->date = isset($data->dates[0]) ? $data->dates[0] : array();
|
140 |
+
|
141 |
+
echo json_encode(array('html' => $this->display_calendar($data, $uniqueid, $start)));
|
142 |
+
exit;
|
143 |
+
}
|
144 |
+
}
|
app/features/events.php
CHANGED
@@ -46,8 +46,8 @@ class MEC_feature_events extends MEC_base
|
|
46 |
public function init()
|
47 |
{
|
48 |
$this->factory->action('init', array($this, 'register_post_type'));
|
49 |
-
$this->factory->action('mec_category_add_form_fields', array($this, '
|
50 |
-
$this->factory->action('mec_category_edit_form_fields', array($this, '
|
51 |
$this->factory->action('edited_mec_category', array($this, 'save_metadata'));
|
52 |
$this->factory->action('created_mec_category', array($this, 'save_metadata'));
|
53 |
|
@@ -91,45 +91,48 @@ class MEC_feature_events extends MEC_base
|
|
91 |
$this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_exceptional_days'), 25);
|
92 |
}
|
93 |
|
94 |
-
|
95 |
-
$booking_status = (isset($this->settings['booking_status']) and $this->settings['booking_status']) ? true : false;
|
96 |
-
if($booking_status)
|
97 |
{
|
98 |
-
|
99 |
-
$this->
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
104 |
|
105 |
-
|
106 |
-
|
107 |
|
108 |
-
|
109 |
-
|
110 |
-
}
|
111 |
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_fees'), 15);
|
116 |
|
117 |
-
//
|
118 |
-
if(
|
119 |
{
|
120 |
-
$this->factory->action('
|
121 |
-
}
|
122 |
-
}
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
|
|
128 |
|
129 |
-
//
|
130 |
-
if($booking_status and
|
131 |
{
|
132 |
-
$this->factory->action('
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
}
|
134 |
}
|
135 |
|
@@ -149,6 +152,13 @@ class MEC_feature_events extends MEC_base
|
|
149 |
|
150 |
// WPML Duplicate
|
151 |
$this->factory->action('icl_make_duplicate', array($this, 'icl_duplicate'), 10, 4);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
}
|
153 |
|
154 |
/**
|
@@ -228,9 +238,12 @@ class MEC_feature_events extends MEC_base
|
|
228 |
*
|
229 |
* @author Webnus <info@webnus.biz>
|
230 |
*/
|
231 |
-
public function
|
232 |
{
|
233 |
add_thickbox();
|
|
|
|
|
|
|
234 |
?>
|
235 |
<div class="form-field">
|
236 |
<label for="mec_cat_icon"><?php _e('Category Icon', 'modern-events-calendar-lite'); ?></label>
|
@@ -238,7 +251,15 @@ class MEC_feature_events extends MEC_base
|
|
238 |
<a href="<?php echo $this->main->asset('icon.html'); ?>"
|
239 |
class="thickbox mec_category_icon button"><?php echo __('Select icon', 'modern-events-calendar-lite'); ?></a>
|
240 |
</div>
|
241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
<?php
|
243 |
}
|
244 |
|
@@ -247,9 +268,17 @@ class MEC_feature_events extends MEC_base
|
|
247 |
*
|
248 |
* @author Webnus <info@webnus.biz>
|
249 |
*/
|
250 |
-
public function
|
251 |
{
|
252 |
add_thickbox();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
$icon = get_metadata('term', $term->term_id, 'mec_cat_icon', true);
|
254 |
?>
|
255 |
<tr class="form-field">
|
@@ -265,6 +294,19 @@ class MEC_feature_events extends MEC_base
|
|
265 |
<?php endif; ?>
|
266 |
</td>
|
267 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
<?php
|
269 |
}
|
270 |
|
@@ -277,8 +319,10 @@ class MEC_feature_events extends MEC_base
|
|
277 |
public function save_metadata($term_id)
|
278 |
{
|
279 |
$icon = isset($_POST['mec_cat_icon']) ? sanitize_text_field($_POST['mec_cat_icon']) : '';
|
280 |
-
|
281 |
update_term_meta($term_id, 'mec_cat_icon', $icon);
|
|
|
|
|
|
|
282 |
}
|
283 |
|
284 |
public function register_endpoints()
|
@@ -367,7 +411,7 @@ class MEC_feature_events extends MEC_base
|
|
367 |
}
|
368 |
elseif($link_address == 'mec-event-data')
|
369 |
{
|
370 |
-
if(count($event_fields)) echo '<a class="mec-add-event-tabs-link" data-href="'.$link_address.'" href="#">'.$link_name.'</a>';
|
371 |
}
|
372 |
elseif($link_address == 'mec-notifications')
|
373 |
{
|
@@ -393,7 +437,10 @@ class MEC_feature_events extends MEC_base
|
|
393 |
jQuery(this).addClass("mec-tab-active");
|
394 |
jQuery("#" + href ).addClass("mec-tab-active");
|
395 |
});
|
|
|
396 |
|
|
|
|
|
397 |
jQuery("#publish").on("click", function()
|
398 |
{
|
399 |
var xdf = jQuery("#mec_metabox_details .mec-add-event-tabs-left .mec-add-event-tabs-link[data-href='mec-event-data']");
|
@@ -404,6 +451,7 @@ class MEC_feature_events extends MEC_base
|
|
404 |
});
|
405 |
</script>
|
406 |
<?php
|
|
|
407 |
}
|
408 |
|
409 |
/**
|
@@ -1172,6 +1220,8 @@ class MEC_feature_events extends MEC_base
|
|
1172 |
|
1173 |
public function meta_box_fields($post)
|
1174 |
{
|
|
|
|
|
1175 |
$event_fields = $this->main->get_event_fields();
|
1176 |
$data = get_post_meta($post->ID, 'mec_fields', true);
|
1177 |
?>
|
@@ -4146,4 +4196,84 @@ class MEC_feature_events extends MEC_base
|
|
4146 |
$schedule = $this->getSchedule();
|
4147 |
$schedule->reschedule($id);
|
4148 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4149 |
}
|
46 |
public function init()
|
47 |
{
|
48 |
$this->factory->action('init', array($this, 'register_post_type'));
|
49 |
+
$this->factory->action('mec_category_add_form_fields', array($this, 'add_category_fields'), 10, 2);
|
50 |
+
$this->factory->action('mec_category_edit_form_fields', array($this, 'edit_category_fields'), 10, 2);
|
51 |
$this->factory->action('edited_mec_category', array($this, 'save_metadata'));
|
52 |
$this->factory->action('created_mec_category', array($this, 'save_metadata'));
|
53 |
|
91 |
$this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_exceptional_days'), 25);
|
92 |
}
|
93 |
|
94 |
+
if(!isset($this->settings['fes_section_booking']) or (isset($this->settings['fes_section_booking']) and $this->settings['fes_section_booking']))
|
|
|
|
|
95 |
{
|
96 |
+
// Show Booking meta box only if booking module is enabled
|
97 |
+
$booking_status = (isset($this->settings['booking_status']) and $this->settings['booking_status']) ? true : false;
|
98 |
+
if($booking_status)
|
99 |
+
{
|
100 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_booking_options'), 5);
|
101 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_tickets'), 10);
|
102 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_regform'), 20);
|
103 |
|
104 |
+
// Booking Options for FES
|
105 |
+
if(!isset($this->settings['fes_section_booking']) or (isset($this->settings['fes_section_booking']) and $this->settings['fes_section_booking'])) $this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_booking_options'), 35);
|
106 |
|
107 |
+
// Ticket Options for FES
|
108 |
+
if(!isset($this->settings['fes_section_tickets']) or (isset($this->settings['fes_section_tickets']) and $this->settings['fes_section_tickets'])) $this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_tickets'), 40);
|
|
|
109 |
|
110 |
+
// Registration Form for FES
|
111 |
+
if(!isset($this->settings['fes_section_reg_form']) or (isset($this->settings['fes_section_reg_form']) and $this->settings['fes_section_reg_form'])) $this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_regform'), 45);
|
112 |
+
}
|
|
|
113 |
|
114 |
+
// Show fees meta box only if fees module is enabled
|
115 |
+
if(isset($this->settings['taxes_fees_status']) and $this->settings['taxes_fees_status'])
|
116 |
{
|
117 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_fees'), 15);
|
|
|
|
|
118 |
|
119 |
+
// Fees for FES
|
120 |
+
if($booking_status and (!isset($this->settings['fes_section_fees']) or (isset($this->settings['fes_section_fees']) and $this->settings['fes_section_fees'])))
|
121 |
+
{
|
122 |
+
$this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_fees'), 45);
|
123 |
+
}
|
124 |
+
}
|
125 |
|
126 |
+
// Show ticket variations meta box only if the module is enabled
|
127 |
+
if($booking_status and isset($this->settings['ticket_variations_status']) and $this->settings['ticket_variations_status'])
|
128 |
{
|
129 |
+
$this->factory->action('mec_metabox_booking', array($this, 'meta_box_ticket_variations'), 16);
|
130 |
+
|
131 |
+
// Ticket Variations for FES
|
132 |
+
if($booking_status and (!isset($this->settings['fes_section_ticket_variations']) or (isset($this->settings['fes_section_ticket_variations']) and $this->settings['fes_section_ticket_variations'])))
|
133 |
+
{
|
134 |
+
$this->factory->action('mec_fes_metabox_details', array($this, 'meta_box_ticket_variations'), 46);
|
135 |
+
}
|
136 |
}
|
137 |
}
|
138 |
|
152 |
|
153 |
// WPML Duplicate
|
154 |
$this->factory->action('icl_make_duplicate', array($this, 'icl_duplicate'), 10, 4);
|
155 |
+
|
156 |
+
// Image Fallback
|
157 |
+
if(isset($this->settings['fallback_featured_image_status']) and $this->settings['fallback_featured_image_status'])
|
158 |
+
{
|
159 |
+
$this->factory->filter('get_post_metadata', array($this, 'set_fallback_image_id'), 10, 4);
|
160 |
+
$this->factory->filter('post_thumbnail_html', array($this, 'show_fallback_image'), 20, 5);
|
161 |
+
}
|
162 |
}
|
163 |
|
164 |
/**
|
238 |
*
|
239 |
* @author Webnus <info@webnus.biz>
|
240 |
*/
|
241 |
+
public function add_category_fields()
|
242 |
{
|
243 |
add_thickbox();
|
244 |
+
|
245 |
+
// Fallback Status
|
246 |
+
$fallback = (isset($this->settings['fallback_featured_image_status']) and $this->settings['fallback_featured_image_status']);
|
247 |
?>
|
248 |
<div class="form-field">
|
249 |
<label for="mec_cat_icon"><?php _e('Category Icon', 'modern-events-calendar-lite'); ?></label>
|
251 |
<a href="<?php echo $this->main->asset('icon.html'); ?>"
|
252 |
class="thickbox mec_category_icon button"><?php echo __('Select icon', 'modern-events-calendar-lite'); ?></a>
|
253 |
</div>
|
254 |
+
<?php if($fallback): ?>
|
255 |
+
<div class="form-field">
|
256 |
+
<label for="mec_thumbnail_button"><?php _e('Fallback Image', 'modern-events-calendar-lite'); ?></label>
|
257 |
+
<div id="mec_thumbnail_img"></div>
|
258 |
+
<input type="hidden" name="fallback" id="mec_thumbnail" value="" />
|
259 |
+
<button type="button" class="mec_upload_image_button button" id="mec_thumbnail_button"><?php echo __('Upload/Add image', 'modern-events-calendar-lite'); ?></button>
|
260 |
+
<button type="button" class="mec_remove_image_button button mec-util-hidden"><?php echo __('Remove image', 'modern-events-calendar-lite'); ?></button>
|
261 |
+
</div>
|
262 |
+
<?php endif; ?>
|
263 |
<?php
|
264 |
}
|
265 |
|
268 |
*
|
269 |
* @author Webnus <info@webnus.biz>
|
270 |
*/
|
271 |
+
public function edit_category_fields($term)
|
272 |
{
|
273 |
add_thickbox();
|
274 |
+
|
275 |
+
// Fallback Status
|
276 |
+
$fallback = (isset($this->settings['fallback_featured_image_status']) and $this->settings['fallback_featured_image_status']);
|
277 |
+
|
278 |
+
// Fallback Image
|
279 |
+
$fallback_image = get_metadata('term', $term->term_id, 'mec_cat_fallback_image', true);
|
280 |
+
|
281 |
+
// Icon
|
282 |
$icon = get_metadata('term', $term->term_id, 'mec_cat_icon', true);
|
283 |
?>
|
284 |
<tr class="form-field">
|
294 |
<?php endif; ?>
|
295 |
</td>
|
296 |
</tr>
|
297 |
+
<?php if($fallback): ?>
|
298 |
+
<tr class="form-field">
|
299 |
+
<th scope="row" >
|
300 |
+
<label for="mec_thumbnail_button"><?php _e('Fallback Image', 'modern-events-calendar-lite'); ?></label>
|
301 |
+
</th>
|
302 |
+
<td>
|
303 |
+
<div id="mec_thumbnail_img"><?php if(trim($fallback_image) != '') echo '<img src="'.$fallback_image.'" />'; ?></div>
|
304 |
+
<input type="hidden" name="fallback" id="mec_thumbnail" value="<?php echo esc_attr($fallback_image); ?>" />
|
305 |
+
<button type="button" class="mec_upload_image_button button" id="mec_thumbnail_button"><?php echo __('Upload/Add image', 'modern-events-calendar-lite'); ?></button>
|
306 |
+
<button type="button" class="mec_remove_image_button button <?php echo (!trim($fallback_image) ? 'mec-util-hidden' : ''); ?>"><?php echo __('Remove image', 'modern-events-calendar-lite'); ?></button>
|
307 |
+
</td>
|
308 |
+
</tr>
|
309 |
+
<?php endif; ?>
|
310 |
<?php
|
311 |
}
|
312 |
|
319 |
public function save_metadata($term_id)
|
320 |
{
|
321 |
$icon = isset($_POST['mec_cat_icon']) ? sanitize_text_field($_POST['mec_cat_icon']) : '';
|
|
|
322 |
update_term_meta($term_id, 'mec_cat_icon', $icon);
|
323 |
+
|
324 |
+
$fallback = isset($_POST['fallback']) ? sanitize_text_field($_POST['fallback']) : '';
|
325 |
+
update_term_meta($term_id, 'mec_cat_fallback_image', $fallback);
|
326 |
}
|
327 |
|
328 |
public function register_endpoints()
|
411 |
}
|
412 |
elseif($link_address == 'mec-event-data')
|
413 |
{
|
414 |
+
if(count($event_fields) and isset($this->settings['display_event_fields_backend']) and $this->settings['display_event_fields_backend'] == 1) echo '<a class="mec-add-event-tabs-link" data-href="'.$link_address.'" href="#">'.$link_name.'</a>';
|
415 |
}
|
416 |
elseif($link_address == 'mec-notifications')
|
417 |
{
|
437 |
jQuery(this).addClass("mec-tab-active");
|
438 |
jQuery("#" + href ).addClass("mec-tab-active");
|
439 |
});
|
440 |
+
</script>
|
441 |
|
442 |
+
<?php if(isset($this->settings['display_event_fields_backend']) and $this->settings['display_event_fields_backend'] == 1): ?>
|
443 |
+
<script>
|
444 |
jQuery("#publish").on("click", function()
|
445 |
{
|
446 |
var xdf = jQuery("#mec_metabox_details .mec-add-event-tabs-left .mec-add-event-tabs-link[data-href='mec-event-data']");
|
451 |
});
|
452 |
</script>
|
453 |
<?php
|
454 |
+
endif;
|
455 |
}
|
456 |
|
457 |
/**
|
1220 |
|
1221 |
public function meta_box_fields($post)
|
1222 |
{
|
1223 |
+
if(!isset($this->settings['display_event_fields_backend']) or (isset($this->settings['display_event_fields_backend']) and $this->settings['display_event_fields_backend'] != 1)) return;
|
1224 |
+
|
1225 |
$event_fields = $this->main->get_event_fields();
|
1226 |
$data = get_post_meta($post->ID, 'mec_fields', true);
|
1227 |
?>
|
4196 |
$schedule = $this->getSchedule();
|
4197 |
$schedule->reschedule($id);
|
4198 |
}
|
4199 |
+
|
4200 |
+
public function set_fallback_image_id($value, $post_id, $meta_key, $single)
|
4201 |
+
{
|
4202 |
+
// Only on frontend
|
4203 |
+
if((is_admin() && (!defined('DOING_AJAX') || !DOING_AJAX))) return $value;
|
4204 |
+
|
4205 |
+
// Only for empty _thumbnail_id keys
|
4206 |
+
if(!empty($meta_key) && '_thumbnail_id' !== $meta_key) return $value;
|
4207 |
+
|
4208 |
+
// Only For Events
|
4209 |
+
if(get_post_type($post_id) != $this->PT) return $value;
|
4210 |
+
|
4211 |
+
// Get current Cache
|
4212 |
+
$meta_cache = wp_cache_get($post_id, 'post_meta');
|
4213 |
+
if(!$meta_cache)
|
4214 |
+
{
|
4215 |
+
$meta_cache = update_meta_cache('post', array($post_id));
|
4216 |
+
|
4217 |
+
if(isset($meta_cache[$post_id])) $meta_cache = $meta_cache[$post_id];
|
4218 |
+
else $meta_cache = array();
|
4219 |
+
}
|
4220 |
+
|
4221 |
+
// Is the _thumbnail_id present in cache?
|
4222 |
+
if(!empty($meta_cache['_thumbnail_id'][0])) return $value;
|
4223 |
+
|
4224 |
+
$fallback_image_id = $this->get_fallback_image_id($post_id);
|
4225 |
+
if(!$fallback_image_id) return $value;
|
4226 |
+
|
4227 |
+
// Set the Fallback Image in cache
|
4228 |
+
$meta_cache['_thumbnail_id'][0] = $fallback_image_id;
|
4229 |
+
wp_cache_set($post_id, $meta_cache, 'post_meta');
|
4230 |
+
|
4231 |
+
return $value;
|
4232 |
+
}
|
4233 |
+
|
4234 |
+
public function show_fallback_image($html, $post_id, $post_thumbnail_id, $size, $attr)
|
4235 |
+
{
|
4236 |
+
// Only on frontend
|
4237 |
+
if((is_admin() && (!defined('DOING_AJAX') || !DOING_AJAX))) return $html;
|
4238 |
+
|
4239 |
+
// Only For Events
|
4240 |
+
if(get_post_type($post_id) != $this->PT) return $html;
|
4241 |
+
|
4242 |
+
$fallback_image_id = $this->get_fallback_image_id($post_id);
|
4243 |
+
|
4244 |
+
// if an image is set return that image.
|
4245 |
+
if((int) $fallback_image_id !== (int) $post_thumbnail_id) return $html;
|
4246 |
+
|
4247 |
+
if(isset($attr['class'])) $attr['class'] .= ' mec-fallback-img';
|
4248 |
+
else
|
4249 |
+
{
|
4250 |
+
$size_class = $size;
|
4251 |
+
if(is_array($size_class)) $size_class = 'size-'.implode('x', $size_class);
|
4252 |
+
|
4253 |
+
$attr = array('class' => 'attachment-'.$size_class.' default-featured-img');
|
4254 |
+
}
|
4255 |
+
|
4256 |
+
return wp_get_attachment_image($fallback_image_id, $size, false, $attr);
|
4257 |
+
}
|
4258 |
+
|
4259 |
+
public function get_fallback_image_id($event_id)
|
4260 |
+
{
|
4261 |
+
// Categories
|
4262 |
+
$categories = get_the_terms($event_id, 'mec_category');
|
4263 |
+
if(!is_array($categories) or (is_array($categories) and !count($categories))) return NULL;
|
4264 |
+
|
4265 |
+
// Fallback Image ID
|
4266 |
+
$fallback_image_id = NULL;
|
4267 |
+
foreach($categories as $category)
|
4268 |
+
{
|
4269 |
+
$fallback_image = get_term_meta($category->term_id, 'mec_cat_fallback_image', true);
|
4270 |
+
if(trim($fallback_image))
|
4271 |
+
{
|
4272 |
+
$fallback_image_id = attachment_url_to_postid($fallback_image);
|
4273 |
+
if($fallback_image_id) break;
|
4274 |
+
}
|
4275 |
+
}
|
4276 |
+
|
4277 |
+
return $fallback_image_id;
|
4278 |
+
}
|
4279 |
}
|
app/features/ix.php
CHANGED
@@ -258,20 +258,20 @@ class MEC_feature_ix extends MEC_base
|
|
258 |
|
259 |
$start_datetime = $data[2];
|
260 |
$end_datetime = $data[3];
|
261 |
-
$name = $data[
|
262 |
-
$email = $data[
|
263 |
|
264 |
-
$confirmed_label = $data[
|
265 |
if($confirmed_label == __('Confirmed', 'modern-events-calendar-lite')) $confirmed = 1;
|
266 |
elseif($confirmed_label == __('Rejected', 'modern-events-calendar-lite')) $confirmed = -1;
|
267 |
else $confirmed = 0;
|
268 |
|
269 |
-
$verified_label = $data[
|
270 |
if($verified_label == __('Verified', 'modern-events-calendar-lite')) $verified = 1;
|
271 |
elseif($verified_label == __('Canceled', 'modern-events-calendar-lite')) $verified = -1;
|
272 |
else $verified = 0;
|
273 |
|
274 |
-
$ticket_variations = explode(',', $data[
|
275 |
$variations = $this->main->ticket_variations($event_id);
|
276 |
|
277 |
$v = array();
|
@@ -3209,6 +3209,9 @@ class MEC_feature_ix extends MEC_base
|
|
3209 |
{
|
3210 |
$title = $event->getSummary();
|
3211 |
if(trim($title) == '') continue;
|
|
|
|
|
|
|
3212 |
|
3213 |
$data['events'][] = array('id'=>$event->id, 'title'=>$title, 'start'=>$event->getStart(), 'end'=>$event->getEnd());
|
3214 |
}
|
258 |
|
259 |
$start_datetime = $data[2];
|
260 |
$end_datetime = $data[3];
|
261 |
+
$name = $data[9];
|
262 |
+
$email = $data[10];
|
263 |
|
264 |
+
$confirmed_label = $data[12];
|
265 |
if($confirmed_label == __('Confirmed', 'modern-events-calendar-lite')) $confirmed = 1;
|
266 |
elseif($confirmed_label == __('Rejected', 'modern-events-calendar-lite')) $confirmed = -1;
|
267 |
else $confirmed = 0;
|
268 |
|
269 |
+
$verified_label = $data[13];
|
270 |
if($verified_label == __('Verified', 'modern-events-calendar-lite')) $verified = 1;
|
271 |
elseif($verified_label == __('Canceled', 'modern-events-calendar-lite')) $verified = -1;
|
272 |
else $verified = 0;
|
273 |
|
274 |
+
$ticket_variations = explode(',', $data[11]);
|
275 |
$variations = $this->main->ticket_variations($event_id);
|
276 |
|
277 |
$v = array();
|
3209 |
{
|
3210 |
$title = $event->getSummary();
|
3211 |
if(trim($title) == '') continue;
|
3212 |
+
|
3213 |
+
// Import Only Main Events
|
3214 |
+
if($event->getRecurringEventId()) continue;
|
3215 |
|
3216 |
$data['events'][] = array('id'=>$event->id, 'title'=>$title, 'start'=>$event->getStart(), 'end'=>$event->getEnd());
|
3217 |
}
|
app/features/mec.php
CHANGED
@@ -163,10 +163,13 @@ class MEC_feature_mec extends MEC_base
|
|
163 |
$this->factory->action('mec_syncScheduler', array($syncSchedule, 'sync'));
|
164 |
|
165 |
// Dashborad Metaboxes
|
166 |
-
|
167 |
|
168 |
// Dashborad Metabox Total Bookingajax
|
169 |
-
|
|
|
|
|
|
|
170 |
}
|
171 |
|
172 |
/* Activate License */
|
@@ -467,7 +470,7 @@ class MEC_feature_mec extends MEC_base
|
|
467 |
add_submenu_page('mec-intro', $this->main->m('taxonomy_speakers', __('Speakers', 'modern-events-calendar-lite')), $this->main->m('taxonomy_speakers', __('Speakers', 'modern-events-calendar-lite')), 'edit_others_posts', 'edit-tags.php?taxonomy=mec_speaker&post_type='.$this->PT);
|
468 |
}
|
469 |
|
470 |
-
add_submenu_page('mec-intro', __('Shortcodes', 'modern-events-calendar-lite'), __('Shortcodes', 'modern-events-calendar-lite'), '
|
471 |
add_submenu_page('mec-intro', __('MEC - Settings', 'modern-events-calendar-lite'), __('Settings', 'modern-events-calendar-lite'), 'mec_settings', 'MEC-settings', array($this, 'page'));
|
472 |
add_submenu_page('mec-intro', __('MEC - Addons', 'modern-events-calendar-lite'), __('Addons', 'modern-events-calendar-lite'), 'manage_options', 'MEC-addons', array($this, 'addons'));
|
473 |
|
@@ -511,23 +514,6 @@ class MEC_feature_mec extends MEC_base
|
|
511 |
'publicly_queryable'=>$elementor,
|
512 |
'show_in_menu'=>'mec-intro',
|
513 |
'supports'=>array('title'),
|
514 |
-
'capabilities'=>array
|
515 |
-
(
|
516 |
-
'read_post'=>'mec_shortcodes',
|
517 |
-
'edit_post'=>'mec_shortcodes',
|
518 |
-
'delete_post'=>'mec_shortcodes',
|
519 |
-
'edit_others_posts'=>'mec_shortcodes',
|
520 |
-
'publish_posts'=>'mec_shortcodes',
|
521 |
-
'read_private_posts'=>'mec_shortcodes',
|
522 |
-
'read'=>'mec_shortcodes',
|
523 |
-
'delete_posts'=>'mec_shortcodes',
|
524 |
-
'delete_private_posts'=>'mec_shortcodes',
|
525 |
-
'delete_published_posts'=>'mec_shortcodes',
|
526 |
-
'delete_others_posts'=>'mec_shortcodes',
|
527 |
-
'edit_private_posts'=>'mec_shortcodes',
|
528 |
-
'edit_published_posts'=>'mec_shortcodes',
|
529 |
-
'create_posts'=>'mec_shortcodes'
|
530 |
-
),
|
531 |
)
|
532 |
);
|
533 |
|
@@ -1461,4 +1447,10 @@ class MEC_feature_mec extends MEC_base
|
|
1461 |
</div>
|
1462 |
<?php
|
1463 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
1464 |
}
|
163 |
$this->factory->action('mec_syncScheduler', array($syncSchedule, 'sync'));
|
164 |
|
165 |
// Dashborad Metaboxes
|
166 |
+
$this->factory->action('wp_dashboard_setup', array($this, 'dashboard_widgets'));
|
167 |
|
168 |
// Dashborad Metabox Total Bookingajax
|
169 |
+
$this->factory->action('wp_ajax_total-booking-get-reports',array($this, 'dashboard_widget_total_booking_ajax_handler'));
|
170 |
+
|
171 |
+
// Custom Capability Map
|
172 |
+
$this->factory->filter('map_meta_cap', array($this, 'map_meta_cap'), 10, 4);
|
173 |
}
|
174 |
|
175 |
/* Activate License */
|
470 |
add_submenu_page('mec-intro', $this->main->m('taxonomy_speakers', __('Speakers', 'modern-events-calendar-lite')), $this->main->m('taxonomy_speakers', __('Speakers', 'modern-events-calendar-lite')), 'edit_others_posts', 'edit-tags.php?taxonomy=mec_speaker&post_type='.$this->PT);
|
471 |
}
|
472 |
|
473 |
+
add_submenu_page('mec-intro', __('Shortcodes', 'modern-events-calendar-lite'), __('Shortcodes', 'modern-events-calendar-lite'), 'manage_options', 'edit.php?post_type=mec_calendars');
|
474 |
add_submenu_page('mec-intro', __('MEC - Settings', 'modern-events-calendar-lite'), __('Settings', 'modern-events-calendar-lite'), 'mec_settings', 'MEC-settings', array($this, 'page'));
|
475 |
add_submenu_page('mec-intro', __('MEC - Addons', 'modern-events-calendar-lite'), __('Addons', 'modern-events-calendar-lite'), 'manage_options', 'MEC-addons', array($this, 'addons'));
|
476 |
|
514 |
'publicly_queryable'=>$elementor,
|
515 |
'show_in_menu'=>'mec-intro',
|
516 |
'supports'=>array('title'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
)
|
518 |
);
|
519 |
|
1447 |
</div>
|
1448 |
<?php
|
1449 |
}
|
1450 |
+
|
1451 |
+
public function map_meta_cap($caps, $cap, $user_id, $args)
|
1452 |
+
{
|
1453 |
+
if('mec_bookings' == $cap) $caps = array('mec_bookings');
|
1454 |
+
return $caps;
|
1455 |
+
}
|
1456 |
}
|
app/features/mec/addons.php
CHANGED
@@ -34,7 +34,7 @@ wp_enqueue_script('mec-lity-script', $this->main->asset('packages/lity/lity.min.
|
|
34 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/addons-api.json';
|
35 |
|
36 |
|
37 |
-
if(
|
38 |
{
|
39 |
$get_data = file_get_contents($data_url);
|
40 |
if ( $get_data !== false AND !empty($get_data) )
|
34 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/addons-api.json';
|
35 |
|
36 |
|
37 |
+
if(function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
38 |
{
|
39 |
$get_data = file_get_contents($data_url);
|
40 |
if ( $get_data !== false AND !empty($get_data) )
|
app/features/mec/booking.php
CHANGED
@@ -126,6 +126,15 @@ $gateways_options = $this->main->get_gateways_options();
|
|
126 |
<input type="number" id="mec_settings_booking_maximum_dates" name="mec[settings][booking_maximum_dates]" value="<?php echo ((isset($settings['booking_maximum_dates']) and trim($settings['booking_maximum_dates']) != '') ? $settings['booking_maximum_dates'] : '6'); ?>" placeholder="<?php esc_attr_e('Default is 6', 'modern-events-calendar-lite'); ?>" min="1" />
|
127 |
</div>
|
128 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
<h5 class="title"><?php _e('Interval Options', 'modern-events-calendar-lite'); ?></h5>
|
130 |
<div class="mec-form-row">
|
131 |
<label class="mec-col-3" for="mec_settings_show_booking_form_interval"><?php _e('Show Booking Form Interval', 'modern-events-calendar-lite'); ?></label>
|
126 |
<input type="number" id="mec_settings_booking_maximum_dates" name="mec[settings][booking_maximum_dates]" value="<?php echo ((isset($settings['booking_maximum_dates']) and trim($settings['booking_maximum_dates']) != '') ? $settings['booking_maximum_dates'] : '6'); ?>" placeholder="<?php esc_attr_e('Default is 6', 'modern-events-calendar-lite'); ?>" min="1" />
|
127 |
</div>
|
128 |
</div>
|
129 |
+
<div class="mec-form-row">
|
130 |
+
<label class="mec-col-3" for="mec_settings_booking_date_selection"><?php _e('Date Selection', 'modern-events-calendar-lite'); ?></label>
|
131 |
+
<div class="mec-col-4">
|
132 |
+
<select id="mec_settings_booking_date_selection" name="mec[settings][booking_date_selection]">
|
133 |
+
<option value="dropdown" <?php echo ((!isset($settings['booking_date_selection']) or (isset($settings['booking_date_selection']) and $settings['booking_date_selection'] == 'dropdown')) ? 'selected="selected"' : ''); ?>><?php _e('Dropdown', 'modern-events-calendar-lite'); ?></option>
|
134 |
+
<option value="calendar" <?php echo ((isset($settings['booking_date_selection']) and $settings['booking_date_selection'] == 'calendar') ? 'selected="selected"' : ''); ?>><?php _e('Calendar', 'modern-events-calendar-lite'); ?></option>
|
135 |
+
</select>
|
136 |
+
</div>
|
137 |
+
</div>
|
138 |
<h5 class="title"><?php _e('Interval Options', 'modern-events-calendar-lite'); ?></h5>
|
139 |
<div class="mec-form-row">
|
140 |
<label class="mec-col-3" for="mec_settings_show_booking_form_interval"><?php _e('Show Booking Form Interval', 'modern-events-calendar-lite'); ?></label>
|
app/features/mec/dashboard.php
CHANGED
@@ -143,7 +143,7 @@ $box_stats = apply_filters('mec_dashboard_box_stats', true);
|
|
143 |
</div>
|
144 |
</div>
|
145 |
</div>
|
146 |
-
<?php if(
|
147 |
<div class="w-col-sm-12">
|
148 |
<div class="w-box mec-activation">
|
149 |
<div class="w-box-head">
|
143 |
</div>
|
144 |
</div>
|
145 |
</div>
|
146 |
+
<?php if(!$this->getPRO() && has_action('addons_activation') ) : ?>
|
147 |
<div class="w-col-sm-12">
|
148 |
<div class="w-box mec-activation">
|
149 |
<div class="w-box-head">
|
app/features/mec/dyncss.php
CHANGED
@@ -90,7 +90,7 @@ if((is_array($mec_h_fontfamily_arr) && $mec_h_fontfamily_arr) || (is_array($mec_
|
|
90 |
if(isset($styling['container_normal_width']) && $styling['container_normal_width'])
|
91 |
{
|
92 |
$mec_container_normal_width = trim( $styling['container_normal_width'] );
|
93 |
-
if(
|
94 |
if (is_numeric($mec_container_normal_width)) {
|
95 |
$mec_container_normal_width .= 'px';
|
96 |
}
|
@@ -100,7 +100,7 @@ if(isset($styling['container_normal_width']) && $styling['container_normal_width
|
|
100 |
if(isset($styling['container_large_width']) && $styling['container_large_width'])
|
101 |
{
|
102 |
$mec_container_large_width = trim( $styling['container_large_width'] );
|
103 |
-
if(
|
104 |
if (is_numeric($mec_container_large_width)) {
|
105 |
$mec_container_large_width .= 'px';
|
106 |
}
|
@@ -143,19 +143,19 @@ if($mec_p_fontfamily_arr): ?>
|
|
143 |
if($color && $color != '#40d9f1'): ?>
|
144 |
/* == TextColors
|
145 |
---------------- */
|
146 |
-
.mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after, .mec-events-timeline-wrap .mec-shortcode-organizers i, .mec-timeline-event .mec-modal-booking-button, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-event-grid-yearly .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-next-event-details i:before, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.lity .mec-color,.lity .mec-color-before :before,.lity .mec-color-hover:hover,.lity .mec-wrap .mec-color,.lity .mec-wrap .mec-color-before :before,.lity .mec-wrap .mec-color-hover:hover,.leaflet-popup-content .mec-color,.leaflet-popup-content .mec-color-before :before,.leaflet-popup-content .mec-color-hover:hover,.leaflet-popup-content .mec-wrap .mec-color,.leaflet-popup-content .mec-wrap .mec-color-before :before,.leaflet-popup-content .mec-wrap .mec-color-hover:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,.mec-map-boxshow .mec-color,.mec-map-boxshow .mec-color-before :before,.mec-map-boxshow .mec-color-hover:hover,.mec-map-boxshow .mec-wrap .mec-color,.mec-map-boxshow .mec-wrap .mec-color-before :before,.mec-map-boxshow .mec-wrap .mec-color-hover:hover
|
147 |
{color: <?php echo $color; ?>}
|
148 |
|
149 |
/* == Backgrounds
|
150 |
----------------- */
|
151 |
-
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type="submit"],.mec-booking button,span.mec-marker-wrap,.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before
|
152 |
{background-color: <?php echo $color; ?>;}
|
153 |
|
154 |
|
155 |
|
156 |
/* == BorderColors
|
157 |
------------------ */
|
158 |
-
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover
|
159 |
{border-color: <?php echo $color; ?>;}
|
160 |
.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before
|
161 |
{border-bottom-color:<?php echo $color; ?>;}
|
@@ -169,7 +169,7 @@ if($color && $color != '#40d9f1'): ?>
|
|
169 |
|
170 |
/* == Timeline View
|
171 |
------------------ */
|
172 |
-
.mec-events-timeline-wrap .mec-shortcode-organizers, .mec-timeline-event .mec-modal-booking-button, .mec-events-timeline-wrap:before, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-time ,.mec-wrap.colorskin-custom .mec-timeline-event-location { background: rgba(<?php echo $rgb_color['red']; ?>,<?php echo $rgb_color['green']; ?>,<?php echo $rgb_color['blue']; ?>,.11);}
|
173 |
.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:after { background: rgba(<?php echo $rgb_color['red']; ?>,<?php echo $rgb_color['green']; ?>,<?php echo $rgb_color['blue']; ?>,.3);}
|
174 |
<?php endif;
|
175 |
|
90 |
if(isset($styling['container_normal_width']) && $styling['container_normal_width'])
|
91 |
{
|
92 |
$mec_container_normal_width = trim( $styling['container_normal_width'] );
|
93 |
+
if($mec_container_normal_width ) {
|
94 |
if (is_numeric($mec_container_normal_width)) {
|
95 |
$mec_container_normal_width .= 'px';
|
96 |
}
|
100 |
if(isset($styling['container_large_width']) && $styling['container_large_width'])
|
101 |
{
|
102 |
$mec_container_large_width = trim( $styling['container_large_width'] );
|
103 |
+
if($mec_container_large_width ) {
|
104 |
if (is_numeric($mec_container_large_width)) {
|
105 |
$mec_container_large_width .= 'px';
|
106 |
}
|
143 |
if($color && $color != '#40d9f1'): ?>
|
144 |
/* == TextColors
|
145 |
---------------- */
|
146 |
+
.mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after, .mec-events-timeline-wrap .mec-shortcode-organizers i, .mec-timeline-event .mec-modal-booking-button, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-event-grid-yearly .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-next-event-details i:before, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.lity .mec-color,.lity .mec-color-before :before,.lity .mec-color-hover:hover,.lity .mec-wrap .mec-color,.lity .mec-wrap .mec-color-before :before,.lity .mec-wrap .mec-color-hover:hover,.leaflet-popup-content .mec-color,.leaflet-popup-content .mec-color-before :before,.leaflet-popup-content .mec-color-hover:hover,.leaflet-popup-content .mec-wrap .mec-color,.leaflet-popup-content .mec-wrap .mec-color-before :before,.leaflet-popup-content .mec-wrap .mec-color-hover:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,.mec-map-boxshow .mec-color,.mec-map-boxshow .mec-color-before :before,.mec-map-boxshow .mec-color-hover:hover,.mec-map-boxshow .mec-wrap .mec-color,.mec-map-boxshow .mec-wrap .mec-color-before :before,.mec-map-boxshow .mec-wrap .mec-color-hover:hover, .mec-choosen-time-message, .mec-booking-calendar-month-navigation .mec-next-month:hover, .mec-booking-calendar-month-navigation .mec-previous-month:hover
|
147 |
{color: <?php echo $color; ?>}
|
148 |
|
149 |
/* == Backgrounds
|
150 |
----------------- */
|
151 |
+
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type="submit"],.mec-booking button,span.mec-marker-wrap,.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before, .mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover
|
152 |
{background-color: <?php echo $color; ?>;}
|
153 |
|
154 |
|
155 |
|
156 |
/* == BorderColors
|
157 |
------------------ */
|
158 |
+
.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover, .mec-has-event-for-booking .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover
|
159 |
{border-color: <?php echo $color; ?>;}
|
160 |
.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before
|
161 |
{border-bottom-color:<?php echo $color; ?>;}
|
169 |
|
170 |
/* == Timeline View
|
171 |
------------------ */
|
172 |
+
.mec-events-timeline-wrap .mec-shortcode-organizers, .mec-timeline-event .mec-modal-booking-button, .mec-events-timeline-wrap:before, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-time ,.mec-wrap.colorskin-custom .mec-timeline-event-location,.mec-choosen-time-message { background: rgba(<?php echo $rgb_color['red']; ?>,<?php echo $rgb_color['green']; ?>,<?php echo $rgb_color['blue']; ?>,.11);}
|
173 |
.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:after { background: rgba(<?php echo $rgb_color['red']; ?>,<?php echo $rgb_color['green']; ?>,<?php echo $rgb_color['blue']; ?>,.3);}
|
174 |
<?php endif;
|
175 |
|
app/features/mec/meta_boxes/display_options.php
CHANGED
@@ -23,7 +23,7 @@ $events = $this->main->get_events();
|
|
23 |
<div class="mec-meta-box-fields" id="mec_meta_box_calendar_skin_options">
|
24 |
<div class="mec-form-row">
|
25 |
<label class="mec-col-4" for="mec_skin"><?php _e('Skin', 'modern-events-calendar-lite'); ?></label>
|
26 |
-
<select class="mec-col-4 wn-mec-select mec-custom-nice-select" name="mec[skin]" id="mec_skin" onchange="if(
|
27 |
<?php foreach($skins as $skin=>$name): ?>
|
28 |
<option value="<?php echo $skin; ?>" <?php if($selected_skin == $skin) echo 'selected="selected"'; ?>>
|
29 |
<?php echo $name; ?>
|
23 |
<div class="mec-meta-box-fields" id="mec_meta_box_calendar_skin_options">
|
24 |
<div class="mec-form-row">
|
25 |
<label class="mec-col-4" for="mec_skin"><?php _e('Skin', 'modern-events-calendar-lite'); ?></label>
|
26 |
+
<select class="mec-col-4 wn-mec-select mec-custom-nice-select" name="mec[skin]" id="mec_skin" onchange="if(jQuery('#mec_skin').val() != 'carousel' ){ jQuery('.mec-carousel-archive-link').hide();jQuery('.mec-carousel-head-text').hide();}">
|
27 |
<?php foreach($skins as $skin=>$name): ?>
|
28 |
<option value="<?php echo $skin; ?>" <?php if($selected_skin == $skin) echo 'selected="selected"'; ?>>
|
29 |
<?php echo $name; ?>
|
app/features/mec/notifications.php
CHANGED
@@ -1273,34 +1273,6 @@ jQuery("#mec_notifications_form").on('submit', function(event)
|
|
1273 |
</script>
|
1274 |
|
1275 |
<script type="text/javascript">
|
1276 |
-
jQuery(document).ready(function()
|
1277 |
-
{
|
1278 |
-
jQuery('.WnTabLinks').each(function()
|
1279 |
-
{
|
1280 |
-
var ContentId = jQuery(this).attr('data-id');
|
1281 |
-
jQuery(this).click(function()
|
1282 |
-
{
|
1283 |
-
jQuery('.pr-be-group-menu-li').removeClass('active');
|
1284 |
-
jQuery(this).parent().addClass('active');
|
1285 |
-
jQuery(".mec-options-fields").hide();
|
1286 |
-
jQuery(".mec-options-fields").removeClass('active');
|
1287 |
-
jQuery("#"+ContentId+"").show();
|
1288 |
-
jQuery("#"+ContentId+"").addClass('active');
|
1289 |
-
jQuery('html, body').animate({
|
1290 |
-
scrollTop: jQuery("#"+ContentId+"").offset().top - 140
|
1291 |
-
}, 300);
|
1292 |
-
});
|
1293 |
-
var hash = window.location.hash.replace('#', '');
|
1294 |
-
jQuery('[data-id="'+hash+'"]').trigger('click');
|
1295 |
-
});
|
1296 |
-
|
1297 |
-
jQuery(".wns-be-sidebar .pr-be-group-menu-li").on('click', function(event)
|
1298 |
-
{
|
1299 |
-
jQuery(".wns-be-sidebar .pr-be-group-menu-li").removeClass('active');
|
1300 |
-
jQuery(this).addClass('active');
|
1301 |
-
});
|
1302 |
-
});
|
1303 |
-
|
1304 |
jQuery("#mec_notifications_form").on('submit', function(event)
|
1305 |
{
|
1306 |
event.preventDefault();
|
1273 |
</script>
|
1274 |
|
1275 |
<script type="text/javascript">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1276 |
jQuery("#mec_notifications_form").on('submit', function(event)
|
1277 |
{
|
1278 |
event.preventDefault();
|
app/features/mec/settings.php
CHANGED
@@ -276,6 +276,14 @@ $shortcodes = get_posts(array(
|
|
276 |
</label>
|
277 |
</div>
|
278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
</div>
|
280 |
|
281 |
<div id="archive_options" class="mec-options-fields">
|
@@ -869,30 +877,30 @@ $shortcodes = get_posts(array(
|
|
869 |
<input value="1" type="checkbox" name="mec[settings][fes_section_booking_tubl]" <?php if(!isset($settings['fes_section_booking_tubl']) or (isset($settings['fes_section_booking_tubl']) and $settings['fes_section_booking_tubl'])) echo 'checked="checked"'; ?> /> <?php _e('Total User Booking Limits', 'modern-events-calendar-lite'); ?>
|
870 |
</label>
|
871 |
</div>
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
</
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
</
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
</
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
</
|
896 |
</div>
|
897 |
<?php endif; ?>
|
898 |
|
@@ -1142,6 +1150,12 @@ $shortcodes = get_posts(array(
|
|
1142 |
</span>
|
1143 |
</div>
|
1144 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
1145 |
</div>
|
1146 |
</div>
|
1147 |
|
276 |
</label>
|
277 |
</div>
|
278 |
|
279 |
+
<div class="mec-form-row">
|
280 |
+
<label class="mec-col-3" for="mec_settings_fallback_featured_image_status"><?php _e('Fallback Featured Image', 'modern-events-calendar-lite'); ?></label>
|
281 |
+
<label id="mec_settings_sh_as_popup" >
|
282 |
+
<input type="hidden" name="mec[settings][fallback_featured_image_status]" value="0" />
|
283 |
+
<input value="1" type="checkbox" name="mec[settings][fallback_featured_image_status]" <?php if(isset($settings['fallback_featured_image_status']) and $settings['fallback_featured_image_status']) echo 'checked="checked"'; ?> /> <?php _e('Enable', 'modern-events-calendar-lite'); ?>
|
284 |
+
</label>
|
285 |
+
</div>
|
286 |
+
|
287 |
</div>
|
288 |
|
289 |
<div id="archive_options" class="mec-options-fields">
|
877 |
<input value="1" type="checkbox" name="mec[settings][fes_section_booking_tubl]" <?php if(!isset($settings['fes_section_booking_tubl']) or (isset($settings['fes_section_booking_tubl']) and $settings['fes_section_booking_tubl'])) echo 'checked="checked"'; ?> /> <?php _e('Total User Booking Limits', 'modern-events-calendar-lite'); ?>
|
878 |
</label>
|
879 |
</div>
|
880 |
+
<div class="mec-form-row">
|
881 |
+
<label>
|
882 |
+
<input type="hidden" name="mec[settings][fes_section_tickets]" value="0" />
|
883 |
+
<input value="1" type="checkbox" name="mec[settings][fes_section_tickets]" <?php if(!isset($settings['fes_section_tickets']) or (isset($settings['fes_section_tickets']) and $settings['fes_section_tickets'])) echo 'checked="checked"'; ?> /> <?php _e('Ticket Options', 'modern-events-calendar-lite'); ?>
|
884 |
+
</label>
|
885 |
+
</div>
|
886 |
+
<div class="mec-form-row">
|
887 |
+
<label>
|
888 |
+
<input type="hidden" name="mec[settings][fes_section_reg_form]" value="0" />
|
889 |
+
<input value="1" type="checkbox" name="mec[settings][fes_section_reg_form]" <?php if(!isset($settings['fes_section_reg_form']) or (isset($settings['fes_section_reg_form']) and $settings['fes_section_reg_form'])) echo 'checked="checked"'; ?> /> <?php _e('Booking Form', 'modern-events-calendar-lite'); ?>
|
890 |
+
</label>
|
891 |
+
</div>
|
892 |
+
<div class="mec-form-row">
|
893 |
+
<label>
|
894 |
+
<input type="hidden" name="mec[settings][fes_section_fees]" value="0" />
|
895 |
+
<input value="1" type="checkbox" name="mec[settings][fes_section_fees]" <?php if(!isset($settings['fes_section_fees']) or (isset($settings['fes_section_fees']) and $settings['fes_section_fees'])) echo 'checked="checked"'; ?> /> <?php _e('Fees / Taxes Options', 'modern-events-calendar-lite'); ?>
|
896 |
+
</label>
|
897 |
+
</div>
|
898 |
+
<div class="mec-form-row">
|
899 |
+
<label>
|
900 |
+
<input type="hidden" name="mec[settings][fes_section_ticket_variations]" value="0" />
|
901 |
+
<input value="1" type="checkbox" name="mec[settings][fes_section_ticket_variations]" <?php if(!isset($settings['fes_section_ticket_variations']) or (isset($settings['fes_section_ticket_variations']) and $settings['fes_section_ticket_variations'])) echo 'checked="checked"'; ?> /> <?php _e('Ticket Variations / Options', 'modern-events-calendar-lite'); ?>
|
902 |
+
</label>
|
903 |
+
</div>
|
904 |
</div>
|
905 |
<?php endif; ?>
|
906 |
|
1150 |
</span>
|
1151 |
</div>
|
1152 |
</div>
|
1153 |
+
<div class="mec-form-row">
|
1154 |
+
<label>
|
1155 |
+
<input type="hidden" name="mec[settings][mchimp_segment_status]" value="0" />
|
1156 |
+
<input value="1" type="checkbox" name="mec[settings][mchimp_segment_status]" <?php if(isset($settings['mchimp_segment_status']) and $settings['mchimp_segment_status']) echo 'checked="checked"'; ?> /> <?php _e('Enable Segment Creation by Event Title and Booking Date', 'modern-events-calendar-lite'); ?>
|
1157 |
+
</label>
|
1158 |
+
</div>
|
1159 |
</div>
|
1160 |
</div>
|
1161 |
|
app/features/mec/single.php
CHANGED
@@ -160,88 +160,101 @@ $event_fields = $this->main->get_event_fields();
|
|
160 |
|
161 |
<div id="event_form_option" class="mec-options-fields">
|
162 |
<h4 class="mec-form-subtitle"><?php _e('Custom Fields', 'modern-events-calendar-lite'); ?></h4>
|
|
|
163 |
<div class="mec-container">
|
164 |
-
<div class="mec-form-row"
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
<?php
|
170 |
-
$i = 0;
|
171 |
-
foreach($event_fields as $key => $event_field)
|
172 |
-
{
|
173 |
-
if(!is_numeric($key)) continue;
|
174 |
-
$i = max($i, $key);
|
175 |
-
|
176 |
-
if($event_field['type'] == 'text') echo $this->main->field_text($key, $event_field, 'event');
|
177 |
-
elseif($event_field['type'] == 'email') echo $this->main->field_email($key, $event_field, 'event');
|
178 |
-
elseif($event_field['type'] == 'url') echo $this->main->field_url($key, $event_field, 'event');
|
179 |
-
elseif($event_field['type'] == 'date') echo $this->main->field_date($key, $event_field, 'event');
|
180 |
-
elseif($event_field['type'] == 'tel') echo $this->main->field_tel($key, $event_field, 'event');
|
181 |
-
elseif($event_field['type'] == 'textarea') echo $this->main->field_textarea($key, $event_field, 'event');
|
182 |
-
elseif($event_field['type'] == 'p') echo $this->main->field_p($key, $event_field, 'event');
|
183 |
-
elseif($event_field['type'] == 'checkbox') echo $this->main->field_checkbox($key, $event_field, 'event');
|
184 |
-
elseif($event_field['type'] == 'radio') echo $this->main->field_radio($key, $event_field, 'event');
|
185 |
-
elseif($event_field['type'] == 'select') echo $this->main->field_select($key, $event_field, 'event');
|
186 |
-
}
|
187 |
-
?>
|
188 |
-
</ul>
|
189 |
-
<div id="mec_event_form_field_types">
|
190 |
-
<button type="button" class="button" data-type="text"><?php _e('Text', 'modern-events-calendar-lite'); ?></button>
|
191 |
-
<button type="button" class="button" data-type="email"><?php _e('Email', 'modern-events-calendar-lite'); ?></button>
|
192 |
-
<button type="button" class="button" data-type="url"><?php _e('URL', 'modern-events-calendar-lite'); ?></button>
|
193 |
-
<button type="button" class="button" data-type="date"><?php _e('Date', 'modern-events-calendar-lite'); ?></button>
|
194 |
-
<button type="button" class="button" data-type="tel"><?php _e('Tel', 'modern-events-calendar-lite'); ?></button>
|
195 |
-
<button type="button" class="button" data-type="textarea"><?php _e('Textarea', 'modern-events-calendar-lite'); ?></button>
|
196 |
-
<button type="button" class="button" data-type="p"><?php _e('Paragraph', 'modern-events-calendar-lite'); ?></button>
|
197 |
-
<button type="button" class="button" data-type="checkbox"><?php _e('Checkboxes', 'modern-events-calendar-lite'); ?></button>
|
198 |
-
<button type="button" class="button" data-type="radio"><?php _e('Radio Buttons', 'modern-events-calendar-lite'); ?></button>
|
199 |
-
<button type="button" class="button" data-type="select"><?php _e('Dropdown', 'modern-events-calendar-lite'); ?></button>
|
200 |
-
</div>
|
201 |
</div>
|
202 |
</div>
|
203 |
-
|
204 |
-
<div class="mec-util-hidden">
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
</div>
|
232 |
-
<
|
233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
</div>
|
235 |
-
<div
|
236 |
-
|
|
|
|
|
|
|
237 |
</div>
|
238 |
</div>
|
239 |
-
<div class="mec-form-row">
|
240 |
-
<label>
|
241 |
-
<input type="hidden" name="mec[settings][display_event_fields]" value="0" />
|
242 |
-
<input value="1" type="checkbox" name="mec[settings][display_event_fields]" <?php if(!isset($settings['display_event_fields']) or (isset($settings['display_event_fields']) and $settings['display_event_fields'])) echo 'checked="checked"'; ?> /> <?php _e('Display Event Fields in Single Event Pages', 'modern-events-calendar-lite'); ?>
|
243 |
-
</label>
|
244 |
-
</div>
|
245 |
</div>
|
246 |
|
247 |
<div id="countdown_option" class="mec-options-fields">
|
160 |
|
161 |
<div id="event_form_option" class="mec-options-fields">
|
162 |
<h4 class="mec-form-subtitle"><?php _e('Custom Fields', 'modern-events-calendar-lite'); ?></h4>
|
163 |
+
|
164 |
<div class="mec-container">
|
165 |
+
<div class="mec-form-row">
|
166 |
+
<label>
|
167 |
+
<input type="hidden" name="mec[settings][display_event_fields_backend]" value="0" />
|
168 |
+
<input onchange="jQuery('#mec_event_fields_container').toggle();" value="1" type="checkbox" name="mec[settings][display_event_fields_backend]" <?php if(!isset($settings['display_event_fields_backend']) or (isset($settings['display_event_fields_backend']) and $settings['display_event_fields_backend'])) echo 'checked="checked"'; ?> /> <?php _e('Event Data', 'modern-events-calendar-lite'); ?>
|
169 |
+
</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
</div>
|
171 |
</div>
|
172 |
+
|
173 |
+
<div class="<?php if(isset($settings['display_event_fields_backend']) and !$settings['display_event_fields_backend'] ) echo 'mec-util-hidden'; ?>" id="mec_event_fields_container">
|
174 |
+
|
175 |
+
<div class="mec-container">
|
176 |
+
<div class="mec-form-row" id="mec_event_form_container">
|
177 |
+
<?php /** Don't remove this hidden field **/ ?>
|
178 |
+
<input type="hidden" name="mec[event_fields]" value="" />
|
179 |
+
|
180 |
+
<ul id="mec_event_form_fields">
|
181 |
+
<?php
|
182 |
+
$i = 0;
|
183 |
+
foreach($event_fields as $key => $event_field)
|
184 |
+
{
|
185 |
+
if(!is_numeric($key)) continue;
|
186 |
+
$i = max($i, $key);
|
187 |
+
|
188 |
+
if($event_field['type'] == 'text') echo $this->main->field_text($key, $event_field, 'event');
|
189 |
+
elseif($event_field['type'] == 'email') echo $this->main->field_email($key, $event_field, 'event');
|
190 |
+
elseif($event_field['type'] == 'url') echo $this->main->field_url($key, $event_field, 'event');
|
191 |
+
elseif($event_field['type'] == 'date') echo $this->main->field_date($key, $event_field, 'event');
|
192 |
+
elseif($event_field['type'] == 'tel') echo $this->main->field_tel($key, $event_field, 'event');
|
193 |
+
elseif($event_field['type'] == 'textarea') echo $this->main->field_textarea($key, $event_field, 'event');
|
194 |
+
elseif($event_field['type'] == 'p') echo $this->main->field_p($key, $event_field, 'event');
|
195 |
+
elseif($event_field['type'] == 'checkbox') echo $this->main->field_checkbox($key, $event_field, 'event');
|
196 |
+
elseif($event_field['type'] == 'radio') echo $this->main->field_radio($key, $event_field, 'event');
|
197 |
+
elseif($event_field['type'] == 'select') echo $this->main->field_select($key, $event_field, 'event');
|
198 |
+
}
|
199 |
+
?>
|
200 |
+
</ul>
|
201 |
+
<div id="mec_event_form_field_types">
|
202 |
+
<button type="button" class="button" data-type="text"><?php _e('Text', 'modern-events-calendar-lite'); ?></button>
|
203 |
+
<button type="button" class="button" data-type="email"><?php _e('Email', 'modern-events-calendar-lite'); ?></button>
|
204 |
+
<button type="button" class="button" data-type="url"><?php _e('URL', 'modern-events-calendar-lite'); ?></button>
|
205 |
+
<button type="button" class="button" data-type="date"><?php _e('Date', 'modern-events-calendar-lite'); ?></button>
|
206 |
+
<button type="button" class="button" data-type="tel"><?php _e('Tel', 'modern-events-calendar-lite'); ?></button>
|
207 |
+
<button type="button" class="button" data-type="textarea"><?php _e('Textarea', 'modern-events-calendar-lite'); ?></button>
|
208 |
+
<button type="button" class="button" data-type="p"><?php _e('Paragraph', 'modern-events-calendar-lite'); ?></button>
|
209 |
+
<button type="button" class="button" data-type="checkbox"><?php _e('Checkboxes', 'modern-events-calendar-lite'); ?></button>
|
210 |
+
<button type="button" class="button" data-type="radio"><?php _e('Radio Buttons', 'modern-events-calendar-lite'); ?></button>
|
211 |
+
<button type="button" class="button" data-type="select"><?php _e('Dropdown', 'modern-events-calendar-lite'); ?></button>
|
212 |
+
</div>
|
213 |
+
</div>
|
214 |
</div>
|
215 |
+
<input type="hidden" id="mec_new_event_field_key" value="<?php echo $i + 1; ?>" />
|
216 |
+
<div class="mec-util-hidden">
|
217 |
+
<div id="mec_event_field_text">
|
218 |
+
<?php echo $this->main->field_text(':i:', array(), 'event'); ?>
|
219 |
+
</div>
|
220 |
+
<div id="mec_event_field_email">
|
221 |
+
<?php echo $this->main->field_email(':i:', array(), 'event'); ?>
|
222 |
+
</div>
|
223 |
+
<div id="mec_event_field_url">
|
224 |
+
<?php echo $this->main->field_url(':i:', array(), 'event'); ?>
|
225 |
+
</div>
|
226 |
+
<div id="mec_event_field_tel">
|
227 |
+
<?php echo $this->main->field_tel(':i:', array(), 'event'); ?>
|
228 |
+
</div>
|
229 |
+
<div id="mec_event_field_date">
|
230 |
+
<?php echo $this->main->field_date(':i:', array(), 'event'); ?>
|
231 |
+
</div>
|
232 |
+
<div id="mec_event_field_textarea">
|
233 |
+
<?php echo $this->main->field_textarea(':i:', array(), 'event'); ?>
|
234 |
+
</div>
|
235 |
+
<div id="mec_event_field_checkbox">
|
236 |
+
<?php echo $this->main->field_checkbox(':i:', array(), 'event'); ?>
|
237 |
+
</div>
|
238 |
+
<div id="mec_event_field_radio">
|
239 |
+
<?php echo $this->main->field_radio(':i:', array(), 'event'); ?>
|
240 |
+
</div>
|
241 |
+
<div id="mec_event_field_select">
|
242 |
+
<?php echo $this->main->field_select(':i:', array(), 'event'); ?>
|
243 |
+
</div>
|
244 |
+
<div id="mec_event_field_p">
|
245 |
+
<?php echo $this->main->field_p(':i:', array(), 'event'); ?>
|
246 |
+
</div>
|
247 |
+
<div id="mec_event_field_option">
|
248 |
+
<?php echo $this->main->field_option(':fi:', ':i:', array(), 'event'); ?>
|
249 |
+
</div>
|
250 |
</div>
|
251 |
+
<div class="mec-form-row">
|
252 |
+
<label>
|
253 |
+
<input type="hidden" name="mec[settings][display_event_fields]" value="0" />
|
254 |
+
<input value="1" type="checkbox" name="mec[settings][display_event_fields]" <?php if(!isset($settings['display_event_fields']) or (isset($settings['display_event_fields']) and $settings['display_event_fields'])) echo 'checked="checked"'; ?> /> <?php _e('Display Event Fields in Single Event Pages', 'modern-events-calendar-lite'); ?>
|
255 |
+
</label>
|
256 |
</div>
|
257 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
</div>
|
259 |
|
260 |
<div id="countdown_option" class="mec-options-fields">
|
app/features/popup/shortcode.php
CHANGED
@@ -552,7 +552,7 @@ $settings = $this->main->get_settings();
|
|
552 |
</div>
|
553 |
</div>
|
554 |
</div>
|
555 |
-
<?php if(
|
556 |
|
557 |
<?php if (is_plugin_active( 'mec-fluent-layouts/mec-fluent-layouts.php' )) { $fluent = 'fluent-view-activated'; } else { $fluent = 'deactivate'; } ?>
|
558 |
<script type="text/javascript">
|
552 |
</div>
|
553 |
</div>
|
554 |
</div>
|
555 |
+
<?php if(!isset($settings['sh_as_popup']) || (isset($settings['sh_as_popup']) && $settings['sh_as_popup'] == '1') ) : ?>
|
556 |
|
557 |
<?php if (is_plugin_active( 'mec-fluent-layouts/mec-fluent-layouts.php' )) { $fluent = 'fluent-view-activated'; } else { $fluent = 'deactivate'; } ?>
|
558 |
<script type="text/javascript">
|
app/features/update.php
CHANGED
@@ -504,13 +504,23 @@ class MEC_feature_update extends MEC_base
|
|
504 |
|
505 |
public function version5140()
|
506 |
{
|
|
|
|
|
|
|
|
|
507 |
$role = get_role('administrator');
|
508 |
-
$role->add_cap(
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
}
|
516 |
}
|
504 |
|
505 |
public function version5140()
|
506 |
{
|
507 |
+
// List of Capabilities
|
508 |
+
$capabilities = array('mec_bookings', 'mec_add_booking', 'mec_coupons', 'mec_report', 'mec_import_export', 'mec_settings');
|
509 |
+
|
510 |
+
// Site Admin
|
511 |
$role = get_role('administrator');
|
512 |
+
if($role) foreach($capabilities as $capability) $role->add_cap($capability, true);
|
513 |
+
|
514 |
+
// Multisite
|
515 |
+
if(is_multisite())
|
516 |
+
{
|
517 |
+
// All Super Admins
|
518 |
+
$supers = get_super_admins();
|
519 |
+
foreach($supers as $admin)
|
520 |
+
{
|
521 |
+
$user = new WP_User(0, $admin);
|
522 |
+
foreach($capabilities as $capability) $user->add_cap($capability, true);
|
523 |
+
}
|
524 |
+
}
|
525 |
}
|
526 |
}
|
app/libraries/factory.php
CHANGED
@@ -989,7 +989,6 @@ class MEC_factory extends MEC_base
|
|
989 |
$role->add_cap('mec_report', true);
|
990 |
$role->add_cap('mec_import_export', true);
|
991 |
$role->add_cap('mec_settings', true);
|
992 |
-
$role->add_cap('mec_shortcodes', true);
|
993 |
}
|
994 |
|
995 |
/**
|
@@ -1090,7 +1089,7 @@ class MEC_factory extends MEC_base
|
|
1090 |
$styling = $this->main->get_styling();
|
1091 |
|
1092 |
$dark_mode = isset($styling['dark_mode']) ? $styling['dark_mode'] : '';
|
1093 |
-
if(
|
1094 |
|
1095 |
return $dark;
|
1096 |
}
|
989 |
$role->add_cap('mec_report', true);
|
990 |
$role->add_cap('mec_import_export', true);
|
991 |
$role->add_cap('mec_settings', true);
|
|
|
992 |
}
|
993 |
|
994 |
/**
|
1089 |
$styling = $this->main->get_styling();
|
1090 |
|
1091 |
$dark_mode = isset($styling['dark_mode']) ? $styling['dark_mode'] : '';
|
1092 |
+
if(!empty($dark_mode) and $dark_mode == 1) $dark[] = 'mec-dark-mode';
|
1093 |
|
1094 |
return $dark;
|
1095 |
}
|
app/libraries/main.php
CHANGED
@@ -652,7 +652,7 @@ class MEC_main extends MEC_base
|
|
652 |
<ul class="<?php echo $active_menu == 'settings' ? 'subsection' : 'mec-settings-submenu'; ?>">
|
653 |
<?php foreach ($settings as $settings_name => $settings_link) : ?>
|
654 |
<?php
|
655 |
-
if ( $settings_link == 'mailchimp_option' || $settings_link == 'active_campaign_option' || $settings_link == 'aweber_option' || $settings_link == 'campaign_monitor_option' || $settings_link == 'mailerlite_option' || $settings_link == 'constantcontact_option') :
|
656 |
if ( $this->getPRO() ) : ?>
|
657 |
<li>
|
658 |
<a
|
@@ -878,15 +878,20 @@ class MEC_main extends MEC_base
|
|
878 |
jQuery(".mec-options-fields").removeClass('active');
|
879 |
jQuery("#"+ContentId+"").show();
|
880 |
jQuery("#"+ContentId+"").addClass('active');
|
881 |
-
jQuery(
|
882 |
-
|
883 |
-
|
|
|
|
|
884 |
});
|
885 |
|
886 |
var hash = window.location.hash.replace('#', '');
|
887 |
jQuery('[data-id="'+hash+'"]').trigger('click');
|
888 |
});
|
889 |
|
|
|
|
|
|
|
890 |
jQuery(".wns-be-sidebar li ul li").on('click', function(event)
|
891 |
{
|
892 |
jQuery(".wns-be-sidebar li ul li").removeClass('active');
|
@@ -959,7 +964,7 @@ class MEC_main extends MEC_base
|
|
959 |
|
960 |
if ( !isset($get_mec_saved_message_time) ) :
|
961 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content-2.json';
|
962 |
-
if(
|
963 |
{
|
964 |
$ctx = stream_context_create(array('http'=>
|
965 |
array(
|
@@ -992,7 +997,7 @@ class MEC_main extends MEC_base
|
|
992 |
else:
|
993 |
if ( strtotime(date("Y-m-d")) > strtotime($get_mec_saved_message_time) ) {
|
994 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content-2.json';
|
995 |
-
if(
|
996 |
{
|
997 |
$ctx = stream_context_create(array('http'=>
|
998 |
array(
|
@@ -1072,7 +1077,7 @@ class MEC_main extends MEC_base
|
|
1072 |
$get_mec_saved_message_time = get_option('mec_saved_message_time');
|
1073 |
if (!isset($get_mec_saved_message_time)) :
|
1074 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content.json';
|
1075 |
-
if(
|
1076 |
{
|
1077 |
$ctx = stream_context_create(array('http'=>
|
1078 |
array(
|
@@ -1105,7 +1110,7 @@ class MEC_main extends MEC_base
|
|
1105 |
else:
|
1106 |
if ( strtotime(date("Y-m-d")) > strtotime($get_mec_saved_message_time) ) {
|
1107 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content.json';
|
1108 |
-
if(
|
1109 |
{
|
1110 |
$ctx = stream_context_create(array('http'=>
|
1111 |
array(
|
@@ -5629,7 +5634,7 @@ class MEC_main extends MEC_base
|
|
5629 |
}
|
5630 |
|
5631 |
/**
|
5632 |
-
* Add booker information to
|
5633 |
* @param int $book_id
|
5634 |
* @return boolean
|
5635 |
*/
|
@@ -5647,32 +5652,65 @@ class MEC_main extends MEC_base
|
|
5647 |
// Mailchim credentials are required
|
5648 |
if(!trim($api_key) or !trim($list_id)) return false;
|
5649 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5650 |
// MEC User
|
5651 |
$u = $this->getUser();
|
5652 |
$booker = $u->booking($book_id);
|
5653 |
-
|
5654 |
$data_center = substr($api_key, strpos($api_key, '-') + 1);
|
5655 |
-
$url = 'https://' . $data_center . '.api.mailchimp.com/3.0/lists/' . $list_id . '/members/';
|
5656 |
-
|
5657 |
$subscription_status = isset($settings['mchimp_subscription_status']) ? $settings['mchimp_subscription_status'] : 'subscribed';
|
5658 |
-
$json = json_encode(array
|
5659 |
-
(
|
5660 |
-
'email_address'=>$booker->user_email,
|
5661 |
-
'status'=>$subscription_status,
|
5662 |
-
'merge_fields'=>array
|
5663 |
-
(
|
5664 |
-
'FNAME'=>$booker->first_name,
|
5665 |
-
'LNAME'=>$booker->last_name
|
5666 |
-
)
|
5667 |
-
));
|
5668 |
|
5669 |
-
|
5670 |
-
|
5671 |
-
'body' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5672 |
'timeout' => '10',
|
5673 |
'redirection' => '10',
|
5674 |
'headers' => array('Content-Type' => 'application/json', 'Authorization' => 'Basic ' . base64_encode('user:' . $api_key)),
|
5675 |
-
))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5676 |
}
|
5677 |
|
5678 |
/**
|
@@ -5773,14 +5811,16 @@ class MEC_main extends MEC_base
|
|
5773 |
$booker = $u->booking($book_id);
|
5774 |
|
5775 |
$url = $api_url.'/api/3/contact/sync';
|
5776 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5777 |
$json = json_encode(array
|
5778 |
(
|
5779 |
-
'contact' =>
|
5780 |
-
'email'=>$booker->user_email,
|
5781 |
-
'firstName'=>$booker->first_name,
|
5782 |
-
'lastName'=>$booker->last_name,
|
5783 |
-
),
|
5784 |
));
|
5785 |
|
5786 |
// Execute the Request and Return the Response Code
|
@@ -6513,7 +6553,7 @@ class MEC_main extends MEC_base
|
|
6513 |
'booking_restriction_message1'=>array('label'=>__('Booking Restriction Message 1', 'modern-events-calendar-lite'), 'default'=>__('You selected %s tickets to book but maximum number of tikets per user is %s tickets.', 'modern-events-calendar-lite')),
|
6514 |
'booking_restriction_message2'=>array('label'=>__('Booking Restriction Message 2', 'modern-events-calendar-lite'), 'default'=>__('You booked %s tickets till now but maximum number of tickets per user is %s tickets.', 'modern-events-calendar-lite')),
|
6515 |
'booking_restriction_message3'=>array('label'=>__('Booking IP Restriction Message', 'modern-events-calendar-lite'), 'default'=>__('Maximum allowed number of tickets that you can book is %s.', 'modern-events-calendar-lite')),
|
6516 |
-
'booking_button'=>array('label'=>__('Booking Button', 'modern-events-calendar-lite'), 'default'=>__('Book
|
6517 |
'register_button'=>array('label'=>__('Register Button', 'modern-events-calendar-lite'), 'default'=>__('REGISTER', 'modern-events-calendar-lite')),
|
6518 |
'view_detail'=>array('label'=>__('View Detail Button', 'modern-events-calendar-lite'), 'default'=>__('View Detail', 'modern-events-calendar-lite')),
|
6519 |
'event_detail'=>array('label'=>__('Event Detail Button', 'modern-events-calendar-lite'), 'default'=>__('Event Detail', 'modern-events-calendar-lite')),
|
652 |
<ul class="<?php echo $active_menu == 'settings' ? 'subsection' : 'mec-settings-submenu'; ?>">
|
653 |
<?php foreach ($settings as $settings_name => $settings_link) : ?>
|
654 |
<?php
|
655 |
+
if ( $settings_link == 'mailchimp_option' || $settings_link == 'active_campaign_option' || $settings_link == 'mailpoet_option' || $settings_link == 'sendfox_option' || $settings_link == 'aweber_option' || $settings_link == 'campaign_monitor_option' || $settings_link == 'mailerlite_option' || $settings_link == 'constantcontact_option') :
|
656 |
if ( $this->getPRO() ) : ?>
|
657 |
<li>
|
658 |
<a
|
878 |
jQuery(".mec-options-fields").removeClass('active');
|
879 |
jQuery("#"+ContentId+"").show();
|
880 |
jQuery("#"+ContentId+"").addClass('active');
|
881 |
+
if (jQuery("#wns-be-infobar").hasClass("sticky")){
|
882 |
+
jQuery('html, body').animate({
|
883 |
+
scrollTop: jQuery("#"+ContentId+"").offset().top - 140
|
884 |
+
}, 300);
|
885 |
+
}
|
886 |
});
|
887 |
|
888 |
var hash = window.location.hash.replace('#', '');
|
889 |
jQuery('[data-id="'+hash+'"]').trigger('click');
|
890 |
});
|
891 |
|
892 |
+
|
893 |
+
|
894 |
+
|
895 |
jQuery(".wns-be-sidebar li ul li").on('click', function(event)
|
896 |
{
|
897 |
jQuery(".wns-be-sidebar li ul li").removeClass('active');
|
964 |
|
965 |
if ( !isset($get_mec_saved_message_time) ) :
|
966 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content-2.json';
|
967 |
+
if(function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
968 |
{
|
969 |
$ctx = stream_context_create(array('http'=>
|
970 |
array(
|
997 |
else:
|
998 |
if ( strtotime(date("Y-m-d")) > strtotime($get_mec_saved_message_time) ) {
|
999 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content-2.json';
|
1000 |
+
if(function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
1001 |
{
|
1002 |
$ctx = stream_context_create(array('http'=>
|
1003 |
array(
|
1077 |
$get_mec_saved_message_time = get_option('mec_saved_message_time');
|
1078 |
if (!isset($get_mec_saved_message_time)) :
|
1079 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content.json';
|
1080 |
+
if(function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
1081 |
{
|
1082 |
$ctx = stream_context_create(array('http'=>
|
1083 |
array(
|
1110 |
else:
|
1111 |
if ( strtotime(date("Y-m-d")) > strtotime($get_mec_saved_message_time) ) {
|
1112 |
$data_url = 'https://webnus.net/modern-events-calendar/addons-api/mec-extra-content.json';
|
1113 |
+
if(function_exists('file_get_contents') && ini_get('allow_url_fopen') )
|
1114 |
{
|
1115 |
$ctx = stream_context_create(array('http'=>
|
1116 |
array(
|
5634 |
}
|
5635 |
|
5636 |
/**
|
5637 |
+
* Add booker information to mailchimp list
|
5638 |
* @param int $book_id
|
5639 |
* @return boolean
|
5640 |
*/
|
5652 |
// Mailchim credentials are required
|
5653 |
if(!trim($api_key) or !trim($list_id)) return false;
|
5654 |
|
5655 |
+
// Options
|
5656 |
+
$date_format = (isset($settings['booking_date_format1']) and trim($settings['booking_date_format1'])) ? $settings['booking_date_format1'] : 'Y-m-d';
|
5657 |
+
$segment_status = (isset($settings['mchimp_segment_status']) and $settings['mchimp_segment_status']);
|
5658 |
+
|
5659 |
+
// Booking Date
|
5660 |
+
$mec_date = get_post_meta($book_id, 'mec_date', true);
|
5661 |
+
$dates = (trim($mec_date) ? explode(':', $mec_date) : array());
|
5662 |
+
$booking_date = date($date_format, $dates[0]);
|
5663 |
+
|
5664 |
+
// Event Title
|
5665 |
+
$event_id = get_post_meta($book_id, 'mec_event_id', true);
|
5666 |
+
$event = get_post($event_id);
|
5667 |
+
|
5668 |
// MEC User
|
5669 |
$u = $this->getUser();
|
5670 |
$booker = $u->booking($book_id);
|
5671 |
+
|
5672 |
$data_center = substr($api_key, strpos($api_key, '-') + 1);
|
|
|
|
|
5673 |
$subscription_status = isset($settings['mchimp_subscription_status']) ? $settings['mchimp_subscription_status'] : 'subscribed';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5674 |
|
5675 |
+
$url = 'https://' . $data_center . '.api.mailchimp.com/3.0/lists/' . $list_id . '/members/';
|
5676 |
+
$member_response = wp_remote_post($url, array(
|
5677 |
+
'body' => json_encode(array
|
5678 |
+
(
|
5679 |
+
'email_address'=>$booker->user_email,
|
5680 |
+
'status'=>$subscription_status,
|
5681 |
+
'merge_fields'=>array
|
5682 |
+
(
|
5683 |
+
'FNAME'=>$booker->first_name,
|
5684 |
+
'LNAME'=>$booker->last_name
|
5685 |
+
),
|
5686 |
+
'tags'=>array($booking_date, $event->post_title)
|
5687 |
+
)),
|
5688 |
'timeout' => '10',
|
5689 |
'redirection' => '10',
|
5690 |
'headers' => array('Content-Type' => 'application/json', 'Authorization' => 'Basic ' . base64_encode('user:' . $api_key)),
|
5691 |
+
));
|
5692 |
+
|
5693 |
+
// Handle Segment
|
5694 |
+
if($segment_status)
|
5695 |
+
{
|
5696 |
+
$url = 'https://' . $data_center . '.api.mailchimp.com/3.0/lists/' . $list_id . '/segments/';
|
5697 |
+
wp_remote_post($url, array(
|
5698 |
+
'body' => json_encode(array
|
5699 |
+
(
|
5700 |
+
'name'=>sprintf('%s at %s', $event->post_title, $booking_date),
|
5701 |
+
'options'=>array(
|
5702 |
+
'match'=>'any',
|
5703 |
+
'conditions'=>array(
|
5704 |
+
)
|
5705 |
+
)
|
5706 |
+
)),
|
5707 |
+
'timeout' => '10',
|
5708 |
+
'redirection' => '10',
|
5709 |
+
'headers' => array('Content-Type' => 'application/json', 'Authorization' => 'Basic ' . base64_encode('user:' . $api_key)),
|
5710 |
+
));
|
5711 |
+
}
|
5712 |
+
|
5713 |
+
return wp_remote_retrieve_response_code($member_response);
|
5714 |
}
|
5715 |
|
5716 |
/**
|
5811 |
$booker = $u->booking($book_id);
|
5812 |
|
5813 |
$url = $api_url.'/api/3/contact/sync';
|
5814 |
+
|
5815 |
+
$array_parameters = array(
|
5816 |
+
'email'=>$booker->user_email,
|
5817 |
+
'firstName'=>$booker->first_name,
|
5818 |
+
'lastName'=>$booker->last_name,
|
5819 |
+
);
|
5820 |
+
$array_parameters = apply_filters('mec_active_campaign_parameters', $array_parameters, $booker,$book_id);
|
5821 |
$json = json_encode(array
|
5822 |
(
|
5823 |
+
'contact' => $array_parameters,
|
|
|
|
|
|
|
|
|
5824 |
));
|
5825 |
|
5826 |
// Execute the Request and Return the Response Code
|
6553 |
'booking_restriction_message1'=>array('label'=>__('Booking Restriction Message 1', 'modern-events-calendar-lite'), 'default'=>__('You selected %s tickets to book but maximum number of tikets per user is %s tickets.', 'modern-events-calendar-lite')),
|
6554 |
'booking_restriction_message2'=>array('label'=>__('Booking Restriction Message 2', 'modern-events-calendar-lite'), 'default'=>__('You booked %s tickets till now but maximum number of tickets per user is %s tickets.', 'modern-events-calendar-lite')),
|
6555 |
'booking_restriction_message3'=>array('label'=>__('Booking IP Restriction Message', 'modern-events-calendar-lite'), 'default'=>__('Maximum allowed number of tickets that you can book is %s.', 'modern-events-calendar-lite')),
|
6556 |
+
'booking_button'=>array('label'=>__('Booking Button', 'modern-events-calendar-lite'), 'default'=>__('Book Now', 'modern-events-calendar-lite')),
|
6557 |
'register_button'=>array('label'=>__('Register Button', 'modern-events-calendar-lite'), 'default'=>__('REGISTER', 'modern-events-calendar-lite')),
|
6558 |
'view_detail'=>array('label'=>__('View Detail Button', 'modern-events-calendar-lite'), 'default'=>__('View Detail', 'modern-events-calendar-lite')),
|
6559 |
'event_detail'=>array('label'=>__('Event Detail Button', 'modern-events-calendar-lite'), 'default'=>__('Event Detail', 'modern-events-calendar-lite')),
|
app/libraries/qrcode.php
CHANGED
@@ -1321,11 +1321,11 @@ class QRinput {
|
|
1321 |
|
1322 |
public function insertStructuredAppendHeader($size, $index, $parity)
|
1323 |
{
|
1324 |
-
if(
|
1325 |
throw new Exception('insertStructuredAppendHeader wrong size');
|
1326 |
}
|
1327 |
|
1328 |
-
if(
|
1329 |
throw new Exception('insertStructuredAppendHeader wrong index');
|
1330 |
}
|
1331 |
|
@@ -1451,7 +1451,7 @@ class QRinput {
|
|
1451 |
|
1452 |
for($i=0; $i<$size; $i+=2) {
|
1453 |
$val = (ord($data[$i]) << 8) | ord($data[$i+1]);
|
1454 |
-
if(
|
1455 |
|| ($val > 0x9ffc && $val < 0xe040)
|
1456 |
|| $val > 0xebbf) {
|
1457 |
return false;
|
1321 |
|
1322 |
public function insertStructuredAppendHeader($size, $index, $parity)
|
1323 |
{
|
1324 |
+
if($size > MAX_STRUCTURED_SYMBOLS ) {
|
1325 |
throw new Exception('insertStructuredAppendHeader wrong size');
|
1326 |
}
|
1327 |
|
1328 |
+
if($index <= 0 || $index > MAX_STRUCTURED_SYMBOLS ) {
|
1329 |
throw new Exception('insertStructuredAppendHeader wrong index');
|
1330 |
}
|
1331 |
|
1451 |
|
1452 |
for($i=0; $i<$size; $i+=2) {
|
1453 |
$val = (ord($data[$i]) << 8) | ord($data[$i+1]);
|
1454 |
+
if($val < 0x8140
|
1455 |
|| ($val > 0x9ffc && $val < 0xe040)
|
1456 |
|| $val > 0xebbf) {
|
1457 |
return false;
|
app/libraries/render.php
CHANGED
@@ -1238,7 +1238,10 @@ class MEC_render extends MEC_base
|
|
1238 |
}
|
1239 |
}
|
1240 |
elseif($repeat_type == 'advanced')
|
1241 |
-
{
|
|
|
|
|
|
|
1242 |
// Get user specifed days of month for repeat
|
1243 |
$advanced_days = get_post_meta($event_id, 'mec_advanced_days', true);
|
1244 |
|
1238 |
}
|
1239 |
}
|
1240 |
elseif($repeat_type == 'advanced')
|
1241 |
+
{
|
1242 |
+
// Start from Event Start Date
|
1243 |
+
if(strtotime($start_date['date']) > strtotime($today)) $today = $start_date['date'];
|
1244 |
+
|
1245 |
// Get user specifed days of month for repeat
|
1246 |
$advanced_days = get_post_meta($event_id, 'mec_advanced_days', true);
|
1247 |
|
app/libraries/skins.php
CHANGED
@@ -1354,7 +1354,7 @@ class MEC_skins extends MEC_base
|
|
1354 |
if($method == 'no' and in_array($class, array('mec-booking-button', 'mec-detail-button', 'mec-booking-button mec-bg-color-hover mec-border-color-hover', 'mec-event-link'))) return '';
|
1355 |
elseif($method == 'no') return $title;
|
1356 |
|
1357 |
-
$target = ($method == 'new' ? 'target="_blank"' : '');
|
1358 |
$target = apply_filters('mec_event_link_change_target' , $target, $event->data->ID);
|
1359 |
return '<a '.($class ? 'class="'.$class.'"' : '').' '.($attributes ? $attributes : '').' data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event, $event->date['start']['date']).'" '.$target.'>'.$title.'</a>';
|
1360 |
}
|
1354 |
if($method == 'no' and in_array($class, array('mec-booking-button', 'mec-detail-button', 'mec-booking-button mec-bg-color-hover mec-border-color-hover', 'mec-event-link'))) return '';
|
1355 |
elseif($method == 'no') return $title;
|
1356 |
|
1357 |
+
$target = ($method == 'new' ? 'target="_blank" rel="noopener"' : '');
|
1358 |
$target = apply_filters('mec_event_link_change_target' , $target, $event->data->ID);
|
1359 |
return '<a '.($class ? 'class="'.$class.'"' : '').' '.($attributes ? $attributes : '').' data-event-id="'.$event->data->ID.'" href="'.$this->main->get_event_date_permalink($event, $event->date['start']['date']).'" '.$target.'>'.$title.'</a>';
|
1360 |
}
|
app/modules/booking/steps/tickets.php
CHANGED
@@ -97,12 +97,33 @@ foreach($availability as $ticket_id=>$count)
|
|
97 |
}
|
98 |
|
99 |
if($total_spots > 0) $available_spots = min($available_spots, $total_spots);
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
?>
|
101 |
<form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
|
102 |
<h4><?php echo ($from_shortcode ? $event->data->post->post_title : __('Book Event', 'modern-events-calendar-lite')); ?></h4>
|
103 |
|
104 |
<?php if(!$book_all_occurrences and count($dates) > 1): ?>
|
105 |
<div class="mec-book-first">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
<label for="mec_book_form_date<?php echo $uniqueid; ?>"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
|
107 |
<select class="mec-custom-nice-select" name="book[date]" id="mec_book_form_date<?php echo $uniqueid; ?>" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
|
108 |
<?php foreach($dates as $date): ?>
|
@@ -111,6 +132,7 @@ if($total_spots > 0) $available_spots = min($available_spots, $total_spots);
|
|
111 |
</option>
|
112 |
<?php endforeach; ?>
|
113 |
</select>
|
|
|
114 |
</div>
|
115 |
<?php elseif($book_all_occurrences): ?>
|
116 |
<p class="mec-next-occ-booking-p">
|
97 |
}
|
98 |
|
99 |
if($total_spots > 0) $available_spots = min($available_spots, $total_spots);
|
100 |
+
|
101 |
+
// Date Selection Method
|
102 |
+
$date_selection = (isset($settings['booking_date_selection']) and trim($settings['booking_date_selection'])) ? $settings['booking_date_selection'] : 'dropdown';
|
103 |
+
|
104 |
+
// Modal Booking
|
105 |
+
$modal_booking = (isset($_GET['method']) and $_GET['method'] === 'mec-booking-modal');
|
106 |
?>
|
107 |
<form id="mec_book_form<?php echo $uniqueid; ?>" onsubmit="mec_book_form_submit(event, <?php echo $uniqueid; ?>);">
|
108 |
<h4><?php echo ($from_shortcode ? $event->data->post->post_title : __('Book Event', 'modern-events-calendar-lite')); ?></h4>
|
109 |
|
110 |
<?php if(!$book_all_occurrences and count($dates) > 1): ?>
|
111 |
<div class="mec-book-first">
|
112 |
+
<?php if($date_selection == 'calendar'): ?>
|
113 |
+
|
114 |
+
<?php if(!$modal_booking): ?>
|
115 |
+
<div class="mec-booking-calendar-wrapper" id="mec_booking_calendar_wrapper<?php echo $uniqueid; ?>">
|
116 |
+
<?php echo (new MEC_feature_bookingcalendar())->display_calendar($event, $uniqueid); ?>
|
117 |
+
</div>
|
118 |
+
<input type="hidden" name="book[date]" id="mec_book_form_date<?php echo $uniqueid; ?>" value="" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
|
119 |
+
<?php else: ?>
|
120 |
+
<div>
|
121 |
+
<h6><?php echo $this->date_label($dates[0]['start'], $dates[0]['end'], $date_format, ' - ', false, (isset($dates[0]['allday']) ? $dates[0]['allday'] : 0)); ?></h6>
|
122 |
+
<input type="hidden" name="book[date]" id="mec_book_form_date<?php echo $uniqueid; ?>" value="<?php echo $book->timestamp($dates[0]['start'], $dates[0]['end']); ?>" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
|
123 |
+
</div>
|
124 |
+
<?php endif; ?>
|
125 |
+
|
126 |
+
<?php else: ?>
|
127 |
<label for="mec_book_form_date<?php echo $uniqueid; ?>"><?php _e('Date', 'modern-events-calendar-lite'); ?>: </label>
|
128 |
<select class="mec-custom-nice-select" name="book[date]" id="mec_book_form_date<?php echo $uniqueid; ?>" onchange="mec_get_tickets_availability<?php echo $uniqueid; ?>(<?php echo $event_id; ?>, this.value);">
|
129 |
<?php foreach($dates as $date): ?>
|
132 |
</option>
|
133 |
<?php endforeach; ?>
|
134 |
</select>
|
135 |
+
<?php endif; ?>
|
136 |
</div>
|
137 |
<?php elseif($book_all_occurrences): ?>
|
138 |
<p class="mec-next-occ-booking-p">
|
app/modules/local-time/details.php
CHANGED
@@ -41,7 +41,7 @@ $hide_time = isset($event->data->meta['mec_hide_time']) ? $event->data->meta['me
|
|
41 |
$hide_end_time = isset($event->data->meta['mec_hide_end_time']) ? $event->data->meta['mec_hide_end_time'] : 0;
|
42 |
?>
|
43 |
<div class="mec-local-time-details mec-frontbox" id="mec_local_time_details">
|
44 |
-
<i class="mec-sl-
|
45 |
<h3 class="mec-local-time mec-frontbox-title"><?php _e('Local Time', 'modern-events-calendar-lite'); ?></h3>
|
46 |
<ul>
|
47 |
<li><?php echo sprintf(__('Timezone: %s', 'modern-events-calendar-lite'), '<span>'.$timezone.'</span>'); ?></li>
|
41 |
$hide_end_time = isset($event->data->meta['mec_hide_end_time']) ? $event->data->meta['mec_hide_end_time'] : 0;
|
42 |
?>
|
43 |
<div class="mec-local-time-details mec-frontbox" id="mec_local_time_details">
|
44 |
+
<i class="mec-sl-clock"></i>
|
45 |
<h3 class="mec-local-time mec-frontbox-title"><?php _e('Local Time', 'modern-events-calendar-lite'); ?></h3>
|
46 |
<ul>
|
47 |
<li><?php echo sprintf(__('Timezone: %s', 'modern-events-calendar-lite'), '<span>'.$timezone.'</span>'); ?></li>
|
app/modules/speakers/details.php
CHANGED
@@ -83,7 +83,7 @@ if(!count($speakers)) return false;
|
|
83 |
<?php endif; ?>
|
84 |
</div>
|
85 |
<!-- Speaker Description -->
|
86 |
-
<?php $desc = trim(term_description($speaker['id'])); if(
|
87 |
<div class="mec-hourly-schedule-speaker-description">
|
88 |
<?php echo $desc; ?>
|
89 |
</div>
|
83 |
<?php endif; ?>
|
84 |
</div>
|
85 |
<!-- Speaker Description -->
|
86 |
+
<?php $desc = trim(term_description($speaker['id'])); if(!empty($desc)): ?>
|
87 |
<div class="mec-hourly-schedule-speaker-description">
|
88 |
<?php echo $desc; ?>
|
89 |
</div>
|
app/skins/carousel/render.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
/** no direct access **/
|
3 |
defined('MECEXEC') or die();
|
4 |
|
|
|
|
|
5 |
$styling = $this->main->get_styling();
|
6 |
$event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])) ? 'colorskin-custom' : '';
|
7 |
$settings = $this->main->get_settings();
|
@@ -25,8 +27,10 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
25 |
$event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
|
26 |
$event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
|
27 |
$event_start_date = !empty($event->date['start']['date']) ? $event->date['start']['date'] : '';
|
|
|
28 |
$start_time = (isset($event->data->time) ? $event->data->time['start'] : '');
|
29 |
$end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
|
|
|
30 |
|
31 |
$label_style = '';
|
32 |
if(!empty($event->data->labels))
|
@@ -39,7 +43,7 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
39 |
}
|
40 |
}
|
41 |
?>
|
42 |
-
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article mec-clear <?php echo $this->get_event_classes($event); ?>" itemscope>
|
43 |
<?php do_action('mec_schema', $event); // MEC Schema ?>
|
44 |
<?php if($this->style == 'type1'): ?>
|
45 |
<div class="event-carousel-type1-head clearfix">
|
@@ -51,15 +55,15 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
51 |
?>
|
52 |
</div>
|
53 |
<div class="mec-event-date-carousel">
|
54 |
-
<?php echo $this->main->
|
55 |
-
<div class="mec-event-date-info"><?php echo $this->main->
|
56 |
<div class="mec-event-date-info-year"><?php echo $this->main->date_i18n($this->date_format_type1_3, strtotime($event->date['start']['date'])); ?></div>
|
57 |
</div>
|
58 |
</div>
|
59 |
</div>
|
60 |
<div class="mec-event-carousel-content">
|
61 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event); ?></h4>
|
62 |
-
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID
|
63 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
64 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
65 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
@@ -82,7 +86,7 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
82 |
<?php do_action('mec_carousel_type2_before_title', $event); ?>
|
83 |
<?php $soldout = $this->main->get_flags($event); ?>
|
84 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $soldout; ?></h4>
|
85 |
-
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID
|
86 |
<?php do_action('mec_carousel_type2_after_title', $event); ?>
|
87 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
88 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
@@ -125,7 +129,7 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
125 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
126 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
127 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $soldout; ?></h4>
|
128 |
-
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID
|
129 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
130 |
<?php if($settings['social_network_status'] != '0'): ?>
|
131 |
<ul class="mec-event-sharing-wrap">
|
@@ -162,7 +166,7 @@ $reason_for_cancellation = isset($this->skin_options['reason_for_cancellation'])
|
|
162 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
163 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
164 |
<h4 class="mec-event-title"><?php echo $event->data->title.$this->main->get_flags($event).$event_color; ?><?php if(!empty($label_style)) echo '<span class="mec-fc-style">'.$label_style.'</span>'; ?></h4>
|
165 |
-
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID
|
166 |
<div class="mec-btn-wrapper"><?php echo $this->display_link($event, ($this->main->m('event_detail', __('EVENT DETAIL', 'modern-events-calendar-lite'))), 'mec-event-button'); ?><?php echo $this->booking_button($event); ?></div>
|
167 |
</div>
|
168 |
</div>
|
2 |
/** no direct access **/
|
3 |
defined('MECEXEC') or die();
|
4 |
|
5 |
+
/** @var MEC_skin_carousel $this */
|
6 |
+
|
7 |
$styling = $this->main->get_styling();
|
8 |
$event_colorskin = (isset($styling['mec_colorskin']) or isset($styling['color'])) ? 'colorskin-custom' : '';
|
9 |
$settings = $this->main->get_settings();
|
27 |
$event_color = isset($event->data->meta['mec_color']) ? '<span class="event-color" style="background: #'.$event->data->meta['mec_color'].'"></span>' : '';
|
28 |
$event_date = (isset($event->date['start']) ? $event->date['start']['date'] : $event->data->meta['mec_start_date']);
|
29 |
$event_start_date = !empty($event->date['start']['date']) ? $event->date['start']['date'] : '';
|
30 |
+
$event_end_date = !empty($event->date['end']['date']) ? $event->date['end']['date'] : '';
|
31 |
$start_time = (isset($event->data->time) ? $event->data->time['start'] : '');
|
32 |
$end_time = (isset($event->data->time) ? $event->data->time['end'] : '');
|
33 |
+
$multiple_date = ($event_start_date != $event_end_date) ? 'mec-multiple-event' : '';
|
34 |
|
35 |
$label_style = '';
|
36 |
if(!empty($event->data->labels))
|
43 |
}
|
44 |
}
|
45 |
?>
|
46 |
+
<article data-style="<?php echo $label_style; ?>" class="<?php echo (isset($event->data->meta['event_past']) and trim($event->data->meta['event_past'])) ? 'mec-past-event ' : ''; ?>mec-event-article <?php echo $multiple_date; ?> mec-clear <?php echo $this->get_event_classes($event); ?>" itemscope>
|
47 |
<?php do_action('mec_schema', $event); // MEC Schema ?>
|
48 |
<?php if($this->style == 'type1'): ?>
|
49 |
<div class="event-carousel-type1-head clearfix">
|
55 |
?>
|
56 |
</div>
|
57 |
<div class="mec-event-date-carousel">
|
58 |
+
<?php echo $this->main->dateify($event, $this->date_format_type1_1); ?>
|
59 |
+
<div class="mec-event-date-info"><?php echo $this->main->dateify($event, $this->date_format_type1_2); ?></div>
|
60 |
<div class="mec-event-date-info-year"><?php echo $this->main->date_i18n($this->date_format_type1_3, strtotime($event->date['start']['date'])); ?></div>
|
61 |
</div>
|
62 |
</div>
|
63 |
</div>
|
64 |
<div class="mec-event-carousel-content">
|
65 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event); ?></h4>
|
66 |
+
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID); ?>
|
67 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
68 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
69 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
86 |
<?php do_action('mec_carousel_type2_before_title', $event); ?>
|
87 |
<?php $soldout = $this->main->get_flags($event); ?>
|
88 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $soldout; ?></h4>
|
89 |
+
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID); ?>
|
90 |
<?php do_action('mec_carousel_type2_after_title', $event); ?>
|
91 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
92 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
129 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
130 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
131 |
<h4 class="mec-event-carousel-title"><?php echo $this->display_link($event); ?><?php echo $soldout; ?></h4>
|
132 |
+
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID); ?>
|
133 |
<p class="mec-carousel-event-location"><?php echo (isset($location['name']) ? $location['name'] : ''); echo (isset($location['address']) ? '<br>'.$location['address'] : ''); ?></p>
|
134 |
<?php if($settings['social_network_status'] != '0'): ?>
|
135 |
<ul class="mec-event-sharing-wrap">
|
166 |
<?php if($this->include_events_times) echo $this->main->display_time($start_time, $end_time); ?>
|
167 |
<?php if($this->localtime) echo $this->main->module('local-time.type3', array('event'=>$event)); ?>
|
168 |
<h4 class="mec-event-title"><?php echo $event->data->title.$this->main->get_flags($event).$event_color; ?><?php if(!empty($label_style)) echo '<span class="mec-fc-style">'.$label_style.'</span>'; ?></h4>
|
169 |
+
<?php echo $this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID); ?>
|
170 |
<div class="mec-btn-wrapper"><?php echo $this->display_link($event, ($this->main->m('event_detail', __('EVENT DETAIL', 'modern-events-calendar-lite'))), 'mec-event-button'); ?><?php echo $this->booking_button($event); ?></div>
|
171 |
</div>
|
172 |
</div>
|
app/skins/list/render.php
CHANGED
@@ -91,7 +91,11 @@ $map_events = array();
|
|
91 |
<div class="mec-event-date mec-bg-color"><span><?php echo $this->main->date_i18n($this->date_format_minimal_1, strtotime($event->date['start']['date'])); ?></span><?php echo $this->main->date_i18n($this->date_format_minimal_2, strtotime($event->date['start']['date'])); ?></div>
|
92 |
<?php if($this->include_events_times and trim($start_time)) echo $this->main->display_time($start_time, $end_time); ?>
|
93 |
<h4 class="mec-event-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID ); ?></h4>
|
94 |
-
<div class="mec-event-detail"
|
|
|
|
|
|
|
|
|
95 |
<?php echo $this->display_categories($event); ?>
|
96 |
<?php echo $this->display_organizers($event); ?>
|
97 |
<?php echo $this->booking_button($event); ?>
|
91 |
<div class="mec-event-date mec-bg-color"><span><?php echo $this->main->date_i18n($this->date_format_minimal_1, strtotime($event->date['start']['date'])); ?></span><?php echo $this->main->date_i18n($this->date_format_minimal_2, strtotime($event->date['start']['date'])); ?></div>
|
92 |
<?php if($this->include_events_times and trim($start_time)) echo $this->main->display_time($start_time, $end_time); ?>
|
93 |
<h4 class="mec-event-title"><?php echo $this->display_link($event); ?><?php echo $this->main->get_flags($event).$event_color.$this->main->get_normal_labels($event, $display_label).$this->main->display_cancellation_reason($event, $reason_for_cancellation); ?><?php do_action('mec_shortcode_virtual_badge', $event->data->ID ); ?></h4>
|
94 |
+
<div class="mec-event-detail">
|
95 |
+
<?php echo $this->main->date_i18n($this->date_format_minimal_3, strtotime($event->date['start']['date'])); ?>
|
96 |
+
<?php echo (isset($location['name']) ? ', <span class="mec-event-loc-place">' . $location['name'] .'</span>' : ''); ?> <?php if($this->localtime) echo $this->main->module('local-time.type2', array('event'=>$event)); ?>
|
97 |
+
</div>
|
98 |
+
<?php do_action('mec_list_minimal_after_details', $event); ?>
|
99 |
<?php echo $this->display_categories($event); ?>
|
100 |
<?php echo $this->display_organizers($event); ?>
|
101 |
<?php echo $this->booking_button($event); ?>
|
app/skins/single.php
CHANGED
@@ -238,6 +238,7 @@ class MEC_skin_single extends MEC_skins
|
|
238 |
'posts_per_page' => -1,
|
239 |
'post_status' => 'publish',
|
240 |
'orderby' => 'ASC',
|
|
|
241 |
'tax_query' => array(),
|
242 |
);
|
243 |
|
@@ -322,19 +323,19 @@ class MEC_skin_single extends MEC_skins
|
|
322 |
if(!count($IDs)) return;
|
323 |
|
324 |
$p = $this->db->select("SELECT `post_id`, `tstart` FROM `#__mec_dates` WHERE `tstart`<'".$timestamp."' AND `post_id` IN (".implode(',', $IDs).") ORDER BY `tstart` DESC LIMIT 1", 'loadAssoc');
|
325 |
-
$n = $this->db->select("SELECT `post_id`, `tstart` FROM `#__mec_dates` WHERE `tstart
|
326 |
|
327 |
// No Event Found!
|
328 |
if(!isset($p['post_id']) and !isset($n['post_id'])) return;
|
329 |
|
330 |
echo '<ul class="mec-next-previous-events">';
|
331 |
|
332 |
-
if($p['post_id'])
|
333 |
{
|
334 |
echo '<li class="mec-previous-event"><a class="mec-color mec-bg-color-hover mec-border-color" href="'.$this->main->get_event_date_permalink(get_permalink($p['post_id']), date('Y-m-d', $p['tstart'])).'"><i class="mec-fa-long-arrow-left"></i>'. __('PRV Event', 'modern-events-calendar-lite') .'</a></li>';
|
335 |
}
|
336 |
|
337 |
-
if($n['post_id'])
|
338 |
{
|
339 |
echo '<li class="mec-next-event"><a class="mec-color mec-bg-color-hover mec-border-color" href="'.$this->main->get_event_date_permalink(get_permalink($n['post_id']), date('Y-m-d', $n['tstart'])).'">'. __('NXT Event', 'modern-events-calendar-lite') .'<i class="mec-fa-long-arrow-right"></i></a></li>';
|
340 |
}
|
@@ -1223,8 +1224,8 @@ class MEC_skin_single extends MEC_skins
|
|
1223 |
|
1224 |
if ($this->main->can_show_booking_module($event)) : ?>
|
1225 |
<div class="mec-reg-btn mec-frontbox">
|
1226 |
-
<?php $data_lity = $data_lity_class = ''; if(
|
1227 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if(
|
1228 |
<?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://') : ?>
|
1229 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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');
|
1230 |
else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
@@ -1429,7 +1430,7 @@ class MEC_skin_single extends MEC_skins
|
|
1429 |
<h6><?php echo $this->main->m('taxonomy_speakers', __('Speakers:', 'modern-events-calendar-lite')); ?></h6>
|
1430 |
<?php $speaker_count = count($schedule['speakers']); $i = 0; ?>
|
1431 |
<?php foreach($schedule['speakers'] as $speaker_id): $speaker = get_term($speaker_id); array_push($speakers, $speaker_id); ?>
|
1432 |
-
<a class="mec-color-hover mec-hourly-schedule-speaker-lightbox" href="#mec_hourly_schedule_speaker_lightbox_<?php echo $speaker->term_id; ?>" data-lity><?php echo $speaker->name; ?></a><?php if(
|
1433 |
<?php endforeach; ?>
|
1434 |
</dt>
|
1435 |
<?php endif; ?>
|
@@ -1515,7 +1516,7 @@ class MEC_skin_single extends MEC_skins
|
|
1515 |
$result = isset($data[$n]) ? $data[$n] : NULL; if((!is_array($result) and trim($result) == '') or (is_array($result) and !count($result))) continue;
|
1516 |
$content = isset($item['type']) ? $item['type'] : 'text';
|
1517 |
endforeach;
|
1518 |
-
if ( isset($content) && $content != NULL ) {
|
1519 |
?>
|
1520 |
<div class="mec-event-data-fields mec-frontbox">
|
1521 |
<ul class="mec-event-data-field-items">
|
238 |
'posts_per_page' => -1,
|
239 |
'post_status' => 'publish',
|
240 |
'orderby' => 'ASC',
|
241 |
+
'post__not_in' => array($event_id),
|
242 |
'tax_query' => array(),
|
243 |
);
|
244 |
|
323 |
if(!count($IDs)) return;
|
324 |
|
325 |
$p = $this->db->select("SELECT `post_id`, `tstart` FROM `#__mec_dates` WHERE `tstart`<'".$timestamp."' AND `post_id` IN (".implode(',', $IDs).") ORDER BY `tstart` DESC LIMIT 1", 'loadAssoc');
|
326 |
+
$n = $this->db->select("SELECT `post_id`, `tstart` FROM `#__mec_dates` WHERE `tstart`>='".$timestamp."' AND `post_id` IN (".implode(',', $IDs).") ORDER BY `tstart` ASC LIMIT 1", 'loadAssoc');
|
327 |
|
328 |
// No Event Found!
|
329 |
if(!isset($p['post_id']) and !isset($n['post_id'])) return;
|
330 |
|
331 |
echo '<ul class="mec-next-previous-events">';
|
332 |
|
333 |
+
if(is_array($p) and isset($p['post_id']))
|
334 |
{
|
335 |
echo '<li class="mec-previous-event"><a class="mec-color mec-bg-color-hover mec-border-color" href="'.$this->main->get_event_date_permalink(get_permalink($p['post_id']), date('Y-m-d', $p['tstart'])).'"><i class="mec-fa-long-arrow-left"></i>'. __('PRV Event', 'modern-events-calendar-lite') .'</a></li>';
|
336 |
}
|
337 |
|
338 |
+
if(is_array($n) and isset($n['post_id']))
|
339 |
{
|
340 |
echo '<li class="mec-next-event"><a class="mec-color mec-bg-color-hover mec-border-color" href="'.$this->main->get_event_date_permalink(get_permalink($n['post_id']), date('Y-m-d', $n['tstart'])).'">'. __('NXT Event', 'modern-events-calendar-lite') .'<i class="mec-fa-long-arrow-right"></i></a></li>';
|
341 |
}
|
1224 |
|
1225 |
if ($this->main->can_show_booking_module($event)) : ?>
|
1226 |
<div class="mec-reg-btn mec-frontbox">
|
1227 |
+
<?php $data_lity = $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ /* $data_lity = 'onclick="openBookingModal();"'; */ $data_lity_class = 'mec-booking-data-lity'; } ?>
|
1228 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if(isset($this->settings['single_booking_style']) and $this->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>
|
1229 |
<?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://') : ?>
|
1230 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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');
|
1231 |
else echo esc_html($this->main->m('register_button', __('REGISTER', 'modern-events-calendar-lite')));
|
1430 |
<h6><?php echo $this->main->m('taxonomy_speakers', __('Speakers:', 'modern-events-calendar-lite')); ?></h6>
|
1431 |
<?php $speaker_count = count($schedule['speakers']); $i = 0; ?>
|
1432 |
<?php foreach($schedule['speakers'] as $speaker_id): $speaker = get_term($speaker_id); array_push($speakers, $speaker_id); ?>
|
1433 |
+
<a class="mec-color-hover mec-hourly-schedule-speaker-lightbox" href="#mec_hourly_schedule_speaker_lightbox_<?php echo $speaker->term_id; ?>" data-lity><?php echo $speaker->name; ?></a><?php if(++$i != $speaker_count ) echo ","; ?>
|
1434 |
<?php endforeach; ?>
|
1435 |
</dt>
|
1436 |
<?php endif; ?>
|
1516 |
$result = isset($data[$n]) ? $data[$n] : NULL; if((!is_array($result) and trim($result) == '') or (is_array($result) and !count($result))) continue;
|
1517 |
$content = isset($item['type']) ? $item['type'] : 'text';
|
1518 |
endforeach;
|
1519 |
+
if ( isset($content) && $content != NULL && (isset($this->settings['display_event_fields_backend']) and $this->settings['display_event_fields_backend'] == 1) or !isset($this->settings['display_event_fields_backend']) ) {
|
1520 |
?>
|
1521 |
<div class="mec-event-data-fields mec-frontbox">
|
1522 |
<ul class="mec-event-data-field-items">
|
app/skins/single/default.php
CHANGED
@@ -63,10 +63,10 @@ $bookings_limit_for_users = isset($booking_options['bookings_limit_for_users'])
|
|
63 |
<?php if ( !empty($event->date) ): if($this->main->is_sold($event) and count($event->dates) <= 1): ?>
|
64 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-sold-tickets warning-msg"><?php _e('Sold out!', 'modern-events-calendar-lite'); do_action( 'mec_booking_sold_out',$event, null,null,array($event->date) );?> </div>
|
65 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
66 |
-
<?php $data_lity_class = ''; if(
|
67 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
68 |
<?php
|
69 |
-
if(
|
70 |
echo do_shortcode('[MEC_login]');
|
71 |
} elseif (!is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
72 |
echo do_shortcode('[MEC_login]');
|
@@ -283,8 +283,8 @@ $bookings_limit_for_users = isset($booking_options['bookings_limit_for_users'])
|
|
283 |
|
284 |
<!-- Register Booking Button -->
|
285 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
286 |
-
<?php $data_lity = $data_lity_class = ''; if(
|
287 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if(
|
288 |
<?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://'): ?>
|
289 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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'))); ?></a>
|
290 |
<?php endif; ?>
|
@@ -516,8 +516,8 @@ $bookings_limit_for_users = isset($booking_options['bookings_limit_for_users'])
|
|
516 |
|
517 |
<!-- Register Booking Button -->
|
518 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
519 |
-
<?php $data_lity = $data_lity_class = ''; if(
|
520 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if(
|
521 |
<?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://'): ?>
|
522 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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')));
|
523 |
?></a>
|
63 |
<?php if ( !empty($event->date) ): if($this->main->is_sold($event) and count($event->dates) <= 1): ?>
|
64 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-sold-tickets warning-msg"><?php _e('Sold out!', 'modern-events-calendar-lite'); do_action( 'mec_booking_sold_out',$event, null,null,array($event->date) );?> </div>
|
65 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
66 |
+
<?php $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity_class = 'lity-hide '; ?>
|
67 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
68 |
<?php
|
69 |
+
if(isset($settings['booking_user_login']) and $settings['booking_user_login'] == '1' and !is_user_logged_in() ) {
|
70 |
echo do_shortcode('[MEC_login]');
|
71 |
} elseif (!is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
72 |
echo do_shortcode('[MEC_login]');
|
283 |
|
284 |
<!-- Register Booking Button -->
|
285 |
<?php if($this->main->can_show_booking_module($event)): ?>
|
286 |
+
<?php $data_lity = $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ /* $data_lity = 'onclick="openBookingModal();"'; */ $data_lity_class = 'mec-booking-data-lity'; } ?>
|
287 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?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>
|
288 |
<?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://'): ?>
|
289 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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'))); ?></a>
|
290 |
<?php endif; ?>
|
516 |
|
517 |
<!-- Register Booking Button -->
|
518 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
519 |
+
<?php $data_lity = $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ /* $data_lity = 'onclick="openBookingModal();"'; */ $data_lity_class = 'mec-booking-data-lity'; } ?>
|
520 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?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>
|
521 |
<?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://'): ?>
|
522 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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')));
|
523 |
?></a>
|
app/skins/single/m1.php
CHANGED
@@ -279,7 +279,7 @@ if(!is_array($booking_options)) $booking_options = array();
|
|
279 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
280 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-events-meta-group mec-events-meta-group-booking">
|
281 |
<?php
|
282 |
-
if(
|
283 |
echo do_shortcode('[MEC_login]');
|
284 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
285 |
echo do_shortcode('[MEC_login]');
|
279 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
280 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-events-meta-group mec-events-meta-group-booking">
|
281 |
<?php
|
282 |
+
if(isset($settings['booking_user_login']) and $settings['booking_user_login'] == '1' and !is_user_logged_in() ) {
|
283 |
echo do_shortcode('[MEC_login]');
|
284 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
285 |
echo do_shortcode('[MEC_login]');
|
app/skins/single/m2.php
CHANGED
@@ -200,7 +200,7 @@ if(!is_array($booking_options)) $booking_options = array();
|
|
200 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
201 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-events-meta-group mec-events-meta-group-booking">
|
202 |
<?php
|
203 |
-
if(
|
204 |
echo do_shortcode('[MEC_login]');
|
205 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
206 |
echo do_shortcode('[MEC_login]');
|
200 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
201 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-events-meta-group mec-events-meta-group-booking">
|
202 |
<?php
|
203 |
+
if(isset($settings['booking_user_login']) and $settings['booking_user_login'] == '1' and !is_user_logged_in() ) {
|
204 |
echo do_shortcode('[MEC_login]');
|
205 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
206 |
echo do_shortcode('[MEC_login]');
|
app/skins/single/modern.php
CHANGED
@@ -86,8 +86,8 @@ if(is_plugin_active('schema-markup-rich-snippets/schema-markup-rich-snippets.php
|
|
86 |
|
87 |
<!-- Register Booking Button -->
|
88 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
89 |
-
<?php $data_lity = $data_lity_class = ''; if(
|
90 |
-
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?php if(
|
91 |
<?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://'): ?>
|
92 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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'))); ?></a>
|
93 |
<?php endif; ?>
|
@@ -299,10 +299,10 @@ if(is_plugin_active('schema-markup-rich-snippets/schema-markup-rich-snippets.php
|
|
299 |
<?php if($this->main->is_sold($event) and count($event->dates) <= 1): ?>
|
300 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-sold-tickets warning-msg"><?php _e('Sold out!', 'modern-events-calendar-lite'); do_action( 'mec_booking_sold_out',$event, null,null,array($event->date) );?> </div>
|
301 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
302 |
-
<?php $data_lity_class = ''; if(
|
303 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
304 |
<?php
|
305 |
-
if(
|
306 |
echo do_shortcode('[MEC_login]');
|
307 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
308 |
echo do_shortcode('[MEC_login]');
|
86 |
|
87 |
<!-- Register Booking Button -->
|
88 |
<?php if($this->main->can_show_booking_module($event) and $single->found_value('register_btn', $settings) == 'on'): ?>
|
89 |
+
<?php $data_lity = $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ){ /* $data_lity = 'onclick="openBookingModal();"'; */ $data_lity_class = 'mec-booking-data-lity'; } ?>
|
90 |
+
<a class="mec-booking-button mec-bg-color <?php echo $data_lity_class; ?> <?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>
|
91 |
<?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://'): ?>
|
92 |
<a class="mec-booking-button mec-bg-color" target="<?php echo (isset($event->data->meta['mec_more_info_target']) ? $event->data->meta['mec_more_info_target'] : '_self'); ?>" 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'))); ?></a>
|
93 |
<?php endif; ?>
|
299 |
<?php if($this->main->is_sold($event) and count($event->dates) <= 1): ?>
|
300 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="mec-sold-tickets warning-msg"><?php _e('Sold out!', 'modern-events-calendar-lite'); do_action( 'mec_booking_sold_out',$event, null,null,array($event->date) );?> </div>
|
301 |
<?php elseif($this->main->can_show_booking_module($event)): ?>
|
302 |
+
<?php $data_lity_class = ''; if(isset($settings['single_booking_style']) and $settings['single_booking_style'] == 'modal' ) $data_lity_class = 'lity-hide '; ?>
|
303 |
<div id="mec-events-meta-group-booking-<?php echo $this->uniqueid; ?>" class="<?php echo $data_lity_class; ?>mec-events-meta-group mec-events-meta-group-booking">
|
304 |
<?php
|
305 |
+
if(isset($settings['booking_user_login']) and $settings['booking_user_login'] == '1' and !is_user_logged_in() ) {
|
306 |
echo do_shortcode('[MEC_login]');
|
307 |
} elseif ( isset($settings['booking_user_login']) and $settings['booking_user_login'] == '0' and !is_user_logged_in() and isset($booking_options['bookings_limit_for_users']) and $booking_options['bookings_limit_for_users'] == '1' ) {
|
308 |
echo do_shortcode('[MEC_login]');
|
assets/css/frontend.css
CHANGED
@@ -3505,6 +3505,16 @@ button#mec-book-form-back-btn-step-3 {
|
|
3505 |
padding-left: 15px;
|
3506 |
}
|
3507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3508 |
/* Registration */
|
3509 |
.mec-book-username-password-wrapper {
|
3510 |
padding: 0 15px;
|
@@ -4252,6 +4262,7 @@ focus,
|
|
4252 |
.mec-single-event .mec-event-social ul {
|
4253 |
list-style: none;
|
4254 |
margin-left: 0;
|
|
|
4255 |
}
|
4256 |
|
4257 |
.mec-single-event .mec-event-social li.mec-event-social-icon {
|
@@ -8206,6 +8217,16 @@ li.mec-no-event-found .mec-event-title {
|
|
8206 |
box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
|
8207 |
}
|
8208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8209 |
@media only screen and (min-width: 768px) and (max-width: 1000px),
|
8210 |
(min-width: 270px) and (max-width: 448px) {
|
8211 |
.event-carousel-type1-head .mec-event-date-carousel {
|
@@ -18310,4 +18331,323 @@ body.mec-dark-mode .mec-single-modern .mec-single-event-bar {
|
|
18310 |
.mec-booking-shortcode .mec-book-form-coupon {
|
18311 |
margin-bottom: 35px;
|
18312 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18313 |
/* --------------------- */
|
|
3505 |
padding-left: 15px;
|
3506 |
}
|
3507 |
|
3508 |
+
/* Sell all occurrences by one booking */
|
3509 |
+
.mec-events-meta-group-booking .mec-next-occ-booking-p,
|
3510 |
+
.mec-events-meta-group-booking .mec-next-occ-booking {
|
3511 |
+
padding: 0;
|
3512 |
+
font-size: 12px;
|
3513 |
+
letter-spacing: 0;
|
3514 |
+
margin: 3px 0;
|
3515 |
+
padding: 5px 1em 3px 0;
|
3516 |
+
}
|
3517 |
+
|
3518 |
/* Registration */
|
3519 |
.mec-book-username-password-wrapper {
|
3520 |
padding: 0 15px;
|
4262 |
.mec-single-event .mec-event-social ul {
|
4263 |
list-style: none;
|
4264 |
margin-left: 0;
|
4265 |
+
padding: 0;
|
4266 |
}
|
4267 |
|
4268 |
.mec-single-event .mec-event-social li.mec-event-social-icon {
|
8217 |
box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
|
8218 |
}
|
8219 |
|
8220 |
+
.mec-skin-carousel-container .mec-multiple-event .mec-event-date-carousel {
|
8221 |
+
width: 230px;
|
8222 |
+
}
|
8223 |
+
|
8224 |
+
.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info-year,
|
8225 |
+
.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info {
|
8226 |
+
left: 159px;
|
8227 |
+
}
|
8228 |
+
|
8229 |
+
|
8230 |
@media only screen and (min-width: 768px) and (max-width: 1000px),
|
8231 |
(min-width: 270px) and (max-width: 448px) {
|
8232 |
.event-carousel-type1-head .mec-event-date-carousel {
|
18331 |
.mec-booking-shortcode .mec-book-form-coupon {
|
18332 |
margin-bottom: 35px;
|
18333 |
}
|
18334 |
+
|
18335 |
+
|
18336 |
+
/* #Booking > Date Selection > Calendar
|
18337 |
+
================================================== */
|
18338 |
+
/* Date Selection */
|
18339 |
+
.mec-booking-calendar-month-navigation {
|
18340 |
+
position: relative;
|
18341 |
+
text-align: center;
|
18342 |
+
padding: 1px 0 1px;
|
18343 |
+
max-width: 330px;
|
18344 |
+
}
|
18345 |
+
|
18346 |
+
.mec-booking-calendar.mec-wrap {
|
18347 |
+
margin-bottom: 20px;
|
18348 |
+
width: 100%;
|
18349 |
+
}
|
18350 |
+
|
18351 |
+
.mec-booking-calendar.mec-wrap {
|
18352 |
+
max-width: 330px;
|
18353 |
+
background: #ffffff;
|
18354 |
+
box-shadow: 0 1px 5px 6px rgba(0,0,0,.005) inset;
|
18355 |
+
border: 1px solid #efefef;
|
18356 |
+
}
|
18357 |
+
|
18358 |
+
/* Date Selection > Navigation */
|
18359 |
+
.mec-booking-calendar-month-navigation .mec-calendar-header h2 {
|
18360 |
+
text-transform: uppercase;
|
18361 |
+
font-size: 13px;
|
18362 |
+
font-weight: 700;
|
18363 |
+
line-height: 1.14;
|
18364 |
+
margin: 16px auto;
|
18365 |
+
color: #333;
|
18366 |
+
}
|
18367 |
+
|
18368 |
+
.mec-booking-calendar-month-navigation .mec-previous-month,
|
18369 |
+
.mec-booking-calendar-month-navigation .mec-next-month {
|
18370 |
+
cursor: pointer;
|
18371 |
+
position: absolute;
|
18372 |
+
top: 0;
|
18373 |
+
min-width: 40px;
|
18374 |
+
height: 40px;
|
18375 |
+
line-height: 40px;
|
18376 |
+
text-align: center;
|
18377 |
+
background: #fff;
|
18378 |
+
color: #a9a9a9;
|
18379 |
+
font-size: 10px;
|
18380 |
+
letter-spacing: 1px;
|
18381 |
+
text-transform: uppercase;
|
18382 |
+
padding-left: 5px;
|
18383 |
+
padding-right: 5px;
|
18384 |
+
border-top: none;
|
18385 |
+
transition: all .33s ease;
|
18386 |
+
border-bottom: 1px solid #efefef;
|
18387 |
+
box-shadow: 0 2px 0 0 rgba(0,0,0,.015);
|
18388 |
+
transition: all .33s ease;
|
18389 |
+
}
|
18390 |
+
|
18391 |
+
.mec-booking-calendar-month-navigation .mec-previous-month {
|
18392 |
+
left: 0;
|
18393 |
+
border-bottom-right-radius: 6px;
|
18394 |
+
border-left: none;
|
18395 |
+
border-right: 1px solid #efefef;
|
18396 |
+
}
|
18397 |
+
|
18398 |
+
.mec-booking-calendar-month-navigation .mec-next-month {
|
18399 |
+
right: 0;
|
18400 |
+
border-bottom-left-radius: 6px;
|
18401 |
+
border-right: none;
|
18402 |
+
border-left: 1px solid #efefef;
|
18403 |
+
}
|
18404 |
+
|
18405 |
+
.mec-booking-calendar-month-navigation .mec-previous-month:hover,
|
18406 |
+
.mec-booking-calendar-month-navigation .mec-next-month:hover {
|
18407 |
+
background-color: #f9f9f9;
|
18408 |
+
color: #40d9f1;
|
18409 |
+
}
|
18410 |
+
|
18411 |
+
/* Date Selection > Calendar */
|
18412 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar {
|
18413 |
+
margin-bottom: 0;
|
18414 |
+
width: 100%;
|
18415 |
+
}
|
18416 |
+
|
18417 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
|
18418 |
+
text-align: center;
|
18419 |
+
padding: 0;
|
18420 |
+
height: 47px;
|
18421 |
+
line-height: 47px;
|
18422 |
+
border: 0;
|
18423 |
+
cursor: pointer;
|
18424 |
+
}
|
18425 |
+
|
18426 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt:last-child {
|
18427 |
+
border: 0;
|
18428 |
+
}
|
18429 |
+
|
18430 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
|
18431 |
+
background: transparent;
|
18432 |
+
}
|
18433 |
+
|
18434 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day,
|
18435 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day span {
|
18436 |
+
width: 32px;
|
18437 |
+
height: 32px;
|
18438 |
+
margin: auto;
|
18439 |
+
line-height: 30px;
|
18440 |
+
border-radius: 50%;
|
18441 |
+
font-size: 12px;
|
18442 |
+
font-weight: 600;
|
18443 |
+
padding: 0;
|
18444 |
+
}
|
18445 |
+
|
18446 |
+
/* Bordered Date */
|
18447 |
+
.mec-has-event-for-booking {
|
18448 |
+
position: relative;
|
18449 |
+
}
|
18450 |
+
|
18451 |
+
.mec-has-event-for-booking .mec-calendar-novel-selected-day {
|
18452 |
+
border: 2px solid #40d9f1;
|
18453 |
+
border-radius: 50px;
|
18454 |
+
cursor: pointer;
|
18455 |
+
}
|
18456 |
+
|
18457 |
+
.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day {
|
18458 |
+
background-color: #40d9f1;
|
18459 |
+
}
|
18460 |
+
|
18461 |
+
/* Selected Date */
|
18462 |
+
.mec-has-event-for-booking .mec-booking-tooltip,
|
18463 |
+
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip,
|
18464 |
+
.mec-has-event-for-booking .mec-booking-calendar-date {
|
18465 |
+
opacity: 0;
|
18466 |
+
visibility: hidden;
|
18467 |
+
transition: all 0.4s ease;
|
18468 |
+
}
|
18469 |
+
|
18470 |
+
.mec-has-event-for-booking .mec-booking-tooltip,
|
18471 |
+
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
|
18472 |
+
top: 60px;
|
18473 |
+
}
|
18474 |
+
|
18475 |
+
.mec-has-event-for-booking .mec-booking-tooltip,
|
18476 |
+
.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
|
18477 |
+
position: absolute;
|
18478 |
+
z-index: 99;
|
18479 |
+
width: 140px;
|
18480 |
+
font-size: 9px;
|
18481 |
+
left: calc(50% - 70px);
|
18482 |
+
background: #535a61;
|
18483 |
+
line-height: 29px;
|
18484 |
+
border-radius: 4px;
|
18485 |
+
color: #fff;
|
18486 |
+
font-weight: 400;
|
18487 |
+
letter-spacing: 1px;
|
18488 |
+
text-transform: uppercase;
|
18489 |
+
padding: 3px 5px;
|
18490 |
+
box-shadow: 0 4px 15px -2px #444b50a3;
|
18491 |
+
}
|
18492 |
+
|
18493 |
+
.mec-has-event-for-booking:hover .mec-booking-tooltip.multiple-time .mec-booking-calendar-date,
|
18494 |
+
.mec-has-event-for-booking:hover .mec-booking-tooltip,
|
18495 |
+
.mec-has-event-for-booking:hover .mec-booking-calendar-date,
|
18496 |
+
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip,
|
18497 |
+
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-calendar-date {
|
18498 |
+
opacity: 1;
|
18499 |
+
visibility: visible;
|
18500 |
+
}
|
18501 |
+
|
18502 |
+
.mec-has-event-for-booking:hover .mec-booking-tooltip,
|
18503 |
+
.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
|
18504 |
+
top: 43px;
|
18505 |
+
}
|
18506 |
+
|
18507 |
+
.mec-has-event-for-booking .mec-booking-calendar-date:before,
|
18508 |
+
.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date:before {
|
18509 |
+
display: block;
|
18510 |
+
content: ''!important;
|
18511 |
+
position: absolute!important;
|
18512 |
+
width: 12px;
|
18513 |
+
height: 12px;
|
18514 |
+
top: -6px;
|
18515 |
+
left: calc(50% - 6px);
|
18516 |
+
transform: rotate(-45deg)!important;
|
18517 |
+
background-color: #535a61;
|
18518 |
+
z-index: 0!important;
|
18519 |
+
box-shadow: 0 8px 9px -9px #535a61!important;
|
18520 |
+
}
|
18521 |
+
|
18522 |
+
.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date-hover {
|
18523 |
+
border-bottom: 1px solid #ffffff30;
|
18524 |
+
}
|
18525 |
+
|
18526 |
+
/* Multiple Day Events */
|
18527 |
+
|
18528 |
+
/* First Day */
|
18529 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day {
|
18530 |
+
position: relative;
|
18531 |
+
padding-left: 7px;
|
18532 |
+
}
|
18533 |
+
|
18534 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day {
|
18535 |
+
border-radius: 47px;
|
18536 |
+
border-top-right-radius: 0;
|
18537 |
+
border-bottom-right-radius: 0;
|
18538 |
+
border-right: 0;
|
18539 |
+
width: 100%;
|
18540 |
+
}
|
18541 |
+
|
18542 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day span {
|
18543 |
+
margin-left: -7px;
|
18544 |
+
}
|
18545 |
+
|
18546 |
+
/* Last Day */
|
18547 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day {
|
18548 |
+
position: relative;
|
18549 |
+
padding-right: 7px;
|
18550 |
+
}
|
18551 |
+
|
18552 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day {
|
18553 |
+
border-radius: 47px;
|
18554 |
+
border-top-left-radius: 0;
|
18555 |
+
border-bottom-left-radius: 0;
|
18556 |
+
border-left: 0;
|
18557 |
+
width: 100%;
|
18558 |
+
}
|
18559 |
+
|
18560 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day span {
|
18561 |
+
margin-right: -7px;
|
18562 |
+
}
|
18563 |
+
|
18564 |
+
/* Middle Day */
|
18565 |
+
.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .middle-day .mec-calendar-novel-selected-day {
|
18566 |
+
border-radius: 0;
|
18567 |
+
border-right: 0;
|
18568 |
+
border-left: 0;
|
18569 |
+
width: 100%;
|
18570 |
+
}
|
18571 |
+
|
18572 |
+
/* Multiple Time in one Daye */
|
18573 |
+
.mec-booking-tooltip.multiple-time {
|
18574 |
+
color: #fff;
|
18575 |
+
}
|
18576 |
+
|
18577 |
+
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:before {
|
18578 |
+
display: none;
|
18579 |
+
}
|
18580 |
+
|
18581 |
+
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:first-child:before {
|
18582 |
+
display: block;
|
18583 |
+
}
|
18584 |
+
|
18585 |
+
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date {
|
18586 |
+
border: 1px dashed #68717a;
|
18587 |
+
line-height: 25px;
|
18588 |
+
margin: 8px 0;
|
18589 |
+
border-radius: 20px;
|
18590 |
+
transition: all .17s ease;
|
18591 |
+
-webkit-transition: all .17s ease;
|
18592 |
+
-moz-transition: all .17s ease;
|
18593 |
+
-ms-transition: all .17s ease;
|
18594 |
+
-o-transition: all .17s ease;
|
18595 |
+
}
|
18596 |
+
|
18597 |
+
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active,
|
18598 |
+
.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover {
|
18599 |
+
background: #40d9f1;
|
18600 |
+
border-color: #40d9f1;
|
18601 |
+
}
|
18602 |
+
|
18603 |
+
.mec-choosen-time-message {
|
18604 |
+
max-width: 330px;
|
18605 |
+
padding: 3px 14px;
|
18606 |
+
border-radius: 4px;
|
18607 |
+
background: rgb(64 217 241 / 24%);
|
18608 |
+
color: #40d9f1;
|
18609 |
+
transition: all 0.17s ease;
|
18610 |
+
opacity: 1;
|
18611 |
+
visibility: visible;
|
18612 |
+
font-size: 12px;
|
18613 |
+
margin-bottom: 20px;
|
18614 |
+
}
|
18615 |
+
|
18616 |
+
.mec-choosen-time-message .mec-choosen-time {
|
18617 |
+
padding-left: 7px;
|
18618 |
+
}
|
18619 |
+
|
18620 |
+
.mec-choosen-time-message.disable .mec-choosen-time-message,
|
18621 |
+
.mec-choosen-time-message.disable {
|
18622 |
+
opacity: 0;
|
18623 |
+
visibility: hidden;
|
18624 |
+
padding: 0;
|
18625 |
+
font-size: 0;
|
18626 |
+
margin: 0;
|
18627 |
+
}
|
18628 |
+
|
18629 |
+
/* Modal Popup Booking Styles */
|
18630 |
+
.lity-wrap .mec-booking-calendar.mec-wrap {
|
18631 |
+
margin-top: 20;
|
18632 |
+
}
|
18633 |
+
|
18634 |
+
.lity-wrap .mec-booking-calendar-month-navigation,
|
18635 |
+
.lity-wrap .mec-booking-calendar.mec-wrap,
|
18636 |
+
.lity-wrap .mec-choosen-time-message {
|
18637 |
+
max-width: 100%;
|
18638 |
+
}
|
18639 |
+
|
18640 |
+
/* Booking Shortcode */
|
18641 |
+
.mec-events-meta-group-booking-shortcode .mec-booking-calendar-wrapper .mec-booking-calendar .mec-calendar dl dt{
|
18642 |
+
height: 47px !important;
|
18643 |
+
}
|
18644 |
+
|
18645 |
+
@media (min-width: 961px) {
|
18646 |
+
.mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
|
18647 |
+
height: 47px;
|
18648 |
+
}
|
18649 |
+
}
|
18650 |
+
|
18651 |
+
|
18652 |
/* --------------------- */
|
18653 |
+
|
assets/css/frontend.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){font-family:Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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):not(.gm-control-active),.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:#24ca4f;-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}.mec-wrap #mec_woo_add_to_cart_btn_r{min-width:155px;margin-top:5px;border-radius:2px;box-shadow:0 2px 1px rgba(0,0,0,.08);float:left;text-align:center}.mec-booking-form-container button{display:block}.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-active-current{display:block}.current-hide #mec-active-current{display:none!important}.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;padding-left: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:first-of-type{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a,.mec-event-sharing-wrap:hover li ul 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 li svg{height:16px}.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-skin-grid-container .mec-categories{padding:0}.mec-skin-grid-container .mec-categories li{list-style:none}.mec-skin-grid-container .mec-categories li a{color:#000;line-height:24px;text-align:left;transition:all .23s ease;-webkit-transition:all .23s 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-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button{position:absolute;background:#fff;padding:6px;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;box-shadow:0 2px 0 0 rgba(0,0,0,.028)}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover{background:#40d9f1;border-color:#40d9f1}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i{color:#fff}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button{width:40%;float:right;color:#202020;height:36px;line-height:16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover{color:#fff}.mec-widget .mec-event-list-modern .col-md-2.col-sm-2,.mec-widget .mec-event-list-modern .col-md-6.col-sm-6{padding:0;width:100%;display:block;position:unset}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button{width:80%;height:46px;line-height:22px;padding:11px 20px;float:right}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{top:auto;bottom:5%}@media (max-width:480px){.mec-widget .mec-event-list-modern .col-md-4.col-sm-4{padding:0}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button{width:100%}}.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 .event-grid-t2-head .mec-categories li a{margin-bottom:10px;color:#fff}.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover{color:#000}.mec-event-grid-clean .mec-event-sharing-wrap{left:0;padding-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;padding-left: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}}span.mec-event-title-soldout{font-size:8px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:#e63360;color:#fff;padding:3px 8px;line-height:1;border-radius:15px;white-space:nowrap;vertical-align:middle}.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}.mec-event-grid-colorful .mec-event-article .mec-time-details{color:#fff}@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:34px;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:10px}.mec-event-list-minimal .mec-event-detail,.mec-event-list-minimal .mec-time-details{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-detail .mec-time-details{display:inline}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px;text-align:left}.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,.mec-event-grid-minimal .mec-time-details{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif;margin-bottom:5px}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-wrap .mec-event-grid-minimal .mec-event-date:hover{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,.mec-event-list-classic .mec-event-time{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px;text-align:left;display:initial;margin-right:12px}.mec-event-list-classic .mec-event-time .mec-time-details,.mec-event-list-classic .mec-event-time i{display:inline;margin-right:3px}.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-skin-grid-container .mec-event-grid-novel .mec-categories li a{color:#fff}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month,.mec-event-grid-novel .mec-local-time-details{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,.mec-event-grid-novel .mec-local-time-details: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-local-time-details::before{content:"\e007"}.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;padding-left:0}.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;padding-left:0}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-grid-novel .mec-event-sharing-wrap{padding-left:0}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{width:fit-content;z-index:999999}@media(min-width:1280px){.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img{width:100px;height:100px}.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-detail-wrap{margin-left:150px}}@media(min-width:760px) and (max-width:1024px){.mec-event-grid-novel .col-md-4.col-sm-4{width:100%}.mec-event-grid-novel .mec-event-image{float:left}.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img{width:100px;height:100px}}.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-local-time-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-local-time-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-standard .mec-local-time-details:before{content:"\f0ac"}.mec-event-list-standard .mec-local-time-details .mec-local-title{display:block}.mec-event-list-standard .mec-local-time-details .mec-local-date,.mec-event-list-standard .mec-local-time-details .mec-local-time{font-style:normal;letter-spacing:0;font-size:11px;color:#8a8a8a;font-weight:300;line-height:1.6}.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:4px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}.mec-event-list-standard .mec-price-details{text-transform:uppercase;font-size:11px;font-weight:300}.mec-event-list-standard .mec-price-details i{margin-left:6px}.mec-month-side .mec-price-details{margin-left:2px}.mec-event-article .mec-price-details i,.mec-month-side .mec-price-details i,.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .mec-price-details i{padding-top:4px;vertical-align:unset}.mec-event-list-standard ul.mec-categories{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard ul.mec-categories li.mec-category a:before{font-size:16px!important;content:"\f105";position:absolute;font-family:fontawesome;left:8px;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-localtime-details{color:#777;font-weight:400;line-height:12px;font-size:12px}.mec-localtime-details .mec-localdate,.mec-localtime-details .mec-localtime,.mec-localtime-details .mec-localtitle{display:inline-block}.mec-localtime-details .mec-start-date-label{padding-right:5px}.mec-localtime-details .mec-localtime{padding-left:5px}.mec-event-list-minimal .mec-localtime-details{display:inline-flex;font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;padding-left:9px}.mec-event-grid-classic .mec-localtime-details,.mec-event-grid-clean .mec-localtime-details{color:#fff;font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:-.02em;color:#fff;padding:0 0;line-height:18px;margin-top:-3px}.mec-event-grid-clean .mec-localtime-details,.mec-event-grid-colorful .mec-localtime-details,.tooltipster-box .mec-localtime-details{line-height:22px;padding-top:10px}.mec-event-grid-colorful .mec-localtime-details{color:#fff}.mec-event-grid-classic .mec-localtime-details{text-align:center}.mec-event-grid-minimal .mec-localtime-details{line-height:22px}.mec-wrap .mec-yearly-view-wrap .mec-localtime-wrap i{display:inline-block;margin-left:-1px}.mec-timetable-t2-content .mec-local-time-details{padding-left:19px}.mec-timetable-t2-content .mec-local-time-details{position:relative}.mec-timetable-t2-content .mec-local-time-details:before{content:"\e007";font-family:simple-line-icons;position:absolute;font-size:12px;margin-right:4px;left:0}.mec-masonry .mec-masonry-col6 .mec-localtime-details{margin-top:10px;line-height:21px}.mec-masonry .mec-masonry-col6 .mec-localtime-details i{height:auto}.mec-event-cover-classic .mec-localtime-details{color:#fff;margin-top:12px}.mec-event-cover-classic .mec-localtime-details i{padding-right:8px}.mec-event-cover-clean .mec-localtime-details{color:#fff;margin-bottom:20px}.mec-event-cover-modern .mec-localtime-details{color:#fff;margin:10px 0;font-weight:400;font-size:18px}.mec-event-countdown-style1 .mec-localtime-details,.mec-event-countdown-style2 .mec-localtime-details,.mec-event-countdown-style3 .mec-localtime-details{color:#fff;padding:8px 5px 0;font-size:14px;line-height:25px}.mec-event-countdown-style1 .mec-localtime-details{text-align:center}.mec-event-hover-carousel-type4 .mec-localtime-details{display:block;color:#fff;font-size:11px}.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localdate,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtime,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtitle,.mec-event-footer-carousel-type3 .mec-localtime-details span{display:inline-flex;line-height:20px;text-align:left;margin:0!important;font-size:12px;color:#777;line-height:28px}.mec-owl-crousel-skin-type1 .mec-localtime-details{margin-top:-7px;margin-bottom:12px}.mec-wrap .mec-slider-t5 .mec-localtime-details{margin-top:14px;line-height:20px}.mec-wrap .mec-slider-t5 .mec-localtime-details i{font-size:18px;height:20px}.mec-timeline-event-local-time{background:rgba(64,217,241,.11);display:inline-block;padding:7px 20px 11px;border-radius:20px;line-height:1.24}.mec-timeline-event-local-time .mec-localtime-details{font-size:13px;font-weight:500;vertical-align:middle;margin-left:6px;color:inherit;line-height:24px}.mec-timeline-event-local-time .mec-localtime-details i{font-size:17px;vertical-align:middle;margin-left:-7px;padding-right:3px}.mec-booking-modal{background-color:#e6f7ff}.mec-booking-modal .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before{top:-1px}.mec-modal-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;padding:12px 16px;line-height:37px;height:38px;margin:12px 0}.mec-modal-booking-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-modal-booking-button.mec-mb-icon i{font-size:14px}.mec-event-list-classic .mec-modal-booking-button{height:0;line-height:1;margin:7px 0 0;display:inline-table;letter-spacing:0;padding:12px 14px}.mec-event-grid-novel ul.mec-categories{position:relative;line-height:30px;font-size:15px}.mec-event-grid-novel ul.mec-categories li.mec-category a{padding-left:35px;color:rgba(255,255,255,.4);line-height:30px;font-size:15px}.mec-event-grid-novel ul.mec-categories li.mec-category a:before{font-size:16px!important;content:"\f105";position:absolute;font-family:fontawesome;left:8px;font-size:15px;color:rgba(255,255,255,.4)}.mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button{margin:0;color:#282828;font-size:12px;transition:all .5s ease;-webkit-transition:all .5s ease;position:relative;padding:0 0 0 24px;background:0 0;text-align:left;display:inline;border:0;font-weight:700}.mec-timetable-t2-col .mec-modal-booking-button{color:#fff;padding-left:19px}.mec-timetable-t2-col .mec-modal-booking-button:hover{color:#282828}.mec-event-list-minimal .mec-modal-booking-button{margin:0 4px 0 84px}.mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before{content:'';position:absolute;background:#7a7272;width:18px;height:1px;left:0;top:45%;transition:all .1s ease;-webkit-transition:all .1s ease}.mec-skin-carousel-container .mec-modal-booking-button{line-height:70px}.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 12px 13px 14px;font-weight:700;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease;line-height:unset}.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon:hover{border-color:#222;background:#222;color:#fff}.mec-event-footer .mec-modal-booking-button,.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button{position:absolute;top:20px;right:125px;margin:0;padding:0 16px;line-height:37px}.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button{top:0;line-height:41px;height:41px;right:121px}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button{line-height:18px;font-size:12px;letter-spacing:0;float:right;height:41px;margin:0 12px 0 0}.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-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;margin:0 0 0 12px}.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button:hover{color:#191919;background-color:#fff;border:2px #fff solid}.mec-event-grid-modern .mec-event-footer .mec-modal-booking-button{right:auto;left:110px}.mec-event-grid-simple .mec-modal-booking-button,.mec-events-agenda .mec-modal-booking-button{margin:0;font-size:12px;transition:all .5s ease;-webkit-transition:all .5s ease;position:relative;padding:0;background:0 0;text-align:left;display:inline;border:0;font-weight:700}.mec-events-agenda .mec-modal-booking-button{display:block;height:unset;padding-left:173px;line-height:14px;margin-bottom:7px}.mec-yearly-view-wrap .mec-modal-booking-button{margin:0;padding-left:14px;text-transform:capitalize}.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon{right:auto;left:238px;width:36px;height:36px;display:table-cell;vertical-align:middle;padding:0 10px;border-color:rgba(255,255,255,.1);background-color:rgba(0,0,0,0);color:#fff;border-radius:36px}.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-simple .mec-modal-booking-button:hover,.mec-events-agenda .mec-modal-booking-button:hover,.mec-events-yearlu .mec-modal-booking-button:hover{color:#191919}.mec-event-masonry .mec-event-footer .mec-modal-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);right:auto;left:155px}.mec-timeline-event .mec-modal-booking-button{position:absolute;top:0;right:0;display:inline-block;padding:7px 20px 7px;line-height:22px;height:unset;border:unset;text-transform:capitalize;font-weight:500;font-size:13px;letter-spacing:0;margin:0;border-radius:0 0 0 10px}.mec-timeline-event .mec-modal-booking-button:hover{background:#191919;color:#fff}.mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button{position:absolute;top:50%;transform:translateY(-50%);right:15px;line-height:26px;height:49px;border:unset;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;margin:0}.mec-skin-daily-view-events-container .mec-modal-booking-button:hover,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button:hover{background:#292929;color:#fff}@media(max-width:1023px){.mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button{position:relative;top:unset;transform:unset;margin:14px 16px 0;padding:8px;line-height:20px;height:35px}}@media(max-width:768px){.featherlight .featherlight-inner{width:100%}.mec-events-agenda .mec-modal-booking-button{padding:0}}@media(max-width:480px){.mec-booking-modal .mec-events-meta-group-booking-shortcode{padding:20px}.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-mec_email,.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-name{width:100%}.mec-booking-modal .mec-booking-shortcode button#mec-book-form-btn-step-2{margin-left:20px}.mec-booking-modal .mec-booking-shortcode .mec-click-pay button[type=submit]{bottom:22px}.mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before{display:none}.mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button{margin:0;padding:0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:20px}}.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-booking .mec-book-bfixed-fields-container{padding-left:15px}.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:155px;margin-top:5px;margin-left:10px;border-radius:2px;box-shadow:0 2px 1px rgba(0,0,0,.08)}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button{background:#c4cace;float:left}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button:hover{background:#000}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-next-button{float:left;margin-left:0}button#mec-book-form-back-btn-step-3{float:none}.mec-next-occ-booking,.mec-next-occ-booking-p{padding-left:15px}.mec-book-username-password-wrapper{padding:0 15px}.lity-container .mec-next-occ-booking,.lity-container .mec-next-occ-booking-p{padding-left:0}.mec-single-event .mec-events-meta-group-booking .mec-click-pay{max-width:350px}.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button{float:right}.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover{background:#000}.lity-container .mec-click-pay{max-width:400px}.lity-container .mec-book-form-btn-wrap button.mec-book-form-next-button,.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r{float:right}.lity-container button.mec-book-form-next-button{float:right}.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.lity-container .mec-click-pay button.mec-book-form-next-button:hover{background:#000}.mec-single-event .mec-events-meta-group-booking .mec-click-next{float:right;position:relative;width:calc(100% - 186px)}.lity-container .mec-click-next{float:right;position:relative;width:calc(100% - 186px)}.mec-single-event .mec-book-form-coupon button{margin-left:0}.mec-single-event .mec-book-form-gateway-checkout button{margin-left:0}.mec-single-event .mec-single-event .mec-book-form-gateway-checkout button{margin-right:20px}.lity-content .mec-book-form-back-button{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-right:10px;line-height:1;padding:18px 20px 16px;-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;background:#c4cace}.lity-content .mec-book-form-back-button:hover{background:#000}.lity-content button#mec-book-form-back-btn-step-3{float:none}.lity-content .mec-book-form-next-button{float:left}.lity-content .mec-book-bfixed-fields-container{list-style:none;padding-left:0}.mec-single-event .mec-book-first,.mec-single-event .mec-book-form-gateways,.mec-single-event .mec-book-form-price,.mec-single-event .mec-event-tickets-list,.mec-single-event form.mec-click-next{padding-left:0;padding-right:0}.mec-single-event label.mec-fill-attendees{margin-left:0}.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-2,.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-3,.mec-wrap .mec-events-meta-group-booking #mec-book-form-btn-step-1{margin-left:0}.mec-wrap .mec-booking-form-container .col-md-12{padding-left:0}.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row{margin:0}.mec-wrap .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label{padding-left:3px}.mec-wrap p.mec-gateway-comment{margin-top:20px}.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!important}.lity .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.lity .mec-events-meta-group-booking .mec-red-notification input[type=radio],.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!important}.lity .mec-book-ticket-container .mec-red-notification input,.lity .mec-book-ticket-container .mec-red-notification select,.lity .mec-book-ticket-container .mec-red-notification textarea{border:1px solid #ff3c3c!important}@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}@media only screen and (max-width:480px){.single-mec-events .lity-container{width:100%}.single-mec-events .lity-content .mec-events-meta-group-booking{padding:20px;width:85%;margin:0 auto}}.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{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;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.15)}.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;margin-bottom: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.tumblr{background:#34465d}.mec-single-event .mec-event-social a.tumblr:hover{background:#273649}.mec-single-event .mec-event-social a.telegram{background:#08c}.mec-single-event .mec-event-social a.telegram:hover{background:#1076be}.mec-single-event .mec-event-social a.whatsapp{background:#25d366}.mec-single-event .mec-event-social a.whatsapp:hover{background:#23ac55}.mec-single-event .mec-event-social a.flipboard{background:#e12828}.mec-single-event .mec-event-social a.flipboard:hover{background:#af1e1e}.mec-single-event .mec-event-social a.pocket{background:#ef4056}.mec-single-event .mec-event-social a.pocket:hover{background:#8d1717}.mec-single-event .mec-event-social a.reddit{background:#ff5700}.mec-single-event .mec-event-social a.reddit:hover{background:#c94909}.mec-single-event .mec-event-social a.flipboard svg,.mec-single-event .mec-event-social a.telegram svg{height:16px}.mec-single-event .mec-event-social li.mec-event-social-icon a svg{display:unset}.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.linkedin{background:#457399}.mec-single-event .mec-event-social a.linkedin: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,.mec-single-event .mec-wrap-checkout 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}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before,.mec-single-event .mec-wrap-checkout 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%}.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:47%!important;margin-right:12px;margin-top:5px;display:inline-block!important}@media(max-width:768px){.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:100%!important;margin-right:0;display:block!important}}.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}.single-mec-events .mec-speakers-details ul{padding:0;margin-left:0}.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:10px;font-size:15px;line-height:1.8;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;color:#888}.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;display:block}.mec-attendees-list-details .mec-attendee-profile-link span{display:inline-block;color:#000;vertical-align:middle;cursor:pointer}.mec-attendees-list-details span.mec-attendee-profile-ticket-number{border-radius:50px;width:20px;height:20px;font-size:12px;text-align:center;color:#fff;margin-right:4px;line-height:20px}#wrap .mec-attendees-list-details span.mec-attendee-profile-ticket-number{line-height:19px}.mec-attendees-list-details .mec-attendee-profile-link span i{vertical-align:middle;font-size:9px;font-weight:700;margin-left:5px}.mec-attendees-list-details .mec-attendees-toggle{border:1px solid #e6e6e6;background:#fafafa;padding:15px 15px 0;border-radius:3px;margin:12px 0 20px 52px;position:relative;font-size:13px;box-shadow:0 3px 1px 0 rgba(0,0,0,.02)}.mec-attendees-list-details .mec-attendees-toggle:after,.mec-attendees-list-details .mec-attendees-toggle:before{content:'';display:block;position:absolute;left:50px;width:0;height:0;border-style:solid;border-width:10px}.mec-attendees-list-details .mec-attendees-toggle:after{top:-20px;border-color:transparent transparent #fafafa transparent}.mec-attendees-list-details .mec-attendees-toggle:before{top:-21px;border-color:transparent transparent #e1e1e1 transparent}.mec-attendees-list-details .mec-attendees-toggle .mec-attendees-item{padding-bottom:15px}.mec-attendees-list-details .mec-attendee-avatar img{border-radius:3px}.mec-attendee-avatar-sec{float:left;width:50px;margin-right:12px}.mec-attendee-profile-name-sec,.mec-attendee-profile-ticket-sec{float:left;width:calc(100% - 62px);margin-top:3px}.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}.excerpt-wrap .mec-wrap dt,.nv-content-wrap .mec-wrap dt{display:table-cell}.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,.mec-calendar .mec-event-article .mec-localtime-details div{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:15%;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-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table{min-height:unset}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:13px;font-weight:500;margin:0;color:#444}.mec-event-container-simple .mec-monthly-tooltip h4:hover{text-decoration:underline;color:#111}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px dashed #e3e3e3;padding:10px 2px;display:block}.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day{font-size:30px;color:#000}.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover{background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-row dt,.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child{border-width:2px}.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom:2px solid #40d9f1;background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt{line-height:36px}@media (max-width:768px){.mec-calendar.mec-event-container-simple{overflow-x:scroll}.mec-calendar.mec-event-container-simple .mec-calendar-side{min-width:100%}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:12px}.mec-event-container-simple .mec-calendar-side{min-width:600px!important;overflow-x:scroll}}.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,.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .mec-price-details{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-box .mec-tooltip-event-desc{margin-bottom:12px}.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}@media (max-width:780px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{word-break:break-all;font-size:13px}}@media (max-width:320px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{font-size:10px}}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px;position:relative}.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-skin-grid-container .mec-skin-map-container,.mec-skin-list-container .mec-skin-map-container{margin-bottom:20px}.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 .block-w li{font-size:50px}.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:#0dbf52;background-color:#cef7ce}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-form,.mec-fes-list{background:#f8feff;padding:30px 3%;color:#798f96;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul{margin:0 auto 15px;max-width:960px;list-style:none;padding-left:40px}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{padding:20px 15px;border-radius:3px;margin-bottom:15px;border:1px solid #cfeff5;box-shadow:0 2px 6px -4px #cfeff5;background:#fff;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-size:17px;font-weight:600;width:calc(100% - 250px);display:inline-block}@media (max-width:680px){.mec-fes-list ul li .mec-event-title{width:100%;font-size:13px;margin:0 0 20px 0;display:block}.mec-fes-list ul li{padding:10px 12px 40px}}@media (max-width:480px){.mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul{padding-left:0}}.mec-fes-form .mec-required{color:#ff3c3c}.mec-fes-list .mec-event-status{color:#fff!important;border-color:transparent!important}.mec-fes-form .mec-book-confirmed,.mec-fes-list .mec-book-confirmed{background:#50d477!important}.mec-fes-form .mec-book-pending,.mec-fes-list .mec-book-pending{background:#fcbe69!important}.mec-fes-form .mec-book-rejected,.mec-fes-list .mec-book-rejected{background:#fe686a!important}.mec-fes-form .mec-book-other,.mec-fes-list .mec-book-other{background:#40d9f1!important}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:0;border:0;background:#f7f8f9;float:right;margin-left:5px;border-radius:2px;transition:all .2s ease}.mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a{padding:4px 8px;display:inline-block;border:1px solid #e7e8e9;border-radius:2px;color:#789;position:relative}@media (max-width:600px){.mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a{font-size:10px}}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f96f8a;border-color:#f96f8a;color:#fff}.mec-fes-list ul li .mec-fes-event-export a:hover,.mec-fes-list ul li .mec-fes-event-view a:hover{background:#40d9f1;color:#fff;border-color:#40d9f1}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:3px;color:#fff!important;display:inline-block;font-size:13px;line-height:1;text-transform:none;font-weight:400;text-decoration:none;cursor:pointer;margin-bottom:20px!important;margin-right:10px;line-height:1;letter-spacing:0;padding:15px 22px;background:#39c36e;box-shadow:0 1px 7px -3px #39c36e!important;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;text-decoration:unset}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-list-top-actions a{font-weight:600;text-transform:capitalize}.mec-fes-form-top-actions a:before{content:"";border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;margin-right:5px;vertical-align:sub;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:10px;clear:both}.mec-fes-form label{font-size:13px;display:block;color:#798f96;font-weight:400;padding:0 0 4px 2px}.mec-fes-form input+label{padding-top:8px;padding-left:3px;margin:0;display:inline-block;vertical-align:top}#wrap .mec-fes-form input+label{padding-top:0}.mec-fes-form .post-status{float:right!important;margin:0 5px;color:#fff;padding:0 10px;border-radius:12px;font-style:italic;font-size:18px}.mec-fes-form #mec-event-data input[type=date],.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 input[type=url],.mec-fes-form select,.mec-fes-form textarea{min-width:inherit;width:auto;display:inline;min-height:30px;font-size:13px;padding:10px;margin-bottom:20px;clear:both;background:#fff;border:1px solid #cfeff5;box-shadow:0 2px 5px rgba(207,239,245,.38) inset;border-radius:3px;height:40px;max-width:280px;color:#798f96;font-family:inherit}#mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content #mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator,.mec-single-event .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==);background-position:center;background-size:cover;width:10px;height:12px;display:block}.mec-fes-form input{background:#fff!important;border-radius:3px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-fes-form textarea{height:80px}.mec-fes-form input::-webkit-input-placeholder{color:#798f96}.mec-fes-form input::-moz-placeholder{color:#798f96}.mec-fes-form input:-ms-input-placeholder{color:#798f96}.mec-fes-form input:-moz-placeholder{color:#798f96}#mec-excerpt .mec-form-row .widefat{max-width:100%}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{padding:5px 10px;min-height:32px;height:50px;background:#fff!important;max-width:100%;font-size:19px;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 input[type=url]: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}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline}.mec-fes-form-cntt .dashicons-editor-help{display:block}.mec-fes-form .mec-tooltip:hover:after,.mec-fes-form .mec-tooltip:hover:before{display:none}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline-flex;bottom:7px}.mec-fes-form .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-fes-form .mec-tooltip .box p,.mec-fes-form .mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0}.mec-fes-form .mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-fes-form .mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-fes-form .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-fes-form .mec-tooltip .box p a,.mec-fes-form .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-fes-form .mec-tooltip .box a:hover{color:#f90}.mec-fes-form .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-fes-form .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-fes-form .mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-fes-form .mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-fes-form .mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-fes-form .mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-fes-form .mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-fes-form .mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}.mec-fes-form .mec-tooltip{display:inline-block;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-fes-form .mec-tooltip:last-child{margin-right:0}.mec-fes-form .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-fes-form .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-fes-form .mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-fes-form .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-fes-form .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}.mec-fes-form .mec-tooltip .content p a{display:none}@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:0 20px 20px;border:1px solid #cfeff5;margin-bottom:20px!important;box-shadow:0 2px 6px -3px #cfeff5;border-radius:3px;background:#fff}.mec-fes-form .mec-meta-box-fields h4{margin:0 -20px;font-size:15px;font-weight:600;letter-spacing:0;color:#40d9f1;text-transform:capitalize;padding:15px 20px;background:#ecfcff;margin-bottom:20px;border-radius:3px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #40d9f1,0 2px 8px -1px #40d9f1}.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:190px;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1,.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-2{width:120px;margin-right:10px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].widefat{width:100%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:none;padding-bottom:10px}.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}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button.mec-add-hourly-schedule-button{font-size:12px;height:30px;line-height:25px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row .description{display:inline-block;border-left:1px dashed #bfcacc;margin-left:12px;line-height:28px;padding-left:12px;margin-top:5px;font-style:italic}@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_fes_form_message{max-width:838px;margin:10px auto;display:block!important;text-align:center}.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)}.mec-full-calendar-wrap .mec-search-form .col-md-7{padding:0}@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;clear:both;overflow:hidden}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5{display:block;max-width:100%;padding:0;margin:0 0 10px 0}.mec-full-calendar-wrap .mec-search-form .col-md-3{padding-bottom:10px!important}.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}.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-full-calendar-wrap .mec-search-form .col-md-5{margin-top:20px}.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{padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{right:10px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{padding-bottom:0;width:100%}}@media (min-width:961px) and (max-width:1200px){.mec-full-calendar-wrap .mec-totalcal-box{padding:15px 10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 10px}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-address-search,.mec-search-form .mec-text-input-search{padding:0 4px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.mec-full-calendar-wrap .mec-totalcal-box .col-md-5{padding-bottom:20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{min-width:calc(30% - 10px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select{min-width:calc(50% - 19px)}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:9px;text-align:center}}@media only screen and (max-width:1200px){.post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{width:100%;padding:0}.post-type-archive-mec-events .mec-totalcal-box select:last-child{min-width:auto}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{position:relative;float:right;max-width:100%;left:0;top:20px;width:100%!important;display:block;clear:both}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view{max-width:100%;width:100%}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{width:20.1%;font-size:10px}}@media only screen and (max-width:960px){.post-type-archive-mec-events .mec-totalcal-box .col-md-5{top:10px}}@media only screen and (max-width:760px){.post-type-archive-mec-events .mec-totalcal-box .col-md-5{top:0!important}}@media only screen and (max-width:480px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{font-size:8px}}@media (min-width:1201px) and (max-width:1280px){.mec-full-calendar-wrap .mec-totalcal-view span{font-size:9px;padding:0 10px}}@media (min-width:761px) and (max-width:1200px){.mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{width:33.3333%;display:block;float:left}.mec-full-calendar-wrap .mec-search-form .col-md-4 .mec-text-input-search{padding:0;margin-bottom:20px}.mec-full-calendar-wrap .mec-search-form .col-md-3{width:100%}.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child{min-width:70px;width:70px}.mec-full-calendar-wrap .mec-search-form .col-md-5{float:right;padding:0 0 10px 0}.mec-full-calendar-wrap .mec-totalcal-view span{font-size:11px}}@media (max-width:760px){.mec-full-calendar-wrap .mec-search-form .col-md-3{width:100%}.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child{min-width:70px;width:70px}.mec-full-calendar-wrap .mec-search-form .col-md-5{float:right;padding:0 0 10px 0}.mec-full-calendar-wrap .mec-totalcal-view span{font-size:11px}}@media (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px);margin-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-left:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:100%}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:14.3%;text-align:center;font-size:10px;margin-right:-1px}}@media(max-width:780px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{width:calc(50% - 18px)!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:unset;padding-right:0}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5{margin:0;padding:0}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 7px;margin-top:20px}}@media(max-width:480px){.mec-full-calendar-wrap .mec-totalcal-box{padding:15px 10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:13.5%;text-align:center;font-size:11px}}@media(max-width:411px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:12%;font-size:10px}}@media(max-width:320px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:22.5%;font-size:11px}}.mec-totalcalview-selected:hover{color:#fff!important}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;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-full-calendar-wrap .mec-search-form .mec-date-search,.mec-full-calendar-wrap .mec-search-form .mec-text-input-search{width:100%}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-6,.mec-full-calendar-wrap .mec-search-form .col-md-8{padding:0}.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);margin-bottom:20px}.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:781px){.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}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3{margin-bottom:0;padding-bottom:0!important}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}@media only screen and (min-width:961px) and (max-width:1200px){.post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-5{max-width:100%;width:100%}.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0 10px}.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search{margin:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{margin-bottom:20px;padding:0 10px 10px 10px}}@media only screen and (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0 10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{margin-bottom:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search{margin:0}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view{padding-right:15px}.mec-full-calendar-wrap .mec-search-form .col-md-5{margin-bottom:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{padding:0}}@media only screen and (max-width:780px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{margin-top:10px;margin-bottom:10px}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{margin-top:0}}@media only screen and (max-width:760px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{margin-top:20px;margin-bottom:0}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{margin-top:20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0}}@media only screen and (max-width:1200px){.post-type-archive-mec-events .mec-full-calendar-wrap .mec-totalcal-view span{width:14.333%;font-size:8px}}@media only screen and (min-width:320px) and (max-width:960px){.post-type-archive-mec-events .mec-search-form .col-md-5 span{width:20%!important}}.mec-search-form .mec-text-address-search{float:left;width:100%;padding:0 10px;margin-bottom:20px}.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-owl-theme .owl-dots .owl-dot{border:none}.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{padding-left:0;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%;transform:rotate(90deg)}}@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:50%;transform:translateY(-50%);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-single-modern .col-md-4.mec-no-image .mec-frontbox{margin-top:20px}.mec-next-occurrence ul{padding-left:0;margin-left:0}.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-organizer-description p{padding-left:12px}.mec-modal-wrap{max-width:60vw;max-height:90vh!important;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5);overflow-x:hidden!important}@media(max-width:1023px){.mec-modal-wrap{max-width:80vw}}.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-holding-status-expired{color:#d8000c}.mec-holding-status-ongoing{color:#0dbf52}body .featherlight{z-index:999999!important}body .featherlight .featherlight-content{background:0 0;overflow:unset;z-index:9999}body .featherlight .featherlight-close-icon{position:fixed;top:40px;right:40px;background:0 0;color:#fff;border:1px solid #fff;border-radius:0}body .featherlight .featherlight-close-icon:hover{background:#fff;color:#000;border:1px solid #000}@media (max-width:320px){.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{padding:15px 12%}}@media (max-width:414px){.mec-wrap span.flip-clock-divider{width:30px}.mec-single-event .mec-events-meta-group-countdown{margin-left:0;padding:15px 7%}}@media (max-width:480px){body .featherlight .featherlight-content{width:95%}.mec-wrap span.flip-clock-divider{width:7px}.mec-single-event .mec-events-meta-group-countdown{margin-left:0;padding:15px 1%}body .featherlight .featherlight-close-icon{color:#000;border-color:#000}}@media(max-width:1366px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:20px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 15px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:48px}}@media(max-width:1280px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:14px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:15px 10px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:38px}}@media(min-width:961px) and (max-width:1024px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:7px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:15px 5px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:14px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul li a div{font-size:30px}}@media(max-width:640px){body .mec-modal-wrap .mec-single-modal.featherlight-close-icon{top:14px;right:14px}}@media(max-width:480px){.featherlight .featherlight-content,body .mec-modal-wrap{max-width:100%}body .mec-modal-wrap.flip-clock-divider .flip-clock-label{display:block}}@media (max-width:414px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:50px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 65px}body .featherlight-content .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 2px 20px 2px!important}body .featherlight-content .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:3px!important}}@media (max-width:375px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:50px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 45px}}@media (max-width:320px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:20px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 40px}}.mec-single-event-bar dd{margin-left:0}.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;min-height:100px;display:table;width:100%;border-collapse:separate}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{width:200px;border-right:1px solid #e3e3e3;margin-right:15px;display:table-cell;padding-right:5px}.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,.mec-toggle-item-col .mec-time-details{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:table-cell;text-align:left;max-width:calc(100% - 200px);padding-left:15px;vertical-align:middle}.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-inner .mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px;display:block;max-width:100%;padding-left:15px}.mec-events-toggle .mec-toggle-title{display:block;width:100%;max-width:100%}}.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}.mec-yearly-view-wrap .mec-events-agenda.mec-selected{box-shadow:-10px 0 0 0 #fffcf2,0 -1px 0 #fbebb6;background:#fffcf2;border-color:#fbebb6;color:#f9af29}@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:185px;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:pre-line;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}}@media(min-width:961px){.mec-timetable-col-7{width:14.28%}.mec-timetable-col-6{width:16.6666%}}.mec-timetable-t3-wrap td{position:relative;padding:0}.mec-timetable-t3-wrap td a{width:100%;display:block;min-height:110px}.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;position:relative}.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}.degrees-mode{background:rgba(0,0,0,.2);cursor:pointer;font-weight:300;font-size:18px;padding:4px 5px;line-height:1;color:#fff;position:absolute;border-radius:8px;bottom:16px;left:16px}.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{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}@media (max-width:480px){.mec-masonry-content.mec-event-grid-modern .mec-labels-normal{display:block}}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:52px;letter-spacing:-2px;line-height:41px;vertical-align:top}.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:0;padding:15px 18%}}@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-timeline-event .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-timeline-event.mec-label-canceled .mec-fc-style,.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-timeline-event .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-timeline-event.mec-label-canceled .mec-fc-style:before,.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;white-space:nowrap}.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}ul.mec-categories{padding:0}ul.mec-categories li.mec-category{list-style:none}ul.mec-categories li.mec-category a{font-weight:400;color:#626262;font-size:13px;text-align:left;transition:all .23s ease;-webkit-transition:all .23s ease}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px;margin-left:-110px}.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;border-radius:3px}.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;text-align:center;word-break:initial}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:53%;text-align:left}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i{color:#fe686a}.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-event-date,.mec-event-status{text-align:center}.mec-event-date .mec-tooltip,.mec-event-status .mec-tooltip{position:relative;width:fit-content;margin:auto}.mec-profile i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{min-width:250px;max-width:300px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#000;color:#fff;font-weight:400;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #535a61;padding:5px 10px 6px;border-radius:8px;text-align:center;font-style:normal;opacity:0;visibility:hidden;display:none}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;letter-spacing:1.1px;font-weight:500}.mec-event-date .mec-tooltip:hover .box:after,.mec-event-status .mec-tooltip:hover .box:after{content:'';position:absolute;width:12px;height:12px;left:calc(50% - 12px);bottom:-12px;transform:translate(50%,-50%) rotate(-45deg);background-color:#000;box-shadow:0 8px 9px -4px #535a61}.mec-event-status .mec-tooltip .box{min-width:100px}.mec-event-status.mec-book-confirmed .mec-tooltip .box,.mec-event-status.mec-book-confirmed .mec-tooltip:hover .box:after{background-color:#50d477}.mec-event-status.mec-book-rejected .mec-tooltip .box,.mec-event-status.mec-book-rejected .mec-tooltip:hover .box:after{background-color:#fe686a}.mec-event-status.mec-book-pending .mec-tooltip .box,.mec-event-status.mec-book-pending .mec-tooltip:hover .box:after{background-color:#fcbe69}.mec-event-date .mec-tooltip:hover .box,.mec-event-status .mec-tooltip:hover .box{opacity:1;visibility:visible;display:block}.mec-profile .mec-event-status{padding:0}.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:850px;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;font-size:12px}.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}}@media(max-width:1366px){.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:6%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:40%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:12%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:8%}}@media(max-width:1024px){.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:30%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:10%}}@media(max-width:780px){.mec-profile .mec-profile-bookings tbody tr,.mec-profile i{font-size:12px}.mec-event-date .mec-tooltip .box{min-width:200px}.mec-event-status .mec-tooltip .box{min-width:90px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{padding:4px 5px!important}.mec-profile .mec-profile-bookings tbody tr{font-size:12px}}@media(max-width:480px){.mec-profile .mec-booking-number-of-attendees,.mec-profile .mec-profile-bookings tbody tr,.mec-profile i{font-size:8px!important}.mec-profile .mec-profile-bookings tbody tr td{padding:3px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:19%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:12%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:18%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:13%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:13%}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{font-size:8px}.mec-event-date .mec-tooltip .box{min-width:75px}.mec-event-status .mec-tooltip .box{min-width:70px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{padding:4px 5px!important}}.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-container .mec-click-pay #mec_woo_add_to_cart_btn_r,.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-events-meta-group-booking{position:relative}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-google-recaptcha{margin:0 0 20px 16px}.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}.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}.mec-content-notification a{margin-left:5px}.mec-content-notification{background:#f7f7f7;padding:10px 10px 10px;border:1px solid #e8e8e8}.mec-content-notification p{margin-bottom:0}.mec-fes-form #mec-advanced-wraper div:first-child>ul{border:1px solid #cfeff5;width:auto;box-shadow:0 1px 4px -2px #cfeff5;display:block;margin:5px 0 10px;padding:5px 0;border-radius:2px}.mec-fes-form #mec-advanced-wraper div:first-child>ul:last-of-type{margin-bottom:35px}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #cfeff5}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li.mec-active,.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li:hover{background:#40d9f1!important;box-shadow:0 1px 9px -3px #40d9f1;color:#fff!important}.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:83%}.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search{width:100%;float:none}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 84%);margin-left:11px;background:#40d9f1;Color:#fff;font-weight:400}.mec-text-input-search+input#mec-search-bar-input{margin-left:-3px}.mec-search-bar-wrap input#mec-search-bar-input:hover{background:#000}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input{float:none}@media(max-width:768px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{display:inline-block}}@media(max-width:480px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:64%}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 67%)}}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box{overflow:visible}.mec-ajax-search-result{position:relative}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]{width:calc(100% - 36px)}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus{border-color:#efefef}div#mec-ajax-search-result-wrap{position:absolute;top:100%;opacity:0;visibility:hidden;width:calc(100% - 2px);min-height:50px;left:0;right:0;padding:0 10px;z-index:9999;transition:all .3s ease}.mec-ajax-search-result-events{background:#fff;padding:10px 20px;border:1px solid #efefef;border-top:none}.mec-ajax-search-result-events article:first-of-type{border:none}article.mec-search-bar-result{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease;clear:both}.mec-search-bar-result .mec-event-list-search-bar-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-search-bar-result .mec-event-list-search-bar-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-search-bar-result .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-search-bar-result .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-search-bar-result .mec-event-time i{color:#40d9f1;float:none;width:unset;height:unset;font-size:inherit;margin-right:3px;border:none;padding:0}.mec-search-bar-result .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-search-bar-result .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-search-bar-result .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-wrap.mec-modern-search-bar .mec-totalcal-box{background:rgba(255,255,255,.87);border:none;padding:35px;border-radius:3px;box-shadow:0 3px 13px rgba(0,0,0,.4);position:relative}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text]{height:58px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;width:100%;padding-left:45px;padding-right:13px;font-size:16px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i{position:absolute;background:0 0;border:none;font-size:21px;left:15px;top:calc(50% - 19px);color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-text-input-search{position:relative;height:58px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit]{height:58px;border:none;border-radius:2px;background:#fc4a1a;font-size:17px;font-weight:700!important}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;padding-right:13px;font-size:16px;border-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i{height:45px;background:#ffff;border-radius:2px 0 0 2px;box-shadow:none;border:1px solid #ccc;font-size:15px;padding-top:14px;border-right:0;color:#40d9f1;margin-right:-1px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap{min-height:64px}@media(max-width:768px){.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:70%}.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:calc(100% - 72%)}}@media(max-width:480px){.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:92%;padding:0 10px;position:relative;display:block;margin-left:11px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:100%;margin-bottom:20px}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:10px}}.mec-related-events{margin-right:-15px;margin-left:-15px}.mec-related-events-wrap{margin-top:50px}.mec-related-events-wrap h3.mec-rec-events-title:before{content:"";background:#2c2f34;width:46px;height:4px;position:absolute;top:59px;left:0}.mec-related-events-wrap h3.mec-rec-events-title{font-size:21px;font-weight:600;padding:17px 0;margin-bottom:28px;text-transform:uppercase;border-bottom:1px solid #e8e8e8;position:relative}.mec-related-event-post figure{margin:0}.mec-related-event-post figure img{width:100%}.mec-related-event-content{background-color:#fff;margin:-27px 30px 15px;position:relative;max-width:90%;padding:13px 21px 16px 19px}.mec-related-event-content h5 a{font-size:16px;color:#121212;font-weight:600;transition:all .3s ease}.mec-next-previous-events{width:100%;display:block;padding:0}.mec-next-previous-events li{list-style:none;width:50%;display:inline-block;margin:40px 0 40px}.mec-next-previous-events li a{padding:9px 14px 9px 14px;border:1px solid #000;transition:.3s}.mec-wrap .mec-next-previous-events li a:hover{color:#fff}.mec-previous-event{float:left;text-align:left}.mec-next-event{float:right;text-align:right}.mec-next-previous-events .mec-previous-event i{padding-right:20px}.mec-next-previous-events .mec-next-event i{padding-left:20px}.mec-next-multiple ul{padding:0}.mec-next-multiple ul li a{display:block;position:relative;padding:11px 14px 9px;z-index:9}.mec-next-multiple ul .mec-date,.mec-next-multiple ul .mec-time{display:inline-block;width:50%}.mec-next-multiple ul .mec-date{float:left;text-align:left}.mec-next-multiple ul .mec-time{text-align:right;position:relative;z-index:-1}.mec-next-multiple ul .mec-time dd{margin:0}.mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr{font-size:14px;line-height:24px}@media(max-width:1280px){.mec-next-multiple ul li a{padding:7px 9px 5px}.mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr{font-size:12px}}@media(max-width:480px){.mec-next-previous-events li{list-style:none;width:100%;display:block;margin:10px 0;float:unset}.mec-next-previous-events li a{width:100%;max-width:100%;float:unset;display:block;text-align:center;font-size:16px}}.mec-fes-form-cntt #mec-organizer-payments ul{list-style:none;background:0 0;margin:0}.mec-fes-form-cntt #mec-organizer-payments ul li h4{background:0 0;letter-spacing:.2px;display:inline-block;padding-left:0!important;padding-bottom:10px!important;margin:0;margin-bottom:1px;letter-spacing:1px;text-transform:capitalize;padding-top:1px}.mec-fes-form-cntt #mec-organizer-payments ul>li{width:100%;display:inline-block;vertical-align:top;padding:0;margin:0}#mec-login-form.mec-login-form{width:100%;background:#fff;padding:20px;margin:0 auto;text-align:center;position:relative}#mec-login-form.mec-login-form .mec-login-input{display:block;width:286px;margin:0 auto;margin-bottom:12px}#mec-login-form.mec-login-form .mec-login-forgotpassword{display:inline-block}.mec-login-forgotpassword a{color:#000}#mec-login-form.mec-login-form .mec-login-submit{float:right;text-align:right;width:49%;padding-right:2px}#mec-login-form.mec-login-form .mec-login-input input{border:none;box-shadow:none;background:#fff;color:#ccc;border-left:1px solid #e6e6e6;padding:0;height:100%;background-image:none!important;padding-left:10px;padding-right:0;width:222px;margin-left:0;clear:none;float:left}#mec-login-form.mec-login-form .mec-login-input label{border:1px solid #e6e6e6;height:52px;display:inline-block;padding:0;border-radius:3px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04)}#mec-login-form.mec-login-form .mec-login-input label i{padding:15px 13px 17px 16px;vertical-align:middle;font-size:20px;width:50px;color:#c5cad0;background:#fafafa;margin-right:0;float:left}#mec-login-form.mec-login-form .mec-login-forgotpassword{float:left;width:49%;text-align:left;padding-top:10px;font-size:13px;padding-left:2px}#mec-login-form.mec-login-form button{width:120px;height:44px;border:none;color:#fff;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .22s ease;margin:0;min-width:unset}.mec-login-form button{box-shadow:0 4px 22px -7px #40d9f1;background-color:#40d9f1}#mec-login-form.mec-login-form button:hover{background:#222;box-shadow:0 3px 14px -4px #333}#mec-login-form.mec-login-form .mec-login-form-footer{width:286px;margin:0 auto;margin-top:20px;clear:both;position:relative;display:block;min-height:50px}#mec-login-form.mec-login-form .mec-ajax-login-loading{position:absolute;background:#ffffffc2;left:0;right:0;top:0;bottom:0}#mec-login-form.mec-login-form .lds-ripple{position:absolute;width:64px;height:64px;top:calc(50% - 23px);left:calc(50% - 23px)}#mec-login-form.mec-login-form .lds-ripple div{position:absolute;border:4px solid #40d9f1;opacity:1;border-radius:50%;animation:lds-ripple 1.2s cubic-bezier(0,.2,.1,.8) infinite}#mec-login-form.mec-login-form .lds-ripple div:nth-child(2){animation-delay:-.5s}#mec-login-form.mec-login-form .mec-ajax-login-loading-text{position:absolute;min-width:200px;top:calc(50% - 18px);left:calc(50% - 124px);color:#fff;padding:10px 22px;border-radius:3px;background:#fff;height:47px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong{color:#3fcc60}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before{content:"";position:absolute;top:8px;left:1px;border-right:2px solid #3fcc60;border-bottom:2px solid #3acb5c;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:8px;height:14px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after{content:"";position:absolute;top:14px;left:5px;border-bottom:2px solid #ff5d39;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:14px;height:4px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong{color:#ff5d39}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before{border-color:#ff5d39;border-bottom:none}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child{margin-bottom:20px}.mec-events-meta-group-booking .StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff}.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text]{box-sizing:border-box;height:40px;padding:10px 12px;border:0!important;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1!important;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff!important}.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text]:focus{outline:0}.mec-events-meta-group-booking .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.mec-events-meta-group-booking .StripeElement--invalid{border-color:#fa755a}.mec-events-meta-group-booking .StripeElement--webkit-autofill{background-color:#fefde5!important}.mec-booking-tab-content .button,.mec-booking-tab-content .mec-bfixed-field-add-option,.mec-booking-tab-content .mec-reg-field-add-option,.mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-fes-form input[type=file],ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_reg_form_fields li .mec_reg_field_remove{height:40px;margin-top:1px;text-decoration:none;font-size:14px;line-height:34px!important;margin:0;padding:0 15px 1px!important;text-transform:none;letter-spacing:0;font-weight:600;color:#40d9f1;background:#fff;border-radius:3px;margin-right:8px;border:2px solid #cfeff5;box-shadow:0 2px 6px -3px #cfeff5}.mec-booking-tab-content .button:hover,.mec-booking-tab-content .mec-bfixed-field-add-option:hover,.mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover{background:#40d9f1;color:#fff;border-color:#40d9f1;box-shadow:0 2px 6px -3px #40d9f1}.mec-fes-form .mec-form-row input+button.button{vertical-align:top}.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small{border-width:1px;padding:0 7px;color:#80c6d2;font-weight:400;margin:1px;transform:none}.mec-fes-form input[type=file]{max-width:166px;text-align:center;height:44px;transition:all .2s ease;border-radius:5px!important;border:2px dashed #b8e9f3}.mec-fes-form input[type=file]:hover{box-shadow:0 2px 16px -3px #cfeff5}.mec-fes-form input[type=file]::-webkit-file-upload-button{visibility:hidden;width:1px;height:38px}.mec-fes-form input[type=file]::-moz-file-upload-button{visibility:hidden;width:1px;height:38px}.mec-fes-form .mec-meta-box-fields>label{padding:0}#mec_bfixed_form_fields li,#mec_reg_form_fields li{list-style:none}ul#mec_bfixed_form_fields,ul#mec_reg_form_fields{padding:0;margin:0}ul#mec_bfixed_form_fields li,ul#mec_reg_form_fields li{background:#f8feff;margin:6px -20px;padding:15px 25px 10px;width:auto;font-size:13px;border-top:1px solid #e8fafd;border-bottom:1px solid #e8fafd;position:relative}ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_reg_form_fields li .mec_reg_field_remove{position:absolute;right:10px;top:10px;margin:0;padding:6px 8px!important;font-size:11px;line-height:12px!important;min-height:10px;height:auto;display:block;cursor:pointer;color:#ea6485;border-color:#ffd2dd;letter-spacing:.4px}ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,ul#mec_reg_form_fields li .mec_reg_field_remove:hover{background:#ea6485;color:#fff;border-color:#ea6485;box-shadow:0 2px 6px -3px #ea6485}#mec_bfixed_form_fields input[type=checkbox],#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=checkbox],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=checkbox],.mec-form-row input[type=radio]{background-color:#fff;border:1px solid #cfeff5;box-shadow:0 1px 3px -1px #cfeff5;padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block!important;vertical-align:middle;float:none;transition:all .18s ease;outline:0;margin:1px 4px 4px 0;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none}#mec_bfixed_form_fields input[type=checkbox]:focus,#mec_bfixed_form_fields input[type=radio]:focus,#mec_reg_form_fields input[type=checkbox]:focus,#mec_reg_form_fields input[type=radio]:focus,.mec-form-row input[type=checkbox]:focus,.mec-form-row input[type=radio]:focus{outline:0}#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=radio]{-webkit-appearance:none;border-radius:20px!important;min-width:20px;min-height:20px;margin:0 0 4px 0;vertical-align:middle}#mec_bfixed_form_fields input[type=checkbox]:hover,#mec_bfixed_form_fields input[type=radio]:hover,#mec_reg_form_fields input[type=checkbox]:hover,#mec_reg_form_fields input[type=radio]:hover,.mec-form-row input[type=checkbox]:hover,.mec-form-row input[type=radio]:hover{border-color:#40d9f1}#mec_bfixed_form_fields input[type=checkbox]:checked,#mec_bfixed_form_fields input[type=radio]:checked,#mec_reg_form_fields input[type=checkbox]:checked,#mec_reg_form_fields input[type=radio]:checked,.mec-fes-form .mec-form-row input[type=checkbox]:checked,.mec-fes-form .mec-form-row input[type=radio]:checked{box-shadow:0 1px 6px -2px #40d9f1;border-color:#40d9f1;background:#40d9f1!important;border-radius:2px;position:relative}.mec-form-row input[type=radio]:checked{box-shadow:0 1px 6px -2px #40d9f1,inset 0 0 0 3px #fff!important}#mec_bfixed_form_fields input[type=checkbox]:checked::before,#mec_reg_form_fields input[type=checkbox]:checked::before,.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:5px;margin:0;vertical-align:middle;line-height:1;border-right:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(45deg);transform-origin:0 100%;color:#fff;transition:all .2s ease;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:6px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:6px;height:12px;border-color:#fff;transform:translate3d(0,-12px,0) rotate(45deg)}}#wrap #mec-event-data input[type=radio]{position:relative}#wrap #mec-event-data input[type=radio]:empty::before{display:none}#mec_bfixed_form_field_types .button,#mec_reg_form_field_types .button{position:relative;outline:0;border-radius:50px;padding:2px 21px 2px 31px!important;line-height:1;font-size:11px;font-weight:600;color:#40d9f1;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 2px 6px -3px #40d9f1;border:2px solid #cfeff5}#mec_fes_location_remove_image_button,#mec_fes_organizer_remove_image_button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button,#mec_meta_box_tickets_form [id^=mec_ticket_row] button,#mec_reg_form_field_types .button.red{color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd}#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_reg_form_field_types .button.red:hover{background:#ea6485;color:#fff}#mec_bfixed_form_field_types .button:before,#mec_reg_form_field_types .button:before{position:absolute;left:12px;color:#40d9f1;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types .button.red:before{color:#ea6485}#mec_bfixed_form_field_types .button:hover:before,#mec_reg_form_field_types .button.red:hover:before,#mec_reg_form_field_types .button:hover:before{color:#fff}#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_price_per_dates_container .button:hover,#mec_reg_form_field_types .button.red:hover{color:#fff;border:2px solid #ea6485}#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button],#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]{color:#ea6485;border-color:#ffd2dd}#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover,#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_fees_list [id^=mec_remove_fee_button],#mec_meta_box_ticket_variations_form .mec-form-row [id^=mec_remove_ticket_variation_button]{margin-left:14px!important}#mec_meta_box_hourly_schedule_days .mec-add-hourly-schedule-button{line-height:10px!important}#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button{color:#40d9f1;box-shadow:0 2px 6px -3px #40d9f1;border:2px solid #cfeff5}#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover,#mec_reg_form_field_types .button:hover{color:#fff;border:2px solid #40d9f1;background:#40d9f1}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff;padding-left:20px}.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort{font-size:0}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:px;top:12px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before{font-size:13px;left:2px;top:26px;width:14px;height:14px}.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_options,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options{margin-top:20px}.mec-fes-form #mec_fes_form #mec_bfixed_form_fields .mec_bfixed_notification_placeholder{font-size:0}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.mec-form-row p{font-size:12px!important;line-height:18px!important;color:#97b2bb!important}.mec-form-row p.description{font-style:italic}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}table.ui-datepicker-calendar{margin-bottom:0}.ui-datepicker-calendar th{font-weight:700;color:#4a4b4c}.ui-datepicker-calendar td,.ui-datepicker-calendar th,.ui-datepicker-calendar tr{border:none}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;display:inline-block;border-radius:2px;padding:2px 10px;margin:5px 3px;width:auto;min-height:20px;height:26px;border:1px solid #e3e3e3;box-shadow:inset 0 1px 3px rgba(0,0,0,.04)}.ui-datepicker.ui-widget table{border-spacing:2px;border:none}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#9a9b9c;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}.mec-fes-form .mec-tooltip .dashicons-before:before{color:#40d9f1}.mec-fes-form button[type=submit].mec-fes-sub-button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border-radius:3px;background:#40d9f1;color:#fff;height:54px;font-size:17px;font-weight:700;box-shadow:0 2px 8px -4px #40d9f1;display:block;transition:all .28s ease;text-transform:uppercase;margin:20px 0 0;padding:14px 20px;border:0;cursor:pointer;text-align:center;letter-spacing:.1em;line-height:1}.mec-fes-form button[type=submit].mec-fes-sub-button:hover{box-shadow:0 2px 12px -2px #40d9f1}.mec-fes-form button[type=submit].mec-fes-sub-button:focus{margin-bottom:-2px;background:#1dc2dc}.mec-fes-form .mec-title span.mec-dashicons{color:#40d9f1;float:left;margin-right:5px}.mec-fes-form .mec-tooltip .box h5{padding:14px 2px}#mec_fes_form,.mec-fes-form-top-actions{max-width:838px;margin:0 auto}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt{width:calc(100% - 300px);float:left;padding-right:20px;max-width:538px;display:block}.mec-fes-form .mec-fes-form-sdbr{width:300px}}.mec-fes-form .quicktags-toolbar,.mec-fes-form div.mce-toolbar-grp{background:#ecfcff;border-bottom:1px solid #cfeff5;box-shadow:0 1px 0 1px #cfeff5}.mec-fes-form .quicktags-toolbar{margin-right:-1px;border-top:1px solid #cfeff5}.mec-fes-form div.mce-statusbar{border-top-color:#cfeff5}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid #cfeff5;border-radius:3px}.mec-fes-form .mce-tinymce.mce-container.mce-panel{border:1px solid #cfeff5;box-shadow:0 2px 6px -3px #cfeff5;border-radius:2px 0 2px 2px}.mec-fes-form .wp-editor-tools .wp-media-buttons{transform:translateY(-6px);margin-top:-6px}.mec-fes-form .wp-editor-tabs{padding-right:0;margin-right:-2px}.mec-fes-form .wp-editor-tabs .wp-switch-editor{border-radius:3px 3px 0 0;border-color:#cfeff5;background:#fff;color:#96b8bd;border-bottom:1px solid #ecfcff}.mec-fes-form .html-active .switch-html,.mec-fes-form .tmce-active .switch-tmce,.mec-fes-form .wp-editor-tabs .wp-switch-editor:active{background:#ecfcff;color:#40d9f1}.mec-fes-form .wp-editor-container,.mec-fes-form div.mce-edit-area.mce-panel{border:none;box-shadow:none}.mec-fes-form .wp-editor-container textarea.wp-editor-area{max-width:100%}.mec-fes-form .mce-toolbar .mce-listbox button{font-size:12px;line-height:22px;color:#798f96}.mec-fes-form .mce-toolbar .mce-ico{color:#627f88}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active,.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active,.mec-fes-form .qt-dfw.active{background:#fff;border-color:#40d9f1;box-shadow:inset 0 2px 6px -3px rgba(106,231,255,.7)}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico{color:#40d9f1}body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,body .mce-menu .mce-menu-item.mce-selected,body .mce-menu .mce-menu-item:focus,body .mce-menu .mce-menu-item:hover,body.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview{background:#40d9f1;color:#fff}.mec-fes-form .mec-not-in-days-day{display:inline-block;padding:4px 32px 4px 15px;border-radius:33px;border:1px solid #cfeff5;box-shadow:0 1px 3px -1px #cfeff5;background:#fbfeff;color:#40d9f1;vertical-align:top}.mec-fes-form .mec-not-in-days-remove{display:inline-block;padding:0 1px 0 0;margin-left:-30px;vertical-align:sub;background:#ff918a;color:#fff;font-family:cursive;width:21px;height:21px;line-height:17px;text-align:center;border-radius:20px;cursor:pointer}.mec-fes-list ul li .mec-event-status{float:left;margin-right:10px;margin-left:0;font-size:11px;font-weight:400;letter-spacing:.3px;border-radius:3px;padding:4px 8px}.mec-fes-form .post-status.mec-book-confirmed:before,.mec-fes-list ul li .mec-event-status.mec-book-confirmed:before{content:"";margin:0;vertical-align:middle;line-height:1;border-right:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(45deg);color:#fff;width:6px;height:12px;float:left;margin-right:6px}.mec-fes-list ul li .mec-fes-event-export a:before,.mec-fes-list ul li .mec-fes-event-remove:before,.mec-fes-list ul li .mec-fes-event-view a:before,.mec-fes-list-top-actions a:before{content:"\e054";font-family:simple-line-icons;font-size:13px;vertical-align:middle}.mec-fes-list ul li .mec-fes-event-view a:before{content:"\e087"}.mec-fes-list-top-actions a:before{content:"\e095";font-weight:400;margin-right:6px}.mec-fes-list ul li .mec-fes-event-export a:before{content:"\e083"}.mec-fes-form .post-status{border-radius:20px}.mec-fes-form .post-status.mec-book-confirmed:before{height:20px;width:9px;margin:3px 10px}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker-calendar th{height:auto;padding:0}.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker-calendar th{font-size:14px;line-height:30px}.mec-fes-form .description{font-size:16px}.mec-fes-form input[type=file]{text-align:left}.mec-fes-export-wrapper{width:640px;background:#f8feff;padding:40px 25px}.mec-fes-export-wrapper .mec-fes-btn-date{font-size:16px;line-height:44px;overflow:hidden}.mec-fes-export-wrapper .date-messgae{font-family:sans-serif;padding:2px 18px}.mec-fes-list ul li .mec-event-export-csv,.mec-fes-list ul li .mec-event-export-excel{font-size:12px;border:1px solid #40d9f1;padding:1px 4px;background:rgba(141,229,243,.18);border-radius:4px;color:#40d9f1;font-family:sans-serif;cursor:pointer;display:inline-block;height:26px;line-height:22px}.mec-export-badge{font-size:11px;color:#40d9f1;width:auto;height:24px;line-height:25px;display:inline-block;padding:0 8px;text-align:center;border-radius:3px;background:#ecfcff;transition:all .2s ease}.mec-fes-list ul li .mec-fes-event-export{font-size:11px;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-export:hover{cursor:pointer;background:#90f0e0;border-color:#4dc8cc}.mec-fes-export-wrapper ul{padding:0;width:100%;text-align:center}.mec-fes-export-wrapper ul li{list-style:none;display:inline-block;width:30%;padding:10px 15px 10px 32px;border-radius:3px;margin-bottom:15px;border:1px solid #cfeff5;box-shadow:0 2px 6px -4px #cfeff5;background:#fff;line-height:normal;margin-right:10px;position:relative;cursor:pointer;font-size:13px;line-height:1;transition:all .2s ease}.mec-fes-export-wrapper ul li:nth-child(3n+0){margin-right:0}.mec-fes-export-wrapper ul li:hover{box-shadow:0 2px 16px -1px #c6e8ef}.mec-fes-export-wrapper ul li:before{content:"";position:absolute;display:inline-block;background:#fff;width:15px;height:15px;margin:-1px 0 0 5px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%;left:9px;top:calc(50% - 7px)}.mec-fes-export-wrapper ul li.fes-export-date-active{color:#40d9f1}.mec-fes-export-wrapper ul li.fes-export-date-active:before{width:15px;height:15px;border:6px solid #40d9f1;background:#fff;box-shadow:0 3px 16px -3px #40d9f1}.mec-fes-btn-export{margin-left:15px;margin-top:12px}.mec-fes-btn-export span{position:relative;border:none;border-radius:3px;color:#fff!important;display:inline-block;font-size:13px;line-height:1;text-transform:none;font-weight:400;text-decoration:none;cursor:pointer;margin-right:4px;line-height:1;letter-spacing:0;padding:15px 22px;background:#39c36e;box-shadow:0 1px 7px -3px #39c36e!important;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;cursor:pointer;margin-left:6px}.mec-fes-btn-export span:hover{background:#222}.mec-event-export-excel:before,span.mec-event-export-csv:before{content:"\e083";font-family:simple-line-icons;font-size:13px;vertical-align:middle;margin-right:7px;margin-top:-1px;display:inline-block}.mec-fes-list .wn-p-t-right{min-width:170px;max-width:200px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#000;color:#fff;font-weight:400;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #535a61;visibility:hidden;opacity:0;transition:opacity .23s;padding:5px 10px 6px;border-radius:8px;text-align:center;font-style:normal}.mec-fes-list .mec-fes-event-export:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-remove:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-view:hover .wn-p-t-right{visibility:visible;opacity:1}.mec-fes-list .wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.mec-fes-list .wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#000;box-shadow:0 8px 9px -4px #535a61}.mec-fes-form .select2-container{min-height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-fes-form .select2-selection{border:none;background:0 0;padding-top:2px;width:100%;height:100%}.mec-fes-form .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.select2-results{font-size:14px}.mec-fes-category-children,.mec-fes-category-children .mec-fes-category-children{padding-left:24px}.mec-wrap .mec-timeline-events-container a,.mec-wrap .mec-timeline-events-container div,.mec-wrap .mec-timeline-events-container h4,.mec-wrap .mec-timeline-events-container p,.mec-wrap .mec-timeline-events-container span{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-timeline-events-container{margin-left:19px;padding-top:20px;padding-bottom:9px}.mec-events-timeline-wrap{position:relative;display:block;overflow:visible;padding-left:95px}.mec-events-timeline-wrap:before{width:1px;content:'';height:100%;position:absolute;background:#b8f5ff;left:95px}.mec-timeline-month-divider+.mec-timeline-events-container{padding-top:110px}.mec-timeline-right-content{float:right;width:300px}.mec-timeline-left-content{float:left;width:calc(100% - 300px);padding-left:15px;padding-right:15px;position:relative}.mec-timeline-month-divider{position:absolute;display:block;background:#fff;right:calc(100% - 95px);left:0;width:190px;text-align:center;border:1px solid #b8f5ff;border-radius:50px;font-size:15px;padding:12px 27px;color:#40d9f1}.mec-timeline-event-date{position:relative}.mec-timeline-events-container .mec-timeline-event-date:before{content:'';width:11px;height:11px;position:absolute;background:#40d9f1;border-radius:50px;top:8px;left:-24px;z-index:9}.mec-timeline-events-container .mec-timeline-event-date:after{content:'';width:21px;height:21px;position:absolute;background:rgba(64,217,241,.3);border-radius:50px;top:3px;left:-29px}.mec-timeline-event-date{float:left;width:17%;margin-top:27px}.mec-timeline-event-content{float:left;width:82%;background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);border-radius:10px;overflow:visible;position:relative}.mec-timeline-main-content{padding:23px 30px}.mec-timeline-main-content h4{margin-bottom:15px}.mec-timeline-main-content h4 a{font-size:25px;font-weight:700;color:#000;line-height:33px;text-decoration:none}.mec-timeline-main-content p{font-size:15px;color:#515151;line-height:24px;margin-bottom:36px}a.mec-timeline-readmore{width:100%;display:block;text-align:center;color:#fff;text-decoration:none;line-height:52px;font-size:17px;font-weight:700;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:0 0 10px 10px}a.mec-timeline-readmore:hover{background:#222;color:#fff}.mec-timeline-event-time .mec-time-details{display:inline-block;margin-left:7px;font-size:13px;line-height:13px;font-weight:500}.mec-timeline-event-time i{vertical-align:middle}.mec-timeline-event-time{background:rgba(64,217,241,.11);display:inline-block;padding:4px 20px 8px;border-radius:50px}.mec-timeline-event-location address{font-style:normal;margin-bottom:0}.mec-timeline-event-location address span{font-size:13px;font-weight:500;vertical-align:middle;margin-left:6px}.mec-timeline-event-location address i{font-size:17px;vertical-align:middle}.mec-timeline-event-location{background:rgba(64,217,241,.11);display:inline-block;padding:7px 20px 11px;border-radius:20px;line-height:1.24}.mec-timeline-event-details+.mec-timeline-event-details{margin-top:12px}.mec-timeline-event-content .col-md-4{padding:0}.mec-timeline-event-content:after{content:'';display:block;position:absolute;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-timeline-event-content:after{top:30px;border-color:transparent #fff transparent transparent;left:-10px}.mec-timeline-event-image img{border-radius:0 10px 0 0;width:100%}.mec-timeline-event-image a{display:block;line-height:0}a.mec-timeline-readmore i{vertical-align:middle;margin-left:10px;font-size:9px}.mec-wrap .mec-timeline-event-content a.mec-timeline-readmore:hover{background:#444}@media(min-width:1024px){.mec-timeline-event{margin:50px 0}}@media(max-width:1023px){.mec-timeline-event{margin:25px 0}.mec-events-timeline-wrap{padding-left:20px}.mec-events-timeline-wrap:before{left:20px}}@media (max-width:1200px) and (min-width:992px){.mec-timeline-event-content{width:81%}.mec-timeline-event-date{width:18%}}@media (max-width:992px){.mec-timeline-left-content,.mec-timeline-right-content{float:none;width:100%;text-align:center}.mec-timeline-right-content .mec-timeline-event-image{text-align:center}.mec-timeline-right-content .mec-timeline-event-image img{max-width:300px;border-radius:10px;margin-top:35px}}@media (max-width:440px){.mec-timeline-right-content .mec-timeline-event-image img{margin-top:0}}@media (max-width:320px){.mec-timeline-event-content,.mec-timeline-event-date{float:none;width:100%}.mec-timeline-event-date{margin-bottom:8px}.mec-timeline-event-content:after{display:none}.mec-timeline-main-content{padding:23px 0}.mec-timeline-main-content p{font-size:13px}.mec-timeline-main-content h4 a{font-size:23px;line-height:24px}.mec-time-details span{font-size:11px}.mec-timeline-event-location address span{font-size:12px}a.mec-timeline-readmore{line-height:44px;font-size:14px}}.mec-event-tile-view article.mec-tile-item{height:400px;margin:15px 0;border-radius:22px;padding:35px 25px;position:relative;color:#fff;background-size:cover!important;background-position:center!important;box-shadow:0 2px 9px rgba(0,0,0,.25);transition:all .22s ease}.mec-event-tile-view article.mec-tile-item:hover{cursor:pointer;box-shadow:0 4px 19px rgba(0,0,0,.5)}.mec-event-tile-view article.mec-tile-item div{position:relative;z-index:3}.mec-event-tile-view article.mec-tile-item:after,.mec-event-tile-view article.mec-tile-item:before{position:absolute;background:-moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:-webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));background:-webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);content:"";left:0;right:0;bottom:0;top:0;width:100%;height:100%;display:block;border-radius:22px;z-index:1}.mec-event-tile-view article.mec-tile-item:after{background-color:inherit;background-image:none;top:35px;bottom:auto;height:40px;border-radius:0 3px 3px 0;width:97px;z-index:2;box-shadow:2px 1px 7px rgba(0,0,0,.1)}.mec-event-tile-view article.mec-tile-item .event-tile-view-head{padding:8px 3px;font-size:16px;font-weight:700;margin-bottom:50px;text-transform:uppercase}.mec-event-tile-view article.mec-tile-item .event-tile-view-head>div{display:inline}.mec-event-tile-view article.mec-tile-item .mec-event-time{color:#d6d6d6;font-size:15px;font-weight:400;line-height:1;padding-top:4px;position:absolute;right:1px;top:10px}.mec-event-tile-view article.mec-tile-item .mec-event-time i{vertical-align:baseline;font-size:14px;float:left}.mec-event-tile-view article.mec-tile-item i{margin-right:5px}.mec-event-tile-view article.mec-tile-item .mec-event-title{color:#fff;font-weight:700;font-size:23px;padding-top:12px}.mec-event-tile-view article.mec-tile-item .mec-event-title a{color:#fff}.mec-event-tile-view article.mec-tile-item .mec-event-title a:hover{text-decoration:underline}.mec-event-tile-view article.mec-tile-item .mec-event-content{position:absolute;bottom:25px;left:25px;right:25px}.mec-event-tile-view article.mec-label-canceled:before,.mec-event-tile-view article.mec-label-featured:before{height:auto}.mec-skin-tile-month-navigator-container{position:relative;text-align:center;font-size:12px;height:80px;background:#f7f7f7;padding:28px;border-radius:11px;margin-bottom:20px}.mec-skin-tile-month-navigator-container:after,.mec-skin-tile-month-navigator-container:before{content:'';display:block;position:absolute;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-skin-tile-month-navigator-container:after{bottom:-20px;border-color:#f7f7f7 transparent transparent transparent}.mec-skin-tile-month-navigator-container:before{bottom:-21px;border-color:#fff transparent transparent transparent}@media only screen and (max-width:480px){.mec-skin-tile-month-navigator-container{height:110px;padding-top:68px}}.mec-skin-tile-month-navigator-container h2{font-size:23px;font-weight:700}.mec-skin-tile-month-navigator-container .mec-next-month,.mec-skin-tile-month-navigator-container .mec-previous-month{position:absolute;top:28px;left:20px;cursor:pointer;padding:3px 12px;line-height:23px;background:#fff;border-radius:32px;box-shadow:0 1px 3px rgba(0,0,0,.02);transition:all .22s ease}.mec-skin-tile-month-navigator-container .mec-next-month{left:auto;right:20px}.mec-skin-tile-month-navigator-container .mec-next-month:hover,.mec-skin-tile-month-navigator-container .mec-previous-month:hover{box-shadow:0 2px 5px rgba(0,0,0,.1);color:#000}.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view article.mec-label-featured:before{position:absolute;bottom:auto;text-align:center;right:auto;font-size:10px}.mec-event-tile-view article.mec-tile-item .mec-tile-overlay{position:absolute;background:-moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:-webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));background:-webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);content:"";left:0;right:0;bottom:0;top:0;width:100%;height:100%;display:block;border-radius:22px;z-index:1}.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-featured:before{top:12px;left:103px;z-index:9}.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-featured:before{top:18px;left:125px}.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-featured:before{top:20px;left:200px}@media (max-width:960px){.mec-wrap .mec-event-tile-view .col-sm-3{width:50%}}@media (max-width:480px){.mec-wrap .mec-event-tile-view .col-sm-3{width:100%}}.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after{width:165px}.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:100px;left:140px}.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before{top:20px;left:140px}@media (min-width:761px) and (max-width:1200px){.mec-event-tile-view .col-md-3.col-sm-3{width:50%}.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:80px;left:90px}.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before{top:40px;left:70px}.mec-event-tile-view .col-md-3.col-sm-3 article.mec-label-canceled:before{top:90px;left:110px}}@media (min-width:761px) and (max-width:1024px){.mec-event-tile-view .col-md-4.col-sm-4{width:50%}.mec-event-tile-view .col-md-4.col-sm-4:nth-child(1n+3){width:100%}}@media (max-width:760px){.mec-event-tile-view .col-md-3.col-sm-3{width:100%}.mec-event-tile-view .col-md-4.col-sm-4{width:100%}}@media (max-width:480px){.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:100px;left:80px}}.mec-wrap .mec-cancellation-reason span,.mec-wrap .mec-labels-normal .mec-label-normal{position:relative;top:-3px;font-size:11px;font-weight:300;margin-left:10px;line-height:1.9;letter-spacing:1px;color:#fff;padding:2px 7px;border-radius:2px;white-space:nowrap}.mec-agenda-event-title .mec-labels-normal .mec-label-normal,.mec-timetable-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal{font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px;top:0}.mec-av-spot .mec-labels-normal .mec-label-normal,.mec-event-countdown-part1 .mec-labels-normal .mec-label-normal,.mec-event-countdown-part2 .mec-labels-normal .mec-label-normal,.mec-event-cover-modern .mec-labels-normal .mec-label-normal,.mec-masonry-content .mec-labels-normal .mec-label-normal,.mec-owl-carousel:not(.mec-slider-t1) .mec-labels-normal .mec-label-normal,.mec-tile-item .mec-labels-normal .mec-label-normal,.mec-timeline-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal{margin:0 5px 0 0}.mec-event-countdown-style3 .mec-labels-normal .mec-label-normal{margin:0 0 0 5px}.mec-event-footer-carousel-type3 .mec-labels-normal .mec-label-normal{display:inline}.mec-event-carousel-type4 .mec-fc-style{display:none}.mec-event-carousel-type4 .mec-labels-normal{top:-20px;position:relative}.mec-wrap .mec-cancellation-reason{display:inline-block}.mec-wrap .mec-cancellation-reason span{line-height:1.3;background:#eb3450;text-transform:none;display:inline-block;white-space:nowrap}.mec-wrap .mec-event-list-accordion .mec-cancellation-reason span,.mec-wrap .mec-event-list-accordion .mec-labels-normal .mec-label-normal{top:7px}.mec-agenda-event-title .mec-cancellation-reason span,.mec-timetable-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span{font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px;top:0}.mec-wrap .mec-event-container-novel .mec-cancellation-reason span,.mec-wrap .mec-event-container-novel .mec-labels-normal .mec-label-normal{white-space:inherit;margin-left:0}.mec-wrap .mec-event-container-simple .mec-cancellation-reason span,.mec-wrap .mec-event-container-simple .mec-labels-normal .mec-label-normal{top:-12px;white-space:inherit;margin-left:0}.mec-av-spot .mec-cancellation-reason span,.mec-event-countdown-part1 .mec-cancellation-reason span,.mec-event-countdown-part2 .mec-cancellation-reason span,.mec-event-cover-modern .mec-cancellation-reason span,.mec-masonry-content .mec-cancellation-reason span,.mec-owl-carousel:not(.mec-slider-t1) .mec-cancellation-reason span,.mec-tile-item .mec-cancellation-reason span,.mec-timeline-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span{margin:0 5px 0 0}.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-event-title-soldout,.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-few-tickets{display:inline}.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-labels-normal,.mec-owl-carousel .mec-event-footer-carousel-type3 span.soldout{margin-top:0;color:#fff;display:unset}.mec-wrap .mec-single-event .mec-cancellation-reason span{margin:0;padding:6px 12px;font-size:14px;font-weight:700}.featherlight-content .mec-cancellation-reason{display:block;width:100%;text-align:center;margin-top:20px;margin-bottom:-10px}.mec-event-data-fields{margin-bottom:30px}.mec-event-data-fields ul.mec-event-data-field-items{overflow:hidden;padding-top:10px;padding-left:0}.mec-event-data-fields .mec-event-data-field-item{list-style:none;margin-bottom:10px;border-bottom:1px dashed #e3e3e3;padding-bottom:7px;width:50%;float:left}.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-event-data-fields .mec-event-data-field-item:last-child{border:none;width:100%}.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name{text-transform:none;font-size:13px;font-weight:600;padding-bottom:5px;color:#313131;width:100%;padding-bottom:10px;position:relative;letter-spacing:-.2px}@media (max-width:768px){.mec-event-data-fields .mec-event-data-field-item{width:100%}}.mec-shortcode-organizers{overflow:hidden;margin-top:7px;font-weight:400;line-height:19px;font-size:12px}.mec-event-list-minimal .mec-shortcode-organizers{margin-top:6px}.mec-shortcode-organizers i{color:#777}.mec-shortcode-organizers .mec-organizers{display:inline-block;list-style:none;padding:0 0 0 3px;vertical-align:top}.mec-organizer-item a{color:#777}.mec-event-list-standard .mec-shortcode-organizers .mec-sl-user:before{position:absolute;left:6px;font-size:15px;line-height:26px}.mec-organizer-item a{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-shortcode-organizers{position:relative;padding-left:28px;margin-bottom:10px}.mec-skin-grid-container .mec-organizers,.mec-skin-grid-container .mec-shortcode-organizers{padding:0;margin:0}.mec-skin-grid-container .mec-shortcode-organizers i{display:none}.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover{color:#fff;font-size:12px}.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover{text-decoration:underline}.mec-skin-grid-container .mec-event-grid-minimal .mec-shortcode-organizers{margin-top:12px}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers{position:relative}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i{display:block;color:rgba(255,255,255,.4)}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i: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-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a{padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a:hover{color:#fff}.mec-calendar-daily .mec-shortcode-organizers,.mec-calendar-daily .mec-shortcode-organizers .mec-organizers{padding:0}.mec-calendar-daily .mec-shortcode-organizers i{display:none}.mec-calendar-daily .mec-organizer-item a{font-size:13px;line-height:1.3;color:#9a9a9a;margin-bottom:0}.mec-events-masonry-wrap .mec-shortcode-organizers i{display:none}.mec-events-masonry-wrap .mec-shortcode-organizers,.mec-events-masonry-wrap .mec-shortcode-organizers .mec-organizers{padding:0}.mec-events-timeline-wrap .mec-shortcode-organizers{width:fit-content;display:inline-block;padding:4px 20px 8px;border-radius:50px}.mec-events-timeline-wrap .mec-organizer-item,.mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers{margin:0;display:inline-block;padding-right:7px}.mec-events-timeline-wrap .mec-shortcode-organizers i{line-height:24px;margin-right:7px}.mec-events-timeline-wrap .mec-organizer-item:after{content:','}.mec-events-timeline-wrap .mec-organizer-item:last-child:after{content:'';padding:0}.mec-events-timeline-wrap .mec-organizer-item a,.mec-events-timeline-wrap .mec-organizer-item:after{font-weight:500}.mec-events-timeline-wrap .mec-organizer-item a:hover{text-decoration:underline}.mec-event-tile-view .mec-shortcode-organizers,.mec-event-tile-view .mec-shortcode-organizers .mec-organizers{padding:0}.mec-event-tile-view .mec-shortcode-organizers i{line-height:24px}.mec-event-tile-view .mec-shortcode-organizers .mec-organizers a,.mec-event-tile-view .mec-shortcode-organizers i{color:#fff}.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-modal-preloader,.mec-dark-mode .mec-month-navigator-loading{background-color:rgba(40,40,40,.88)}.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-row dt:hover,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-grid-classic .mec-event-content,.mec-dark-mode .mec-event-schedule-content .mec-schedule-speakers,.mec-dark-mode .mec-events-meta-group-tags a:hover,.mec-dark-mode .mec-events-toggle .mec-toggle-content .mec-modal-wrap,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-map-view-event-detail.mec-event-detail,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-wrap .button,.mec-dark-mode .mec-wrap a.button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap input[type=button]:hover,.mec-dark-mode .mec-wrap input[type=reset]:hover,.mec-dark-mode .mec-wrap input[type=submit]:hover{background-color:#1f1f1f;color:#d2d2d2}.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-skin-tile-month-navigator-container{background:#282828}.mec-dark-mode .mec-skin-tile-month-navigator-container:after{border-color:#282828 transparent transparent transparent}.mec-dark-mode .mec-event-grid-novel .mec-event-article,body.mec-dark-mode .mec-single-modern .mec-single-event-bar{background-color:#282828;color:#d2d2d2}.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-dark-mode .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-dark-mode .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-cost,.mec-dark-mode .mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-grid-classic .mec-event-content .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-more-info,.mec-dark-mode .mec-event-website,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-date,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-map-lightbox-wp,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-related-event-content,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-speakers-details ul li,.mec-dark-mode .mec-single-event-additional-organizers,.mec-dark-mode .mec-single-event-category,.mec-dark-mode .mec-single-event-date,.mec-dark-mode .mec-single-event-label,.mec-dark-mode .mec-single-event-location,.mec-dark-mode .mec-single-event-organizer,.mec-dark-mode .mec-single-event-time,.mec-dark-mode .mec-single-modern .col-md-4 .mec-frontbox,.mec-dark-mode .mec-slider-t1-wrap,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap .mec-event-countdown-style1,.mec-dark-mode .mec-wrap .mec-event-countdown-style2,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover,.mec-dark-mode.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode.mec-wrap .mec-totalcal-box i,.mec-dark-mode.mec-wrap .mec-totalcal-box input,.mec-dark-mode.mec-wrap .mec-totalcal-box select{background-color:#282828}.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-box-calendar.mec-calendar dt,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-breadcrumbs,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-list-minimal .mec-event-article,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-modern .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-meta-wrap,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-schedule-content,.mec-dark-mode .mec-event-schedule-content dl:before,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-content,.mec-dark-mode .mec-events-toggle .mec-toggle-item,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec{border-color:#353535}.mec-dark-mode .entry-content .mec-wrap h1,.mec-dark-mode .entry-content .mec-wrap h2,.mec-dark-mode .entry-content .mec-wrap h3,.mec-dark-mode .entry-content .mec-wrap h4,.mec-dark-mode .entry-content .mec-wrap h5,.mec-dark-mode .entry-content .mec-wrap h6,.mec-dark-mode .mec-breadcrumbs a,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event,.mec-dark-mode .mec-calendar.mec-event-container-simple dl dt.mec-calendar-day,.mec-dark-mode .mec-event-carousel-content .mec-event-carousel-title a,.mec-dark-mode .mec-event-content p,.mec-dark-mode .mec-event-grid-classic .mec-event-title a,.mec-dark-mode .mec-event-grid-clean .mec-event-title a,.mec-dark-mode .mec-event-grid-minimal .mec-event-date span,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a,.mec-dark-mode .mec-event-grid-modern .mec-event-title a,.mec-dark-mode .mec-event-grid-simple .mec-event-title a,.mec-dark-mode .mec-event-list-classic .mec-event-title a,.mec-dark-mode .mec-event-list-minimal .mec-event-title a,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-event-title a,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner i,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form label,.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-hourly-schedule-speaker-description,.mec-dark-mode .mec-hourly-schedule-speaker-name,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-next-event-details abbr,.mec-dark-mode .mec-related-event-content h5 a,.mec-dark-mode .mec-related-event-content span,.mec-dark-mode .mec-single-event .mec-event-meta dt,.mec-dark-mode .mec-single-event .mec-event-meta h3,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking h5 span,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking label,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,.mec-dark-mode .mec-single-modern .mec-single-event-bar>div h3,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,.mec-dark-mode .mec-timeline-main-content h4 a,.mec-dark-mode .mec-timetable-event .mec-timetable-event-time,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event span a,.mec-dark-mode .mec-tooltip-event-title,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a,.mec-dark-mode .mec-wrap .mec-event-schedule-content a,.mec-dark-mode .mec-wrap .mec-single-title,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-wrap h1,.mec-dark-mode .mec-wrap h2,.mec-dark-mode .mec-wrap h3,.mec-dark-mode .mec-wrap h4,.mec-dark-mode .mec-wrap h5,.mec-dark-mode .mec-wrap h6,.mec-dark-mode .mec-wrap p{color:#d2d2d2}.mec-dark-mode .mec-breadcrumbs a:hover,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-date:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-list-standard .mec-event-title a:hover,.mec-dark-mode .mec-single-event .mec-event-meta dd a:hover,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a:hover,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover,.mec-dark-mode .mec-wrap a:hover{color:#fff}.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before{background-color:#c4cace}.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-month-divider span,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before{border-color:#d2d2d2}.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .mec-agenda-events-wrap,.mec-dark-mode .mec-av-spot .mec-av-spot-content,.mec-dark-mode .mec-av-spot .mec-av-spot-head,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-topsec,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-top,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-content,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-content,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner:hover,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a:hover i,.mec-dark-mode .mec-masonry .mec-masonry-content,.mec-dark-mode .mec-masonry .mec-masonry-head,.mec-dark-mode .mec-slider-t1 .mec-slider-t1-content,.mec-dark-mode .mec-slider-t5 .mec-slider-t5-content,.mec-dark-mode .mec-slider-t5-wrap,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-event-content,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event:hover,.mec-dark-mode .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-calendar-sec,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year,.mec-dark-mode .tooltipster-sidetip .tooltipster-content{background:#191919}.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button,.mec-dark-mode .mec-av-spot,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-box-calendar.mec-calendar dl dt:last-child,.mec-dark-mode .mec-calendar,.mec-dark-mode .mec-calendar .mec-event-article,.mec-dark-mode .mec-calendar.mec-box-calendar .mec-table-nullday:last-child,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-cover-clean,.mec-dark-mode .mec-event-grid-classic .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after,.mec-dark-mode .mec-event-sharing-wrap>li:first-of-type,.mec-dark-mode .mec-events-agenda,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-masonry,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{border-color:#353535}.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after{border-color:#191919 transparent transparent transparent}.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:before{border-color:#353535 transparent transparent transparent}.mec-dark-mode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-dark-mode .mec-events-meta-group-booking .StripeElement,.mec-dark-mode .mec-slider-t2 .mec-event-article{background:#1f1f1f!important;border:1px solid #353535!important;box-shadow:none!important;color:#d2d2d2!important}.mec-dark-mode .CardField CardField--ltr .__PrivateStripeElement .InputContainer input{color:#d2d2d2!important}.mec-dark-mode .mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;box-shadow:0 10px 15px #282828}.mec-dark-mode .mec-agenda-events-wrap .mec-event-grid-colorful .mec-event-content{background-color:transparent}.mec-dark-mode .mec-calendar .mec-calendar-side{box-shadow:0 1px 5px 6px rgba(255,255,255,.005) inset}.mec-dark-mode .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:1px solid #282828!important}.mec-dark-mode .mec-timeline-event-content:after{border-color:transparent #191919 transparent transparent}.mec-dark-mode .mec-fes-form .mec-meta-box-fields{box-shadow:0 2px 6px -3px #353535}.mec-dark-mode .mec-fes-form .mec-meta-box-fields h4{color:#d2d2d2;background:#000}.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea{box-shadow:0 2px 5px rgba(0,0,0,.38) inset}.mec-dark-mode .mec-fes-form input{background:#353535!important;color:#d2d2d2!important}.mec-dark-mode .mec-booking-tab-content .button:hover,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover{background:#353535;color:#d2d2d2;border-color:#353535;box-shadow:0 2px 6px -3px #353535}.mec-dark-mode .mec-booking-tab-content .button,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-dark-mode .mec-fes-form input[type=file],.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove{color:#d2d2d2;background:#282828;border:2px solid #353535;box-shadow:0 2px 6px -3px #353535}.mec-dark-mode #mec_reg_form_fields input[type=checkbox],.mec-dark-mode #mec_reg_form_fields input[type=radio],.mec-dark-mode .mec-form-row input[type=checkbox],.mec-dark-mode .mec-form-row input[type=radio]{background-color:#000;border:1px solid #353535;box-shadow:0 1px 3px -1px #353535}.mec-dark-mode .mec-fes-form .select2-container{border:1px solid #353535;background-color:#282828;color:#d2d2d2}.mec-events-meta-group-booking-shortcode{background-color:#e6f7ff;padding:40px;position:relative}.mec-booking-shortcode .mec-event-tickets-list.mec-sell-all-occurrences{width:100%}.mec-booking-shortcode .mec-book-reg-field-mec_email{width:48%;display:inline-block;margin-right:30px}.mec-booking-shortcode .mec-book-reg-field-name{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month{width:48%;display:inline-block;vertical-align:top;margin-right:30px}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cvv2{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month label{width:100%}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select:first-of-type{margin-right:10px}.mec-booking-shortcode .mec-form-row.mec-name-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-card-type,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-first-name{width:48%;vertical-align:top;display:inline-block;margin-right:30px}.mec-booking-shortcode .mec-form-row.mec-email-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cc-number,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-last-name{width:48%;display:inline-block}.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement{height:56px;padding:19px 12px 0;max-width:420px}.mec-booking-shortcode .nice-select,.mec-booking-shortcode input{float:none;border:1px solid #c7ebfb!important;border-radius:3px;background-color:#fff;height:41px;line-height:39px;padding-left:15px;padding-right:15px;margin:0;margin-bottom:24px!important;color:#00acf8;font-size:14px;font-weight:400;box-shadow:none!important;min-height:unset;min-width:unset;padding-top:0;padding-bottom:0}.mec-booking-shortcode .mec-gateway-message.mec-success{margin-bottom:-20px;font-size:14px}.mec-booking-shortcode .mec-form-row.mec-name-stripe{margin-bottom:0!important}.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement{border:1px solid #c7ebfb!important;border-radius:3px;box-shadow:none!important}.mec-booking-shortcode .nice-select ul{width:100%}.mec-booking-shortcode .mec-event-ticket-name,.mec-booking-shortcode .mec-event-ticket-price,.mec-booking-shortcode .mec-ticket-variation-name,.mec-booking-shortcode .mec-ticket-variation-price,.mec-booking-shortcode label{font-size:14px;line-height:19px;font-weight:400;color:#00acf8;padding-right:5px;margin:0 0 4px!important}.mec-booking-shortcode span.mec-event-ticket-available{margin-top:-22px!important;margin-bottom:28px!important;display:block;font-size:11px;letter-spacing:.5px;font-weight:300;color:#80abbf}.mec-booking-shortcode button{background-color:#00acf8;border-radius:2px;box-shadow:0 2px 2px rgba(0,172,248,.27);font-weight:500;font-size:11px;letter-spacing:.5px;margin:0;min-width:116px;padding:16px 15px 14px;float:none;position:relative;border:none;color:#fff;display:inline-block}.mec-booking-shortcode .mec-booking-form-container ul li{list-style:none}.mec-booking-shortcode .mec-booking-form-container ul{padding:0}.mec-events-meta-group-booking-shortcode .mec-error{background-color:#ff017e;color:#fff;margin:20px 0 0;padding:10px 15px;border-radius:3px}.mec-booking-shortcode .mec-book-ticket-variation h5{margin:0 0 4px}.mec-booking-shortcode .mec-book-available-tickets-details-header{border-bottom:2px solid #00acf8}.mec-booking-shortcode .mec-book-available-tickets-details-header,.mec-booking-shortcode .mec-book-available-tickets-details-item,.mec-booking-shortcode .mec-book-price-detail{display:-webkit-box;display:flex;flex-wrap:wrap}.mec-booking-shortcode .mec-book-available-tickets-details-header span,.mec-booking-shortcode .mec-book-available-tickets-details-item span,.mec-booking-shortcode .mec-book-price-detail span{-webkit-box-flex:1.97;flex:1.97 1.97 0;min-height:1px;font-size:14px;line-height:22px;color:#616264;font-weight:500;padding-bottom:20px;padding-top:20px}.mec-booking-shortcode .mec-book-available-tickets-details span:nth-of-type(2),.mec-booking-shortcode .mec-book-available-tickets-details-item span:nth-of-type(2),.mec-booking-shortcode .mec-book-price-detail span:nth-of-type(2){-webkit-box-flex:1;flex:1 1 0}.mec-booking-shortcode .mec-book-available-tickets-details span:last-child,.mec-booking-shortcode .mec-book-available-tickets-details-item span:last-child,.mec-booking-shortcode .mec-book-price-detail span:last-child{-webkit-box-flex:1.085;flex:1.085 1.085 0}.mec-booking-shortcode .mec-book-available-tickets-details-header span{padding-bottom:11px}.mec-booking-shortcode .mec-book-available-tickets-details-item span{font-weight:400;font-size:12px}.mec-booking-shortcode span.mec-book-price-detail-amount,.mec-booking-shortcode span.mec-book-price-detail-description{font-size:14px;line-height:22px;font-weight:500;padding:6px 0;color:#000}.mec-booking-shortcode span.mec-book-price-detail-amount{color:#777}.mec-booking-shortcode .mec-book-form-gateways label{cursor:pointer}.mec-booking-shortcode .mec-book-form-gateways label{cursor:pointer}.mec-booking-shortcode span.mec-book-price-detail-description{padding:6px 13px 6px 0;font-size:14px;font-weight:400;color:#00acf8}.mec-booking-shortcode ul.mec-book-price-details li{border-right:1px solid #c7ebfb!important}.mec-booking-shortcode span.mec-book-price-total{font-size:22px;line-height:22px;font-weight:700;color:#2bbc10;margin-top:20px;margin-bottom:35px;display:inline-block}.mec-booking-shortcode ul.mec-book-price-details{border:1px solid #c7ebfb!important;border-radius:3px;box-shadow:none!important}.mec-booking-shortcode span.mec-book-price-total-description{font-size:18px;line-height:22px;font-weight:700;color:#000}.mec-booking-shortcode span.mec-book-price-total-amount{font-size:22px;line-height:22px;font-weight:700;color:#2bbc10}.mec-booking-shortcode .mec-book-form-price{clear:both;position:relative}.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:after{content:"";display:inline-block;width:7px;height:7px;background-color:#fff;border-radius:50%;cursor:pointer;position:absolute;top:4px;left:3px}.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before{box-shadow:none;border:2px solid #a8e4ff;width:17px;height:17px;position:absolute;top:-9px;left:-2px;margin:0;content:"";display:inline-block;background:#fff;border-radius:18px;cursor:pointer;position:relative}.mec-booking-shortcode .mec-book-form-gateway-label{-webkit-box-flex:0;flex:0 0 50%;margin-bottom:14px;padding-right:15px}.mec-booking-shortcode .mec-book-form-gateways{display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:20px}.mec-booking-shortcode .mec-book-form-gateway-checkout{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.mec-booking-shortcode input::-webkit-input-placeholder,.mec-booking-shortcode textarea::-webkit-input-placeholder{color:#afe6ff}.mec-booking-shortcode input::-moz-placeholder,.mec-booking-shortcode textarea::-moz-placeholder{color:#afe6ff}.mec-booking-shortcode input:-ms-input-placeholder,.mec-booking-shortcode textarea:-ms-input-placeholder{color:#afe6ff}.mec-booking-shortcode input:-moz-placeholder,.mec-booking-shortcode textarea:-moz-placeholder{color:#afe6ff}.mec-booking-shortcode input[type=radio]:checked:before{border:2px solid #a8e4ff;box-shadow:none}.mec-booking-shortcode input[type=radio]:checked:after{background-color:#00acf8}.mec-booking-shortcode .mec-book-form-gateway-label label input{position:relative;cursor:pointer;margin:0!important;height:auto;margin-right:4px!important}.mec-booking-shortcode .mec-click-pay button[type=submit]{position:absolute;left:190px;bottom:40px}.mec-booking-shortcode button#mec-book-form-btn-step-2{margin-left:30px}.mec-booking-shortcode .mec-ticket-name{display:inline-block;background-color:#fff;border-radius:3px;font-size:12px;line-height:12px;font-weight:400;color:#00acf8;padding:8px 13px;letter-spacing:0}.mec-booking-shortcode .mec_book_first_for_all{display:none}.mec-booking-shortcode li.mec-first-for-all-wrapper{margin-bottom:20px}.mec-booking-shortcode label.wn-checkbox-label:before{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;position:absolute;background-color:#00acf8;width:2px;-webkit-transform:rotate(-138deg);transform:rotate(-138deg)}.mec-booking-shortcode label.wn-checkbox-label{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;vertical-align:middle;font-size:14px;line-height:19px;font-weight:400;color:#00acf8;margin:0 0 4px!important;padding:0;background-color:#fff;border:2px solid #a8e4ff;width:17px;height:17px;border-radius:3px;margin-right:9px!important;box-shadow:none}.mec-booking-shortcode label.wn-checkbox-label:after{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-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;content:'';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;position:absolute;background-color:#00acf8;width:2px}.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::after{height:5px;left:2px;top:7px;-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}.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::before{height:6px;left:7px;top:9px;-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}.mec-booking-shortcode button[type=button],.mec-booking-shortcode button[type=submit]{font-weight:500;font-size:13px;letter-spacing:.5px;line-height:16px;outline:0}.mec-booking-shortcode button.mec-book-form-back-button{background-color:#afe6ff;box-shadow:0 2px 2px rgba(175,230,255,.27)}.mec-booking-shortcode button[type=button]:hover,.mec-booking-shortcode button[type=submit]:hover{background-color:#000;text-decoration:none;box-shadow:0 4px 10px rgba(1,2,4,.32)}.mec-booking-shortcode a.button:after,.mec-booking-shortcode button[type=submit]:after{display:none;width:13px;height:13px;border-top:0;border-right:.1em solid #f0f1f1;border-bottom:.1em solid #fbfbfb;border-left:.1em solid #fff;content:"";-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear;background:rgba(0,0,0,0);position:absolute;top:18px;right:20px;border-radius:50%;z-index:999999999999}.mec-booking-shortcode a.button.loading:after,.mec-booking-shortcode button[type=submit].loading:after{display:block}.mec-booking-shortcode .mec-book-form-coupon{margin-bottom:35px}
|
1 |
+
.lity-container,.mec-wrap,.mec-wrap div:not([class^=elementor-]){font-family:Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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):not(.gm-control-active),.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:#24ca4f;-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}.mec-wrap #mec_woo_add_to_cart_btn_r{min-width:155px;margin-top:5px;border-radius:2px;box-shadow:0 2px 1px rgba(0,0,0,.08);float:left;text-align:center}.mec-booking-form-container button{display:block}.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-active-current{display:block}.current-hide #mec-active-current{display:none!important}.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;padding-left: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:first-of-type{border:1px solid #d9d9d9}.mec-event-sharing-wrap li a,.mec-event-sharing-wrap:hover li ul 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 li svg{height:16px}.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-skin-grid-container .mec-categories{padding:0}.mec-skin-grid-container .mec-categories li{list-style:none}.mec-skin-grid-container .mec-categories li a{color:#000;line-height:24px;text-align:left;transition:all .23s ease;-webkit-transition:all .23s 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-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button{position:absolute;background:#fff;padding:6px;margin-top:-17px;border-radius:3px;border:1px solid #e2e2e2;box-shadow:0 2px 0 0 rgba(0,0,0,.028)}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover{background:#40d9f1;border-color:#40d9f1}.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i{color:#fff}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button{width:40%;float:right;color:#202020;height:36px;line-height:16px}.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover{color:#fff}.mec-widget .mec-event-list-modern .col-md-2.col-sm-2,.mec-widget .mec-event-list-modern .col-md-6.col-sm-6{padding:0;width:100%;display:block;position:unset}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button{width:80%;height:46px;line-height:22px;padding:11px 20px;float:right}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper{top:auto;bottom:5%}@media (max-width:480px){.mec-widget .mec-event-list-modern .col-md-4.col-sm-4{padding:0}.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button{width:100%}}.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 .event-grid-t2-head .mec-categories li a{margin-bottom:10px;color:#fff}.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover{color:#000}.mec-event-grid-clean .mec-event-sharing-wrap{left:0;padding-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;padding-left: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}}span.mec-event-title-soldout{font-size:8px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:#e63360;color:#fff;padding:3px 8px;line-height:1;border-radius:15px;white-space:nowrap;vertical-align:middle}.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}.mec-event-grid-colorful .mec-event-article .mec-time-details{color:#fff}@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:34px;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:10px}.mec-event-list-minimal .mec-event-detail,.mec-event-list-minimal .mec-time-details{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-detail .mec-time-details{display:inline}.mec-event-list-modern .mec-event-date .event-da{margin-top:9px;color:silver;font-size:28px;font-weight:100;text-transform:uppercase;letter-spacing:-1px;text-align:left}.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,.mec-event-grid-minimal .mec-time-details{font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;font-family:Roboto,sans-serif;margin-bottom:5px}.mec-event-grid-minimal .mec-event-date:hover{color:#fff}.mec-event-grid-minimal .mec-event-date:hover span{color:#fff}.mec-wrap .mec-event-grid-minimal .mec-event-date:hover{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,.mec-event-list-classic .mec-event-time{font-weight:400;font-size:13px;letter-spacing:0;line-height:18px;text-align:left;display:initial;margin-right:12px}.mec-event-list-classic .mec-event-time .mec-time-details,.mec-event-list-classic .mec-event-time i{display:inline;margin-right:3px}.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-skin-grid-container .mec-event-grid-novel .mec-categories li a{color:#fff}.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month,.mec-event-grid-novel .mec-local-time-details{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,.mec-event-grid-novel .mec-local-time-details: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-local-time-details::before{content:"\e007"}.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;padding-left:0}.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;padding-left:0}.mec-event-grid-novel .mec-event-content h4 a{font-size:20px;line-height:1.3}}.mec-event-grid-novel .mec-event-sharing-wrap{padding-left:0}.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing{width:fit-content;z-index:999999}@media(min-width:1280px){.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img{width:100px;height:100px}.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-detail-wrap{margin-left:150px}}@media(min-width:760px) and (max-width:1024px){.mec-event-grid-novel .col-md-4.col-sm-4{width:100%}.mec-event-grid-novel .mec-event-image{float:left}.mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img{width:100px;height:100px}}.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-local-time-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-local-time-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-standard .mec-local-time-details:before{content:"\f0ac"}.mec-event-list-standard .mec-local-time-details .mec-local-title{display:block}.mec-event-list-standard .mec-local-time-details .mec-local-date,.mec-event-list-standard .mec-local-time-details .mec-local-time{font-style:normal;letter-spacing:0;font-size:11px;color:#8a8a8a;font-weight:300;line-height:1.6}.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:4px;vertical-align:text-top}.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before{font-size:15px}.mec-event-list-standard .mec-price-details{text-transform:uppercase;font-size:11px;font-weight:300}.mec-event-list-standard .mec-price-details i{margin-left:6px}.mec-month-side .mec-price-details{margin-left:2px}.mec-event-article .mec-price-details i,.mec-month-side .mec-price-details i,.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .mec-price-details i{padding-top:4px;vertical-align:unset}.mec-event-list-standard ul.mec-categories{position:relative;padding-left:28px;margin-bottom:10px}.mec-event-list-standard ul.mec-categories li.mec-category a:before{font-size:16px!important;content:"\f105";position:absolute;font-family:fontawesome;left:8px;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-localtime-details{color:#777;font-weight:400;line-height:12px;font-size:12px}.mec-localtime-details .mec-localdate,.mec-localtime-details .mec-localtime,.mec-localtime-details .mec-localtitle{display:inline-block}.mec-localtime-details .mec-start-date-label{padding-right:5px}.mec-localtime-details .mec-localtime{padding-left:5px}.mec-event-list-minimal .mec-localtime-details{display:inline-flex;font-size:15px;font-weight:300;line-height:1;letter-spacing:0;color:#9a9a9a;padding-left:9px}.mec-event-grid-classic .mec-localtime-details,.mec-event-grid-clean .mec-localtime-details{color:#fff;font-weight:400;font-size:11px;text-transform:uppercase;letter-spacing:-.02em;color:#fff;padding:0 0;line-height:18px;margin-top:-3px}.mec-event-grid-clean .mec-localtime-details,.mec-event-grid-colorful .mec-localtime-details,.tooltipster-box .mec-localtime-details{line-height:22px;padding-top:10px}.mec-event-grid-colorful .mec-localtime-details{color:#fff}.mec-event-grid-classic .mec-localtime-details{text-align:center}.mec-event-grid-minimal .mec-localtime-details{line-height:22px}.mec-wrap .mec-yearly-view-wrap .mec-localtime-wrap i{display:inline-block;margin-left:-1px}.mec-timetable-t2-content .mec-local-time-details{padding-left:19px}.mec-timetable-t2-content .mec-local-time-details{position:relative}.mec-timetable-t2-content .mec-local-time-details:before{content:"\e007";font-family:simple-line-icons;position:absolute;font-size:12px;margin-right:4px;left:0}.mec-masonry .mec-masonry-col6 .mec-localtime-details{margin-top:10px;line-height:21px}.mec-masonry .mec-masonry-col6 .mec-localtime-details i{height:auto}.mec-event-cover-classic .mec-localtime-details{color:#fff;margin-top:12px}.mec-event-cover-classic .mec-localtime-details i{padding-right:8px}.mec-event-cover-clean .mec-localtime-details{color:#fff;margin-bottom:20px}.mec-event-cover-modern .mec-localtime-details{color:#fff;margin:10px 0;font-weight:400;font-size:18px}.mec-event-countdown-style1 .mec-localtime-details,.mec-event-countdown-style2 .mec-localtime-details,.mec-event-countdown-style3 .mec-localtime-details{color:#fff;padding:8px 5px 0;font-size:14px;line-height:25px}.mec-event-countdown-style1 .mec-localtime-details{text-align:center}.mec-event-hover-carousel-type4 .mec-localtime-details{display:block;color:#fff;font-size:11px}.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localdate,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtime,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtitle,.mec-event-footer-carousel-type3 .mec-localtime-details span{display:inline-flex;line-height:20px;text-align:left;margin:0!important;font-size:12px;color:#777;line-height:28px}.mec-owl-crousel-skin-type1 .mec-localtime-details{margin-top:-7px;margin-bottom:12px}.mec-wrap .mec-slider-t5 .mec-localtime-details{margin-top:14px;line-height:20px}.mec-wrap .mec-slider-t5 .mec-localtime-details i{font-size:18px;height:20px}.mec-timeline-event-local-time{background:rgba(64,217,241,.11);display:inline-block;padding:7px 20px 11px;border-radius:20px;line-height:1.24}.mec-timeline-event-local-time .mec-localtime-details{font-size:13px;font-weight:500;vertical-align:middle;margin-left:6px;color:inherit;line-height:24px}.mec-timeline-event-local-time .mec-localtime-details i{font-size:17px;vertical-align:middle;margin-left:-7px;padding-right:3px}.mec-booking-modal{background-color:#e6f7ff}.mec-booking-modal .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before{top:-1px}.mec-modal-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;padding:12px 16px;line-height:37px;height:38px;margin:12px 0}.mec-modal-booking-button:hover{background:#191919;color:#fff;border-color:#191919}.mec-modal-booking-button.mec-mb-icon i{font-size:14px}.mec-event-list-classic .mec-modal-booking-button{height:0;line-height:1;margin:7px 0 0;display:inline-table;letter-spacing:0;padding:12px 14px}.mec-event-grid-novel ul.mec-categories{position:relative;line-height:30px;font-size:15px}.mec-event-grid-novel ul.mec-categories li.mec-category a{padding-left:35px;color:rgba(255,255,255,.4);line-height:30px;font-size:15px}.mec-event-grid-novel ul.mec-categories li.mec-category a:before{font-size:16px!important;content:"\f105";position:absolute;font-family:fontawesome;left:8px;font-size:15px;color:rgba(255,255,255,.4)}.mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button{margin:0;color:#282828;font-size:12px;transition:all .5s ease;-webkit-transition:all .5s ease;position:relative;padding:0 0 0 24px;background:0 0;text-align:left;display:inline;border:0;font-weight:700}.mec-timetable-t2-col .mec-modal-booking-button{color:#fff;padding-left:19px}.mec-timetable-t2-col .mec-modal-booking-button:hover{color:#282828}.mec-event-list-minimal .mec-modal-booking-button{margin:0 4px 0 84px}.mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before{content:'';position:absolute;background:#7a7272;width:18px;height:1px;left:0;top:45%;transition:all .1s ease;-webkit-transition:all .1s ease}.mec-skin-carousel-container .mec-modal-booking-button{line-height:70px}.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon{border-radius:1px;letter-spacing:2px;border:1px solid #e6e6e6;color:#333;background-color:#fff;padding:13px 12px 13px 14px;font-weight:700;box-shadow:0 2px 0 0 rgba(0,0,0,.016);transition:all .28s ease;line-height:unset}.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon:hover{border-color:#222;background:#222;color:#fff}.mec-event-footer .mec-modal-booking-button,.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button{position:absolute;top:20px;right:125px;margin:0;padding:0 16px;line-height:37px}.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button{top:0;line-height:41px;height:41px;right:121px}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button{line-height:18px;font-size:12px;letter-spacing:0;float:right;height:41px;margin:0 12px 0 0}.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-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;margin:0 0 0 12px}.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button:hover{color:#191919;background-color:#fff;border:2px #fff solid}.mec-event-grid-modern .mec-event-footer .mec-modal-booking-button{right:auto;left:110px}.mec-event-grid-simple .mec-modal-booking-button,.mec-events-agenda .mec-modal-booking-button{margin:0;font-size:12px;transition:all .5s ease;-webkit-transition:all .5s ease;position:relative;padding:0;background:0 0;text-align:left;display:inline;border:0;font-weight:700}.mec-events-agenda .mec-modal-booking-button{display:block;height:unset;padding-left:173px;line-height:14px;margin-bottom:7px}.mec-yearly-view-wrap .mec-modal-booking-button{margin:0;padding-left:14px;text-transform:capitalize}.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon{right:auto;left:238px;width:36px;height:36px;display:table-cell;vertical-align:middle;padding:0 10px;border-color:rgba(255,255,255,.1);background-color:rgba(0,0,0,0);color:#fff;border-radius:36px}.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon:hover{background-color:rgba(255,255,255,.1)}.mec-event-grid-simple .mec-modal-booking-button:hover,.mec-events-agenda .mec-modal-booking-button:hover,.mec-events-yearlu .mec-modal-booking-button:hover{color:#191919}.mec-event-masonry .mec-event-footer .mec-modal-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);right:auto;left:155px}.mec-timeline-event .mec-modal-booking-button{position:absolute;top:0;right:0;display:inline-block;padding:7px 20px 7px;line-height:22px;height:unset;border:unset;text-transform:capitalize;font-weight:500;font-size:13px;letter-spacing:0;margin:0;border-radius:0 0 0 10px}.mec-timeline-event .mec-modal-booking-button:hover{background:#191919;color:#fff}.mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button{position:absolute;top:50%;transform:translateY(-50%);right:15px;line-height:26px;height:49px;border:unset;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;margin:0}.mec-skin-daily-view-events-container .mec-modal-booking-button:hover,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button:hover{background:#292929;color:#fff}@media(max-width:1023px){.mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button{position:relative;top:unset;transform:unset;margin:14px 16px 0;padding:8px;line-height:20px;height:35px}}@media(max-width:768px){.featherlight .featherlight-inner{width:100%}.mec-events-agenda .mec-modal-booking-button{padding:0}}@media(max-width:480px){.mec-booking-modal .mec-events-meta-group-booking-shortcode{padding:20px}.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-mec_email,.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-name{width:100%}.mec-booking-modal .mec-booking-shortcode button#mec-book-form-btn-step-2{margin-left:20px}.mec-booking-modal .mec-booking-shortcode .mec-click-pay button[type=submit]{bottom:22px}.mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before{display:none}.mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button{margin:0;padding:0}.mec-event-grid-modern .mec-event-footer .mec-booking-button{top:20px}}.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-booking .mec-book-bfixed-fields-container{padding-left:15px}.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:155px;margin-top:5px;margin-left:10px;border-radius:2px;box-shadow:0 2px 1px rgba(0,0,0,.08)}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button{background:#c4cace;float:left}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button:hover{background:#000}.mec-single-event .mec-events-meta-group-booking button.mec-book-form-next-button{float:left;margin-left:0}button#mec-book-form-back-btn-step-3{float:none}.mec-next-occ-booking,.mec-next-occ-booking-p{padding-left:15px}.mec-events-meta-group-booking .mec-next-occ-booking,.mec-events-meta-group-booking .mec-next-occ-booking-p{padding:0;font-size:12px;letter-spacing:0;margin:3px 0;padding:5px 1em 3px 0}.mec-book-username-password-wrapper{padding:0 15px}.lity-container .mec-next-occ-booking,.lity-container .mec-next-occ-booking-p{padding-left:0}.mec-single-event .mec-events-meta-group-booking .mec-click-pay{max-width:350px}.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button{float:right}.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover{background:#000}.lity-container .mec-click-pay{max-width:400px}.lity-container .mec-book-form-btn-wrap button.mec-book-form-next-button,.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r{float:right}.lity-container button.mec-book-form-next-button{float:right}.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.lity-container .mec-click-pay button.mec-book-form-next-button:hover{background:#000}.mec-single-event .mec-events-meta-group-booking .mec-click-next{float:right;position:relative;width:calc(100% - 186px)}.lity-container .mec-click-next{float:right;position:relative;width:calc(100% - 186px)}.mec-single-event .mec-book-form-coupon button{margin-left:0}.mec-single-event .mec-book-form-gateway-checkout button{margin-left:0}.mec-single-event .mec-single-event .mec-book-form-gateway-checkout button{margin-right:20px}.lity-content .mec-book-form-back-button{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-right:10px;line-height:1;padding:18px 20px 16px;-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;background:#c4cace}.lity-content .mec-book-form-back-button:hover{background:#000}.lity-content button#mec-book-form-back-btn-step-3{float:none}.lity-content .mec-book-form-next-button{float:left}.lity-content .mec-book-bfixed-fields-container{list-style:none;padding-left:0}.mec-single-event .mec-book-first,.mec-single-event .mec-book-form-gateways,.mec-single-event .mec-book-form-price,.mec-single-event .mec-event-tickets-list,.mec-single-event form.mec-click-next{padding-left:0;padding-right:0}.mec-single-event label.mec-fill-attendees{margin-left:0}.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-2,.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-3,.mec-wrap .mec-events-meta-group-booking #mec-book-form-btn-step-1{margin-left:0}.mec-wrap .mec-booking-form-container .col-md-12{padding-left:0}.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row{margin:0}.mec-wrap .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label{padding-left:3px}.mec-wrap p.mec-gateway-comment{margin-top:20px}.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!important}.lity .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.lity .mec-events-meta-group-booking .mec-red-notification input[type=radio],.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!important}.lity .mec-book-ticket-container .mec-red-notification input,.lity .mec-book-ticket-container .mec-red-notification select,.lity .mec-book-ticket-container .mec-red-notification textarea{border:1px solid #ff3c3c!important}@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}@media only screen and (max-width:480px){.single-mec-events .lity-container{width:100%}.single-mec-events .lity-content .mec-events-meta-group-booking{padding:20px;width:85%;margin:0 auto}}.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{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;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.15)}.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;padding: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;margin-bottom: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.tumblr{background:#34465d}.mec-single-event .mec-event-social a.tumblr:hover{background:#273649}.mec-single-event .mec-event-social a.telegram{background:#08c}.mec-single-event .mec-event-social a.telegram:hover{background:#1076be}.mec-single-event .mec-event-social a.whatsapp{background:#25d366}.mec-single-event .mec-event-social a.whatsapp:hover{background:#23ac55}.mec-single-event .mec-event-social a.flipboard{background:#e12828}.mec-single-event .mec-event-social a.flipboard:hover{background:#af1e1e}.mec-single-event .mec-event-social a.pocket{background:#ef4056}.mec-single-event .mec-event-social a.pocket:hover{background:#8d1717}.mec-single-event .mec-event-social a.reddit{background:#ff5700}.mec-single-event .mec-event-social a.reddit:hover{background:#c94909}.mec-single-event .mec-event-social a.flipboard svg,.mec-single-event .mec-event-social a.telegram svg{height:16px}.mec-single-event .mec-event-social li.mec-event-social-icon a svg{display:unset}.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.linkedin{background:#457399}.mec-single-event .mec-event-social a.linkedin: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,.mec-single-event .mec-wrap-checkout 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}.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before,.mec-single-event .mec-wrap-checkout 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%}.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:47%!important;margin-right:12px;margin-top:5px;display:inline-block!important}@media(max-width:768px){.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year]{width:100%!important;margin-right:0;display:block!important}}.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}.single-mec-events .mec-speakers-details ul{padding:0;margin-left:0}.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:10px;font-size:15px;line-height:1.8;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;color:#888}.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;display:block}.mec-attendees-list-details .mec-attendee-profile-link span{display:inline-block;color:#000;vertical-align:middle;cursor:pointer}.mec-attendees-list-details span.mec-attendee-profile-ticket-number{border-radius:50px;width:20px;height:20px;font-size:12px;text-align:center;color:#fff;margin-right:4px;line-height:20px}#wrap .mec-attendees-list-details span.mec-attendee-profile-ticket-number{line-height:19px}.mec-attendees-list-details .mec-attendee-profile-link span i{vertical-align:middle;font-size:9px;font-weight:700;margin-left:5px}.mec-attendees-list-details .mec-attendees-toggle{border:1px solid #e6e6e6;background:#fafafa;padding:15px 15px 0;border-radius:3px;margin:12px 0 20px 52px;position:relative;font-size:13px;box-shadow:0 3px 1px 0 rgba(0,0,0,.02)}.mec-attendees-list-details .mec-attendees-toggle:after,.mec-attendees-list-details .mec-attendees-toggle:before{content:'';display:block;position:absolute;left:50px;width:0;height:0;border-style:solid;border-width:10px}.mec-attendees-list-details .mec-attendees-toggle:after{top:-20px;border-color:transparent transparent #fafafa transparent}.mec-attendees-list-details .mec-attendees-toggle:before{top:-21px;border-color:transparent transparent #e1e1e1 transparent}.mec-attendees-list-details .mec-attendees-toggle .mec-attendees-item{padding-bottom:15px}.mec-attendees-list-details .mec-attendee-avatar img{border-radius:3px}.mec-attendee-avatar-sec{float:left;width:50px;margin-right:12px}.mec-attendee-profile-name-sec,.mec-attendee-profile-ticket-sec{float:left;width:calc(100% - 62px);margin-top:3px}.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}.excerpt-wrap .mec-wrap dt,.nv-content-wrap .mec-wrap dt{display:table-cell}.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,.mec-calendar .mec-event-article .mec-localtime-details div{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:15%;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-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table{min-height:unset}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:13px;font-weight:500;margin:0;color:#444}.mec-event-container-simple .mec-monthly-tooltip h4:hover{text-decoration:underline;color:#111}.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple{border-bottom:1px dashed #e3e3e3;padding:10px 2px;display:block}.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day{font-size:30px;color:#000}.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover{background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-row dt,.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child{border-width:2px}.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom:2px solid #40d9f1;background:unset}.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt{line-height:36px}@media (max-width:768px){.mec-calendar.mec-event-container-simple{overflow-x:scroll}.mec-calendar.mec-event-container-simple .mec-calendar-side{min-width:100%}.mec-event-container-simple .mec-monthly-tooltip h4{font-size:12px}.mec-event-container-simple .mec-calendar-side{min-width:600px!important;overflow-x:scroll}}.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,.tooltipster-sidetip.tooltipster-shadow .tooltipster-content .mec-price-details{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-box .mec-tooltip-event-desc{margin-bottom:12px}.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}@media (max-width:780px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{word-break:break-all;font-size:13px}}@media (max-width:320px){.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4{font-size:10px}}.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article{padding-left:15px;padding-right:15px;position:relative}.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-skin-grid-container .mec-skin-map-container,.mec-skin-list-container .mec-skin-map-container{margin-bottom:20px}.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 .block-w li{font-size:50px}.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:#0dbf52;background-color:#cef7ce}.warning-msg{color:#9f6000;background-color:#feefb3}.mec-error{color:#d8000c;background-color:#ffbaba}.mec-fes-form,.mec-fes-list{background:#f8feff;padding:30px 3%;color:#798f96;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul{margin:0 auto 15px;max-width:960px;list-style:none;padding-left:40px}.mec-fes-form-cntt .dashicons-editor-help{display:none}.mec-fes-list ul li *{text-decoration:none!important}.mec-fes-list ul li{padding:20px 15px;border-radius:3px;margin-bottom:15px;border:1px solid #cfeff5;box-shadow:0 2px 6px -4px #cfeff5;background:#fff;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-size:17px;font-weight:600;width:calc(100% - 250px);display:inline-block}@media (max-width:680px){.mec-fes-list ul li .mec-event-title{width:100%;font-size:13px;margin:0 0 20px 0;display:block}.mec-fes-list ul li{padding:10px 12px 40px}}@media (max-width:480px){.mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul{padding-left:0}}.mec-fes-form .mec-required{color:#ff3c3c}.mec-fes-list .mec-event-status{color:#fff!important;border-color:transparent!important}.mec-fes-form .mec-book-confirmed,.mec-fes-list .mec-book-confirmed{background:#50d477!important}.mec-fes-form .mec-book-pending,.mec-fes-list .mec-book-pending{background:#fcbe69!important}.mec-fes-form .mec-book-rejected,.mec-fes-list .mec-book-rejected{background:#fe686a!important}.mec-fes-form .mec-book-other,.mec-fes-list .mec-book-other{background:#40d9f1!important}.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view{font-size:11px;padding:0;border:0;background:#f7f8f9;float:right;margin-left:5px;border-radius:2px;transition:all .2s ease}.mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a{padding:4px 8px;display:inline-block;border:1px solid #e7e8e9;border-radius:2px;color:#789;position:relative}@media (max-width:600px){.mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a{font-size:10px}}.mec-fes-list ul li .mec-fes-event-remove:hover{cursor:pointer;background:#f96f8a;border-color:#f96f8a;color:#fff}.mec-fes-list ul li .mec-fes-event-export a:hover,.mec-fes-list ul li .mec-fes-event-view a:hover{background:#40d9f1;color:#fff;border-color:#40d9f1}.mec-fes-form-top-actions a,.mec-fes-list-top-actions a{position:relative;border:none;border-radius:3px;color:#fff!important;display:inline-block;font-size:13px;line-height:1;text-transform:none;font-weight:400;text-decoration:none;cursor:pointer;margin-bottom:20px!important;margin-right:10px;line-height:1;letter-spacing:0;padding:15px 22px;background:#39c36e;box-shadow:0 1px 7px -3px #39c36e!important;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;text-decoration:unset}.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover{background:#222;color:#fff}.mec-fes-list-top-actions a{font-weight:600;text-transform:capitalize}.mec-fes-form-top-actions a:before{content:"";border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;margin-right:5px;vertical-align:sub;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row{margin-bottom:10px;clear:both}.mec-fes-form label{font-size:13px;display:block;color:#798f96;font-weight:400;padding:0 0 4px 2px}.mec-fes-form input+label{padding-top:8px;padding-left:3px;margin:0;display:inline-block;vertical-align:top}#wrap .mec-fes-form input+label{padding-top:0}.mec-fes-form .post-status{float:right!important;margin:0 5px;color:#fff;padding:0 10px;border-radius:12px;font-style:italic;font-size:18px}.mec-fes-form #mec-event-data input[type=date],.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 input[type=url],.mec-fes-form select,.mec-fes-form textarea{min-width:inherit;width:auto;display:inline;min-height:30px;font-size:13px;padding:10px;margin-bottom:20px;clear:both;background:#fff;border:1px solid #cfeff5;box-shadow:0 2px 5px rgba(207,239,245,.38) inset;border-radius:3px;height:40px;max-width:280px;color:#798f96;font-family:inherit}#mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content #mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator,.mec-single-event .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==);background-position:center;background-size:cover;width:10px;height:12px;display:block}.mec-fes-form input{background:#fff!important;border-radius:3px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-fes-form textarea{height:80px}.mec-fes-form input::-webkit-input-placeholder{color:#798f96}.mec-fes-form input::-moz-placeholder{color:#798f96}.mec-fes-form input:-ms-input-placeholder{color:#798f96}.mec-fes-form input:-moz-placeholder{color:#798f96}#mec-excerpt .mec-form-row .widefat{max-width:100%}#mec_more_info_target{width:100%}@media only screen and (min-width:961px){.mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea{width:100%;display:inline-block}}@media only screen and (max-width:768px){.mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea{width:100%}}.mec-fes-form input[type=text]#mec_fes_title{padding:5px 10px;min-height:32px;height:50px;background:#fff!important;max-width:100%;font-size:19px;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 input[type=url]: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}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline}.mec-fes-form-cntt .dashicons-editor-help{display:block}.mec-fes-form .mec-tooltip:hover:after,.mec-fes-form .mec-tooltip:hover:before{display:none}.mec-fes-form.mec-fes-form .mec-tooltip{display:inline-flex;bottom:7px}.mec-fes-form .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-fes-form .mec-tooltip .box p,.mec-fes-form .mec-tooltip .box p{color:#fff;font-size:14px;line-height:1.3;margin:0}.mec-fes-form .mec-tooltip:hover .box{visibility:visible;opacity:1}.mec-fes-form .mec-tooltip:hover .box{padding:20px;border-radius:8px}.mec-fes-form .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-fes-form .mec-tooltip .box p a,.mec-fes-form .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-fes-form .mec-tooltip .box a:hover{color:#f90}.mec-fes-form .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-fes-form .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-fes-form .mec-tooltip .box.top{left:50%;top:0;transform:translate(-50%,-100%);margin-top:0;margin-left:-10px}.mec-fes-form .mec-tooltip .box.top:after{top:50%!important;right:100%!important}.mec-fes-form .mec-tooltip .box.top:before{left:50%!important;top:100%!important}.mec-fes-form .mec-tooltip .box.bottom{left:50%;top:auto;bottom:0;transform:translate(-50%,100%);margin-bottom:-20px;margin-left:-10px}.mec-fes-form .mec-tooltip .box.bottom:after{top:0!important;right:50%!important;background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.bottom:before{left:50%!important;top:-7px!important;transform:translateX(-50%);background-color:#3a3f44!important}.mec-fes-form .mec-tooltip .box.left{left:auto;right:26px;top:50%;transform:translateY(-50%)}.mec-fes-form .mec-tooltip .box.left:before{right:0!important;left:auto!important;top:50%!important}.mec-fes-form .mec-tooltip{display:inline-block;position:relative;margin-right:10px;cursor:help;bottom:5px;left:3px}.mec-fes-form .mec-tooltip:last-child{margin-right:0}.mec-fes-form .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-fes-form .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-fes-form .mec-tooltip .dashicons-before:before{font-size:24px;color:#008aff;line-height:37px}.mec-fes-form .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-fes-form .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}.mec-fes-form .mec-tooltip .content p a{display:none}@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:0 20px 20px;border:1px solid #cfeff5;margin-bottom:20px!important;box-shadow:0 2px 6px -3px #cfeff5;border-radius:3px;background:#fff}.mec-fes-form .mec-meta-box-fields h4{margin:0 -20px;font-size:15px;font-weight:600;letter-spacing:0;color:#40d9f1;text-transform:capitalize;padding:15px 20px;background:#ecfcff;margin-bottom:20px;border-radius:3px}.mec-fes-sub-button{width:100%}.mec-available-color-row span.color-selected{border:3px solid #fff;box-sizing:content-box;box-shadow:0 0 0 2px #40d9f1,0 2px 8px -1px #40d9f1}.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:190px;margin-right:1.4%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1,.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-2{width:120px;margin-right:10px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].widefat{width:100%}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row{border-bottom:none;padding-bottom:10px}.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}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button.mec-add-hourly-schedule-button{font-size:12px;height:30px;line-height:25px}.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row .description{display:inline-block;border-left:1px dashed #bfcacc;margin-left:12px;line-height:28px;padding-left:12px;margin-top:5px;font-style:italic}@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_fes_form_message{max-width:838px;margin:10px auto;display:block!important;text-align:center}.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)}.mec-full-calendar-wrap .mec-search-form .col-md-7{padding:0}@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;clear:both;overflow:hidden}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5{display:block;max-width:100%;padding:0;margin:0 0 10px 0}.mec-full-calendar-wrap .mec-search-form .col-md-3{padding-bottom:10px!important}.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}.mec-wrap .mec-totalcal-box .mec-totalcal-view{float:none}}@media only screen and (min-width:768px) and (max-width:960px){.mec-wrap .mec-totalcal-box .col-md-4{position:relative;width:initial}.mec-wrap .mec-totalcal-box .col-md-5{padding-bottom:0}.mec-full-calendar-wrap .mec-search-form .col-md-5{margin-top:20px}.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{padding-bottom:20px;clear:both;overflow:hidden}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5{right:10px;width:initial}.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4{padding-bottom:0;width:100%}}@media (min-width:961px) and (max-width:1200px){.mec-full-calendar-wrap .mec-totalcal-box{padding:15px 10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 10px}.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-address-search,.mec-search-form .mec-text-input-search{padding:0 4px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.mec-full-calendar-wrap .mec-totalcal-box .col-md-5{padding-bottom:20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{min-width:calc(30% - 10px)}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select{min-width:calc(50% - 19px)}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:9px;text-align:center}}@media only screen and (max-width:1200px){.post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{width:100%;padding:0}.post-type-archive-mec-events .mec-totalcal-box select:last-child{min-width:auto}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{position:relative;float:right;max-width:100%;left:0;top:20px;width:100%!important;display:block;clear:both}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view{max-width:100%;width:100%}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{width:20.1%;font-size:10px}}@media only screen and (max-width:960px){.post-type-archive-mec-events .mec-totalcal-box .col-md-5{top:10px}}@media only screen and (max-width:760px){.post-type-archive-mec-events .mec-totalcal-box .col-md-5{top:0!important}}@media only screen and (max-width:480px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{font-size:8px}}@media (min-width:1201px) and (max-width:1280px){.mec-full-calendar-wrap .mec-totalcal-view span{font-size:9px;padding:0 10px}}@media (min-width:761px) and (max-width:1200px){.mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search{width:33.3333%;display:block;float:left}.mec-full-calendar-wrap .mec-search-form .col-md-4 .mec-text-input-search{padding:0;margin-bottom:20px}.mec-full-calendar-wrap .mec-search-form .col-md-3{width:100%}.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child{min-width:70px;width:70px}.mec-full-calendar-wrap .mec-search-form .col-md-5{float:right;padding:0 0 10px 0}.mec-full-calendar-wrap .mec-totalcal-view span{font-size:11px}}@media (max-width:760px){.mec-full-calendar-wrap .mec-search-form .col-md-3{width:100%}.mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child{min-width:70px;width:70px}.mec-full-calendar-wrap .mec-search-form .col-md-5{float:right;padding:0 0 10px 0}.mec-full-calendar-wrap .mec-totalcal-view span{font-size:11px}}@media (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box{padding:20px 20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:50%}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{padding-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select{min-width:calc(100% - 36px);margin-bottom:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view{margin-left:10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{font-size:10px;text-align:center}.mec-full-calendar-wrap .mec-totalcal-box .col-md-2{width:100%}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:14.3%;text-align:center;font-size:10px;margin-right:-1px}}@media(max-width:780px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select{width:calc(50% - 18px)!important}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{position:unset;padding-right:0}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5{margin:0;padding:0}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{padding:0 7px;margin-top:20px}}@media(max-width:480px){.mec-full-calendar-wrap .mec-totalcal-box{padding:15px 10px}.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:13.5%;text-align:center;font-size:11px}}@media(max-width:411px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:12%;font-size:10px}}@media(max-width:320px){.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span{min-width:22.5%;font-size:11px}}.mec-totalcalview-selected:hover{color:#fff!important}.mec-search-form{padding:20px 10px}.mec-search-form .mec-dropdown-wrap{display:table;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-full-calendar-wrap .mec-search-form .mec-date-search,.mec-full-calendar-wrap .mec-search-form .mec-text-input-search{width:100%}.mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-6,.mec-full-calendar-wrap .mec-search-form .col-md-8{padding:0}.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);margin-bottom:20px}.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:781px){.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}.mec-full-calendar-wrap .mec-totalcal-box .col-md-3{margin-bottom:0;padding-bottom:0!important}}@media only screen and (max-width:479px){.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{display:block;width:100%;float:none}}@media only screen and (min-width:961px) and (max-width:1200px){.post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-5{max-width:100%;width:100%}.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0 10px}.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search{margin:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{margin-bottom:20px;padding:0 10px 10px 10px}}@media only screen and (max-width:960px){.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0 10px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4{margin-bottom:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search{margin:0}.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view{padding-right:15px}.mec-full-calendar-wrap .mec-search-form .col-md-5{margin-bottom:0}.post-type-archive-mec-events .mec-totalcal-box .col-md-5{padding:0}}@media only screen and (max-width:780px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{margin-top:10px;margin-bottom:10px}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{margin-top:0}}@media only screen and (max-width:760px){.post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span{margin-top:20px;margin-bottom:0}.mec-wrap .mec-totalcal-box .mec-totalcal-view span{margin-top:20px}.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4{padding:0}}@media only screen and (max-width:1200px){.post-type-archive-mec-events .mec-full-calendar-wrap .mec-totalcal-view span{width:14.333%;font-size:8px}}@media only screen and (min-width:320px) and (max-width:960px){.post-type-archive-mec-events .mec-search-form .col-md-5 span{width:20%!important}}.mec-search-form .mec-text-address-search{float:left;width:100%;padding:0 10px;margin-bottom:20px}.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-owl-theme .owl-dots .owl-dot{border:none}.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)}.mec-skin-carousel-container .mec-multiple-event .mec-event-date-carousel{width:230px}.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info,.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info-year{left:159px}@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{padding-left:0;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%;transform:rotate(90deg)}}@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:50%;transform:translateY(-50%);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-single-modern .col-md-4.mec-no-image .mec-frontbox{margin-top:20px}.mec-next-occurrence ul{padding-left:0;margin-left:0}.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-organizer-description p{padding-left:12px}.mec-modal-wrap{max-width:60vw;max-height:90vh!important;background:#fff;box-shadow:0 1px 55px rgba(0,0,0,.5);overflow-x:hidden!important}@media(max-width:1023px){.mec-modal-wrap{max-width:80vw}}.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-holding-status-expired{color:#d8000c}.mec-holding-status-ongoing{color:#0dbf52}body .featherlight{z-index:999999!important}body .featherlight .featherlight-content{background:0 0;overflow:unset;z-index:9999}body .featherlight .featherlight-close-icon{position:fixed;top:40px;right:40px;background:0 0;color:#fff;border:1px solid #fff;border-radius:0}body .featherlight .featherlight-close-icon:hover{background:#fff;color:#000;border:1px solid #000}@media (max-width:320px){.mec-wrap span.flip-clock-divider{width:20px}.mec-single-event .mec-events-meta-group-countdown{padding:15px 12%}}@media (max-width:414px){.mec-wrap span.flip-clock-divider{width:30px}.mec-single-event .mec-events-meta-group-countdown{margin-left:0;padding:15px 7%}}@media (max-width:480px){body .featherlight .featherlight-content{width:95%}.mec-wrap span.flip-clock-divider{width:7px}.mec-single-event .mec-events-meta-group-countdown{margin-left:0;padding:15px 1%}body .featherlight .featherlight-close-icon{color:#000;border-color:#000}}@media(max-width:1366px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:20px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 15px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:48px}}@media(max-width:1280px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:14px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:15px 10px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:38px}}@media(min-width:961px) and (max-width:1024px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:7px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:15px 5px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul{width:14px}body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul li a div{font-size:30px}}@media(max-width:640px){body .mec-modal-wrap .mec-single-modal.featherlight-close-icon{top:14px;right:14px}}@media(max-width:480px){.featherlight .featherlight-content,body .mec-modal-wrap{max-width:100%}body .mec-modal-wrap.flip-clock-divider .flip-clock-label{display:block}}@media (max-width:414px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:50px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 65px}body .featherlight-content .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 2px 20px 2px!important}body .featherlight-content .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:3px!important}}@media (max-width:375px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:50px!important}.mec-wrap .flip-clock-divider .flip-clock-label{display:none}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 45px}}@media (max-width:320px){body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child){width:20px!important}body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown{padding:20px 5px 20px 40px}}.mec-single-event-bar dd{margin-left:0}.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;min-height:100px;display:table;width:100%;border-collapse:separate}.mec-events-toggle .mec-toggle-item-inner:hover{background:#fbfbfb}.mec-toggle-item-col{width:200px;border-right:1px solid #e3e3e3;margin-right:15px;display:table-cell;padding-right:5px}.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,.mec-toggle-item-col .mec-time-details{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:table-cell;text-align:left;max-width:calc(100% - 200px);padding-left:15px;vertical-align:middle}.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-inner .mec-toggle-item-col{float:none;width:100%;border-right:none;margin-bottom:5px;display:block;max-width:100%;padding-left:15px}.mec-events-toggle .mec-toggle-title{display:block;width:100%;max-width:100%}}.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}.mec-yearly-view-wrap .mec-events-agenda.mec-selected{box-shadow:-10px 0 0 0 #fffcf2,0 -1px 0 #fbebb6;background:#fffcf2;border-color:#fbebb6;color:#f9af29}@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:185px;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:pre-line;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}}@media(min-width:961px){.mec-timetable-col-7{width:14.28%}.mec-timetable-col-6{width:16.6666%}}.mec-timetable-t3-wrap td{position:relative;padding:0}.mec-timetable-t3-wrap td a{width:100%;display:block;min-height:110px}.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;position:relative}.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}.degrees-mode{background:rgba(0,0,0,.2);cursor:pointer;font-weight:300;font-size:18px;padding:4px 5px;line-height:1;color:#fff;position:absolute;border-radius:8px;bottom:16px;left:16px}.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{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}@media (max-width:480px){.mec-masonry-content.mec-event-grid-modern .mec-labels-normal{display:block}}.mec-masonry-content.mec-event-grid-modern .mec-event-footer{height:auto}.mec-masonry .mec-masonry-col6 .mec-event-date{font-size:52px;letter-spacing:-2px;line-height:41px;vertical-align:top}.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:0;padding:15px 18%}}@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-timeline-event .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-timeline-event.mec-label-canceled .mec-fc-style,.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-timeline-event .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-timeline-event.mec-label-canceled .mec-fc-style:before,.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;white-space:nowrap}.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}ul.mec-categories{padding:0}ul.mec-categories li.mec-category{list-style:none}ul.mec-categories li.mec-category a{font-weight:400;color:#626262;font-size:13px;text-align:left;transition:all .23s ease;-webkit-transition:all .23s ease}.mec-hourly-schedule-speaker-info{background:#fff;padding:30px;border:1px solid #e6e6e6;max-width:740px;width:740px;margin-left:-110px}.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;border-radius:3px}.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;text-align:center;word-break:initial}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:53%;text-align:left}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:7%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i{color:#fe686a}.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-event-date,.mec-event-status{text-align:center}.mec-event-date .mec-tooltip,.mec-event-status .mec-tooltip{position:relative;width:fit-content;margin:auto}.mec-profile i{font-size:15px;color:#008aff;vertical-align:text-bottom;margin-right:4px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{min-width:250px;max-width:300px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#000;color:#fff;font-weight:400;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #535a61;padding:5px 10px 6px;border-radius:8px;text-align:center;font-style:normal;opacity:0;visibility:hidden;display:none}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;letter-spacing:1.1px;font-weight:500}.mec-event-date .mec-tooltip:hover .box:after,.mec-event-status .mec-tooltip:hover .box:after{content:'';position:absolute;width:12px;height:12px;left:calc(50% - 12px);bottom:-12px;transform:translate(50%,-50%) rotate(-45deg);background-color:#000;box-shadow:0 8px 9px -4px #535a61}.mec-event-status .mec-tooltip .box{min-width:100px}.mec-event-status.mec-book-confirmed .mec-tooltip .box,.mec-event-status.mec-book-confirmed .mec-tooltip:hover .box:after{background-color:#50d477}.mec-event-status.mec-book-rejected .mec-tooltip .box,.mec-event-status.mec-book-rejected .mec-tooltip:hover .box:after{background-color:#fe686a}.mec-event-status.mec-book-pending .mec-tooltip .box,.mec-event-status.mec-book-pending .mec-tooltip:hover .box:after{background-color:#fcbe69}.mec-event-date .mec-tooltip:hover .box,.mec-event-status .mec-tooltip:hover .box{opacity:1;visibility:visible;display:block}.mec-profile .mec-event-status{padding:0}.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:850px;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;font-size:12px}.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}}@media(max-width:1366px){.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:6%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:40%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:12%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:8%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:8%}}@media(max-width:1024px){.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:30%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:15%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:10%}}@media(max-width:780px){.mec-profile .mec-profile-bookings tbody tr,.mec-profile i{font-size:12px}.mec-event-date .mec-tooltip .box{min-width:200px}.mec-event-status .mec-tooltip .box{min-width:90px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{padding:4px 5px!important}.mec-profile .mec-profile-bookings tbody tr{font-size:12px}}@media(max-width:480px){.mec-profile .mec-booking-number-of-attendees,.mec-profile .mec-profile-bookings tbody tr,.mec-profile i{font-size:8px!important}.mec-profile .mec-profile-bookings tbody tr td{padding:3px}.mec-profile .mec-profile-bookings tbody tr td:nth-child(1){width:5%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(2){width:19%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(3){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(4){width:12%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(5){width:18%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(6){width:13%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(7){width:10%}.mec-profile .mec-profile-bookings tbody tr td:nth-child(8){width:13%}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{font-size:8px}.mec-event-date .mec-tooltip .box{min-width:75px}.mec-event-status .mec-tooltip .box{min-width:70px}.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box{padding:4px 5px!important}}.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-container .mec-click-pay #mec_woo_add_to_cart_btn_r,.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-events-meta-group-booking{position:relative}.mec-cover-loader:after{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,.5);z-index:99999}.mec-loader{background:rgba(0,0,0,0);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9}.mec-loader,.mec-loader:after{border-radius:50%;width:5em;height:5em;z-index:999999999999}.mec-loader{font-size:10px;text-indent:-9999em;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear}@-webkit-keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mecloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mec-google-recaptcha{margin:0 0 20px 16px}.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}.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}.mec-content-notification a{margin-left:5px}.mec-content-notification{background:#f7f7f7;padding:10px 10px 10px;border:1px solid #e8e8e8}.mec-content-notification p{margin-bottom:0}.mec-fes-form #mec-advanced-wraper div:first-child>ul{border:1px solid #cfeff5;width:auto;box-shadow:0 1px 4px -2px #cfeff5;display:block;margin:5px 0 10px;padding:5px 0;border-radius:2px}.mec-fes-form #mec-advanced-wraper div:first-child>ul:last-of-type{margin-bottom:35px}#mec-advanced-wraper div:first-child>ul span{display:none}#mec-advanced-wraper div:first-child>ul *{display:inline-block;background:#fff;font-size:12px;color:#717273;text-align:center}#mec-advanced-wraper div:first-child>ul>li{width:60px;font-weight:700;margin:0 10px 0 0;padding:4px 0;border-right:1px solid #cfeff5}#mec-advanced-wraper div:first-child>ul>ul>li{margin:0;padding:2px 10px;cursor:pointer;border-radius:2px;transition:all .18s ease}.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li.mec-active,.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li:hover{background:#40d9f1!important;box-shadow:0 1px 9px -3px #40d9f1;color:#fff!important}.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:83%}.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search{width:100%;float:none}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 84%);margin-left:11px;background:#40d9f1;Color:#fff;font-weight:400}.mec-text-input-search+input#mec-search-bar-input{margin-left:-3px}.mec-search-bar-wrap input#mec-search-bar-input:hover{background:#000}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input{float:none}@media(max-width:768px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{display:inline-block}}@media(max-width:480px){.mec-search-bar-wrap .mec-search-form .mec-text-input-search{width:64%}.mec-search-bar-wrap input#mec-search-bar-input{width:calc(100% - 67%)}}.mec-wrap.mec-search-bar-wrap .mec-totalcal-box{overflow:visible}.mec-ajax-search-result{position:relative}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]{width:calc(100% - 36px)}.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus{border-color:#efefef}div#mec-ajax-search-result-wrap{position:absolute;top:100%;opacity:0;visibility:hidden;width:calc(100% - 2px);min-height:50px;left:0;right:0;padding:0 10px;z-index:9999;transition:all .3s ease}.mec-ajax-search-result-events{background:#fff;padding:10px 20px;border:1px solid #efefef;border-top:none}.mec-ajax-search-result-events article:first-of-type{border:none}article.mec-search-bar-result{text-align:left;margin-bottom:0;padding-bottom:25px;padding-top:26px;border-top:1px solid #efefef;transition:all .33s ease;clear:both}.mec-search-bar-result .mec-event-list-search-bar-date{width:64px;height:64px;margin-right:10px;font-size:11px;text-transform:uppercase;float:left;text-align:center;padding-top:2px}.mec-search-bar-result .mec-event-list-search-bar-date span{font-size:40px;line-height:30px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:1px}.mec-search-bar-result .mec-event-image{float:left;margin-right:20px;width:65px;height:auto}.mec-search-bar-result .mec-event-time{font-size:11px;line-height:1.1;margin:0}.mec-search-bar-result .mec-event-time i{color:#40d9f1;float:none;width:unset;height:unset;font-size:inherit;margin-right:3px;border:none;padding:0}.mec-search-bar-result .mec-event-title{font-size:13px;padding:0;margin:10px 0 8px;font-weight:700;text-transform:uppercase}.mec-search-bar-result .mec-event-title a{text-decoration:none;color:#494949;transition:color .3s ease}.mec-search-bar-result .mec-event-detail{font-size:13px;line-height:1.3;font-family:Roboto,sans-serif;color:#9a9a9a;margin-bottom:0}.mec-wrap.mec-modern-search-bar .mec-totalcal-box{background:rgba(255,255,255,.87);border:none;padding:35px;border-radius:3px;box-shadow:0 3px 13px rgba(0,0,0,.4);position:relative}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text]{height:58px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;width:100%;padding-left:45px;padding-right:13px;font-size:16px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i{position:absolute;background:0 0;border:none;font-size:21px;left:15px;top:calc(50% - 19px);color:#40d9f1}.mec-wrap.mec-modern-search-bar .mec-text-input-search{position:relative;height:58px}.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit]{height:58px;border:none;border-radius:2px;background:#fc4a1a;font-size:17px;font-weight:700!important}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select{height:45px;background:rgba(255,255,255,.99);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.1) inset;border:1px solid #ccc;padding-right:13px;font-size:16px;border-left:0}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i{height:45px;background:#ffff;border-radius:2px 0 0 2px;box-shadow:none;border:1px solid #ccc;font-size:15px;padding-top:14px;border-right:0;color:#40d9f1;margin-right:-1px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap{min-height:64px}@media(max-width:768px){.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:70%}.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:calc(100% - 72%)}}@media(max-width:480px){.mec-wrap.mec-modern-search-bar input#mec-search-bar-input{width:92%;padding:0 10px;position:relative;display:block;margin-left:11px}.mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search{width:100%;margin-bottom:20px}.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input{margin-left:10px}}.mec-related-events{margin-right:-15px;margin-left:-15px}.mec-related-events-wrap{margin-top:50px}.mec-related-events-wrap h3.mec-rec-events-title:before{content:"";background:#2c2f34;width:46px;height:4px;position:absolute;top:59px;left:0}.mec-related-events-wrap h3.mec-rec-events-title{font-size:21px;font-weight:600;padding:17px 0;margin-bottom:28px;text-transform:uppercase;border-bottom:1px solid #e8e8e8;position:relative}.mec-related-event-post figure{margin:0}.mec-related-event-post figure img{width:100%}.mec-related-event-content{background-color:#fff;margin:-27px 30px 15px;position:relative;max-width:90%;padding:13px 21px 16px 19px}.mec-related-event-content h5 a{font-size:16px;color:#121212;font-weight:600;transition:all .3s ease}.mec-next-previous-events{width:100%;display:block;padding:0}.mec-next-previous-events li{list-style:none;width:50%;display:inline-block;margin:40px 0 40px}.mec-next-previous-events li a{padding:9px 14px 9px 14px;border:1px solid #000;transition:.3s}.mec-wrap .mec-next-previous-events li a:hover{color:#fff}.mec-previous-event{float:left;text-align:left}.mec-next-event{float:right;text-align:right}.mec-next-previous-events .mec-previous-event i{padding-right:20px}.mec-next-previous-events .mec-next-event i{padding-left:20px}.mec-next-multiple ul{padding:0}.mec-next-multiple ul li a{display:block;position:relative;padding:11px 14px 9px;z-index:9}.mec-next-multiple ul .mec-date,.mec-next-multiple ul .mec-time{display:inline-block;width:50%}.mec-next-multiple ul .mec-date{float:left;text-align:left}.mec-next-multiple ul .mec-time{text-align:right;position:relative;z-index:-1}.mec-next-multiple ul .mec-time dd{margin:0}.mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr{font-size:14px;line-height:24px}@media(max-width:1280px){.mec-next-multiple ul li a{padding:7px 9px 5px}.mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr{font-size:12px}}@media(max-width:480px){.mec-next-previous-events li{list-style:none;width:100%;display:block;margin:10px 0;float:unset}.mec-next-previous-events li a{width:100%;max-width:100%;float:unset;display:block;text-align:center;font-size:16px}}.mec-fes-form-cntt #mec-organizer-payments ul{list-style:none;background:0 0;margin:0}.mec-fes-form-cntt #mec-organizer-payments ul li h4{background:0 0;letter-spacing:.2px;display:inline-block;padding-left:0!important;padding-bottom:10px!important;margin:0;margin-bottom:1px;letter-spacing:1px;text-transform:capitalize;padding-top:1px}.mec-fes-form-cntt #mec-organizer-payments ul>li{width:100%;display:inline-block;vertical-align:top;padding:0;margin:0}#mec-login-form.mec-login-form{width:100%;background:#fff;padding:20px;margin:0 auto;text-align:center;position:relative}#mec-login-form.mec-login-form .mec-login-input{display:block;width:286px;margin:0 auto;margin-bottom:12px}#mec-login-form.mec-login-form .mec-login-forgotpassword{display:inline-block}.mec-login-forgotpassword a{color:#000}#mec-login-form.mec-login-form .mec-login-submit{float:right;text-align:right;width:49%;padding-right:2px}#mec-login-form.mec-login-form .mec-login-input input{border:none;box-shadow:none;background:#fff;color:#ccc;border-left:1px solid #e6e6e6;padding:0;height:100%;background-image:none!important;padding-left:10px;padding-right:0;width:222px;margin-left:0;clear:none;float:left}#mec-login-form.mec-login-form .mec-login-input label{border:1px solid #e6e6e6;height:52px;display:inline-block;padding:0;border-radius:3px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.04)}#mec-login-form.mec-login-form .mec-login-input label i{padding:15px 13px 17px 16px;vertical-align:middle;font-size:20px;width:50px;color:#c5cad0;background:#fafafa;margin-right:0;float:left}#mec-login-form.mec-login-form .mec-login-forgotpassword{float:left;width:49%;text-align:left;padding-top:10px;font-size:13px;padding-left:2px}#mec-login-form.mec-login-form button{width:120px;height:44px;border:none;color:#fff;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .22s ease;margin:0;min-width:unset}.mec-login-form button{box-shadow:0 4px 22px -7px #40d9f1;background-color:#40d9f1}#mec-login-form.mec-login-form button:hover{background:#222;box-shadow:0 3px 14px -4px #333}#mec-login-form.mec-login-form .mec-login-form-footer{width:286px;margin:0 auto;margin-top:20px;clear:both;position:relative;display:block;min-height:50px}#mec-login-form.mec-login-form .mec-ajax-login-loading{position:absolute;background:#ffffffc2;left:0;right:0;top:0;bottom:0}#mec-login-form.mec-login-form .lds-ripple{position:absolute;width:64px;height:64px;top:calc(50% - 23px);left:calc(50% - 23px)}#mec-login-form.mec-login-form .lds-ripple div{position:absolute;border:4px solid #40d9f1;opacity:1;border-radius:50%;animation:lds-ripple 1.2s cubic-bezier(0,.2,.1,.8) infinite}#mec-login-form.mec-login-form .lds-ripple div:nth-child(2){animation-delay:-.5s}#mec-login-form.mec-login-form .mec-ajax-login-loading-text{position:absolute;min-width:200px;top:calc(50% - 18px);left:calc(50% - 124px);color:#fff;padding:10px 22px;border-radius:3px;background:#fff;height:47px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong{color:#3fcc60}#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before{content:"";position:absolute;top:8px;left:1px;border-right:2px solid #3fcc60;border-bottom:2px solid #3acb5c;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:8px;height:14px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after{content:"";position:absolute;top:14px;left:5px;border-bottom:2px solid #ff5d39;transform:rotate(45deg);transform-origin:0 100%;color:#000;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;width:14px;height:4px}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong{color:#ff5d39}#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before{border-color:#ff5d39;border-bottom:none}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child{margin-bottom:20px}.mec-events-meta-group-booking .StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff}.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text]{box-sizing:border-box;height:40px;padding:10px 12px;border:0!important;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1!important;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;margin-bottom:20px;background:#fff!important}.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text]:focus{outline:0}.mec-events-meta-group-booking .StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.mec-events-meta-group-booking .StripeElement--invalid{border-color:#fa755a}.mec-events-meta-group-booking .StripeElement--webkit-autofill{background-color:#fefde5!important}.mec-booking-tab-content .button,.mec-booking-tab-content .mec-bfixed-field-add-option,.mec-booking-tab-content .mec-reg-field-add-option,.mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-fes-form input[type=file],ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_reg_form_fields li .mec_reg_field_remove{height:40px;margin-top:1px;text-decoration:none;font-size:14px;line-height:34px!important;margin:0;padding:0 15px 1px!important;text-transform:none;letter-spacing:0;font-weight:600;color:#40d9f1;background:#fff;border-radius:3px;margin-right:8px;border:2px solid #cfeff5;box-shadow:0 2px 6px -3px #cfeff5}.mec-booking-tab-content .button:hover,.mec-booking-tab-content .mec-bfixed-field-add-option:hover,.mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover{background:#40d9f1;color:#fff;border-color:#40d9f1;box-shadow:0 2px 6px -3px #40d9f1}.mec-fes-form .mec-form-row input+button.button{vertical-align:top}.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small{border-width:1px;padding:0 7px;color:#80c6d2;font-weight:400;margin:1px;transform:none}.mec-fes-form input[type=file]{max-width:166px;text-align:center;height:44px;transition:all .2s ease;border-radius:5px!important;border:2px dashed #b8e9f3}.mec-fes-form input[type=file]:hover{box-shadow:0 2px 16px -3px #cfeff5}.mec-fes-form input[type=file]::-webkit-file-upload-button{visibility:hidden;width:1px;height:38px}.mec-fes-form input[type=file]::-moz-file-upload-button{visibility:hidden;width:1px;height:38px}.mec-fes-form .mec-meta-box-fields>label{padding:0}#mec_bfixed_form_fields li,#mec_reg_form_fields li{list-style:none}ul#mec_bfixed_form_fields,ul#mec_reg_form_fields{padding:0;margin:0}ul#mec_bfixed_form_fields li,ul#mec_reg_form_fields li{background:#f8feff;margin:6px -20px;padding:15px 25px 10px;width:auto;font-size:13px;border-top:1px solid #e8fafd;border-bottom:1px solid #e8fafd;position:relative}ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_reg_form_fields li .mec_reg_field_remove{position:absolute;right:10px;top:10px;margin:0;padding:6px 8px!important;font-size:11px;line-height:12px!important;min-height:10px;height:auto;display:block;cursor:pointer;color:#ea6485;border-color:#ffd2dd;letter-spacing:.4px}ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,ul#mec_reg_form_fields li .mec_reg_field_remove:hover{background:#ea6485;color:#fff;border-color:#ea6485;box-shadow:0 2px 6px -3px #ea6485}#mec_bfixed_form_fields input[type=checkbox],#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=checkbox],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=checkbox],.mec-form-row input[type=radio]{background-color:#fff;border:1px solid #cfeff5;box-shadow:0 1px 3px -1px #cfeff5;padding:9px;border-radius:3px;min-width:24px;min-height:24px;display:inline-block!important;vertical-align:middle;float:none;transition:all .18s ease;outline:0;margin:1px 4px 4px 0;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none}#mec_bfixed_form_fields input[type=checkbox]:focus,#mec_bfixed_form_fields input[type=radio]:focus,#mec_reg_form_fields input[type=checkbox]:focus,#mec_reg_form_fields input[type=radio]:focus,.mec-form-row input[type=checkbox]:focus,.mec-form-row input[type=radio]:focus{outline:0}#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=radio]{-webkit-appearance:none;border-radius:20px!important;min-width:20px;min-height:20px;margin:0 0 4px 0;vertical-align:middle}#mec_bfixed_form_fields input[type=checkbox]:hover,#mec_bfixed_form_fields input[type=radio]:hover,#mec_reg_form_fields input[type=checkbox]:hover,#mec_reg_form_fields input[type=radio]:hover,.mec-form-row input[type=checkbox]:hover,.mec-form-row input[type=radio]:hover{border-color:#40d9f1}#mec_bfixed_form_fields input[type=checkbox]:checked,#mec_bfixed_form_fields input[type=radio]:checked,#mec_reg_form_fields input[type=checkbox]:checked,#mec_reg_form_fields input[type=radio]:checked,.mec-fes-form .mec-form-row input[type=checkbox]:checked,.mec-fes-form .mec-form-row input[type=radio]:checked{box-shadow:0 1px 6px -2px #40d9f1;border-color:#40d9f1;background:#40d9f1!important;border-radius:2px;position:relative}.mec-form-row input[type=radio]:checked{box-shadow:0 1px 6px -2px #40d9f1,inset 0 0 0 3px #fff!important}#mec_bfixed_form_fields input[type=checkbox]:checked::before,#mec_reg_form_fields input[type=checkbox]:checked::before,.mec-form-row input[type=checkbox]:checked:before{content:"";font:normal;position:absolute;top:12px;left:5px;margin:0;vertical-align:middle;line-height:1;border-right:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(45deg);transform-origin:0 100%;color:#fff;transition:all .2s ease;animation:checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;transform:translate3d(0,0,0) rotate(45deg)}33%{width:6px;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:6px;height:12px;border-color:#fff;transform:translate3d(0,-12px,0) rotate(45deg)}}#wrap #mec-event-data input[type=radio]{position:relative}#wrap #mec-event-data input[type=radio]:empty::before{display:none}#mec_bfixed_form_field_types .button,#mec_reg_form_field_types .button{position:relative;outline:0;border-radius:50px;padding:2px 21px 2px 31px!important;line-height:1;font-size:11px;font-weight:600;color:#40d9f1;letter-spacing:2px;height:auto;cursor:pointer;margin-top:5px;text-transform:uppercase;box-shadow:0 2px 6px -3px #40d9f1;border:2px solid #cfeff5}#mec_fes_location_remove_image_button,#mec_fes_organizer_remove_image_button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button,#mec_meta_box_tickets_form [id^=mec_ticket_row] button,#mec_reg_form_field_types .button.red{color:#ea6485;box-shadow:0 2px 6px -3px #ea6485;background:#fff;border-color:#ffd2dd}#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_reg_form_field_types .button.red:hover{background:#ea6485;color:#fff}#mec_bfixed_form_field_types .button:before,#mec_reg_form_field_types .button:before{position:absolute;left:12px;color:#40d9f1;content:"\e095";font-family:simple-line-icons;font-size:13px;display:inline-block}#mec_reg_form_field_types .button.red:before{color:#ea6485}#mec_bfixed_form_field_types .button:hover:before,#mec_reg_form_field_types .button.red:hover:before,#mec_reg_form_field_types .button:hover:before{color:#fff}#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_price_per_dates_container .button:hover,#mec_reg_form_field_types .button.red:hover{color:#fff;border:2px solid #ea6485}#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button],#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]{color:#ea6485;border-color:#ffd2dd}#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover,#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover{color:#fff;border:2px solid #ea6485;background:#ea6485}#mec_fees_list [id^=mec_remove_fee_button],#mec_meta_box_ticket_variations_form .mec-form-row [id^=mec_remove_ticket_variation_button]{margin-left:14px!important}#mec_meta_box_hourly_schedule_days .mec-add-hourly-schedule-button{line-height:10px!important}#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button{color:#40d9f1;box-shadow:0 2px 6px -3px #40d9f1;border:2px solid #cfeff5}#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover,#mec_reg_form_field_types .button:hover{color:#fff;border:2px solid #40d9f1;background:#40d9f1}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort{font-size:0;color:#fff;padding-left:20px}.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort{font-size:0}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort:before{position:absolute;left:px;top:12px;width:80px;height:20px;display:block;cursor:move;font-family:simple-line-icons;content:"\e023";font-size:18px;color:#888}.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before{font-size:13px;left:2px;top:26px;width:14px;height:14px}.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_options,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options{margin-top:20px}.mec-fes-form #mec_fes_form #mec_bfixed_form_fields .mec_bfixed_notification_placeholder{font-size:0}.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip{bottom:10px}.mec-form-row label+span.mec-tooltip{bottom:8px}.mec-form-row textarea+span.mec-tooltip{bottom:auto;vertical-align:top;top:12px}.mec-form-row span+span.mec-tooltip{bottom:0;vertical-align:middle}.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins{vertical-align:top}.mec-form-row input:disabled{opacity:.6;background:#f6f6f6}.mec-form-row p{font-size:12px!important;line-height:18px!important;color:#97b2bb!important}.mec-form-row p.description{font-style:italic}.ui-datepicker.ui-widget{border:1px solid #e8e8e8;box-shadow:0 1px 9px rgba(0,0,0,.12);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}table.ui-datepicker-calendar{margin-bottom:0}.ui-datepicker-calendar th{font-weight:700;color:#4a4b4c}.ui-datepicker-calendar td,.ui-datepicker-calendar th,.ui-datepicker-calendar tr{border:none}.ui-datepicker.ui-widget select{font-weight:600;font-size:12px;display:inline-block;border-radius:2px;padding:2px 10px;margin:5px 3px;width:auto;min-height:20px;height:26px;border:1px solid #e3e3e3;box-shadow:inset 0 1px 3px rgba(0,0,0,.04)}.ui-datepicker.ui-widget table{border-spacing:2px;border:none}.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr{padding:0;background:0 0!important}.ui-datepicker.ui-widget td a{color:#9a9b9c;font-weight:600;width:30px;height:30px;line-height:30px;display:inline-block;border-radius:33px;padding:0;background:#fff;transition:all .2s ease}.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover{background:#40d9f1;color:#fff}.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev{color:#40d9f1;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:33px;background:#ecfcff;transition:all .2s ease}.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover{background:#fff;box-shadow:0 0 7px -3px rgba(0,0,0,.4)}.mec-fes-form .mec-tooltip .dashicons-before:before{color:#40d9f1}.mec-fes-form button[type=submit].mec-fes-sub-button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border-radius:3px;background:#40d9f1;color:#fff;height:54px;font-size:17px;font-weight:700;box-shadow:0 2px 8px -4px #40d9f1;display:block;transition:all .28s ease;text-transform:uppercase;margin:20px 0 0;padding:14px 20px;border:0;cursor:pointer;text-align:center;letter-spacing:.1em;line-height:1}.mec-fes-form button[type=submit].mec-fes-sub-button:hover{box-shadow:0 2px 12px -2px #40d9f1}.mec-fes-form button[type=submit].mec-fes-sub-button:focus{margin-bottom:-2px;background:#1dc2dc}.mec-fes-form .mec-title span.mec-dashicons{color:#40d9f1;float:left;margin-right:5px}.mec-fes-form .mec-tooltip .box h5{padding:14px 2px}#mec_fes_form,.mec-fes-form-top-actions{max-width:838px;margin:0 auto}@media only screen and (min-width:961px){.mec-fes-form .mec-fes-form-cntt{width:calc(100% - 300px);float:left;padding-right:20px;max-width:538px;display:block}.mec-fes-form .mec-fes-form-sdbr{width:300px}}.mec-fes-form .quicktags-toolbar,.mec-fes-form div.mce-toolbar-grp{background:#ecfcff;border-bottom:1px solid #cfeff5;box-shadow:0 1px 0 1px #cfeff5}.mec-fes-form .quicktags-toolbar{margin-right:-1px;border-top:1px solid #cfeff5}.mec-fes-form div.mce-statusbar{border-top-color:#cfeff5}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid #cfeff5;border-radius:3px}.mec-fes-form .mce-tinymce.mce-container.mce-panel{border:1px solid #cfeff5;box-shadow:0 2px 6px -3px #cfeff5;border-radius:2px 0 2px 2px}.mec-fes-form .wp-editor-tools .wp-media-buttons{transform:translateY(-6px);margin-top:-6px}.mec-fes-form .wp-editor-tabs{padding-right:0;margin-right:-2px}.mec-fes-form .wp-editor-tabs .wp-switch-editor{border-radius:3px 3px 0 0;border-color:#cfeff5;background:#fff;color:#96b8bd;border-bottom:1px solid #ecfcff}.mec-fes-form .html-active .switch-html,.mec-fes-form .tmce-active .switch-tmce,.mec-fes-form .wp-editor-tabs .wp-switch-editor:active{background:#ecfcff;color:#40d9f1}.mec-fes-form .wp-editor-container,.mec-fes-form div.mce-edit-area.mce-panel{border:none;box-shadow:none}.mec-fes-form .wp-editor-container textarea.wp-editor-area{max-width:100%}.mec-fes-form .mce-toolbar .mce-listbox button{font-size:12px;line-height:22px;color:#798f96}.mec-fes-form .mce-toolbar .mce-ico{color:#627f88}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active,.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active,.mec-fes-form .qt-dfw.active{background:#fff;border-color:#40d9f1;box-shadow:inset 0 2px 6px -3px rgba(106,231,255,.7)}.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico{color:#40d9f1}body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,body .mce-menu .mce-menu-item.mce-selected,body .mce-menu .mce-menu-item:focus,body .mce-menu .mce-menu-item:hover,body.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview{background:#40d9f1;color:#fff}.mec-fes-form .mec-not-in-days-day{display:inline-block;padding:4px 32px 4px 15px;border-radius:33px;border:1px solid #cfeff5;box-shadow:0 1px 3px -1px #cfeff5;background:#fbfeff;color:#40d9f1;vertical-align:top}.mec-fes-form .mec-not-in-days-remove{display:inline-block;padding:0 1px 0 0;margin-left:-30px;vertical-align:sub;background:#ff918a;color:#fff;font-family:cursive;width:21px;height:21px;line-height:17px;text-align:center;border-radius:20px;cursor:pointer}.mec-fes-list ul li .mec-event-status{float:left;margin-right:10px;margin-left:0;font-size:11px;font-weight:400;letter-spacing:.3px;border-radius:3px;padding:4px 8px}.mec-fes-form .post-status.mec-book-confirmed:before,.mec-fes-list ul li .mec-event-status.mec-book-confirmed:before{content:"";margin:0;vertical-align:middle;line-height:1;border-right:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(45deg);color:#fff;width:6px;height:12px;float:left;margin-right:6px}.mec-fes-list ul li .mec-fes-event-export a:before,.mec-fes-list ul li .mec-fes-event-remove:before,.mec-fes-list ul li .mec-fes-event-view a:before,.mec-fes-list-top-actions a:before{content:"\e054";font-family:simple-line-icons;font-size:13px;vertical-align:middle}.mec-fes-list ul li .mec-fes-event-view a:before{content:"\e087"}.mec-fes-list-top-actions a:before{content:"\e095";font-weight:400;margin-right:6px}.mec-fes-list ul li .mec-fes-event-export a:before{content:"\e083"}.mec-fes-form .post-status{border-radius:20px}.mec-fes-form .post-status.mec-book-confirmed:before{height:20px;width:9px;margin:3px 10px}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker-calendar th{height:auto;padding:0}.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker-calendar th{font-size:14px;line-height:30px}.mec-fes-form .description{font-size:16px}.mec-fes-form input[type=file]{text-align:left}.mec-fes-export-wrapper{width:640px;background:#f8feff;padding:40px 25px}.mec-fes-export-wrapper .mec-fes-btn-date{font-size:16px;line-height:44px;overflow:hidden}.mec-fes-export-wrapper .date-messgae{font-family:sans-serif;padding:2px 18px}.mec-fes-list ul li .mec-event-export-csv,.mec-fes-list ul li .mec-event-export-excel{font-size:12px;border:1px solid #40d9f1;padding:1px 4px;background:rgba(141,229,243,.18);border-radius:4px;color:#40d9f1;font-family:sans-serif;cursor:pointer;display:inline-block;height:26px;line-height:22px}.mec-export-badge{font-size:11px;color:#40d9f1;width:auto;height:24px;line-height:25px;display:inline-block;padding:0 8px;text-align:center;border-radius:3px;background:#ecfcff;transition:all .2s ease}.mec-fes-list ul li .mec-fes-event-export{font-size:11px;background:#f7f7f7;float:right;margin-left:5px}.mec-fes-list ul li .mec-fes-event-export:hover{cursor:pointer;background:#90f0e0;border-color:#4dc8cc}.mec-fes-export-wrapper ul{padding:0;width:100%;text-align:center}.mec-fes-export-wrapper ul li{list-style:none;display:inline-block;width:30%;padding:10px 15px 10px 32px;border-radius:3px;margin-bottom:15px;border:1px solid #cfeff5;box-shadow:0 2px 6px -4px #cfeff5;background:#fff;line-height:normal;margin-right:10px;position:relative;cursor:pointer;font-size:13px;line-height:1;transition:all .2s ease}.mec-fes-export-wrapper ul li:nth-child(3n+0){margin-right:0}.mec-fes-export-wrapper ul li:hover{box-shadow:0 2px 16px -1px #c6e8ef}.mec-fes-export-wrapper ul li:before{content:"";position:absolute;display:inline-block;background:#fff;width:15px;height:15px;margin:-1px 0 0 5px;cursor:pointer;border:2px solid #e1e7ed;box-shadow:0 2px 15px -3px rgba(69,77,89,.32);border-radius:50%;left:9px;top:calc(50% - 7px)}.mec-fes-export-wrapper ul li.fes-export-date-active{color:#40d9f1}.mec-fes-export-wrapper ul li.fes-export-date-active:before{width:15px;height:15px;border:6px solid #40d9f1;background:#fff;box-shadow:0 3px 16px -3px #40d9f1}.mec-fes-btn-export{margin-left:15px;margin-top:12px}.mec-fes-btn-export span{position:relative;border:none;border-radius:3px;color:#fff!important;display:inline-block;font-size:13px;line-height:1;text-transform:none;font-weight:400;text-decoration:none;cursor:pointer;margin-right:4px;line-height:1;letter-spacing:0;padding:15px 22px;background:#39c36e;box-shadow:0 1px 7px -3px #39c36e!important;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;transition:all .21s ease;cursor:pointer;margin-left:6px}.mec-fes-btn-export span:hover{background:#222}.mec-event-export-excel:before,span.mec-event-export-csv:before{content:"\e083";font-family:simple-line-icons;font-size:13px;vertical-align:middle;margin-right:7px;margin-top:-1px;display:inline-block}.mec-fes-list .wn-p-t-right{min-width:170px;max-width:200px;display:inline-block;top:-8px;left:50%;margin-top:0;transform:translate(-50%,-100%);padding:0;background-color:#000;color:#fff;font-weight:400;font-size:14px;letter-spacing:.5px;line-height:1.5;position:absolute;z-index:99999999;box-sizing:border-box;border-radius:6px;box-shadow:0 4px 45px -8px #535a61;visibility:hidden;opacity:0;transition:opacity .23s;padding:5px 10px 6px;border-radius:8px;text-align:center;font-style:normal}.mec-fes-list .mec-fes-event-export:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-remove:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-view:hover .wn-p-t-right{visibility:visible;opacity:1}.mec-fes-list .wn-p-t-right i{position:absolute!important;top:100%;right:50%;margin-top:-6px!important;margin-right:-6px!important;width:12px;height:24px;overflow:hidden;transform:rotate(-90deg)}.mec-fes-list .wn-p-t-right i:after{content:'';position:absolute;width:12px;height:12px;left:0;top:50%;transform:translate(50%,-50%) rotate(-45deg);background-color:#000;box-shadow:0 8px 9px -4px #535a61}.mec-fes-form .select2-container{min-height:38px;box-sizing:border-box;margin-bottom:8px;padding:0 6px;border-radius:2px;border:1px solid #ddd;box-shadow:inset 0 1px 6px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;min-width:200px;font-size:14px}.mec-fes-form .select2-selection{border:none;background:0 0;padding-top:2px;width:100%;height:100%}.mec-fes-form .select2-container--default.select2-container--focus .select2-selection{border:none!important;outline:0}.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right:4px}.select2-results{font-size:14px}.mec-fes-category-children,.mec-fes-category-children .mec-fes-category-children{padding-left:24px}.mec-wrap .mec-timeline-events-container a,.mec-wrap .mec-timeline-events-container div,.mec-wrap .mec-timeline-events-container h4,.mec-wrap .mec-timeline-events-container p,.mec-wrap .mec-timeline-events-container span{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.mec-timeline-events-container{margin-left:19px;padding-top:20px;padding-bottom:9px}.mec-events-timeline-wrap{position:relative;display:block;overflow:visible;padding-left:95px}.mec-events-timeline-wrap:before{width:1px;content:'';height:100%;position:absolute;background:#b8f5ff;left:95px}.mec-timeline-month-divider+.mec-timeline-events-container{padding-top:110px}.mec-timeline-right-content{float:right;width:300px}.mec-timeline-left-content{float:left;width:calc(100% - 300px);padding-left:15px;padding-right:15px;position:relative}.mec-timeline-month-divider{position:absolute;display:block;background:#fff;right:calc(100% - 95px);left:0;width:190px;text-align:center;border:1px solid #b8f5ff;border-radius:50px;font-size:15px;padding:12px 27px;color:#40d9f1}.mec-timeline-event-date{position:relative}.mec-timeline-events-container .mec-timeline-event-date:before{content:'';width:11px;height:11px;position:absolute;background:#40d9f1;border-radius:50px;top:8px;left:-24px;z-index:9}.mec-timeline-events-container .mec-timeline-event-date:after{content:'';width:21px;height:21px;position:absolute;background:rgba(64,217,241,.3);border-radius:50px;top:3px;left:-29px}.mec-timeline-event-date{float:left;width:17%;margin-top:27px}.mec-timeline-event-content{float:left;width:82%;background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);border-radius:10px;overflow:visible;position:relative}.mec-timeline-main-content{padding:23px 30px}.mec-timeline-main-content h4{margin-bottom:15px}.mec-timeline-main-content h4 a{font-size:25px;font-weight:700;color:#000;line-height:33px;text-decoration:none}.mec-timeline-main-content p{font-size:15px;color:#515151;line-height:24px;margin-bottom:36px}a.mec-timeline-readmore{width:100%;display:block;text-align:center;color:#fff;text-decoration:none;line-height:52px;font-size:17px;font-weight:700;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:0 0 10px 10px}a.mec-timeline-readmore:hover{background:#222;color:#fff}.mec-timeline-event-time .mec-time-details{display:inline-block;margin-left:7px;font-size:13px;line-height:13px;font-weight:500}.mec-timeline-event-time i{vertical-align:middle}.mec-timeline-event-time{background:rgba(64,217,241,.11);display:inline-block;padding:4px 20px 8px;border-radius:50px}.mec-timeline-event-location address{font-style:normal;margin-bottom:0}.mec-timeline-event-location address span{font-size:13px;font-weight:500;vertical-align:middle;margin-left:6px}.mec-timeline-event-location address i{font-size:17px;vertical-align:middle}.mec-timeline-event-location{background:rgba(64,217,241,.11);display:inline-block;padding:7px 20px 11px;border-radius:20px;line-height:1.24}.mec-timeline-event-details+.mec-timeline-event-details{margin-top:12px}.mec-timeline-event-content .col-md-4{padding:0}.mec-timeline-event-content:after{content:'';display:block;position:absolute;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-timeline-event-content:after{top:30px;border-color:transparent #fff transparent transparent;left:-10px}.mec-timeline-event-image img{border-radius:0 10px 0 0;width:100%}.mec-timeline-event-image a{display:block;line-height:0}a.mec-timeline-readmore i{vertical-align:middle;margin-left:10px;font-size:9px}.mec-wrap .mec-timeline-event-content a.mec-timeline-readmore:hover{background:#444}@media(min-width:1024px){.mec-timeline-event{margin:50px 0}}@media(max-width:1023px){.mec-timeline-event{margin:25px 0}.mec-events-timeline-wrap{padding-left:20px}.mec-events-timeline-wrap:before{left:20px}}@media (max-width:1200px) and (min-width:992px){.mec-timeline-event-content{width:81%}.mec-timeline-event-date{width:18%}}@media (max-width:992px){.mec-timeline-left-content,.mec-timeline-right-content{float:none;width:100%;text-align:center}.mec-timeline-right-content .mec-timeline-event-image{text-align:center}.mec-timeline-right-content .mec-timeline-event-image img{max-width:300px;border-radius:10px;margin-top:35px}}@media (max-width:440px){.mec-timeline-right-content .mec-timeline-event-image img{margin-top:0}}@media (max-width:320px){.mec-timeline-event-content,.mec-timeline-event-date{float:none;width:100%}.mec-timeline-event-date{margin-bottom:8px}.mec-timeline-event-content:after{display:none}.mec-timeline-main-content{padding:23px 0}.mec-timeline-main-content p{font-size:13px}.mec-timeline-main-content h4 a{font-size:23px;line-height:24px}.mec-time-details span{font-size:11px}.mec-timeline-event-location address span{font-size:12px}a.mec-timeline-readmore{line-height:44px;font-size:14px}}.mec-event-tile-view article.mec-tile-item{height:400px;margin:15px 0;border-radius:22px;padding:35px 25px;position:relative;color:#fff;background-size:cover!important;background-position:center!important;box-shadow:0 2px 9px rgba(0,0,0,.25);transition:all .22s ease}.mec-event-tile-view article.mec-tile-item:hover{cursor:pointer;box-shadow:0 4px 19px rgba(0,0,0,.5)}.mec-event-tile-view article.mec-tile-item div{position:relative;z-index:3}.mec-event-tile-view article.mec-tile-item:after,.mec-event-tile-view article.mec-tile-item:before{position:absolute;background:-moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:-webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));background:-webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);content:"";left:0;right:0;bottom:0;top:0;width:100%;height:100%;display:block;border-radius:22px;z-index:1}.mec-event-tile-view article.mec-tile-item:after{background-color:inherit;background-image:none;top:35px;bottom:auto;height:40px;border-radius:0 3px 3px 0;width:97px;z-index:2;box-shadow:2px 1px 7px rgba(0,0,0,.1)}.mec-event-tile-view article.mec-tile-item .event-tile-view-head{padding:8px 3px;font-size:16px;font-weight:700;margin-bottom:50px;text-transform:uppercase}.mec-event-tile-view article.mec-tile-item .event-tile-view-head>div{display:inline}.mec-event-tile-view article.mec-tile-item .mec-event-time{color:#d6d6d6;font-size:15px;font-weight:400;line-height:1;padding-top:4px;position:absolute;right:1px;top:10px}.mec-event-tile-view article.mec-tile-item .mec-event-time i{vertical-align:baseline;font-size:14px;float:left}.mec-event-tile-view article.mec-tile-item i{margin-right:5px}.mec-event-tile-view article.mec-tile-item .mec-event-title{color:#fff;font-weight:700;font-size:23px;padding-top:12px}.mec-event-tile-view article.mec-tile-item .mec-event-title a{color:#fff}.mec-event-tile-view article.mec-tile-item .mec-event-title a:hover{text-decoration:underline}.mec-event-tile-view article.mec-tile-item .mec-event-content{position:absolute;bottom:25px;left:25px;right:25px}.mec-event-tile-view article.mec-label-canceled:before,.mec-event-tile-view article.mec-label-featured:before{height:auto}.mec-skin-tile-month-navigator-container{position:relative;text-align:center;font-size:12px;height:80px;background:#f7f7f7;padding:28px;border-radius:11px;margin-bottom:20px}.mec-skin-tile-month-navigator-container:after,.mec-skin-tile-month-navigator-container:before{content:'';display:block;position:absolute;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:10px}.mec-skin-tile-month-navigator-container:after{bottom:-20px;border-color:#f7f7f7 transparent transparent transparent}.mec-skin-tile-month-navigator-container:before{bottom:-21px;border-color:#fff transparent transparent transparent}@media only screen and (max-width:480px){.mec-skin-tile-month-navigator-container{height:110px;padding-top:68px}}.mec-skin-tile-month-navigator-container h2{font-size:23px;font-weight:700}.mec-skin-tile-month-navigator-container .mec-next-month,.mec-skin-tile-month-navigator-container .mec-previous-month{position:absolute;top:28px;left:20px;cursor:pointer;padding:3px 12px;line-height:23px;background:#fff;border-radius:32px;box-shadow:0 1px 3px rgba(0,0,0,.02);transition:all .22s ease}.mec-skin-tile-month-navigator-container .mec-next-month{left:auto;right:20px}.mec-skin-tile-month-navigator-container .mec-next-month:hover,.mec-skin-tile-month-navigator-container .mec-previous-month:hover{box-shadow:0 2px 5px rgba(0,0,0,.1);color:#000}.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view article.mec-label-featured:before{position:absolute;bottom:auto;text-align:center;right:auto;font-size:10px}.mec-event-tile-view article.mec-tile-item .mec-tile-overlay{position:absolute;background:-moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:-webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));background:-webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);content:"";left:0;right:0;bottom:0;top:0;width:100%;height:100%;display:block;border-radius:22px;z-index:1}.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-featured:before{top:12px;left:103px;z-index:9}.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-featured:before{top:18px;left:125px}.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-featured:before{top:20px;left:200px}@media (max-width:960px){.mec-wrap .mec-event-tile-view .col-sm-3{width:50%}}@media (max-width:480px){.mec-wrap .mec-event-tile-view .col-sm-3{width:100%}}.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after{width:165px}.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:100px;left:140px}.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before{top:20px;left:140px}@media (min-width:761px) and (max-width:1200px){.mec-event-tile-view .col-md-3.col-sm-3{width:50%}.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:80px;left:90px}.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before{top:40px;left:70px}.mec-event-tile-view .col-md-3.col-sm-3 article.mec-label-canceled:before{top:90px;left:110px}}@media (min-width:761px) and (max-width:1024px){.mec-event-tile-view .col-md-4.col-sm-4{width:50%}.mec-event-tile-view .col-md-4.col-sm-4:nth-child(1n+3){width:100%}}@media (max-width:760px){.mec-event-tile-view .col-md-3.col-sm-3{width:100%}.mec-event-tile-view .col-md-4.col-sm-4{width:100%}}@media (max-width:480px){.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before{top:100px;left:80px}}.mec-wrap .mec-cancellation-reason span,.mec-wrap .mec-labels-normal .mec-label-normal{position:relative;top:-3px;font-size:11px;font-weight:300;margin-left:10px;line-height:1.9;letter-spacing:1px;color:#fff;padding:2px 7px;border-radius:2px;white-space:nowrap}.mec-agenda-event-title .mec-labels-normal .mec-label-normal,.mec-timetable-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal{font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px;top:0}.mec-av-spot .mec-labels-normal .mec-label-normal,.mec-event-countdown-part1 .mec-labels-normal .mec-label-normal,.mec-event-countdown-part2 .mec-labels-normal .mec-label-normal,.mec-event-cover-modern .mec-labels-normal .mec-label-normal,.mec-masonry-content .mec-labels-normal .mec-label-normal,.mec-owl-carousel:not(.mec-slider-t1) .mec-labels-normal .mec-label-normal,.mec-tile-item .mec-labels-normal .mec-label-normal,.mec-timeline-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal{margin:0 5px 0 0}.mec-event-countdown-style3 .mec-labels-normal .mec-label-normal{margin:0 0 0 5px}.mec-event-footer-carousel-type3 .mec-labels-normal .mec-label-normal{display:inline}.mec-event-carousel-type4 .mec-fc-style{display:none}.mec-event-carousel-type4 .mec-labels-normal{top:-20px;position:relative}.mec-wrap .mec-cancellation-reason{display:inline-block}.mec-wrap .mec-cancellation-reason span{line-height:1.3;background:#eb3450;text-transform:none;display:inline-block;white-space:nowrap}.mec-wrap .mec-event-list-accordion .mec-cancellation-reason span,.mec-wrap .mec-event-list-accordion .mec-labels-normal .mec-label-normal{top:7px}.mec-agenda-event-title .mec-cancellation-reason span,.mec-timetable-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span{font-size:9px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;color:#fff;position:relative;margin-left:5px;border-radius:2px;top:0}.mec-wrap .mec-event-container-novel .mec-cancellation-reason span,.mec-wrap .mec-event-container-novel .mec-labels-normal .mec-label-normal{white-space:inherit;margin-left:0}.mec-wrap .mec-event-container-simple .mec-cancellation-reason span,.mec-wrap .mec-event-container-simple .mec-labels-normal .mec-label-normal{top:-12px;white-space:inherit;margin-left:0}.mec-av-spot .mec-cancellation-reason span,.mec-event-countdown-part1 .mec-cancellation-reason span,.mec-event-countdown-part2 .mec-cancellation-reason span,.mec-event-cover-modern .mec-cancellation-reason span,.mec-masonry-content .mec-cancellation-reason span,.mec-owl-carousel:not(.mec-slider-t1) .mec-cancellation-reason span,.mec-tile-item .mec-cancellation-reason span,.mec-timeline-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span{margin:0 5px 0 0}.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-event-title-soldout,.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-few-tickets{display:inline}.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-labels-normal,.mec-owl-carousel .mec-event-footer-carousel-type3 span.soldout{margin-top:0;color:#fff;display:unset}.mec-wrap .mec-single-event .mec-cancellation-reason span{margin:0;padding:6px 12px;font-size:14px;font-weight:700}.featherlight-content .mec-cancellation-reason{display:block;width:100%;text-align:center;margin-top:20px;margin-bottom:-10px}.mec-event-data-fields{margin-bottom:30px}.mec-event-data-fields ul.mec-event-data-field-items{overflow:hidden;padding-top:10px;padding-left:0}.mec-event-data-fields .mec-event-data-field-item{list-style:none;margin-bottom:10px;border-bottom:1px dashed #e3e3e3;padding-bottom:7px;width:50%;float:left}.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value{margin:0 0 20px 0;color:#616161;font-size:14px;line-height:1.8}.mec-event-data-fields .mec-event-data-field-item:last-child{border:none;width:100%}.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name{text-transform:none;font-size:13px;font-weight:600;padding-bottom:5px;color:#313131;width:100%;padding-bottom:10px;position:relative;letter-spacing:-.2px}@media (max-width:768px){.mec-event-data-fields .mec-event-data-field-item{width:100%}}.mec-shortcode-organizers{overflow:hidden;margin-top:7px;font-weight:400;line-height:19px;font-size:12px}.mec-event-list-minimal .mec-shortcode-organizers{margin-top:6px}.mec-shortcode-organizers i{color:#777}.mec-shortcode-organizers .mec-organizers{display:inline-block;list-style:none;padding:0 0 0 3px;vertical-align:top}.mec-organizer-item a{color:#777}.mec-event-list-standard .mec-shortcode-organizers .mec-sl-user:before{position:absolute;left:6px;font-size:15px;line-height:26px}.mec-organizer-item a{font:14px/25px sans-serif;font-family:Montserrat,Helvetica,Arial,sans-serif;font-weight:400;color:#626262}.mec-shortcode-organizers{position:relative;padding-left:28px;margin-bottom:10px}.mec-skin-grid-container .mec-organizers,.mec-skin-grid-container .mec-shortcode-organizers{padding:0;margin:0}.mec-skin-grid-container .mec-shortcode-organizers i{display:none}.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover{color:#fff;font-size:12px}.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover{text-decoration:underline}.mec-skin-grid-container .mec-event-grid-minimal .mec-shortcode-organizers{margin-top:12px}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers{position:relative}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i{display:block;color:rgba(255,255,255,.4)}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i: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-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a{padding-left:35px;font-size:15px;line-height:30px;color:rgba(255,255,255,.4)}.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a:hover{color:#fff}.mec-calendar-daily .mec-shortcode-organizers,.mec-calendar-daily .mec-shortcode-organizers .mec-organizers{padding:0}.mec-calendar-daily .mec-shortcode-organizers i{display:none}.mec-calendar-daily .mec-organizer-item a{font-size:13px;line-height:1.3;color:#9a9a9a;margin-bottom:0}.mec-events-masonry-wrap .mec-shortcode-organizers i{display:none}.mec-events-masonry-wrap .mec-shortcode-organizers,.mec-events-masonry-wrap .mec-shortcode-organizers .mec-organizers{padding:0}.mec-events-timeline-wrap .mec-shortcode-organizers{width:fit-content;display:inline-block;padding:4px 20px 8px;border-radius:50px}.mec-events-timeline-wrap .mec-organizer-item,.mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers{margin:0;display:inline-block;padding-right:7px}.mec-events-timeline-wrap .mec-shortcode-organizers i{line-height:24px;margin-right:7px}.mec-events-timeline-wrap .mec-organizer-item:after{content:','}.mec-events-timeline-wrap .mec-organizer-item:last-child:after{content:'';padding:0}.mec-events-timeline-wrap .mec-organizer-item a,.mec-events-timeline-wrap .mec-organizer-item:after{font-weight:500}.mec-events-timeline-wrap .mec-organizer-item a:hover{text-decoration:underline}.mec-event-tile-view .mec-shortcode-organizers,.mec-event-tile-view .mec-shortcode-organizers .mec-organizers{padding:0}.mec-event-tile-view .mec-shortcode-organizers i{line-height:24px}.mec-event-tile-view .mec-shortcode-organizers .mec-organizers a,.mec-event-tile-view .mec-shortcode-organizers i{color:#fff}.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-modal-preloader,.mec-dark-mode .mec-month-navigator-loading{background-color:rgba(40,40,40,.88)}.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-row dt:hover,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-grid-classic .mec-event-content,.mec-dark-mode .mec-event-schedule-content .mec-schedule-speakers,.mec-dark-mode .mec-events-meta-group-tags a:hover,.mec-dark-mode .mec-events-toggle .mec-toggle-content .mec-modal-wrap,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-map-view-event-detail.mec-event-detail,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-wrap .button,.mec-dark-mode .mec-wrap a.button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap input[type=button]:hover,.mec-dark-mode .mec-wrap input[type=reset]:hover,.mec-dark-mode .mec-wrap input[type=submit]:hover{background-color:#1f1f1f;color:#d2d2d2}.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-skin-tile-month-navigator-container{background:#282828}.mec-dark-mode .mec-skin-tile-month-navigator-container:after{border-color:#282828 transparent transparent transparent}.mec-dark-mode .mec-event-grid-novel .mec-event-article,body.mec-dark-mode .mec-single-modern .mec-single-event-bar{background-color:#282828;color:#d2d2d2}.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-dark-mode .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-dark-mode .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-cost,.mec-dark-mode .mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-grid-classic .mec-event-content .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-more-info,.mec-dark-mode .mec-event-website,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-date,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-map-lightbox-wp,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-related-event-content,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-speakers-details ul li,.mec-dark-mode .mec-single-event-additional-organizers,.mec-dark-mode .mec-single-event-category,.mec-dark-mode .mec-single-event-date,.mec-dark-mode .mec-single-event-label,.mec-dark-mode .mec-single-event-location,.mec-dark-mode .mec-single-event-organizer,.mec-dark-mode .mec-single-event-time,.mec-dark-mode .mec-single-modern .col-md-4 .mec-frontbox,.mec-dark-mode .mec-slider-t1-wrap,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap .mec-event-countdown-style1,.mec-dark-mode .mec-wrap .mec-event-countdown-style2,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover,.mec-dark-mode.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode.mec-wrap .mec-totalcal-box i,.mec-dark-mode.mec-wrap .mec-totalcal-box input,.mec-dark-mode.mec-wrap .mec-totalcal-box select{background-color:#282828}.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-box-calendar.mec-calendar dt,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-breadcrumbs,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-list-minimal .mec-event-article,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-modern .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-meta-wrap,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-schedule-content,.mec-dark-mode .mec-event-schedule-content dl:before,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-content,.mec-dark-mode .mec-events-toggle .mec-toggle-item,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec{border-color:#353535}.mec-dark-mode .entry-content .mec-wrap h1,.mec-dark-mode .entry-content .mec-wrap h2,.mec-dark-mode .entry-content .mec-wrap h3,.mec-dark-mode .entry-content .mec-wrap h4,.mec-dark-mode .entry-content .mec-wrap h5,.mec-dark-mode .entry-content .mec-wrap h6,.mec-dark-mode .mec-breadcrumbs a,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event,.mec-dark-mode .mec-calendar.mec-event-container-simple dl dt.mec-calendar-day,.mec-dark-mode .mec-event-carousel-content .mec-event-carousel-title a,.mec-dark-mode .mec-event-content p,.mec-dark-mode .mec-event-grid-classic .mec-event-title a,.mec-dark-mode .mec-event-grid-clean .mec-event-title a,.mec-dark-mode .mec-event-grid-minimal .mec-event-date span,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a,.mec-dark-mode .mec-event-grid-modern .mec-event-title a,.mec-dark-mode .mec-event-grid-simple .mec-event-title a,.mec-dark-mode .mec-event-list-classic .mec-event-title a,.mec-dark-mode .mec-event-list-minimal .mec-event-title a,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-event-title a,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner i,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form label,.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-hourly-schedule-speaker-description,.mec-dark-mode .mec-hourly-schedule-speaker-name,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-next-event-details abbr,.mec-dark-mode .mec-related-event-content h5 a,.mec-dark-mode .mec-related-event-content span,.mec-dark-mode .mec-single-event .mec-event-meta dt,.mec-dark-mode .mec-single-event .mec-event-meta h3,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking h5 span,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking label,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,.mec-dark-mode .mec-single-modern .mec-single-event-bar>div h3,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,.mec-dark-mode .mec-timeline-main-content h4 a,.mec-dark-mode .mec-timetable-event .mec-timetable-event-time,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event span a,.mec-dark-mode .mec-tooltip-event-title,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a,.mec-dark-mode .mec-wrap .mec-event-schedule-content a,.mec-dark-mode .mec-wrap .mec-single-title,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-wrap h1,.mec-dark-mode .mec-wrap h2,.mec-dark-mode .mec-wrap h3,.mec-dark-mode .mec-wrap h4,.mec-dark-mode .mec-wrap h5,.mec-dark-mode .mec-wrap h6,.mec-dark-mode .mec-wrap p{color:#d2d2d2}.mec-dark-mode .mec-breadcrumbs a:hover,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-date:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-list-standard .mec-event-title a:hover,.mec-dark-mode .mec-single-event .mec-event-meta dd a:hover,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a:hover,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover,.mec-dark-mode .mec-wrap a:hover{color:#fff}.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before{background-color:#c4cace}.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-month-divider span,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before{border-color:#d2d2d2}.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .mec-agenda-events-wrap,.mec-dark-mode .mec-av-spot .mec-av-spot-content,.mec-dark-mode .mec-av-spot .mec-av-spot-head,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-topsec,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-top,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-content,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-content,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner:hover,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a:hover i,.mec-dark-mode .mec-masonry .mec-masonry-content,.mec-dark-mode .mec-masonry .mec-masonry-head,.mec-dark-mode .mec-slider-t1 .mec-slider-t1-content,.mec-dark-mode .mec-slider-t5 .mec-slider-t5-content,.mec-dark-mode .mec-slider-t5-wrap,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-event-content,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event:hover,.mec-dark-mode .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-calendar-sec,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year,.mec-dark-mode .tooltipster-sidetip .tooltipster-content{background:#191919}.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button,.mec-dark-mode .mec-av-spot,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-box-calendar.mec-calendar dl dt:last-child,.mec-dark-mode .mec-calendar,.mec-dark-mode .mec-calendar .mec-event-article,.mec-dark-mode .mec-calendar.mec-box-calendar .mec-table-nullday:last-child,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-cover-clean,.mec-dark-mode .mec-event-grid-classic .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after,.mec-dark-mode .mec-event-sharing-wrap>li:first-of-type,.mec-dark-mode .mec-events-agenda,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-masonry,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year{border-color:#353535}.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after{border-color:#191919 transparent transparent transparent}.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:before{border-color:#353535 transparent transparent transparent}.mec-dark-mode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-dark-mode .mec-events-meta-group-booking .StripeElement,.mec-dark-mode .mec-slider-t2 .mec-event-article{background:#1f1f1f!important;border:1px solid #353535!important;box-shadow:none!important;color:#d2d2d2!important}.mec-dark-mode .CardField CardField--ltr .__PrivateStripeElement .InputContainer input{color:#d2d2d2!important}.mec-dark-mode .mec-events-toggle .mec-toggle-item{border:1px solid #e4e4e4;box-shadow:0 10px 15px #282828}.mec-dark-mode .mec-agenda-events-wrap .mec-event-grid-colorful .mec-event-content{background-color:transparent}.mec-dark-mode .mec-calendar .mec-calendar-side{box-shadow:0 1px 5px 6px rgba(255,255,255,.005) inset}.mec-dark-mode .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:1px solid #282828!important}.mec-dark-mode .mec-timeline-event-content:after{border-color:transparent #191919 transparent transparent}.mec-dark-mode .mec-fes-form .mec-meta-box-fields{box-shadow:0 2px 6px -3px #353535}.mec-dark-mode .mec-fes-form .mec-meta-box-fields h4{color:#d2d2d2;background:#000}.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea{box-shadow:0 2px 5px rgba(0,0,0,.38) inset}.mec-dark-mode .mec-fes-form input{background:#353535!important;color:#d2d2d2!important}.mec-dark-mode .mec-booking-tab-content .button:hover,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover{background:#353535;color:#d2d2d2;border-color:#353535;box-shadow:0 2px 6px -3px #353535}.mec-dark-mode .mec-booking-tab-content .button,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-dark-mode .mec-fes-form input[type=file],.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove{color:#d2d2d2;background:#282828;border:2px solid #353535;box-shadow:0 2px 6px -3px #353535}.mec-dark-mode #mec_reg_form_fields input[type=checkbox],.mec-dark-mode #mec_reg_form_fields input[type=radio],.mec-dark-mode .mec-form-row input[type=checkbox],.mec-dark-mode .mec-form-row input[type=radio]{background-color:#000;border:1px solid #353535;box-shadow:0 1px 3px -1px #353535}.mec-dark-mode .mec-fes-form .select2-container{border:1px solid #353535;background-color:#282828;color:#d2d2d2}.mec-events-meta-group-booking-shortcode{background-color:#e6f7ff;padding:40px;position:relative}.mec-booking-shortcode .mec-event-tickets-list.mec-sell-all-occurrences{width:100%}.mec-booking-shortcode .mec-book-reg-field-mec_email{width:48%;display:inline-block;margin-right:30px}.mec-booking-shortcode .mec-book-reg-field-name{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month{width:48%;display:inline-block;vertical-align:top;margin-right:30px}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cvv2{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select{width:48%;display:inline-block}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month label{width:100%}.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select:first-of-type{margin-right:10px}.mec-booking-shortcode .mec-form-row.mec-name-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-card-type,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-first-name{width:48%;vertical-align:top;display:inline-block;margin-right:30px}.mec-booking-shortcode .mec-form-row.mec-email-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cc-number,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-last-name{width:48%;display:inline-block}.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement{height:56px;padding:19px 12px 0;max-width:420px}.mec-booking-shortcode .nice-select,.mec-booking-shortcode input{float:none;border:1px solid #c7ebfb!important;border-radius:3px;background-color:#fff;height:41px;line-height:39px;padding-left:15px;padding-right:15px;margin:0;margin-bottom:24px!important;color:#00acf8;font-size:14px;font-weight:400;box-shadow:none!important;min-height:unset;min-width:unset;padding-top:0;padding-bottom:0}.mec-booking-shortcode .mec-gateway-message.mec-success{margin-bottom:-20px;font-size:14px}.mec-booking-shortcode .mec-form-row.mec-name-stripe{margin-bottom:0!important}.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement{border:1px solid #c7ebfb!important;border-radius:3px;box-shadow:none!important}.mec-booking-shortcode .nice-select ul{width:100%}.mec-booking-shortcode .mec-event-ticket-name,.mec-booking-shortcode .mec-event-ticket-price,.mec-booking-shortcode .mec-ticket-variation-name,.mec-booking-shortcode .mec-ticket-variation-price,.mec-booking-shortcode label{font-size:14px;line-height:19px;font-weight:400;color:#00acf8;padding-right:5px;margin:0 0 4px!important}.mec-booking-shortcode span.mec-event-ticket-available{margin-top:-22px!important;margin-bottom:28px!important;display:block;font-size:11px;letter-spacing:.5px;font-weight:300;color:#80abbf}.mec-booking-shortcode button{background-color:#00acf8;border-radius:2px;box-shadow:0 2px 2px rgba(0,172,248,.27);font-weight:500;font-size:11px;letter-spacing:.5px;margin:0;min-width:116px;padding:16px 15px 14px;float:none;position:relative;border:none;color:#fff;display:inline-block}.mec-booking-shortcode .mec-booking-form-container ul li{list-style:none}.mec-booking-shortcode .mec-booking-form-container ul{padding:0}.mec-events-meta-group-booking-shortcode .mec-error{background-color:#ff017e;color:#fff;margin:20px 0 0;padding:10px 15px;border-radius:3px}.mec-booking-shortcode .mec-book-ticket-variation h5{margin:0 0 4px}.mec-booking-shortcode .mec-book-available-tickets-details-header{border-bottom:2px solid #00acf8}.mec-booking-shortcode .mec-book-available-tickets-details-header,.mec-booking-shortcode .mec-book-available-tickets-details-item,.mec-booking-shortcode .mec-book-price-detail{display:-webkit-box;display:flex;flex-wrap:wrap}.mec-booking-shortcode .mec-book-available-tickets-details-header span,.mec-booking-shortcode .mec-book-available-tickets-details-item span,.mec-booking-shortcode .mec-book-price-detail span{-webkit-box-flex:1.97;flex:1.97 1.97 0;min-height:1px;font-size:14px;line-height:22px;color:#616264;font-weight:500;padding-bottom:20px;padding-top:20px}.mec-booking-shortcode .mec-book-available-tickets-details span:nth-of-type(2),.mec-booking-shortcode .mec-book-available-tickets-details-item span:nth-of-type(2),.mec-booking-shortcode .mec-book-price-detail span:nth-of-type(2){-webkit-box-flex:1;flex:1 1 0}.mec-booking-shortcode .mec-book-available-tickets-details span:last-child,.mec-booking-shortcode .mec-book-available-tickets-details-item span:last-child,.mec-booking-shortcode .mec-book-price-detail span:last-child{-webkit-box-flex:1.085;flex:1.085 1.085 0}.mec-booking-shortcode .mec-book-available-tickets-details-header span{padding-bottom:11px}.mec-booking-shortcode .mec-book-available-tickets-details-item span{font-weight:400;font-size:12px}.mec-booking-shortcode span.mec-book-price-detail-amount,.mec-booking-shortcode span.mec-book-price-detail-description{font-size:14px;line-height:22px;font-weight:500;padding:6px 0;color:#000}.mec-booking-shortcode span.mec-book-price-detail-amount{color:#777}.mec-booking-shortcode .mec-book-form-gateways label{cursor:pointer}.mec-booking-shortcode .mec-book-form-gateways label{cursor:pointer}.mec-booking-shortcode span.mec-book-price-detail-description{padding:6px 13px 6px 0;font-size:14px;font-weight:400;color:#00acf8}.mec-booking-shortcode ul.mec-book-price-details li{border-right:1px solid #c7ebfb!important}.mec-booking-shortcode span.mec-book-price-total{font-size:22px;line-height:22px;font-weight:700;color:#2bbc10;margin-top:20px;margin-bottom:35px;display:inline-block}.mec-booking-shortcode ul.mec-book-price-details{border:1px solid #c7ebfb!important;border-radius:3px;box-shadow:none!important}.mec-booking-shortcode span.mec-book-price-total-description{font-size:18px;line-height:22px;font-weight:700;color:#000}.mec-booking-shortcode span.mec-book-price-total-amount{font-size:22px;line-height:22px;font-weight:700;color:#2bbc10}.mec-booking-shortcode .mec-book-form-price{clear:both;position:relative}.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:after{content:"";display:inline-block;width:7px;height:7px;background-color:#fff;border-radius:50%;cursor:pointer;position:absolute;top:4px;left:3px}.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before{box-shadow:none;border:2px solid #a8e4ff;width:17px;height:17px;position:absolute;top:-9px;left:-2px;margin:0;content:"";display:inline-block;background:#fff;border-radius:18px;cursor:pointer;position:relative}.mec-booking-shortcode .mec-book-form-gateway-label{-webkit-box-flex:0;flex:0 0 50%;margin-bottom:14px;padding-right:15px}.mec-booking-shortcode .mec-book-form-gateways{display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:20px}.mec-booking-shortcode .mec-book-form-gateway-checkout{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.mec-booking-shortcode input::-webkit-input-placeholder,.mec-booking-shortcode textarea::-webkit-input-placeholder{color:#afe6ff}.mec-booking-shortcode input::-moz-placeholder,.mec-booking-shortcode textarea::-moz-placeholder{color:#afe6ff}.mec-booking-shortcode input:-ms-input-placeholder,.mec-booking-shortcode textarea:-ms-input-placeholder{color:#afe6ff}.mec-booking-shortcode input:-moz-placeholder,.mec-booking-shortcode textarea:-moz-placeholder{color:#afe6ff}.mec-booking-shortcode input[type=radio]:checked:before{border:2px solid #a8e4ff;box-shadow:none}.mec-booking-shortcode input[type=radio]:checked:after{background-color:#00acf8}.mec-booking-shortcode .mec-book-form-gateway-label label input{position:relative;cursor:pointer;margin:0!important;height:auto;margin-right:4px!important}.mec-booking-shortcode .mec-click-pay button[type=submit]{position:absolute;left:190px;bottom:40px}.mec-booking-shortcode button#mec-book-form-btn-step-2{margin-left:30px}.mec-booking-shortcode .mec-ticket-name{display:inline-block;background-color:#fff;border-radius:3px;font-size:12px;line-height:12px;font-weight:400;color:#00acf8;padding:8px 13px;letter-spacing:0}.mec-booking-shortcode .mec_book_first_for_all{display:none}.mec-booking-shortcode li.mec-first-for-all-wrapper{margin-bottom:20px}.mec-booking-shortcode label.wn-checkbox-label:before{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;position:absolute;background-color:#00acf8;width:2px;-webkit-transform:rotate(-138deg);transform:rotate(-138deg)}.mec-booking-shortcode label.wn-checkbox-label{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;vertical-align:middle;font-size:14px;line-height:19px;font-weight:400;color:#00acf8;margin:0 0 4px!important;padding:0;background-color:#fff;border:2px solid #a8e4ff;width:17px;height:17px;border-radius:3px;margin-right:9px!important;box-shadow:none}.mec-booking-shortcode label.wn-checkbox-label:after{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-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;content:'';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;position:absolute;background-color:#00acf8;width:2px}.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::after{height:5px;left:2px;top:7px;-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}.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::before{height:6px;left:7px;top:9px;-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}.mec-booking-shortcode button[type=button],.mec-booking-shortcode button[type=submit]{font-weight:500;font-size:13px;letter-spacing:.5px;line-height:16px;outline:0}.mec-booking-shortcode button.mec-book-form-back-button{background-color:#afe6ff;box-shadow:0 2px 2px rgba(175,230,255,.27)}.mec-booking-shortcode button[type=button]:hover,.mec-booking-shortcode button[type=submit]:hover{background-color:#000;text-decoration:none;box-shadow:0 4px 10px rgba(1,2,4,.32)}.mec-booking-shortcode a.button:after,.mec-booking-shortcode button[type=submit]:after{display:none;width:13px;height:13px;border-top:0;border-right:.1em solid #f0f1f1;border-bottom:.1em solid #fbfbfb;border-left:.1em solid #fff;content:"";-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:mecloader 1.1s infinite linear;animation:mecloader 1.1s infinite linear;background:rgba(0,0,0,0);position:absolute;top:18px;right:20px;border-radius:50%;z-index:999999999999}.mec-booking-shortcode a.button.loading:after,.mec-booking-shortcode button[type=submit].loading:after{display:block}.mec-booking-shortcode .mec-book-form-coupon{margin-bottom:35px}.mec-booking-calendar-month-navigation{position:relative;text-align:center;padding:1px 0 1px;max-width:330px}.mec-booking-calendar.mec-wrap{margin-bottom:20px;width:100%}.mec-booking-calendar.mec-wrap{max-width:330px;background:#fff;box-shadow:0 1px 5px 6px rgba(0,0,0,.005) inset;border:1px solid #efefef}.mec-booking-calendar-month-navigation .mec-calendar-header h2{text-transform:uppercase;font-size:13px;font-weight:700;line-height:1.14;margin:16px auto;color:#333}.mec-booking-calendar-month-navigation .mec-next-month,.mec-booking-calendar-month-navigation .mec-previous-month{cursor:pointer;position:absolute;top:0;min-width:40px;height:40px;line-height:40px;text-align:center;background:#fff;color:#a9a9a9;font-size:10px;letter-spacing:1px;text-transform:uppercase;padding-left:5px;padding-right:5px;border-top:none;transition:all .33s ease;border-bottom:1px solid #efefef;box-shadow:0 2px 0 0 rgba(0,0,0,.015);transition:all .33s ease}.mec-booking-calendar-month-navigation .mec-previous-month{left:0;border-bottom-right-radius:6px;border-left:none;border-right:1px solid #efefef}.mec-booking-calendar-month-navigation .mec-next-month{right:0;border-bottom-left-radius:6px;border-right:none;border-left:1px solid #efefef}.mec-booking-calendar-month-navigation .mec-next-month:hover,.mec-booking-calendar-month-navigation .mec-previous-month:hover{background-color:#f9f9f9;color:#40d9f1}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar{margin-bottom:0;width:100%}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt{text-align:center;padding:0;height:47px;line-height:47px;border:0;cursor:pointer}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt:last-child{border:0}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover{background:0 0}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day,.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day span{width:32px;height:32px;margin:auto;line-height:30px;border-radius:50%;font-size:12px;font-weight:600;padding:0}.mec-has-event-for-booking{position:relative}.mec-has-event-for-booking .mec-calendar-novel-selected-day{border:2px solid #40d9f1;border-radius:50px;cursor:pointer}.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day{background-color:#40d9f1}.mec-has-event-for-booking .mec-booking-calendar-date,.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip{opacity:0;visibility:hidden;transition:all .4s ease}.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip{top:60px}.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip{position:absolute;z-index:99;width:140px;font-size:9px;left:calc(50% - 70px);background:#535a61;line-height:29px;border-radius:4px;color:#fff;font-weight:400;letter-spacing:1px;text-transform:uppercase;padding:3px 5px;box-shadow:0 4px 15px -2px #444b50a3}.mec-has-event-for-booking:hover .mec-booking-calendar-date,.mec-has-event-for-booking:hover .mec-booking-tooltip,.mec-has-event-for-booking:hover .mec-booking-tooltip.multiple-time .mec-booking-calendar-date,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-calendar-date,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip{opacity:1;visibility:visible}.mec-has-event-for-booking:hover .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip{top:43px}.mec-has-event-for-booking .mec-booking-calendar-date:before,.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date:before{display:block;content:''!important;position:absolute!important;width:12px;height:12px;top:-6px;left:calc(50% - 6px);transform:rotate(-45deg)!important;background-color:#535a61;z-index:0!important;box-shadow:0 8px 9px -9px #535a61!important}.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date-hover{border-bottom:1px solid #ffffff30}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day{position:relative;padding-left:7px}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day{border-radius:47px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;width:100%}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day span{margin-left:-7px}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day{position:relative;padding-right:7px}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day{border-radius:47px;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;width:100%}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day span{margin-right:-7px}.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .middle-day .mec-calendar-novel-selected-day{border-radius:0;border-right:0;border-left:0;width:100%}.mec-booking-tooltip.multiple-time{color:#fff}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:before{display:none}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:first-child:before{display:block}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date{border:1px dashed #68717a;line-height:25px;margin:8px 0;border-radius:20px;transition:all .17s ease;-webkit-transition:all .17s ease;-moz-transition:all .17s ease;-ms-transition:all .17s ease;-o-transition:all .17s ease}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active,.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover{background:#40d9f1;border-color:#40d9f1}.mec-choosen-time-message{max-width:330px;padding:3px 14px;border-radius:4px;background:rgb(64 217 241 / 24%);color:#40d9f1;transition:all .17s ease;opacity:1;visibility:visible;font-size:12px;margin-bottom:20px}.mec-choosen-time-message .mec-choosen-time{padding-left:7px}.mec-choosen-time-message.disable,.mec-choosen-time-message.disable .mec-choosen-time-message{opacity:0;visibility:hidden;padding:0;font-size:0;margin:0}.lity-wrap .mec-booking-calendar.mec-wrap{margin-top:20}.lity-wrap .mec-booking-calendar-month-navigation,.lity-wrap .mec-booking-calendar.mec-wrap,.lity-wrap .mec-choosen-time-message{max-width:100%}.mec-events-meta-group-booking-shortcode .mec-booking-calendar-wrapper .mec-booking-calendar .mec-calendar dl dt{height:47px!important}@media (min-width:961px){.mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt{height:47px}}
|
assets/js/frontend.js
CHANGED
@@ -4832,6 +4832,154 @@ function mecFluentYearlyUI(eventID, yearID) {
|
|
4832 |
};
|
4833 |
}(jQuery));
|
4834 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4835 |
// Booking Shortcode Scripts
|
4836 |
jQuery(document).ready(function () {
|
4837 |
if (jQuery('.mec-booking-shortcode').length < 0) {
|
4832 |
};
|
4833 |
}(jQuery));
|
4834 |
|
4835 |
+
// MEC Booking Calendar
|
4836 |
+
(function ($)
|
4837 |
+
{
|
4838 |
+
$.fn.mecBookingCalendar = function(options)
|
4839 |
+
{
|
4840 |
+
var active_month;
|
4841 |
+
var active_year;
|
4842 |
+
|
4843 |
+
// Default Options
|
4844 |
+
var settings = $.extend({
|
4845 |
+
// These are the defaults.
|
4846 |
+
active_month: {},
|
4847 |
+
next_month: {},
|
4848 |
+
ajax_url: '',
|
4849 |
+
event_id: '',
|
4850 |
+
}, options);
|
4851 |
+
|
4852 |
+
// Initialize Month Navigator
|
4853 |
+
initMonthNavigator();
|
4854 |
+
|
4855 |
+
active_month = settings.active_month.month;
|
4856 |
+
active_year = settings.active_month.year;
|
4857 |
+
|
4858 |
+
// Set onclick Listeners
|
4859 |
+
setListeners();
|
4860 |
+
|
4861 |
+
function initMonthNavigator()
|
4862 |
+
{
|
4863 |
+
// Add onclick event
|
4864 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-load-month").off('click').on('click', function()
|
4865 |
+
{
|
4866 |
+
var year = $(this).data('mec-year');
|
4867 |
+
var month = $(this).data('mec-month');
|
4868 |
+
|
4869 |
+
setMonth(year, month);
|
4870 |
+
});
|
4871 |
+
}
|
4872 |
+
|
4873 |
+
function setMonth(year, month)
|
4874 |
+
{
|
4875 |
+
active_month = month;
|
4876 |
+
active_year = year;
|
4877 |
+
|
4878 |
+
var $modal = $('.mec-modal-result');
|
4879 |
+
|
4880 |
+
// Add Loading Class
|
4881 |
+
if($modal.length === 0) $('.mec-wrap').append('<div class="mec-modal-result"></div>');
|
4882 |
+
$modal.addClass('mec-month-navigator-loading');
|
4883 |
+
|
4884 |
+
$.ajax(
|
4885 |
+
{
|
4886 |
+
url: settings.ajax_url,
|
4887 |
+
data: "action=mec_booking_calendar_load_month&event_id=" + settings.event_id + "&uniqueid=" + settings.id + "&year=" + year + "&month=" + month,
|
4888 |
+
dataType: "json",
|
4889 |
+
type: "post",
|
4890 |
+
success: function(response)
|
4891 |
+
{
|
4892 |
+
// HTML
|
4893 |
+
$('#mec_booking_calendar_wrapper'+settings.id).html(response.html);
|
4894 |
+
|
4895 |
+
// Empty the Date
|
4896 |
+
$('#mec_book_form_date' + settings.id).val('').trigger('change');
|
4897 |
+
|
4898 |
+
// Remove loading Class
|
4899 |
+
$modal.removeClass("mec-month-navigator-loading");
|
4900 |
+
|
4901 |
+
},
|
4902 |
+
error: function()
|
4903 |
+
{
|
4904 |
+
// Remove loading Class
|
4905 |
+
$modal.removeClass("mec-month-navigator-loading");
|
4906 |
+
}
|
4907 |
+
});
|
4908 |
+
}
|
4909 |
+
|
4910 |
+
function setListeners()
|
4911 |
+
{
|
4912 |
+
|
4913 |
+
// Add the onclick event
|
4914 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-booking-calendar-date").off('click').on('click', function(e)
|
4915 |
+
{
|
4916 |
+
e.preventDefault();
|
4917 |
+
|
4918 |
+
// Activate
|
4919 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-booking-calendar-date").removeClass('mec-active');
|
4920 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-calendar-day").removeClass('mec-wrap-active');
|
4921 |
+
$(this).addClass('mec-active');
|
4922 |
+
$(this).parents('.mec-calendar-day').addClass('mec-wrap-active');
|
4923 |
+
|
4924 |
+
// Set Data
|
4925 |
+
var timestamp = $(this).data('timestamp');
|
4926 |
+
$('#mec_book_form_date' + settings.id).val(timestamp).trigger('change');
|
4927 |
+
});
|
4928 |
+
|
4929 |
+
// Add the onclick event on calendar date
|
4930 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-one-repeat-in-day").off('click').on('click', function(e)
|
4931 |
+
{
|
4932 |
+
e.preventDefault();
|
4933 |
+
|
4934 |
+
var mec_date_value = $(this).attr('data-timestamp');
|
4935 |
+
// Activate
|
4936 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-one-repeat-in-day").removeClass('mec-active');
|
4937 |
+
$("#mec_booking_calendar_" + settings.id + " [data-timestamp=\"" + mec_date_value +"\"]").addClass('mec-active');
|
4938 |
+
|
4939 |
+
// Set Data
|
4940 |
+
var timestamp = $(this).data('timestamp');
|
4941 |
+
$('#mec_book_form_date' + settings.id).val(timestamp).trigger('change');
|
4942 |
+
});
|
4943 |
+
|
4944 |
+
// If day has some time slot
|
4945 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat .mec-calendar-novel-selected-day").off('click').on('click', function (e)
|
4946 |
+
{
|
4947 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").removeClass('mec-wrap-active');
|
4948 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").removeClass('mec-active');
|
4949 |
+
$(".mec-has-time-repeat").find('.mec-booking-calendar-date').hide();
|
4950 |
+
$(this).parents(".mec-has-time-repeat").find('.mec-booking-calendar-date').toggle();
|
4951 |
+
$(this).parents(".mec-has-time-repeat").addClass('mec-active');
|
4952 |
+
});
|
4953 |
+
|
4954 |
+
// Find more time in tooltip to set button
|
4955 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").on('mouseenter', function()
|
4956 |
+
{
|
4957 |
+
var moreTimeFinder = $(this).find(".mec-booking-calendar-date");
|
4958 |
+
if (moreTimeFinder.length >= 1) {
|
4959 |
+
$(this).find(".mec-booking-tooltip").removeClass("multiple-time");
|
4960 |
+
$(this).find(".mec-booking-tooltip").addClass("multiple-time");
|
4961 |
+
}
|
4962 |
+
$(this).find(".mec-booking-calendar-date").css("display", "block");
|
4963 |
+
});
|
4964 |
+
|
4965 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").off('click').on('click', function()
|
4966 |
+
{
|
4967 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").removeClass('mec-wrap-active');
|
4968 |
+
$("#mec_booking_calendar_" + settings.id + " .mec-has-time-repeat").removeClass('mec-active');
|
4969 |
+
$(this).addClass("mec-active");
|
4970 |
+
|
4971 |
+
// Send message under the calendar for multiple time in one day
|
4972 |
+
var sendTimeToMessage = $(this).find(".multiple-time .mec-booking-calendar-date.mec-active").text();
|
4973 |
+
|
4974 |
+
$(this).parents().eq(3).find(".mec-choosen-time-message").removeClass("disable");
|
4975 |
+
$(this).parents().eq(3).find(".mec-choosen-time-message .mec-choosen-time").empty();
|
4976 |
+
$(this).parents().eq(3).find(".mec-choosen-time-message .mec-choosen-time").append(sendTimeToMessage);
|
4977 |
+
});
|
4978 |
+
|
4979 |
+
}
|
4980 |
+
};
|
4981 |
+
}(jQuery));
|
4982 |
+
|
4983 |
// Booking Shortcode Scripts
|
4984 |
jQuery(document).ready(function () {
|
4985 |
if (jQuery('.mec-booking-shortcode').length < 0) {
|
changelog.txt
CHANGED
@@ -1,4 +1,25 @@
|
|
1 |
-
v 5.15.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
- Added: A shortcode to display current users' events in a preferred skin e.g. monthly, list, grid, etc.
|
3 |
- Added: A new shortcode to generate a specific calendar for current user events
|
4 |
- Added: A date picker type for date field in search widget to provide an ability to select start and end dates on frontend instead of month and year
|
1 |
+
v 5.15.5 – 30 December 2020
|
2 |
+
- Added: An advanced calendar method to show available occurrences to book (pro)
|
3 |
+
- Added: the feature to create segmetns in MailChimp integration (pro)
|
4 |
+
- Added: Ability to edit booking fields in “Booking Edit” page in WordPress backend (pro)
|
5 |
+
- Added: “Fallback Image“ feature to set an image for categories and display it as the event featured image if no image was set for the events
|
6 |
+
- Added: Link attribute “rel=noopener” for events display method to be able to set them to open in a new window
|
7 |
+
- Improved: MailChimp integration by adding some relevant tags to the subscribers (pro)
|
8 |
+
- Improved: The booking CSV import (pro)
|
9 |
+
- Improved: The booking reminder email (pro)
|
10 |
+
- Improved: Backend speed and optimization
|
11 |
+
- Improved: MEC capabilities (pro)
|
12 |
+
- Fixed: An issue in the “Next/Previous Events” Module
|
13 |
+
- Fixed: A date display issue on carousel skins
|
14 |
+
- Fixed: Importing modified series of Google events in addition to their main event
|
15 |
+
- Fixed: Carousel and slider issue in Divi page builder environment
|
16 |
+
- Fixed: MEC Shortcodes assets in Elementor page builder environment
|
17 |
+
- Fixed: Some issues on WP Multisite
|
18 |
+
- Fixed: Label of booking button (pro)
|
19 |
+
- Fixed: Arabic character in the event link
|
20 |
+
- Fixed: Some PHP notices
|
21 |
+
|
22 |
+
v 5.15.0 – 16 December 2020
|
23 |
- Added: A shortcode to display current users' events in a preferred skin e.g. monthly, list, grid, etc.
|
24 |
- Added: A new shortcode to generate a specific calendar for current user events
|
25 |
- Added: A date picker type for date field in search widget to provide an ability to select start and end dates on frontend instead of month and year
|
languages/modern-events-calendar-lite-cs_CZ.mo
CHANGED
Binary file
|
languages/modern-events-calendar-lite-cs_CZ.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Modern Events Calendar Lite\n"
|
4 |
-
"POT-Creation-Date: 2020-12-
|
5 |
-
"PO-Revision-Date: 2020-12-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs_CZ\n"
|
@@ -23,8 +23,8 @@ msgstr ""
|
|
23 |
|
24 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
25 |
#: app/features/ix/import.php:37 app/features/ix/import.php:55
|
26 |
-
#: app/features/ix/thirdparty.php:26 app/features/mec.php:
|
27 |
-
#: app/features/mec.php:
|
28 |
#: app/widgets/MEC.php:33
|
29 |
msgid "Modern Events Calendar"
|
30 |
msgstr "Moderní kalendář událostí"
|
@@ -35,8 +35,8 @@ msgstr "Moderní kalendář událostí"
|
|
35 |
msgid "Content"
|
36 |
msgstr "Obsah"
|
37 |
|
38 |
-
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:
|
39 |
-
#: app/features/mec.php:
|
40 |
msgid "Shortcode"
|
41 |
msgstr "Zkrácený kód"
|
42 |
|
@@ -86,8 +86,14 @@ msgstr ""
|
|
86 |
msgid "Select Shortcode"
|
87 |
msgstr "Přidat nový zkrácený kód"
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
#: app/features/colors.php:50 app/features/fes/form.php:915
|
90 |
-
#: app/features/mec/settings.php:
|
91 |
msgid "Event Color"
|
92 |
msgstr "Barva události"
|
93 |
|
@@ -97,16 +103,16 @@ msgstr "Barva události"
|
|
97 |
msgid "Recent Colors"
|
98 |
msgstr "Barva události"
|
99 |
|
100 |
-
#: app/features/contextual.php:55 app/features/mec.php:
|
101 |
#: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
|
102 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
103 |
#: app/libraries/main.php:650
|
104 |
msgid "Settings"
|
105 |
msgstr "Nastavení"
|
106 |
|
107 |
-
#: app/features/contextual.php:62 app/features/events.php:
|
108 |
-
#: app/features/events.php:
|
109 |
-
#: app/features/mec/booking.php:
|
110 |
#: app/features/mec/support.php:29 app/libraries/main.php:602
|
111 |
msgid "Booking Form"
|
112 |
msgstr "Rezervační formulář"
|
@@ -134,8 +140,8 @@ msgstr ""
|
|
134 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
135 |
"iframe>"
|
136 |
|
137 |
-
#: app/features/contextual.php:70 app/features/events.php:
|
138 |
-
#: app/features/mec/booking.php:
|
139 |
#: app/features/mec/support.php:36 app/libraries/main.php:604
|
140 |
msgid "Payment Gateways"
|
141 |
msgstr "Platební brány"
|
@@ -150,7 +156,7 @@ msgstr ""
|
|
150 |
"\"300\" src=\"https://www.youtube.com/embed/Hpg4chWlxoQ\" frameborder=\"0\" "
|
151 |
"allowfullscreen></iframe>"
|
152 |
|
153 |
-
#: app/features/contextual.php:77 app/features/events.php:
|
154 |
#: app/features/mec/support-page.php:117 app/features/mec/support.php:45
|
155 |
#: app/libraries/main.php:798
|
156 |
msgid "Notifications"
|
@@ -242,7 +248,7 @@ msgstr ""
|
|
242 |
msgid "General Options"
|
243 |
msgstr "Obecné možnosti"
|
244 |
|
245 |
-
#: app/features/contextual.php:139 app/features/mec/settings.php:
|
246 |
#: app/libraries/main.php:568
|
247 |
msgid "Slugs/Permalinks"
|
248 |
msgstr "Název v URL / Trvalé odkazy"
|
@@ -251,7 +257,7 @@ msgstr "Název v URL / Trvalé odkazy"
|
|
251 |
msgid "Event Details/Single Event Page"
|
252 |
msgstr "Podrobnosti o události / Stránka jedné události"
|
253 |
|
254 |
-
#: app/features/contextual.php:166 app/features/mec/settings.php:
|
255 |
#: app/libraries/main.php:569
|
256 |
msgid "Currency Options"
|
257 |
msgstr "Možnosti Měna"
|
@@ -260,12 +266,12 @@ msgstr "Možnosti Měna"
|
|
260 |
msgid "Google Maps Options"
|
261 |
msgstr "Možnosti Google Maps"
|
262 |
|
263 |
-
#: app/features/contextual.php:244 app/features/mec/settings.php:
|
264 |
#: app/libraries/main.php:570
|
265 |
msgid "Google Recaptcha Options"
|
266 |
msgstr "Možnosti Google Recaptcha"
|
267 |
|
268 |
-
#: app/features/contextual.php:258 app/features/mec/single.php:
|
269 |
#: app/libraries/main.php:588
|
270 |
msgid "Countdown Options"
|
271 |
msgstr "Možnosti Odpočítávání"
|
@@ -279,17 +285,17 @@ msgstr "Sociální sítě"
|
|
279 |
msgid "Next Event Module"
|
280 |
msgstr "Modul Další události"
|
281 |
|
282 |
-
#: app/features/contextual.php:286 app/features/mec/settings.php:
|
283 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:571
|
284 |
msgid "Frontend Event Submission"
|
285 |
msgstr "Předání události frontendu"
|
286 |
|
287 |
-
#: app/features/contextual.php:298 app/features/events.php:
|
288 |
#: app/libraries/main.php:589
|
289 |
msgid "Exceptional Days"
|
290 |
msgstr "Výjimečné dny"
|
291 |
|
292 |
-
#: app/features/contextual.php:308 app/features/events.php:
|
293 |
#: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
|
294 |
#: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
|
295 |
#: app/libraries/main.php:597 app/libraries/main.php:628
|
@@ -297,8 +303,8 @@ msgstr "Výjimečné dny"
|
|
297 |
msgid "Booking"
|
298 |
msgstr "Rezervace"
|
299 |
|
300 |
-
#: app/features/contextual.php:318 app/features/mec/booking.php:
|
301 |
-
#: app/features/mec/booking.php:
|
302 |
msgid "Coupons"
|
303 |
msgstr "Kupóny"
|
304 |
|
@@ -307,7 +313,7 @@ msgstr "Kupóny"
|
|
307 |
msgid "BuddyPress Integration"
|
308 |
msgstr "Integrace BuddyPress"
|
309 |
|
310 |
-
#: app/features/contextual.php:334 app/features/mec/settings.php:
|
311 |
#: app/libraries/main.php:575
|
312 |
msgid "Mailchimp Integration"
|
313 |
msgstr "Integrace Mailchimp"
|
@@ -316,8 +322,8 @@ msgstr "Integrace Mailchimp"
|
|
316 |
msgid "MEC Activation"
|
317 |
msgstr "Aktivace MEC"
|
318 |
|
319 |
-
#: app/features/dlfile.php:121 app/features/events.php:
|
320 |
-
#: app/features/mec/booking.php:
|
321 |
#, fuzzy
|
322 |
#| msgid "Download ICS file"
|
323 |
msgid "Downloadable File"
|
@@ -355,15 +361,15 @@ msgstr ""
|
|
355 |
msgid "File uploaded!"
|
356 |
msgstr "Obrázek je nahraný!"
|
357 |
|
358 |
-
#: app/features/events.php:
|
359 |
-
#: app/features/mec/dashboard.php:265 app/libraries/main.php:
|
360 |
-
#: app/libraries/main.php:
|
361 |
#: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
|
362 |
#: app/skins/yearly_view/tpl.php:71
|
363 |
msgid "Events"
|
364 |
msgstr "Události"
|
365 |
|
366 |
-
#: app/features/events.php:
|
367 |
#: app/features/mec/meta_boxes/display_options.php:1618
|
368 |
#: app/features/mec/meta_boxes/display_options.php:1712
|
369 |
#: app/features/mec/meta_boxes/display_options.php:1785
|
@@ -373,38 +379,38 @@ msgstr "Události"
|
|
373 |
msgid "Event"
|
374 |
msgstr "Událost"
|
375 |
|
376 |
-
#: app/features/events.php:
|
377 |
msgid "Add Event"
|
378 |
msgstr "Přidat událost"
|
379 |
|
380 |
-
#: app/features/events.php:
|
381 |
msgid "Add New Event"
|
382 |
msgstr "Přidat novou událost"
|
383 |
|
384 |
-
#: app/features/events.php:
|
385 |
#: app/features/ix/thirdparty.php:44 app/skins/map/tpl.php:69
|
386 |
#: app/skins/map/tpl.php:89
|
387 |
msgid "No events found!"
|
388 |
msgstr "Nebyly nalezeny žádné události!"
|
389 |
|
390 |
-
#: app/features/events.php:
|
391 |
msgid "All Events"
|
392 |
msgstr "Všechny události"
|
393 |
|
394 |
-
#: app/features/events.php:
|
395 |
msgid "Edit Event"
|
396 |
msgstr "Editace události"
|
397 |
|
398 |
-
#: app/features/events.php:
|
399 |
#: app/features/popup/event.php:252
|
400 |
msgid "View Event"
|
401 |
msgstr "Zobrazit událost"
|
402 |
|
403 |
-
#: app/features/events.php:
|
404 |
msgid "No events found in Trash!"
|
405 |
msgstr "V koši nebyly nalezeny žádné události!"
|
406 |
|
407 |
-
#: app/features/events.php:
|
408 |
#: app/features/mec/meta_boxes/display_options.php:1475
|
409 |
#: app/features/mec/meta_boxes/search_form.php:31
|
410 |
#: app/features/mec/meta_boxes/search_form.php:102
|
@@ -417,134 +423,155 @@ msgstr "V koši nebyly nalezeny žádné události!"
|
|
417 |
#: app/features/mec/meta_boxes/search_form.php:587
|
418 |
#: app/features/mec/meta_boxes/search_form.php:657
|
419 |
#: app/features/mec/meta_boxes/search_form.php:763
|
420 |
-
#: app/features/mec/settings.php:
|
421 |
-
#: app/features/mec/single.php:
|
422 |
-
#: app/features/search.php:68 app/libraries/main.php:
|
423 |
-
#: app/libraries/main.php:
|
424 |
-
#: app/skins/single.php:
|
425 |
#: app/skins/single/default.php:452 app/skins/single/m1.php:196
|
426 |
#: app/skins/single/m2.php:119 app/skins/single/modern.php:140
|
427 |
msgid "Category"
|
428 |
msgstr "Kategorie"
|
429 |
|
430 |
-
#: app/features/events.php:
|
431 |
-
#: app/features/fes/form.php:865 app/features/mec.php:
|
432 |
#: app/features/mec/meta_boxes/filter.php:69
|
433 |
-
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:
|
434 |
-
#: app/libraries/main.php:
|
435 |
msgid "Categories"
|
436 |
msgstr "Kategorie"
|
437 |
|
438 |
-
#: app/features/events.php:
|
439 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
440 |
#: app/features/speakers.php:71
|
441 |
#, php-format
|
442 |
msgid "All %s"
|
443 |
msgstr "Všechny %s"
|
444 |
|
445 |
-
#: app/features/events.php:
|
446 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
447 |
#: app/features/speakers.php:72
|
448 |
#, php-format
|
449 |
msgid "Edit %s"
|
450 |
msgstr "Editovat %s"
|
451 |
|
452 |
-
#: app/features/events.php:
|
453 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
454 |
#: app/features/speakers.php:73
|
455 |
#, php-format
|
456 |
msgid "View %s"
|
457 |
msgstr "Zobrazit %s"
|
458 |
|
459 |
-
#: app/features/events.php:
|
460 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
461 |
#: app/features/speakers.php:74
|
462 |
#, php-format
|
463 |
msgid "Update %s"
|
464 |
msgstr "Aktualizovat %s"
|
465 |
|
466 |
-
#: app/features/events.php:
|
467 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
468 |
#: app/features/speakers.php:75
|
469 |
#, php-format
|
470 |
msgid "Add New %s"
|
471 |
msgstr "Přidat novou %s"
|
472 |
|
473 |
-
#: app/features/events.php:
|
474 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
475 |
#: app/features/speakers.php:76
|
476 |
#, php-format
|
477 |
msgid "New %s Name"
|
478 |
msgstr "Nové jméno %s"
|
479 |
|
480 |
-
#: app/features/events.php:
|
481 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
482 |
#: app/features/speakers.php:77
|
483 |
#, php-format
|
484 |
msgid "Popular %s"
|
485 |
msgstr "Populární %s"
|
486 |
|
487 |
-
#: app/features/events.php:
|
488 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
489 |
#: app/features/speakers.php:78
|
490 |
#, php-format
|
491 |
msgid "Search %s"
|
492 |
msgstr "Vyhledat %s"
|
493 |
|
494 |
-
#: app/features/events.php:
|
495 |
msgid "Category Icon"
|
496 |
msgstr "Ikona kategorie"
|
497 |
|
498 |
-
#: app/features/events.php:
|
499 |
msgid "Select icon"
|
500 |
msgstr "Vybrat ikonu"
|
501 |
|
502 |
-
#: app/features/events.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
msgid "Event Details"
|
504 |
msgstr "Podrobnosti události"
|
505 |
|
506 |
-
#: app/features/events.php:
|
507 |
#, fuzzy
|
508 |
#| msgid "Event Details"
|
509 |
msgid "FES Details"
|
510 |
msgstr "Podrobnosti události"
|
511 |
|
512 |
-
#: app/features/events.php:
|
513 |
#, fuzzy
|
514 |
#| msgid "Date and Time"
|
515 |
msgid "Date And Time"
|
516 |
msgstr "Datum a čas"
|
517 |
|
518 |
-
#: app/features/events.php:
|
519 |
msgid "Event Repeating"
|
520 |
msgstr "Opakování události"
|
521 |
|
522 |
-
#: app/features/events.php:
|
|
|
523 |
#, fuzzy
|
524 |
#| msgid "Event Detail"
|
525 |
msgid "Event Data"
|
526 |
msgstr "Zobrazit událost"
|
527 |
|
528 |
-
#: app/features/events.php:
|
529 |
-
#: app/libraries/hourlyschedule.php:35 app/skins/single.php:
|
530 |
msgid "Hourly Schedule"
|
531 |
msgstr "Hodinový rozvrh"
|
532 |
|
533 |
-
#: app/features/events.php:
|
534 |
#, fuzzy
|
535 |
#| msgid "Location"
|
536 |
msgid "Location/Venue"
|
537 |
msgstr "Umístění"
|
538 |
|
539 |
-
#: app/features/events.php:
|
540 |
#, fuzzy
|
541 |
#| msgid "Link"
|
542 |
msgid "Links"
|
543 |
msgstr "Odkaz"
|
544 |
|
545 |
-
#: app/features/events.php:
|
546 |
-
#: app/features/events.php:
|
547 |
-
#: app/features/ix.php:
|
548 |
#: app/features/mec/meta_boxes/display_options.php:1478
|
549 |
#: app/features/mec/meta_boxes/search_form.php:46
|
550 |
#: app/features/mec/meta_boxes/search_form.php:117
|
@@ -557,44 +584,44 @@ msgstr "Odkaz"
|
|
557 |
#: app/features/mec/meta_boxes/search_form.php:602
|
558 |
#: app/features/mec/meta_boxes/search_form.php:672
|
559 |
#: app/features/mec/meta_boxes/search_form.php:778
|
560 |
-
#: app/features/mec/settings.php:
|
561 |
-
#: app/features/mec/single.php:
|
562 |
#: app/features/organizers.php:204 app/features/organizers.php:260
|
563 |
#: app/features/organizers.php:262 app/features/organizers.php:271
|
564 |
#: app/features/popup/event.php:163 app/features/popup/event.php:172
|
565 |
-
#: app/features/search.php:80 app/libraries/main.php:
|
566 |
-
#: app/libraries/main.php:
|
567 |
-
#: app/skins/single.php:
|
568 |
#: app/skins/single/default.php:477 app/skins/single/m1.php:102
|
569 |
#: app/skins/single/m2.php:25 app/skins/single/modern.php:48
|
570 |
msgid "Organizer"
|
571 |
msgstr "Organizátor"
|
572 |
|
573 |
-
#: app/features/events.php:
|
574 |
-
#: app/features/fes/form.php:836 app/features/mec/settings.php:
|
575 |
-
#: app/libraries/main.php:
|
576 |
-
#: app/skins/single.php:
|
577 |
#: app/skins/single/default.php:376 app/skins/single/m1.php:61
|
578 |
#: app/skins/single/modern.php:237
|
579 |
msgid "Cost"
|
580 |
msgstr "Cena"
|
581 |
|
582 |
-
#: app/features/events.php:
|
583 |
#, fuzzy
|
584 |
#| msgid "On Event Start"
|
585 |
msgid "SEO Schema / Event Status"
|
586 |
msgstr "Při spuštění události"
|
587 |
|
588 |
-
#: app/features/events.php:
|
589 |
msgid "Note for reviewer"
|
590 |
msgstr "Poznámka pro recenzenta"
|
591 |
|
592 |
-
#: app/features/events.php:
|
593 |
msgid "Guest Data"
|
594 |
msgstr "Údaje hosta"
|
595 |
|
596 |
-
#: app/features/events.php:
|
597 |
-
#: app/features/events.php:
|
598 |
#: app/features/fes/form.php:795 app/features/labels.php:178
|
599 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
600 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
@@ -602,39 +629,39 @@ msgstr "Údaje hosta"
|
|
602 |
msgid "Name"
|
603 |
msgstr "Jméno"
|
604 |
|
605 |
-
#: app/features/events.php:
|
606 |
-
#: app/features/events.php:
|
607 |
-
#: app/features/events.php:
|
608 |
#: app/features/fes/form.php:791 app/features/login/login.php:5
|
609 |
-
#: app/features/mec/booking.php:65 app/features/mec/booking.php:
|
610 |
-
#: app/features/mec/booking.php:
|
611 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
612 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
613 |
-
#: app/features/speakers.php:204 app/libraries/main.php:
|
614 |
-
#: app/libraries/main.php:
|
615 |
#: app/libraries/notifications.php:1625 app/modules/booking/steps/form.php:72
|
616 |
-
#: app/modules/booking/steps/form.php:210 app/skins/single.php:
|
617 |
-
#: app/skins/single.php:
|
618 |
#: app/skins/single/default.php:494 app/skins/single/m1.php:119
|
619 |
#: app/skins/single/m2.php:42 app/skins/single/modern.php:65
|
620 |
msgid "Email"
|
621 |
msgstr "Email"
|
622 |
|
623 |
-
#: app/features/events.php:
|
624 |
msgid ""
|
625 |
"This event is imported from Google calendar so if you modify it, it would "
|
626 |
"overwrite in the next import from Google."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: app/features/events.php:
|
630 |
msgid "Date and Time"
|
631 |
msgstr "Datum a čas"
|
632 |
|
633 |
-
#: app/features/events.php:
|
634 |
-
#: app/features/events.php:
|
635 |
#: app/features/fes/form.php:282 app/features/fes/form.php:286
|
636 |
-
#: app/features/ix.php:
|
637 |
-
#: app/features/ix/import_g_calendar.php:38 app/features/mec.php:
|
638 |
#: app/features/mec/meta_boxes/display_options.php:52
|
639 |
#: app/features/mec/meta_boxes/display_options.php:298
|
640 |
#: app/features/mec/meta_boxes/display_options.php:555
|
@@ -654,38 +681,38 @@ msgstr "Datum a čas"
|
|
654 |
msgid "Start Date"
|
655 |
msgstr "Počátečná den"
|
656 |
|
657 |
-
#: app/features/events.php:
|
658 |
-
#: app/features/events.php:
|
659 |
#: app/features/fes/form.php:301 app/features/fes/form.php:305
|
660 |
-
#: app/features/ix.php:
|
661 |
-
#: app/features/ix/import_g_calendar.php:44 app/features/mec.php:
|
662 |
#: app/features/popup/event.php:92
|
663 |
msgid "End Date"
|
664 |
msgstr "Konečný den"
|
665 |
|
666 |
-
#: app/features/events.php:
|
667 |
#: app/features/popup/event.php:109
|
668 |
#, fuzzy
|
669 |
#| msgid "All Day Event"
|
670 |
msgid "All-day Event"
|
671 |
msgstr "Celodenní událost"
|
672 |
|
673 |
-
#: app/features/events.php:
|
674 |
msgid "Hide Event Time"
|
675 |
msgstr "Skrýt čas události"
|
676 |
|
677 |
-
#: app/features/events.php:
|
678 |
msgid "Hide Event End Time"
|
679 |
msgstr "Skrýt čas ukončení události"
|
680 |
|
681 |
-
#: app/features/events.php:
|
682 |
#: app/features/fes/form.php:329
|
683 |
#, fuzzy
|
684 |
#| msgid "Note to reviewer"
|
685 |
msgid "Notes on the time"
|
686 |
msgstr "Poznámka pro recenzenta"
|
687 |
|
688 |
-
#: app/features/events.php:
|
689 |
#, fuzzy
|
690 |
#| msgid ""
|
691 |
#| "It shows next to event time on single event page. You can insert Timezone "
|
@@ -697,23 +724,23 @@ msgstr ""
|
|
697 |
"Zobrazuje se vedle času události na stránce jedné události. Do tohoto pole "
|
698 |
"můžete vložit časové pásmo atd."
|
699 |
|
700 |
-
#: app/features/events.php:
|
701 |
-
#: app/features/events.php:
|
702 |
-
#: app/features/events.php:
|
703 |
-
#: app/features/events.php:
|
704 |
-
#: app/features/events.php:
|
705 |
-
#: app/features/events.php:
|
706 |
-
#: app/features/events.php:
|
707 |
-
#: app/features/events.php:
|
708 |
#: app/features/fes/form.php:439 app/features/fes/form.php:747
|
709 |
#: app/features/locations.php:335 app/features/mec/booking.php:117
|
710 |
-
#: app/features/mec/booking.php:
|
711 |
-
#: app/features/mec/booking.php:
|
712 |
-
#: app/features/mec/booking.php:
|
713 |
-
#: app/features/mec/booking.php:
|
714 |
-
#: app/features/mec/booking.php:
|
715 |
-
#: app/features/mec/booking.php:
|
716 |
-
#: app/features/mec/booking.php:
|
717 |
#: app/features/mec/dashboard.php:71
|
718 |
#: app/features/mec/meta_boxes/display_options.php:85
|
719 |
#: app/features/mec/meta_boxes/display_options.php:98
|
@@ -762,129 +789,129 @@ msgstr ""
|
|
762 |
#: app/features/mec/notifications.php:1171 app/features/mec/settings.php:81
|
763 |
#: app/features/mec/settings.php:100 app/features/mec/settings.php:147
|
764 |
#: app/features/mec/settings.php:182 app/features/mec/settings.php:203
|
765 |
-
#: app/features/mec/settings.php:248 app/features/mec/settings.php:
|
766 |
-
#: app/features/mec/settings.php:
|
767 |
-
#: app/features/mec/settings.php:
|
768 |
-
#: app/features/mec/settings.php:
|
769 |
-
#: app/features/mec/settings.php:
|
770 |
-
#: app/features/mec/settings.php:
|
771 |
-
#: app/features/mec/settings.php:
|
772 |
-
#: app/features/mec/settings.php:
|
773 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
774 |
#: app/features/mec/single.php:100 app/features/mec/single.php:123
|
775 |
-
#: app/features/mec/single.php:138 app/features/mec/single.php:
|
776 |
#: app/features/mec/styling.php:119 app/features/mec/styling.php:218
|
777 |
#: app/features/mec/styling.php:235 app/features/mec/styling.php:248
|
778 |
#: app/features/organizers.php:272 app/features/popup/event.php:126
|
779 |
-
#: app/features/popup/event.php:173 app/skins/single.php:
|
780 |
#: app/skins/single/default.php:159 app/skins/single/default.php:391
|
781 |
#: app/skins/single/m1.php:218 app/skins/single/m2.php:142
|
782 |
#: app/skins/single/modern.php:163
|
783 |
msgid "Read More"
|
784 |
msgstr "Číst více"
|
785 |
|
786 |
-
#: app/features/events.php:
|
787 |
#, fuzzy
|
788 |
#| msgid "Timezone: %s"
|
789 |
msgid "Timezone"
|
790 |
msgstr "Časové pásmo: %s"
|
791 |
|
792 |
-
#: app/features/events.php:
|
793 |
-
#: app/features/events.php:
|
794 |
-
#: app/features/events.php:
|
795 |
-
#: app/features/events.php:
|
796 |
#: app/features/fes/form.php:342 app/features/fes/form.php:355
|
797 |
msgid "Inherit from global options"
|
798 |
msgstr "Zdědí z globálních možností"
|
799 |
|
800 |
-
#: app/features/events.php:
|
801 |
#: app/features/fes/form.php:351 app/features/fes/form.php:354
|
802 |
#, fuzzy
|
803 |
#| msgid "Countdown View"
|
804 |
msgid "Countdown Method"
|
805 |
msgstr "Zobrazení odpočítávání"
|
806 |
|
807 |
-
#: app/features/events.php:
|
808 |
#, fuzzy
|
809 |
#| msgid "On Event Start"
|
810 |
msgid "Count to Event Start"
|
811 |
msgstr "Při spuštění události"
|
812 |
|
813 |
-
#: app/features/events.php:
|
814 |
#, fuzzy
|
815 |
#| msgid "On Event End"
|
816 |
msgid "Count to Event End"
|
817 |
msgstr "Na konci události"
|
818 |
|
819 |
-
#: app/features/events.php:
|
820 |
msgid "Repeating"
|
821 |
msgstr "Opakování"
|
822 |
|
823 |
-
#: app/features/events.php:
|
824 |
msgid "Event Repeating (Recurring events)"
|
825 |
msgstr "Opakování události (opakující se události)"
|
826 |
|
827 |
-
#: app/features/events.php:
|
828 |
msgid "Repeats"
|
829 |
msgstr "Opakování"
|
830 |
|
831 |
-
#: app/features/events.php:
|
832 |
-
#: app/features/mec.php:
|
833 |
#: app/skins/full_calendar/tpl.php:124
|
834 |
msgid "Daily"
|
835 |
msgstr "Děnně"
|
836 |
|
837 |
-
#: app/features/events.php:
|
838 |
msgid "Every Weekday"
|
839 |
msgstr "Každý všední den"
|
840 |
|
841 |
-
#: app/features/events.php:
|
842 |
msgid "Every Weekend"
|
843 |
msgstr "Každý víkend"
|
844 |
|
845 |
-
#: app/features/events.php:
|
846 |
msgid "Certain Weekdays"
|
847 |
msgstr "Určité pracovní dny"
|
848 |
|
849 |
-
#: app/features/events.php:
|
850 |
#: app/skins/default_full_calendar/tpl.php:76
|
851 |
#: app/skins/full_calendar/tpl.php:123
|
852 |
msgid "Weekly"
|
853 |
msgstr "Týdně"
|
854 |
|
855 |
-
#: app/features/events.php:
|
856 |
-
#: app/features/mec.php:
|
857 |
#: app/skins/full_calendar/tpl.php:122
|
858 |
msgid "Monthly"
|
859 |
msgstr "Měsíčně"
|
860 |
|
861 |
-
#: app/features/events.php:
|
862 |
-
#: app/features/mec.php:
|
863 |
#: app/skins/full_calendar/tpl.php:121
|
864 |
msgid "Yearly"
|
865 |
msgstr "Ročně"
|
866 |
|
867 |
-
#: app/features/events.php:
|
868 |
msgid "Custom Days"
|
869 |
msgstr "Vlastní dny"
|
870 |
|
871 |
-
#: app/features/events.php:
|
872 |
msgid "Advanced"
|
873 |
msgstr "Pokročilé"
|
874 |
|
875 |
-
#: app/features/events.php:
|
876 |
msgid "Repeat Interval"
|
877 |
msgstr "Interval opakování"
|
878 |
|
879 |
-
#: app/features/events.php:
|
880 |
msgid "Repeat interval"
|
881 |
msgstr "Interval opakování"
|
882 |
|
883 |
-
#: app/features/events.php:
|
884 |
msgid "Week Days"
|
885 |
msgstr "Dny v týdnu"
|
886 |
|
887 |
-
#: app/features/events.php:
|
888 |
#, fuzzy
|
889 |
#| msgid "Pro version of Modern Events Calendar"
|
890 |
msgid ""
|
@@ -892,8 +919,8 @@ msgid ""
|
|
892 |
"Calendar."
|
893 |
msgstr "Pro verze doplňku Modern Events Calendar"
|
894 |
|
895 |
-
#: app/features/events.php:
|
896 |
-
#: app/features/events.php:
|
897 |
#: app/features/fes/form.php:402 app/features/ix/import_f_calendar.php:42
|
898 |
#: app/features/ix/import_g_calendar.php:51
|
899 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:35
|
@@ -901,20 +928,20 @@ msgstr "Pro verze doplňku Modern Events Calendar"
|
|
901 |
msgid "Start"
|
902 |
msgstr "Začátek"
|
903 |
|
904 |
-
#: app/features/events.php:
|
905 |
-
#: app/features/events.php:
|
906 |
-
#: app/features/events.php:
|
907 |
#: app/features/fes/form.php:432 app/features/fes/form.php:963
|
908 |
#: app/features/occurrences.php:114 app/libraries/hourlyschedule.php:56
|
909 |
#: app/libraries/hourlyschedule.php:119
|
910 |
msgid "Add"
|
911 |
msgstr "Přidat"
|
912 |
|
913 |
-
#: app/features/events.php:
|
914 |
msgid "Custom Days Repeating"
|
915 |
msgstr "Opakování vlastních dnů"
|
916 |
|
917 |
-
#: app/features/events.php:
|
918 |
#, fuzzy
|
919 |
#| msgid ""
|
920 |
#| "Add certain days to event occurrence dates. If you have single day event, "
|
@@ -929,56 +956,56 @@ msgstr ""
|
|
929 |
"datum zahájení a ukončení by mělo být stejné. Pokud máte vícedenní událost, "
|
930 |
"datum zahájení a ukončení musí odpovídat počátečnímu datu."
|
931 |
|
932 |
-
#: app/features/events.php:
|
933 |
-
#: app/features/events.php:
|
934 |
#: app/features/fes/form.php:417 app/libraries/skins.php:1145
|
935 |
msgid "End"
|
936 |
msgstr "Konec"
|
937 |
|
938 |
-
#: app/features/events.php:
|
939 |
msgid "First"
|
940 |
msgstr "První"
|
941 |
|
942 |
-
#: app/features/events.php:
|
943 |
msgid "Second"
|
944 |
msgstr "Druhá"
|
945 |
|
946 |
-
#: app/features/events.php:
|
947 |
msgid "Third"
|
948 |
msgstr "Třetí"
|
949 |
|
950 |
-
#: app/features/events.php:
|
951 |
msgid "Fourth"
|
952 |
msgstr "Čtvrtá"
|
953 |
|
954 |
-
#: app/features/events.php:
|
955 |
msgid "Last"
|
956 |
msgstr "Poslední"
|
957 |
|
958 |
-
#: app/features/events.php:
|
959 |
msgid "Ends Repeat"
|
960 |
msgstr "Ukončení opakování"
|
961 |
|
962 |
-
#: app/features/events.php:
|
963 |
msgid "Never"
|
964 |
msgstr "Nikdy"
|
965 |
|
966 |
# Možná Zapnuto
|
967 |
-
#: app/features/events.php:
|
968 |
msgid "On"
|
969 |
msgstr "Na"
|
970 |
|
971 |
-
#: app/features/events.php:
|
972 |
-
#: app/features/mec/booking.php:
|
973 |
msgid "After"
|
974 |
msgstr "Po"
|
975 |
|
976 |
-
#: app/features/events.php:
|
977 |
#: app/features/fes/form.php:743 app/features/fes/form.php:746
|
978 |
msgid "Occurrences times"
|
979 |
msgstr "Časy výskytu"
|
980 |
|
981 |
-
#: app/features/events.php:
|
982 |
#, fuzzy
|
983 |
#| msgid ""
|
984 |
#| "The event will finish after certain repeats. For example if you set it to "
|
@@ -990,41 +1017,41 @@ msgstr ""
|
|
990 |
"Událost bude ukončena po určitých opakováních. Pokud například nastavíte "
|
991 |
"hodnotu 10, událost skončí po 10 opakováních."
|
992 |
|
993 |
-
#: app/features/events.php:
|
994 |
#, fuzzy
|
995 |
#| msgid "Next Occurrence of Other Events"
|
996 |
msgid "Show only one occurrence of this event"
|
997 |
msgstr "Další výskyt dalších událostí"
|
998 |
|
999 |
-
#: app/features/events.php:
|
1000 |
-
#: app/features/fes/form.php:833 app/features/ix.php:
|
1001 |
-
#: app/features/ix.php:
|
1002 |
-
#: app/libraries/main.php:
|
1003 |
#: app/widgets/single.php:105
|
1004 |
msgid "Event Cost"
|
1005 |
msgstr "Cena události"
|
1006 |
|
1007 |
-
#: app/features/events.php:
|
1008 |
msgid "Exceptional Days (Exclude Dates)"
|
1009 |
msgstr "Výjimečné dny (vyjma dat)"
|
1010 |
|
1011 |
-
#: app/features/events.php:
|
1012 |
msgid "Exclude certain days"
|
1013 |
msgstr "Vyloučit určité dny"
|
1014 |
|
1015 |
-
#: app/features/events.php:
|
1016 |
-
#: app/features/events.php:
|
1017 |
-
#: app/features/mec/booking.php:
|
1018 |
-
#: app/features/mec/single.php:
|
1019 |
-
#: app/features/wc.php:83 app/libraries/main.php:
|
1020 |
-
#: app/modules/booking/steps/tickets.php:
|
1021 |
-
#: app/modules/next-event/details.php:143 app/skins/single.php:
|
1022 |
#: app/skins/single/default.php:99 app/skins/single/default.php:333
|
1023 |
#: app/skins/single/m1.php:21 app/skins/single/modern.php:197
|
1024 |
msgid "Date"
|
1025 |
msgstr "Datum"
|
1026 |
|
1027 |
-
#: app/features/events.php:
|
1028 |
msgid ""
|
1029 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
1030 |
"exclude only single day occurrences and you cannot exclude one day from "
|
@@ -1034,27 +1061,27 @@ msgstr ""
|
|
1034 |
"můžete vyloučit pouze výskyty za jeden den a nelze vyloučit jeden den z "
|
1035 |
"vícedenních výskytů."
|
1036 |
|
1037 |
-
#: app/features/events.php:
|
1038 |
msgid "Day 1"
|
1039 |
msgstr "Den 1"
|
1040 |
|
1041 |
-
#: app/features/events.php:
|
1042 |
-
#: app/features/mec/settings.php:
|
1043 |
msgid "Event Links"
|
1044 |
msgstr "Odkazy na událost"
|
1045 |
|
1046 |
-
#: app/features/events.php:
|
1047 |
-
#: app/features/fes/form.php:812 app/features/mec/settings.php:
|
1048 |
-
#: app/libraries/main.php:
|
1049 |
msgid "Event Link"
|
1050 |
msgstr "Odkaz na událost"
|
1051 |
|
1052 |
-
#: app/features/events.php:
|
1053 |
#: app/features/fes/form.php:813 app/features/fes/form.php:818
|
1054 |
msgid "eg. http://yoursite.com/your-event"
|
1055 |
msgstr "např. http://yoursite.com/vase-udalost"
|
1056 |
|
1057 |
-
#: app/features/events.php:
|
1058 |
#, fuzzy
|
1059 |
#| msgid ""
|
1060 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
@@ -1069,34 +1096,34 @@ msgstr ""
|
|
1069 |
"Vložte úplný odkaz včetně http (s): // - Pokud používáte reklamní adresu "
|
1070 |
"URL, můžete také použít zkracovač URL"
|
1071 |
|
1072 |
-
#: app/features/events.php:
|
1073 |
msgid "URL Shortener"
|
1074 |
msgstr "Zkracovač URL"
|
1075 |
|
1076 |
-
#: app/features/events.php:
|
1077 |
-
#: app/features/fes/form.php:817 app/libraries/main.php:
|
1078 |
-
#: app/libraries/main.php:
|
1079 |
#: app/skins/single/default.php:158 app/skins/single/default.php:390
|
1080 |
#: app/skins/single/m1.php:217 app/skins/single/m2.php:141
|
1081 |
#: app/skins/single/modern.php:162 app/widgets/single.php:109
|
1082 |
msgid "More Info"
|
1083 |
msgstr "Více info"
|
1084 |
|
1085 |
-
#: app/features/events.php:
|
1086 |
msgid "More Information"
|
1087 |
msgstr "Více informací"
|
1088 |
|
1089 |
-
#: app/features/events.php:
|
1090 |
-
#: app/features/mec.php:
|
1091 |
msgid "Current Window"
|
1092 |
msgstr "Aktuální okno"
|
1093 |
|
1094 |
-
#: app/features/events.php:
|
1095 |
-
#: app/features/mec.php:
|
1096 |
msgid "New Window"
|
1097 |
msgstr "Nové okno"
|
1098 |
|
1099 |
-
#: app/features/events.php:
|
1100 |
msgid ""
|
1101 |
"If you fill it, it will be shown in event details page as an optional link. "
|
1102 |
"Insert full link including http(s)://"
|
@@ -1104,53 +1131,53 @@ msgstr ""
|
|
1104 |
"Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
|
1105 |
"o události. Vložte celý odkaz včetně http (s): //"
|
1106 |
|
1107 |
-
#: app/features/events.php:
|
1108 |
msgid "Booking Options"
|
1109 |
msgstr "Možnosti rezervace"
|
1110 |
|
1111 |
-
#: app/features/events.php:
|
1112 |
-
#: app/features/mec/settings.php:
|
1113 |
#, fuzzy
|
1114 |
#| msgid "Total user booking limits"
|
1115 |
msgid "Total User Booking Limits"
|
1116 |
msgstr "Celkové limity rezervace uživatelů"
|
1117 |
|
1118 |
-
#: app/features/events.php:
|
1119 |
-
#: app/libraries/book.php:63 app/libraries/main.php:
|
1120 |
-
#: app/modules/booking/steps/tickets.php:
|
1121 |
-
#: app/modules/booking/steps/tickets.php:
|
1122 |
msgid "Tickets"
|
1123 |
msgstr "Vstupenky"
|
1124 |
|
1125 |
-
#: app/features/events.php:
|
1126 |
msgid "Fees"
|
1127 |
msgstr "Poplatky"
|
1128 |
|
1129 |
-
#: app/features/events.php:
|
1130 |
-
#: app/features/mec/settings.php:
|
1131 |
msgid "Ticket Variations / Options"
|
1132 |
msgstr "Varianty vstupenky / možnosti"
|
1133 |
|
1134 |
-
#: app/features/events.php:
|
1135 |
#: app/features/mec/support-page.php:118
|
1136 |
msgid "Organizer Payment"
|
1137 |
msgstr "Platba organizátora"
|
1138 |
|
1139 |
-
#: app/features/events.php:
|
1140 |
#, fuzzy
|
1141 |
#| msgid "Total booking limits"
|
1142 |
msgid "Total booking limit"
|
1143 |
msgstr "Celkové limity rezervace"
|
1144 |
|
1145 |
-
#: app/features/events.php:
|
1146 |
-
#: app/features/events.php:
|
1147 |
-
#: app/modules/booking/steps/tickets.php:
|
1148 |
-
#: app/modules/booking/steps/tickets.php:
|
1149 |
#: app/skins/available_spot/tpl.php:140
|
1150 |
msgid "Unlimited"
|
1151 |
msgstr "Neomezené"
|
1152 |
|
1153 |
-
#: app/features/events.php:
|
1154 |
msgid ""
|
1155 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1156 |
"limitation number."
|
@@ -1158,59 +1185,59 @@ msgstr ""
|
|
1158 |
"Pokud chcete nastavit limit na všechny lístky, zrušte zaškrtnutí tohoto "
|
1159 |
"políčka a zadejte číslo omezení."
|
1160 |
|
1161 |
-
#: app/features/events.php:
|
1162 |
msgid "Read About A Booking System"
|
1163 |
msgstr "Přečtěte si o rezervačním systému"
|
1164 |
|
1165 |
-
#: app/features/events.php:
|
1166 |
msgid "100"
|
1167 |
msgstr "100"
|
1168 |
|
1169 |
-
#: app/features/events.php:
|
1170 |
#, fuzzy
|
1171 |
#| msgid "Discount"
|
1172 |
msgid "Discount per user roles"
|
1173 |
msgstr "Sleva"
|
1174 |
|
1175 |
-
#: app/features/events.php:
|
1176 |
msgid "5"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: app/features/events.php:
|
1180 |
-
#: app/features/mec/settings.php:
|
1181 |
#, fuzzy
|
1182 |
#| msgid "Next Occurrence"
|
1183 |
msgid "Book All Occurrences"
|
1184 |
msgstr "Další výskyt"
|
1185 |
|
1186 |
-
#: app/features/events.php:
|
1187 |
msgid "Sell all occurrences by one booking"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: app/features/events.php:
|
1191 |
msgid ""
|
1192 |
"If you have a series of events and you want to sell all of them at once, "
|
1193 |
"this option is for you! For example a weekly yoga course or something "
|
1194 |
"similar."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: app/features/events.php:
|
1198 |
-
#: app/features/mec/settings.php:
|
1199 |
#, fuzzy
|
1200 |
#| msgid "General Options"
|
1201 |
msgid "Interval Options"
|
1202 |
msgstr "Obecné možnosti"
|
1203 |
|
1204 |
-
#: app/features/events.php:
|
1205 |
-
#: app/features/mec/booking.php:
|
1206 |
msgid "Show Booking Form Interval"
|
1207 |
msgstr "Zobrazit Interval rezervačního formuláře"
|
1208 |
|
1209 |
-
#: app/features/events.php:
|
1210 |
msgid "Minutes (e.g 5)"
|
1211 |
msgstr "Minuty (např. 5)"
|
1212 |
|
1213 |
-
#: app/features/events.php:
|
1214 |
#, fuzzy
|
1215 |
#| msgid ""
|
1216 |
#| "You can show booking form only at certain time before event start. If you "
|
@@ -1225,20 +1252,20 @@ msgstr ""
|
|
1225 |
"Pokud nastavíte tuto možnost na 30, rezervační formulář se otevře pouze 30 "
|
1226 |
"minut před zahájením akce!"
|
1227 |
|
1228 |
-
#: app/features/events.php:
|
1229 |
msgid "Automatic Approval"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: app/features/events.php:
|
1233 |
#, fuzzy
|
1234 |
#| msgid "Email verification"
|
1235 |
msgid "Email Verification"
|
1236 |
msgstr "Ověřovací email"
|
1237 |
|
1238 |
-
#: app/features/events.php:
|
1239 |
-
#: app/features/mec/booking.php:
|
1240 |
-
#: app/features/mec/booking.php:
|
1241 |
-
#: app/features/mec/booking.php:
|
1242 |
#: app/features/mec/meta_boxes/search_form.php:33
|
1243 |
#: app/features/mec/meta_boxes/search_form.php:40
|
1244 |
#: app/features/mec/meta_boxes/search_form.php:48
|
@@ -1338,41 +1365,41 @@ msgstr "Ověřovací email"
|
|
1338 |
#: app/features/mec/meta_boxes/search_form.php:815
|
1339 |
#: app/features/mec/meta_boxes/search_form.php:822
|
1340 |
#: app/features/mec/modules.php:124 app/features/mec/settings.php:112
|
1341 |
-
#: app/features/mec/settings.php:
|
1342 |
msgid "Disabled"
|
1343 |
msgstr "Zakázaný"
|
1344 |
|
1345 |
-
#: app/features/events.php:
|
1346 |
-
#: app/features/mec/booking.php:
|
1347 |
-
#: app/features/mec/booking.php:
|
1348 |
-
#: app/features/mec/booking.php:
|
1349 |
#: app/features/mec/settings.php:113
|
1350 |
msgid "Enabled"
|
1351 |
msgstr "Povoleno"
|
1352 |
|
1353 |
-
#: app/features/events.php:
|
1354 |
#: app/features/mec/notifications.php:273 app/features/notifications.php:154
|
1355 |
#: app/libraries/main.php:629
|
1356 |
msgid "Booking Confirmation"
|
1357 |
msgstr "Potvrzení rezervace"
|
1358 |
|
1359 |
-
#: app/features/events.php:
|
1360 |
msgid "12"
|
1361 |
msgstr "12"
|
1362 |
|
1363 |
-
#: app/features/events.php:
|
1364 |
#, fuzzy
|
1365 |
#| msgid "Payment Gateways"
|
1366 |
msgid "Disabled Gateways"
|
1367 |
msgstr "Platební brány"
|
1368 |
|
1369 |
-
#: app/features/events.php:
|
1370 |
msgid ""
|
1371 |
"You can disable some of the following payment gateways by checking them "
|
1372 |
"otherwise they will be enabled."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
-
#: app/features/events.php:
|
1376 |
msgid ""
|
1377 |
"You're translating an event so MEC will use the original event for tickets "
|
1378 |
"and booking. You can only translate the ticket name and description. Please "
|
@@ -1382,74 +1409,74 @@ msgstr ""
|
|
1382 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1383 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1384 |
|
1385 |
-
#: app/features/events.php:
|
1386 |
#, fuzzy
|
1387 |
#| msgid "Ticket"
|
1388 |
msgid "Add Ticket"
|
1389 |
msgstr "Vstupenka"
|
1390 |
|
1391 |
-
#: app/features/events.php:
|
1392 |
#, fuzzy
|
1393 |
#| msgid "Ticket"
|
1394 |
msgid "Ticket ID"
|
1395 |
msgstr "Vstupenka"
|
1396 |
|
1397 |
-
#: app/features/events.php:
|
1398 |
-
#: app/features/events.php:
|
1399 |
-
#: app/features/ix.php:
|
1400 |
#: app/features/labels.php:177 app/features/locations.php:262
|
1401 |
#: app/features/organizers.php:203 app/features/speakers.php:282
|
1402 |
msgid "ID"
|
1403 |
msgstr "ID"
|
1404 |
|
1405 |
-
#: app/features/events.php:
|
1406 |
msgid "Ticket Name"
|
1407 |
msgstr "Název vstupenky"
|
1408 |
|
1409 |
-
#: app/features/events.php:
|
1410 |
-
#: app/features/events.php:
|
1411 |
-
#: app/features/ix.php:
|
1412 |
msgid "Start Time"
|
1413 |
msgstr "Začátek"
|
1414 |
|
1415 |
-
#: app/features/events.php:
|
1416 |
-
#: app/features/events.php:
|
1417 |
-
#: app/features/ix.php:
|
1418 |
msgid "End Time"
|
1419 |
msgstr "Konec"
|
1420 |
|
1421 |
-
#: app/features/events.php:
|
1422 |
-
#: app/features/events.php:
|
1423 |
#: app/libraries/hourlyschedule.php:86 app/libraries/hourlyschedule.php:131
|
1424 |
msgid "Description"
|
1425 |
msgstr "Popis"
|
1426 |
|
1427 |
-
#: app/features/events.php:
|
1428 |
-
#: app/features/events.php:
|
1429 |
#, fuzzy
|
1430 |
#| msgid "Description"
|
1431 |
msgid "Private Description"
|
1432 |
msgstr "Popis"
|
1433 |
|
1434 |
-
#: app/features/events.php:
|
1435 |
#, php-format
|
1436 |
msgid ""
|
1437 |
"You can show it on the email notifications by placing "
|
1438 |
"%%ticket_private_description%% into the email template."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: app/features/events.php:
|
1442 |
-
#: app/features/events.php:
|
1443 |
-
#: app/features/events.php:
|
1444 |
-
#: app/features/events.php:
|
1445 |
-
#: app/features/events.php:
|
1446 |
-
#: app/features/events.php:
|
1447 |
-
#: app/features/mec/booking.php:
|
1448 |
-
#: app/features/mec/booking.php:
|
1449 |
msgid "Price"
|
1450 |
msgstr "Cena"
|
1451 |
|
1452 |
-
#: app/features/events.php:
|
1453 |
#, fuzzy
|
1454 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1455 |
msgid ""
|
@@ -1457,60 +1484,60 @@ msgid ""
|
|
1457 |
"any symbols or characters."
|
1458 |
msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
|
1459 |
|
1460 |
-
#: app/features/events.php:
|
1461 |
-
#: app/features/events.php:
|
1462 |
msgid "Price Label"
|
1463 |
msgstr "Cenový štítek"
|
1464 |
|
1465 |
-
#: app/features/events.php:
|
1466 |
msgid "For showing on website. e.g. $15"
|
1467 |
msgstr "Pro zobrazení na webu. např. 15 $"
|
1468 |
|
1469 |
-
#: app/features/events.php:
|
1470 |
msgid "Available Tickets"
|
1471 |
msgstr "Dostupné vstupenky"
|
1472 |
|
1473 |
-
#: app/features/events.php:
|
1474 |
#, fuzzy
|
1475 |
#| msgid "Maximum Per Ticket"
|
1476 |
msgid "Minimum Ticket e.g. 3"
|
1477 |
msgstr "Maximum na jednu vstupenku"
|
1478 |
|
1479 |
-
#: app/features/events.php:
|
1480 |
#, fuzzy
|
1481 |
#| msgid "Maximum Per Ticket"
|
1482 |
msgid "MinimumTicket"
|
1483 |
msgstr "Maximum na jednu vstupenku"
|
1484 |
|
1485 |
-
#: app/features/events.php:
|
1486 |
msgid "Set a number for the minimum ticket reservation possible"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: app/features/events.php:
|
1490 |
msgid "e.g. 0"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: app/features/events.php:
|
1494 |
#, fuzzy
|
1495 |
#| msgid "Days"
|
1496 |
msgid "Day"
|
1497 |
msgstr "Dny"
|
1498 |
|
1499 |
-
#: app/features/events.php:
|
1500 |
msgid "Hour"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: app/features/events.php:
|
1504 |
#, php-format
|
1505 |
msgid "Stop selling ticket %s before event start."
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: app/features/events.php:
|
1509 |
msgid "Price per Date"
|
1510 |
msgstr "Cena za datum"
|
1511 |
|
1512 |
-
#: app/features/events.php:
|
1513 |
-
#: app/features/events.php:
|
1514 |
#: app/features/mec/meta_boxes/display_options.php:1476
|
1515 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1516 |
#: app/features/mec/meta_boxes/search_form.php:138
|
@@ -1523,45 +1550,45 @@ msgstr "Cena za datum"
|
|
1523 |
#: app/features/mec/meta_boxes/search_form.php:623
|
1524 |
#: app/features/mec/meta_boxes/search_form.php:693
|
1525 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1526 |
-
#: app/features/mec/settings.php:
|
1527 |
-
#: app/features/mec/single.php:
|
1528 |
#: app/features/search.php:98 app/libraries/skins.php:1068
|
1529 |
msgid "Label"
|
1530 |
msgstr "Štítek"
|
1531 |
|
1532 |
-
#: app/features/events.php:
|
1533 |
-
#: app/features/events.php:
|
1534 |
-
#: app/features/events.php:
|
1535 |
-
#: app/features/events.php:
|
1536 |
-
#: app/features/mec/booking.php:
|
1537 |
-
#: app/features/mec/booking.php:
|
1538 |
#: app/libraries/hourlyschedule.php:66 app/libraries/hourlyschedule.php:87
|
1539 |
#: app/libraries/hourlyschedule.php:115 app/libraries/hourlyschedule.php:132
|
1540 |
-
#: app/libraries/main.php:
|
1541 |
-
#: app/libraries/main.php:
|
1542 |
-
#: app/libraries/main.php:
|
1543 |
-
#: app/libraries/main.php:
|
1544 |
-
#: app/libraries/main.php:
|
1545 |
-
#: app/libraries/main.php:
|
1546 |
-
#: app/libraries/main.php:
|
1547 |
-
#: app/libraries/main.php:
|
1548 |
msgid "Remove"
|
1549 |
msgstr "Odstranit"
|
1550 |
|
1551 |
-
#: app/features/events.php:
|
1552 |
-
#: app/features/mec/booking.php:
|
1553 |
msgid "Fee Title"
|
1554 |
msgstr "Název poplatku"
|
1555 |
|
1556 |
-
#: app/features/events.php:
|
1557 |
-
#: app/features/events.php:
|
1558 |
-
#: app/features/mec/booking.php:
|
1559 |
-
#: app/features/mec/booking.php:
|
1560 |
msgid "Amount"
|
1561 |
msgstr "Množství"
|
1562 |
|
1563 |
-
#: app/features/events.php:
|
1564 |
-
#: app/features/mec/booking.php:
|
1565 |
msgid ""
|
1566 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1567 |
"otherwise considered as percentage"
|
@@ -1569,52 +1596,52 @@ msgstr ""
|
|
1569 |
"Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
|
1570 |
"odpovídající procentuální hodnotě"
|
1571 |
|
1572 |
-
#: app/features/events.php:
|
1573 |
-
#: app/features/mec/booking.php:
|
1574 |
msgid "Percent"
|
1575 |
msgstr "Procent"
|
1576 |
|
1577 |
-
#: app/features/events.php:
|
1578 |
-
#: app/features/mec/booking.php:
|
1579 |
msgid "Amount (Per Ticket)"
|
1580 |
msgstr "Částka (za vstupenku)"
|
1581 |
|
1582 |
-
#: app/features/events.php:
|
1583 |
-
#: app/features/mec/booking.php:
|
1584 |
msgid "Amount (Per Booking)"
|
1585 |
msgstr "Částka (za rezervaci)"
|
1586 |
|
1587 |
-
#: app/features/events.php:
|
1588 |
-
#: app/features/events.php:
|
1589 |
-
#: app/features/fes/form.php:256 app/features/ix.php:
|
1590 |
-
#: app/features/ix.php:
|
1591 |
-
#: app/features/mec/booking.php:
|
1592 |
#: app/libraries/hourlyschedule.php:48 app/libraries/hourlyschedule.php:64
|
1593 |
#: app/libraries/hourlyschedule.php:85 app/libraries/hourlyschedule.php:110
|
1594 |
#: app/libraries/hourlyschedule.php:130
|
1595 |
msgid "Title"
|
1596 |
msgstr "Název"
|
1597 |
|
1598 |
-
#: app/features/events.php:
|
1599 |
-
#: app/features/mec/booking.php:
|
1600 |
msgid "Option Price"
|
1601 |
msgstr "Možnosti ceny"
|
1602 |
|
1603 |
-
#: app/features/events.php:
|
1604 |
-
#: app/features/events.php:
|
1605 |
-
#: app/features/mec/booking.php:
|
1606 |
-
#: app/features/mec/booking.php:
|
1607 |
msgid "Maximum Per Ticket"
|
1608 |
msgstr "Maximum na jednu vstupenku"
|
1609 |
|
1610 |
-
#: app/features/events.php:
|
1611 |
-
#: app/features/mec/booking.php:
|
1612 |
#, fuzzy
|
1613 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1614 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1615 |
msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
|
1616 |
|
1617 |
-
#: app/features/events.php:
|
1618 |
#, fuzzy
|
1619 |
#| msgid ""
|
1620 |
#| "You're translating an event so MEC will use the original event for "
|
@@ -1630,62 +1657,63 @@ msgstr ""
|
|
1630 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1631 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1632 |
|
1633 |
-
#: app/features/events.php:
|
1634 |
#, fuzzy
|
1635 |
#| msgid "Attendees Limit"
|
1636 |
msgid "Per Attendee Fields"
|
1637 |
msgstr "Limit účastníků"
|
1638 |
|
1639 |
-
#: app/features/events.php:
|
1640 |
-
#: app/libraries/main.php:
|
1641 |
msgid "MEC Name"
|
1642 |
msgstr "MEC Jméno"
|
1643 |
|
1644 |
-
#: app/features/events.php:
|
1645 |
-
#: app/libraries/main.php:
|
1646 |
msgid "MEC Email"
|
1647 |
msgstr "MEC Email"
|
1648 |
|
1649 |
-
#: app/features/events.php:
|
1650 |
-
#: app/features/mec/booking.php:
|
1651 |
-
#: app/features/mec/single.php:
|
1652 |
msgid "Text"
|
1653 |
msgstr "Text"
|
1654 |
|
1655 |
-
#: app/features/events.php:
|
1656 |
-
#: app/features/mec/booking.php:
|
1657 |
-
#: app/features/mec/single.php:
|
1658 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1659 |
#: app/features/speakers.php:200 app/features/speakers.php:285
|
1660 |
-
#: app/libraries/main.php:
|
1661 |
msgid "Tel"
|
1662 |
msgstr "Tel"
|
1663 |
|
1664 |
-
#: app/features/events.php:
|
1665 |
-
#: app/libraries/main.php:
|
1666 |
msgid "File"
|
1667 |
msgstr "Soubor"
|
1668 |
|
1669 |
-
#: app/features/events.php:
|
1670 |
-
#: app/features/mec/booking.php:
|
1671 |
-
#: app/features/mec/single.php:
|
1672 |
msgid "Textarea"
|
1673 |
msgstr "Plocha textu"
|
1674 |
|
1675 |
-
#: app/features/events.php:
|
1676 |
-
#: app/features/mec/booking.php:
|
1677 |
-
#: app/features/mec/single.php:
|
1678 |
msgid "Checkboxes"
|
1679 |
msgstr "Zatržítko"
|
1680 |
|
1681 |
-
#: app/features/events.php:
|
1682 |
-
#: app/features/mec/booking.php:
|
1683 |
-
#: app/features/mec/single.php:
|
1684 |
msgid "Radio Buttons"
|
1685 |
msgstr "Přepínače"
|
1686 |
|
1687 |
-
#: app/features/events.php:
|
1688 |
-
#: app/features/mec/booking.php:
|
|
|
1689 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1690 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1691 |
#: app/features/mec/meta_boxes/search_form.php:49
|
@@ -1759,54 +1787,54 @@ msgstr "Přepínače"
|
|
1759 |
#: app/features/mec/meta_boxes/search_form.php:795
|
1760 |
#: app/features/mec/meta_boxes/search_form.php:802
|
1761 |
#: app/features/mec/meta_boxes/search_form.php:816
|
1762 |
-
#: app/features/mec/single.php:
|
1763 |
msgid "Dropdown"
|
1764 |
msgstr "Rozbalovací"
|
1765 |
|
1766 |
-
#: app/features/events.php:
|
1767 |
-
#: app/features/mec/booking.php:
|
1768 |
-
#: app/libraries/main.php:
|
1769 |
msgid "Agreement"
|
1770 |
msgstr "Smlouva"
|
1771 |
|
1772 |
-
#: app/features/events.php:
|
1773 |
-
#: app/features/mec/booking.php:
|
1774 |
-
#: app/features/mec/single.php:
|
1775 |
msgid "Paragraph"
|
1776 |
msgstr "Paragraf"
|
1777 |
|
1778 |
-
#: app/features/events.php:
|
1779 |
#, fuzzy
|
1780 |
#| msgid "Required Field"
|
1781 |
msgid "Fixed Fields"
|
1782 |
msgstr "Požadovaná pole"
|
1783 |
|
1784 |
-
#: app/features/events.php:
|
1785 |
-
#: app/features/events.php:
|
1786 |
#, php-format
|
1787 |
msgid "Show all %s"
|
1788 |
msgstr "Ukázat všechny %s"
|
1789 |
|
1790 |
-
#: app/features/events.php:
|
1791 |
msgid "labels"
|
1792 |
msgstr "štítky"
|
1793 |
|
1794 |
-
#: app/features/events.php:
|
1795 |
msgid "locations"
|
1796 |
msgstr "umístění"
|
1797 |
|
1798 |
-
#: app/features/events.php:
|
1799 |
msgid "organizers"
|
1800 |
msgstr "organizátoři"
|
1801 |
|
1802 |
-
#: app/features/events.php:
|
1803 |
#, fuzzy
|
1804 |
#| msgid "Attendees Limit"
|
1805 |
msgid "Attendees List"
|
1806 |
msgstr "Limit účastníků"
|
1807 |
|
1808 |
-
#: app/features/events.php:
|
1809 |
-
#: app/features/ix.php:
|
1810 |
#: app/features/locations.php:58 app/features/locations.php:263
|
1811 |
#: app/features/locations.php:323 app/features/locations.php:325
|
1812 |
#: app/features/locations.php:334
|
@@ -1822,60 +1850,60 @@ msgstr "Limit účastníků"
|
|
1822 |
#: app/features/mec/meta_boxes/search_form.php:594
|
1823 |
#: app/features/mec/meta_boxes/search_form.php:664
|
1824 |
#: app/features/mec/meta_boxes/search_form.php:770
|
1825 |
-
#: app/features/mec/settings.php:
|
1826 |
-
#: app/features/mec/single.php:
|
1827 |
#: app/features/popup/event.php:125 app/features/search.php:74
|
1828 |
-
#: app/libraries/main.php:
|
1829 |
-
#: app/libraries/main.php:
|
1830 |
-
#: app/skins/single.php:
|
1831 |
#: app/skins/single/default.php:195 app/skins/single/default.php:428
|
1832 |
#: app/skins/single/m1.php:173 app/skins/single/m2.php:96
|
1833 |
#: app/skins/single/modern.php:116
|
1834 |
msgid "Location"
|
1835 |
msgstr "Umístění"
|
1836 |
|
1837 |
-
#: app/features/events.php:
|
1838 |
msgid "Repeat"
|
1839 |
msgstr "Opakovat"
|
1840 |
|
1841 |
-
#: app/features/events.php:
|
1842 |
msgid "Author"
|
1843 |
msgstr "Autor"
|
1844 |
|
1845 |
-
#: app/features/events.php:
|
1846 |
#, fuzzy
|
1847 |
#| msgid "iCal Export"
|
1848 |
msgid "iCal / Outlook Export"
|
1849 |
msgstr "iCal Export"
|
1850 |
|
1851 |
-
#: app/features/events.php:
|
1852 |
msgid "CSV Export"
|
1853 |
msgstr "CSV Export"
|
1854 |
|
1855 |
-
#: app/features/events.php:
|
1856 |
msgid "MS Excel Export"
|
1857 |
msgstr "MS Excel Export"
|
1858 |
|
1859 |
-
#: app/features/events.php:
|
1860 |
msgid "XML Export"
|
1861 |
msgstr "XML Export"
|
1862 |
|
1863 |
-
#: app/features/events.php:
|
1864 |
msgid "JSON Export"
|
1865 |
msgstr "JSON Export"
|
1866 |
|
1867 |
-
#: app/features/events.php:
|
1868 |
-
#: app/features/events.php:
|
1869 |
msgid "Duplicate"
|
1870 |
msgstr "Duplikát"
|
1871 |
|
1872 |
-
#: app/features/events.php:
|
1873 |
-
#: app/features/ix.php:
|
1874 |
msgid "Link"
|
1875 |
msgstr "Odkaz"
|
1876 |
|
1877 |
-
#: app/features/events.php:
|
1878 |
-
#: app/features/ix.php:
|
1879 |
#: app/features/locations.php:180 app/features/locations.php:264
|
1880 |
#: app/features/mec/meta_boxes/search_form.php:74
|
1881 |
#: app/features/mec/meta_boxes/search_form.php:145
|
@@ -1891,49 +1919,49 @@ msgstr "Odkaz"
|
|
1891 |
msgid "Address"
|
1892 |
msgstr "Adresa"
|
1893 |
|
1894 |
-
#: app/features/events.php:
|
1895 |
#, php-format
|
1896 |
msgid "%s Tel"
|
1897 |
msgstr "%s Tel"
|
1898 |
|
1899 |
-
#: app/features/events.php:
|
1900 |
#, php-format
|
1901 |
msgid "%s Email"
|
1902 |
msgstr "%s Email"
|
1903 |
|
1904 |
# v kontextu
|
1905 |
-
#: app/features/events.php:
|
1906 |
-
#: app/features/mec/settings.php:
|
1907 |
msgid "Featured Image"
|
1908 |
msgstr "Hlavní obrázek"
|
1909 |
|
1910 |
-
#: app/features/events.php:
|
1911 |
-
#: app/features/profile/profile.php:183 app/libraries/main.php:
|
1912 |
-
#: app/libraries/main.php:
|
1913 |
msgid "Ticket"
|
1914 |
msgstr "Vstupenka"
|
1915 |
|
1916 |
-
#: app/features/events.php:
|
1917 |
msgid "Variations"
|
1918 |
msgstr "Variace"
|
1919 |
|
1920 |
-
#: app/features/events.php:
|
1921 |
msgid "Unknown"
|
1922 |
msgstr "Neznámý"
|
1923 |
|
1924 |
-
#: app/features/events.php:
|
1925 |
msgid ""
|
1926 |
"If you want to send an email, first select your attendees and then click in "
|
1927 |
"the button below, please."
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: app/features/events.php:
|
1931 |
#, fuzzy
|
1932 |
#| msgid "Organizer Email"
|
1933 |
msgid "Send Email"
|
1934 |
msgstr "Organizátor Email"
|
1935 |
|
1936 |
-
#: app/features/events.php:
|
1937 |
#, fuzzy
|
1938 |
#| msgid "Attendees Form"
|
1939 |
msgid "No Attendees Found!"
|
@@ -1981,8 +2009,8 @@ msgstr "Událost byla odebrána!"
|
|
1981 |
msgid "Order Time"
|
1982 |
msgstr "Konec"
|
1983 |
|
1984 |
-
#: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:
|
1985 |
-
#: app/libraries/main.php:
|
1986 |
msgid "Transaction ID"
|
1987 |
msgstr "ID transakce"
|
1988 |
|
@@ -1990,7 +2018,7 @@ msgstr "ID transakce"
|
|
1990 |
msgid "Total Price"
|
1991 |
msgstr "Celková cena"
|
1992 |
|
1993 |
-
#: app/features/fes.php:243 app/libraries/main.php:
|
1994 |
#, fuzzy
|
1995 |
#| msgid "Payment Gateways"
|
1996 |
msgid "Gateway"
|
@@ -2074,8 +2102,8 @@ msgstr "Událost byla publikována."
|
|
2074 |
msgid "Go back to events list"
|
2075 |
msgstr "Přejít zpět na seznam událostí"
|
2076 |
|
2077 |
-
#: app/features/fes/form.php:264 app/features/mec/settings.php:
|
2078 |
-
#: app/features/mec/settings.php:
|
2079 |
msgid "Excerpt"
|
2080 |
msgstr ""
|
2081 |
|
@@ -2175,16 +2203,16 @@ msgid "Remove Image"
|
|
2175 |
msgstr "Odebrat obrázek"
|
2176 |
|
2177 |
#: app/features/fes/form.php:891 app/features/labels.php:61
|
2178 |
-
#: app/features/labels.php:221 app/features/mec.php:
|
2179 |
#: app/features/mec/meta_boxes/filter.php:72
|
2180 |
-
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:
|
2181 |
-
#: app/libraries/main.php:
|
2182 |
#: app/skins/single/default.php:173 app/skins/single/default.php:405
|
2183 |
#: app/skins/single/m1.php:76 app/skins/single/modern.php:252
|
2184 |
msgid "Labels"
|
2185 |
msgstr "Štítky"
|
2186 |
|
2187 |
-
#: app/features/fes/form.php:937 app/features/mec.php:
|
2188 |
#: app/features/mec/meta_boxes/filter.php:73
|
2189 |
#: app/features/mec/meta_boxes/filter.php:151
|
2190 |
msgid "Tags"
|
@@ -2194,12 +2222,12 @@ msgstr "Tagy"
|
|
2194 |
msgid "Insert your desired tags, comma separated."
|
2195 |
msgstr "Vložte požadované tagy oddělené čárkami."
|
2196 |
|
2197 |
-
#: app/features/fes/form.php:959 app/features/mec.php:
|
2198 |
-
#: app/features/mec/modules.php:51 app/features/mec/settings.php:
|
2199 |
#: app/features/speakers.php:61 app/libraries/hourlyschedule.php:69
|
2200 |
#: app/libraries/hourlyschedule.php:90 app/libraries/hourlyschedule.php:135
|
2201 |
-
#: app/libraries/main.php:608 app/libraries/main.php:
|
2202 |
-
#: app/libraries/main.php:
|
2203 |
msgid "Speakers"
|
2204 |
msgstr "Řečníci"
|
2205 |
|
@@ -2271,29 +2299,29 @@ msgstr "Typ souboru by měl být XML nebo ICS."
|
|
2271 |
msgid "An error occurred during the file upload! Please check permissions!"
|
2272 |
msgstr "Při nahrávání souboru došlo k chybě! Zkontrolujte oprávnění!"
|
2273 |
|
2274 |
-
#: app/features/ix.php:265 app/libraries/main.php:
|
2275 |
-
#: app/libraries/main.php:
|
2276 |
msgid "Confirmed"
|
2277 |
msgstr "Potvrzeno"
|
2278 |
|
2279 |
-
#: app/features/ix.php:266 app/libraries/main.php:
|
2280 |
-
#: app/libraries/main.php:
|
2281 |
msgid "Rejected"
|
2282 |
msgstr "Odmítnuto"
|
2283 |
|
2284 |
-
#: app/features/ix.php:270 app/features/mec/booking.php:
|
2285 |
-
#: app/features/mec/booking.php:
|
2286 |
-
#: app/features/mec/modules.php:462 app/features/mec/notifications.php:
|
2287 |
-
#: app/features/mec/notifications.php:
|
2288 |
-
#: app/features/mec/settings.php:
|
2289 |
-
#: app/features/mec/single.php:
|
2290 |
msgid "Verified"
|
2291 |
msgstr "Ověřeno"
|
2292 |
|
2293 |
#: app/features/ix.php:271 app/features/labels.php:118
|
2294 |
-
#: app/features/labels.php:143 app/libraries/main.php:
|
2295 |
#: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
|
2296 |
-
#: app/skins/carousel/render.php:
|
2297 |
#: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
|
2298 |
#: app/skins/grid/render.php:66 app/skins/list/render.php:40
|
2299 |
#: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:81
|
@@ -2335,55 +2363,55 @@ msgstr "Plugin třetích stran není nainstalován a aktivován!"
|
|
2335 |
msgid "Third Party plugin is invalid!"
|
2336 |
msgstr "Plugin třetí strany je neplatný!"
|
2337 |
|
2338 |
-
#: app/features/ix.php:3177 app/features/ix.php:
|
2339 |
#, fuzzy
|
2340 |
#| msgid "Both of API key and Calendar ID are required!"
|
2341 |
msgid "API key and Calendar ID are required!"
|
2342 |
msgstr "Obě hodnoty: klíč API a ID kalendáře jsou povinné!"
|
2343 |
|
2344 |
-
#: app/features/ix.php:
|
2345 |
#, fuzzy
|
2346 |
#| msgid "Please select some events to import!"
|
2347 |
msgid "Please select events to import!"
|
2348 |
msgstr "Vyberte události, které chcete importovat!"
|
2349 |
|
2350 |
-
#: app/features/ix.php:
|
2351 |
#, fuzzy
|
2352 |
#| msgid "Both of API key and Group URL are required!"
|
2353 |
msgid "API key and Group URL are required!"
|
2354 |
msgstr "Obě hodnoty: klíč API a skupina URL jsou povinné!"
|
2355 |
|
2356 |
-
#: app/features/ix.php:
|
2357 |
msgid "Check at Meetup"
|
2358 |
msgstr "Ověřit Meetup"
|
2359 |
|
2360 |
-
#: app/features/ix.php:
|
2361 |
msgid "Organizer Tel"
|
2362 |
msgstr "Organizátor Tel"
|
2363 |
|
2364 |
-
#: app/features/ix.php:
|
2365 |
msgid "Organizer Email"
|
2366 |
msgstr "Organizátor Email"
|
2367 |
|
2368 |
# Client Secret dle kontextu
|
2369 |
-
#: app/features/ix.php:
|
2370 |
#, fuzzy
|
2371 |
#| msgid "All of Client ID, Client Secret and Calendar ID are required!"
|
2372 |
msgid "All of Client ID, Client Secret, and Calendar ID are required!"
|
2373 |
msgstr ""
|
2374 |
"Vyžadují se všechny klientské ID, tajné informace klienta a ID kalendáře!"
|
2375 |
|
2376 |
-
#: app/features/ix.php:
|
2377 |
#, fuzzy, php-format
|
2378 |
#| msgid "All seems good! Please click %s for authenticating your app."
|
2379 |
msgid "All seems good! Please click %s to authenticate your app."
|
2380 |
msgstr "Vše vypadá dobře! Klikněte na % s pro ověření vaší aplikace."
|
2381 |
|
2382 |
-
#: app/features/ix.php:
|
2383 |
msgid "here"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: app/features/ix.php:
|
2387 |
#, fuzzy
|
2388 |
#| msgid "All of Client App, Client Secret and Calendar ID are required!"
|
2389 |
msgid "Client App, Client Secret, and Calendar ID are all required!"
|
@@ -2391,28 +2419,28 @@ msgstr ""
|
|
2391 |
"Všechny klientské aplikace, tajné informace klienta a ID kalendáře jsou "
|
2392 |
"povinné!"
|
2393 |
|
2394 |
-
#: app/features/ix.php:
|
2395 |
#, fuzzy, php-format
|
2396 |
#| msgid "%s events added to Google Calendar successfully."
|
2397 |
msgid "%s events added to Google Calendar with success."
|
2398 |
msgstr "% s události byly přidané do Google kalendáře úspěšně."
|
2399 |
|
2400 |
-
#: app/features/ix.php:
|
2401 |
#, fuzzy, php-format
|
2402 |
#| msgid "%s previously added events get updated."
|
2403 |
msgid "%s Updated previously added events."
|
2404 |
msgstr "% s dříve přidané události byly aktualizovány."
|
2405 |
|
2406 |
-
#: app/features/ix.php:
|
2407 |
#, php-format
|
2408 |
msgid "%s events failed to add for following reasons: %s"
|
2409 |
msgstr "% s události se nepodařilo přidat z následujících důvodů: % s"
|
2410 |
|
2411 |
-
#: app/features/ix.php:
|
2412 |
msgid "Please insert your Facebook page's link."
|
2413 |
msgstr "Vložte prosím odkaz na svou stránku na Facebooku."
|
2414 |
|
2415 |
-
#: app/features/ix.php:
|
2416 |
#, fuzzy
|
2417 |
#| msgid ""
|
2418 |
#| "We couldn't recognize your Facebook page. Please check it and provide us "
|
@@ -2424,7 +2452,7 @@ msgstr ""
|
|
2424 |
"Vaši facebookovou stránku jsme nemohli rozpoznat. Zkontrolujte to a "
|
2425 |
"poskytněte nám platný odkaz na stránku Facebooku."
|
2426 |
|
2427 |
-
#: app/features/ix.php:
|
2428 |
msgid "Please insert your facebook page's link."
|
2429 |
msgstr "Vložte prosím odkaz na svou facebookovou stránku."
|
2430 |
|
@@ -2596,9 +2624,9 @@ msgstr "Přepnout"
|
|
2596 |
msgid "Add to Google Calendar"
|
2597 |
msgstr "Přidat do Google kalendáře"
|
2598 |
|
2599 |
-
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:
|
2600 |
-
#: app/features/mec/modules.php:442 app/features/mec/notifications.php:
|
2601 |
-
#: app/features/mec/settings.php:
|
2602 |
msgid "Checking ..."
|
2603 |
msgstr "Ověřování ..."
|
2604 |
|
@@ -2647,9 +2675,9 @@ msgid "ICS Feed"
|
|
2647 |
msgstr "ICS Feed"
|
2648 |
|
2649 |
#: app/features/ix/import.php:46 app/features/ix/import.php:65
|
2650 |
-
#: app/features/mec/booking.php:99 app/features/mec/booking.php:
|
2651 |
-
#: app/features/mec/booking.php:
|
2652 |
-
#: app/features/mec/booking.php:
|
2653 |
#: app/features/mec/meta_boxes/display_options.php:232
|
2654 |
#: app/features/mec/meta_boxes/display_options.php:502
|
2655 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:220
|
@@ -2660,8 +2688,8 @@ msgstr "% s je vyžadováno pro použití této funkce."
|
|
2660 |
|
2661 |
#: app/features/ix/import.php:46 app/features/ix/import.php:65
|
2662 |
#: app/features/ix/sync.php:22 app/features/mec/booking.php:99
|
2663 |
-
#: app/features/mec/booking.php:
|
2664 |
-
#: app/features/mec/booking.php:
|
2665 |
#: app/features/mec/meta_boxes/display_options.php:232
|
2666 |
#: app/features/mec/meta_boxes/display_options.php:502
|
2667 |
#: app/features/mec/meta_boxes/display_options.php:543
|
@@ -3064,7 +3092,7 @@ msgstr "Normální"
|
|
3064 |
# Kontext
|
3065 |
#: app/features/labels.php:117 app/features/labels.php:142
|
3066 |
#: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:55
|
3067 |
-
#: app/skins/carousel/render.php:
|
3068 |
#: app/skins/cover/tpl.php:35 app/skins/daily_view/render.php:27
|
3069 |
#: app/skins/grid/render.php:65 app/skins/list/render.php:39
|
3070 |
#: app/skins/masonry/render.php:32 app/skins/monthly_view/calendar.php:80
|
@@ -3086,7 +3114,7 @@ msgstr "Vybrané a zrušené události můžete zobrazit jiným stylem!"
|
|
3086 |
|
3087 |
#: app/features/labels.php:180 app/features/locations.php:265
|
3088 |
#: app/features/organizers.php:206 app/features/speakers.php:286
|
3089 |
-
#: app/modules/booking/steps/tickets.php:
|
3090 |
msgid "Count"
|
3091 |
msgstr "Spočítat"
|
3092 |
|
@@ -3101,10 +3129,10 @@ msgstr "Slug"
|
|
3101 |
msgid "Event %s"
|
3102 |
msgstr "Událost %s"
|
3103 |
|
3104 |
-
#: app/features/locations.php:59 app/features/mec.php:
|
3105 |
#: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
|
3106 |
-
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:
|
3107 |
-
#: app/libraries/main.php:
|
3108 |
msgid "Locations"
|
3109 |
msgstr "Umístění"
|
3110 |
|
@@ -3149,20 +3177,6 @@ msgstr "Zeměpisná šířka (volitelné)"
|
|
3149 |
msgid "Thumbnail"
|
3150 |
msgstr "Náhled"
|
3151 |
|
3152 |
-
#: app/features/locations.php:160 app/features/locations.php:212
|
3153 |
-
#: app/features/organizers.php:132 app/features/organizers.php:163
|
3154 |
-
#: app/features/speakers.php:180 app/features/speakers.php:231
|
3155 |
-
msgid "Upload/Add image"
|
3156 |
-
msgstr "Nahrát / přidat obrázek"
|
3157 |
-
|
3158 |
-
#: app/features/locations.php:161 app/features/locations.php:213
|
3159 |
-
#: app/features/locations.php:387 app/features/locations.php:394
|
3160 |
-
#: app/features/organizers.php:133 app/features/organizers.php:164
|
3161 |
-
#: app/features/organizers.php:299 app/features/organizers.php:306
|
3162 |
-
#: app/features/speakers.php:181 app/features/speakers.php:232
|
3163 |
-
msgid "Remove image"
|
3164 |
-
msgstr "Odebrat obrázek"
|
3165 |
-
|
3166 |
#: app/features/locations.php:326 app/features/popup/event.php:117
|
3167 |
msgid "Hide location"
|
3168 |
msgstr "Skrýt místo"
|
@@ -3183,7 +3197,7 @@ msgstr "Název místa"
|
|
3183 |
msgid "eg. City Hall"
|
3184 |
msgstr "např. Radnice"
|
3185 |
|
3186 |
-
#: app/features/locations.php:346 app/features/mec/settings.php:
|
3187 |
#: app/features/popup/event.php:143 app/widgets/single.php:117
|
3188 |
msgid "Event Location"
|
3189 |
msgstr "Místo události"
|
@@ -3223,8 +3237,8 @@ msgstr "Vyberte obrázek"
|
|
3223 |
msgid "Don't show map in single event page"
|
3224 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
3225 |
|
3226 |
-
#: app/features/locations.php:403 app/libraries/main.php:
|
3227 |
-
#: app/libraries/main.php:
|
3228 |
msgid "Other Locations"
|
3229 |
msgstr "Další místa"
|
3230 |
|
@@ -3253,7 +3267,7 @@ msgstr ""
|
|
3253 |
msgid "Forgot Password?"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#: app/features/mec.php:
|
3257 |
#, fuzzy
|
3258 |
#| msgid ""
|
3259 |
#| "Activation faild. Please check your purchase code or license type."
|
@@ -3266,21 +3280,21 @@ msgstr ""
|
|
3266 |
"<br> <b> Poznámka: Váš nákupní kód by se měl shodovat s vaším typem licence. "
|
3267 |
"</b>"
|
3268 |
|
3269 |
-
#: app/features/mec.php:
|
3270 |
msgid "Troubleshooting"
|
3271 |
msgstr "Odstraňování problémů"
|
3272 |
|
3273 |
-
#: app/features/mec.php:
|
3274 |
#, fuzzy
|
3275 |
#| msgid "Select Type"
|
3276 |
msgid "Select Date"
|
3277 |
msgstr "Vyberte typ"
|
3278 |
|
3279 |
-
#: app/features/mec.php:
|
3280 |
msgid "All"
|
3281 |
msgstr "Vše"
|
3282 |
|
3283 |
-
#: app/features/mec.php:
|
3284 |
#, fuzzy
|
3285 |
#| msgid ""
|
3286 |
#| "Your options is not in JSON format. Please insert correct options in this "
|
@@ -3292,205 +3306,205 @@ msgstr ""
|
|
3292 |
"Vaše možnosti nejsou ve formátu JSON. Do tohoto pole vložte správné možnosti "
|
3293 |
"a zkuste to znovu."
|
3294 |
|
3295 |
-
#: app/features/mec.php:
|
3296 |
msgid "Your options field can not be empty!"
|
3297 |
msgstr "Pole možností nemůže být prázdné!"
|
3298 |
|
3299 |
-
#: app/features/mec.php:
|
3300 |
msgid "Your options imported successfuly."
|
3301 |
msgstr "Vaše možnosti byly úspěšně importovány."
|
3302 |
|
3303 |
-
#: app/features/mec.php:
|
3304 |
msgid "MEC - Support"
|
3305 |
msgstr "MEC - podpora"
|
3306 |
|
3307 |
-
#: app/features/mec.php:
|
3308 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
3309 |
msgid "Support"
|
3310 |
msgstr "Podpora"
|
3311 |
|
3312 |
-
#: app/features/mec.php:
|
3313 |
#: app/features/mec/meta_boxes/filter.php:71
|
3314 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
3315 |
-
#: app/libraries/main.php:
|
3316 |
msgid "Organizers"
|
3317 |
msgstr "Organizátoři"
|
3318 |
|
3319 |
-
#: app/features/mec.php:
|
3320 |
#: app/features/mec/dashboard.php:272
|
3321 |
msgid "Shortcodes"
|
3322 |
msgstr "Zkrácené kódy"
|
3323 |
|
3324 |
-
#: app/features/mec.php:
|
3325 |
msgid "MEC - Settings"
|
3326 |
msgstr "MEC - Nastavení"
|
3327 |
|
3328 |
-
#: app/features/mec.php:
|
3329 |
msgid "MEC - Addons"
|
3330 |
msgstr "MEC - doplňky"
|
3331 |
|
3332 |
-
#: app/features/mec.php:
|
3333 |
msgid "Addons"
|
3334 |
msgstr "Doplňky"
|
3335 |
|
3336 |
-
#: app/features/mec.php:
|
3337 |
#, fuzzy
|
3338 |
#| msgid "MEC - Support"
|
3339 |
msgid "MEC - Report"
|
3340 |
msgstr "MEC - podpora"
|
3341 |
|
3342 |
-
#: app/features/mec.php:
|
3343 |
#, fuzzy
|
3344 |
#| msgid "Export"
|
3345 |
msgid "Report"
|
3346 |
msgstr "Export"
|
3347 |
|
3348 |
-
#: app/features/mec.php:
|
3349 |
#, fuzzy
|
3350 |
#| msgid "MEC - Support"
|
3351 |
msgid "MEC - Go Pro"
|
3352 |
msgstr "MEC - podpora"
|
3353 |
|
3354 |
-
#: app/features/mec.php:
|
3355 |
#: app/features/mec/go-pro.php:9
|
3356 |
msgid "Go Pro"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: app/features/mec.php:
|
3360 |
msgid "Add Shortcode"
|
3361 |
msgstr "Přidat zkrácený kód"
|
3362 |
|
3363 |
-
#: app/features/mec.php:
|
3364 |
msgid "Add New Shortcode"
|
3365 |
msgstr "Přidat nový zkrácený kód"
|
3366 |
|
3367 |
-
#: app/features/mec.php:
|
3368 |
msgid "No shortcodes found!"
|
3369 |
msgstr "Nebyly nalezeny žádné zkrácené kódy!"
|
3370 |
|
3371 |
-
#: app/features/mec.php:
|
3372 |
msgid "All Shortcodes"
|
3373 |
msgstr "Všechny zkrácené kódy"
|
3374 |
|
3375 |
-
#: app/features/mec.php:
|
3376 |
msgid "Edit shortcodes"
|
3377 |
msgstr "Editace zkrácených kódů"
|
3378 |
|
3379 |
-
#: app/features/mec.php:
|
3380 |
msgid "No shortcodes found in Trash!"
|
3381 |
msgstr "V koši nebyly nalezeny žádné zkrácené kódy!"
|
3382 |
|
3383 |
-
#: app/features/mec.php:
|
3384 |
msgid "Display Options"
|
3385 |
msgstr "Zobrazit možnosti"
|
3386 |
|
3387 |
-
#: app/features/mec.php:
|
3388 |
msgid "Filter Options"
|
3389 |
msgstr "Filtrovat možnosti"
|
3390 |
|
3391 |
-
#: app/features/mec.php:
|
3392 |
msgid "Search Form"
|
3393 |
msgstr "Vyhledávací formulář"
|
3394 |
|
3395 |
-
#: app/features/mec.php:
|
3396 |
msgid "Display content's images as Popup"
|
3397 |
msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
|
3398 |
|
3399 |
-
#: app/features/mec.php:
|
3400 |
msgid "Single Event Display Method"
|
3401 |
msgstr "Metoda zobrazení jedné události"
|
3402 |
|
3403 |
-
#: app/features/mec.php:
|
3404 |
#, fuzzy
|
3405 |
#| msgid "Modal 1"
|
3406 |
msgid "Modal Popup"
|
3407 |
msgstr "Modal 1"
|
3408 |
|
3409 |
-
#: app/features/mec.php:
|
3410 |
#, fuzzy
|
3411 |
#| msgid "Disabled"
|
3412 |
msgid "Disable Link"
|
3413 |
msgstr "Zakázaný"
|
3414 |
|
3415 |
-
#: app/features/mec.php:
|
3416 |
#, fuzzy
|
3417 |
#| msgid "Booking Options"
|
3418 |
msgid "Booking Button / Icon"
|
3419 |
msgstr "Možnosti rezervace"
|
3420 |
|
3421 |
-
#: app/features/mec.php:
|
3422 |
#, fuzzy
|
3423 |
#| msgid "Organizers"
|
3424 |
msgid "Display Organizers"
|
3425 |
msgstr "Organizátoři"
|
3426 |
|
3427 |
-
#: app/features/mec.php:
|
3428 |
msgid "Total Bookings"
|
3429 |
msgstr "Celkový počet rezervací"
|
3430 |
|
3431 |
-
#: app/features/mec.php:
|
3432 |
msgid "Modern Events Calendar (Lite)"
|
3433 |
msgstr "Modern Events Calendar (Lite)"
|
3434 |
|
3435 |
-
#: app/features/mec.php:
|
3436 |
-
#: app/features/mec/settings.php:
|
3437 |
msgid "Upcoming Events"
|
3438 |
msgstr "Nadcházející události"
|
3439 |
|
3440 |
-
#: app/features/mec.php:
|
3441 |
#, fuzzy
|
3442 |
#| msgid "Update %s"
|
3443 |
msgid "News & Updates"
|
3444 |
msgstr "Aktualizovat %s"
|
3445 |
|
3446 |
-
#: app/features/mec.php:
|
3447 |
msgid "Blog"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: app/features/mec.php:
|
3451 |
msgid "Help"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
-
#: app/features/mec.php:
|
3455 |
#, php-format
|
3456 |
msgid "Total Sells (%s)"
|
3457 |
msgstr "Celkový prodej %s"
|
3458 |
|
3459 |
-
#: app/features/mec.php:
|
3460 |
msgid "This Month"
|
3461 |
msgstr "Tento měsíc"
|
3462 |
|
3463 |
-
#: app/features/mec.php:
|
3464 |
msgid "Last Month"
|
3465 |
msgstr "Minulý měsíc"
|
3466 |
|
3467 |
-
#: app/features/mec.php:
|
3468 |
msgid "This Year"
|
3469 |
msgstr "Tento rok"
|
3470 |
|
3471 |
-
#: app/features/mec.php:
|
3472 |
msgid "Last Year"
|
3473 |
msgstr "Minulý rok"
|
3474 |
|
3475 |
-
#: app/features/mec.php:
|
3476 |
msgid "Bar"
|
3477 |
msgstr "Pruh"
|
3478 |
|
3479 |
-
#: app/features/mec.php:
|
3480 |
msgid "Line"
|
3481 |
msgstr "Čára"
|
3482 |
|
3483 |
-
#: app/features/mec.php:
|
3484 |
msgid "Filter"
|
3485 |
msgstr "Filtr"
|
3486 |
|
3487 |
-
#: app/features/mec.php:
|
3488 |
#, fuzzy
|
3489 |
#| msgid "Modern Events Calendar"
|
3490 |
msgid "Print Calendar"
|
3491 |
msgstr "Moderní kalendář událostí"
|
3492 |
|
3493 |
-
#: app/features/mec.php:
|
3494 |
#, fuzzy
|
3495 |
#| msgid "Display Event Price"
|
3496 |
msgid "Display Events"
|
@@ -3523,10 +3537,10 @@ msgstr ""
|
|
3523 |
msgid "Search..."
|
3524 |
msgstr "Vyhledávání ..."
|
3525 |
|
3526 |
-
#: app/features/mec/booking.php:80 app/features/mec/booking.php:
|
3527 |
-
#: app/features/mec/booking.php:
|
3528 |
-
#: app/features/mec/booking.php:
|
3529 |
-
#: app/features/mec/booking.php:
|
3530 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3531 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3532 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:398
|
@@ -3534,13 +3548,13 @@ msgstr "Vyhledávání ..."
|
|
3534 |
#: app/features/mec/modules.php:473 app/features/mec/notifications.php:14
|
3535 |
#: app/features/mec/notifications.php:1213
|
3536 |
#: app/features/mec/notifications.php:1225
|
3537 |
-
#: app/features/mec/notifications.php:
|
3538 |
-
#: app/features/mec/notifications.php:
|
3539 |
-
#: app/features/mec/settings.php:
|
3540 |
-
#: app/features/mec/settings.php:
|
3541 |
-
#: app/features/mec/single.php:21 app/features/mec/single.php:
|
3542 |
-
#: app/features/mec/single.php:
|
3543 |
-
#: app/features/mec/single.php:
|
3544 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
3545 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
3546 |
#: app/features/mec/styling.php:37 app/features/mec/styling.php:269
|
@@ -3584,57 +3598,69 @@ msgstr "Maximum termínů"
|
|
3584 |
msgid "Default is 6"
|
3585 |
msgstr "Výchozí je 6"
|
3586 |
|
3587 |
-
#: app/features/mec/booking.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3588 |
#, fuzzy
|
3589 |
#| msgid "Booking Cancellation"
|
3590 |
msgid "Cancellation Period"
|
3591 |
msgstr "Zrušení rezervace"
|
3592 |
|
3593 |
-
#: app/features/mec/booking.php:
|
3594 |
#, fuzzy
|
3595 |
#| msgid "From e.g. 8:15"
|
3596 |
msgid "From e.g 48"
|
3597 |
msgstr "Od např. 8:15"
|
3598 |
|
3599 |
-
#: app/features/mec/booking.php:
|
3600 |
#, fuzzy
|
3601 |
#| msgid "To e.g. 8:45"
|
3602 |
msgid "To e.g 24"
|
3603 |
msgstr "Do např. 8:45"
|
3604 |
|
3605 |
-
#: app/features/mec/booking.php:
|
3606 |
msgid "Period"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
-
#: app/features/mec/booking.php:
|
3610 |
#, fuzzy
|
3611 |
#| msgid "hours"
|
3612 |
msgid "Hour(s)"
|
3613 |
msgstr "hodiny"
|
3614 |
|
3615 |
-
#: app/features/mec/booking.php:
|
3616 |
msgid "Day(s)"
|
3617 |
msgstr ""
|
3618 |
|
3619 |
-
#: app/features/mec/booking.php:
|
3620 |
#, fuzzy
|
3621 |
#| msgid "Type 1"
|
3622 |
msgid "Type"
|
3623 |
msgstr "Typ 1"
|
3624 |
|
3625 |
-
#: app/features/mec/booking.php:
|
3626 |
#, fuzzy
|
3627 |
#| msgid "Before $10"
|
3628 |
msgid "Before"
|
3629 |
msgstr "Před $10"
|
3630 |
|
3631 |
-
#: app/features/mec/booking.php:
|
3632 |
#, fuzzy
|
3633 |
#| msgid "On Event Start"
|
3634 |
msgid "Event Start"
|
3635 |
msgstr "Při spuštění události"
|
3636 |
|
3637 |
-
#: app/features/mec/booking.php:
|
3638 |
msgid ""
|
3639 |
"You can restrict the ability to cancel bookings. Leave empty for "
|
3640 |
"cancellation at any time. For example if you insert 48 to 24 hours before "
|
@@ -3642,63 +3668,63 @@ msgid ""
|
|
3642 |
"and before or after that they're not able to do that."
|
3643 |
msgstr ""
|
3644 |
|
3645 |
-
#: app/features/mec/booking.php:
|
3646 |
#, fuzzy
|
3647 |
#| msgid "Register Button"
|
3648 |
msgid "User Registration"
|
3649 |
msgstr "Registrační tlačítko"
|
3650 |
|
3651 |
-
#: app/features/mec/booking.php:
|
3652 |
#: app/modules/booking/steps/form.php:327
|
3653 |
#, fuzzy
|
3654 |
#| msgid "Register Button"
|
3655 |
msgid "Registration"
|
3656 |
msgstr "Registrační tlačítko"
|
3657 |
|
3658 |
-
#: app/features/mec/booking.php:
|
3659 |
msgid ""
|
3660 |
"If enabled MEC would create a WordPress User for main attendees. It's "
|
3661 |
"recommended to keep it enabled."
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: app/features/mec/booking.php:
|
3665 |
#, fuzzy
|
3666 |
#| msgid "User Profile"
|
3667 |
msgid "User Role"
|
3668 |
msgstr "Uživatelský profil"
|
3669 |
|
3670 |
-
#: app/features/mec/booking.php:
|
3671 |
msgid ""
|
3672 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3673 |
"user is subscriber but you can change it if needed."
|
3674 |
msgstr ""
|
3675 |
|
3676 |
-
#: app/features/mec/booking.php:
|
3677 |
msgid "Username & Password"
|
3678 |
msgstr ""
|
3679 |
|
3680 |
-
#: app/features/mec/booking.php:
|
3681 |
msgid "Auto"
|
3682 |
msgstr ""
|
3683 |
|
3684 |
-
#: app/features/mec/booking.php:
|
3685 |
msgid "Manual"
|
3686 |
msgstr ""
|
3687 |
|
3688 |
-
#: app/features/mec/booking.php:
|
3689 |
msgid ""
|
3690 |
"If you set it to manual option then users can insert a username and password "
|
3691 |
"during the booking for registration otherwise MEC use their email and an "
|
3692 |
"auto generated password."
|
3693 |
msgstr ""
|
3694 |
|
3695 |
-
#: app/features/mec/booking.php:
|
3696 |
#, fuzzy
|
3697 |
#| msgid "Location"
|
3698 |
msgid "Limitation"
|
3699 |
msgstr "Umístění"
|
3700 |
|
3701 |
-
#: app/features/mec/booking.php:
|
3702 |
#: app/features/mec/meta_boxes/display_options.php:140
|
3703 |
#: app/features/mec/meta_boxes/display_options.php:420
|
3704 |
#: app/features/mec/meta_boxes/display_options.php:595
|
@@ -3710,15 +3736,15 @@ msgstr "Umístění"
|
|
3710 |
msgid "Limit"
|
3711 |
msgstr "Limit"
|
3712 |
|
3713 |
-
#: app/features/mec/booking.php:
|
3714 |
msgid "Default is empty"
|
3715 |
msgstr "Výchozí hodnota je prázdná"
|
3716 |
|
3717 |
-
#: app/features/mec/booking.php:
|
3718 |
msgid "Booking Limit"
|
3719 |
msgstr "Limit rezervace"
|
3720 |
|
3721 |
-
#: app/features/mec/booking.php:
|
3722 |
msgid ""
|
3723 |
"Total tickets that a user can book. It is useful if you're providing free "
|
3724 |
"tickets. Leave it empty for unlimited booking."
|
@@ -3727,41 +3753,41 @@ msgstr ""
|
|
3727 |
"pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
|
3728 |
"prázdné."
|
3729 |
|
3730 |
-
#: app/features/mec/booking.php:
|
3731 |
#, fuzzy
|
3732 |
#| msgid "Description"
|
3733 |
msgid "IP restriction"
|
3734 |
msgstr "Popis"
|
3735 |
|
3736 |
-
#: app/features/mec/booking.php:
|
3737 |
msgid ""
|
3738 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3739 |
"email to prevent users to book high tickets. You can disable the IP "
|
3740 |
"restriction if you don't need it."
|
3741 |
msgstr ""
|
3742 |
|
3743 |
-
#: app/features/mec/booking.php:
|
3744 |
msgid "Lock Pre-filled Fields"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: app/features/mec/booking.php:
|
3748 |
msgid "Enabled Only for Main Attendee"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: app/features/mec/booking.php:
|
3752 |
msgid ""
|
3753 |
"When users are logged in, name and email fields will be pre-filled but users "
|
3754 |
"can change them. If you enable the lock, then logged in users cannot change "
|
3755 |
"the pre-filled fields."
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: app/features/mec/booking.php:
|
3759 |
-
#: app/features/mec/booking.php:
|
3760 |
-
#: app/features/mec/settings.php:
|
3761 |
msgid "Thank You Page"
|
3762 |
msgstr "Stránka s poděkováním"
|
3763 |
|
3764 |
-
#: app/features/mec/booking.php:
|
3765 |
msgid ""
|
3766 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3767 |
"disable it."
|
@@ -3769,16 +3795,16 @@ msgstr ""
|
|
3769 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
3770 |
"vypnout, ponechte ji prázdnou."
|
3771 |
|
3772 |
-
#: app/features/mec/booking.php:
|
3773 |
-
#: app/features/mec/settings.php:
|
3774 |
msgid "Thank You Page Time Interval"
|
3775 |
msgstr "Stránka s poděkováním časového intervalu"
|
3776 |
|
3777 |
-
#: app/features/mec/booking.php:
|
3778 |
msgid "2000 mean 2 seconds"
|
3779 |
msgstr "2000 znamená 2 vteřiny"
|
3780 |
|
3781 |
-
#: app/features/mec/booking.php:
|
3782 |
msgid ""
|
3783 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3784 |
"2000 means 2 seconds."
|
@@ -3786,75 +3812,75 @@ msgstr ""
|
|
3786 |
"Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
|
3787 |
"milisekundách, takže 2000 znamená 2 vteřiny."
|
3788 |
|
3789 |
-
#: app/features/mec/booking.php:
|
3790 |
#, fuzzy
|
3791 |
#| msgid "Book Event"
|
3792 |
msgid "Booking Elements"
|
3793 |
msgstr "Rezervovat událost"
|
3794 |
|
3795 |
-
#: app/features/mec/booking.php:
|
3796 |
msgid "Enable Express Attendees Form"
|
3797 |
msgstr "Povolit formulář Expres účastníci"
|
3798 |
|
3799 |
-
#: app/features/mec/booking.php:
|
3800 |
msgid "Attendees Form"
|
3801 |
msgstr "Formulář účastníků"
|
3802 |
|
3803 |
-
#: app/features/mec/booking.php:
|
3804 |
msgid ""
|
3805 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3806 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3807 |
msgstr ""
|
3808 |
|
3809 |
-
#: app/features/mec/booking.php:
|
3810 |
msgid "Enable Invoice"
|
3811 |
msgstr "Povolit fakturu"
|
3812 |
|
3813 |
-
#: app/features/mec/booking.php:
|
3814 |
msgid "Enable Booking for Ongoing Events"
|
3815 |
msgstr "Povolit rezervaci pro probíhající události"
|
3816 |
|
3817 |
-
#: app/features/mec/booking.php:
|
3818 |
msgid "Enable Downloadable File"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: app/features/mec/booking.php:
|
3822 |
msgid ""
|
3823 |
"By enabling this feature, You can upload a file for each event and bookers "
|
3824 |
"are able to download it after booking."
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: app/features/mec/booking.php:
|
3828 |
msgid "Email verification"
|
3829 |
msgstr "Ověřovací email"
|
3830 |
|
3831 |
-
#: app/features/mec/booking.php:
|
3832 |
msgid "Auto verification for free bookings"
|
3833 |
msgstr "Automatické ověření pro rezervace zdarma"
|
3834 |
|
3835 |
-
#: app/features/mec/booking.php:
|
3836 |
msgid "Auto verification for paid bookings"
|
3837 |
msgstr "Automatické ověření pro placené rezervace"
|
3838 |
|
3839 |
-
#: app/features/mec/booking.php:
|
3840 |
msgid "Auto confirmation for free bookings"
|
3841 |
msgstr "Automatické potvrzení pro rezervace zdarma"
|
3842 |
|
3843 |
-
#: app/features/mec/booking.php:
|
3844 |
msgid "Auto confirmation for paid bookings"
|
3845 |
msgstr "Automatické ověření pro placené rezervace"
|
3846 |
|
3847 |
-
#: app/features/mec/booking.php:
|
3848 |
msgid "Send confirmation email in auto confirmation mode"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: app/features/mec/booking.php:
|
3852 |
#, fuzzy
|
3853 |
#| msgid "Booking Style"
|
3854 |
msgid "Booking Shortcode"
|
3855 |
msgstr "Styl rezervace"
|
3856 |
|
3857 |
-
#: app/features/mec/booking.php:
|
3858 |
#, php-format
|
3859 |
msgid ""
|
3860 |
"Booking module is available in the event details page but if you like to "
|
@@ -3863,7 +3889,7 @@ msgid ""
|
|
3863 |
"into the page content and place the event id instead of 1."
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: app/features/mec/booking.php:
|
3867 |
#, php-format
|
3868 |
msgid ""
|
3869 |
"Also, you can insert %s if you like to show only one of the available "
|
@@ -3871,11 +3897,11 @@ msgid ""
|
|
3871 |
"This parameter is optional."
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: app/features/mec/booking.php:
|
3875 |
msgid "Enable coupons module"
|
3876 |
msgstr "Povolit modul vstupenek"
|
3877 |
|
3878 |
-
#: app/features/mec/booking.php:
|
3879 |
#, fuzzy
|
3880 |
#| msgid ""
|
3881 |
#| "After enabling and saving the settings,, you should reload the page to "
|
@@ -3887,60 +3913,60 @@ msgstr ""
|
|
3887 |
"Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
|
3888 |
"novou nabídku na řídícím panelu > Rezervace"
|
3889 |
|
3890 |
-
#: app/features/mec/booking.php:
|
3891 |
#: app/libraries/main.php:600
|
3892 |
msgid "Taxes / Fees"
|
3893 |
msgstr "Daně / poplatky"
|
3894 |
|
3895 |
-
#: app/features/mec/booking.php:
|
3896 |
msgid "Enable taxes / fees module"
|
3897 |
msgstr "Povolit modul daní / poplatků"
|
3898 |
|
3899 |
-
#: app/features/mec/booking.php:
|
3900 |
msgid "Add Fee"
|
3901 |
msgstr "Přidat poplatek"
|
3902 |
|
3903 |
-
#: app/features/mec/booking.php:
|
3904 |
msgid "Ticket Variations & Options"
|
3905 |
msgstr "Varianty a možnosti vstupenek"
|
3906 |
|
3907 |
-
#: app/features/mec/booking.php:
|
3908 |
msgid "Enable ticket options module"
|
3909 |
msgstr "Povolit modul možností vstupenek"
|
3910 |
|
3911 |
-
#: app/features/mec/booking.php:
|
3912 |
msgid "Add Variation / Option"
|
3913 |
msgstr "Přidat varianty / možnosti"
|
3914 |
|
3915 |
-
#: app/features/mec/booking.php:
|
3916 |
msgid "Upload Field Options"
|
3917 |
msgstr "Možnosti pole Nahrát"
|
3918 |
|
3919 |
-
#: app/features/mec/booking.php:
|
3920 |
msgid "Mime types"
|
3921 |
msgstr "MIME typy"
|
3922 |
|
3923 |
-
#: app/features/mec/booking.php:
|
3924 |
msgid "Split mime types with \",\"."
|
3925 |
msgstr "Rozdělte typy MIME pomocí “,“."
|
3926 |
|
3927 |
-
#: app/features/mec/booking.php:
|
3928 |
msgid "Default: jpeg,jpg,png,pdf"
|
3929 |
msgstr "Výchozí: jpeg,jpg,png,pdf"
|
3930 |
|
3931 |
-
#: app/features/mec/booking.php:
|
3932 |
msgid "Maximum file size"
|
3933 |
msgstr "Maximální velikost souboru"
|
3934 |
|
3935 |
-
#: app/features/mec/booking.php:
|
3936 |
msgid "The unit is Megabyte \"MB\""
|
3937 |
msgstr "Jednotkou je Megabyte \"MB\""
|
3938 |
|
3939 |
-
#: app/features/mec/booking.php:
|
3940 |
msgid "Use WooCommerce as Payment System"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
-
#: app/features/mec/booking.php:
|
3944 |
msgid ""
|
3945 |
"By enabling this feature, tickets will be added to WooCommerce cart and all "
|
3946 |
"payment process would be done by WooCommerce so all of MEC payment related "
|
@@ -3948,77 +3974,77 @@ msgid ""
|
|
3948 |
"fields etc, you need to configure WooCommerce on your website."
|
3949 |
msgstr ""
|
3950 |
|
3951 |
-
#: app/features/mec/booking.php:
|
3952 |
msgid ""
|
3953 |
"You cannot use following MEC features so you should use WooCommerc and its "
|
3954 |
"addons if you need them."
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: app/features/mec/booking.php:
|
3958 |
#, fuzzy
|
3959 |
#| msgid "Payment Gateways"
|
3960 |
msgid "Payment gateways"
|
3961 |
msgstr "Platební brány"
|
3962 |
|
3963 |
-
#: app/features/mec/booking.php:
|
3964 |
#, fuzzy
|
3965 |
#| msgid "Price per Date"
|
3966 |
msgid "Price per dates of tickets"
|
3967 |
msgstr "Cena za datum"
|
3968 |
|
3969 |
-
#: app/features/mec/booking.php:
|
3970 |
#, fuzzy
|
3971 |
#| msgid "Ticket Variations / Options"
|
3972 |
msgid "Ticket variations"
|
3973 |
msgstr "Varianty vstupenky / možnosti"
|
3974 |
|
3975 |
-
#: app/features/mec/booking.php:
|
3976 |
msgid "Automatically complete WooCommerce orders"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: app/features/mec/booking.php:
|
3980 |
#, fuzzy
|
3981 |
#| msgid "WooCommerce gateways"
|
3982 |
msgid "Auto WooCommerce orders"
|
3983 |
msgstr "Brána WooCommerce"
|
3984 |
|
3985 |
-
#: app/features/mec/booking.php:
|
3986 |
msgid "It applies only to the orders that are related to MEC."
|
3987 |
msgstr ""
|
3988 |
|
3989 |
-
#: app/features/mec/booking.php:
|
3990 |
msgid "After Add to Cart"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
-
#: app/features/mec/booking.php:
|
3994 |
#, fuzzy
|
3995 |
#| msgid "Get Directions"
|
3996 |
msgid "Redirect to Cart"
|
3997 |
msgstr "Získat směr"
|
3998 |
|
3999 |
-
#: app/features/mec/booking.php:
|
4000 |
#, fuzzy
|
4001 |
#| msgid "Get Directions"
|
4002 |
msgid "Redirect to Checkout"
|
4003 |
msgstr "Získat směr"
|
4004 |
|
4005 |
-
#: app/features/mec/booking.php:
|
4006 |
#, fuzzy
|
4007 |
#| msgid "Booking Form"
|
4008 |
msgid "MEC Booking Form"
|
4009 |
msgstr "Rezervační formulář"
|
4010 |
|
4011 |
-
#: app/features/mec/booking.php:
|
4012 |
msgid ""
|
4013 |
"If enabled then users should fill the booking form in MEC and then they will "
|
4014 |
"be redirected to checkout."
|
4015 |
msgstr ""
|
4016 |
|
4017 |
-
#: app/features/mec/booking.php:
|
4018 |
msgid "Enable Organizer Payment Module"
|
4019 |
msgstr "Povolit platební modul organizátora"
|
4020 |
|
4021 |
-
#: app/features/mec/booking.php:
|
4022 |
msgid ""
|
4023 |
"By enabling this module, organizers are able to insert their own payment "
|
4024 |
"credentials for enabled gateways per event and receive the payments directly!"
|
@@ -4026,17 +4052,17 @@ msgstr ""
|
|
4026 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
4027 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
4028 |
|
4029 |
-
#: app/features/mec/booking.php:
|
4030 |
msgid "Disable / Enable payment gateways per event"
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: app/features/mec/booking.php:
|
4034 |
#, fuzzy
|
4035 |
#| msgid "Payment Gateways"
|
4036 |
msgid "Payment Gateways Per Event"
|
4037 |
msgstr "Platební brány"
|
4038 |
|
4039 |
-
#: app/features/mec/booking.php:
|
4040 |
#, fuzzy
|
4041 |
#| msgid ""
|
4042 |
#| "By enabling this module, organizers are able to insert their own payment "
|
@@ -4049,23 +4075,23 @@ msgstr ""
|
|
4049 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
4050 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
4051 |
|
4052 |
-
#: app/features/mec/booking.php:
|
4053 |
-
#: app/features/mec/modules.php:437 app/features/mec/notifications.php:
|
4054 |
-
#: app/features/mec/settings.php:
|
4055 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:323
|
4056 |
msgid "Saved"
|
4057 |
msgstr "Uloženo"
|
4058 |
|
4059 |
-
#: app/features/mec/booking.php:
|
4060 |
-
#: app/features/mec/modules.php:438 app/features/mec/notifications.php:
|
4061 |
-
#: app/features/mec/settings.php:
|
4062 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:324
|
4063 |
msgid "Settings Saved!"
|
4064 |
msgstr "Nastavení uložena!"
|
4065 |
|
4066 |
-
#: app/features/mec/booking.php:
|
4067 |
-
#: app/features/mec/notifications.php:
|
4068 |
-
#: app/features/mec/single.php:
|
4069 |
msgid "Please Refresh Page"
|
4070 |
msgstr "Prosím obnovte stránku"
|
4071 |
|
@@ -4225,9 +4251,9 @@ msgstr "Vzhled"
|
|
4225 |
#: app/features/mec/meta_boxes/display_options.php:953
|
4226 |
#: app/features/mec/meta_boxes/display_options.php:1284
|
4227 |
#: app/features/mec/meta_boxes/display_options.php:1575
|
4228 |
-
#: app/features/mec/settings.php:
|
4229 |
-
#: app/features/mec/settings.php:
|
4230 |
-
#: app/features/mec/settings.php:
|
4231 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
4232 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
4233 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
@@ -4238,8 +4264,8 @@ msgstr "Klasický"
|
|
4238 |
|
4239 |
#: app/features/mec/meta_boxes/display_options.php:44
|
4240 |
#: app/features/mec/meta_boxes/display_options.php:289
|
4241 |
-
#: app/features/mec/settings.php:
|
4242 |
-
#: app/features/mec/settings.php:
|
4243 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
4244 |
msgid "Minimal"
|
4245 |
msgstr "Minimální"
|
@@ -4250,10 +4276,10 @@ msgstr "Minimální"
|
|
4250 |
#: app/features/mec/meta_boxes/display_options.php:955
|
4251 |
#: app/features/mec/meta_boxes/display_options.php:1282
|
4252 |
#: app/features/mec/meta_boxes/display_options.php:1577
|
4253 |
-
#: app/features/mec/settings.php:
|
4254 |
-
#: app/features/mec/settings.php:
|
4255 |
-
#: app/features/mec/settings.php:
|
4256 |
-
#: app/features/mec/settings.php:
|
4257 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
4258 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
4259 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
@@ -4261,13 +4287,13 @@ msgid "Modern"
|
|
4261 |
msgstr "Moderní"
|
4262 |
|
4263 |
#: app/features/mec/meta_boxes/display_options.php:46
|
4264 |
-
#: app/features/mec/settings.php:
|
4265 |
#: app/features/popup/shortcode.php:83
|
4266 |
msgid "Standard"
|
4267 |
msgstr "Standardní"
|
4268 |
|
4269 |
#: app/features/mec/meta_boxes/display_options.php:47
|
4270 |
-
#: app/features/mec/settings.php:
|
4271 |
#: app/features/popup/shortcode.php:88
|
4272 |
msgid "Accordion"
|
4273 |
msgstr "Akordeon"
|
@@ -4666,9 +4692,9 @@ msgstr "Přepínač pro oddělovník měsíce"
|
|
4666 |
#: app/features/mec/meta_boxes/display_options.php:954
|
4667 |
#: app/features/mec/meta_boxes/display_options.php:1283
|
4668 |
#: app/features/mec/meta_boxes/display_options.php:1576
|
4669 |
-
#: app/features/mec/settings.php:
|
4670 |
-
#: app/features/mec/settings.php:
|
4671 |
-
#: app/features/mec/settings.php:
|
4672 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4673 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4674 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
@@ -4678,8 +4704,8 @@ msgstr "Čistý"
|
|
4678 |
#: app/features/mec/meta_boxes/display_options.php:291
|
4679 |
#: app/features/mec/meta_boxes/display_options.php:693
|
4680 |
#: app/features/mec/meta_boxes/display_options.php:957
|
4681 |
-
#: app/features/mec/settings.php:
|
4682 |
-
#: app/features/mec/settings.php:
|
4683 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4684 |
#: app/features/popup/shortcode.php:219
|
4685 |
msgid "Simple"
|
@@ -4693,8 +4719,8 @@ msgstr "Plněbarevný"
|
|
4693 |
#: app/features/mec/meta_boxes/display_options.php:293
|
4694 |
#: app/features/mec/meta_boxes/display_options.php:692
|
4695 |
#: app/features/mec/meta_boxes/display_options.php:956
|
4696 |
-
#: app/features/mec/settings.php:
|
4697 |
-
#: app/features/mec/settings.php:
|
4698 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4699 |
#: app/features/popup/shortcode.php:214
|
4700 |
msgid "Novel"
|
@@ -4744,15 +4770,15 @@ msgstr "Výchozí zobrazení"
|
|
4744 |
|
4745 |
#: app/features/mec/meta_boxes/display_options.php:679
|
4746 |
#: app/features/mec/meta_boxes/display_options.php:703
|
4747 |
-
#: app/libraries/main.php:364 app/libraries/main.php:
|
4748 |
-
#: app/libraries/main.php:
|
4749 |
msgid "List View"
|
4750 |
msgstr "Zobrazení seznamu"
|
4751 |
|
4752 |
#: app/features/mec/meta_boxes/display_options.php:680
|
4753 |
#: app/features/mec/meta_boxes/display_options.php:724
|
4754 |
-
#: app/libraries/main.php:365 app/libraries/main.php:
|
4755 |
-
#: app/libraries/main.php:
|
4756 |
msgid "Grid View"
|
4757 |
msgstr "Zobrazení mřížky"
|
4758 |
|
@@ -4766,8 +4792,8 @@ msgstr "Zobrazení rozvrhu"
|
|
4766 |
|
4767 |
#: app/features/mec/meta_boxes/display_options.php:682
|
4768 |
#: app/features/mec/meta_boxes/display_options.php:745
|
4769 |
-
#: app/libraries/main.php:368 app/libraries/main.php:
|
4770 |
-
#: app/libraries/main.php:
|
4771 |
msgid "Yearly View"
|
4772 |
msgstr "Roční zobrazení"
|
4773 |
|
@@ -4778,15 +4804,15 @@ msgstr "Měsíční / kalendářní zobrazení"
|
|
4778 |
|
4779 |
#: app/features/mec/meta_boxes/display_options.php:684
|
4780 |
#: app/features/mec/meta_boxes/display_options.php:794
|
4781 |
-
#: app/libraries/main.php:371 app/libraries/main.php:
|
4782 |
-
#: app/libraries/main.php:
|
4783 |
msgid "Weekly View"
|
4784 |
msgstr "Týdenní zobrazení"
|
4785 |
|
4786 |
#: app/features/mec/meta_boxes/display_options.php:685
|
4787 |
#: app/features/mec/meta_boxes/display_options.php:804
|
4788 |
-
#: app/libraries/main.php:370 app/libraries/main.php:
|
4789 |
-
#: app/libraries/main.php:
|
4790 |
msgid "Daily View"
|
4791 |
msgstr "Denní zobrazení"
|
4792 |
|
@@ -5224,7 +5250,7 @@ msgstr "Vložte požadované tagy oddělené čárkou."
|
|
5224 |
msgid "Choose your desired authors for filtering the events."
|
5225 |
msgstr "Vyberte požadované autory pro filtrování událostí."
|
5226 |
|
5227 |
-
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:
|
5228 |
msgid "Expired Events"
|
5229 |
msgstr "Události vypršely"
|
5230 |
|
@@ -5304,10 +5330,10 @@ msgstr "Zobrazit vyhledávací formulář"
|
|
5304 |
#: app/features/mec/meta_boxes/search_form.php:609
|
5305 |
#: app/features/mec/meta_boxes/search_form.php:679
|
5306 |
#: app/features/mec/meta_boxes/search_form.php:785
|
5307 |
-
#: app/features/mec/settings.php:
|
5308 |
-
#: app/features/mec/single.php:
|
5309 |
#: app/features/speakers.php:60 app/features/speakers.php:283
|
5310 |
-
#: app/libraries/main.php:
|
5311 |
#: app/libraries/skins.php:1016 app/modules/speakers/details.php:18
|
5312 |
msgid "Speaker"
|
5313 |
msgstr "Řečník"
|
@@ -5323,8 +5349,8 @@ msgstr "Řečník"
|
|
5323 |
#: app/features/mec/meta_boxes/search_form.php:616
|
5324 |
#: app/features/mec/meta_boxes/search_form.php:686
|
5325 |
#: app/features/mec/meta_boxes/search_form.php:792
|
5326 |
-
#: app/features/mec/settings.php:
|
5327 |
-
#: app/features/mec/single.php:
|
5328 |
#: app/libraries/skins.php:1042
|
5329 |
msgid "Tag"
|
5330 |
msgstr "Štítek"
|
@@ -5463,8 +5489,8 @@ msgstr "Google Maps API"
|
|
5463 |
msgid "Google Map Options"
|
5464 |
msgstr "Možnosti Google Maps"
|
5465 |
|
5466 |
-
#: app/features/mec/modules.php:85 app/features/mec/settings.php:
|
5467 |
-
#: app/features/mec/settings.php:
|
5468 |
msgid "Required!"
|
5469 |
msgstr "Požadované!"
|
5470 |
|
@@ -6545,8 +6571,8 @@ msgstr ""
|
|
6545 |
msgid "only once per hour"
|
6546 |
msgstr "pouze jednou denně"
|
6547 |
|
6548 |
-
#: app/features/mec/notifications.php:956 app/libraries/main.php:
|
6549 |
-
#: app/libraries/main.php:
|
6550 |
#, fuzzy
|
6551 |
#| msgid "hours"
|
6552 |
msgid "Hours"
|
@@ -6597,8 +6623,8 @@ msgid "Status of event"
|
|
6597 |
msgstr "Stav události"
|
6598 |
|
6599 |
#: app/features/mec/notifications.php:1103
|
6600 |
-
#: app/features/mec/notifications.php:1188 app/features/mec/settings.php:
|
6601 |
-
#: app/features/mec/settings.php:
|
6602 |
msgid "Event Note"
|
6603 |
msgstr "Poznámka události"
|
6604 |
|
@@ -6829,7 +6855,7 @@ msgid "You can enable/disable Schema scripts"
|
|
6829 |
msgstr "Můžete povolit nebo zakázat skripty schématu"
|
6830 |
|
6831 |
#: app/features/mec/settings.php:171 app/features/mec/settings.php:181
|
6832 |
-
#: app/libraries/main.php:
|
6833 |
msgid "Weekdays"
|
6834 |
msgstr "Pracovní dny"
|
6835 |
|
@@ -6933,7 +6959,8 @@ msgid "Open \"Add Event\" as Popup"
|
|
6933 |
msgstr "Přidat zkrácený kód"
|
6934 |
|
6935 |
#: app/features/mec/settings.php:259 app/features/mec/settings.php:267
|
6936 |
-
#: app/features/mec/settings.php:275 app/features/mec/
|
|
|
6937 |
#, fuzzy
|
6938 |
#| msgid "Enabled"
|
6939 |
msgid "Enable"
|
@@ -6952,60 +6979,67 @@ msgstr "Přidat zkrácený kód"
|
|
6952 |
msgid "Include Event Featured Image in Feed"
|
6953 |
msgstr "Hlavní obrázek"
|
6954 |
|
6955 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6956 |
msgid "Archive Pages"
|
6957 |
msgstr "Archivní stránky"
|
6958 |
|
6959 |
-
#: app/features/mec/settings.php:
|
6960 |
msgid "Archive Page Title"
|
6961 |
msgstr "Název stránky archivu"
|
6962 |
|
6963 |
-
#: app/features/mec/settings.php:
|
6964 |
msgid "Default value is Events - It's title of the page"
|
6965 |
msgstr "Výchozí hodnota je Události - to je název stránky"
|
6966 |
|
6967 |
-
#: app/features/mec/settings.php:
|
6968 |
msgid "Archive Page Skin"
|
6969 |
msgstr "Vzhled archivní stránky"
|
6970 |
|
6971 |
-
#: app/features/mec/settings.php:
|
6972 |
msgid "Put shortcode..."
|
6973 |
msgstr "Vložte zkrácený kód..."
|
6974 |
|
6975 |
-
#: app/features/mec/settings.php:
|
6976 |
-
#: app/features/mec/settings.php:
|
6977 |
-
#: app/features/mec/settings.php:
|
6978 |
-
#: app/features/mec/settings.php:
|
6979 |
-
#: app/features/mec/settings.php:
|
6980 |
msgid "There is no skins"
|
6981 |
msgstr "Neexistuje žádný vzhled"
|
6982 |
|
6983 |
-
#: app/features/mec/settings.php:
|
6984 |
#: app/features/mec/single.php:73
|
6985 |
msgid "Modern Style"
|
6986 |
msgstr "Moderní styl"
|
6987 |
|
6988 |
-
#: app/features/mec/settings.php:
|
6989 |
msgid "colorful"
|
6990 |
msgstr "pestrý"
|
6991 |
|
6992 |
-
#: app/features/mec/settings.php:
|
6993 |
msgid "Clean Style"
|
6994 |
msgstr "Čistý styl"
|
6995 |
|
6996 |
-
#: app/features/mec/settings.php:
|
6997 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
6998 |
msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
|
6999 |
|
7000 |
-
#: app/features/mec/settings.php:
|
7001 |
msgid "See Demo"
|
7002 |
msgstr "Viz Demo"
|
7003 |
|
7004 |
-
#: app/features/mec/settings.php:
|
7005 |
msgid "Category Page Skin"
|
7006 |
msgstr "Vzhled stránky kategorie"
|
7007 |
|
7008 |
-
#: app/features/mec/settings.php:
|
7009 |
#, fuzzy
|
7010 |
#| msgid ""
|
7011 |
#| "Default value is List View - But you can change it Set a skin for all "
|
@@ -7017,24 +7051,24 @@ msgstr ""
|
|
7017 |
"Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
|
7018 |
"pro všechny kategorie."
|
7019 |
|
7020 |
-
#: app/features/mec/settings.php:
|
7021 |
msgid "Category Events Method"
|
7022 |
msgstr "Kategorie Metoda události"
|
7023 |
|
7024 |
-
#: app/features/mec/settings.php:
|
7025 |
msgid "Default value is Upcoming Events"
|
7026 |
msgstr "Výchozí hodnota je Nadcházející události"
|
7027 |
|
7028 |
-
#: app/features/mec/settings.php:
|
7029 |
msgid "Events Archive Status"
|
7030 |
msgstr "Stav archivu událostí"
|
7031 |
|
7032 |
-
#: app/features/mec/settings.php:
|
7033 |
msgid "Enabled (Recommended)"
|
7034 |
msgstr "Povoleno (doporučeno)"
|
7035 |
|
7036 |
# Slug
|
7037 |
-
#: app/features/mec/settings.php:
|
7038 |
msgid ""
|
7039 |
"If you disable it, then you should create a page as archive page of MEC. "
|
7040 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
@@ -7045,11 +7079,11 @@ msgstr ""
|
|
7045 |
"přepisování MEC."
|
7046 |
|
7047 |
# Hlavní slug
|
7048 |
-
#: app/features/mec/settings.php:
|
7049 |
msgid "Main Slug"
|
7050 |
msgstr "Main Slug"
|
7051 |
|
7052 |
-
#: app/features/mec/settings.php:
|
7053 |
msgid ""
|
7054 |
"Default value is events. You can not have a page with this name. MEC allows "
|
7055 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
@@ -7059,16 +7093,16 @@ msgstr ""
|
|
7059 |
"umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
|
7060 |
"se zvýšila použitelnost a dopředná kompatibilita odkazů."
|
7061 |
|
7062 |
-
#: app/features/mec/settings.php:
|
7063 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
7064 |
msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
|
7065 |
|
7066 |
# Slug
|
7067 |
-
#: app/features/mec/settings.php:
|
7068 |
msgid "Category Slug"
|
7069 |
msgstr "Kategorie Slug"
|
7070 |
|
7071 |
-
#: app/features/mec/settings.php:
|
7072 |
msgid ""
|
7073 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
7074 |
"else. Default value is mec-category. You can not have a page with this name."
|
@@ -7077,114 +7111,114 @@ msgstr ""
|
|
7077 |
"jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
|
7078 |
"názvem."
|
7079 |
|
7080 |
-
#: app/features/mec/settings.php:
|
7081 |
msgid "Currency"
|
7082 |
msgstr "Měna"
|
7083 |
|
7084 |
-
#: app/features/mec/settings.php:
|
7085 |
msgid "Currency Sign"
|
7086 |
msgstr "Symbol měny"
|
7087 |
|
7088 |
-
#: app/features/mec/settings.php:
|
7089 |
msgid "Default value will be \"currency\" if you leave it empty."
|
7090 |
msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
|
7091 |
|
7092 |
-
#: app/features/mec/settings.php:
|
7093 |
msgid "Currency Position"
|
7094 |
msgstr "Pozice měny"
|
7095 |
|
7096 |
-
#: app/features/mec/settings.php:
|
7097 |
msgid "Before $10"
|
7098 |
msgstr "Před $10"
|
7099 |
|
7100 |
-
#: app/features/mec/settings.php:
|
7101 |
msgid "After 10$"
|
7102 |
msgstr "Po 10$"
|
7103 |
|
7104 |
-
#: app/features/mec/settings.php:
|
7105 |
msgid "Thousand Separator"
|
7106 |
msgstr "Oddělovač tisíců"
|
7107 |
|
7108 |
-
#: app/features/mec/settings.php:
|
7109 |
msgid "Decimal Separator"
|
7110 |
msgstr "Oddělovač desítel"
|
7111 |
|
7112 |
-
#: app/features/mec/settings.php:
|
7113 |
msgid "No decimal"
|
7114 |
msgstr "Bez desetinných míst"
|
7115 |
|
7116 |
-
#: app/features/mec/settings.php:
|
7117 |
msgid "Enable Google Recaptcha"
|
7118 |
msgstr "Povolit Google Recaptcha"
|
7119 |
|
7120 |
-
#: app/features/mec/settings.php:
|
7121 |
msgid "Enable on booking form"
|
7122 |
msgstr "Povolit rezervační formulář"
|
7123 |
|
7124 |
-
#: app/features/mec/settings.php:
|
7125 |
msgid "Enable on \"Frontend Event Submission\" form"
|
7126 |
msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
|
7127 |
|
7128 |
# místa
|
7129 |
-
#: app/features/mec/settings.php:
|
7130 |
msgid "Site Key"
|
7131 |
msgstr "Klíč webu"
|
7132 |
|
7133 |
-
#: app/features/mec/settings.php:
|
7134 |
msgid "Secret Key"
|
7135 |
msgstr "Tajný klíč"
|
7136 |
|
7137 |
-
#: app/features/mec/settings.php:
|
7138 |
msgid "Time Format"
|
7139 |
msgstr "Formát času"
|
7140 |
|
7141 |
-
#: app/features/mec/settings.php:
|
7142 |
msgid "12 hours format with AM/PM"
|
7143 |
msgstr "12 hodinový formát s dop./odp."
|
7144 |
|
7145 |
-
#: app/features/mec/settings.php:
|
7146 |
msgid "24 hours format"
|
7147 |
msgstr "24 hodinový fotmát"
|
7148 |
|
7149 |
-
#: app/features/mec/settings.php:
|
7150 |
msgid "This option, affects the selection of Start/End time."
|
7151 |
msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
|
7152 |
|
7153 |
-
#: app/features/mec/settings.php:
|
7154 |
msgid "Events List Page"
|
7155 |
msgstr "Stránka seznamu událostí"
|
7156 |
|
7157 |
-
#: app/features/mec/settings.php:
|
7158 |
#, php-format
|
7159 |
msgid "Put %s shortcode into the page."
|
7160 |
msgstr "Vložte %s na stránku zkrácené kódy."
|
7161 |
|
7162 |
-
#: app/features/mec/settings.php:
|
7163 |
msgid "Add/Edit Events Page"
|
7164 |
msgstr "Přidat / Editovat stránku událostí"
|
7165 |
|
7166 |
-
#: app/features/mec/settings.php:
|
7167 |
#, fuzzy
|
7168 |
#| msgid "On Event Start"
|
7169 |
msgid "New Events Status"
|
7170 |
msgstr "Při spuštění události"
|
7171 |
|
7172 |
-
#: app/features/mec/settings.php:
|
7173 |
#, fuzzy
|
7174 |
#| msgid "WordPress"
|
7175 |
msgid "Let WordPress decide"
|
7176 |
msgstr "WordPress"
|
7177 |
|
7178 |
-
#: app/features/mec/settings.php:
|
7179 |
-
#: app/libraries/main.php:
|
7180 |
msgid "Pending"
|
7181 |
msgstr "Nevyřízený"
|
7182 |
|
7183 |
-
#: app/features/mec/settings.php:
|
7184 |
msgid "Publish"
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: app/features/mec/settings.php:
|
7188 |
#, fuzzy
|
7189 |
#| msgid ""
|
7190 |
#| "User redirects to this page after booking. Leave it empty if you want to "
|
@@ -7196,120 +7230,120 @@ msgstr ""
|
|
7196 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
7197 |
"vypnout, ponechte ji prázdnou."
|
7198 |
|
7199 |
-
#: app/features/mec/settings.php:
|
7200 |
#, fuzzy
|
7201 |
#| msgid "Thank You Page"
|
7202 |
msgid "Thank You Page URL"
|
7203 |
msgstr "Stránka s poděkováním"
|
7204 |
|
7205 |
-
#: app/features/mec/settings.php:
|
7206 |
msgid "If filled it will use instead of thank you page set above."
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: app/features/mec/settings.php:
|
7210 |
#, fuzzy
|
7211 |
#| msgid "Maximum file size"
|
7212 |
msgid "Maximum File Size"
|
7213 |
msgstr "Maximální velikost souboru"
|
7214 |
|
7215 |
-
#: app/features/mec/settings.php:
|
7216 |
msgid "in KB"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: app/features/mec/settings.php:
|
7220 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
7221 |
msgstr ""
|
7222 |
|
7223 |
-
#: app/features/mec/settings.php:
|
7224 |
#, fuzzy
|
7225 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
7226 |
msgid "Enable event submission by guest (Not logged in) users"
|
7227 |
msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
|
7228 |
|
7229 |
-
#: app/features/mec/settings.php:
|
7230 |
msgid "Enable mandatory email and name for guest user"
|
7231 |
msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
|
7232 |
|
7233 |
-
#: app/features/mec/settings.php:
|
7234 |
msgid ""
|
7235 |
"Automatically create users after event publish and assign event to the "
|
7236 |
"created user"
|
7237 |
msgstr ""
|
7238 |
|
7239 |
-
#: app/features/mec/settings.php:
|
7240 |
msgid "Frontend Event Submission Sections"
|
7241 |
msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
|
7242 |
|
7243 |
-
#: app/features/mec/settings.php:
|
7244 |
#, fuzzy
|
7245 |
#| msgid "Event Details"
|
7246 |
msgid "Event Data Fields"
|
7247 |
msgstr "Podrobnosti události"
|
7248 |
|
7249 |
-
#: app/features/mec/settings.php:
|
7250 |
msgid "Event Categories"
|
7251 |
msgstr "Kategorie události"
|
7252 |
|
7253 |
-
#: app/features/mec/settings.php:
|
7254 |
msgid "Event Labels"
|
7255 |
msgstr "Štítky události"
|
7256 |
|
7257 |
-
#: app/features/mec/settings.php:
|
7258 |
msgid "Event Tags"
|
7259 |
msgstr "Tagy události"
|
7260 |
|
7261 |
-
#: app/features/mec/settings.php:
|
7262 |
msgid "Event Organizer"
|
7263 |
msgstr "Organizátor události"
|
7264 |
|
7265 |
-
#: app/features/mec/settings.php:
|
7266 |
#, fuzzy
|
7267 |
#| msgid "Total booking limits"
|
7268 |
msgid "Total Booking Limit"
|
7269 |
msgstr "Celkové limity rezervace"
|
7270 |
|
7271 |
-
#: app/features/mec/settings.php:
|
7272 |
#, fuzzy
|
7273 |
#| msgid "Discount"
|
7274 |
msgid "Discount Per User Roles"
|
7275 |
msgstr "Sleva"
|
7276 |
|
7277 |
-
#: app/features/mec/settings.php:
|
7278 |
#, fuzzy
|
7279 |
#| msgid "Ticket Variations / Options"
|
7280 |
msgid "Ticket Options"
|
7281 |
msgstr "Varianty vstupenky / možnosti"
|
7282 |
|
7283 |
-
#: app/features/mec/settings.php:
|
7284 |
msgid "Fees / Taxes Options"
|
7285 |
msgstr "Možnosti Poplatky / Daně"
|
7286 |
|
7287 |
-
#: app/features/mec/settings.php:
|
7288 |
#, fuzzy
|
7289 |
#| msgid "Schema"
|
7290 |
msgid "SEO Schema"
|
7291 |
msgstr "Schéma"
|
7292 |
|
7293 |
-
#: app/features/mec/settings.php:
|
7294 |
#: app/features/occurrences.php:102
|
7295 |
#, fuzzy
|
7296 |
#| msgid "Occurrences times"
|
7297 |
msgid "Occurrences"
|
7298 |
msgstr "Časy výskytu"
|
7299 |
|
7300 |
-
#: app/features/mec/settings.php:
|
7301 |
#, fuzzy
|
7302 |
#| msgid "Edit Event"
|
7303 |
msgid "Virtual Event"
|
7304 |
msgstr "Editace události"
|
7305 |
|
7306 |
-
#: app/features/mec/settings.php:
|
7307 |
#, fuzzy
|
7308 |
#| msgid "Book Event"
|
7309 |
msgid "Zoom Event"
|
7310 |
msgstr "Rezervovat událost"
|
7311 |
|
7312 |
-
#: app/features/mec/settings.php:
|
7313 |
#, php-format
|
7314 |
msgid ""
|
7315 |
"Users can put a note for editors while they're submitting the event. Also "
|
@@ -7320,48 +7354,48 @@ msgstr ""
|
|
7320 |
"oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
|
7321 |
"mail s poznámkami uživatelů."
|
7322 |
|
7323 |
-
#: app/features/mec/settings.php:
|
7324 |
#, fuzzy
|
7325 |
#| msgid "Visibility"
|
7326 |
msgid "Note visibility"
|
7327 |
msgstr "Viditelnost"
|
7328 |
|
7329 |
-
#: app/features/mec/settings.php:
|
7330 |
msgid "Always"
|
7331 |
msgstr "Vždy"
|
7332 |
|
7333 |
-
#: app/features/mec/settings.php:
|
7334 |
msgid "While event is not published"
|
7335 |
msgstr "I když událost není zveřejněna"
|
7336 |
|
7337 |
-
#: app/features/mec/settings.php:
|
7338 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
7339 |
msgstr ""
|
7340 |
"Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
|
7341 |
"(frontend) a Upravit událost v administraci stránek (backend)."
|
7342 |
|
7343 |
-
#: app/features/mec/settings.php:
|
7344 |
#, fuzzy
|
7345 |
#| msgid "Required Field"
|
7346 |
msgid "Required Fields"
|
7347 |
msgstr "Požadovaná pole"
|
7348 |
|
7349 |
-
#: app/features/mec/settings.php:
|
7350 |
#, fuzzy
|
7351 |
#| msgid "Description"
|
7352 |
msgid "Event Description"
|
7353 |
msgstr "Popis"
|
7354 |
|
7355 |
-
#: app/features/mec/settings.php:
|
7356 |
-
#: app/libraries/main.php:
|
7357 |
msgid "More Info Link"
|
7358 |
msgstr "Odkaz na více informací"
|
7359 |
|
7360 |
-
#: app/features/mec/settings.php:
|
7361 |
msgid "User Profile"
|
7362 |
msgstr "Uživatelský profil"
|
7363 |
|
7364 |
-
#: app/features/mec/settings.php:
|
7365 |
#, fuzzy, php-format
|
7366 |
#| msgid ""
|
7367 |
#| "Put %s shortcode into your desired page. Then users are able to see "
|
@@ -7373,13 +7407,13 @@ msgstr ""
|
|
7373 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
|
7374 |
"historii svých rezervací."
|
7375 |
|
7376 |
-
#: app/features/mec/settings.php:
|
7377 |
#, fuzzy
|
7378 |
#| msgid "Hide Events"
|
7379 |
msgid "User Events"
|
7380 |
msgstr "Skrýt události"
|
7381 |
|
7382 |
-
#: app/features/mec/settings.php:
|
7383 |
#, fuzzy, php-format
|
7384 |
#| msgid ""
|
7385 |
#| "Put %s shortcode into your desired page. Then users are able to search "
|
@@ -7391,11 +7425,11 @@ msgstr ""
|
|
7391 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
7392 |
"události"
|
7393 |
|
7394 |
-
#: app/features/mec/settings.php:
|
7395 |
msgid "Search Bar"
|
7396 |
msgstr "Vyhledávací panel"
|
7397 |
|
7398 |
-
#: app/features/mec/settings.php:
|
7399 |
#, php-format
|
7400 |
msgid ""
|
7401 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
@@ -7403,15 +7437,15 @@ msgstr ""
|
|
7403 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
7404 |
"události"
|
7405 |
|
7406 |
-
#: app/features/mec/settings.php:
|
7407 |
msgid "Ajax Live mode"
|
7408 |
msgstr "Ajax Live mód"
|
7409 |
|
7410 |
-
#: app/features/mec/settings.php:
|
7411 |
msgid "Ajax mode"
|
7412 |
msgstr "Ajax mód"
|
7413 |
|
7414 |
-
#: app/features/mec/settings.php:
|
7415 |
#, fuzzy
|
7416 |
#| msgid ""
|
7417 |
#| "if you enable this option, search button disappeared and to use this "
|
@@ -7423,47 +7457,47 @@ msgstr ""
|
|
7423 |
"pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
|
7424 |
"této funkce musí být povoleno pole pro zadávání textu."
|
7425 |
|
7426 |
-
#: app/features/mec/settings.php:
|
7427 |
msgid "Modern Type"
|
7428 |
msgstr "Moderní typ"
|
7429 |
|
7430 |
-
#: app/features/mec/settings.php:
|
7431 |
msgid "Search bar fields"
|
7432 |
msgstr "Pole vyhledávacího panelu"
|
7433 |
|
7434 |
-
#: app/features/mec/settings.php:
|
7435 |
msgid "Text input"
|
7436 |
msgstr "Zadávání textu"
|
7437 |
|
7438 |
-
#: app/features/mec/settings.php:
|
7439 |
msgid "Enable Mailchimp Integration"
|
7440 |
msgstr "Povolit integraci Mailchimp"
|
7441 |
|
7442 |
-
#: app/features/mec/settings.php:
|
7443 |
-
#: app/features/mec/settings.php:
|
7444 |
-
#: app/features/mec/settings.php:
|
7445 |
msgid "API Key"
|
7446 |
msgstr "API Key"
|
7447 |
|
7448 |
-
#: app/features/mec/settings.php:
|
7449 |
-
#: app/features/mec/settings.php:
|
7450 |
-
#: app/features/mec/settings.php:
|
7451 |
msgid "List ID"
|
7452 |
msgstr "ID seznamu"
|
7453 |
|
7454 |
-
#: app/features/mec/settings.php:
|
7455 |
msgid "Subscription Status"
|
7456 |
msgstr "Stav odběru"
|
7457 |
|
7458 |
-
#: app/features/mec/settings.php:
|
7459 |
msgid "Subscribe automatically"
|
7460 |
msgstr "Odebírat automaticky"
|
7461 |
|
7462 |
-
#: app/features/mec/settings.php:
|
7463 |
msgid "Subscribe by verification"
|
7464 |
msgstr "Přihlaste se k odběru pomocí ověření"
|
7465 |
|
7466 |
-
#: app/features/mec/settings.php:
|
7467 |
#, fuzzy
|
7468 |
#| msgid ""
|
7469 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
@@ -7475,142 +7509,146 @@ msgstr ""
|
|
7475 |
"Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
|
7476 |
"uživateli mailchimp k ověření oběru."
|
7477 |
|
7478 |
-
#: app/features/mec/settings.php:
|
|
|
|
|
|
|
|
|
7479 |
#, fuzzy
|
7480 |
#| msgid "Mailchimp Integration"
|
7481 |
msgid "Campaign Monitor Integration"
|
7482 |
msgstr "Integrace Mailchimp"
|
7483 |
|
7484 |
-
#: app/features/mec/settings.php:
|
7485 |
#, fuzzy
|
7486 |
#| msgid "Enable Mailchimp Integration"
|
7487 |
msgid "Enable Campaign Monitor Integration"
|
7488 |
msgstr "Povolit integraci Mailchimp"
|
7489 |
|
7490 |
-
#: app/features/mec/settings.php:
|
7491 |
#, fuzzy
|
7492 |
#| msgid "Mailchimp Integration"
|
7493 |
msgid "MailerLite Integration"
|
7494 |
msgstr "Integrace Mailchimp"
|
7495 |
|
7496 |
-
#: app/features/mec/settings.php:
|
7497 |
#, fuzzy
|
7498 |
#| msgid "Enable Mailchimp Integration"
|
7499 |
msgid "Enable MailerLite Integration"
|
7500 |
msgstr "Povolit integraci Mailchimp"
|
7501 |
|
7502 |
-
#: app/features/mec/settings.php:
|
7503 |
#, fuzzy
|
7504 |
#| msgid "Group URL"
|
7505 |
msgid "Group ID"
|
7506 |
msgstr "Group URL"
|
7507 |
|
7508 |
-
#: app/features/mec/settings.php:
|
7509 |
#, fuzzy
|
7510 |
#| msgid "Enable Mailchimp Integration"
|
7511 |
msgid "Constant Contact Integration"
|
7512 |
msgstr "Povolit integraci Mailchimp"
|
7513 |
|
7514 |
-
#: app/features/mec/settings.php:
|
7515 |
#, fuzzy
|
7516 |
#| msgid "Enable Mailchimp Integration"
|
7517 |
msgid "Enable constantcontact Integration"
|
7518 |
msgstr "Povolit integraci Mailchimp"
|
7519 |
|
7520 |
-
#: app/features/mec/settings.php:
|
7521 |
#, fuzzy
|
7522 |
#| msgid "Facebook Page Access Token"
|
7523 |
msgid "Access Token"
|
7524 |
msgstr "Token pro přístup na stránku Facebook"
|
7525 |
|
7526 |
-
#: app/features/mec/settings.php:
|
7527 |
#, fuzzy
|
7528 |
#| msgid "Select icon"
|
7529 |
msgid "Select List"
|
7530 |
msgstr "Vybrat ikonu"
|
7531 |
|
7532 |
-
#: app/features/mec/settings.php:
|
7533 |
msgid ""
|
7534 |
"Please fill in the API key and Access Token field and save settings. after "
|
7535 |
"that, please refresh the page and select a list."
|
7536 |
msgstr ""
|
7537 |
|
7538 |
-
#: app/features/mec/settings.php:
|
7539 |
#, fuzzy
|
7540 |
#| msgid "Mailchimp Integration"
|
7541 |
msgid "Active Campaign Integration"
|
7542 |
msgstr "Integrace Mailchimp"
|
7543 |
|
7544 |
-
#: app/features/mec/settings.php:
|
7545 |
#, fuzzy
|
7546 |
#| msgid "Enable Mailchimp Integration"
|
7547 |
msgid "Enable Active Campaign Integration"
|
7548 |
msgstr "Povolit integraci Mailchimp"
|
7549 |
|
7550 |
-
#: app/features/mec/settings.php:
|
7551 |
msgid "API URL"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
-
#: app/features/mec/settings.php:
|
7555 |
#, fuzzy
|
7556 |
#| msgid "Mailchimp Integration"
|
7557 |
msgid "AWeber Integration"
|
7558 |
msgstr "Integrace Mailchimp"
|
7559 |
|
7560 |
-
#: app/features/mec/settings.php:
|
7561 |
#, fuzzy
|
7562 |
#| msgid "Enable Mailchimp Integration"
|
7563 |
msgid "Enable AWeber Integration"
|
7564 |
msgstr "Povolit integraci Mailchimp"
|
7565 |
|
7566 |
-
#: app/features/mec/settings.php:
|
7567 |
#, fuzzy, php-format
|
7568 |
#| msgid "Third Party plugin is not installed and activated!"
|
7569 |
msgid "%s plugin should be installed and connected to your AWeber account."
|
7570 |
msgstr "Plugin třetích stran není nainstalován a aktivován!"
|
7571 |
|
7572 |
-
#: app/features/mec/settings.php:
|
7573 |
#, php-format
|
7574 |
msgid "More information about the list ID can be found %s."
|
7575 |
msgstr ""
|
7576 |
|
7577 |
-
#: app/features/mec/settings.php:
|
7578 |
#, fuzzy
|
7579 |
#| msgid "Mailchimp Integration"
|
7580 |
msgid "MailPoet Integration"
|
7581 |
msgstr "Integrace Mailchimp"
|
7582 |
|
7583 |
-
#: app/features/mec/settings.php:
|
7584 |
#, fuzzy
|
7585 |
#| msgid "Enable Mailchimp Integration"
|
7586 |
msgid "Enable MailPoet Integration"
|
7587 |
msgstr "Povolit integraci Mailchimp"
|
7588 |
|
7589 |
-
#: app/features/mec/settings.php:
|
7590 |
#: app/skins/default_full_calendar/tpl.php:78
|
7591 |
#: app/skins/full_calendar/tpl.php:125
|
7592 |
msgid "List"
|
7593 |
msgstr "Seznam"
|
7594 |
|
7595 |
-
#: app/features/mec/settings.php:
|
7596 |
#, fuzzy, php-format
|
7597 |
#| msgid "Third Party plugin is not installed and activated!"
|
7598 |
msgid "%s plugin should be installed and activated."
|
7599 |
msgstr "Plugin třetích stran není nainstalován a aktivován!"
|
7600 |
|
7601 |
-
#: app/features/mec/settings.php:
|
7602 |
#, fuzzy
|
7603 |
#| msgid "Mailchimp Integration"
|
7604 |
msgid "Sendfox Integration"
|
7605 |
msgstr "Integrace Mailchimp"
|
7606 |
|
7607 |
-
#: app/features/mec/settings.php:
|
7608 |
#, fuzzy
|
7609 |
#| msgid "Enable Mailchimp Integration"
|
7610 |
msgid "Enable Sendfox Integration"
|
7611 |
msgstr "Povolit integraci Mailchimp"
|
7612 |
|
7613 |
-
#: app/features/mec/settings.php:
|
7614 |
#, fuzzy, php-format
|
7615 |
#| msgid "Third Party plugin is not installed and activated!"
|
7616 |
msgid "%s plugin should be installed and connected to your Sendfox account."
|
@@ -7746,51 +7784,51 @@ msgstr ""
|
|
7746 |
msgid "Custom Fields"
|
7747 |
msgstr "Vlastní styly"
|
7748 |
|
7749 |
-
#: app/features/mec/single.php:
|
7750 |
msgid "URL"
|
7751 |
msgstr ""
|
7752 |
|
7753 |
-
#: app/features/mec/single.php:
|
7754 |
#, fuzzy
|
7755 |
#| msgid "Don't show map in single event page"
|
7756 |
msgid "Display Event Fields in Single Event Pages"
|
7757 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
7758 |
|
7759 |
-
#: app/features/mec/single.php:
|
7760 |
msgid "Show countdown module on event page"
|
7761 |
msgstr "Zobrazit modul odpočítávání na stránce události"
|
7762 |
|
7763 |
-
#: app/features/mec/single.php:
|
7764 |
msgid "Countdown Style"
|
7765 |
msgstr "Styl Odpočítávání"
|
7766 |
|
7767 |
-
#: app/features/mec/single.php:
|
7768 |
msgid "Plain Style"
|
7769 |
msgstr "Prostý styl"
|
7770 |
|
7771 |
-
#: app/features/mec/single.php:
|
7772 |
msgid "Flip Style"
|
7773 |
msgstr "Styl překlopení"
|
7774 |
|
7775 |
-
#: app/features/mec/single.php:
|
7776 |
msgid "Exceptional days (Exclude Dates)"
|
7777 |
msgstr "Výjimečné dny (kromě dat)"
|
7778 |
|
7779 |
-
#: app/features/mec/single.php:
|
7780 |
msgid "Show exceptional days option on Add/Edit events page"
|
7781 |
msgstr "Zobrazit možnost výjimečných dnů na stránce Přidat / Upravit události"
|
7782 |
|
7783 |
-
#: app/features/mec/single.php:
|
7784 |
msgid ""
|
7785 |
"Using this option you can exclude certain days from event occurrence dates."
|
7786 |
msgstr ""
|
7787 |
"Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
|
7788 |
|
7789 |
-
#: app/features/mec/single.php:
|
7790 |
msgid "Additional Organizers"
|
7791 |
msgstr "Další organizátoři"
|
7792 |
|
7793 |
-
#: app/features/mec/single.php:
|
7794 |
msgid ""
|
7795 |
"Show additional organizers option on Add/Edit events page and single event "
|
7796 |
"page."
|
@@ -7798,15 +7836,15 @@ msgstr ""
|
|
7798 |
"Zobrazit další možnost organizátorů na stránce Přidat / Upravit události a "
|
7799 |
"na stránce jedné události."
|
7800 |
|
7801 |
-
#: app/features/mec/single.php:
|
7802 |
msgid "Enable Description For Other Organizers."
|
7803 |
msgstr ""
|
7804 |
|
7805 |
-
#: app/features/mec/single.php:
|
7806 |
msgid "Additional locations"
|
7807 |
msgstr "Další místa"
|
7808 |
|
7809 |
-
#: app/features/mec/single.php:
|
7810 |
msgid ""
|
7811 |
"Show additional locations option on Add/Edit events page and single event "
|
7812 |
"page."
|
@@ -7814,28 +7852,28 @@ msgstr ""
|
|
7814 |
"Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
|
7815 |
"jediné události."
|
7816 |
|
7817 |
-
#: app/features/mec/single.php:
|
7818 |
-
#: app/skins/single.php:170 app/skins/single.php:
|
7819 |
msgid "Related Events"
|
7820 |
msgstr "Související události"
|
7821 |
|
7822 |
-
#: app/features/mec/single.php:
|
7823 |
msgid "Display related events based on taxonomy in single event page."
|
7824 |
msgstr ""
|
7825 |
"Zobrazte související události na základě taxonomie na stránce s jednou "
|
7826 |
"událostí."
|
7827 |
|
7828 |
-
#: app/features/mec/single.php:
|
7829 |
msgid "Select Taxonomies:"
|
7830 |
msgstr "Vyberte taxonomie:"
|
7831 |
|
7832 |
-
#: app/features/mec/single.php:
|
7833 |
#, fuzzy
|
7834 |
#| msgid "Next/Previous Buttons"
|
7835 |
msgid "Next / Previous Events"
|
7836 |
msgstr "Tlačítka Další / Předchozí"
|
7837 |
|
7838 |
-
#: app/features/mec/single.php:
|
7839 |
#, fuzzy
|
7840 |
#| msgid "Display related events based on taxonomy in single event page."
|
7841 |
msgid "Display next / previous events based on taxonomy in single event page."
|
@@ -7843,13 +7881,13 @@ msgstr ""
|
|
7843 |
"Zobrazte související události na základě taxonomie na stránce s jednou "
|
7844 |
"událostí."
|
7845 |
|
7846 |
-
#: app/features/mec/single.php:
|
7847 |
#, fuzzy
|
7848 |
#| msgid "Next Occurrence"
|
7849 |
msgid "Edit Per Occurrences"
|
7850 |
msgstr "Další výskyt"
|
7851 |
|
7852 |
-
#: app/features/mec/single.php:
|
7853 |
msgid "Ability to edit some event information per occurrence"
|
7854 |
msgstr ""
|
7855 |
|
@@ -8684,8 +8722,8 @@ msgstr "např. info@itreseni.cz"
|
|
8684 |
msgid "eg. https://webnus.net"
|
8685 |
msgstr "např. https://webnus.net"
|
8686 |
|
8687 |
-
#: app/features/organizers.php:312 app/libraries/main.php:
|
8688 |
-
#: app/libraries/main.php:
|
8689 |
msgid "Other Organizers"
|
8690 |
msgstr "Další organizátoři"
|
8691 |
|
@@ -8762,7 +8800,7 @@ msgstr ""
|
|
8762 |
|
8763 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:550
|
8764 |
#: app/modules/booking/steps/form.php:349
|
8765 |
-
#: app/modules/booking/steps/tickets.php:
|
8766 |
#: app/skins/countdown/tpl.php:169 app/skins/countdown/tpl.php:216
|
8767 |
msgid "Next"
|
8768 |
msgstr "Další"
|
@@ -8875,7 +8913,7 @@ msgstr "Přidat nový zkrácený kód"
|
|
8875 |
msgid "Please %s/%s in order to see your bookings / profile."
|
8876 |
msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
|
8877 |
|
8878 |
-
#: app/features/profile/profile.php:20 app/libraries/main.php:
|
8879 |
msgid "Your booking already canceled!"
|
8880 |
msgstr "Vaše rezervace již byla zrušena!"
|
8881 |
|
@@ -8883,11 +8921,11 @@ msgstr "Vaše rezervace již byla zrušena!"
|
|
8883 |
msgid "#"
|
8884 |
msgstr "#"
|
8885 |
|
8886 |
-
#: app/features/profile/profile.php:61 app/libraries/main.php:
|
8887 |
msgid "Status"
|
8888 |
msgstr "Stav"
|
8889 |
|
8890 |
-
#: app/features/profile/profile.php:64 app/libraries/main.php:
|
8891 |
msgid "Attendees"
|
8892 |
msgstr "Účastníci"
|
8893 |
|
@@ -8943,14 +8981,14 @@ msgstr "Vyhledat"
|
|
8943 |
msgid "No search result."
|
8944 |
msgstr "Žádný výsledek vyhledávání."
|
8945 |
|
8946 |
-
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:
|
8947 |
-
#: app/libraries/main.php:
|
8948 |
#: app/libraries/render.php:538 app/libraries/render.php:730
|
8949 |
#: app/libraries/render.php:788 app/libraries/render.php:885
|
8950 |
#: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
|
8951 |
#: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
|
8952 |
#: app/modules/next-event/details.php:154
|
8953 |
-
#: app/modules/next-event/multiple.php:64 app/skins/single.php:
|
8954 |
#: app/skins/single/default.php:124 app/skins/single/default.php:358
|
8955 |
#: app/skins/single/m1.php:46 app/skins/single/modern.php:222
|
8956 |
#, fuzzy
|
@@ -8976,7 +9014,7 @@ msgid "Insert speaker email address."
|
|
8976 |
msgstr "Vložte email řečníka."
|
8977 |
|
8978 |
#: app/features/speakers.php:135 app/features/speakers.php:208
|
8979 |
-
#: app/skins/single.php:
|
8980 |
#: app/skins/single/default.php:202 app/skins/single/default.php:268
|
8981 |
#: app/skins/single/default.php:435 app/skins/single/default.php:501
|
8982 |
#: app/skins/single/m1.php:126 app/skins/single/m1.php:180
|
@@ -9188,33 +9226,33 @@ msgstr "Do např. 8:45"
|
|
9188 |
msgid "New Day"
|
9189 |
msgstr "Nový den"
|
9190 |
|
9191 |
-
#: app/libraries/main.php:366 app/libraries/main.php:
|
9192 |
-
#: app/libraries/main.php:
|
9193 |
msgid "Agenda View"
|
9194 |
msgstr "Zobrazení agendy"
|
9195 |
|
9196 |
-
#: app/libraries/main.php:367 app/libraries/main.php:
|
9197 |
-
#: app/libraries/main.php:
|
9198 |
msgid "Full Calendar"
|
9199 |
msgstr "Plný kalendář"
|
9200 |
|
9201 |
-
#: app/libraries/main.php:369 app/libraries/main.php:
|
9202 |
-
#: app/libraries/main.php:
|
9203 |
msgid "Calendar/Monthly View"
|
9204 |
msgstr "Kalendář / zobrazení měsíce"
|
9205 |
|
9206 |
-
#: app/libraries/main.php:372 app/libraries/main.php:
|
9207 |
-
#: app/libraries/main.php:
|
9208 |
msgid "Timetable View"
|
9209 |
msgstr "Zobrazení rozvrhu"
|
9210 |
|
9211 |
-
#: app/libraries/main.php:373 app/libraries/main.php:
|
9212 |
-
#: app/libraries/main.php:
|
9213 |
msgid "Masonry View"
|
9214 |
msgstr "Zobrazení zdi"
|
9215 |
|
9216 |
-
#: app/libraries/main.php:374 app/libraries/main.php:
|
9217 |
-
#: app/libraries/main.php:
|
9218 |
msgid "Map View"
|
9219 |
msgstr "Zobrazení mapy"
|
9220 |
|
@@ -9245,38 +9283,38 @@ msgstr "Zobrazení posuvníku"
|
|
9245 |
msgid "Timeline View"
|
9246 |
msgstr "Zobrazení rozvrhu"
|
9247 |
|
9248 |
-
#: app/libraries/main.php:419 app/libraries/main.php:
|
9249 |
-
#: app/libraries/main.php:
|
9250 |
msgid "SU"
|
9251 |
msgstr "NE"
|
9252 |
|
9253 |
-
#: app/libraries/main.php:420 app/libraries/main.php:
|
9254 |
-
#: app/libraries/main.php:
|
9255 |
msgid "MO"
|
9256 |
msgstr "PO"
|
9257 |
|
9258 |
-
#: app/libraries/main.php:421 app/libraries/main.php:
|
9259 |
-
#: app/libraries/main.php:
|
9260 |
msgid "TU"
|
9261 |
msgstr "ÚT"
|
9262 |
|
9263 |
-
#: app/libraries/main.php:422 app/libraries/main.php:
|
9264 |
-
#: app/libraries/main.php:
|
9265 |
msgid "WE"
|
9266 |
msgstr "ST"
|
9267 |
|
9268 |
-
#: app/libraries/main.php:423 app/libraries/main.php:
|
9269 |
-
#: app/libraries/main.php:
|
9270 |
msgid "TH"
|
9271 |
msgstr "ČT"
|
9272 |
|
9273 |
-
#: app/libraries/main.php:424 app/libraries/main.php:
|
9274 |
-
#: app/libraries/main.php:
|
9275 |
msgid "FR"
|
9276 |
msgstr "PÁ"
|
9277 |
|
9278 |
-
#: app/libraries/main.php:425 app/libraries/main.php:
|
9279 |
-
#: app/libraries/main.php:
|
9280 |
msgid "SA"
|
9281 |
msgstr "SO"
|
9282 |
|
@@ -9292,11 +9330,11 @@ msgstr "Nahrát pole"
|
|
9292 |
msgid "Modules"
|
9293 |
msgstr "Moduly"
|
9294 |
|
9295 |
-
#: app/libraries/main.php:
|
9296 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
9297 |
msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
|
9298 |
|
9299 |
-
#: app/libraries/main.php:
|
9300 |
msgid ""
|
9301 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
9302 |
"released. This is a revolution in the world of Event Calendars. We have "
|
@@ -9307,7 +9345,7 @@ msgstr ""
|
|
9307 |
"revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
|
9308 |
"pouze tím, že máme 4 doplňky, viz níže:"
|
9309 |
|
9310 |
-
#: app/libraries/main.php:
|
9311 |
msgid ""
|
9312 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
9313 |
"products) and Woo products at the same time."
|
@@ -9315,7 +9353,7 @@ msgstr ""
|
|
9315 |
"<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
|
9316 |
"produkty) a produkty Woo současně."
|
9317 |
|
9318 |
-
#: app/libraries/main.php:
|
9319 |
msgid ""
|
9320 |
"<strong>Event API:</strong> display your events (shortcodes/single event) on "
|
9321 |
"other websites without MEC. Use JSON output features to make your Apps "
|
@@ -9325,179 +9363,179 @@ msgstr ""
|
|
9325 |
"událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
|
9326 |
"aplikace byly kompatibilní s MEC."
|
9327 |
|
9328 |
-
#: app/libraries/main.php:
|
9329 |
msgid ""
|
9330 |
"<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
|
9331 |
"main websites. Changes in the main one will be inherited by the subsites. "
|
9332 |
"you can set these up in the admin panel."
|
9333 |
msgstr ""
|
9334 |
|
9335 |
-
#: app/libraries/main.php:
|
9336 |
msgid ""
|
9337 |
"<strong>User Dashboard:</strong> Create exclusive pages for users. These "
|
9338 |
"pages can contain ticket purchase information, information about registered "
|
9339 |
"events. Users can now log in to purchase tickets."
|
9340 |
msgstr ""
|
9341 |
|
9342 |
-
#: app/libraries/main.php:
|
9343 |
msgid "find out more"
|
9344 |
msgstr ""
|
9345 |
|
9346 |
-
#: app/libraries/main.php:
|
9347 |
msgid "Events at this location"
|
9348 |
msgstr "Události na tomto místě"
|
9349 |
|
9350 |
-
#: app/libraries/main.php:
|
9351 |
msgid "Event at this location"
|
9352 |
msgstr "Událost na tomto místě"
|
9353 |
|
9354 |
-
#: app/libraries/main.php:
|
9355 |
msgid "Facebook"
|
9356 |
msgstr "Facebook"
|
9357 |
|
9358 |
-
#: app/libraries/main.php:
|
9359 |
msgid "Twitter"
|
9360 |
msgstr "Twitter"
|
9361 |
|
9362 |
-
#: app/libraries/main.php:
|
9363 |
msgid "Linkedin"
|
9364 |
msgstr "Linkedin"
|
9365 |
|
9366 |
-
#: app/libraries/main.php:
|
9367 |
msgid "VK"
|
9368 |
msgstr "VK"
|
9369 |
|
9370 |
-
#: app/libraries/main.php:
|
9371 |
msgid "Tumblr"
|
9372 |
msgstr ""
|
9373 |
|
9374 |
-
#: app/libraries/main.php:
|
9375 |
msgid "Pinterest"
|
9376 |
msgstr ""
|
9377 |
|
9378 |
-
#: app/libraries/main.php:
|
9379 |
msgid "Flipboard"
|
9380 |
msgstr ""
|
9381 |
|
9382 |
-
#: app/libraries/main.php:
|
9383 |
#, fuzzy
|
9384 |
#| msgid "Tickets"
|
9385 |
msgid "GetPocket"
|
9386 |
msgstr "Vstupenky"
|
9387 |
|
9388 |
-
#: app/libraries/main.php:
|
9389 |
msgid "Reddit"
|
9390 |
msgstr ""
|
9391 |
|
9392 |
-
#: app/libraries/main.php:
|
9393 |
msgid "WhatsApp"
|
9394 |
msgstr ""
|
9395 |
|
9396 |
-
#: app/libraries/main.php:
|
9397 |
msgid "Telegram"
|
9398 |
msgstr ""
|
9399 |
|
9400 |
-
#: app/libraries/main.php:
|
9401 |
msgid "Share on Facebook"
|
9402 |
msgstr "Sdílet na Facebooku"
|
9403 |
|
9404 |
-
#: app/libraries/main.php:
|
9405 |
msgid "Tweet"
|
9406 |
msgstr "Tweet"
|
9407 |
|
9408 |
-
#: app/libraries/main.php:
|
9409 |
#, fuzzy
|
9410 |
#| msgid "Share on Facebook"
|
9411 |
msgid "Share on Tumblr"
|
9412 |
msgstr "Sdílet na Facebooku"
|
9413 |
|
9414 |
-
#: app/libraries/main.php:
|
9415 |
msgid "Share on Pinterest"
|
9416 |
msgstr ""
|
9417 |
|
9418 |
-
#: app/libraries/main.php:
|
9419 |
#, fuzzy
|
9420 |
#| msgid "Share on Facebook"
|
9421 |
msgid "Share on Flipboard"
|
9422 |
msgstr "Sdílet na Facebooku"
|
9423 |
|
9424 |
-
#: app/libraries/main.php:
|
9425 |
#, fuzzy
|
9426 |
#| msgid "Share on Facebook"
|
9427 |
msgid "Share on GetPocket"
|
9428 |
msgstr "Sdílet na Facebooku"
|
9429 |
|
9430 |
-
#: app/libraries/main.php:
|
9431 |
#, fuzzy
|
9432 |
#| msgid "Share on Facebook"
|
9433 |
msgid "Share on Reddit"
|
9434 |
msgstr "Sdílet na Facebooku"
|
9435 |
|
9436 |
-
#: app/libraries/main.php:
|
9437 |
msgid "Share on Telegram"
|
9438 |
msgstr ""
|
9439 |
|
9440 |
-
#: app/libraries/main.php:
|
9441 |
msgid "Share on WhatsApp"
|
9442 |
msgstr ""
|
9443 |
|
9444 |
-
#: app/libraries/main.php:
|
9445 |
msgid "Custom Shortcode"
|
9446 |
msgstr "Uživatelské zkrácené kódy"
|
9447 |
|
9448 |
-
#: app/libraries/main.php:
|
9449 |
#, fuzzy
|
9450 |
#| msgid "The events are imported successfully!"
|
9451 |
msgid "Your booking has been verified successfully!"
|
9452 |
msgstr "Události byly úspěšně importovány!"
|
9453 |
|
9454 |
-
#: app/libraries/main.php:
|
9455 |
msgid "Your booking already verified!"
|
9456 |
msgstr "Vaše rezervace již byla ověřena!"
|
9457 |
|
9458 |
-
#: app/libraries/main.php:
|
9459 |
msgid "Your booking cannot verify!"
|
9460 |
msgstr "Vaši rezervaci nelze ověřit!"
|
9461 |
|
9462 |
-
#: app/libraries/main.php:
|
9463 |
msgid "Your booking successfully canceled."
|
9464 |
msgstr "Vaše rezervace byla úspěšně zrušena."
|
9465 |
|
9466 |
-
#: app/libraries/main.php:
|
9467 |
#, fuzzy
|
9468 |
#| msgid "The event is finished."
|
9469 |
msgid "The event is already finished!"
|
9470 |
msgstr "Událost je ukončena."
|
9471 |
|
9472 |
-
#: app/libraries/main.php:
|
9473 |
msgid "The cancelation window is not started yet."
|
9474 |
msgstr ""
|
9475 |
|
9476 |
-
#: app/libraries/main.php:
|
9477 |
msgid "The cancelation window is passed."
|
9478 |
msgstr ""
|
9479 |
|
9480 |
-
#: app/libraries/main.php:
|
9481 |
msgid "Your booking cannot be canceled."
|
9482 |
msgstr "Vaši rezervaci nelze zrušit."
|
9483 |
|
9484 |
-
#: app/libraries/main.php:
|
9485 |
msgid "You canceled the payment successfully."
|
9486 |
msgstr "Platbu jste úspěšně zrušili."
|
9487 |
|
9488 |
-
#: app/libraries/main.php:
|
9489 |
msgid "You returned from payment gateway successfully."
|
9490 |
msgstr "Úspěšně jste se vrátili z platební brány."
|
9491 |
|
9492 |
-
#: app/libraries/main.php:
|
9493 |
msgid "Cannot find the invoice!"
|
9494 |
msgstr "Fakturu nelze najít!"
|
9495 |
|
9496 |
-
#: app/libraries/main.php:
|
9497 |
msgid "Invoice is invalid."
|
9498 |
msgstr "Faktura je neplatná."
|
9499 |
|
9500 |
-
#: app/libraries/main.php:
|
9501 |
#, fuzzy
|
9502 |
#| msgid ""
|
9503 |
#| "Your booking still is not confirmed. You able download it after "
|
@@ -9507,239 +9545,239 @@ msgid ""
|
|
9507 |
msgstr ""
|
9508 |
"Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
|
9509 |
|
9510 |
-
#: app/libraries/main.php:
|
9511 |
msgid "Booking Not Confirmed."
|
9512 |
msgstr "Rezervace nebyla potvrzena."
|
9513 |
|
9514 |
-
#: app/libraries/main.php:
|
9515 |
msgid "Cannot find the booking!"
|
9516 |
msgstr "Nemohu najít rezervaci!"
|
9517 |
|
9518 |
-
#: app/libraries/main.php:
|
9519 |
msgid "Booking is invalid."
|
9520 |
msgstr "Rezervace není platná."
|
9521 |
|
9522 |
-
#: app/libraries/main.php:
|
9523 |
#, php-format
|
9524 |
msgid "%s Invoice"
|
9525 |
msgstr "%s Faktura"
|
9526 |
|
9527 |
-
#: app/libraries/main.php:
|
9528 |
#, fuzzy
|
9529 |
#| msgid "Date and Time"
|
9530 |
msgid "Date & Time"
|
9531 |
msgstr "Datum a čas"
|
9532 |
|
9533 |
-
#: app/libraries/main.php:
|
9534 |
#, fuzzy
|
9535 |
#| msgid "Booking Price"
|
9536 |
msgid "Booking Fields"
|
9537 |
msgstr "Cena rezervace"
|
9538 |
|
9539 |
-
#: app/libraries/main.php:
|
9540 |
msgid "Billing"
|
9541 |
msgstr "Fakturace"
|
9542 |
|
9543 |
-
#: app/libraries/main.php:
|
9544 |
#, fuzzy
|
9545 |
#| msgid "Coupons"
|
9546 |
msgid "Coupon Code"
|
9547 |
msgstr "Kupóny"
|
9548 |
|
9549 |
-
#: app/libraries/main.php:
|
9550 |
msgid "Total"
|
9551 |
msgstr "Celkem"
|
9552 |
|
9553 |
-
#: app/libraries/main.php:
|
9554 |
#, fuzzy
|
9555 |
#| msgid "Payment Gateways"
|
9556 |
msgid "Payment"
|
9557 |
msgstr "Platební brány"
|
9558 |
|
9559 |
-
#: app/libraries/main.php:
|
9560 |
#, fuzzy
|
9561 |
#| msgid "Payment Gateways"
|
9562 |
msgid "Payment Time"
|
9563 |
msgstr "Platební brány"
|
9564 |
|
9565 |
-
#: app/libraries/main.php:
|
9566 |
msgid "Request is not valid."
|
9567 |
msgstr "Požadavek není platný."
|
9568 |
|
9569 |
-
#: app/libraries/main.php:
|
9570 |
msgid "iCal export stopped!"
|
9571 |
msgstr "iCal export byl zastaven!"
|
9572 |
|
9573 |
-
#: app/libraries/main.php:
|
9574 |
-
#: app/libraries/main.php:
|
9575 |
-
#: app/libraries/main.php:
|
9576 |
-
#: app/libraries/main.php:
|
9577 |
-
#: app/libraries/main.php:
|
9578 |
-
#: app/libraries/main.php:
|
9579 |
-
#: app/libraries/main.php:
|
9580 |
-
#: app/libraries/main.php:
|
9581 |
msgid "Sort"
|
9582 |
msgstr "Seřadit"
|
9583 |
|
9584 |
-
#: app/libraries/main.php:
|
9585 |
-
#: app/libraries/main.php:
|
9586 |
-
#: app/libraries/main.php:
|
9587 |
-
#: app/libraries/main.php:
|
9588 |
-
#: app/libraries/main.php:
|
9589 |
-
#: app/libraries/main.php:
|
9590 |
-
#: app/libraries/main.php:
|
9591 |
msgid "Required Field"
|
9592 |
msgstr "Požadovaná pole"
|
9593 |
|
9594 |
-
#: app/libraries/main.php:
|
9595 |
-
#: app/libraries/main.php:
|
9596 |
-
#: app/libraries/main.php:
|
9597 |
-
#: app/libraries/main.php:
|
9598 |
-
#: app/libraries/main.php:
|
9599 |
-
#: app/libraries/main.php:
|
9600 |
-
#: app/libraries/main.php:
|
9601 |
msgid "Insert a label for this field"
|
9602 |
msgstr "Vložte štítek pro toto pole"
|
9603 |
|
9604 |
-
#: app/libraries/main.php:
|
9605 |
msgid "HTML and shortcode are allowed."
|
9606 |
msgstr "HTML a zkrácené kódy jsou povoleny."
|
9607 |
|
9608 |
-
#: app/libraries/main.php:
|
9609 |
-
#: app/libraries/main.php:
|
9610 |
msgid "Option"
|
9611 |
msgstr "Možnost"
|
9612 |
|
9613 |
-
#: app/libraries/main.php:
|
9614 |
#, php-format
|
9615 |
msgid "Instead of %s, the page title with a link will be show."
|
9616 |
msgstr "Místo%s se zobrazí název stránky s odkazem."
|
9617 |
|
9618 |
-
#: app/libraries/main.php:
|
9619 |
msgid "Agreement Page"
|
9620 |
msgstr "Stránka smlouvy"
|
9621 |
|
9622 |
-
#: app/libraries/main.php:
|
9623 |
msgid "Checked by default"
|
9624 |
msgstr "Ve výchozím nastavení zaškrtnuto"
|
9625 |
|
9626 |
-
#: app/libraries/main.php:
|
9627 |
msgid "Unchecked by default"
|
9628 |
msgstr "Ve výchozím nastavení není zaškrtnuto"
|
9629 |
|
9630 |
-
#: app/libraries/main.php:
|
9631 |
msgid "Insert a label for this option"
|
9632 |
msgstr "Vložte štítek pro tuto možnost"
|
9633 |
|
9634 |
-
#: app/libraries/main.php:
|
9635 |
msgid "Free"
|
9636 |
msgstr "Zdarma"
|
9637 |
|
9638 |
-
#: app/libraries/main.php:
|
9639 |
msgid "M.E. Calender"
|
9640 |
msgstr "M.E. Kalendář"
|
9641 |
|
9642 |
-
#: app/libraries/main.php:
|
9643 |
#, php-format
|
9644 |
msgid "Copy of %s"
|
9645 |
msgstr "Kopie %s"
|
9646 |
|
9647 |
-
#: app/libraries/main.php:
|
9648 |
msgid "Booked an event."
|
9649 |
msgstr "Událost byla rezervována."
|
9650 |
|
9651 |
-
#: app/libraries/main.php:
|
9652 |
#, php-format
|
9653 |
msgid "%s booked %s event."
|
9654 |
msgstr "%s zarezervoval %s událost."
|
9655 |
|
9656 |
-
#: app/libraries/main.php:
|
9657 |
msgid "Taxonomies"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Modern Events Calendar Lite\n"
|
4 |
+
"POT-Creation-Date: 2020-12-30 11:46+0330\n"
|
5 |
+
"PO-Revision-Date: 2020-12-30 11:47+0330\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: cs_CZ\n"
|
23 |
|
24 |
#: app/addons/KC.php:68 app/addons/VC.php:59 app/features/ix/import.php:24
|
25 |
#: app/features/ix/import.php:37 app/features/ix/import.php:55
|
26 |
+
#: app/features/ix/thirdparty.php:26 app/features/mec.php:1172
|
27 |
+
#: app/features/mec.php:1196 app/features/mec/dashboard.php:63
|
28 |
#: app/widgets/MEC.php:33
|
29 |
msgid "Modern Events Calendar"
|
30 |
msgstr "Moderní kalendář událostí"
|
35 |
msgid "Content"
|
36 |
msgstr "Obsah"
|
37 |
|
38 |
+
#: app/addons/KC.php:75 app/addons/VC.php:70 app/features/mec.php:500
|
39 |
+
#: app/features/mec.php:531 app/features/mec.php:561
|
40 |
msgid "Shortcode"
|
41 |
msgstr "Zkrácený kód"
|
42 |
|
86 |
msgid "Select Shortcode"
|
87 |
msgstr "Přidat nový zkrácený kód"
|
88 |
|
89 |
+
#: app/features/booking/calendar_novel.php:180
|
90 |
+
#, fuzzy
|
91 |
+
#| msgid "Local Time"
|
92 |
+
msgid "Chosen Time:"
|
93 |
+
msgstr "Místní čas"
|
94 |
+
|
95 |
#: app/features/colors.php:50 app/features/fes/form.php:915
|
96 |
+
#: app/features/mec/settings.php:802
|
97 |
msgid "Event Color"
|
98 |
msgstr "Barva události"
|
99 |
|
103 |
msgid "Recent Colors"
|
104 |
msgstr "Barva události"
|
105 |
|
106 |
+
#: app/features/contextual.php:55 app/features/mec.php:474
|
107 |
#: app/features/mec/dashboard.php:141 app/features/mec/support.php:20
|
108 |
#: app/features/popup/event.php:60 app/features/popup/shortcode.php:37
|
109 |
#: app/libraries/main.php:650
|
110 |
msgid "Settings"
|
111 |
msgstr "Nastavení"
|
112 |
|
113 |
+
#: app/features/contextual.php:62 app/features/events.php:1495
|
114 |
+
#: app/features/events.php:2435 app/features/mec/booking.php:616
|
115 |
+
#: app/features/mec/booking.php:882 app/features/mec/settings.php:889
|
116 |
#: app/features/mec/support.php:29 app/libraries/main.php:602
|
117 |
msgid "Booking Form"
|
118 |
msgstr "Rezervační formulář"
|
140 |
"www.youtube.com/embed/YM8cCOvgpk0\" frameborder=\"0\" allowfullscreen></"
|
141 |
"iframe>"
|
142 |
|
143 |
+
#: app/features/contextual.php:70 app/features/events.php:1503
|
144 |
+
#: app/features/mec/booking.php:826 app/features/mec/support-page.php:115
|
145 |
#: app/features/mec/support.php:36 app/libraries/main.php:604
|
146 |
msgid "Payment Gateways"
|
147 |
msgstr "Platební brány"
|
156 |
"\"300\" src=\"https://www.youtube.com/embed/Hpg4chWlxoQ\" frameborder=\"0\" "
|
157 |
"allowfullscreen></iframe>"
|
158 |
|
159 |
+
#: app/features/contextual.php:77 app/features/events.php:397
|
160 |
#: app/features/mec/support-page.php:117 app/features/mec/support.php:45
|
161 |
#: app/libraries/main.php:798
|
162 |
msgid "Notifications"
|
248 |
msgid "General Options"
|
249 |
msgstr "Obecné možnosti"
|
250 |
|
251 |
+
#: app/features/contextual.php:139 app/features/mec/settings.php:498
|
252 |
#: app/libraries/main.php:568
|
253 |
msgid "Slugs/Permalinks"
|
254 |
msgstr "Název v URL / Trvalé odkazy"
|
257 |
msgid "Event Details/Single Event Page"
|
258 |
msgstr "Podrobnosti o události / Stránka jedné události"
|
259 |
|
260 |
+
#: app/features/contextual.php:166 app/features/mec/settings.php:530
|
261 |
#: app/libraries/main.php:569
|
262 |
msgid "Currency Options"
|
263 |
msgstr "Možnosti Měna"
|
266 |
msgid "Google Maps Options"
|
267 |
msgstr "Možnosti Google Maps"
|
268 |
|
269 |
+
#: app/features/contextual.php:244 app/features/mec/settings.php:587
|
270 |
#: app/libraries/main.php:570
|
271 |
msgid "Google Recaptcha Options"
|
272 |
msgstr "Možnosti Google Recaptcha"
|
273 |
|
274 |
+
#: app/features/contextual.php:258 app/features/mec/single.php:261
|
275 |
#: app/libraries/main.php:588
|
276 |
msgid "Countdown Options"
|
277 |
msgstr "Možnosti Odpočítávání"
|
285 |
msgid "Next Event Module"
|
286 |
msgstr "Modul Další události"
|
287 |
|
288 |
+
#: app/features/contextual.php:286 app/features/mec/settings.php:627
|
289 |
#: app/features/mec/support-page.php:98 app/libraries/main.php:571
|
290 |
msgid "Frontend Event Submission"
|
291 |
msgstr "Předání události frontendu"
|
292 |
|
293 |
+
#: app/features/contextual.php:298 app/features/events.php:390
|
294 |
#: app/libraries/main.php:589
|
295 |
msgid "Exceptional Days"
|
296 |
msgstr "Výjimečné dny"
|
297 |
|
298 |
+
#: app/features/contextual.php:308 app/features/events.php:360
|
299 |
#: app/features/mec/booking.php:96 app/features/mec/notifications.php:36
|
300 |
#: app/features/mec/support-page.php:110 app/features/mec/support-page.php:114
|
301 |
#: app/libraries/main.php:597 app/libraries/main.php:628
|
303 |
msgid "Booking"
|
304 |
msgstr "Rezervace"
|
305 |
|
306 |
+
#: app/features/contextual.php:318 app/features/mec/booking.php:438
|
307 |
+
#: app/features/mec/booking.php:842 app/libraries/main.php:599
|
308 |
msgid "Coupons"
|
309 |
msgstr "Kupóny"
|
310 |
|
313 |
msgid "BuddyPress Integration"
|
314 |
msgstr "Integrace BuddyPress"
|
315 |
|
316 |
+
#: app/features/contextual.php:334 app/features/mec/settings.php:1103
|
317 |
#: app/libraries/main.php:575
|
318 |
msgid "Mailchimp Integration"
|
319 |
msgstr "Integrace Mailchimp"
|
322 |
msgid "MEC Activation"
|
323 |
msgstr "Aktivace MEC"
|
324 |
|
325 |
+
#: app/features/dlfile.php:121 app/features/events.php:1500
|
326 |
+
#: app/features/mec/booking.php:358 app/features/mec/settings.php:924
|
327 |
#, fuzzy
|
328 |
#| msgid "Download ICS file"
|
329 |
msgid "Downloadable File"
|
361 |
msgid "File uploaded!"
|
362 |
msgstr "Obrázek je nahraný!"
|
363 |
|
364 |
+
#: app/features/events.php:178 app/features/ix/export.php:34
|
365 |
+
#: app/features/mec/dashboard.php:265 app/libraries/main.php:5608
|
366 |
+
#: app/libraries/main.php:5628 app/skins/daily_view/tpl.php:82
|
367 |
#: app/skins/monthly_view/tpl.php:73 app/skins/tile/tpl.php:83
|
368 |
#: app/skins/yearly_view/tpl.php:71
|
369 |
msgid "Events"
|
370 |
msgstr "Události"
|
371 |
|
372 |
+
#: app/features/events.php:179 app/features/fes.php:243
|
373 |
#: app/features/mec/meta_boxes/display_options.php:1618
|
374 |
#: app/features/mec/meta_boxes/display_options.php:1712
|
375 |
#: app/features/mec/meta_boxes/display_options.php:1785
|
379 |
msgid "Event"
|
380 |
msgstr "Událost"
|
381 |
|
382 |
+
#: app/features/events.php:180 app/features/mec.php:460
|
383 |
msgid "Add Event"
|
384 |
msgstr "Přidat událost"
|
385 |
|
386 |
+
#: app/features/events.php:181 app/features/mec/dashboard.php:140
|
387 |
msgid "Add New Event"
|
388 |
msgstr "Přidat novou událost"
|
389 |
|
390 |
+
#: app/features/events.php:182 app/features/ix.php:4406
|
391 |
#: app/features/ix/thirdparty.php:44 app/skins/map/tpl.php:69
|
392 |
#: app/skins/map/tpl.php:89
|
393 |
msgid "No events found!"
|
394 |
msgstr "Nebyly nalezeny žádné události!"
|
395 |
|
396 |
+
#: app/features/events.php:183
|
397 |
msgid "All Events"
|
398 |
msgstr "Všechny události"
|
399 |
|
400 |
+
#: app/features/events.php:184
|
401 |
msgid "Edit Event"
|
402 |
msgstr "Editace události"
|
403 |
|
404 |
+
#: app/features/events.php:185 app/features/fes/list.php:87
|
405 |
#: app/features/popup/event.php:252
|
406 |
msgid "View Event"
|
407 |
msgstr "Zobrazit událost"
|
408 |
|
409 |
+
#: app/features/events.php:186
|
410 |
msgid "No events found in Trash!"
|
411 |
msgstr "V koši nebyly nalezeny žádné události!"
|
412 |
|
413 |
+
#: app/features/events.php:203 app/features/events.php:3521
|
414 |
#: app/features/mec/meta_boxes/display_options.php:1475
|
415 |
#: app/features/mec/meta_boxes/search_form.php:31
|
416 |
#: app/features/mec/meta_boxes/search_form.php:102
|
423 |
#: app/features/mec/meta_boxes/search_form.php:587
|
424 |
#: app/features/mec/meta_boxes/search_form.php:657
|
425 |
#: app/features/mec/meta_boxes/search_form.php:763
|
426 |
+
#: app/features/mec/settings.php:996 app/features/mec/settings.php:1056
|
427 |
+
#: app/features/mec/single.php:344 app/features/mec/single.php:386
|
428 |
+
#: app/features/search.php:68 app/libraries/main.php:6526
|
429 |
+
#: app/libraries/main.php:6580 app/libraries/skins.php:938
|
430 |
+
#: app/skins/single.php:1017 app/skins/single/default.php:219
|
431 |
#: app/skins/single/default.php:452 app/skins/single/m1.php:196
|
432 |
#: app/skins/single/m2.php:119 app/skins/single/modern.php:140
|
433 |
msgid "Category"
|
434 |
msgstr "Kategorie"
|
435 |
|
436 |
+
#: app/features/events.php:204 app/features/events.php:3476
|
437 |
+
#: app/features/fes/form.php:865 app/features/mec.php:462
|
438 |
#: app/features/mec/meta_boxes/filter.php:69
|
439 |
+
#: app/features/mec/meta_boxes/filter.php:79 app/libraries/main.php:6525
|
440 |
+
#: app/libraries/main.php:6579
|
441 |
msgid "Categories"
|
442 |
msgstr "Kategorie"
|
443 |
|
444 |
+
#: app/features/events.php:214 app/features/labels.php:71
|
445 |
#: app/features/locations.php:69 app/features/organizers.php:69
|
446 |
#: app/features/speakers.php:71
|
447 |
#, php-format
|
448 |
msgid "All %s"
|
449 |
msgstr "Všechny %s"
|
450 |
|
451 |
+
#: app/features/events.php:215 app/features/labels.php:72
|
452 |
#: app/features/locations.php:70 app/features/organizers.php:70
|
453 |
#: app/features/speakers.php:72
|
454 |
#, php-format
|
455 |
msgid "Edit %s"
|
456 |
msgstr "Editovat %s"
|
457 |
|
458 |
+
#: app/features/events.php:216 app/features/labels.php:73
|
459 |
#: app/features/locations.php:71 app/features/organizers.php:71
|
460 |
#: app/features/speakers.php:73
|
461 |
#, php-format
|
462 |
msgid "View %s"
|
463 |
msgstr "Zobrazit %s"
|
464 |
|
465 |
+
#: app/features/events.php:217 app/features/labels.php:74
|
466 |
#: app/features/locations.php:72 app/features/organizers.php:72
|
467 |
#: app/features/speakers.php:74
|
468 |
#, php-format
|
469 |
msgid "Update %s"
|
470 |
msgstr "Aktualizovat %s"
|
471 |
|
472 |
+
#: app/features/events.php:218 app/features/labels.php:75
|
473 |
#: app/features/locations.php:73 app/features/organizers.php:73
|
474 |
#: app/features/speakers.php:75
|
475 |
#, php-format
|
476 |
msgid "Add New %s"
|
477 |
msgstr "Přidat novou %s"
|
478 |
|
479 |
+
#: app/features/events.php:219 app/features/labels.php:76
|
480 |
#: app/features/locations.php:74 app/features/organizers.php:74
|
481 |
#: app/features/speakers.php:76
|
482 |
#, php-format
|
483 |
msgid "New %s Name"
|
484 |
msgstr "Nové jméno %s"
|
485 |
|
486 |
+
#: app/features/events.php:220 app/features/labels.php:77
|
487 |
#: app/features/locations.php:75 app/features/organizers.php:75
|
488 |
#: app/features/speakers.php:77
|
489 |
#, php-format
|
490 |
msgid "Popular %s"
|
491 |
msgstr "Populární %s"
|
492 |
|
493 |
+
#: app/features/events.php:221 app/features/labels.php:78
|
494 |
#: app/features/locations.php:76 app/features/organizers.php:76
|
495 |
#: app/features/speakers.php:78
|
496 |
#, php-format
|
497 |
msgid "Search %s"
|
498 |
msgstr "Vyhledat %s"
|
499 |
|
500 |
+
#: app/features/events.php:249 app/features/events.php:286
|
501 |
msgid "Category Icon"
|
502 |
msgstr "Ikona kategorie"
|
503 |
|
504 |
+
#: app/features/events.php:252 app/features/events.php:291
|
505 |
msgid "Select icon"
|
506 |
msgstr "Vybrat ikonu"
|
507 |
|
508 |
+
#: app/features/events.php:256 app/features/events.php:300
|
509 |
+
msgid "Fallback Image"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: app/features/events.php:259 app/features/events.php:305
|
513 |
+
#: app/features/locations.php:160 app/features/locations.php:212
|
514 |
+
#: app/features/organizers.php:132 app/features/organizers.php:163
|
515 |
+
#: app/features/speakers.php:180 app/features/speakers.php:231
|
516 |
+
msgid "Upload/Add image"
|
517 |
+
msgstr "Nahrát / přidat obrázek"
|
518 |
+
|
519 |
+
#: app/features/events.php:260 app/features/events.php:306
|
520 |
+
#: app/features/locations.php:161 app/features/locations.php:213
|
521 |
+
#: app/features/locations.php:387 app/features/locations.php:394
|
522 |
+
#: app/features/organizers.php:133 app/features/organizers.php:164
|
523 |
+
#: app/features/organizers.php:299 app/features/organizers.php:306
|
524 |
+
#: app/features/speakers.php:181 app/features/speakers.php:232
|
525 |
+
msgid "Remove image"
|
526 |
+
msgstr "Odebrat obrázek"
|
527 |
+
|
528 |
+
#: app/features/events.php:355
|
529 |
msgid "Event Details"
|
530 |
msgstr "Podrobnosti události"
|
531 |
|
532 |
+
#: app/features/events.php:386
|
533 |
#, fuzzy
|
534 |
#| msgid "Event Details"
|
535 |
msgid "FES Details"
|
536 |
msgstr "Podrobnosti události"
|
537 |
|
538 |
+
#: app/features/events.php:387
|
539 |
#, fuzzy
|
540 |
#| msgid "Date and Time"
|
541 |
msgid "Date And Time"
|
542 |
msgstr "Datum a čas"
|
543 |
|
544 |
+
#: app/features/events.php:388 app/features/fes/form.php:366
|
545 |
msgid "Event Repeating"
|
546 |
msgstr "Opakování události"
|
547 |
|
548 |
+
#: app/features/events.php:389 app/features/events.php:1229
|
549 |
+
#: app/features/mec/single.php:168
|
550 |
#, fuzzy
|
551 |
#| msgid "Event Detail"
|
552 |
msgid "Event Data"
|
553 |
msgstr "Zobrazit událost"
|
554 |
|
555 |
+
#: app/features/events.php:391 app/features/mec/settings.php:832
|
556 |
+
#: app/libraries/hourlyschedule.php:35 app/skins/single.php:1416
|
557 |
msgid "Hourly Schedule"
|
558 |
msgstr "Hodinový rozvrh"
|
559 |
|
560 |
+
#: app/features/events.php:392
|
561 |
#, fuzzy
|
562 |
#| msgid "Location"
|
563 |
msgid "Location/Venue"
|
564 |
msgstr "Umístění"
|
565 |
|
566 |
+
#: app/features/events.php:393
|
567 |
#, fuzzy
|
568 |
#| msgid "Link"
|
569 |
msgid "Links"
|
570 |
msgstr "Odkaz"
|
571 |
|
572 |
+
#: app/features/events.php:394 app/features/events.php:3523
|
573 |
+
#: app/features/events.php:3712 app/features/ix.php:3995
|
574 |
+
#: app/features/ix.php:4037
|
575 |
#: app/features/mec/meta_boxes/display_options.php:1478
|
576 |
#: app/features/mec/meta_boxes/search_form.php:46
|
577 |
#: app/features/mec/meta_boxes/search_form.php:117
|
584 |
#: app/features/mec/meta_boxes/search_form.php:602
|
585 |
#: app/features/mec/meta_boxes/search_form.php:672
|
586 |
#: app/features/mec/meta_boxes/search_form.php:778
|
587 |
+
#: app/features/mec/settings.php:1068 app/features/mec/single.php:348
|
588 |
+
#: app/features/mec/single.php:390 app/features/organizers.php:58
|
589 |
#: app/features/organizers.php:204 app/features/organizers.php:260
|
590 |
#: app/features/organizers.php:262 app/features/organizers.php:271
|
591 |
#: app/features/popup/event.php:163 app/features/popup/event.php:172
|
592 |
+
#: app/features/search.php:80 app/libraries/main.php:6532
|
593 |
+
#: app/libraries/main.php:6586 app/libraries/skins.php:990
|
594 |
+
#: app/skins/single.php:1265 app/skins/single/default.php:244
|
595 |
#: app/skins/single/default.php:477 app/skins/single/m1.php:102
|
596 |
#: app/skins/single/m2.php:25 app/skins/single/modern.php:48
|
597 |
msgid "Organizer"
|
598 |
msgstr "Organizátor"
|
599 |
|
600 |
+
#: app/features/events.php:395 app/features/events.php:1214
|
601 |
+
#: app/features/fes/form.php:836 app/features/mec/settings.php:993
|
602 |
+
#: app/libraries/main.php:6563 app/libraries/main.php:6612
|
603 |
+
#: app/skins/single.php:1043 app/skins/single/default.php:142
|
604 |
#: app/skins/single/default.php:376 app/skins/single/m1.php:61
|
605 |
#: app/skins/single/modern.php:237
|
606 |
msgid "Cost"
|
607 |
msgstr "Cena"
|
608 |
|
609 |
+
#: app/features/events.php:396
|
610 |
#, fuzzy
|
611 |
#| msgid "On Event Start"
|
612 |
msgid "SEO Schema / Event Status"
|
613 |
msgstr "Při spuštění události"
|
614 |
|
615 |
+
#: app/features/events.php:553
|
616 |
msgid "Note for reviewer"
|
617 |
msgstr "Poznámka pro recenzenta"
|
618 |
|
619 |
+
#: app/features/events.php:559
|
620 |
msgid "Guest Data"
|
621 |
msgstr "Údaje hosta"
|
622 |
|
623 |
+
#: app/features/events.php:560 app/features/events.php:2421
|
624 |
+
#: app/features/events.php:4035 app/features/fes.php:243
|
625 |
#: app/features/fes/form.php:795 app/features/labels.php:178
|
626 |
#: app/features/mec/booking.php:53 app/features/organizers.php:279
|
627 |
#: app/features/popup/event.php:182 app/features/profile/profile.php:177
|
629 |
msgid "Name"
|
630 |
msgstr "Jméno"
|
631 |
|
632 |
+
#: app/features/events.php:561 app/features/events.php:2430
|
633 |
+
#: app/features/events.php:2497 app/features/events.php:2586
|
634 |
+
#: app/features/events.php:4038 app/features/fes.php:243
|
635 |
#: app/features/fes/form.php:791 app/features/login/login.php:5
|
636 |
+
#: app/features/mec/booking.php:65 app/features/mec/booking.php:654
|
637 |
+
#: app/features/mec/booking.php:750 app/features/mec/single.php:203
|
638 |
#: app/features/organizers.php:111 app/features/organizers.php:152
|
639 |
#: app/features/profile/profile.php:180 app/features/speakers.php:127
|
640 |
+
#: app/features/speakers.php:204 app/libraries/main.php:1908
|
641 |
+
#: app/libraries/main.php:1977 app/libraries/main.php:3429
|
642 |
#: app/libraries/notifications.php:1625 app/modules/booking/steps/form.php:72
|
643 |
+
#: app/modules/booking/steps/form.php:210 app/skins/single.php:1282
|
644 |
+
#: app/skins/single.php:1341 app/skins/single/default.php:261
|
645 |
#: app/skins/single/default.php:494 app/skins/single/m1.php:119
|
646 |
#: app/skins/single/m2.php:42 app/skins/single/modern.php:65
|
647 |
msgid "Email"
|
648 |
msgstr "Email"
|
649 |
|
650 |
+
#: app/features/events.php:570
|
651 |
msgid ""
|
652 |
"This event is imported from Google calendar so if you modify it, it would "
|
653 |
"overwrite in the next import from Google."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: app/features/events.php:574 app/features/fes/form.php:278
|
657 |
msgid "Date and Time"
|
658 |
msgstr "Datum a čas"
|
659 |
|
660 |
+
#: app/features/events.php:577 app/features/events.php:581
|
661 |
+
#: app/features/events.php:3524 app/features/events.php:3712
|
662 |
#: app/features/fes/form.php:282 app/features/fes/form.php:286
|
663 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
664 |
+
#: app/features/ix/import_g_calendar.php:38 app/features/mec.php:1392
|
665 |
#: app/features/mec/meta_boxes/display_options.php:52
|
666 |
#: app/features/mec/meta_boxes/display_options.php:298
|
667 |
#: app/features/mec/meta_boxes/display_options.php:555
|
681 |
msgid "Start Date"
|
682 |
msgstr "Počátečná den"
|
683 |
|
684 |
+
#: app/features/events.php:596 app/features/events.php:600
|
685 |
+
#: app/features/events.php:3525 app/features/events.php:3712
|
686 |
#: app/features/fes/form.php:301 app/features/fes/form.php:305
|
687 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
688 |
+
#: app/features/ix/import_g_calendar.php:44 app/features/mec.php:1393
|
689 |
#: app/features/popup/event.php:92
|
690 |
msgid "End Date"
|
691 |
msgstr "Konečný den"
|
692 |
|
693 |
+
#: app/features/events.php:623 app/features/fes/form.php:319
|
694 |
#: app/features/popup/event.php:109
|
695 |
#, fuzzy
|
696 |
#| msgid "All Day Event"
|
697 |
msgid "All-day Event"
|
698 |
msgstr "Celodenní událost"
|
699 |
|
700 |
+
#: app/features/events.php:633 app/features/fes/form.php:322
|
701 |
msgid "Hide Event Time"
|
702 |
msgstr "Skrýt čas události"
|
703 |
|
704 |
+
#: app/features/events.php:643 app/features/fes/form.php:325
|
705 |
msgid "Hide Event End Time"
|
706 |
msgstr "Skrýt čas ukončení události"
|
707 |
|
708 |
+
#: app/features/events.php:648 app/features/events.php:652
|
709 |
#: app/features/fes/form.php:329
|
710 |
#, fuzzy
|
711 |
#| msgid "Note to reviewer"
|
712 |
msgid "Notes on the time"
|
713 |
msgstr "Poznámka pro recenzenta"
|
714 |
|
715 |
+
#: app/features/events.php:653 app/features/fes/form.php:330
|
716 |
#, fuzzy
|
717 |
#| msgid ""
|
718 |
#| "It shows next to event time on single event page. You can insert Timezone "
|
724 |
"Zobrazuje se vedle času události na stránce jedné události. Do tohoto pole "
|
725 |
"můžete vložit časové pásmo atd."
|
726 |
|
727 |
+
#: app/features/events.php:655 app/features/events.php:824
|
728 |
+
#: app/features/events.php:1177 app/features/events.php:1328
|
729 |
+
#: app/features/events.php:1465 app/features/events.php:1580
|
730 |
+
#: app/features/events.php:1815 app/features/events.php:1830
|
731 |
+
#: app/features/events.php:2007 app/features/events.php:2020
|
732 |
+
#: app/features/events.php:2172 app/features/events.php:2208
|
733 |
+
#: app/features/events.php:2306 app/features/events.php:2321
|
734 |
+
#: app/features/events.php:2351 app/features/events.php:2364
|
735 |
#: app/features/fes/form.php:439 app/features/fes/form.php:747
|
736 |
#: app/features/locations.php:335 app/features/mec/booking.php:117
|
737 |
+
#: app/features/mec/booking.php:205 app/features/mec/booking.php:270
|
738 |
+
#: app/features/mec/booking.php:289 app/features/mec/booking.php:302
|
739 |
+
#: app/features/mec/booking.php:319 app/features/mec/booking.php:359
|
740 |
+
#: app/features/mec/booking.php:483 app/features/mec/booking.php:512
|
741 |
+
#: app/features/mec/booking.php:560 app/features/mec/booking.php:570
|
742 |
+
#: app/features/mec/booking.php:592 app/features/mec/booking.php:602
|
743 |
+
#: app/features/mec/booking.php:858 app/features/mec/booking.php:884
|
744 |
#: app/features/mec/dashboard.php:71
|
745 |
#: app/features/mec/meta_boxes/display_options.php:85
|
746 |
#: app/features/mec/meta_boxes/display_options.php:98
|
789 |
#: app/features/mec/notifications.php:1171 app/features/mec/settings.php:81
|
790 |
#: app/features/mec/settings.php:100 app/features/mec/settings.php:147
|
791 |
#: app/features/mec/settings.php:182 app/features/mec/settings.php:203
|
792 |
+
#: app/features/mec/settings.php:248 app/features/mec/settings.php:299
|
793 |
+
#: app/features/mec/settings.php:376 app/features/mec/settings.php:453
|
794 |
+
#: app/features/mec/settings.php:470 app/features/mec/settings.php:487
|
795 |
+
#: app/features/mec/settings.php:506 app/features/mec/settings.php:520
|
796 |
+
#: app/features/mec/settings.php:548 app/features/mec/settings.php:639
|
797 |
+
#: app/features/mec/settings.php:964 app/features/mec/settings.php:980
|
798 |
+
#: app/features/mec/settings.php:1118 app/features/mec/settings.php:1131
|
799 |
+
#: app/features/mec/settings.php:1147 app/features/mec/single.php:46
|
800 |
#: app/features/mec/single.php:62 app/features/mec/single.php:82
|
801 |
#: app/features/mec/single.php:100 app/features/mec/single.php:123
|
802 |
+
#: app/features/mec/single.php:138 app/features/mec/single.php:290
|
803 |
#: app/features/mec/styling.php:119 app/features/mec/styling.php:218
|
804 |
#: app/features/mec/styling.php:235 app/features/mec/styling.php:248
|
805 |
#: app/features/organizers.php:272 app/features/popup/event.php:126
|
806 |
+
#: app/features/popup/event.php:173 app/skins/single.php:1128
|
807 |
#: app/skins/single/default.php:159 app/skins/single/default.php:391
|
808 |
#: app/skins/single/m1.php:218 app/skins/single/m2.php:142
|
809 |
#: app/skins/single/modern.php:163
|
810 |
msgid "Read More"
|
811 |
msgstr "Číst více"
|
812 |
|
813 |
+
#: app/features/events.php:665 app/features/fes/form.php:337
|
814 |
#, fuzzy
|
815 |
#| msgid "Timezone: %s"
|
816 |
msgid "Timezone"
|
817 |
msgstr "Časové pásmo: %s"
|
818 |
|
819 |
+
#: app/features/events.php:670 app/features/events.php:683
|
820 |
+
#: app/features/events.php:1656 app/features/events.php:1666
|
821 |
+
#: app/features/events.php:1689 app/features/events.php:2134
|
822 |
+
#: app/features/events.php:2266 app/features/events.php:2452
|
823 |
#: app/features/fes/form.php:342 app/features/fes/form.php:355
|
824 |
msgid "Inherit from global options"
|
825 |
msgstr "Zdědí z globálních možností"
|
826 |
|
827 |
+
#: app/features/events.php:679 app/features/events.php:682
|
828 |
#: app/features/fes/form.php:351 app/features/fes/form.php:354
|
829 |
#, fuzzy
|
830 |
#| msgid "Countdown View"
|
831 |
msgid "Countdown Method"
|
832 |
msgstr "Zobrazení odpočítávání"
|
833 |
|
834 |
+
#: app/features/events.php:684 app/features/fes/form.php:356
|
835 |
#, fuzzy
|
836 |
#| msgid "On Event Start"
|
837 |
msgid "Count to Event Start"
|
838 |
msgstr "Při spuštění události"
|
839 |
|
840 |
+
#: app/features/events.php:685 app/features/fes/form.php:357
|
841 |
#, fuzzy
|
842 |
#| msgid "On Event End"
|
843 |
msgid "Count to Event End"
|
844 |
msgstr "Na konci události"
|
845 |
|
846 |
+
#: app/features/events.php:693
|
847 |
msgid "Repeating"
|
848 |
msgstr "Opakování"
|
849 |
|
850 |
+
#: app/features/events.php:702
|
851 |
msgid "Event Repeating (Recurring events)"
|
852 |
msgstr "Opakování události (opakující se události)"
|
853 |
|
854 |
+
#: app/features/events.php:706 app/features/fes/form.php:370
|
855 |
msgid "Repeats"
|
856 |
msgstr "Opakování"
|
857 |
|
858 |
+
#: app/features/events.php:714 app/features/fes/form.php:372
|
859 |
+
#: app/features/mec.php:1395 app/skins/default_full_calendar/tpl.php:77
|
860 |
#: app/skins/full_calendar/tpl.php:124
|
861 |
msgid "Daily"
|
862 |
msgstr "Děnně"
|
863 |
|
864 |
+
#: app/features/events.php:721 app/features/fes/form.php:373
|
865 |
msgid "Every Weekday"
|
866 |
msgstr "Každý všední den"
|
867 |
|
868 |
+
#: app/features/events.php:728 app/features/fes/form.php:374
|
869 |
msgid "Every Weekend"
|
870 |
msgstr "Každý víkend"
|
871 |
|
872 |
+
#: app/features/events.php:735 app/features/fes/form.php:375
|
873 |
msgid "Certain Weekdays"
|
874 |
msgstr "Určité pracovní dny"
|
875 |
|
876 |
+
#: app/features/events.php:742 app/features/fes/form.php:376
|
877 |
#: app/skins/default_full_calendar/tpl.php:76
|
878 |
#: app/skins/full_calendar/tpl.php:123
|
879 |
msgid "Weekly"
|
880 |
msgstr "Týdně"
|
881 |
|
882 |
+
#: app/features/events.php:749 app/features/fes/form.php:377
|
883 |
+
#: app/features/mec.php:1396 app/skins/default_full_calendar/tpl.php:75
|
884 |
#: app/skins/full_calendar/tpl.php:122
|
885 |
msgid "Monthly"
|
886 |
msgstr "Měsíčně"
|
887 |
|
888 |
+
#: app/features/events.php:756 app/features/fes/form.php:378
|
889 |
+
#: app/features/mec.php:1397 app/skins/default_full_calendar/tpl.php:74
|
890 |
#: app/skins/full_calendar/tpl.php:121
|
891 |
msgid "Yearly"
|
892 |
msgstr "Ročně"
|
893 |
|
894 |
+
#: app/features/events.php:763 app/features/fes/form.php:379
|
895 |
msgid "Custom Days"
|
896 |
msgstr "Vlastní dny"
|
897 |
|
898 |
+
#: app/features/events.php:770 app/features/fes/form.php:380
|
899 |
msgid "Advanced"
|
900 |
msgstr "Pokročilé"
|
901 |
|
902 |
+
#: app/features/events.php:775 app/features/fes/form.php:384
|
903 |
msgid "Repeat Interval"
|
904 |
msgstr "Interval opakování"
|
905 |
|
906 |
+
#: app/features/events.php:777 app/features/fes/form.php:385
|
907 |
msgid "Repeat interval"
|
908 |
msgstr "Interval opakování"
|
909 |
|
910 |
+
#: app/features/events.php:781 app/features/fes/form.php:388
|
911 |
msgid "Week Days"
|
912 |
msgstr "Dny v týdnu"
|
913 |
|
914 |
+
#: app/features/events.php:798
|
915 |
#, fuzzy
|
916 |
#| msgid "Pro version of Modern Events Calendar"
|
917 |
msgid ""
|
919 |
"Calendar."
|
920 |
msgstr "Pro verze doplňku Modern Events Calendar"
|
921 |
|
922 |
+
#: app/features/events.php:804 app/features/events.php:1898
|
923 |
+
#: app/features/events.php:1926 app/features/events.php:2076
|
924 |
#: app/features/fes/form.php:402 app/features/ix/import_f_calendar.php:42
|
925 |
#: app/features/ix/import_g_calendar.php:51
|
926 |
#: app/features/ix/import_meetup.php:40 app/features/ix/thirdparty.php:35
|
928 |
msgid "Start"
|
929 |
msgstr "Začátek"
|
930 |
|
931 |
+
#: app/features/events.php:817 app/features/events.php:1322
|
932 |
+
#: app/features/events.php:1882 app/features/events.php:2065
|
933 |
+
#: app/features/events.php:2145 app/features/events.php:2278
|
934 |
#: app/features/fes/form.php:432 app/features/fes/form.php:963
|
935 |
#: app/features/occurrences.php:114 app/libraries/hourlyschedule.php:56
|
936 |
#: app/libraries/hourlyschedule.php:119
|
937 |
msgid "Add"
|
938 |
msgstr "Přidat"
|
939 |
|
940 |
+
#: app/features/events.php:820 app/features/fes/form.php:435
|
941 |
msgid "Custom Days Repeating"
|
942 |
msgstr "Opakování vlastních dnů"
|
943 |
|
944 |
+
#: app/features/events.php:823 app/features/fes/form.php:438
|
945 |
#, fuzzy
|
946 |
#| msgid ""
|
947 |
#| "Add certain days to event occurrence dates. If you have single day event, "
|
956 |
"datum zahájení a ukončení by mělo být stejné. Pokud máte vícedenní událost, "
|
957 |
"datum zahájení a ukončení musí odpovídat počátečnímu datu."
|
958 |
|
959 |
+
#: app/features/events.php:834 app/features/events.php:1902
|
960 |
+
#: app/features/events.php:1930 app/features/events.php:2080
|
961 |
#: app/features/fes/form.php:417 app/libraries/skins.php:1145
|
962 |
msgid "End"
|
963 |
msgstr "Konec"
|
964 |
|
965 |
+
#: app/features/events.php:911 app/features/fes/form.php:511
|
966 |
msgid "First"
|
967 |
msgstr "První"
|
968 |
|
969 |
+
#: app/features/events.php:953 app/features/fes/form.php:553
|
970 |
msgid "Second"
|
971 |
msgstr "Druhá"
|
972 |
|
973 |
+
#: app/features/events.php:995 app/features/fes/form.php:595
|
974 |
msgid "Third"
|
975 |
msgstr "Třetí"
|
976 |
|
977 |
+
#: app/features/events.php:1037 app/features/fes/form.php:637
|
978 |
msgid "Fourth"
|
979 |
msgstr "Čtvrtá"
|
980 |
|
981 |
+
#: app/features/events.php:1079 app/features/fes/form.php:679
|
982 |
msgid "Last"
|
983 |
msgstr "Poslední"
|
984 |
|
985 |
+
#: app/features/events.php:1126 app/features/fes/form.php:725
|
986 |
msgid "Ends Repeat"
|
987 |
msgstr "Ukončení opakování"
|
988 |
|
989 |
+
#: app/features/events.php:1138 app/features/fes/form.php:729
|
990 |
msgid "Never"
|
991 |
msgstr "Nikdy"
|
992 |
|
993 |
# Možná Zapnuto
|
994 |
+
#: app/features/events.php:1150 app/features/fes/form.php:734
|
995 |
msgid "On"
|
996 |
msgstr "Na"
|
997 |
|
998 |
+
#: app/features/events.php:1166 app/features/fes/form.php:741
|
999 |
+
#: app/features/mec/booking.php:163
|
1000 |
msgid "After"
|
1001 |
msgstr "Po"
|
1002 |
|
1003 |
+
#: app/features/events.php:1170 app/features/events.php:1174
|
1004 |
#: app/features/fes/form.php:743 app/features/fes/form.php:746
|
1005 |
msgid "Occurrences times"
|
1006 |
msgstr "Časy výskytu"
|
1007 |
|
1008 |
+
#: app/features/events.php:1175
|
1009 |
#, fuzzy
|
1010 |
#| msgid ""
|
1011 |
#| "The event will finish after certain repeats. For example if you set it to "
|
1017 |
"Událost bude ukončena po určitých opakováních. Pokud například nastavíte "
|
1018 |
"hodnotu 10, událost skončí po 10 opakováních."
|
1019 |
|
1020 |
+
#: app/features/events.php:1191 app/features/fes/form.php:760
|
1021 |
#, fuzzy
|
1022 |
#| msgid "Next Occurrence of Other Events"
|
1023 |
msgid "Show only one occurrence of this event"
|
1024 |
msgstr "Další výskyt dalších událostí"
|
1025 |
|
1026 |
+
#: app/features/events.php:1210 app/features/events.php:3712
|
1027 |
+
#: app/features/fes/form.php:833 app/features/ix.php:3995
|
1028 |
+
#: app/features/ix.php:4037 app/features/mec/settings.php:778
|
1029 |
+
#: app/libraries/main.php:6562 app/libraries/main.php:6611
|
1030 |
#: app/widgets/single.php:105
|
1031 |
msgid "Event Cost"
|
1032 |
msgstr "Cena události"
|
1033 |
|
1034 |
+
#: app/features/events.php:1309
|
1035 |
msgid "Exceptional Days (Exclude Dates)"
|
1036 |
msgstr "Výjimečné dny (vyjma dat)"
|
1037 |
|
1038 |
+
#: app/features/events.php:1315 app/features/events.php:1325
|
1039 |
msgid "Exclude certain days"
|
1040 |
msgstr "Vyloučit určité dny"
|
1041 |
|
1042 |
+
#: app/features/events.php:1320 app/features/events.php:2498
|
1043 |
+
#: app/features/events.php:2587 app/features/fes.php:243
|
1044 |
+
#: app/features/mec/booking.php:655 app/features/mec/booking.php:751
|
1045 |
+
#: app/features/mec/single.php:205 app/features/profile/profile.php:58
|
1046 |
+
#: app/features/wc.php:83 app/libraries/main.php:3516
|
1047 |
+
#: app/modules/booking/steps/tickets.php:127
|
1048 |
+
#: app/modules/next-event/details.php:143 app/skins/single.php:1101
|
1049 |
#: app/skins/single/default.php:99 app/skins/single/default.php:333
|
1050 |
#: app/skins/single/m1.php:21 app/skins/single/modern.php:197
|
1051 |
msgid "Date"
|
1052 |
msgstr "Datum"
|
1053 |
|
1054 |
+
#: app/features/events.php:1326
|
1055 |
msgid ""
|
1056 |
"Exclude certain days from event occurrence dates. Please note that you can "
|
1057 |
"exclude only single day occurrences and you cannot exclude one day from "
|
1061 |
"můžete vyloučit pouze výskyty za jeden den a nelze vyloučit jeden den z "
|
1062 |
"vícedenních výskytů."
|
1063 |
|
1064 |
+
#: app/features/events.php:1384 app/libraries/render.php:566
|
1065 |
msgid "Day 1"
|
1066 |
msgstr "Den 1"
|
1067 |
|
1068 |
+
#: app/features/events.php:1428 app/features/fes/form.php:810
|
1069 |
+
#: app/features/mec/settings.php:772
|
1070 |
msgid "Event Links"
|
1071 |
msgstr "Odkazy na událost"
|
1072 |
|
1073 |
+
#: app/features/events.php:1431 app/features/events.php:1439
|
1074 |
+
#: app/features/fes/form.php:812 app/features/mec/settings.php:994
|
1075 |
+
#: app/libraries/main.php:6560 app/libraries/main.php:6609
|
1076 |
msgid "Event Link"
|
1077 |
msgstr "Odkaz na událost"
|
1078 |
|
1079 |
+
#: app/features/events.php:1434 app/features/events.php:1452
|
1080 |
#: app/features/fes/form.php:813 app/features/fes/form.php:818
|
1081 |
msgid "eg. http://yoursite.com/your-event"
|
1082 |
msgstr "např. http://yoursite.com/vase-udalost"
|
1083 |
|
1084 |
+
#: app/features/events.php:1440
|
1085 |
#, fuzzy
|
1086 |
#| msgid ""
|
1087 |
#| "If you fill it, it will be replaced instead of default event page link. "
|
1096 |
"Vložte úplný odkaz včetně http (s): // - Pokud používáte reklamní adresu "
|
1097 |
"URL, můžete také použít zkracovač URL"
|
1098 |
|
1099 |
+
#: app/features/events.php:1442
|
1100 |
msgid "URL Shortener"
|
1101 |
msgstr "Zkracovač URL"
|
1102 |
|
1103 |
+
#: app/features/events.php:1449 app/features/events.php:1462
|
1104 |
+
#: app/features/fes/form.php:817 app/libraries/main.php:6561
|
1105 |
+
#: app/libraries/main.php:6610 app/skins/single.php:1127
|
1106 |
#: app/skins/single/default.php:158 app/skins/single/default.php:390
|
1107 |
#: app/skins/single/m1.php:217 app/skins/single/m2.php:141
|
1108 |
#: app/skins/single/modern.php:162 app/widgets/single.php:109
|
1109 |
msgid "More Info"
|
1110 |
msgstr "Více info"
|
1111 |
|
1112 |
+
#: app/features/events.php:1455 app/features/fes/form.php:819
|
1113 |
msgid "More Information"
|
1114 |
msgstr "Více informací"
|
1115 |
|
1116 |
+
#: app/features/events.php:1457 app/features/fes/form.php:821
|
1117 |
+
#: app/features/mec.php:994 app/features/popup/shortcode.php:477
|
1118 |
msgid "Current Window"
|
1119 |
msgstr "Aktuální okno"
|
1120 |
|
1121 |
+
#: app/features/events.php:1458 app/features/fes/form.php:822
|
1122 |
+
#: app/features/mec.php:995 app/features/popup/shortcode.php:481
|
1123 |
msgid "New Window"
|
1124 |
msgstr "Nové okno"
|
1125 |
|
1126 |
+
#: app/features/events.php:1463 app/features/fes/form.php:824
|
1127 |
msgid ""
|
1128 |
"If you fill it, it will be shown in event details page as an optional link. "
|
1129 |
"Insert full link including http(s)://"
|
1131 |
"Pokud ji vyplníte, zobrazí se jako volitelný odkaz na stránce s podrobnostmi "
|
1132 |
"o události. Vložte celý odkaz včetně http (s): //"
|
1133 |
|
1134 |
+
#: app/features/events.php:1486 app/features/mec/settings.php:840
|
1135 |
msgid "Booking Options"
|
1136 |
msgstr "Možnosti rezervace"
|
1137 |
|
1138 |
+
#: app/features/events.php:1487 app/features/events.php:1678
|
1139 |
+
#: app/features/mec/settings.php:877
|
1140 |
#, fuzzy
|
1141 |
#| msgid "Total user booking limits"
|
1142 |
msgid "Total User Booking Limits"
|
1143 |
msgstr "Celkové limity rezervace uživatelů"
|
1144 |
|
1145 |
+
#: app/features/events.php:1488 app/features/events.php:1734
|
1146 |
+
#: app/libraries/book.php:63 app/libraries/main.php:6565
|
1147 |
+
#: app/modules/booking/steps/tickets.php:159
|
1148 |
+
#: app/modules/booking/steps/tickets.php:165
|
1149 |
msgid "Tickets"
|
1150 |
msgstr "Vstupenky"
|
1151 |
|
1152 |
+
#: app/features/events.php:1490 app/features/events.php:2122
|
1153 |
msgid "Fees"
|
1154 |
msgstr "Poplatky"
|
1155 |
|
1156 |
+
#: app/features/events.php:1493 app/features/events.php:2254
|
1157 |
+
#: app/features/mec/settings.php:901
|
1158 |
msgid "Ticket Variations / Options"
|
1159 |
msgstr "Varianty vstupenky / možnosti"
|
1160 |
|
1161 |
+
#: app/features/events.php:1497 app/features/mec/booking.php:913
|
1162 |
#: app/features/mec/support-page.php:118
|
1163 |
msgid "Organizer Payment"
|
1164 |
msgstr "Platba organizátora"
|
1165 |
|
1166 |
+
#: app/features/events.php:1562 app/features/events.php:1576
|
1167 |
#, fuzzy
|
1168 |
#| msgid "Total booking limits"
|
1169 |
msgid "Total booking limit"
|
1170 |
msgstr "Celkové limity rezervace"
|
1171 |
|
1172 |
+
#: app/features/events.php:1573 app/features/events.php:1851
|
1173 |
+
#: app/features/events.php:2034 app/modules/booking/default.php:98
|
1174 |
+
#: app/modules/booking/steps/tickets.php:159
|
1175 |
+
#: app/modules/booking/steps/tickets.php:165
|
1176 |
#: app/skins/available_spot/tpl.php:140
|
1177 |
msgid "Unlimited"
|
1178 |
msgstr "Neomezené"
|
1179 |
|
1180 |
+
#: app/features/events.php:1579
|
1181 |
msgid ""
|
1182 |
"If you want to set a limit to all tickets, uncheck this checkbox and put a "
|
1183 |
"limitation number."
|
1185 |
"Pokud chcete nastavit limit na všechny lístky, zrušte zaškrtnutí tohoto "
|
1186 |
"políčka a zadejte číslo omezení."
|
1187 |
|
1188 |
+
#: app/features/events.php:1581
|
1189 |
msgid "Read About A Booking System"
|
1190 |
msgstr "Přečtěte si o rezervačním systému"
|
1191 |
|
1192 |
+
#: app/features/events.php:1589
|
1193 |
msgid "100"
|
1194 |
msgstr "100"
|
1195 |
|
1196 |
+
#: app/features/events.php:1594
|
1197 |
#, fuzzy
|
1198 |
#| msgid "Discount"
|
1199 |
msgid "Discount per user roles"
|
1200 |
msgstr "Sleva"
|
1201 |
|
1202 |
+
#: app/features/events.php:1600
|
1203 |
msgid "5"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: app/features/events.php:1606 app/features/events.php:1620
|
1207 |
+
#: app/features/mec/settings.php:859
|
1208 |
#, fuzzy
|
1209 |
#| msgid "Next Occurrence"
|
1210 |
msgid "Book All Occurrences"
|
1211 |
msgstr "Další výskyt"
|
1212 |
|
1213 |
+
#: app/features/events.php:1617
|
1214 |
msgid "Sell all occurrences by one booking"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: app/features/events.php:1623
|
1218 |
msgid ""
|
1219 |
"If you have a series of events and you want to sell all of them at once, "
|
1220 |
"this option is for you! For example a weekly yoga course or something "
|
1221 |
"similar."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: app/features/events.php:1634 app/features/mec/booking.php:138
|
1225 |
+
#: app/features/mec/settings.php:865
|
1226 |
#, fuzzy
|
1227 |
#| msgid "General Options"
|
1228 |
msgid "Interval Options"
|
1229 |
msgstr "Obecné možnosti"
|
1230 |
|
1231 |
+
#: app/features/events.php:1636 app/features/events.php:1641
|
1232 |
+
#: app/features/mec/booking.php:140 app/features/mec/booking.php:145
|
1233 |
msgid "Show Booking Form Interval"
|
1234 |
msgstr "Zobrazit Interval rezervačního formuláře"
|
1235 |
|
1236 |
+
#: app/features/events.php:1638 app/features/mec/booking.php:142
|
1237 |
msgid "Minutes (e.g 5)"
|
1238 |
msgstr "Minuty (např. 5)"
|
1239 |
|
1240 |
+
#: app/features/events.php:1642 app/features/mec/booking.php:146
|
1241 |
#, fuzzy
|
1242 |
#| msgid ""
|
1243 |
#| "You can show booking form only at certain time before event start. If you "
|
1252 |
"Pokud nastavíte tuto možnost na 30, rezervační formulář se otevře pouze 30 "
|
1253 |
"minut před zahájením akce!"
|
1254 |
|
1255 |
+
#: app/features/events.php:1651 app/features/mec/settings.php:871
|
1256 |
msgid "Automatic Approval"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: app/features/events.php:1653 app/features/notifications.php:160
|
1260 |
#, fuzzy
|
1261 |
#| msgid "Email verification"
|
1262 |
msgid "Email Verification"
|
1263 |
msgstr "Ověřovací email"
|
1264 |
|
1265 |
+
#: app/features/events.php:1657 app/features/events.php:1667
|
1266 |
+
#: app/features/mec/booking.php:181 app/features/mec/booking.php:248
|
1267 |
+
#: app/features/mec/booking.php:263 app/features/mec/booking.php:852
|
1268 |
+
#: app/features/mec/booking.php:877
|
1269 |
#: app/features/mec/meta_boxes/search_form.php:33
|
1270 |
#: app/features/mec/meta_boxes/search_form.php:40
|
1271 |
#: app/features/mec/meta_boxes/search_form.php:48
|
1365 |
#: app/features/mec/meta_boxes/search_form.php:815
|
1366 |
#: app/features/mec/meta_boxes/search_form.php:822
|
1367 |
#: app/features/mec/modules.php:124 app/features/mec/settings.php:112
|
1368 |
+
#: app/features/mec/settings.php:482
|
1369 |
msgid "Disabled"
|
1370 |
msgstr "Zakázaný"
|
1371 |
|
1372 |
+
#: app/features/events.php:1658 app/features/events.php:1668
|
1373 |
+
#: app/features/mec/booking.php:180 app/features/mec/booking.php:247
|
1374 |
+
#: app/features/mec/booking.php:264 app/features/mec/booking.php:851
|
1375 |
+
#: app/features/mec/booking.php:878 app/features/mec/modules.php:164
|
1376 |
#: app/features/mec/settings.php:113
|
1377 |
msgid "Enabled"
|
1378 |
msgstr "Povoleno"
|
1379 |
|
1380 |
+
#: app/features/events.php:1663 app/features/mec/booking.php:385
|
1381 |
#: app/features/mec/notifications.php:273 app/features/notifications.php:154
|
1382 |
#: app/libraries/main.php:629
|
1383 |
msgid "Booking Confirmation"
|
1384 |
msgstr "Potvrzení rezervace"
|
1385 |
|
1386 |
+
#: app/features/events.php:1692
|
1387 |
msgid "12"
|
1388 |
msgstr "12"
|
1389 |
|
1390 |
+
#: app/features/events.php:1699
|
1391 |
#, fuzzy
|
1392 |
#| msgid "Payment Gateways"
|
1393 |
msgid "Disabled Gateways"
|
1394 |
msgstr "Platební brány"
|
1395 |
|
1396 |
+
#: app/features/events.php:1700
|
1397 |
msgid ""
|
1398 |
"You can disable some of the following payment gateways by checking them "
|
1399 |
"otherwise they will be enabled."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: app/features/events.php:1737
|
1403 |
msgid ""
|
1404 |
"You're translating an event so MEC will use the original event for tickets "
|
1405 |
"and booking. You can only translate the ticket name and description. Please "
|
1409 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1410 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1411 |
|
1412 |
+
#: app/features/events.php:1742
|
1413 |
#, fuzzy
|
1414 |
#| msgid "Ticket"
|
1415 |
msgid "Add Ticket"
|
1416 |
msgstr "Vstupenka"
|
1417 |
|
1418 |
+
#: app/features/events.php:1754 app/features/events.php:1950
|
1419 |
#, fuzzy
|
1420 |
#| msgid "Ticket"
|
1421 |
msgid "Ticket ID"
|
1422 |
msgstr "Vstupenka"
|
1423 |
|
1424 |
+
#: app/features/events.php:1754 app/features/events.php:1950
|
1425 |
+
#: app/features/events.php:3712 app/features/fes.php:243
|
1426 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
1427 |
#: app/features/labels.php:177 app/features/locations.php:262
|
1428 |
#: app/features/organizers.php:203 app/features/speakers.php:282
|
1429 |
msgid "ID"
|
1430 |
msgstr "ID"
|
1431 |
|
1432 |
+
#: app/features/events.php:1757 app/features/events.php:1953
|
1433 |
msgid "Ticket Name"
|
1434 |
msgstr "Název vstupenky"
|
1435 |
|
1436 |
+
#: app/features/events.php:1762 app/features/events.php:1957
|
1437 |
+
#: app/features/events.php:3712 app/features/ix.php:3995
|
1438 |
+
#: app/features/ix.php:4037
|
1439 |
msgid "Start Time"
|
1440 |
msgstr "Začátek"
|
1441 |
|
1442 |
+
#: app/features/events.php:1775 app/features/events.php:1970
|
1443 |
+
#: app/features/events.php:3712 app/features/ix.php:3995
|
1444 |
+
#: app/features/ix.php:4037
|
1445 |
msgid "End Time"
|
1446 |
msgstr "Konec"
|
1447 |
|
1448 |
+
#: app/features/events.php:1791 app/features/events.php:1985
|
1449 |
+
#: app/features/events.php:3712 app/libraries/hourlyschedule.php:65
|
1450 |
#: app/libraries/hourlyschedule.php:86 app/libraries/hourlyschedule.php:131
|
1451 |
msgid "Description"
|
1452 |
msgstr "Popis"
|
1453 |
|
1454 |
+
#: app/features/events.php:1796 app/features/events.php:1799
|
1455 |
+
#: app/features/events.php:1989 app/features/events.php:1992
|
1456 |
#, fuzzy
|
1457 |
#| msgid "Description"
|
1458 |
msgid "Private Description"
|
1459 |
msgstr "Popis"
|
1460 |
|
1461 |
+
#: app/features/events.php:1800 app/features/events.php:1993
|
1462 |
#, php-format
|
1463 |
msgid ""
|
1464 |
"You can show it on the email notifications by placing "
|
1465 |
"%%ticket_private_description%% into the email template."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: app/features/events.php:1808 app/features/events.php:1812
|
1469 |
+
#: app/features/events.php:1906 app/features/events.php:1933
|
1470 |
+
#: app/features/events.php:2001 app/features/events.php:2004
|
1471 |
+
#: app/features/events.php:2082 app/features/events.php:2299
|
1472 |
+
#: app/features/events.php:2303 app/features/events.php:2345
|
1473 |
+
#: app/features/events.php:2348 app/features/mec/booking.php:556
|
1474 |
+
#: app/features/mec/booking.php:559 app/features/mec/booking.php:588
|
1475 |
+
#: app/features/mec/booking.php:591
|
1476 |
msgid "Price"
|
1477 |
msgstr "Cena"
|
1478 |
|
1479 |
+
#: app/features/events.php:1813 app/features/events.php:2005
|
1480 |
#, fuzzy
|
1481 |
#| msgid "Insert 0 for free ticket. Only numbers please."
|
1482 |
msgid ""
|
1484 |
"any symbols or characters."
|
1485 |
msgstr "Vložte 0 pro vstupenku zdarma. Prosím pouze čísla."
|
1486 |
|
1487 |
+
#: app/features/events.php:1822 app/features/events.php:1827
|
1488 |
+
#: app/features/events.php:2014 app/features/events.php:2017
|
1489 |
msgid "Price Label"
|
1490 |
msgstr "Cenový štítek"
|
1491 |
|
1492 |
+
#: app/features/events.php:1828 app/features/events.php:2018
|
1493 |
msgid "For showing on website. e.g. $15"
|
1494 |
msgstr "Pro zobrazení na webu. např. 15 $"
|
1495 |
|
1496 |
+
#: app/features/events.php:1838 app/features/events.php:2028
|
1497 |
msgid "Available Tickets"
|
1498 |
msgstr "Dostupné vstupenky"
|
1499 |
|
1500 |
+
#: app/features/events.php:1855 app/features/events.php:2038
|
1501 |
#, fuzzy
|
1502 |
#| msgid "Maximum Per Ticket"
|
1503 |
msgid "Minimum Ticket e.g. 3"
|
1504 |
msgstr "Maximum na jednu vstupenku"
|
1505 |
|
1506 |
+
#: app/features/events.php:1858 app/features/events.php:2041
|
1507 |
#, fuzzy
|
1508 |
#| msgid "Maximum Per Ticket"
|
1509 |
msgid "MinimumTicket"
|
1510 |
msgstr "Maximum na jednu vstupenku"
|
1511 |
|
1512 |
+
#: app/features/events.php:1860 app/features/events.php:2043
|
1513 |
msgid "Set a number for the minimum ticket reservation possible"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: app/features/events.php:1868 app/features/events.php:2051
|
1517 |
msgid "e.g. 0"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: app/features/events.php:1870 app/features/events.php:2053
|
1521 |
#, fuzzy
|
1522 |
#| msgid "Days"
|
1523 |
msgid "Day"
|
1524 |
msgstr "Dny"
|
1525 |
|
1526 |
+
#: app/features/events.php:1871 app/features/events.php:2054
|
1527 |
msgid "Hour"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: app/features/events.php:1873 app/features/events.php:2056
|
1531 |
#, php-format
|
1532 |
msgid "Stop selling ticket %s before event start."
|
1533 |
msgstr ""
|
1534 |
|
1535 |
+
#: app/features/events.php:1880 app/features/events.php:2063
|
1536 |
msgid "Price per Date"
|
1537 |
msgstr "Cena za datum"
|
1538 |
|
1539 |
+
#: app/features/events.php:1910 app/features/events.php:1936
|
1540 |
+
#: app/features/events.php:2084 app/features/labels.php:60
|
1541 |
#: app/features/mec/meta_boxes/display_options.php:1476
|
1542 |
#: app/features/mec/meta_boxes/search_form.php:67
|
1543 |
#: app/features/mec/meta_boxes/search_form.php:138
|
1550 |
#: app/features/mec/meta_boxes/search_form.php:623
|
1551 |
#: app/features/mec/meta_boxes/search_form.php:693
|
1552 |
#: app/features/mec/meta_boxes/search_form.php:799
|
1553 |
+
#: app/features/mec/settings.php:997 app/features/mec/settings.php:1088
|
1554 |
+
#: app/features/mec/single.php:362 app/features/mec/single.php:404
|
1555 |
#: app/features/search.php:98 app/libraries/skins.php:1068
|
1556 |
msgid "Label"
|
1557 |
msgstr "Štítek"
|
1558 |
|
1559 |
+
#: app/features/events.php:1912 app/features/events.php:1938
|
1560 |
+
#: app/features/events.php:2086 app/features/events.php:2185
|
1561 |
+
#: app/features/events.php:2221 app/features/events.php:2328
|
1562 |
+
#: app/features/events.php:2370 app/features/mec/booking.php:495
|
1563 |
+
#: app/features/mec/booking.php:524 app/features/mec/booking.php:575
|
1564 |
+
#: app/features/mec/booking.php:607 app/libraries/hourlyschedule.php:52
|
1565 |
#: app/libraries/hourlyschedule.php:66 app/libraries/hourlyschedule.php:87
|
1566 |
#: app/libraries/hourlyschedule.php:115 app/libraries/hourlyschedule.php:132
|
1567 |
+
#: app/libraries/main.php:3351 app/libraries/main.php:3380
|
1568 |
+
#: app/libraries/main.php:3409 app/libraries/main.php:3438
|
1569 |
+
#: app/libraries/main.php:3467 app/libraries/main.php:3496
|
1570 |
+
#: app/libraries/main.php:3525 app/libraries/main.php:3554
|
1571 |
+
#: app/libraries/main.php:3583 app/libraries/main.php:3604
|
1572 |
+
#: app/libraries/main.php:3635 app/libraries/main.php:3681
|
1573 |
+
#: app/libraries/main.php:3727 app/libraries/main.php:3776
|
1574 |
+
#: app/libraries/main.php:3816
|
1575 |
msgid "Remove"
|
1576 |
msgstr "Odstranit"
|
1577 |
|
1578 |
+
#: app/features/events.php:2159 app/features/events.php:2197
|
1579 |
+
#: app/features/mec/booking.php:475 app/features/mec/booking.php:504
|
1580 |
msgid "Fee Title"
|
1581 |
msgstr "Název poplatku"
|
1582 |
|
1583 |
+
#: app/features/events.php:2165 app/features/events.php:2169
|
1584 |
+
#: app/features/events.php:2202 app/features/events.php:2205
|
1585 |
+
#: app/features/mec/booking.php:479 app/features/mec/booking.php:482
|
1586 |
+
#: app/features/mec/booking.php:508 app/features/mec/booking.php:511
|
1587 |
msgid "Amount"
|
1588 |
msgstr "Množství"
|
1589 |
|
1590 |
+
#: app/features/events.php:2170 app/features/events.php:2206
|
1591 |
+
#: app/features/mec/booking.php:483 app/features/mec/booking.php:512
|
1592 |
msgid ""
|
1593 |
"Fee amount, considered as fixed amount if you set the type to amount "
|
1594 |
"otherwise considered as percentage"
|
1596 |
"Výše poplatku, je považovaná za pevnou částku, pokud nastavíte typ na částku "
|
1597 |
"odpovídající procentuální hodnotě"
|
1598 |
|
1599 |
+
#: app/features/events.php:2179 app/features/events.php:2215
|
1600 |
+
#: app/features/mec/booking.php:490 app/features/mec/booking.php:519
|
1601 |
msgid "Percent"
|
1602 |
msgstr "Procent"
|
1603 |
|
1604 |
+
#: app/features/events.php:2180 app/features/events.php:2216
|
1605 |
+
#: app/features/mec/booking.php:491 app/features/mec/booking.php:520
|
1606 |
msgid "Amount (Per Ticket)"
|
1607 |
msgstr "Částka (za vstupenku)"
|
1608 |
|
1609 |
+
#: app/features/events.php:2181 app/features/events.php:2217
|
1610 |
+
#: app/features/mec/booking.php:492 app/features/mec/booking.php:521
|
1611 |
msgid "Amount (Per Booking)"
|
1612 |
msgstr "Částka (za rezervaci)"
|
1613 |
|
1614 |
+
#: app/features/events.php:2293 app/features/events.php:2340
|
1615 |
+
#: app/features/events.php:3520 app/features/events.php:3712
|
1616 |
+
#: app/features/fes/form.php:256 app/features/ix.php:3995
|
1617 |
+
#: app/features/ix.php:4037 app/features/mec/booking.php:552
|
1618 |
+
#: app/features/mec/booking.php:584 app/features/mec/styling.php:130
|
1619 |
#: app/libraries/hourlyschedule.php:48 app/libraries/hourlyschedule.php:64
|
1620 |
#: app/libraries/hourlyschedule.php:85 app/libraries/hourlyschedule.php:110
|
1621 |
#: app/libraries/hourlyschedule.php:130
|
1622 |
msgid "Title"
|
1623 |
msgstr "Název"
|
1624 |
|
1625 |
+
#: app/features/events.php:2304 app/features/events.php:2349
|
1626 |
+
#: app/features/mec/booking.php:560 app/features/mec/booking.php:592
|
1627 |
msgid "Option Price"
|
1628 |
msgstr "Možnosti ceny"
|
1629 |
|
1630 |
+
#: app/features/events.php:2314 app/features/events.php:2318
|
1631 |
+
#: app/features/events.php:2358 app/features/events.php:2361
|
1632 |
+
#: app/features/mec/booking.php:566 app/features/mec/booking.php:569
|
1633 |
+
#: app/features/mec/booking.php:598 app/features/mec/booking.php:601
|
1634 |
msgid "Maximum Per Ticket"
|
1635 |
msgstr "Maximum na jednu vstupenku"
|
1636 |
|
1637 |
+
#: app/features/events.php:2319 app/features/events.php:2362
|
1638 |
+
#: app/features/mec/booking.php:570 app/features/mec/booking.php:602
|
1639 |
#, fuzzy
|
1640 |
#| msgid "Maximum Per Ticket. Leave it blank for unlimited."
|
1641 |
msgid "Maximum Per Ticket. Leave blank for unlimited."
|
1642 |
msgstr "Maximum na jednu vstupenku. Ponechte to prázdné pro neomezené."
|
1643 |
|
1644 |
+
#: app/features/events.php:2438
|
1645 |
#, fuzzy
|
1646 |
#| msgid ""
|
1647 |
#| "You're translating an event so MEC will use the original event for "
|
1657 |
"vstupenek a rezervace. Můžete přeložit pouze název a popis vstupenky. Prosím "
|
1658 |
"definujte určité vstupenky, které jste definovali v původní události."
|
1659 |
|
1660 |
+
#: app/features/events.php:2464 app/features/mec/booking.php:618
|
1661 |
#, fuzzy
|
1662 |
#| msgid "Attendees Limit"
|
1663 |
msgid "Per Attendee Fields"
|
1664 |
msgstr "Limit účastníků"
|
1665 |
|
1666 |
+
#: app/features/events.php:2494 app/features/mec/booking.php:651
|
1667 |
+
#: app/libraries/main.php:3371
|
1668 |
msgid "MEC Name"
|
1669 |
msgstr "MEC Jméno"
|
1670 |
|
1671 |
+
#: app/features/events.php:2495 app/features/mec/booking.php:652
|
1672 |
+
#: app/libraries/main.php:3400
|
1673 |
msgid "MEC Email"
|
1674 |
msgstr "MEC Email"
|
1675 |
|
1676 |
+
#: app/features/events.php:2496 app/features/events.php:2585
|
1677 |
+
#: app/features/mec/booking.php:653 app/features/mec/booking.php:749
|
1678 |
+
#: app/features/mec/single.php:202 app/libraries/main.php:3342
|
1679 |
msgid "Text"
|
1680 |
msgstr "Text"
|
1681 |
|
1682 |
+
#: app/features/events.php:2499 app/features/events.php:2588
|
1683 |
+
#: app/features/mec/booking.php:656 app/features/mec/booking.php:752
|
1684 |
+
#: app/features/mec/single.php:206 app/features/organizers.php:103
|
1685 |
#: app/features/organizers.php:148 app/features/speakers.php:119
|
1686 |
#: app/features/speakers.php:200 app/features/speakers.php:285
|
1687 |
+
#: app/libraries/main.php:3545
|
1688 |
msgid "Tel"
|
1689 |
msgstr "Tel"
|
1690 |
|
1691 |
+
#: app/features/events.php:2500 app/features/mec/booking.php:657
|
1692 |
+
#: app/libraries/main.php:3487
|
1693 |
msgid "File"
|
1694 |
msgstr "Soubor"
|
1695 |
|
1696 |
+
#: app/features/events.php:2501 app/features/events.php:2589
|
1697 |
+
#: app/features/mec/booking.php:658 app/features/mec/booking.php:753
|
1698 |
+
#: app/features/mec/single.php:207 app/libraries/main.php:3574
|
1699 |
msgid "Textarea"
|
1700 |
msgstr "Plocha textu"
|
1701 |
|
1702 |
+
#: app/features/events.php:2502 app/features/events.php:2590
|
1703 |
+
#: app/features/mec/booking.php:659 app/features/mec/booking.php:754
|
1704 |
+
#: app/features/mec/single.php:209 app/libraries/main.php:3626
|
1705 |
msgid "Checkboxes"
|
1706 |
msgstr "Zatržítko"
|
1707 |
|
1708 |
+
#: app/features/events.php:2503 app/features/events.php:2591
|
1709 |
+
#: app/features/mec/booking.php:660 app/features/mec/booking.php:755
|
1710 |
+
#: app/features/mec/single.php:210 app/libraries/main.php:3672
|
1711 |
msgid "Radio Buttons"
|
1712 |
msgstr "Přepínače"
|
1713 |
|
1714 |
+
#: app/features/events.php:2504 app/features/events.php:2592
|
1715 |
+
#: app/features/mec/booking.php:133 app/features/mec/booking.php:661
|
1716 |
+
#: app/features/mec/booking.php:756
|
1717 |
#: app/features/mec/meta_boxes/search_form.php:34
|
1718 |
#: app/features/mec/meta_boxes/search_form.php:41
|
1719 |
#: app/features/mec/meta_boxes/search_form.php:49
|
1787 |
#: app/features/mec/meta_boxes/search_form.php:795
|
1788 |
#: app/features/mec/meta_boxes/search_form.php:802
|
1789 |
#: app/features/mec/meta_boxes/search_form.php:816
|
1790 |
+
#: app/features/mec/single.php:211 app/libraries/main.php:3718
|
1791 |
msgid "Dropdown"
|
1792 |
msgstr "Rozbalovací"
|
1793 |
|
1794 |
+
#: app/features/events.php:2505 app/features/events.php:2593
|
1795 |
+
#: app/features/mec/booking.php:662 app/features/mec/booking.php:757
|
1796 |
+
#: app/libraries/main.php:3767
|
1797 |
msgid "Agreement"
|
1798 |
msgstr "Smlouva"
|
1799 |
|
1800 |
+
#: app/features/events.php:2506 app/features/events.php:2594
|
1801 |
+
#: app/features/mec/booking.php:663 app/features/mec/booking.php:758
|
1802 |
+
#: app/features/mec/single.php:208 app/libraries/main.php:3603
|
1803 |
msgid "Paragraph"
|
1804 |
msgstr "Paragraf"
|
1805 |
|
1806 |
+
#: app/features/events.php:2555 app/features/mec/booking.php:716
|
1807 |
#, fuzzy
|
1808 |
#| msgid "Required Field"
|
1809 |
msgid "Fixed Fields"
|
1810 |
msgstr "Požadovaná pole"
|
1811 |
|
1812 |
+
#: app/features/events.php:3422 app/features/events.php:3440
|
1813 |
+
#: app/features/events.php:3458 app/features/events.php:3476
|
1814 |
#, php-format
|
1815 |
msgid "Show all %s"
|
1816 |
msgstr "Ukázat všechny %s"
|
1817 |
|
1818 |
+
#: app/features/events.php:3422
|
1819 |
msgid "labels"
|
1820 |
msgstr "štítky"
|
1821 |
|
1822 |
+
#: app/features/events.php:3440
|
1823 |
msgid "locations"
|
1824 |
msgstr "umístění"
|
1825 |
|
1826 |
+
#: app/features/events.php:3458
|
1827 |
msgid "organizers"
|
1828 |
msgstr "organizátoři"
|
1829 |
|
1830 |
+
#: app/features/events.php:3492
|
1831 |
#, fuzzy
|
1832 |
#| msgid "Attendees Limit"
|
1833 |
msgid "Attendees List"
|
1834 |
msgstr "Limit účastníků"
|
1835 |
|
1836 |
+
#: app/features/events.php:3522 app/features/events.php:3712
|
1837 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
1838 |
#: app/features/locations.php:58 app/features/locations.php:263
|
1839 |
#: app/features/locations.php:323 app/features/locations.php:325
|
1840 |
#: app/features/locations.php:334
|
1850 |
#: app/features/mec/meta_boxes/search_form.php:594
|
1851 |
#: app/features/mec/meta_boxes/search_form.php:664
|
1852 |
#: app/features/mec/meta_boxes/search_form.php:770
|
1853 |
+
#: app/features/mec/settings.php:1062 app/features/mec/single.php:352
|
1854 |
+
#: app/features/mec/single.php:394 app/features/popup/event.php:116
|
1855 |
#: app/features/popup/event.php:125 app/features/search.php:74
|
1856 |
+
#: app/libraries/main.php:2693 app/libraries/main.php:6530
|
1857 |
+
#: app/libraries/main.php:6584 app/libraries/skins.php:964
|
1858 |
+
#: app/skins/single.php:944 app/skins/single.php:1387
|
1859 |
#: app/skins/single/default.php:195 app/skins/single/default.php:428
|
1860 |
#: app/skins/single/m1.php:173 app/skins/single/m2.php:96
|
1861 |
#: app/skins/single/modern.php:116
|
1862 |
msgid "Location"
|
1863 |
msgstr "Umístění"
|
1864 |
|
1865 |
+
#: app/features/events.php:3527
|
1866 |
msgid "Repeat"
|
1867 |
msgstr "Opakovat"
|
1868 |
|
1869 |
+
#: app/features/events.php:3528
|
1870 |
msgid "Author"
|
1871 |
msgstr "Autor"
|
1872 |
|
1873 |
+
#: app/features/events.php:3649 app/features/events.php:3650
|
1874 |
#, fuzzy
|
1875 |
#| msgid "iCal Export"
|
1876 |
msgid "iCal / Outlook Export"
|
1877 |
msgstr "iCal Export"
|
1878 |
|
1879 |
+
#: app/features/events.php:3652 app/features/events.php:3653
|
1880 |
msgid "CSV Export"
|
1881 |
msgstr "CSV Export"
|
1882 |
|
1883 |
+
#: app/features/events.php:3655 app/features/events.php:3656
|
1884 |
msgid "MS Excel Export"
|
1885 |
msgstr "MS Excel Export"
|
1886 |
|
1887 |
+
#: app/features/events.php:3658 app/features/events.php:3659
|
1888 |
msgid "XML Export"
|
1889 |
msgstr "XML Export"
|
1890 |
|
1891 |
+
#: app/features/events.php:3661 app/features/events.php:3662
|
1892 |
msgid "JSON Export"
|
1893 |
msgstr "JSON Export"
|
1894 |
|
1895 |
+
#: app/features/events.php:3664 app/features/events.php:3665
|
1896 |
+
#: app/features/events.php:3821
|
1897 |
msgid "Duplicate"
|
1898 |
msgstr "Duplikát"
|
1899 |
|
1900 |
+
#: app/features/events.php:3712 app/features/ix.php:3995
|
1901 |
+
#: app/features/ix.php:4037
|
1902 |
msgid "Link"
|
1903 |
msgstr "Odkaz"
|
1904 |
|
1905 |
+
#: app/features/events.php:3712 app/features/ix.php:3995
|
1906 |
+
#: app/features/ix.php:4037 app/features/locations.php:110
|
1907 |
#: app/features/locations.php:180 app/features/locations.php:264
|
1908 |
#: app/features/mec/meta_boxes/search_form.php:74
|
1909 |
#: app/features/mec/meta_boxes/search_form.php:145
|
1919 |
msgid "Address"
|
1920 |
msgstr "Adresa"
|
1921 |
|
1922 |
+
#: app/features/events.php:3712
|
1923 |
#, php-format
|
1924 |
msgid "%s Tel"
|
1925 |
msgstr "%s Tel"
|
1926 |
|
1927 |
+
#: app/features/events.php:3712
|
1928 |
#, php-format
|
1929 |
msgid "%s Email"
|
1930 |
msgstr "%s Email"
|
1931 |
|
1932 |
# v kontextu
|
1933 |
+
#: app/features/events.php:3712 app/features/fes/form.php:850
|
1934 |
+
#: app/features/mec/settings.php:784
|
1935 |
msgid "Featured Image"
|
1936 |
msgstr "Hlavní obrázek"
|
1937 |
|
1938 |
+
#: app/features/events.php:4041 app/features/fes.php:243
|
1939 |
+
#: app/features/profile/profile.php:183 app/libraries/main.php:2777
|
1940 |
+
#: app/libraries/main.php:6564
|
1941 |
msgid "Ticket"
|
1942 |
msgstr "Vstupenka"
|
1943 |
|
1944 |
+
#: app/features/events.php:4044 app/features/profile/profile.php:186
|
1945 |
msgid "Variations"
|
1946 |
msgstr "Variace"
|
1947 |
|
1948 |
+
#: app/features/events.php:4059 app/features/fes.php:317
|
1949 |
msgid "Unknown"
|
1950 |
msgstr "Neznámý"
|
1951 |
|
1952 |
+
#: app/features/events.php:4085
|
1953 |
msgid ""
|
1954 |
"If you want to send an email, first select your attendees and then click in "
|
1955 |
"the button below, please."
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: app/features/events.php:4085 app/features/mec/report.php:58
|
1959 |
#, fuzzy
|
1960 |
#| msgid "Organizer Email"
|
1961 |
msgid "Send Email"
|
1962 |
msgstr "Organizátor Email"
|
1963 |
|
1964 |
+
#: app/features/events.php:4089
|
1965 |
#, fuzzy
|
1966 |
#| msgid "Attendees Form"
|
1967 |
msgid "No Attendees Found!"
|
2009 |
msgid "Order Time"
|
2010 |
msgstr "Konec"
|
2011 |
|
2012 |
+
#: app/features/fes.php:243 app/features/wc.php:84 app/libraries/main.php:2725
|
2013 |
+
#: app/libraries/main.php:2840
|
2014 |
msgid "Transaction ID"
|
2015 |
msgstr "ID transakce"
|
2016 |
|
2018 |
msgid "Total Price"
|
2019 |
msgstr "Celková cena"
|
2020 |
|
2021 |
+
#: app/features/fes.php:243 app/libraries/main.php:2835
|
2022 |
#, fuzzy
|
2023 |
#| msgid "Payment Gateways"
|
2024 |
msgid "Gateway"
|
2102 |
msgid "Go back to events list"
|
2103 |
msgstr "Přejít zpět na seznam událostí"
|
2104 |
|
2105 |
+
#: app/features/fes/form.php:264 app/features/mec/settings.php:916
|
2106 |
+
#: app/features/mec/settings.php:992
|
2107 |
msgid "Excerpt"
|
2108 |
msgstr ""
|
2109 |
|
2203 |
msgstr "Odebrat obrázek"
|
2204 |
|
2205 |
#: app/features/fes/form.php:891 app/features/labels.php:61
|
2206 |
+
#: app/features/labels.php:221 app/features/mec.php:463
|
2207 |
#: app/features/mec/meta_boxes/filter.php:72
|
2208 |
+
#: app/features/mec/meta_boxes/filter.php:133 app/libraries/main.php:6527
|
2209 |
+
#: app/libraries/main.php:6581 app/skins/single.php:1157
|
2210 |
#: app/skins/single/default.php:173 app/skins/single/default.php:405
|
2211 |
#: app/skins/single/m1.php:76 app/skins/single/modern.php:252
|
2212 |
msgid "Labels"
|
2213 |
msgstr "Štítky"
|
2214 |
|
2215 |
+
#: app/features/fes/form.php:937 app/features/mec.php:461
|
2216 |
#: app/features/mec/meta_boxes/filter.php:73
|
2217 |
#: app/features/mec/meta_boxes/filter.php:151
|
2218 |
msgid "Tags"
|
2222 |
msgid "Insert your desired tags, comma separated."
|
2223 |
msgstr "Vložte požadované tagy oddělené čárkami."
|
2224 |
|
2225 |
+
#: app/features/fes/form.php:959 app/features/mec.php:470
|
2226 |
+
#: app/features/mec/modules.php:51 app/features/mec/settings.php:826
|
2227 |
#: app/features/speakers.php:61 app/libraries/hourlyschedule.php:69
|
2228 |
#: app/libraries/hourlyschedule.php:90 app/libraries/hourlyschedule.php:135
|
2229 |
+
#: app/libraries/main.php:608 app/libraries/main.php:6533
|
2230 |
+
#: app/libraries/main.php:6587 app/modules/speakers/details.php:18
|
2231 |
msgid "Speakers"
|
2232 |
msgstr "Řečníci"
|
2233 |
|
2299 |
msgid "An error occurred during the file upload! Please check permissions!"
|
2300 |
msgstr "Při nahrávání souboru došlo k chybě! Zkontrolujte oprávnění!"
|
2301 |
|
2302 |
+
#: app/features/ix.php:265 app/libraries/main.php:6812
|
2303 |
+
#: app/libraries/main.php:6832
|
2304 |
msgid "Confirmed"
|
2305 |
msgstr "Potvrzeno"
|
2306 |
|
2307 |
+
#: app/features/ix.php:266 app/libraries/main.php:6813
|
2308 |
+
#: app/libraries/main.php:6840
|
2309 |
msgid "Rejected"
|
2310 |
msgstr "Odmítnuto"
|
2311 |
|
2312 |
+
#: app/features/ix.php:270 app/features/mec/booking.php:1020
|
2313 |
+
#: app/features/mec/booking.php:1042 app/features/mec/modules.php:440
|
2314 |
+
#: app/features/mec/modules.php:462 app/features/mec/notifications.php:1284
|
2315 |
+
#: app/features/mec/notifications.php:1306 app/features/mec/settings.php:1432
|
2316 |
+
#: app/features/mec/settings.php:1454 app/features/mec/single.php:459
|
2317 |
+
#: app/features/mec/single.php:481 app/libraries/main.php:6860
|
2318 |
msgid "Verified"
|
2319 |
msgstr "Ověřeno"
|
2320 |
|
2321 |
#: app/features/ix.php:271 app/features/labels.php:118
|
2322 |
+
#: app/features/labels.php:143 app/libraries/main.php:6861
|
2323 |
#: app/skins/agenda/render.php:43 app/skins/available_spot/tpl.php:56
|
2324 |
+
#: app/skins/carousel/render.php:42 app/skins/countdown/tpl.php:40
|
2325 |
#: app/skins/cover/tpl.php:36 app/skins/daily_view/render.php:28
|
2326 |
#: app/skins/grid/render.php:66 app/skins/list/render.php:40
|
2327 |
#: app/skins/masonry/render.php:33 app/skins/monthly_view/calendar.php:81
|
2363 |
msgid "Third Party plugin is invalid!"
|
2364 |
msgstr "Plugin třetí strany je neplatný!"
|
2365 |
|
2366 |
+
#: app/features/ix.php:3177 app/features/ix.php:3238
|
2367 |
#, fuzzy
|
2368 |
#| msgid "Both of API key and Calendar ID are required!"
|
2369 |
msgid "API key and Calendar ID are required!"
|
2370 |
msgstr "Obě hodnoty: klíč API a ID kalendáře jsou povinné!"
|
2371 |
|
2372 |
+
#: app/features/ix.php:3233 app/features/ix.php:3678 app/features/ix.php:4413
|
2373 |
#, fuzzy
|
2374 |
#| msgid "Please select some events to import!"
|
2375 |
msgid "Please select events to import!"
|
2376 |
msgstr "Vyberte události, které chcete importovat!"
|
2377 |
|
2378 |
+
#: app/features/ix.php:3620 app/features/ix.php:3683
|
2379 |
#, fuzzy
|
2380 |
#| msgid "Both of API key and Group URL are required!"
|
2381 |
msgid "API key and Group URL are required!"
|
2382 |
msgstr "Obě hodnoty: klíč API a skupina URL jsou povinné!"
|
2383 |
|
2384 |
+
#: app/features/ix.php:3922
|
2385 |
msgid "Check at Meetup"
|
2386 |
msgstr "Ověřit Meetup"
|
2387 |
|
2388 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
2389 |
msgid "Organizer Tel"
|
2390 |
msgstr "Organizátor Tel"
|
2391 |
|
2392 |
+
#: app/features/ix.php:3995 app/features/ix.php:4037
|
2393 |
msgid "Organizer Email"
|
2394 |
msgstr "Organizátor Email"
|
2395 |
|
2396 |
# Client Secret dle kontextu
|
2397 |
+
#: app/features/ix.php:4113
|
2398 |
#, fuzzy
|
2399 |
#| msgid "All of Client ID, Client Secret and Calendar ID are required!"
|
2400 |
msgid "All of Client ID, Client Secret, and Calendar ID are required!"
|
2401 |
msgstr ""
|
2402 |
"Vyžadují se všechny klientské ID, tajné informace klienta a ID kalendáře!"
|
2403 |
|
2404 |
+
#: app/features/ix.php:4136
|
2405 |
#, fuzzy, php-format
|
2406 |
#| msgid "All seems good! Please click %s for authenticating your app."
|
2407 |
msgid "All seems good! Please click %s to authenticate your app."
|
2408 |
msgstr "Vše vypadá dobře! Klikněte na % s pro ověření vaší aplikace."
|
2409 |
|
2410 |
+
#: app/features/ix.php:4136 app/features/mec/settings.php:1321
|
2411 |
msgid "here"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: app/features/ix.php:4190
|
2415 |
#, fuzzy
|
2416 |
#| msgid "All of Client App, Client Secret and Calendar ID are required!"
|
2417 |
msgid "Client App, Client Secret, and Calendar ID are all required!"
|
2419 |
"Všechny klientské aplikace, tajné informace klienta a ID kalendáře jsou "
|
2420 |
"povinné!"
|
2421 |
|
2422 |
+
#: app/features/ix.php:4335
|
2423 |
#, fuzzy, php-format
|
2424 |
#| msgid "%s events added to Google Calendar successfully."
|
2425 |
msgid "%s events added to Google Calendar with success."
|
2426 |
msgstr "% s události byly přidané do Google kalendáře úspěšně."
|
2427 |
|
2428 |
+
#: app/features/ix.php:4336
|
2429 |
#, fuzzy, php-format
|
2430 |
#| msgid "%s previously added events get updated."
|
2431 |
msgid "%s Updated previously added events."
|
2432 |
msgstr "% s dříve přidané události byly aktualizovány."
|
2433 |
|
2434 |
+
#: app/features/ix.php:4337
|
2435 |
#, php-format
|
2436 |
msgid "%s events failed to add for following reasons: %s"
|
2437 |
msgstr "% s události se nepodařilo přidat z následujících důvodů: % s"
|
2438 |
|
2439 |
+
#: app/features/ix.php:4369
|
2440 |
msgid "Please insert your Facebook page's link."
|
2441 |
msgstr "Vložte prosím odkaz na svou stránku na Facebooku."
|
2442 |
|
2443 |
+
#: app/features/ix.php:4380 app/features/ix.php:4422
|
2444 |
#, fuzzy
|
2445 |
#| msgid ""
|
2446 |
#| "We couldn't recognize your Facebook page. Please check it and provide us "
|
2452 |
"Vaši facebookovou stránku jsme nemohli rozpoznat. Zkontrolujte to a "
|
2453 |
"poskytněte nám platný odkaz na stránku Facebooku."
|
2454 |
|
2455 |
+
#: app/features/ix.php:4417
|
2456 |
msgid "Please insert your facebook page's link."
|
2457 |
msgstr "Vložte prosím odkaz na svou facebookovou stránku."
|
2458 |
|
2624 |
msgid "Add to Google Calendar"
|
2625 |
msgstr "Přidat do Google kalendáře"
|
2626 |
|
2627 |
+
#: app/features/ix/export_g_calendar.php:93 app/features/mec/booking.php:1022
|
2628 |
+
#: app/features/mec/modules.php:442 app/features/mec/notifications.php:1286
|
2629 |
+
#: app/features/mec/settings.php:1434 app/features/mec/single.php:461
|
2630 |
msgid "Checking ..."
|
2631 |
msgstr "Ověřování ..."
|
2632 |
|
2675 |
msgstr "ICS Feed"
|
2676 |
|
2677 |
#: app/features/ix/import.php:46 app/features/ix/import.php:65
|
2678 |
+
#: app/features/mec/booking.php:99 app/features/mec/booking.php:425
|
2679 |
+
#: app/features/mec/booking.php:441 app/features/mec/booking.php:459
|
2680 |
+
#: app/features/mec/booking.php:536
|
2681 |
#: app/features/mec/meta_boxes/display_options.php:232
|
2682 |
#: app/features/mec/meta_boxes/display_options.php:502
|
2683 |
#: app/features/mec/modules.php:69 app/features/mec/modules.php:220
|
2688 |
|
2689 |
#: app/features/ix/import.php:46 app/features/ix/import.php:65
|
2690 |
#: app/features/ix/sync.php:22 app/features/mec/booking.php:99
|
2691 |
+
#: app/features/mec/booking.php:425 app/features/mec/booking.php:441
|
2692 |
+
#: app/features/mec/booking.php:459 app/features/mec/booking.php:536
|
2693 |
#: app/features/mec/meta_boxes/display_options.php:232
|
2694 |
#: app/features/mec/meta_boxes/display_options.php:502
|
2695 |
#: app/features/mec/meta_boxes/display_options.php:543
|
3092 |
# Kontext
|
3093 |
#: app/features/labels.php:117 app/features/labels.php:142
|
3094 |
#: app/skins/agenda/render.php:42 app/skins/available_spot/tpl.php:55
|
3095 |
+
#: app/skins/carousel/render.php:41 app/skins/countdown/tpl.php:36
|
3096 |
#: app/skins/cover/tpl.php:35 app/skins/daily_view/render.php:27
|
3097 |
#: app/skins/grid/render.php:65 app/skins/list/render.php:39
|
3098 |
#: app/skins/masonry/render.php:32 app/skins/monthly_view/calendar.php:80
|
3114 |
|
3115 |
#: app/features/labels.php:180 app/features/locations.php:265
|
3116 |
#: app/features/organizers.php:206 app/features/speakers.php:286
|
3117 |
+
#: app/modules/booking/steps/tickets.php:163
|
3118 |
msgid "Count"
|
3119 |
msgstr "Spočítat"
|
3120 |
|
3129 |
msgid "Event %s"
|
3130 |
msgstr "Událost %s"
|
3131 |
|
3132 |
+
#: app/features/locations.php:59 app/features/mec.php:464
|
3133 |
#: app/features/mec/dashboard.php:279 app/features/mec/meta_boxes/filter.php:70
|
3134 |
+
#: app/features/mec/meta_boxes/filter.php:97 app/libraries/main.php:6529
|
3135 |
+
#: app/libraries/main.php:6583
|
3136 |
msgid "Locations"
|
3137 |
msgstr "Umístění"
|
3138 |
|
3177 |
msgid "Thumbnail"
|
3178 |
msgstr "Náhled"
|
3179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3180 |
#: app/features/locations.php:326 app/features/popup/event.php:117
|
3181 |
msgid "Hide location"
|
3182 |
msgstr "Skrýt místo"
|
3197 |
msgid "eg. City Hall"
|
3198 |
msgstr "např. Radnice"
|
3199 |
|
3200 |
+
#: app/features/locations.php:346 app/features/mec/settings.php:814
|
3201 |
#: app/features/popup/event.php:143 app/widgets/single.php:117
|
3202 |
msgid "Event Location"
|
3203 |
msgstr "Místo události"
|
3237 |
msgid "Don't show map in single event page"
|
3238 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
3239 |
|
3240 |
+
#: app/features/locations.php:403 app/libraries/main.php:6567
|
3241 |
+
#: app/libraries/main.php:6614
|
3242 |
msgid "Other Locations"
|
3243 |
msgstr "Další místa"
|
3244 |
|
3267 |
msgid "Forgot Password?"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: app/features/mec.php:205
|
3271 |
#, fuzzy
|
3272 |
#| msgid ""
|
3273 |
#| "Activation faild. Please check your purchase code or license type."
|
3280 |
"<br> <b> Poznámka: Váš nákupní kód by se měl shodovat s vaším typem licence. "
|
3281 |
"</b>"
|
3282 |
|
3283 |
+
#: app/features/mec.php:205 app/features/mec/support-page.php:136
|
3284 |
msgid "Troubleshooting"
|
3285 |
msgstr "Odstraňování problémů"
|
3286 |
|
3287 |
+
#: app/features/mec.php:292
|
3288 |
#, fuzzy
|
3289 |
#| msgid "Select Type"
|
3290 |
msgid "Select Date"
|
3291 |
msgstr "Vyberte typ"
|
3292 |
|
3293 |
+
#: app/features/mec.php:296 app/skins/masonry.php:259
|
3294 |
msgid "All"
|
3295 |
msgstr "Vše"
|
3296 |
|
3297 |
+
#: app/features/mec.php:338
|
3298 |
#, fuzzy
|
3299 |
#| msgid ""
|
3300 |
#| "Your options is not in JSON format. Please insert correct options in this "
|
3306 |
"Vaše možnosti nejsou ve formátu JSON. Do tohoto pole vložte správné možnosti "
|
3307 |
"a zkuste to znovu."
|
3308 |
|
3309 |
+
#: app/features/mec.php:345
|
3310 |
msgid "Your options field can not be empty!"
|
3311 |
msgstr "Pole možností nemůže být prázdné!"
|
3312 |
|
3313 |
+
#: app/features/mec.php:351
|
3314 |
msgid "Your options imported successfuly."
|
3315 |
msgstr "Vaše možnosti byly úspěšně importovány."
|
3316 |
|
3317 |
+
#: app/features/mec.php:444
|
3318 |
msgid "MEC - Support"
|
3319 |
msgstr "MEC - podpora"
|
3320 |
|
3321 |
+
#: app/features/mec.php:444 app/features/mec/support-page.php:9
|
3322 |
#: app/features/mec/support.php:80 app/features/mec/support.php:93
|
3323 |
msgid "Support"
|
3324 |
msgstr "Podpora"
|
3325 |
|
3326 |
+
#: app/features/mec.php:465 app/features/mec/dashboard.php:286
|
3327 |
#: app/features/mec/meta_boxes/filter.php:71
|
3328 |
#: app/features/mec/meta_boxes/filter.php:115 app/features/organizers.php:59
|
3329 |
+
#: app/libraries/main.php:6531 app/libraries/main.php:6585
|
3330 |
msgid "Organizers"
|
3331 |
msgstr "Organizátoři"
|
3332 |
|
3333 |
+
#: app/features/mec.php:473 app/features/mec.php:499
|
3334 |
#: app/features/mec/dashboard.php:272
|
3335 |
msgid "Shortcodes"
|
3336 |
msgstr "Zkrácené kódy"
|
3337 |
|
3338 |
+
#: app/features/mec.php:474
|
3339 |
msgid "MEC - Settings"
|
3340 |
msgstr "MEC - Nastavení"
|
3341 |
|
3342 |
+
#: app/features/mec.php:475
|
3343 |
msgid "MEC - Addons"
|
3344 |
msgstr "MEC - doplňky"
|
3345 |
|
3346 |
+
#: app/features/mec.php:475 app/features/mec/addons.php:22
|
3347 |
msgid "Addons"
|
3348 |
msgstr "Doplňky"
|
3349 |
|
3350 |
+
#: app/features/mec.php:479
|
3351 |
#, fuzzy
|
3352 |
#| msgid "MEC - Support"
|
3353 |
msgid "MEC - Report"
|
3354 |
msgstr "MEC - podpora"
|
3355 |
|
3356 |
+
#: app/features/mec.php:479
|
3357 |
#, fuzzy
|
3358 |
#| msgid "Export"
|
3359 |
msgid "Report"
|
3360 |
msgstr "Export"
|
3361 |
|
3362 |
+
#: app/features/mec.php:482
|
3363 |
#, fuzzy
|
3364 |
#| msgid "MEC - Support"
|
3365 |
msgid "MEC - Go Pro"
|
3366 |
msgstr "MEC - podpora"
|
3367 |
|
3368 |
+
#: app/features/mec.php:482 app/features/mec.php:1274
|
3369 |
#: app/features/mec/go-pro.php:9
|
3370 |
msgid "Go Pro"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: app/features/mec.php:501
|
3374 |
msgid "Add Shortcode"
|
3375 |
msgstr "Přidat zkrácený kód"
|
3376 |
|
3377 |
+
#: app/features/mec.php:502
|
3378 |
msgid "Add New Shortcode"
|
3379 |
msgstr "Přidat nový zkrácený kód"
|
3380 |
|
3381 |
+
#: app/features/mec.php:503
|
3382 |
msgid "No shortcodes found!"
|
3383 |
msgstr "Nebyly nalezeny žádné zkrácené kódy!"
|
3384 |
|
3385 |
+
#: app/features/mec.php:504
|
3386 |
msgid "All Shortcodes"
|
3387 |
msgstr "Všechny zkrácené kódy"
|
3388 |
|
3389 |
+
#: app/features/mec.php:505
|
3390 |
msgid "Edit shortcodes"
|
3391 |
msgstr "Editace zkrácených kódů"
|
3392 |
|
3393 |
+
#: app/features/mec.php:506
|
3394 |
msgid "No shortcodes found in Trash!"
|
3395 |
msgstr "V koši nebyly nalezeny žádné zkrácené kódy!"
|
3396 |
|
3397 |
+
#: app/features/mec.php:559
|
3398 |
msgid "Display Options"
|
3399 |
msgstr "Zobrazit možnosti"
|
3400 |
|
3401 |
+
#: app/features/mec.php:560
|
3402 |
msgid "Filter Options"
|
3403 |
msgstr "Filtrovat možnosti"
|
3404 |
|
3405 |
+
#: app/features/mec.php:562
|
3406 |
msgid "Search Form"
|
3407 |
msgstr "Vyhledávací formulář"
|
3408 |
|
3409 |
+
#: app/features/mec.php:975
|
3410 |
msgid "Display content's images as Popup"
|
3411 |
msgstr "Zobrazit obrázky obsahu jako vyskakovací okno"
|
3412 |
|
3413 |
+
#: app/features/mec.php:989 app/features/popup/shortcode.php:473
|
3414 |
msgid "Single Event Display Method"
|
3415 |
msgstr "Metoda zobrazení jedné události"
|
3416 |
|
3417 |
+
#: app/features/mec.php:996 app/features/popup/shortcode.php:485
|
3418 |
#, fuzzy
|
3419 |
#| msgid "Modal 1"
|
3420 |
msgid "Modal Popup"
|
3421 |
msgstr "Modal 1"
|
3422 |
|
3423 |
+
#: app/features/mec.php:997
|
3424 |
#, fuzzy
|
3425 |
#| msgid "Disabled"
|
3426 |
msgid "Disable Link"
|
3427 |
msgstr "Zakázaný"
|
3428 |
|
3429 |
+
#: app/features/mec.php:1010
|
3430 |
#, fuzzy
|
3431 |
#| msgid "Booking Options"
|
3432 |
msgid "Booking Button / Icon"
|
3433 |
msgstr "Možnosti rezervace"
|
3434 |
|
3435 |
+
#: app/features/mec.php:1023
|
3436 |
#, fuzzy
|
3437 |
#| msgid "Organizers"
|
3438 |
msgid "Display Organizers"
|
3439 |
msgstr "Organizátoři"
|
3440 |
|
3441 |
+
#: app/features/mec.php:1180 app/features/mec.php:1353
|
3442 |
msgid "Total Bookings"
|
3443 |
msgstr "Celkový počet rezervací"
|
3444 |
|
3445 |
+
#: app/features/mec.php:1196 app/features/mec/dashboard.php:63
|
3446 |
msgid "Modern Events Calendar (Lite)"
|
3447 |
msgstr "Modern Events Calendar (Lite)"
|
3448 |
|
3449 |
+
#: app/features/mec.php:1205 app/features/mec/dashboard.php:297
|
3450 |
+
#: app/features/mec/settings.php:464
|
3451 |
msgid "Upcoming Events"
|
3452 |
msgstr "Nadcházející události"
|
3453 |
|
3454 |
+
#: app/features/mec.php:1260
|
3455 |
#, fuzzy
|
3456 |
#| msgid "Update %s"
|
3457 |
msgid "News & Updates"
|
3458 |
msgstr "Aktualizovat %s"
|
3459 |
|
3460 |
+
#: app/features/mec.php:1273
|
3461 |
msgid "Blog"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
+
#: app/features/mec.php:1273
|
3465 |
msgid "Help"
|
3466 |
msgstr ""
|
3467 |
|
3468 |
+
#: app/features/mec.php:1328
|
3469 |
#, php-format
|
3470 |
msgid "Total Sells (%s)"
|
3471 |
msgstr "Celkový prodej %s"
|
3472 |
|
3473 |
+
#: app/features/mec.php:1362
|
3474 |
msgid "This Month"
|
3475 |
msgstr "Tento měsíc"
|
3476 |
|
3477 |
+
#: app/features/mec.php:1368
|
3478 |
msgid "Last Month"
|
3479 |
msgstr "Minulý měsíc"
|
3480 |
|
3481 |
+
#: app/features/mec.php:1374
|
3482 |
msgid "This Year"
|
3483 |
msgstr "Tento rok"
|
3484 |
|
3485 |
+
#: app/features/mec.php:1380
|
3486 |
msgid "Last Year"
|
3487 |
msgstr "Minulý rok"
|
3488 |
|
3489 |
+
#: app/features/mec.php:1400
|
3490 |
msgid "Bar"
|
3491 |
msgstr "Pruh"
|
3492 |
|
3493 |
+
#: app/features/mec.php:1401
|
3494 |
msgid "Line"
|
3495 |
msgstr "Čára"
|
3496 |
|
3497 |
+
#: app/features/mec.php:1403
|
3498 |
msgid "Filter"
|
3499 |
msgstr "Filtr"
|
3500 |
|
3501 |
+
#: app/features/mec.php:1427
|
3502 |
#, fuzzy
|
3503 |
#| msgid "Modern Events Calendar"
|
3504 |
msgid "Print Calendar"
|
3505 |
msgstr "Moderní kalendář událostí"
|
3506 |
|
3507 |
+
#: app/features/mec.php:1442
|
3508 |
#, fuzzy
|
3509 |
#| msgid "Display Event Price"
|
3510 |
msgid "Display Events"
|
3537 |
msgid "Search..."
|
3538 |
msgstr "Vyhledávání ..."
|
3539 |
|
3540 |
+
#: app/features/mec/booking.php:80 app/features/mec/booking.php:764
|
3541 |
+
#: app/features/mec/booking.php:938 app/features/mec/booking.php:947
|
3542 |
+
#: app/features/mec/booking.php:957 app/features/mec/booking.php:1039
|
3543 |
+
#: app/features/mec/booking.php:1053 app/features/mec/messages.php:15
|
3544 |
#: app/features/mec/messages.php:51 app/features/mec/messages.php:60
|
3545 |
#: app/features/mec/messages.php:94 app/features/mec/messages.php:103
|
3546 |
#: app/features/mec/modules.php:25 app/features/mec/modules.php:398
|
3548 |
#: app/features/mec/modules.php:473 app/features/mec/notifications.php:14
|
3549 |
#: app/features/mec/notifications.php:1213
|
3550 |
#: app/features/mec/notifications.php:1225
|
3551 |
+
#: app/features/mec/notifications.php:1303
|
3552 |
+
#: app/features/mec/notifications.php:1317 app/features/mec/settings.php:49
|
3553 |
+
#: app/features/mec/settings.php:1383 app/features/mec/settings.php:1393
|
3554 |
+
#: app/features/mec/settings.php:1451 app/features/mec/settings.php:1465
|
3555 |
+
#: app/features/mec/single.php:21 app/features/mec/single.php:426
|
3556 |
+
#: app/features/mec/single.php:436 app/features/mec/single.php:478
|
3557 |
+
#: app/features/mec/single.php:492 app/features/mec/styles.php:11
|
3558 |
#: app/features/mec/styles.php:31 app/features/mec/styles.php:40
|
3559 |
#: app/features/mec/styles.php:77 app/features/mec/styles.php:86
|
3560 |
#: app/features/mec/styling.php:37 app/features/mec/styling.php:269
|
3598 |
msgid "Default is 6"
|
3599 |
msgstr "Výchozí je 6"
|
3600 |
|
3601 |
+
#: app/features/mec/booking.php:130
|
3602 |
+
#, fuzzy
|
3603 |
+
#| msgid "Select icon"
|
3604 |
+
msgid "Date Selection"
|
3605 |
+
msgstr "Vybrat ikonu"
|
3606 |
+
|
3607 |
+
#: app/features/mec/booking.php:134
|
3608 |
+
#, fuzzy
|
3609 |
+
#| msgid "Calendar ID"
|
3610 |
+
msgid "Calendar"
|
3611 |
+
msgstr "ID kalendáře"
|
3612 |
+
|
3613 |
+
#: app/features/mec/booking.php:153 app/features/mec/booking.php:168
|
3614 |
#, fuzzy
|
3615 |
#| msgid "Booking Cancellation"
|
3616 |
msgid "Cancellation Period"
|
3617 |
msgstr "Zrušení rezervace"
|
3618 |
|
3619 |
+
#: app/features/mec/booking.php:155
|
3620 |
#, fuzzy
|
3621 |
#| msgid "From e.g. 8:15"
|
3622 |
msgid "From e.g 48"
|
3623 |
msgstr "Od např. 8:15"
|
3624 |
|
3625 |
+
#: app/features/mec/booking.php:156
|
3626 |
#, fuzzy
|
3627 |
#| msgid "To e.g. 8:45"
|
3628 |
msgid "To e.g 24"
|
3629 |
msgstr "Do např. 8:45"
|
3630 |
|
3631 |
+
#: app/features/mec/booking.php:157
|
3632 |
msgid "Period"
|
3633 |
msgstr ""
|
3634 |
|
3635 |
+
#: app/features/mec/booking.php:158
|
3636 |
#, fuzzy
|
3637 |
#| msgid "hours"
|
3638 |
msgid "Hour(s)"
|
3639 |
msgstr "hodiny"
|
3640 |
|
3641 |
+
#: app/features/mec/booking.php:159
|
3642 |
msgid "Day(s)"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
+
#: app/features/mec/booking.php:161
|
3646 |
#, fuzzy
|
3647 |
#| msgid "Type 1"
|
3648 |
msgid "Type"
|
3649 |
msgstr "Typ 1"
|
3650 |
|
3651 |
+
#: app/features/mec/booking.php:162
|
3652 |
#, fuzzy
|
3653 |
#| msgid "Before $10"
|
3654 |
msgid "Before"
|
3655 |
msgstr "Před $10"
|
3656 |
|
3657 |
+
#: app/features/mec/booking.php:165
|
3658 |
#, fuzzy
|
3659 |
#| msgid "On Event Start"
|
3660 |
msgid "Event Start"
|
3661 |
msgstr "Při spuštění události"
|
3662 |
|
3663 |
+
#: app/features/mec/booking.php:169
|
3664 |
msgid ""
|
3665 |
"You can restrict the ability to cancel bookings. Leave empty for "
|
3666 |
"cancellation at any time. For example if you insert 48 to 24 hours before "
|
3668 |
"and before or after that they're not able to do that."
|
3669 |
msgstr ""
|
3670 |
|
3671 |
+
#: app/features/mec/booking.php:175
|
3672 |
#, fuzzy
|
3673 |
#| msgid "Register Button"
|
3674 |
msgid "User Registration"
|
3675 |
msgstr "Registrační tlačítko"
|
3676 |
|
3677 |
+
#: app/features/mec/booking.php:177 app/features/mec/booking.php:185
|
3678 |
#: app/modules/booking/steps/form.php:327
|
3679 |
#, fuzzy
|
3680 |
#| msgid "Register Button"
|
3681 |
msgid "Registration"
|
3682 |
msgstr "Registrační tlačítko"
|
3683 |
|
3684 |
+
#: app/features/mec/booking.php:186
|
3685 |
msgid ""
|
3686 |
"If enabled MEC would create a WordPress User for main attendees. It's "
|
3687 |
"recommended to keep it enabled."
|
3688 |
msgstr ""
|
3689 |
|
3690 |
+
#: app/features/mec/booking.php:194 app/features/mec/booking.php:204
|
3691 |
#, fuzzy
|
3692 |
#| msgid "User Profile"
|
3693 |
msgid "User Role"
|
3694 |
msgstr "Uživatelský profil"
|
3695 |
|
3696 |
+
#: app/features/mec/booking.php:205
|
3697 |
msgid ""
|
3698 |
"MEC creates a user for main attendee after each booking. Default role of the "
|
3699 |
"user is subscriber but you can change it if needed."
|
3700 |
msgstr ""
|
3701 |
|
3702 |
+
#: app/features/mec/booking.php:212 app/features/mec/booking.php:220
|
3703 |
msgid "Username & Password"
|
3704 |
msgstr ""
|
3705 |
|
3706 |
+
#: app/features/mec/booking.php:215
|
3707 |
msgid "Auto"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
+
#: app/features/mec/booking.php:216
|
3711 |
msgid "Manual"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: app/features/mec/booking.php:221
|
3715 |
msgid ""
|
3716 |
"If you set it to manual option then users can insert a username and password "
|
3717 |
"during the booking for registration otherwise MEC use their email and an "
|
3718 |
"auto generated password."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
+
#: app/features/mec/booking.php:229
|
3722 |
#, fuzzy
|
3723 |
#| msgid "Location"
|
3724 |
msgid "Limitation"
|
3725 |
msgstr "Umístění"
|
3726 |
|
3727 |
+
#: app/features/mec/booking.php:231
|
3728 |
#: app/features/mec/meta_boxes/display_options.php:140
|
3729 |
#: app/features/mec/meta_boxes/display_options.php:420
|
3730 |
#: app/features/mec/meta_boxes/display_options.php:595
|
3736 |
msgid "Limit"
|
3737 |
msgstr "Limit"
|
3738 |
|
3739 |
+
#: app/features/mec/booking.php:233
|
3740 |
msgid "Default is empty"
|
3741 |
msgstr "Výchozí hodnota je prázdná"
|
3742 |
|
3743 |
+
#: app/features/mec/booking.php:236
|
3744 |
msgid "Booking Limit"
|
3745 |
msgstr "Limit rezervace"
|
3746 |
|
3747 |
+
#: app/features/mec/booking.php:237
|
3748 |
msgid ""
|
3749 |
"Total tickets that a user can book. It is useful if you're providing free "
|
3750 |
"tickets. Leave it empty for unlimited booking."
|
3753 |
"pokud poskytujete bezplatné vstupenky. Pro neomezenou rezervaci to nechte "
|
3754 |
"prázdné."
|
3755 |
|
3756 |
+
#: app/features/mec/booking.php:244 app/features/mec/booking.php:252
|
3757 |
#, fuzzy
|
3758 |
#| msgid "Description"
|
3759 |
msgid "IP restriction"
|
3760 |
msgstr "Popis"
|
3761 |
|
3762 |
+
#: app/features/mec/booking.php:253
|
3763 |
msgid ""
|
3764 |
"If you set limit for total tickets that users can book, MEC will use IP and "
|
3765 |
"email to prevent users to book high tickets. You can disable the IP "
|
3766 |
"restriction if you don't need it."
|
3767 |
msgstr ""
|
3768 |
|
3769 |
+
#: app/features/mec/booking.php:260 app/features/mec/booking.php:269
|
3770 |
msgid "Lock Pre-filled Fields"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
+
#: app/features/mec/booking.php:265
|
3774 |
msgid "Enabled Only for Main Attendee"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
+
#: app/features/mec/booking.php:270
|
3778 |
msgid ""
|
3779 |
"When users are logged in, name and email fields will be pre-filled but users "
|
3780 |
"can change them. If you enable the lock, then logged in users cannot change "
|
3781 |
"the pre-filled fields."
|
3782 |
msgstr ""
|
3783 |
|
3784 |
+
#: app/features/mec/booking.php:276 app/features/mec/booking.php:278
|
3785 |
+
#: app/features/mec/booking.php:288 app/features/mec/settings.php:682
|
3786 |
+
#: app/features/mec/settings.php:692
|
3787 |
msgid "Thank You Page"
|
3788 |
msgstr "Stránka s poděkováním"
|
3789 |
|
3790 |
+
#: app/features/mec/booking.php:289
|
3791 |
msgid ""
|
3792 |
"User redirects to this page after booking. Leave it empty if you want to "
|
3793 |
"disable it."
|
3795 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
3796 |
"vypnout, ponechte ji prázdnou."
|
3797 |
|
3798 |
+
#: app/features/mec/booking.php:296 app/features/mec/booking.php:301
|
3799 |
+
#: app/features/mec/settings.php:715 app/features/mec/settings.php:720
|
3800 |
msgid "Thank You Page Time Interval"
|
3801 |
msgstr "Stránka s poděkováním časového intervalu"
|
3802 |
|
3803 |
+
#: app/features/mec/booking.php:298 app/features/mec/settings.php:717
|
3804 |
msgid "2000 mean 2 seconds"
|
3805 |
msgstr "2000 znamená 2 vteřiny"
|
3806 |
|
3807 |
+
#: app/features/mec/booking.php:302 app/features/mec/settings.php:721
|
3808 |
msgid ""
|
3809 |
"Waiting time before redirecting to thank you page. It's in miliseconds so "
|
3810 |
"2000 means 2 seconds."
|
3812 |
"Čekací doba před přesměrováním na stránku s poděkováním. Je to v "
|
3813 |
"milisekundách, takže 2000 znamená 2 vteřiny."
|
3814 |
|
3815 |
+
#: app/features/mec/booking.php:308
|
3816 |
#, fuzzy
|
3817 |
#| msgid "Book Event"
|
3818 |
msgid "Booking Elements"
|
3819 |
msgstr "Rezervovat událost"
|
3820 |
|
3821 |
+
#: app/features/mec/booking.php:314
|
3822 |
msgid "Enable Express Attendees Form"
|
3823 |
msgstr "Povolit formulář Expres účastníci"
|
3824 |
|
3825 |
+
#: app/features/mec/booking.php:318
|
3826 |
msgid "Attendees Form"
|
3827 |
msgstr "Formulář účastníků"
|
3828 |
|
3829 |
+
#: app/features/mec/booking.php:319
|
3830 |
msgid ""
|
3831 |
"Apply the info from the first attendee to all purchased ticket by that user. "
|
3832 |
"Uncheck if you want every ticket to have its own attendee’s info."
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: app/features/mec/booking.php:332
|
3836 |
msgid "Enable Invoice"
|
3837 |
msgstr "Povolit fakturu"
|
3838 |
|
3839 |
+
#: app/features/mec/booking.php:343
|
3840 |
msgid "Enable Booking for Ongoing Events"
|
3841 |
msgstr "Povolit rezervaci pro probíhající události"
|
3842 |
|
3843 |
+
#: app/features/mec/booking.php:354
|
3844 |
msgid "Enable Downloadable File"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
+
#: app/features/mec/booking.php:359
|
3848 |
msgid ""
|
3849 |
"By enabling this feature, You can upload a file for each event and bookers "
|
3850 |
"are able to download it after booking."
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: app/features/mec/booking.php:366
|
3854 |
msgid "Email verification"
|
3855 |
msgstr "Ověřovací email"
|
3856 |
|
3857 |
+
#: app/features/mec/booking.php:372
|
3858 |
msgid "Auto verification for free bookings"
|
3859 |
msgstr "Automatické ověření pro rezervace zdarma"
|
3860 |
|
3861 |
+
#: app/features/mec/booking.php:381
|
3862 |
msgid "Auto verification for paid bookings"
|
3863 |
msgstr "Automatické ověření pro placené rezervace"
|
3864 |
|
3865 |
+
#: app/features/mec/booking.php:391
|
3866 |
msgid "Auto confirmation for free bookings"
|
3867 |
msgstr "Automatické potvrzení pro rezervace zdarma"
|
3868 |
|
3869 |
+
#: app/features/mec/booking.php:400
|
3870 |
msgid "Auto confirmation for paid bookings"
|
3871 |
msgstr "Automatické ověření pro placené rezervace"
|
3872 |
|
3873 |
+
#: app/features/mec/booking.php:409
|
3874 |
msgid "Send confirmation email in auto confirmation mode"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: app/features/mec/booking.php:422 app/libraries/main.php:598
|
3878 |
#, fuzzy
|
3879 |
#| msgid "Booking Style"
|
3880 |
msgid "Booking Shortcode"
|
3881 |
msgstr "Styl rezervace"
|
3882 |
|
3883 |
+
#: app/features/mec/booking.php:430
|
3884 |
#, php-format
|
3885 |
msgid ""
|
3886 |
"Booking module is available in the event details page but if you like to "
|
3889 |
"into the page content and place the event id instead of 1."
|
3890 |
msgstr ""
|
3891 |
|
3892 |
+
#: app/features/mec/booking.php:431
|
3893 |
#, php-format
|
3894 |
msgid ""
|
3895 |
"Also, you can insert %s if you like to show only one of the available "
|
3897 |
"This parameter is optional."
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: app/features/mec/booking.php:446
|
3901 |
msgid "Enable coupons module"
|
3902 |
msgstr "Povolit modul vstupenek"
|
3903 |
|
3904 |
+
#: app/features/mec/booking.php:448
|
3905 |
#, fuzzy
|
3906 |
#| msgid ""
|
3907 |
#| "After enabling and saving the settings,, you should reload the page to "
|
3913 |
"Po povolení a uložení nastavení byste měli stránku znovu načíst a zobrazit "
|
3914 |
"novou nabídku na řídícím panelu > Rezervace"
|
3915 |
|
3916 |
+
#: app/features/mec/booking.php:456 app/features/mec/booking.php:844
|
3917 |
#: app/libraries/main.php:600
|
3918 |
msgid "Taxes / Fees"
|
3919 |
msgstr "Daně / poplatky"
|
3920 |
|
3921 |
+
#: app/features/mec/booking.php:464
|
3922 |
msgid "Enable taxes / fees module"
|
3923 |
msgstr "Povolit modul daní / poplatků"
|
3924 |
|
3925 |
+
#: app/features/mec/booking.php:469
|
3926 |
msgid "Add Fee"
|
3927 |
msgstr "Přidat poplatek"
|
3928 |
|
3929 |
+
#: app/features/mec/booking.php:533 app/libraries/main.php:601
|
3930 |
msgid "Ticket Variations & Options"
|
3931 |
msgstr "Varianty a možnosti vstupenek"
|
3932 |
|
3933 |
+
#: app/features/mec/booking.php:541
|
3934 |
msgid "Enable ticket options module"
|
3935 |
msgstr "Povolit modul možností vstupenek"
|
3936 |
|
3937 |
+
#: app/features/mec/booking.php:546
|
3938 |
msgid "Add Variation / Option"
|
3939 |
msgstr "Přidat varianty / možnosti"
|
3940 |
|
3941 |
+
#: app/features/mec/booking.php:808
|
3942 |
msgid "Upload Field Options"
|
3943 |
msgstr "Možnosti pole Nahrát"
|
3944 |
|
3945 |
+
#: app/features/mec/booking.php:810
|
3946 |
msgid "Mime types"
|
3947 |
msgstr "MIME typy"
|
3948 |
|
3949 |
+
#: app/features/mec/booking.php:814
|
3950 |
msgid "Split mime types with \",\"."
|
3951 |
msgstr "Rozdělte typy MIME pomocí “,“."
|
3952 |
|
3953 |
+
#: app/features/mec/booking.php:814
|
3954 |
msgid "Default: jpeg,jpg,png,pdf"
|
3955 |
msgstr "Výchozí: jpeg,jpg,png,pdf"
|
3956 |
|
3957 |
+
#: app/features/mec/booking.php:817
|
3958 |
msgid "Maximum file size"
|
3959 |
msgstr "Maximální velikost souboru"
|
3960 |
|
3961 |
+
#: app/features/mec/booking.php:821
|
3962 |
msgid "The unit is Megabyte \"MB\""
|
3963 |
msgstr "Jednotkou je Megabyte \"MB\""
|
3964 |
|
3965 |
+
#: app/features/mec/booking.php:834
|
3966 |
msgid "Use WooCommerce as Payment System"
|
3967 |
msgstr ""
|
3968 |
|
3969 |
+
#: app/features/mec/booking.php:836
|
3970 |
msgid ""
|
3971 |
"By enabling this feature, tickets will be added to WooCommerce cart and all "
|
3972 |
"payment process would be done by WooCommerce so all of MEC payment related "
|
3974 |
"fields etc, you need to configure WooCommerce on your website."
|
3975 |
msgstr ""
|
3976 |
|
3977 |
+
#: app/features/mec/booking.php:838
|
3978 |
msgid ""
|
3979 |
"You cannot use following MEC features so you should use WooCommerc and its "
|
3980 |
"addons if you need them."
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: app/features/mec/booking.php:840
|
3984 |
#, fuzzy
|
3985 |
#| msgid "Payment Gateways"
|
3986 |
msgid "Payment gateways"
|
3987 |
msgstr "Platební brány"
|
3988 |
|
3989 |
+
#: app/features/mec/booking.php:841
|
3990 |
#, fuzzy
|
3991 |
#| msgid "Price per Date"
|
3992 |
msgid "Price per dates of tickets"
|
3993 |
msgstr "Cena za datum"
|
3994 |
|
3995 |
+
#: app/features/mec/booking.php:843
|
3996 |
#, fuzzy
|
3997 |
#| msgid "Ticket Variations / Options"
|
3998 |
msgid "Ticket variations"
|
3999 |
msgstr "Varianty vstupenky / možnosti"
|
4000 |
|
4001 |
+
#: app/features/mec/booking.php:848
|
4002 |
msgid "Automatically complete WooCommerce orders"
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: app/features/mec/booking.php:856
|
4006 |
#, fuzzy
|
4007 |
#| msgid "WooCommerce gateways"
|
4008 |
msgid "Auto WooCommerce orders"
|
4009 |
msgstr "Brána WooCommerce"
|
4010 |
|
4011 |
+
#: app/features/mec/booking.php:857
|
4012 |
msgid "It applies only to the orders that are related to MEC."
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: app/features/mec/booking.php:865
|
4016 |
msgid "After Add to Cart"
|
4017 |
msgstr ""
|
4018 |
|
4019 |
+
#: app/features/mec/booking.php:868
|
4020 |
#, fuzzy
|
4021 |
#| msgid "Get Directions"
|
4022 |
msgid "Redirect to Cart"
|
4023 |
msgstr "Získat směr"
|
4024 |
|
4025 |
+
#: app/features/mec/booking.php:869
|
4026 |
#, fuzzy
|
4027 |
#| msgid "Get Directions"
|
4028 |
msgid "Redirect to Checkout"
|
4029 |
msgstr "Získat směr"
|
4030 |
|
4031 |
+
#: app/features/mec/booking.php:874
|
4032 |
#, fuzzy
|
4033 |
#| msgid "Booking Form"
|
4034 |
msgid "MEC Booking Form"
|
4035 |
msgstr "Rezervační formulář"
|
4036 |
|
4037 |
+
#: app/features/mec/booking.php:883
|
4038 |
msgid ""
|
4039 |
"If enabled then users should fill the booking form in MEC and then they will "
|
4040 |
"be redirected to checkout."
|
4041 |
msgstr ""
|
4042 |
|
4043 |
+
#: app/features/mec/booking.php:909
|
4044 |
msgid "Enable Organizer Payment Module"
|
4045 |
msgstr "Povolit platební modul organizátora"
|
4046 |
|
4047 |
+
#: app/features/mec/booking.php:914
|
4048 |
msgid ""
|
4049 |
"By enabling this module, organizers are able to insert their own payment "
|
4050 |
"credentials for enabled gateways per event and receive the payments directly!"
|
4052 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
4053 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
4054 |
|
4055 |
+
#: app/features/mec/booking.php:924
|
4056 |
msgid "Disable / Enable payment gateways per event"
|
4057 |
msgstr ""
|
4058 |
|
4059 |
+
#: app/features/mec/booking.php:928
|
4060 |
#, fuzzy
|
4061 |
#| msgid "Payment Gateways"
|
4062 |
msgid "Payment Gateways Per Event"
|
4063 |
msgstr "Platební brány"
|
4064 |
|
4065 |
+
#: app/features/mec/booking.php:929
|
4066 |
#, fuzzy
|
4067 |
#| msgid ""
|
4068 |
#| "By enabling this module, organizers are able to insert their own payment "
|
4075 |
"Po aktivaci tohoto modulu mohou organizátoři vkládat své vlastní platební "
|
4076 |
"údaje pro povolené brány pro události a přijímat platby přímo!"
|
4077 |
|
4078 |
+
#: app/features/mec/booking.php:1017 app/features/mec/messages.php:78
|
4079 |
+
#: app/features/mec/modules.php:437 app/features/mec/notifications.php:1281
|
4080 |
+
#: app/features/mec/settings.php:1429 app/features/mec/single.php:456
|
4081 |
#: app/features/mec/styles.php:60 app/features/mec/styling.php:323
|
4082 |
msgid "Saved"
|
4083 |
msgstr "Uloženo"
|
4084 |
|
4085 |
+
#: app/features/mec/booking.php:1018 app/features/mec/messages.php:79
|
4086 |
+
#: app/features/mec/modules.php:438 app/features/mec/notifications.php:1282
|
4087 |
+
#: app/features/mec/settings.php:1430 app/features/mec/single.php:457
|
4088 |
#: app/features/mec/styles.php:61 app/features/mec/styling.php:324
|
4089 |
msgid "Settings Saved!"
|
4090 |
msgstr "Nastavení uložena!"
|
4091 |
|
4092 |
+
#: app/features/mec/booking.php:1044 app/features/mec/modules.php:464
|
4093 |
+
#: app/features/mec/notifications.php:1308 app/features/mec/settings.php:1456
|
4094 |
+
#: app/features/mec/single.php:483
|
4095 |
msgid "Please Refresh Page"
|
4096 |
msgstr "Prosím obnovte stránku"
|
4097 |
|
4251 |
#: app/features/mec/meta_boxes/display_options.php:953
|
4252 |
#: app/features/mec/meta_boxes/display_options.php:1284
|
4253 |
#: app/features/mec/meta_boxes/display_options.php:1575
|
4254 |
+
#: app/features/mec/settings.php:325 app/features/mec/settings.php:349
|
4255 |
+
#: app/features/mec/settings.php:358 app/features/mec/settings.php:402
|
4256 |
+
#: app/features/mec/settings.php:426 app/features/mec/settings.php:435
|
4257 |
#: app/features/popup/shortcode.php:68 app/features/popup/shortcode.php:102
|
4258 |
#: app/features/popup/shortcode.php:199 app/features/popup/shortcode.php:236
|
4259 |
#: app/features/popup/shortcode.php:250 app/features/popup/shortcode.php:283
|
4264 |
|
4265 |
#: app/features/mec/meta_boxes/display_options.php:44
|
4266 |
#: app/features/mec/meta_boxes/display_options.php:289
|
4267 |
+
#: app/features/mec/settings.php:350 app/features/mec/settings.php:360
|
4268 |
+
#: app/features/mec/settings.php:427 app/features/mec/settings.php:437
|
4269 |
#: app/features/popup/shortcode.php:73 app/features/popup/shortcode.php:112
|
4270 |
msgid "Minimal"
|
4271 |
msgstr "Minimální"
|
4276 |
#: app/features/mec/meta_boxes/display_options.php:955
|
4277 |
#: app/features/mec/meta_boxes/display_options.php:1282
|
4278 |
#: app/features/mec/meta_boxes/display_options.php:1577
|
4279 |
+
#: app/features/mec/settings.php:327 app/features/mec/settings.php:340
|
4280 |
+
#: app/features/mec/settings.php:351 app/features/mec/settings.php:361
|
4281 |
+
#: app/features/mec/settings.php:404 app/features/mec/settings.php:417
|
4282 |
+
#: app/features/mec/settings.php:428 app/features/mec/settings.php:438
|
4283 |
#: app/features/popup/shortcode.php:78 app/features/popup/shortcode.php:117
|
4284 |
#: app/features/popup/shortcode.php:185 app/features/popup/shortcode.php:209
|
4285 |
#: app/features/popup/shortcode.php:263 app/features/popup/shortcode.php:306
|
4287 |
msgstr "Moderní"
|
4288 |
|
4289 |
#: app/features/mec/meta_boxes/display_options.php:46
|
4290 |
+
#: app/features/mec/settings.php:352 app/features/mec/settings.php:429
|
4291 |
#: app/features/popup/shortcode.php:83
|
4292 |
msgid "Standard"
|
4293 |
msgstr "Standardní"
|
4294 |
|
4295 |
#: app/features/mec/meta_boxes/display_options.php:47
|
4296 |
+
#: app/features/mec/settings.php:353 app/features/mec/settings.php:430
|
4297 |
#: app/features/popup/shortcode.php:88
|
4298 |
msgid "Accordion"
|
4299 |
msgstr "Akordeon"
|
4692 |
#: app/features/mec/meta_boxes/display_options.php:954
|
4693 |
#: app/features/mec/meta_boxes/display_options.php:1283
|
4694 |
#: app/features/mec/meta_boxes/display_options.php:1576
|
4695 |
+
#: app/features/mec/settings.php:326 app/features/mec/settings.php:341
|
4696 |
+
#: app/features/mec/settings.php:359 app/features/mec/settings.php:403
|
4697 |
+
#: app/features/mec/settings.php:418 app/features/mec/settings.php:436
|
4698 |
#: app/features/popup/shortcode.php:107 app/features/popup/shortcode.php:146
|
4699 |
#: app/features/popup/shortcode.php:161 app/features/popup/shortcode.php:204
|
4700 |
#: app/features/popup/shortcode.php:268 app/features/popup/shortcode.php:301
|
4704 |
#: app/features/mec/meta_boxes/display_options.php:291
|
4705 |
#: app/features/mec/meta_boxes/display_options.php:693
|
4706 |
#: app/features/mec/meta_boxes/display_options.php:957
|
4707 |
+
#: app/features/mec/settings.php:329 app/features/mec/settings.php:362
|
4708 |
+
#: app/features/mec/settings.php:406 app/features/mec/settings.php:439
|
4709 |
#: app/features/popup/shortcode.php:122 app/features/popup/shortcode.php:171
|
4710 |
#: app/features/popup/shortcode.php:219
|
4711 |
msgid "Simple"
|
4719 |
#: app/features/mec/meta_boxes/display_options.php:293
|
4720 |
#: app/features/mec/meta_boxes/display_options.php:692
|
4721 |
#: app/features/mec/meta_boxes/display_options.php:956
|
4722 |
+
#: app/features/mec/settings.php:328 app/features/mec/settings.php:364
|
4723 |
+
#: app/features/mec/settings.php:405 app/features/mec/settings.php:441
|
4724 |
#: app/features/popup/shortcode.php:132 app/features/popup/shortcode.php:166
|
4725 |
#: app/features/popup/shortcode.php:214
|
4726 |
msgid "Novel"
|
4770 |
|
4771 |
#: app/features/mec/meta_boxes/display_options.php:679
|
4772 |
#: app/features/mec/meta_boxes/display_options.php:703
|
4773 |
+
#: app/libraries/main.php:364 app/libraries/main.php:2126
|
4774 |
+
#: app/libraries/main.php:2151
|
4775 |
msgid "List View"
|
4776 |
msgstr "Zobrazení seznamu"
|
4777 |
|
4778 |
#: app/features/mec/meta_boxes/display_options.php:680
|
4779 |
#: app/features/mec/meta_boxes/display_options.php:724
|
4780 |
+
#: app/libraries/main.php:365 app/libraries/main.php:2127
|
4781 |
+
#: app/libraries/main.php:2152
|
4782 |
msgid "Grid View"
|
4783 |
msgstr "Zobrazení mřížky"
|
4784 |
|
4792 |
|
4793 |
#: app/features/mec/meta_boxes/display_options.php:682
|
4794 |
#: app/features/mec/meta_boxes/display_options.php:745
|
4795 |
+
#: app/libraries/main.php:368 app/libraries/main.php:2120
|
4796 |
+
#: app/libraries/main.php:2145
|
4797 |
msgid "Yearly View"
|
4798 |
msgstr "Roční zobrazení"
|
4799 |
|
4804 |
|
4805 |
#: app/features/mec/meta_boxes/display_options.php:684
|
4806 |
#: app/features/mec/meta_boxes/display_options.php:794
|
4807 |
+
#: app/libraries/main.php:371 app/libraries/main.php:2122
|
4808 |
+
#: app/libraries/main.php:2147
|
4809 |
msgid "Weekly View"
|
4810 |
msgstr "Týdenní zobrazení"
|
4811 |
|
4812 |
#: app/features/mec/meta_boxes/display_options.php:685
|
4813 |
#: app/features/mec/meta_boxes/display_options.php:804
|
4814 |
+
#: app/libraries/main.php:370 app/libraries/main.php:2123
|
4815 |
+
#: app/libraries/main.php:2148
|
4816 |
msgid "Daily View"
|
4817 |
msgstr "Denní zobrazení"
|
4818 |
|
5250 |
msgid "Choose your desired authors for filtering the events."
|
5251 |
msgstr "Vyberte požadované autory pro filtrování událostí."
|
5252 |
|
5253 |
+
#: app/features/mec/meta_boxes/filter.php:183 app/features/mec/settings.php:465
|
5254 |
msgid "Expired Events"
|
5255 |
msgstr "Události vypršely"
|
5256 |
|
5330 |
#: app/features/mec/meta_boxes/search_form.php:609
|
5331 |
#: app/features/mec/meta_boxes/search_form.php:679
|
5332 |
#: app/features/mec/meta_boxes/search_form.php:785
|
5333 |
+
#: app/features/mec/settings.php:1075 app/features/mec/single.php:357
|
5334 |
+
#: app/features/mec/single.php:399 app/features/search.php:86
|
5335 |
#: app/features/speakers.php:60 app/features/speakers.php:283
|
5336 |
+
#: app/libraries/main.php:6534 app/libraries/main.php:6588
|
5337 |
#: app/libraries/skins.php:1016 app/modules/speakers/details.php:18
|
5338 |
msgid "Speaker"
|
5339 |
msgstr "Řečník"
|
5349 |
#: app/features/mec/meta_boxes/search_form.php:616
|
5350 |
#: app/features/mec/meta_boxes/search_form.php:686
|
5351 |
#: app/features/mec/meta_boxes/search_form.php:792
|
5352 |
+
#: app/features/mec/settings.php:1082 app/features/mec/single.php:366
|
5353 |
+
#: app/features/mec/single.php:408 app/features/search.php:92
|
5354 |
#: app/libraries/skins.php:1042
|
5355 |
msgid "Tag"
|
5356 |
msgstr "Štítek"
|
5489 |
msgid "Google Map Options"
|
5490 |
msgstr "Možnosti Google Maps"
|
5491 |
|
5492 |
+
#: app/features/mec/modules.php:85 app/features/mec/settings.php:1118
|
5493 |
+
#: app/features/mec/settings.php:1131
|
5494 |
msgid "Required!"
|
5495 |
msgstr "Požadované!"
|
5496 |
|
6571 |
msgid "only once per hour"
|
6572 |
msgstr "pouze jednou denně"
|
6573 |
|
6574 |
+
#: app/features/mec/notifications.php:956 app/libraries/main.php:7622
|
6575 |
+
#: app/libraries/main.php:7639
|
6576 |
#, fuzzy
|
6577 |
#| msgid "hours"
|
6578 |
msgid "Hours"
|
6623 |
msgstr "Stav události"
|
6624 |
|
6625 |
#: app/features/mec/notifications.php:1103
|
6626 |
+
#: app/features/mec/notifications.php:1188 app/features/mec/settings.php:959
|
6627 |
+
#: app/features/mec/settings.php:963 app/features/notifications.php:140
|
6628 |
msgid "Event Note"
|
6629 |
msgstr "Poznámka události"
|
6630 |
|
6855 |
msgstr "Můžete povolit nebo zakázat skripty schématu"
|
6856 |
|
6857 |
#: app/features/mec/settings.php:171 app/features/mec/settings.php:181
|
6858 |
+
#: app/libraries/main.php:6538 app/libraries/main.php:6592
|
6859 |
msgid "Weekdays"
|
6860 |
msgstr "Pracovní dny"
|
6861 |
|
6959 |
msgstr "Přidat zkrácený kód"
|
6960 |
|
6961 |
#: app/features/mec/settings.php:259 app/features/mec/settings.php:267
|
6962 |
+
#: app/features/mec/settings.php:275 app/features/mec/settings.php:283
|
6963 |
+
#: app/features/mec/single.php:111
|
6964 |
#, fuzzy
|
6965 |
#| msgid "Enabled"
|
6966 |
msgid "Enable"
|
6979 |
msgid "Include Event Featured Image in Feed"
|
6980 |
msgstr "Hlavní obrázek"
|
6981 |
|
6982 |
+
# v kontextu
|
6983 |
+
#: app/features/mec/settings.php:280
|
6984 |
+
#, fuzzy
|
6985 |
+
#| msgid "Featured Image"
|
6986 |
+
msgid "Fallback Featured Image"
|
6987 |
+
msgstr "Hlavní obrázek"
|
6988 |
+
|
6989 |
+
#: app/features/mec/settings.php:290 app/libraries/main.php:567
|
6990 |
msgid "Archive Pages"
|
6991 |
msgstr "Archivní stránky"
|
6992 |
|
6993 |
+
#: app/features/mec/settings.php:293 app/features/mec/settings.php:298
|
6994 |
msgid "Archive Page Title"
|
6995 |
msgstr "Název stránky archivu"
|
6996 |
|
6997 |
+
#: app/features/mec/settings.php:299
|
6998 |
msgid "Default value is Events - It's title of the page"
|
6999 |
msgstr "Výchozí hodnota je Události - to je název stránky"
|
7000 |
|
7001 |
+
#: app/features/mec/settings.php:307 app/features/mec/settings.php:375
|
7002 |
msgid "Archive Page Skin"
|
7003 |
msgstr "Vzhled archivní stránky"
|
7004 |
|
7005 |
+
#: app/features/mec/settings.php:315 app/features/mec/settings.php:392
|
7006 |
msgid "Put shortcode..."
|
7007 |
msgstr "Vložte zkrácený kód..."
|
7008 |
|
7009 |
+
#: app/features/mec/settings.php:318 app/features/mec/settings.php:333
|
7010 |
+
#: app/features/mec/settings.php:336 app/features/mec/settings.php:345
|
7011 |
+
#: app/features/mec/settings.php:371 app/features/mec/settings.php:395
|
7012 |
+
#: app/features/mec/settings.php:410 app/features/mec/settings.php:413
|
7013 |
+
#: app/features/mec/settings.php:422 app/features/mec/settings.php:448
|
7014 |
msgid "There is no skins"
|
7015 |
msgstr "Neexistuje žádný vzhled"
|
7016 |
|
7017 |
+
#: app/features/mec/settings.php:321 app/features/mec/settings.php:398
|
7018 |
#: app/features/mec/single.php:73
|
7019 |
msgid "Modern Style"
|
7020 |
msgstr "Moderní styl"
|
7021 |
|
7022 |
+
#: app/features/mec/settings.php:363 app/features/mec/settings.php:440
|
7023 |
msgid "colorful"
|
7024 |
msgstr "pestrý"
|
7025 |
|
7026 |
+
#: app/features/mec/settings.php:368 app/features/mec/settings.php:445
|
7027 |
msgid "Clean Style"
|
7028 |
msgstr "Čistý styl"
|
7029 |
|
7030 |
+
#: app/features/mec/settings.php:376
|
7031 |
msgid "Default value is Calendar/Monthly View, But you can change it "
|
7032 |
msgstr "Výchozí hodnota je Kalendář / Měsíční zobrazení, ale můžete ji změnit "
|
7033 |
|
7034 |
+
#: app/features/mec/settings.php:376 app/features/mec/settings.php:453
|
7035 |
msgid "See Demo"
|
7036 |
msgstr "Viz Demo"
|
7037 |
|
7038 |
+
#: app/features/mec/settings.php:384 app/features/mec/settings.php:452
|
7039 |
msgid "Category Page Skin"
|
7040 |
msgstr "Vzhled stránky kategorie"
|
7041 |
|
7042 |
+
#: app/features/mec/settings.php:453
|
7043 |
#, fuzzy
|
7044 |
#| msgid ""
|
7045 |
#| "Default value is List View - But you can change it Set a skin for all "
|
7051 |
"Výchozí hodnota je Zobrazení seznamu - ale můžete ji změnit Nastavit vzhled "
|
7052 |
"pro všechny kategorie."
|
7053 |
|
7054 |
+
#: app/features/mec/settings.php:461 app/features/mec/settings.php:469
|
7055 |
msgid "Category Events Method"
|
7056 |
msgstr "Kategorie Metoda události"
|
7057 |
|
7058 |
+
#: app/features/mec/settings.php:470
|
7059 |
msgid "Default value is Upcoming Events"
|
7060 |
msgstr "Výchozí hodnota je Nadcházející události"
|
7061 |
|
7062 |
+
#: app/features/mec/settings.php:478 app/features/mec/settings.php:486
|
7063 |
msgid "Events Archive Status"
|
7064 |
msgstr "Stav archivu událostí"
|
7065 |
|
7066 |
+
#: app/features/mec/settings.php:481
|
7067 |
msgid "Enabled (Recommended)"
|
7068 |
msgstr "Povoleno (doporučeno)"
|
7069 |
|
7070 |
# Slug
|
7071 |
+
#: app/features/mec/settings.php:487
|
7072 |
msgid ""
|
7073 |
"If you disable it, then you should create a page as archive page of MEC. "
|
7074 |
"Page's slug must equals to \"Main Slug\" of MEC. Also it will disable all of "
|
7079 |
"přepisování MEC."
|
7080 |
|
7081 |
# Hlavní slug
|
7082 |
+
#: app/features/mec/settings.php:500 app/features/mec/settings.php:505
|
7083 |
msgid "Main Slug"
|
7084 |
msgstr "Main Slug"
|
7085 |
|
7086 |
+
#: app/features/mec/settings.php:506
|
7087 |
msgid ""
|
7088 |
"Default value is events. You can not have a page with this name. MEC allows "
|
7089 |
"you to create custom URLs for the permalinks and archives to enhance the "
|
7093 |
"umožňuje vytvářet vlastní adresy URL pro permanentní odkazy a archivy, aby "
|
7094 |
"se zvýšila použitelnost a dopředná kompatibilita odkazů."
|
7095 |
|
7096 |
+
#: app/features/mec/settings.php:510 app/features/mec/settings.php:524
|
7097 |
msgid "Valid characters are lowercase a-z, - character and numbers."
|
7098 |
msgstr "Platnými znaky jsou malá písmena a-z, - znak a čísla."
|
7099 |
|
7100 |
# Slug
|
7101 |
+
#: app/features/mec/settings.php:514 app/features/mec/settings.php:519
|
7102 |
msgid "Category Slug"
|
7103 |
msgstr "Kategorie Slug"
|
7104 |
|
7105 |
+
#: app/features/mec/settings.php:520
|
7106 |
msgid ""
|
7107 |
"It's slug of MEC categories, you can change it to events-cat or something "
|
7108 |
"else. Default value is mec-category. You can not have a page with this name."
|
7111 |
"jiného. Výchozí hodnota je mec-kategorie. Nemůžete mít stránku s tímto "
|
7112 |
"názvem."
|
7113 |
|
7114 |
+
#: app/features/mec/settings.php:532
|
7115 |
msgid "Currency"
|
7116 |
msgstr "Měna"
|
7117 |
|
7118 |
+
#: app/features/mec/settings.php:542 app/features/mec/settings.php:547
|
7119 |
msgid "Currency Sign"
|
7120 |
msgstr "Symbol měny"
|
7121 |
|
7122 |
+
#: app/features/mec/settings.php:548
|
7123 |
msgid "Default value will be \"currency\" if you leave it empty."
|
7124 |
msgstr "Výchozí hodnota bude „měna“, pokud ji necháte prázdnou."
|
7125 |
|
7126 |
+
#: app/features/mec/settings.php:555
|
7127 |
msgid "Currency Position"
|
7128 |
msgstr "Pozice měny"
|
7129 |
|
7130 |
+
#: app/features/mec/settings.php:558
|
7131 |
msgid "Before $10"
|
7132 |
msgstr "Před $10"
|
7133 |
|
7134 |
+
#: app/features/mec/settings.php:559
|
7135 |
msgid "After 10$"
|
7136 |
msgstr "Po 10$"
|
7137 |
|
7138 |
+
#: app/features/mec/settings.php:564
|
7139 |
msgid "Thousand Separator"
|
7140 |
msgstr "Oddělovač tisíců"
|
7141 |
|
7142 |
+
#: app/features/mec/settings.php:570
|
7143 |
msgid "Decimal Separator"
|
7144 |
msgstr "Oddělovač desítel"
|
7145 |
|
7146 |
+
#: app/features/mec/settings.php:580
|
7147 |
msgid "No decimal"
|
7148 |
msgstr "Bez desetinných míst"
|
7149 |
|
7150 |
+
#: app/features/mec/settings.php:591
|
7151 |
msgid "Enable Google Recaptcha"
|
7152 |
msgstr "Povolit Google Recaptcha"
|
7153 |
|
7154 |
+
#: app/features/mec/settings.php:600
|
7155 |
msgid "Enable on booking form"
|
7156 |
msgstr "Povolit rezervační formulář"
|
7157 |
|
7158 |
+
#: app/features/mec/settings.php:608
|
7159 |
msgid "Enable on \"Frontend Event Submission\" form"
|
7160 |
msgstr "Povolit ve formuláři „Odesílání událostí z frontendu“"
|
7161 |
|
7162 |
# místa
|
7163 |
+
#: app/features/mec/settings.php:612
|
7164 |
msgid "Site Key"
|
7165 |
msgstr "Klíč webu"
|
7166 |
|
7167 |
+
#: app/features/mec/settings.php:618
|
7168 |
msgid "Secret Key"
|
7169 |
msgstr "Tajný klíč"
|
7170 |
|
7171 |
+
#: app/features/mec/settings.php:630 app/features/mec/settings.php:638
|
7172 |
msgid "Time Format"
|
7173 |
msgstr "Formát času"
|
7174 |
|
7175 |
+
#: app/features/mec/settings.php:633
|
7176 |
msgid "12 hours format with AM/PM"
|
7177 |
msgstr "12 hodinový formát s dop./odp."
|
7178 |
|
7179 |
+
#: app/features/mec/settings.php:634
|
7180 |
msgid "24 hours format"
|
7181 |
msgstr "24 hodinový fotmát"
|
7182 |
|
7183 |
+
#: app/features/mec/settings.php:639
|
7184 |
msgid "This option, affects the selection of Start/End time."
|
7185 |
msgstr "Tato možnost ovlivňuje výběr času zahájení / ukončení."
|
7186 |
|
7187 |
+
#: app/features/mec/settings.php:647
|
7188 |
msgid "Events List Page"
|
7189 |
msgstr "Stránka seznamu událostí"
|
7190 |
|
7191 |
+
#: app/features/mec/settings.php:656 app/features/mec/settings.php:668
|
7192 |
#, php-format
|
7193 |
msgid "Put %s shortcode into the page."
|
7194 |
msgstr "Vložte %s na stránku zkrácené kódy."
|
7195 |
|
7196 |
+
#: app/features/mec/settings.php:659
|
7197 |
msgid "Add/Edit Events Page"
|
7198 |
msgstr "Přidat / Editovat stránku událostí"
|
7199 |
|
7200 |
+
#: app/features/mec/settings.php:671
|
7201 |
#, fuzzy
|
7202 |
#| msgid "On Event Start"
|
7203 |
msgid "New Events Status"
|
7204 |
msgstr "Při spuštění události"
|
7205 |
|
7206 |
+
#: app/features/mec/settings.php:674
|
7207 |
#, fuzzy
|
7208 |
#| msgid "WordPress"
|
7209 |
msgid "Let WordPress decide"
|
7210 |
msgstr "WordPress"
|
7211 |
|
7212 |
+
#: app/features/mec/settings.php:675 app/libraries/main.php:6814
|
7213 |
+
#: app/libraries/main.php:6836
|
7214 |
msgid "Pending"
|
7215 |
msgstr "Nevyřízený"
|
7216 |
|
7217 |
+
#: app/features/mec/settings.php:676
|
7218 |
msgid "Publish"
|
7219 |
msgstr ""
|
7220 |
|
7221 |
+
#: app/features/mec/settings.php:693
|
7222 |
#, fuzzy
|
7223 |
#| msgid ""
|
7224 |
#| "User redirects to this page after booking. Leave it empty if you want to "
|
7230 |
"Uživatel bude přesměrován na tuto stránku po rezervaci. Pokud ji chcete "
|
7231 |
"vypnout, ponechte ji prázdnou."
|
7232 |
|
7233 |
+
#: app/features/mec/settings.php:700 app/features/mec/settings.php:705
|
7234 |
#, fuzzy
|
7235 |
#| msgid "Thank You Page"
|
7236 |
msgid "Thank You Page URL"
|
7237 |
msgstr "Stránka s poděkováním"
|
7238 |
|
7239 |
+
#: app/features/mec/settings.php:706
|
7240 |
msgid "If filled it will use instead of thank you page set above."
|
7241 |
msgstr ""
|
7242 |
|
7243 |
+
#: app/features/mec/settings.php:729 app/features/mec/settings.php:734
|
7244 |
#, fuzzy
|
7245 |
#| msgid "Maximum file size"
|
7246 |
msgid "Maximum File Size"
|
7247 |
msgstr "Maximální velikost souboru"
|
7248 |
|
7249 |
+
#: app/features/mec/settings.php:731
|
7250 |
msgid "in KB"
|
7251 |
msgstr ""
|
7252 |
|
7253 |
+
#: app/features/mec/settings.php:735
|
7254 |
msgid "In Kilo Bytes so 5000 means 5MB (Approximately)"
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: app/features/mec/settings.php:744
|
7258 |
#, fuzzy
|
7259 |
#| msgid "Enable event submission by guest (Not logged-in) users"
|
7260 |
msgid "Enable event submission by guest (Not logged in) users"
|
7261 |
msgstr "Povolit odesílání události hosty (nepřihlášenými uživateli)"
|
7262 |
|
7263 |
+
#: app/features/mec/settings.php:751
|
7264 |
msgid "Enable mandatory email and name for guest user"
|
7265 |
msgstr "Povolit povinný e-mail a jméno pro hostujícího uživatele"
|
7266 |
|
7267 |
+
#: app/features/mec/settings.php:757
|
7268 |
msgid ""
|
7269 |
"Automatically create users after event publish and assign event to the "
|
7270 |
"created user"
|
7271 |
msgstr ""
|
7272 |
|
7273 |
+
#: app/features/mec/settings.php:762
|
7274 |
msgid "Frontend Event Submission Sections"
|
7275 |
msgstr "Sekce pro zasílání událostí z webových stránek (frontend)"
|
7276 |
|
7277 |
+
#: app/features/mec/settings.php:766
|
7278 |
#, fuzzy
|
7279 |
#| msgid "Event Details"
|
7280 |
msgid "Event Data Fields"
|
7281 |
msgstr "Podrobnosti události"
|
7282 |
|
7283 |
+
#: app/features/mec/settings.php:790 app/widgets/single.php:121
|
7284 |
msgid "Event Categories"
|
7285 |
msgstr "Kategorie události"
|
7286 |
|
7287 |
+
#: app/features/mec/settings.php:796
|
7288 |
msgid "Event Labels"
|
7289 |
msgstr "Štítky události"
|
7290 |
|
7291 |
+
#: app/features/mec/settings.php:808
|
7292 |
msgid "Event Tags"
|
7293 |
msgstr "Tagy události"
|
7294 |
|
7295 |
+
#: app/features/mec/settings.php:820 app/widgets/single.php:125
|
7296 |
msgid "Event Organizer"
|
7297 |
msgstr "Organizátor události"
|
7298 |
|
7299 |
+
#: app/features/mec/settings.php:847 app/features/occurrences.php:385
|
7300 |
#, fuzzy
|
7301 |
#| msgid "Total booking limits"
|
7302 |
msgid "Total Booking Limit"
|
7303 |
msgstr "Celkové limity rezervace"
|
7304 |
|
7305 |
+
#: app/features/mec/settings.php:853
|
7306 |
#, fuzzy
|
7307 |
#| msgid "Discount"
|
7308 |
msgid "Discount Per User Roles"
|
7309 |
msgstr "Sleva"
|
7310 |
|
7311 |
+
#: app/features/mec/settings.php:883
|
7312 |
#, fuzzy
|
7313 |
#| msgid "Ticket Variations / Options"
|
7314 |
msgid "Ticket Options"
|
7315 |
msgstr "Varianty vstupenky / možnosti"
|
7316 |
|
7317 |
+
#: app/features/mec/settings.php:895
|
7318 |
msgid "Fees / Taxes Options"
|
7319 |
msgstr "Možnosti Poplatky / Daně"
|
7320 |
|
7321 |
+
#: app/features/mec/settings.php:910 app/features/schema.php:64
|
7322 |
#, fuzzy
|
7323 |
#| msgid "Schema"
|
7324 |
msgid "SEO Schema"
|
7325 |
msgstr "Schéma"
|
7326 |
|
7327 |
+
#: app/features/mec/settings.php:933 app/features/occurrences.php:72
|
7328 |
#: app/features/occurrences.php:102
|
7329 |
#, fuzzy
|
7330 |
#| msgid "Occurrences times"
|
7331 |
msgid "Occurrences"
|
7332 |
msgstr "Časy výskytu"
|
7333 |
|
7334 |
+
#: app/features/mec/settings.php:942 app/widgets/single.php:165
|
7335 |
#, fuzzy
|
7336 |
#| msgid "Edit Event"
|
7337 |
msgid "Virtual Event"
|
7338 |
msgstr "Editace události"
|
7339 |
|
7340 |
+
#: app/features/mec/settings.php:951
|
7341 |
#, fuzzy
|
7342 |
#| msgid "Book Event"
|
7343 |
msgid "Zoom Event"
|
7344 |
msgstr "Rezervovat událost"
|
7345 |
|
7346 |
+
#: app/features/mec/settings.php:964
|
7347 |
#, php-format
|
7348 |
msgid ""
|
7349 |
"Users can put a note for editors while they're submitting the event. Also "
|
7354 |
"oznámení o nové události můžete také vložit %%event_note%%, abyste dostali e-"
|
7355 |
"mail s poznámkami uživatelů."
|
7356 |
|
7357 |
+
#: app/features/mec/settings.php:971 app/features/mec/settings.php:979
|
7358 |
#, fuzzy
|
7359 |
#| msgid "Visibility"
|
7360 |
msgid "Note visibility"
|
7361 |
msgstr "Viditelnost"
|
7362 |
|
7363 |
+
#: app/features/mec/settings.php:974
|
7364 |
msgid "Always"
|
7365 |
msgstr "Vždy"
|
7366 |
|
7367 |
+
#: app/features/mec/settings.php:975
|
7368 |
msgid "While event is not published"
|
7369 |
msgstr "I když událost není zveřejněna"
|
7370 |
|
7371 |
+
#: app/features/mec/settings.php:980
|
7372 |
msgid "Event Note shows on Frontend Submission Form and Edit Event in backend."
|
7373 |
msgstr ""
|
7374 |
"Poznámka k události se zobrazí ve formuláři pro zasílání z webových stránek "
|
7375 |
"(frontend) a Upravit událost v administraci stránek (backend)."
|
7376 |
|
7377 |
+
#: app/features/mec/settings.php:988
|
7378 |
#, fuzzy
|
7379 |
#| msgid "Required Field"
|
7380 |
msgid "Required Fields"
|
7381 |
msgstr "Požadovaná pole"
|
7382 |
|
7383 |
+
#: app/features/mec/settings.php:991
|
7384 |
#, fuzzy
|
7385 |
#| msgid "Description"
|
7386 |
msgid "Event Description"
|
7387 |
msgstr "Popis"
|
7388 |
|
7389 |
+
#: app/features/mec/settings.php:995 app/libraries/main.php:6561
|
7390 |
+
#: app/libraries/main.php:6610
|
7391 |
msgid "More Info Link"
|
7392 |
msgstr "Odkaz na více informací"
|
7393 |
|
7394 |
+
#: app/features/mec/settings.php:1008 app/libraries/main.php:572
|
7395 |
msgid "User Profile"
|
7396 |
msgstr "Uživatelský profil"
|
7397 |
|
7398 |
+
#: app/features/mec/settings.php:1010
|
7399 |
#, fuzzy, php-format
|
7400 |
#| msgid ""
|
7401 |
#| "Put %s shortcode into your desired page. Then users are able to see "
|
7407 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vidět "
|
7408 |
"historii svých rezervací."
|
7409 |
|
7410 |
+
#: app/features/mec/settings.php:1015 app/libraries/main.php:573
|
7411 |
#, fuzzy
|
7412 |
#| msgid "Hide Events"
|
7413 |
msgid "User Events"
|
7414 |
msgstr "Skrýt události"
|
7415 |
|
7416 |
+
#: app/features/mec/settings.php:1017
|
7417 |
#, fuzzy, php-format
|
7418 |
#| msgid ""
|
7419 |
#| "Put %s shortcode into your desired page. Then users are able to search "
|
7425 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
7426 |
"události"
|
7427 |
|
7428 |
+
#: app/features/mec/settings.php:1029 app/libraries/main.php:574
|
7429 |
msgid "Search Bar"
|
7430 |
msgstr "Vyhledávací panel"
|
7431 |
|
7432 |
+
#: app/features/mec/settings.php:1031
|
7433 |
#, php-format
|
7434 |
msgid ""
|
7435 |
"Put %s shortcode into your desired page. Then users are able to search events"
|
7437 |
"Vložte %s krátký kód na požadovanou stránku. Uživatelé pak mohou vyhledávat "
|
7438 |
"události"
|
7439 |
|
7440 |
+
#: app/features/mec/settings.php:1035
|
7441 |
msgid "Ajax Live mode"
|
7442 |
msgstr "Ajax Live mód"
|
7443 |
|
7444 |
+
#: app/features/mec/settings.php:1039
|
7445 |
msgid "Ajax mode"
|
7446 |
msgstr "Ajax mód"
|
7447 |
|
7448 |
+
#: app/features/mec/settings.php:1040
|
7449 |
#, fuzzy
|
7450 |
#| msgid ""
|
7451 |
#| "if you enable this option, search button disappeared and to use this "
|
7457 |
"pokud tuto možnost povolíte, tlačítko pro vyhledávání zmizelo a pro použití "
|
7458 |
"této funkce musí být povoleno pole pro zadávání textu."
|
7459 |
|
7460 |
+
#: app/features/mec/settings.php:1048
|
7461 |
msgid "Modern Type"
|
7462 |
msgstr "Moderní typ"
|
7463 |
|
7464 |
+
#: app/features/mec/settings.php:1052
|
7465 |
msgid "Search bar fields"
|
7466 |
msgstr "Pole vyhledávacího panelu"
|
7467 |
|
7468 |
+
#: app/features/mec/settings.php:1094
|
7469 |
msgid "Text input"
|
7470 |
msgstr "Zadávání textu"
|
7471 |
|
7472 |
+
#: app/features/mec/settings.php:1107
|
7473 |
msgid "Enable Mailchimp Integration"
|
7474 |
msgstr "Povolit integraci Mailchimp"
|
7475 |
|
7476 |
+
#: app/features/mec/settings.php:1112 app/features/mec/settings.php:1117
|
7477 |
+
#: app/features/mec/settings.php:1172 app/features/mec/settings.php:1196
|
7478 |
+
#: app/features/mec/settings.php:1220 app/features/mec/settings.php:1291
|
7479 |
msgid "API Key"
|
7480 |
msgstr "API Key"
|
7481 |
|
7482 |
+
#: app/features/mec/settings.php:1125 app/features/mec/settings.php:1130
|
7483 |
+
#: app/features/mec/settings.php:1178 app/features/mec/settings.php:1297
|
7484 |
+
#: app/features/mec/settings.php:1315 app/features/mec/settings.php:1363
|
7485 |
msgid "List ID"
|
7486 |
msgstr "ID seznamu"
|
7487 |
|
7488 |
+
#: app/features/mec/settings.php:1138 app/features/mec/settings.php:1146
|
7489 |
msgid "Subscription Status"
|
7490 |
msgstr "Stav odběru"
|
7491 |
|
7492 |
+
#: app/features/mec/settings.php:1141
|
7493 |
msgid "Subscribe automatically"
|
7494 |
msgstr "Odebírat automaticky"
|
7495 |
|
7496 |
+
#: app/features/mec/settings.php:1142
|
7497 |
msgid "Subscribe by verification"
|
7498 |
msgstr "Přihlaste se k odběru pomocí ověření"
|
7499 |
|
7500 |
+
#: app/features/mec/settings.php:1147
|
7501 |
#, fuzzy
|
7502 |
#| msgid ""
|
7503 |
#| "If you choose \"Subscribe by verification\" then an email will send to "
|
7509 |
"Pokud zvolíte možnost „Přihlásit se k odběru pomocí ověření“, odešle e-mail "
|
7510 |
"uživateli mailchimp k ověření oběru."
|
7511 |
|
7512 |
+
#: app/features/mec/settings.php:1156
|
7513 |
+
msgid "Enable Segment Creation by Event Title and Booking Date"
|
7514 |
+
msgstr ""
|
7515 |
+
|
7516 |
+
#: app/features/mec/settings.php:1163 app/libraries/main.php:576
|
7517 |
#, fuzzy
|
7518 |
#| msgid "Mailchimp Integration"
|
7519 |
msgid "Campaign Monitor Integration"
|
7520 |
msgstr "Integrace Mailchimp"
|
7521 |
|
7522 |
+
#: app/features/mec/settings.php:1167
|
7523 |
#, fuzzy
|
7524 |
#| msgid "Enable Mailchimp Integration"
|
7525 |
msgid "Enable Campaign Monitor Integration"
|
7526 |
msgstr "Povolit integraci Mailchimp"
|
7527 |
|
7528 |
+
#: app/features/mec/settings.php:1187 app/libraries/main.php:577
|
7529 |
#, fuzzy
|
7530 |
#| msgid "Mailchimp Integration"
|
7531 |
msgid "MailerLite Integration"
|
7532 |
msgstr "Integrace Mailchimp"
|
7533 |
|
7534 |
+
#: app/features/mec/settings.php:1191
|
7535 |
#, fuzzy
|
7536 |
#| msgid "Enable Mailchimp Integration"
|
7537 |
msgid "Enable MailerLite Integration"
|
7538 |
msgstr "Povolit integraci Mailchimp"
|
7539 |
|
7540 |
+
#: app/features/mec/settings.php:1202
|
7541 |
#, fuzzy
|
7542 |
#| msgid "Group URL"
|
7543 |
msgid "Group ID"
|
7544 |
msgstr "Group URL"
|
7545 |
|
7546 |
+
#: app/features/mec/settings.php:1211 app/libraries/main.php:578
|
7547 |
#, fuzzy
|
7548 |
#| msgid "Enable Mailchimp Integration"
|
7549 |
msgid "Constant Contact Integration"
|
7550 |
msgstr "Povolit integraci Mailchimp"
|
7551 |
|
7552 |
+
#: app/features/mec/settings.php:1215
|
7553 |
#, fuzzy
|
7554 |
#| msgid "Enable Mailchimp Integration"
|
7555 |
msgid "Enable constantcontact Integration"
|
7556 |
msgstr "Povolit integraci Mailchimp"
|
7557 |
|
7558 |
+
#: app/features/mec/settings.php:1226
|
7559 |
#, fuzzy
|
7560 |
#| msgid "Facebook Page Access Token"
|
7561 |
msgid "Access Token"
|
7562 |
msgstr "Token pro přístup na stránku Facebook"
|
7563 |
|
7564 |
+
#: app/features/mec/settings.php:1250 app/features/mec/settings.php:1265
|
7565 |
#, fuzzy
|
7566 |
#| msgid "Select icon"
|
7567 |
msgid "Select List"
|
7568 |
msgstr "Vybrat ikonu"
|
7569 |
|
7570 |
+
#: app/features/mec/settings.php:1266
|
7571 |
msgid ""
|
7572 |
"Please fill in the API key and Access Token field and save settings. after "
|
7573 |
"that, please refresh the page and select a list."
|
7574 |
msgstr ""
|
7575 |
|
7576 |
+
#: app/features/mec/settings.php:1276 app/libraries/main.php:579
|
7577 |
#, fuzzy
|
7578 |
#| msgid "Mailchimp Integration"
|
7579 |
msgid "Active Campaign Integration"
|
7580 |
msgstr "Integrace Mailchimp"
|
7581 |
|
7582 |
+
#: app/features/mec/settings.php:1280
|
7583 |
#, fuzzy
|
7584 |
#| msgid "Enable Mailchimp Integration"
|
7585 |
msgid "Enable Active Campaign Integration"
|
7586 |
msgstr "Povolit integraci Mailchimp"
|
7587 |
|
7588 |
+
#: app/features/mec/settings.php:1285
|
7589 |
msgid "API URL"
|
7590 |
msgstr ""
|
7591 |
|
7592 |
+
#: app/features/mec/settings.php:1306 app/libraries/main.php:580
|
7593 |
#, fuzzy
|
7594 |
#| msgid "Mailchimp Integration"
|
7595 |
msgid "AWeber Integration"
|
7596 |
msgstr "Integrace Mailchimp"
|
7597 |
|
7598 |
+
#: app/features/mec/settings.php:1310
|
7599 |
#, fuzzy
|
7600 |
#| msgid "Enable Mailchimp Integration"
|
7601 |
msgid "Enable AWeber Integration"
|
7602 |
msgstr "Povolit integraci Mailchimp"
|
7603 |
|
7604 |
+
#: app/features/mec/settings.php:1320
|
7605 |
#, fuzzy, php-format
|
7606 |
#| msgid "Third Party plugin is not installed and activated!"
|
7607 |
msgid "%s plugin should be installed and connected to your AWeber account."
|
7608 |
msgstr "Plugin třetích stran není nainstalován a aktivován!"
|
7609 |
|
7610 |
+
#: app/features/mec/settings.php:1321
|
7611 |
#, php-format
|
7612 |
msgid "More information about the list ID can be found %s."
|
7613 |
msgstr ""
|
7614 |
|
7615 |
+
#: app/features/mec/settings.php:1326 app/libraries/main.php:581
|
7616 |
#, fuzzy
|
7617 |
#| msgid "Mailchimp Integration"
|
7618 |
msgid "MailPoet Integration"
|
7619 |
msgstr "Integrace Mailchimp"
|
7620 |
|
7621 |
+
#: app/features/mec/settings.php:1330
|
7622 |
#, fuzzy
|
7623 |
#| msgid "Enable Mailchimp Integration"
|
7624 |
msgid "Enable MailPoet Integration"
|
7625 |
msgstr "Povolit integraci Mailchimp"
|
7626 |
|
7627 |
+
#: app/features/mec/settings.php:1336
|
7628 |
#: app/skins/default_full_calendar/tpl.php:78
|
7629 |
#: app/skins/full_calendar/tpl.php:125
|
7630 |
msgid "List"
|
7631 |
msgstr "Seznam"
|
7632 |
|
7633 |
+
#: app/features/mec/settings.php:1347
|
7634 |
#, fuzzy, php-format
|
7635 |
#| msgid "Third Party plugin is not installed and activated!"
|
7636 |
msgid "%s plugin should be installed and activated."
|
7637 |
msgstr "Plugin třetích stran není nainstalován a aktivován!"
|
7638 |
|
7639 |
+
#: app/features/mec/settings.php:1352 app/libraries/main.php:582
|
7640 |
#, fuzzy
|
7641 |
#| msgid "Mailchimp Integration"
|
7642 |
msgid "Sendfox Integration"
|
7643 |
msgstr "Integrace Mailchimp"
|
7644 |
|
7645 |
+
#: app/features/mec/settings.php:1356
|
7646 |
#, fuzzy
|
7647 |
#| msgid "Enable Mailchimp Integration"
|
7648 |
msgid "Enable Sendfox Integration"
|
7649 |
msgstr "Povolit integraci Mailchimp"
|
7650 |
|
7651 |
+
#: app/features/mec/settings.php:1373
|
7652 |
#, fuzzy, php-format
|
7653 |
#| msgid "Third Party plugin is not installed and activated!"
|
7654 |
msgid "%s plugin should be installed and connected to your Sendfox account."
|
7784 |
msgid "Custom Fields"
|
7785 |
msgstr "Vlastní styly"
|
7786 |
|
7787 |
+
#: app/features/mec/single.php:204 app/libraries/main.php:3458
|
7788 |
msgid "URL"
|
7789 |
msgstr ""
|
7790 |
|
7791 |
+
#: app/features/mec/single.php:254
|
7792 |
#, fuzzy
|
7793 |
#| msgid "Don't show map in single event page"
|
7794 |
msgid "Display Event Fields in Single Event Pages"
|
7795 |
msgstr "Nezobrazovat mapu na jednostránkové události"
|
7796 |
|
7797 |
+
#: app/features/mec/single.php:265
|
7798 |
msgid "Show countdown module on event page"
|
7799 |
msgstr "Zobrazit modul odpočítávání na stránce události"
|
7800 |
|
7801 |
+
#: app/features/mec/single.php:270
|
7802 |
msgid "Countdown Style"
|
7803 |
msgstr "Styl Odpočítávání"
|
7804 |
|
7805 |
+
#: app/features/mec/single.php:273
|
7806 |
msgid "Plain Style"
|
7807 |
msgstr "Prostý styl"
|
7808 |
|
7809 |
+
#: app/features/mec/single.php:274
|
7810 |
msgid "Flip Style"
|
7811 |
msgstr "Styl překlopení"
|
7812 |
|
7813 |
+
#: app/features/mec/single.php:282 app/features/mec/single.php:289
|
7814 |
msgid "Exceptional days (Exclude Dates)"
|
7815 |
msgstr "Výjimečné dny (kromě dat)"
|
7816 |
|
7817 |
+
#: app/features/mec/single.php:286
|
7818 |
msgid "Show exceptional days option on Add/Edit events page"
|
7819 |
msgstr "Zobrazit možnost výjimečných dnů na stránce Přidat / Upravit události"
|
7820 |
|
7821 |
+
#: app/features/mec/single.php:290
|
7822 |
msgid ""
|
7823 |
"Using this option you can exclude certain days from event occurrence dates."
|
7824 |
msgstr ""
|
7825 |
"Pomocí této možnosti můžete vyloučit určité dny z dat výskytu událostí."
|
7826 |
|
7827 |
+
#: app/features/mec/single.php:299 app/libraries/main.php:590
|
7828 |
msgid "Additional Organizers"
|
7829 |
msgstr "Další organizátoři"
|
7830 |
|
7831 |
+
#: app/features/mec/single.php:304
|
7832 |
msgid ""
|
7833 |
"Show additional organizers option on Add/Edit events page and single event "
|
7834 |
"page."
|
7836 |
"Zobrazit další možnost organizátorů na stránce Přidat / Upravit události a "
|
7837 |
"na stránce jedné události."
|
7838 |
|
7839 |
+
#: app/features/mec/single.php:313
|
7840 |
msgid "Enable Description For Other Organizers."
|
7841 |
msgstr ""
|
7842 |
|
7843 |
+
#: app/features/mec/single.php:321
|
7844 |
msgid "Additional locations"
|
7845 |
msgstr "Další místa"
|
7846 |
|
7847 |
+
#: app/features/mec/single.php:325
|
7848 |
msgid ""
|
7849 |
"Show additional locations option on Add/Edit events page and single event "
|
7850 |
"page."
|
7852 |
"Zobrazit další umístění na stránce Přidat / Upravit události a na stránce "
|
7853 |
"jediné události."
|
7854 |
|
7855 |
+
#: app/features/mec/single.php:331 app/libraries/main.php:592
|
7856 |
+
#: app/skins/single.php:170 app/skins/single.php:436
|
7857 |
msgid "Related Events"
|
7858 |
msgstr "Související události"
|
7859 |
|
7860 |
+
#: app/features/mec/single.php:335
|
7861 |
msgid "Display related events based on taxonomy in single event page."
|
7862 |
msgstr ""
|
7863 |
"Zobrazte související události na základě taxonomie na stránce s jednou "
|
7864 |
"událostí."
|
7865 |
|
7866 |
+
#: app/features/mec/single.php:341 app/features/mec/single.php:383
|
7867 |
msgid "Select Taxonomies:"
|
7868 |
msgstr "Vyberte taxonomie:"
|
7869 |
|
7870 |
+
#: app/features/mec/single.php:373 app/libraries/main.php:593
|
7871 |
#, fuzzy
|
7872 |
#| msgid "Next/Previous Buttons"
|
7873 |
msgid "Next / Previous Events"
|
7874 |
msgstr "Tlačítka Další / Předchozí"
|
7875 |
|
7876 |
+
#: app/features/mec/single.php:377
|
7877 |
#, fuzzy
|
7878 |
#| msgid "Display related events based on taxonomy in single event page."
|
7879 |
msgid "Display next / previous events based on taxonomy in single event page."
|
7881 |
"Zobrazte související události na základě taxonomie na stránce s jednou "
|
7882 |
"událostí."
|
7883 |
|
7884 |
+
#: app/features/mec/single.php:415 app/libraries/main.php:639
|
7885 |
#, fuzzy
|
7886 |
#| msgid "Next Occurrence"
|
7887 |
msgid "Edit Per Occurrences"
|
7888 |
msgstr "Další výskyt"
|
7889 |
|
7890 |
+
#: app/features/mec/single.php:419
|
7891 |
msgid "Ability to edit some event information per occurrence"
|
7892 |
msgstr ""
|
7893 |
|
8722 |
msgid "eg. https://webnus.net"
|
8723 |
msgstr "např. https://webnus.net"
|
8724 |
|
8725 |
+
#: app/features/organizers.php:312 app/libraries/main.php:6566
|
8726 |
+
#: app/libraries/main.php:6613 app/skins/single.php:1315
|
8727 |
msgid "Other Organizers"
|
8728 |
msgstr "Další organizátoři"
|
8729 |
|
8800 |
|
8801 |
#: app/features/popup/event.php:262 app/features/popup/shortcode.php:550
|
8802 |
#: app/modules/booking/steps/form.php:349
|
8803 |
+
#: app/modules/booking/steps/tickets.php:202 app/skins/countdown/tpl.php:123
|
8804 |
#: app/skins/countdown/tpl.php:169 app/skins/countdown/tpl.php:216
|
8805 |
msgid "Next"
|
8806 |
msgstr "Další"
|
8913 |
msgid "Please %s/%s in order to see your bookings / profile."
|
8914 |
msgstr "Prosím %s/%s za účelem zobrazení vašich rezervací / profilu."
|
8915 |
|
8916 |
+
#: app/features/profile/profile.php:20 app/libraries/main.php:2543
|
8917 |
msgid "Your booking already canceled!"
|
8918 |
msgstr "Vaše rezervace již byla zrušena!"
|
8919 |
|
8921 |
msgid "#"
|
8922 |
msgstr "#"
|
8923 |
|
8924 |
+
#: app/features/profile/profile.php:61 app/libraries/main.php:3790
|
8925 |
msgid "Status"
|
8926 |
msgstr "Stav"
|
8927 |
|
8928 |
+
#: app/features/profile/profile.php:64 app/libraries/main.php:2761
|
8929 |
msgid "Attendees"
|
8930 |
msgstr "Účastníci"
|
8931 |
|
8981 |
msgid "No search result."
|
8982 |
msgstr "Žádný výsledek vyhledávání."
|
8983 |
|
8984 |
+
#: app/features/search_bar/search_result.php:12 app/libraries/main.php:6568
|
8985 |
+
#: app/libraries/main.php:6615 app/libraries/notifications.php:1265
|
8986 |
#: app/libraries/render.php:538 app/libraries/render.php:730
|
8987 |
#: app/libraries/render.php:788 app/libraries/render.php:885
|
8988 |
#: app/modules/local-time/details.php:50 app/modules/local-time/type1.php:45
|
8989 |
#: app/modules/local-time/type2.php:47 app/modules/local-time/type3.php:45
|
8990 |
#: app/modules/next-event/details.php:154
|
8991 |
+
#: app/modules/next-event/multiple.php:64 app/skins/single.php:1207
|
8992 |
#: app/skins/single/default.php:124 app/skins/single/default.php:358
|
8993 |
#: app/skins/single/m1.php:46 app/skins/single/modern.php:222
|
8994 |
#, fuzzy
|
9014 |
msgstr "Vložte email řečníka."
|
9015 |
|
9016 |
#: app/features/speakers.php:135 app/features/speakers.php:208
|
9017 |
+
#: app/skins/single.php:1289 app/skins/single.php:1348
|
9018 |
#: app/skins/single/default.php:202 app/skins/single/default.php:268
|
9019 |
#: app/skins/single/default.php:435 app/skins/single/default.php:501
|
9020 |
#: app/skins/single/m1.php:126 app/skins/single/m1.php:180
|
9226 |
msgid "New Day"
|
9227 |
msgstr "Nový den"
|
9228 |
|
9229 |
+
#: app/libraries/main.php:366 app/libraries/main.php:2128
|
9230 |
+
#: app/libraries/main.php:2153
|
9231 |
msgid "Agenda View"
|
9232 |
msgstr "Zobrazení agendy"
|
9233 |
|
9234 |
+
#: app/libraries/main.php:367 app/libraries/main.php:2119
|
9235 |
+
#: app/libraries/main.php:2144
|
9236 |
msgid "Full Calendar"
|
9237 |
msgstr "Plný kalendář"
|
9238 |
|
9239 |
+
#: app/libraries/main.php:369 app/libraries/main.php:2121
|
9240 |
+
#: app/libraries/main.php:2146
|
9241 |
msgid "Calendar/Monthly View"
|
9242 |
msgstr "Kalendář / zobrazení měsíce"
|
9243 |
|
9244 |
+
#: app/libraries/main.php:372 app/libraries/main.php:2124
|
9245 |
+
#: app/libraries/main.php:2149
|
9246 |
msgid "Timetable View"
|
9247 |
msgstr "Zobrazení rozvrhu"
|
9248 |
|
9249 |
+
#: app/libraries/main.php:373 app/libraries/main.php:2125
|
9250 |
+
#: app/libraries/main.php:2150
|
9251 |
msgid "Masonry View"
|
9252 |
msgstr "Zobrazení zdi"
|
9253 |
|
9254 |
+
#: app/libraries/main.php:374 app/libraries/main.php:2129
|
9255 |
+
#: app/libraries/main.php:2154
|
9256 |
msgid "Map View"
|
9257 |
msgstr "Zobrazení mapy"
|
9258 |
|
9283 |
msgid "Timeline View"
|
9284 |
msgstr "Zobrazení rozvrhu"
|
9285 |
|
9286 |
+
#: app/libraries/main.php:419 app/libraries/main.php:6540
|
9287 |
+
#: app/libraries/main.php:6594
|
9288 |
msgid "SU"
|
9289 |
msgstr "NE"
|
9290 |
|
9291 |
+
#: app/libraries/main.php:420 app/libraries/main.php:6541
|
9292 |
+
#: app/libraries/main.php:6595
|
9293 |
msgid "MO"
|
9294 |
msgstr "PO"
|
9295 |
|
9296 |
+
#: app/libraries/main.php:421 app/libraries/main.php:6542
|
9297 |
+
#: app/libraries/main.php:6596
|
9298 |
msgid "TU"
|
9299 |
msgstr "ÚT"
|
9300 |
|
9301 |
+
#: app/libraries/main.php:422 app/libraries/main.php:6543
|
9302 |
+
#: app/libraries/main.php:6597
|
9303 |
msgid "WE"
|
9304 |
msgstr "ST"
|
9305 |
|
9306 |
+
#: app/libraries/main.php:423 app/libraries/main.php:6544
|
9307 |
+
#: app/libraries/main.php:6598
|
9308 |
msgid "TH"
|
9309 |
msgstr "ČT"
|
9310 |
|
9311 |
+
#: app/libraries/main.php:424 app/libraries/main.php:6545
|
9312 |
+
#: app/libraries/main.php:6599
|
9313 |
msgid "FR"
|
9314 |
msgstr "PÁ"
|
9315 |
|
9316 |
+
#: app/libraries/main.php:425 app/libraries/main.php:6546
|
9317 |
+
#: app/libraries/main.php:6600
|
9318 |
msgid "SA"
|
9319 |
msgstr "SO"
|
9320 |
|
9330 |
msgid "Modules"
|
9331 |
msgstr "Moduly"
|
9332 |
|
9333 |
+
#: app/libraries/main.php:930
|
9334 |
msgid "New Addons For MEC! Now Customize MEC in Elementor"
|
9335 |
msgstr "Nové doplňky pro MEC! Nyní přizpůsobte MEC v Elementoru"
|
9336 |
|
9337 |
+
#: app/libraries/main.php:937
|
9338 |
msgid ""
|
9339 |
"The time has come at last, and the new practical add-ons for MEC have been "
|
9340 |
"released. This is a revolution in the world of Event Calendars. We have "
|
9345 |
"revoluce ve světě kalendářů událostí. Poskytli jsme vám širokou škálu funkcí "
|
9346 |
"pouze tím, že máme 4 doplňky, viz níže:"
|
9347 |
|
9348 |
+
#: app/libraries/main.php:939
|
9349 |
msgid ""
|
9350 |
"<strong>WooCommerce Integration:</strong> You can now purchase ticket (as "
|
9351 |
"products) and Woo products at the same time."
|
9353 |
"<strong>Integrace WooCommerce:</strong> Nyní si můžete zakoupit lístek (jako "
|
9354 |
"produkty) a produkty Woo současně."
|
9355 |
|
9356 |
+
#: app/libraries/main.php:940
|
9357 |
msgid ""
|
9358 |
"<strong>Event API:</strong> display your events (shortcodes/single event) on "
|
9359 |
"other websites without MEC. Use JSON output features to make your Apps "
|
9363 |
"událost) na jiných webech bez MEC. Použijte výstupní funkce JSON, aby vaše "
|
9364 |
"aplikace byly kompatibilní s MEC."
|
9365 |
|
9366 |
+
#: app/libraries/main.php:941
|
9367 |
msgid ""
|
9368 |
"<strong>Multisite Event Sync:</strong> Sync events between your subsites and "
|
9369 |
"main websites. Changes in the main one will be inherited by the subsites. "
|
9370 |
"you can set these up in the admin panel."
|
9371 |
msgstr ""
|
9372 |
|
9373 |
+
#: app/libraries/main.php:942
|
9374 |
msgid ""
|
9375 |
"<strong>User Dashboard:</strong> Create exclusive pages for users. These "
|
9376 |
"pages can contain ticket purchase information, information about registered "
|
9377 |
"events. Users can now log in to purchase tickets."
|
9378 |
msgstr ""
|
9379 |
|
9380 |
+
#: app/libraries/main.php:944
|
9381 |
msgid "find out more"
|
9382 |
msgstr ""
|
9383 |
|
9384 |
+
#: app/libraries/main.php:1845
|
9385 |
msgid "Events at this location"
|
9386 |
msgstr "Události na tomto místě"
|
9387 |
|
9388 |
+
#: app/libraries/main.php:1845
|
9389 |
msgid "Event at this location"
|
9390 |
msgstr "Událost na tomto místě"
|
9391 |
|
9392 |
+
#: app/libraries/main.php:1897
|
9393 |
msgid "Facebook"
|
9394 |
msgstr "Facebook"
|
9395 |
|
9396 |
+
#: app/libraries/main.php:1898
|
9397 |
msgid "Twitter"
|
9398 |
msgstr "Twitter"
|
9399 |
|
9400 |
+
#: app/libraries/main.php:1899 app/libraries/main.php:1956
|
9401 |
msgid "Linkedin"
|
9402 |
msgstr "Linkedin"
|
9403 |
|
9404 |
+
#: app/libraries/main.php:1900 app/libraries/main.php:1992
|
9405 |
msgid "VK"
|
9406 |
msgstr "VK"
|
9407 |
|
9408 |
+
#: app/libraries/main.php:1901
|
9409 |
msgid "Tumblr"
|
9410 |
msgstr ""
|
9411 |
|
9412 |
+
#: app/libraries/main.php:1902
|
9413 |
msgid "Pinterest"
|
9414 |
msgstr ""
|
9415 |
|
9416 |
+
#: app/libraries/main.php:1903
|
9417 |
msgid "Flipboard"
|
9418 |
msgstr ""
|
9419 |
|
9420 |
+
#: app/libraries/main.php:1904
|
9421 |
#, fuzzy
|
9422 |
#| msgid "Tickets"
|
9423 |
msgid "GetPocket"
|
9424 |
msgstr "Vstupenky"
|
9425 |
|
9426 |
+
#: app/libraries/main.php:1905
|
9427 |
msgid "Reddit"
|
9428 |
msgstr ""
|
9429 |
|
9430 |
+
#: app/libraries/main.php:1906
|
9431 |
msgid "WhatsApp"
|
9432 |
msgstr ""
|
9433 |
|
9434 |
+
#: app/libraries/main.php:1907
|
9435 |
msgid "Telegram"
|
9436 |
msgstr ""
|
9437 |
|
9438 |
+
#: app/libraries/main.php:1926
|
9439 |
msgid "Share on Facebook"
|
9440 |
msgstr "Sdílet na Facebooku"
|
9441 |
|
9442 |
+
#: app/libraries/main.php:1941
|
9443 |
msgid "Tweet"
|
9444 |
msgstr "Tweet"
|
9445 |
|
9446 |
+
#: app/libraries/main.php:2007
|
9447 |
#, fuzzy
|
9448 |
#| msgid "Share on Facebook"
|
9449 |
msgid "Share on Tumblr"
|
9450 |
msgstr "Sdílet na Facebooku"
|
9451 |
|
9452 |
+
#: app/libraries/main.php:2023
|
9453 |
msgid "Share on Pinterest"
|
9454 |
msgstr ""
|
9455 |
|
9456 |
+
#: app/libraries/main.php:2039
|
9457 |
#, fuzzy
|
9458 |
#| msgid "Share on Facebook"
|
9459 |
msgid "Share on Flipboard"
|
9460 |
msgstr "Sdílet na Facebooku"
|
9461 |
|
9462 |
+
#: app/libraries/main.php:2057
|
9463 |
#, fuzzy
|
9464 |
#| msgid "Share on Facebook"
|
9465 |
msgid "Share on GetPocket"
|
9466 |
msgstr "Sdílet na Facebooku"
|
9467 |
|
9468 |
+
#: app/libraries/main.php:2073
|
9469 |
#, fuzzy
|
9470 |
#| msgid "Share on Facebook"
|
9471 |
msgid "Share on Reddit"
|
9472 |
msgstr "Sdílet na Facebooku"
|
9473 |
|
9474 |
+
#: app/libraries/main.php:2089
|
9475 |
msgid "Share on Telegram"
|
9476 |
msgstr ""
|
9477 |
|
9478 |
+
#: app/libraries/main.php:2107
|
9479 |
msgid "Share on WhatsApp"
|
9480 |
msgstr ""
|
9481 |
|
9482 |
+
#: app/libraries/main.php:2130 app/libraries/main.php:2155
|
9483 |
msgid "Custom Shortcode"
|
9484 |
msgstr "Uživatelské zkrácené kódy"
|
9485 |
|
9486 |
+
#: app/libraries/main.php:2504 app/libraries/main.php:2515
|
9487 |
#, fuzzy
|
9488 |
#| msgid "The events are imported successfully!"
|
9489 |
msgid "Your booking has been verified successfully!"
|
9490 |
msgstr "Události byly úspěšně importovány!"
|
9491 |
|
9492 |
+
#: app/libraries/main.php:2509
|
9493 |
msgid "Your booking already verified!"
|
9494 |
msgstr "Vaše rezervace již byla ověřena!"
|
9495 |
|
9496 |
+
#: app/libraries/main.php:2516
|
9497 |
msgid "Your booking cannot verify!"
|
9498 |
msgstr "Vaši rezervaci nelze ověřit!"
|
9499 |
|
9500 |
+
#: app/libraries/main.php:2538 app/libraries/main.php:2595
|
9501 |
msgid "Your booking successfully canceled."
|
9502 |
msgstr "Vaše rezervace byla úspěšně zrušena."
|
9503 |
|
9504 |
+
#: app/libraries/main.php:2555
|
9505 |
#, fuzzy
|
9506 |
#| msgid "The event is finished."
|
9507 |
msgid "The event is already finished!"
|
9508 |
msgstr "Událost je ukončena."
|
9509 |
|
9510 |
+
#: app/libraries/main.php:2576
|
9511 |
msgid "The cancelation window is not started yet."
|
9512 |
msgstr ""
|
9513 |
|
9514 |
+
#: app/libraries/main.php:2588
|
9515 |
msgid "The cancelation window is passed."
|
9516 |
msgstr ""
|
9517 |
|
9518 |
+
#: app/libraries/main.php:2596
|
9519 |
msgid "Your booking cannot be canceled."
|
9520 |
msgstr "Vaši rezervaci nelze zrušit."
|
9521 |
|
9522 |
+
#: app/libraries/main.php:2600
|
9523 |
msgid "You canceled the payment successfully."
|
9524 |
msgstr "Platbu jste úspěšně zrušili."
|
9525 |
|
9526 |
+
#: app/libraries/main.php:2604
|
9527 |
msgid "You returned from payment gateway successfully."
|
9528 |
msgstr "Úspěšně jste se vrátili z platební brány."
|
9529 |
|
9530 |
+
#: app/libraries/main.php:2623
|
9531 |
msgid "Cannot find the invoice!"
|
9532 |
msgstr "Fakturu nelze najít!"
|
9533 |
|
9534 |
+
#: app/libraries/main.php:2623
|
9535 |
msgid "Invoice is invalid."
|
9536 |
msgstr "Faktura je neplatná."
|
9537 |
|
9538 |
+
#: app/libraries/main.php:2643
|
9539 |
#, fuzzy
|
9540 |
#| msgid ""
|
9541 |
#| "Your booking still is not confirmed. You able download it after "
|
9545 |
msgstr ""
|
9546 |
"Vaše rezervace stále není potvrzena. Můžete si ji stáhnout po potvrzení!"
|
9547 |
|
9548 |
+
#: app/libraries/main.php:2643
|
9549 |
msgid "Booking Not Confirmed."
|
9550 |
msgstr "Rezervace nebyla potvrzena."
|
9551 |
|
9552 |
+
#: app/libraries/main.php:2649
|
9553 |
msgid "Cannot find the booking!"
|
9554 |
msgstr "Nemohu najít rezervaci!"
|
9555 |
|
9556 |
+
#: app/libraries/main.php:2649
|
9557 |
msgid "Booking is invalid."
|
9558 |
msgstr "Rezervace není platná."
|
9559 |
|
9560 |
+
#: app/libraries/main.php:2682
|
9561 |
#, php-format
|
9562 |
msgid "%s Invoice"
|
9563 |
msgstr "%s Faktura"
|
9564 |
|
9565 |
+
#: app/libraries/main.php:2718
|
9566 |
#, fuzzy
|
9567 |
#| msgid "Date and Time"
|
9568 |
msgid "Date & Time"
|
9569 |
msgstr "Datum a čas"
|
9570 |
|
9571 |
+
#: app/libraries/main.php:2735
|
9572 |
#, fuzzy
|
9573 |
#| msgid "Booking Price"
|
9574 |
msgid "Booking Fields"
|
9575 |
msgstr "Cena rezervace"
|
9576 |
|
9577 |
+
#: app/libraries/main.php:2807
|
9578 |
msgid "Billing"
|
9579 |
msgstr "Fakturace"
|
9580 |
|
9581 |
+
#: app/libraries/main.php:2819
|
9582 |
#, fuzzy
|
9583 |
#| msgid "Coupons"
|
9584 |
msgid "Coupon Code"
|
9585 |
msgstr "Kupóny"
|
9586 |
|
9587 |
+
#: app/libraries/main.php:2824
|
9588 |
msgid "Total"
|
9589 |
msgstr "Celkem"
|
9590 |
|
9591 |
+
#: app/libraries/main.php:2831
|
9592 |
#, fuzzy
|
9593 |
#| msgid "Payment Gateways"
|
9594 |
msgid "Payment"
|
9595 |
msgstr "Platební brány"
|
9596 |
|
9597 |
+
#: app/libraries/main.php:2848
|
9598 |
#, fuzzy
|
9599 |
#| msgid "Payment Gateways"
|
9600 |
msgid "Payment Time"
|
9601 |
msgstr "Platební brány"
|
9602 |
|
9603 |
+
#: app/libraries/main.php:2990
|
9604 |
msgid "Request is not valid."
|
9605 |
msgstr "Požadavek není platný."
|
9606 |
|
9607 |
+
#: app/libraries/main.php:2990
|
9608 |
msgid "iCal export stopped!"
|
9609 |
msgstr "iCal export byl zastaven!"
|
9610 |
|
9611 |
+
#: app/libraries/main.php:3341 app/libraries/main.php:3370
|
9612 |
+
#: app/libraries/main.php:3399 app/libraries/main.php:3428
|
9613 |
+
#: app/libraries/main.php:3457 app/libraries/main.php:3486
|
9614 |
+
#: app/libraries/main.php:3515 app/libraries/main.php:3544
|
9615 |
+
#: app/libraries/main.php:3573 app/libraries/main.php:3602
|
9616 |
+
#: app/libraries/main.php:3625 app/libraries/main.php:3671
|
9617 |
+
#: app/libraries/main.php:3717 app/libraries/main.php:3766
|
9618 |
+
#: app/libraries/main.php:3815
|
9619 |
msgid "Sort"
|
9620 |
msgstr "Seřadit"
|
9621 |
|
9622 |
+
#: app/libraries/main.php:3348 app/libraries/main.php:3377
|
9623 |
+
#: app/libraries/main.php:3406 app/libraries/main.php:3435
|
9624 |
+
#: app/libraries/main.php:3464 app/libraries/main.php:3493
|
9625 |
+
#: app/libraries/main.php:3522 app/libraries/main.php:3551
|
9626 |
+
#: app/libraries/main.php:3580 app/libraries/main.php:3632
|
9627 |
+
#: app/libraries/main.php:3678 app/libraries/main.php:3724
|
9628 |
+
#: app/libraries/main.php:3773
|
9629 |
msgid "Required Field"
|
9630 |
msgstr "Požadovaná pole"
|
9631 |
|
9632 |
+
#: app/libraries/main.php:3354 app/libraries/main.php:3383
|
9633 |
+
#: app/libraries/main.php:3412 app/libraries/main.php:3441
|
9634 |
+
#: app/libraries/main.php:3470 app/libraries/main.php:3499
|
9635 |
+
#: app/libraries/main.php:3528 app/libraries/main.php:3557
|
9636 |
+
#: app/libraries/main.php:3586 app/libraries/main.php:3638
|
9637 |
+
#: app/libraries/main.php:3684 app/libraries/main.php:3730
|
9638 |
+
#: app/libraries/main.php:3779
|
9639 |
msgid "Insert a label for this field"
|
9640 |
msgstr "Vložte štítek pro toto pole"
|
9641 |
|
9642 |
+
#: app/libraries/main.php:3608
|
9643 |
msgid "HTML and shortcode are allowed."
|
9644 |
msgstr "HTML a zkrácené kódy jsou povoleny."
|
9645 |
|
9646 |
+
#: app/libraries/main.php:3651 app/libraries/main.php:3697
|
9647 |
+
#: app/libraries/main.php:3743
|
9648 |
msgid "Option"
|
9649 |
msgstr "Možnost"
|
9650 |
|
9651 |
+
#: app/libraries/main.php:3779
|
9652 |
#, php-format
|
9653 |
msgid "Instead of %s, the page title with a link will be show."
|
9654 |
msgstr "Místo%s se zobrazí název stránky s odkazem."
|
9655 |
|
9656 |
+
#: app/libraries/main.php:3781
|
9657 |
msgid "Agreement Page"
|
9658 |
msgstr "Stránka smlouvy"
|
9659 |
|
9660 |
+
#: app/libraries/main.php:3792
|
9661 |
msgid "Checked by default"
|
9662 |
msgstr "Ve výchozím nastavení zaškrtnuto"
|
9663 |
|
9664 |
+
#: app/libraries/main.php:3793
|
9665 |
msgid "Unchecked by default"
|
9666 |
msgstr "Ve výchozím nastavení není zaškrtnuto"
|
9667 |
|
9668 |
+
#: app/libraries/main.php:3817
|
9669 |
msgid "Insert a label for this option"
|
9670 |
msgstr "Vložte štítek pro tuto možnost"
|
9671 |
|
9672 |
+
#: app/libraries/main.php:3830
|
9673 |
msgid "Free"
|
9674 |
msgstr "Zdarma"
|
9675 |
|
9676 |
+
#: app/libraries/main.php:4503 app/libraries/main.php:6875
|
9677 |
msgid "M.E. Calender"
|
9678 |
msgstr "M.E. Kalendář"
|
9679 |
|
9680 |
+
#: app/libraries/main.php:4659
|
9681 |
#, php-format
|
9682 |
msgid "Copy of %s"
|
9683 |
msgstr "Kopie %s"
|
9684 |
|
9685 |
+
#: app/libraries/main.php:5532
|
9686 |
msgid "Booked an event."
|
9687 |
msgstr "Událost byla rezervována."
|
9688 |
|
9689 |
+
#: app/libraries/main.php:5573
|
9690 |
#, php-format
|
9691 |
msgid "%s booked %s event."
|
9692 |
msgstr "%s zarezervoval %s událost."
|
9693 |
|
9694 |
+
#: app/libraries/main.php:6523 app/libraries/main.php:6577
|
9695 |
msgid "Taxonomies"
|