Prime Slider – Addons For Elementor (Revolution of a slider, Hero Slider, Media Slider, Drag Drop Slider, Video Slider, Product Slider, Ecommerce Slider) - Version 3.1.0

Version Description

[7th September 2022] =

  • Added: Fortune widget added
  • Added: Title width issue fixed in Reveal widget
  • Fixed: Title style issue fixed in Reveal widget
Download this release

Release Info

Developer bdthemes
Plugin Icon 128x128 Prime Slider – Addons For Elementor (Revolution of a slider, Hero Slider, Media Slider, Drag Drop Slider, Video Slider, Product Slider, Ecommerce Slider)
Version 3.1.0
Comparing to
See all releases

Code changes from version 3.0.0 to 3.1.0

Files changed (39) hide show
  1. admin/admin-settings.php +0 -1
  2. admin/module-settings.php +44 -0
  3. assets/css/prime-slider-font.css +1 -1
  4. assets/css/prime-slider-font.rtl.css +1 -1
  5. assets/css/ps-blog.css +1 -1
  6. assets/css/ps-blog.rtl.css +1 -1
  7. assets/css/ps-general.css +1 -1
  8. assets/css/ps-general.rtl.css +1 -1
  9. assets/css/ps-isolate.css +1 -1
  10. assets/css/ps-isolate.rtl.css +1 -1
  11. assets/css/ps-rubix.css +1 -1
  12. assets/css/ps-rubix.rtl.css +1 -1
  13. assets/fonts/prime-slider-font.svg +1 -0
  14. assets/fonts/prime-slider-font.ttf +0 -0
  15. assets/fonts/prime-slider-font.woff +0 -0
  16. assets/js/modules/ps-fortune.js +59 -0
  17. assets/js/modules/ps-fortune.min.js +1 -0
  18. assets/js/modules/ps-pagepiling.js +24 -18
  19. assets/js/modules/ps-pagepiling.min.js +1 -1
  20. assets/js/modules/ps-reveal.js +98 -60
  21. assets/js/modules/ps-reveal.min.js +1 -1
  22. bdthemes-prime-slider.php +3 -3
  23. changelog.txt +28 -0
  24. includes/modules-manager_back.php +0 -182
  25. languages/bdthemes-prime-slider.pot +1024 -1464
  26. modules/blog/skins/skin-coral.php +0 -3
  27. modules/blog/skins/skin-folio.php +0 -3
  28. modules/blog/skins/skin-zinest.php +0 -3
  29. modules/blog/widgets/blog.php +200 -1653
  30. modules/general/skins/skin-crelly.php +0 -3
  31. modules/general/skins/skin-meteor.php +0 -3
  32. modules/general/skins/skin-slide.php +0 -32
  33. modules/general/widgets/general.php +388 -2007
  34. modules/isolate/skins/skin-locate.php +0 -3
  35. modules/isolate/skins/skin-slice.php +0 -3
  36. modules/isolate/widgets/isolate.php +281 -1756
  37. modules/pagepiling/widgets/pagepiling.php +31 -31
  38. modules/rubix/widgets/rubix.php +10 -1
  39. readme.txt +19 -3
admin/admin-settings.php CHANGED
@@ -741,7 +741,6 @@ class PrimeSlider_Admin_Settings {
741
  ?>
742
  </div>
743
  </li>
744
-
745
  <li>
746
  <div>
747
  <span class="label1">Max Post Limit: </span>
741
  ?>
742
  </div>
743
  </li>
 
744
  <li>
745
  <div>
746
  <span class="label1">Max Post Limit: </span>
admin/module-settings.php CHANGED
@@ -153,6 +153,17 @@ class ModuleService {
153
  'video_url' => 'https://youtu.be/HxwdDoOsdMA',
154
  ],
155
 
 
 
 
 
 
 
 
 
 
 
 
156
  [
157
  'name' => 'general',
158
  'label' => esc_html__( 'General', 'bdthemes-prime-slider' ),
@@ -296,6 +307,17 @@ class ModuleService {
296
  'video_url' => '',
297
  ],
298
 
 
 
 
 
 
 
 
 
 
 
 
299
  [
300
  'name' => 'remote-arrows',
301
  'label' => esc_html__( 'Remote Arrows', 'bdthemes-prime-slider' ),
@@ -374,6 +396,17 @@ class ModuleService {
374
  'video_url' => 'https://youtu.be/mEPQjmjhCkY',
375
  ],
376
 
 
 
 
 
 
 
 
 
 
 
 
377
  [
378
  'name' => 'sequester',
379
  'label' => esc_html__( 'Sequester', 'bdthemes-prime-slider' ),
@@ -418,6 +451,17 @@ class ModuleService {
418
  'video_url' => '',
419
  ],
420
 
 
 
 
 
 
 
 
 
 
 
 
421
  [
422
  'name' => 'vertex',
423
  'label' => esc_html__( 'Vertex', 'bdthemes-prime-slider' ),
153
  'video_url' => 'https://youtu.be/HxwdDoOsdMA',
154
  ],
155
 
156
+ [
157
+ 'name' => 'fortune',
158
+ 'label' => esc_html__( 'Fortune', 'bdthemes-prime-slider' ),
159
+ 'type' => 'checkbox',
160
+ 'default' => "off",
161
+ 'widget_type' => 'pro',
162
+ 'content_type' => 'static new',
163
+ 'demo_url' => 'https://primeslider.pro/demo/fortune/',
164
+ 'video_url' => '',
165
+ ],
166
+
167
  [
168
  'name' => 'general',
169
  'label' => esc_html__( 'General', 'bdthemes-prime-slider' ),
307
  'video_url' => '',
308
  ],
309
 
310
+ // [
311
+ // 'name' => 'paramount',
312
+ // 'label' => esc_html__( 'Paramount', 'bdthemes-prime-slider' ),
313
+ // 'type' => 'checkbox',
314
+ // 'default' => "off",
315
+ // 'widget_type' => 'pro',
316
+ // 'content_type' => 'static',
317
+ // 'demo_url' => 'https://primeslider.pro/demo/paramount/',
318
+ // 'video_url' => '',
319
+ // ],
320
+
321
  [
322
  'name' => 'remote-arrows',
323
  'label' => esc_html__( 'Remote Arrows', 'bdthemes-prime-slider' ),
396
  'video_url' => 'https://youtu.be/mEPQjmjhCkY',
397
  ],
398
 
399
+ // [
400
+ // 'name' => 'radar',
401
+ // 'label' => esc_html__( 'Radar', 'bdthemes-prime-slider' ),
402
+ // 'type' => 'checkbox',
403
+ // 'default' => "off",
404
+ // 'widget_type' => 'pro',
405
+ // 'content_type' => 'post carousel',
406
+ // 'demo_url' => 'https://primeslider.pro/demo/radar/',
407
+ // 'video_url' => 'https://youtu.be/mEPQjmjhCkY',
408
+ // ],
409
+
410
  [
411
  'name' => 'sequester',
412
  'label' => esc_html__( 'Sequester', 'bdthemes-prime-slider' ),
451
  'video_url' => '',
452
  ],
453
 
454
+ // [
455
+ // 'name' => 'twinkle',
456
+ // 'label' => esc_html__( 'Twinkle', 'bdthemes-prime-slider' ),
457
+ // 'type' => 'checkbox',
458
+ // 'default' => "off",
459
+ // 'widget_type' => 'free',
460
+ // 'content_type' => 'static new',
461
+ // 'demo_url' => 'https://primeslider.pro/demo/tango/',
462
+ // 'video_url' => '',
463
+ // ],
464
+
465
  [
466
  'name' => 'vertex',
467
  'label' => esc_html__( 'Vertex', 'bdthemes-prime-slider' ),
assets/css/prime-slider-font.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:'prime-slider-font';src:url('../fonts/prime-slider-font.woff2?fr80l') format('woff2'),url('../fonts/prime-slider-font.ttf?fr80l') format('truetype'),url('../fonts/prime-slider-font.woff?fr80l') format('woff'),url('../fonts/prime-slider-font.svg?fr80l#prime-slider-font') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ps-wi-"],[class*=" ps-wi-"]{font-family:'prime-slider-font' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ps-wi-live-copy:before{content:"\e977"}.ps-wi-duplicator:before{content:"\e978"}.ps-wi-arrow-left-0:before{content:"\e96b"}.ps-wi-arrow-right-0:before{content:"\e96c"}.ps-wi-arrow-left-1:before{content:"\e919"}.ps-wi-arrow-right-1:before{content:"\e925"}.ps-wi-arrow-left-2:before{content:"\e91a"}.ps-wi-arrow-right-2:before{content:"\e926"}.ps-wi-arrow-left-3:before{content:"\e91b"}.ps-wi-arrow-right-3:before{content:"\e927"}.ps-wi-arrow-left-4:before{content:"\e91c"}.ps-wi-arrow-right-4:before{content:"\e928"}.ps-wi-arrow-left-5:before{content:"\e943"}.ps-wi-arrow-right-5:before{content:"\e944"}.ps-wi-arrow-left-6:before{content:"\e945"}.ps-wi-arrow-right-6:before{content:"\e946"}.ps-wi-arrow-left-7:before{content:"\e949"}.ps-wi-arrow-right-7:before{content:"\e94a"}.ps-wi-arrow-left-8:before{content:"\e91e"}.ps-wi-arrow-right-8:before{content:"\e92c"}.ps-wi-arrow-left-9:before{content:"\e91f"}.ps-wi-arrow-right-9:before{content:"\e92d"}.ps-wi-arrow-left-10:before{content:"\e920"}.ps-wi-arrow-right-10:before{content:"\e92e"}.ps-wi-arrow-left-11:before{content:"\e921"}.ps-wi-arrow-right-11:before{content:"\e92f"}.ps-wi-arrow-left-12:before{content:"\e94b"}.ps-wi-arrow-right-12:before{content:"\e94c"}.ps-wi-arrow-left-13:before{content:"\e922"}.ps-wi-arrow-right-13:before{content:"\e930"}.ps-wi-arrow-left-14:before{content:"\e91d"}.ps-wi-arrow-right-14:before{content:"\e92b"}.ps-wi-arrow-left-15:before{content:"\e923"}.ps-wi-arrow-right-15:before{content:"\e931"}.ps-wi-arrow-left-16:before{content:"\e924"}.ps-wi-arrow-right-16:before{content:"\e932"}.ps-wi-arrow-left-17:before{content:"\e929"}.ps-wi-arrow-right-17:before{content:"\e92a"}.ps-wi-arrow-left-18:before{content:"\e933"}.ps-wi-arrow-right-18:before{content:"\e934"}.ps-wi-arrow-up-1:before{content:"\e935"}.ps-wi-arrow-down-1:before{content:"\e936"}.ps-wi-arrow-up-2:before{content:"\e937"}.ps-wi-arrow-down-2:before{content:"\e938"}.ps-wi-arrow-up-3:before{content:"\e939"}.ps-wi-arrow-down-3:before{content:"\e93a"}.ps-wi-arrow-up-4:before{content:"\e93b"}.ps-wi-arrow-down-4:before{content:"\e93c"}.ps-wi-arrow-up-5:before{content:"\e93d"}.ps-wi-arrow-down-5:before{content:"\e93e"}.ps-wi-arrow-up-7:before{content:"\e93f"}.ps-wi-arrow-down-7:before{content:"\e940"}.ps-wi-arrow-up-8:before{content:"\e941"}.ps-wi-arrow-down-8:before{content:"\e947"}.ps-wi-arrow-left-circle-1:before{content:"\e942"}.ps-wi-arrow-right-circle-1:before{content:"\e948"}.ps-wi-arrow-left-circle-2:before{content:"\e94d"}.ps-wi-arrow-right-circle-2:before{content:"\e94e"}.ps-wi-arrow-left-circle-3:before{content:"\e94f"}.ps-wi-arrow-right-circle-3:before{content:"\e950"}.ps-wi-arrow-left-circle-4:before{content:"\e951"}.ps-wi-arrow-right-circle-4:before{content:"\e952"}.ps-wi-arrow-left-square-1:before{content:"\e953"}.ps-wi-arrow-right-square-1:before{content:"\e954"}.ps-wi-avatar:before{content:"\e979"}.ps-wi-sniper:before{content:"\e974"}.ps-wi-tango:before{content:"\e975"}.ps-wi-remote-fraction:before{content:"\e96f"}.ps-wi-remote-thumbs:before{content:"\e970"}.ps-wi-remote-pagination:before{content:"\e971"}.ps-wi-remote-arrows:before{content:"\e973"}.ps-wi-prism:before{content:"\e96e"}.ps-wi-elysium:before{content:"\e976"}.ps-wi-pieces:before{content:"\e96d"}.ps-wi-rasher:before{content:"\e972"}.ps-wi-foxico-slider:before{content:"\e968"}.ps-wi-woocircle:before{content:"\e969"}.ps-wi-diagonal:before{content:"\e96a"}.ps-wi-reveal:before{content:"\e967"}.ps-wi-pacific:before{content:"\e963"}.ps-wi-mash:before{content:"\e964"}.ps-wi-nixon:before{content:"\e965"}.ps-wi-paranoia:before{content:"\e966"}.ps-wi-crossroad:before{content:"\e960"}.ps-wi-rubix:before{content:"\e961"}.ps-wi-matrix:before{content:"\e962"}.ps-wi-astoria:before{content:"\e95f"}.ps-wi-vertex:before{content:"\e95e"}.ps-wi-mercury:before{content:"\e956"}.ps-wi-marble:before{content:"\e957"}.ps-wi-fiestar:before{content:"\e958"}.ps-wi-wooexpand:before{content:"\e959"}.ps-wi-knily1:before{content:"\e95a"}.ps-wi-storker1:before{content:"\e95b"}.ps-wi-knily:before{content:"\e95c"}.ps-wi-storker:before{content:"\e95d"}.ps-wi-prime-slider:before{content:"\e915"}.ps-wi-woolamp:before{content:"\e955"}.ps-wi-mount:before{content:"\e916"}.ps-wi-flexure:before{content:"\e917"}.ps-wi-monster:before{content:"\e918"}.ps-wi-sequester:before{content:"\e914"}.ps-wi-pagepiling:before{content:"\e913"}.ps-wi-dragon:before{content:"\e912"}.ps-wi-fluent:before{content:"\e911"}.ps-wi-event-calendar:before{content:"\e910"}.ps-wi-multiscroll:before{content:"\e90f"}.ps-wi-woostand:before{content:"\e90d"}.ps-wi-flogia:before{content:"\e90c"}.ps-wi-custom:before{content:"\e90b"}.ps-wi-isolate:before{content:"\e908"}.ps-wi-isolate_skin_locate:before{content:"\e909"}.ps-wi-isolate_skin_slice:before{content:"\e90a"}.ps-wi-woocommerce:before{content:"\e90e"}.ps-wi-blog:before{content:"\e900"}.ps-wi-blog_skin_coral:before{content:"\e901"}.ps-wi-blog_skin_folio:before{content:"\e902"}.ps-wi-blog_skin_zinest:before{content:"\e903"}.ps-wi-general:before{content:"\e904"}.ps-wi-general_skin_crelly:before{content:"\e905"}.ps-wi-general_skin_meteor:before{content:"\e906"}.ps-wi-general_skin_slide:before{content:"\e907"}.ps-wi-tutorial:before{content:"\e992"}.ps-wi-preview:before{content:"\ea75"}
1
+ @font-face{font-family:'prime-slider-font';src:url('../fonts/prime-slider-font.ttf?n4w34w') format('truetype'),url('../fonts/prime-slider-font.woff?n4w34w') format('woff'),url('../fonts/prime-slider-font.svg?n4w34w#prime-slider-font') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ps-wi-"],[class*=" ps-wi-"]{font-family:'prime-slider-font' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ps-wi-live-copy:before{content:"\e977"}.ps-wi-duplicator:before{content:"\e978"}.ps-wi-arrow-left-0:before{content:"\e96b"}.ps-wi-arrow-right-0:before{content:"\e96c"}.ps-wi-arrow-left-1:before{content:"\e919"}.ps-wi-arrow-right-1:before{content:"\e925"}.ps-wi-arrow-left-2:before{content:"\e91a"}.ps-wi-arrow-right-2:before{content:"\e926"}.ps-wi-arrow-left-3:before{content:"\e91b"}.ps-wi-arrow-right-3:before{content:"\e927"}.ps-wi-arrow-left-4:before{content:"\e91c"}.ps-wi-arrow-right-4:before{content:"\e928"}.ps-wi-arrow-left-5:before{content:"\e943"}.ps-wi-arrow-right-5:before{content:"\e944"}.ps-wi-arrow-left-6:before{content:"\e945"}.ps-wi-arrow-right-6:before{content:"\e946"}.ps-wi-arrow-left-7:before{content:"\e949"}.ps-wi-arrow-right-7:before{content:"\e94a"}.ps-wi-arrow-left-8:before{content:"\e91e"}.ps-wi-arrow-right-8:before{content:"\e92c"}.ps-wi-arrow-left-9:before{content:"\e91f"}.ps-wi-arrow-right-9:before{content:"\e92d"}.ps-wi-arrow-left-10:before{content:"\e920"}.ps-wi-arrow-right-10:before{content:"\e92e"}.ps-wi-arrow-left-11:before{content:"\e921"}.ps-wi-arrow-right-11:before{content:"\e92f"}.ps-wi-arrow-left-12:before{content:"\e94b"}.ps-wi-arrow-right-12:before{content:"\e94c"}.ps-wi-arrow-left-13:before{content:"\e922"}.ps-wi-arrow-right-13:before{content:"\e930"}.ps-wi-arrow-left-14:before{content:"\e91d"}.ps-wi-arrow-right-14:before{content:"\e92b"}.ps-wi-arrow-left-15:before{content:"\e923"}.ps-wi-arrow-right-15:before{content:"\e931"}.ps-wi-arrow-left-16:before{content:"\e924"}.ps-wi-arrow-right-16:before{content:"\e932"}.ps-wi-arrow-left-17:before{content:"\e929"}.ps-wi-arrow-right-17:before{content:"\e92a"}.ps-wi-arrow-left-18:before{content:"\e933"}.ps-wi-arrow-right-18:before{content:"\e934"}.ps-wi-arrow-up-1:before{content:"\e935"}.ps-wi-arrow-down-1:before{content:"\e936"}.ps-wi-arrow-up-2:before{content:"\e937"}.ps-wi-arrow-down-2:before{content:"\e938"}.ps-wi-arrow-up-3:before{content:"\e939"}.ps-wi-arrow-down-3:before{content:"\e93a"}.ps-wi-arrow-up-4:before{content:"\e93b"}.ps-wi-arrow-down-4:before{content:"\e93c"}.ps-wi-arrow-up-5:before{content:"\e93d"}.ps-wi-arrow-down-5:before{content:"\e93e"}.ps-wi-arrow-up-7:before{content:"\e93f"}.ps-wi-arrow-down-7:before{content:"\e940"}.ps-wi-arrow-up-8:before{content:"\e941"}.ps-wi-arrow-down-8:before{content:"\e947"}.ps-wi-arrow-left-circle-1:before{content:"\e942"}.ps-wi-arrow-right-circle-1:before{content:"\e948"}.ps-wi-arrow-left-circle-2:before{content:"\e94d"}.ps-wi-arrow-right-circle-2:before{content:"\e94e"}.ps-wi-arrow-left-circle-3:before{content:"\e94f"}.ps-wi-arrow-right-circle-3:before{content:"\e950"}.ps-wi-arrow-left-circle-4:before{content:"\e951"}.ps-wi-arrow-right-circle-4:before{content:"\e952"}.ps-wi-arrow-left-square-1:before{content:"\e953"}.ps-wi-arrow-right-square-1:before{content:"\e954"}.ps-wi-fortune:before{content:"\e97a"}.ps-wi-avatar:before{content:"\e979"}.ps-wi-sniper:before{content:"\e974"}.ps-wi-tango:before{content:"\e975"}.ps-wi-remote-fraction:before{content:"\e96f"}.ps-wi-remote-thumbs:before{content:"\e970"}.ps-wi-remote-pagination:before{content:"\e971"}.ps-wi-remote-arrows:before{content:"\e973"}.ps-wi-prism:before{content:"\e96e"}.ps-wi-elysium:before{content:"\e976"}.ps-wi-pieces:before{content:"\e96d"}.ps-wi-rasher:before{content:"\e972"}.ps-wi-foxico-slider:before{content:"\e968"}.ps-wi-woocircle:before{content:"\e969"}.ps-wi-diagonal:before{content:"\e96a"}.ps-wi-reveal:before{content:"\e967"}.ps-wi-pacific:before{content:"\e963"}.ps-wi-mash:before{content:"\e964"}.ps-wi-nixon:before{content:"\e965"}.ps-wi-paranoia:before{content:"\e966"}.ps-wi-crossroad:before{content:"\e960"}.ps-wi-rubix:before{content:"\e961"}.ps-wi-matrix:before{content:"\e962"}.ps-wi-astoria:before{content:"\e95f"}.ps-wi-vertex:before{content:"\e95e"}.ps-wi-mercury:before{content:"\e956"}.ps-wi-marble:before{content:"\e957"}.ps-wi-fiestar:before{content:"\e958"}.ps-wi-wooexpand:before{content:"\e959"}.ps-wi-knily1:before{content:"\e95a"}.ps-wi-storker1:before{content:"\e95b"}.ps-wi-knily:before{content:"\e95c"}.ps-wi-storker:before{content:"\e95d"}.ps-wi-prime-slider:before{content:"\e915"}.ps-wi-woolamp:before{content:"\e955"}.ps-wi-mount:before{content:"\e916"}.ps-wi-flexure:before{content:"\e917"}.ps-wi-monster:before{content:"\e918"}.ps-wi-sequester:before{content:"\e914"}.ps-wi-pagepiling:before{content:"\e913"}.ps-wi-dragon:before{content:"\e912"}.ps-wi-fluent:before{content:"\e911"}.ps-wi-event-calendar:before{content:"\e910"}.ps-wi-multiscroll:before{content:"\e90f"}.ps-wi-woostand:before{content:"\e90d"}.ps-wi-flogia:before{content:"\e90c"}.ps-wi-custom:before{content:"\e90b"}.ps-wi-isolate:before{content:"\e908"}.ps-wi-isolate_skin_locate:before{content:"\e909"}.ps-wi-isolate_skin_slice:before{content:"\e90a"}.ps-wi-woocommerce:before{content:"\e90e"}.ps-wi-blog:before{content:"\e900"}.ps-wi-blog_skin_coral:before{content:"\e901"}.ps-wi-blog_skin_folio:before{content:"\e902"}.ps-wi-blog_skin_zinest:before{content:"\e903"}.ps-wi-general:before{content:"\e904"}.ps-wi-general_skin_crelly:before{content:"\e905"}.ps-wi-general_skin_meteor:before{content:"\e906"}.ps-wi-general_skin_slide:before{content:"\e907"}.ps-wi-tutorial:before{content:"\e992"}.ps-wi-preview:before{content:"\ea75"}
assets/css/prime-slider-font.rtl.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:'prime-slider-font';src:url('../fonts/prime-slider-font.woff2?fr80l') format('woff2'),url('../fonts/prime-slider-font.ttf?fr80l') format('truetype'),url('../fonts/prime-slider-font.woff?fr80l') format('woff'),url('../fonts/prime-slider-font.svg?fr80l#prime-slider-font') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ps-wi-"],[class*=" ps-wi-"]{font-family:'prime-slider-font' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ps-wi-live-copy:before{content:"\e977"}.ps-wi-duplicator:before{content:"\e978"}.ps-wi-arrow-left-0:before{content:"\e96b"}.ps-wi-arrow-right-0:before{content:"\e96c"}.ps-wi-arrow-left-1:before{content:"\e919"}.ps-wi-arrow-right-1:before{content:"\e925"}.ps-wi-arrow-left-2:before{content:"\e91a"}.ps-wi-arrow-right-2:before{content:"\e926"}.ps-wi-arrow-left-3:before{content:"\e91b"}.ps-wi-arrow-right-3:before{content:"\e927"}.ps-wi-arrow-left-4:before{content:"\e91c"}.ps-wi-arrow-right-4:before{content:"\e928"}.ps-wi-arrow-left-5:before{content:"\e943"}.ps-wi-arrow-right-5:before{content:"\e944"}.ps-wi-arrow-left-6:before{content:"\e945"}.ps-wi-arrow-right-6:before{content:"\e946"}.ps-wi-arrow-left-7:before{content:"\e949"}.ps-wi-arrow-right-7:before{content:"\e94a"}.ps-wi-arrow-left-8:before{content:"\e91e"}.ps-wi-arrow-right-8:before{content:"\e92c"}.ps-wi-arrow-left-9:before{content:"\e91f"}.ps-wi-arrow-right-9:before{content:"\e92d"}.ps-wi-arrow-left-10:before{content:"\e920"}.ps-wi-arrow-right-10:before{content:"\e92e"}.ps-wi-arrow-left-11:before{content:"\e921"}.ps-wi-arrow-right-11:before{content:"\e92f"}.ps-wi-arrow-left-12:before{content:"\e94b"}.ps-wi-arrow-right-12:before{content:"\e94c"}.ps-wi-arrow-left-13:before{content:"\e922"}.ps-wi-arrow-right-13:before{content:"\e930"}.ps-wi-arrow-left-14:before{content:"\e91d"}.ps-wi-arrow-right-14:before{content:"\e92b"}.ps-wi-arrow-left-15:before{content:"\e923"}.ps-wi-arrow-right-15:before{content:"\e931"}.ps-wi-arrow-left-16:before{content:"\e924"}.ps-wi-arrow-right-16:before{content:"\e932"}.ps-wi-arrow-left-17:before{content:"\e929"}.ps-wi-arrow-right-17:before{content:"\e92a"}.ps-wi-arrow-left-18:before{content:"\e933"}.ps-wi-arrow-right-18:before{content:"\e934"}.ps-wi-arrow-up-1:before{content:"\e935"}.ps-wi-arrow-down-1:before{content:"\e936"}.ps-wi-arrow-up-2:before{content:"\e937"}.ps-wi-arrow-down-2:before{content:"\e938"}.ps-wi-arrow-up-3:before{content:"\e939"}.ps-wi-arrow-down-3:before{content:"\e93a"}.ps-wi-arrow-up-4:before{content:"\e93b"}.ps-wi-arrow-down-4:before{content:"\e93c"}.ps-wi-arrow-up-5:before{content:"\e93d"}.ps-wi-arrow-down-5:before{content:"\e93e"}.ps-wi-arrow-up-7:before{content:"\e93f"}.ps-wi-arrow-down-7:before{content:"\e940"}.ps-wi-arrow-up-8:before{content:"\e941"}.ps-wi-arrow-down-8:before{content:"\e947"}.ps-wi-arrow-left-circle-1:before{content:"\e942"}.ps-wi-arrow-right-circle-1:before{content:"\e948"}.ps-wi-arrow-left-circle-2:before{content:"\e94d"}.ps-wi-arrow-right-circle-2:before{content:"\e94e"}.ps-wi-arrow-left-circle-3:before{content:"\e94f"}.ps-wi-arrow-right-circle-3:before{content:"\e950"}.ps-wi-arrow-left-circle-4:before{content:"\e951"}.ps-wi-arrow-right-circle-4:before{content:"\e952"}.ps-wi-arrow-left-square-1:before{content:"\e953"}.ps-wi-arrow-right-square-1:before{content:"\e954"}.ps-wi-avatar:before{content:"\e979"}.ps-wi-sniper:before{content:"\e974"}.ps-wi-tango:before{content:"\e975"}.ps-wi-remote-fraction:before{content:"\e96f"}.ps-wi-remote-thumbs:before{content:"\e970"}.ps-wi-remote-pagination:before{content:"\e971"}.ps-wi-remote-arrows:before{content:"\e973"}.ps-wi-prism:before{content:"\e96e"}.ps-wi-elysium:before{content:"\e976"}.ps-wi-pieces:before{content:"\e96d"}.ps-wi-rasher:before{content:"\e972"}.ps-wi-foxico-slider:before{content:"\e968"}.ps-wi-woocircle:before{content:"\e969"}.ps-wi-diagonal:before{content:"\e96a"}.ps-wi-reveal:before{content:"\e967"}.ps-wi-pacific:before{content:"\e963"}.ps-wi-mash:before{content:"\e964"}.ps-wi-nixon:before{content:"\e965"}.ps-wi-paranoia:before{content:"\e966"}.ps-wi-crossroad:before{content:"\e960"}.ps-wi-rubix:before{content:"\e961"}.ps-wi-matrix:before{content:"\e962"}.ps-wi-astoria:before{content:"\e95f"}.ps-wi-vertex:before{content:"\e95e"}.ps-wi-mercury:before{content:"\e956"}.ps-wi-marble:before{content:"\e957"}.ps-wi-fiestar:before{content:"\e958"}.ps-wi-wooexpand:before{content:"\e959"}.ps-wi-knily1:before{content:"\e95a"}.ps-wi-storker1:before{content:"\e95b"}.ps-wi-knily:before{content:"\e95c"}.ps-wi-storker:before{content:"\e95d"}.ps-wi-prime-slider:before{content:"\e915"}.ps-wi-woolamp:before{content:"\e955"}.ps-wi-mount:before{content:"\e916"}.ps-wi-flexure:before{content:"\e917"}.ps-wi-monster:before{content:"\e918"}.ps-wi-sequester:before{content:"\e914"}.ps-wi-pagepiling:before{content:"\e913"}.ps-wi-dragon:before{content:"\e912"}.ps-wi-fluent:before{content:"\e911"}.ps-wi-event-calendar:before{content:"\e910"}.ps-wi-multiscroll:before{content:"\e90f"}.ps-wi-woostand:before{content:"\e90d"}.ps-wi-flogia:before{content:"\e90c"}.ps-wi-custom:before{content:"\e90b"}.ps-wi-isolate:before{content:"\e908"}.ps-wi-isolate_skin_locate:before{content:"\e909"}.ps-wi-isolate_skin_slice:before{content:"\e90a"}.ps-wi-woocommerce:before{content:"\e90e"}.ps-wi-blog:before{content:"\e900"}.ps-wi-blog_skin_coral:before{content:"\e901"}.ps-wi-blog_skin_folio:before{content:"\e902"}.ps-wi-blog_skin_zinest:before{content:"\e903"}.ps-wi-general:before{content:"\e904"}.ps-wi-general_skin_crelly:before{content:"\e905"}.ps-wi-general_skin_meteor:before{content:"\e906"}.ps-wi-general_skin_slide:before{content:"\e907"}.ps-wi-tutorial:before{content:"\e992"}.ps-wi-preview:before{content:"\ea75"}
1
+ @font-face{font-family:'prime-slider-font';src:url('../fonts/prime-slider-font.ttf?n4w34w') format('truetype'),url('../fonts/prime-slider-font.woff?n4w34w') format('woff'),url('../fonts/prime-slider-font.svg?n4w34w#prime-slider-font') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ps-wi-"],[class*=" ps-wi-"]{font-family:'prime-slider-font' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ps-wi-live-copy:before{content:"\e977"}.ps-wi-duplicator:before{content:"\e978"}.ps-wi-arrow-left-0:before{content:"\e96b"}.ps-wi-arrow-right-0:before{content:"\e96c"}.ps-wi-arrow-left-1:before{content:"\e919"}.ps-wi-arrow-right-1:before{content:"\e925"}.ps-wi-arrow-left-2:before{content:"\e91a"}.ps-wi-arrow-right-2:before{content:"\e926"}.ps-wi-arrow-left-3:before{content:"\e91b"}.ps-wi-arrow-right-3:before{content:"\e927"}.ps-wi-arrow-left-4:before{content:"\e91c"}.ps-wi-arrow-right-4:before{content:"\e928"}.ps-wi-arrow-left-5:before{content:"\e943"}.ps-wi-arrow-right-5:before{content:"\e944"}.ps-wi-arrow-left-6:before{content:"\e945"}.ps-wi-arrow-right-6:before{content:"\e946"}.ps-wi-arrow-left-7:before{content:"\e949"}.ps-wi-arrow-right-7:before{content:"\e94a"}.ps-wi-arrow-left-8:before{content:"\e91e"}.ps-wi-arrow-right-8:before{content:"\e92c"}.ps-wi-arrow-left-9:before{content:"\e91f"}.ps-wi-arrow-right-9:before{content:"\e92d"}.ps-wi-arrow-left-10:before{content:"\e920"}.ps-wi-arrow-right-10:before{content:"\e92e"}.ps-wi-arrow-left-11:before{content:"\e921"}.ps-wi-arrow-right-11:before{content:"\e92f"}.ps-wi-arrow-left-12:before{content:"\e94b"}.ps-wi-arrow-right-12:before{content:"\e94c"}.ps-wi-arrow-left-13:before{content:"\e922"}.ps-wi-arrow-right-13:before{content:"\e930"}.ps-wi-arrow-left-14:before{content:"\e91d"}.ps-wi-arrow-right-14:before{content:"\e92b"}.ps-wi-arrow-left-15:before{content:"\e923"}.ps-wi-arrow-right-15:before{content:"\e931"}.ps-wi-arrow-left-16:before{content:"\e924"}.ps-wi-arrow-right-16:before{content:"\e932"}.ps-wi-arrow-left-17:before{content:"\e929"}.ps-wi-arrow-right-17:before{content:"\e92a"}.ps-wi-arrow-left-18:before{content:"\e933"}.ps-wi-arrow-right-18:before{content:"\e934"}.ps-wi-arrow-up-1:before{content:"\e935"}.ps-wi-arrow-down-1:before{content:"\e936"}.ps-wi-arrow-up-2:before{content:"\e937"}.ps-wi-arrow-down-2:before{content:"\e938"}.ps-wi-arrow-up-3:before{content:"\e939"}.ps-wi-arrow-down-3:before{content:"\e93a"}.ps-wi-arrow-up-4:before{content:"\e93b"}.ps-wi-arrow-down-4:before{content:"\e93c"}.ps-wi-arrow-up-5:before{content:"\e93d"}.ps-wi-arrow-down-5:before{content:"\e93e"}.ps-wi-arrow-up-7:before{content:"\e93f"}.ps-wi-arrow-down-7:before{content:"\e940"}.ps-wi-arrow-up-8:before{content:"\e941"}.ps-wi-arrow-down-8:before{content:"\e947"}.ps-wi-arrow-left-circle-1:before{content:"\e942"}.ps-wi-arrow-right-circle-1:before{content:"\e948"}.ps-wi-arrow-left-circle-2:before{content:"\e94d"}.ps-wi-arrow-right-circle-2:before{content:"\e94e"}.ps-wi-arrow-left-circle-3:before{content:"\e94f"}.ps-wi-arrow-right-circle-3:before{content:"\e950"}.ps-wi-arrow-left-circle-4:before{content:"\e951"}.ps-wi-arrow-right-circle-4:before{content:"\e952"}.ps-wi-arrow-left-square-1:before{content:"\e953"}.ps-wi-arrow-right-square-1:before{content:"\e954"}.ps-wi-fortune:before{content:"\e97a"}.ps-wi-avatar:before{content:"\e979"}.ps-wi-sniper:before{content:"\e974"}.ps-wi-tango:before{content:"\e975"}.ps-wi-remote-fraction:before{content:"\e96f"}.ps-wi-remote-thumbs:before{content:"\e970"}.ps-wi-remote-pagination:before{content:"\e971"}.ps-wi-remote-arrows:before{content:"\e973"}.ps-wi-prism:before{content:"\e96e"}.ps-wi-elysium:before{content:"\e976"}.ps-wi-pieces:before{content:"\e96d"}.ps-wi-rasher:before{content:"\e972"}.ps-wi-foxico-slider:before{content:"\e968"}.ps-wi-woocircle:before{content:"\e969"}.ps-wi-diagonal:before{content:"\e96a"}.ps-wi-reveal:before{content:"\e967"}.ps-wi-pacific:before{content:"\e963"}.ps-wi-mash:before{content:"\e964"}.ps-wi-nixon:before{content:"\e965"}.ps-wi-paranoia:before{content:"\e966"}.ps-wi-crossroad:before{content:"\e960"}.ps-wi-rubix:before{content:"\e961"}.ps-wi-matrix:before{content:"\e962"}.ps-wi-astoria:before{content:"\e95f"}.ps-wi-vertex:before{content:"\e95e"}.ps-wi-mercury:before{content:"\e956"}.ps-wi-marble:before{content:"\e957"}.ps-wi-fiestar:before{content:"\e958"}.ps-wi-wooexpand:before{content:"\e959"}.ps-wi-knily1:before{content:"\e95a"}.ps-wi-storker1:before{content:"\e95b"}.ps-wi-knily:before{content:"\e95c"}.ps-wi-storker:before{content:"\e95d"}.ps-wi-prime-slider:before{content:"\e915"}.ps-wi-woolamp:before{content:"\e955"}.ps-wi-mount:before{content:"\e916"}.ps-wi-flexure:before{content:"\e917"}.ps-wi-monster:before{content:"\e918"}.ps-wi-sequester:before{content:"\e914"}.ps-wi-pagepiling:before{content:"\e913"}.ps-wi-dragon:before{content:"\e912"}.ps-wi-fluent:before{content:"\e911"}.ps-wi-event-calendar:before{content:"\e910"}.ps-wi-multiscroll:before{content:"\e90f"}.ps-wi-woostand:before{content:"\e90d"}.ps-wi-flogia:before{content:"\e90c"}.ps-wi-custom:before{content:"\e90b"}.ps-wi-isolate:before{content:"\e908"}.ps-wi-isolate_skin_locate:before{content:"\e909"}.ps-wi-isolate_skin_slice:before{content:"\e90a"}.ps-wi-woocommerce:before{content:"\e90e"}.ps-wi-blog:before{content:"\e900"}.ps-wi-blog_skin_coral:before{content:"\e901"}.ps-wi-blog_skin_folio:before{content:"\e902"}.ps-wi-blog_skin_zinest:before{content:"\e903"}.ps-wi-general:before{content:"\e904"}.ps-wi-general_skin_crelly:before{content:"\e905"}.ps-wi-general_skin_meteor:before{content:"\e906"}.ps-wi-general_skin_slide:before{content:"\e907"}.ps-wi-tutorial:before{content:"\e992"}.ps-wi-preview:before{content:"\ea75"}
assets/css/ps-blog.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-coral .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav{text-align:center}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-right:55px}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li:nth-last-child(1){margin:0;float:right}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li .bdt-navbar-dropdown{padding-left:25px}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li .bdt-navbar-dropdown li>a{text-align:left}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-coral .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-coral{position:relative}.bdt-prime-slider-skin-coral .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:50px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{position:relative;padding:0 15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a .frist-word{color:#fe506c}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-coral .bdt-slide-btn::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px;display:inline-flex}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-coral .bdt-ps-meta{max-width:750px;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);justify-content:center;margin-right:6px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{display:block;color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-blog-text{font-size:14px;color:#fff;margin-bottom:15px;max-width:825px}.bdt-prime-slider-skin-coral .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-coral .bdt-ps-category a{color:#fff;font-size:12px;text-transform:capitalize;font-weight:600;padding:4px 8px;border:1px solid #fe506c;transition:all .3s ease;display:inline-block;margin-bottom:4px}.bdt-prime-slider-skin-coral .bdt-ps-category a:hover{color:#fe506c;background:#fff;border-color:#fff}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{position:absolute;right:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon a{display:inline-block;font-size:16px;margin-left:20px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-coral .bdt-scroll-down{position:absolute;left:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-scroll-down span{color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-icon{display:inline-flex;padding:2px;border:1px solid #ddd;animation:bounce 3s infinite;color:#fff;margin-right:6px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-down-text{position:relative}.bdt-prime-slider-skin-coral .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-coral .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-coral .bdt-dotnav{left:30px}.bdt-prime-slider-skin-coral .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-coral .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease;border-radius:0}.bdt-prime-slider-skin-coral .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;left:50%;transform:translate(-50%, -50%)}.bdt-prime-slider-skin-coral .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-right:10px;height:5px;width:5px}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav{display:none}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li.bdt-slide-counter:after{content:attr(data-label);font-size:146px;font-weight:900;color:rgba(255,255,255,0.2);transition:all .3s ease;margin:0;position:absolute;top:49%;right:48px;transform:translateY(-50%)}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li .bdt-ps-slide-img{width:165px !important;height:110px !important;left:auto;transform:translate(0, -50%);right:55px;position:absolute;top:50%;background-size:cover;background-position:center}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav{right:165px;margin-top:-70px;display:none}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li{position:absolute;left:-35px;transition:all .3s ease-in;transform:rotate(0deg)}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li.bdt-active{transform:rotateY(360deg);transition:all .3s}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span:before{content:"";position:absolute;height:24px;width:2px;left:-8px;top:4px;background:rgba(255,255,255,0.6);transform:rotate(15deg)}.bdt-prime-slider-skin-coral .bdt-slidenav{position:relative}.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-next,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-prime-slider-next svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-coral .bdt-ps-blog-container{margin:0 100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:80px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:30px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav,.bdt-prime-slider-skin-coral .bdt-ps-dotnav,.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-coral .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-coral .bdt-ps-category a{font-size:14px;padding:6px 12px;margin-bottom:6px}.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-coral .bdt-dotnav{left:100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:150px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{right:100px;bottom:70px}.bdt-prime-slider-skin-coral .bdt-scroll-down{left:100px;bottom:60px}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1200px){.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:40px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:200px}}@media (min-width:1600px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-left:55px}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-zinest{position:relative}.bdt-prime-slider-skin-zinest .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding:50px 20px 0;position:relative}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:30px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-zinest .bdt-ps-category-wrapper{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-category a{color:#ddd;padding:4px 12px 6px;background:rgba(255,255,255,0.1);display:inline-flex;border-radius:5px;font-size:14px;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:none;padding:20px;background:#fff;border-right:1px solid #ddd;border-top-left-radius:10px;max-height:150px;min-height:150px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-grid .bdt-width-1-1{margin-top:-10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:6px;line-height:1.2}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{color:#222;font-weight:600;font-size:15px;transition:color .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a:hover{color:#fe506c}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc *{font-size:14px;color:#999;margin:0;line-height:1.2;clear:both;display:inline-block;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav{position:relative}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img{border-radius:10px;transition:transform .5s ease;overflow:hidden}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img:hover{transform:scale(.95) rotate(3deg)}.bdt-prime-slider-skin-zinest .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon img{border-radius:80px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-zinest .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative}.bdt-prime-slider-skin-zinest .bdt-navigation-arrows{bottom:0;z-index:1}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-right:-4px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:inline-flex;align-items:center;background:#fff;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{color:#fe506c}@media (min-width:640px){.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{max-width:1435px;margin-left:50px;margin-right:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text span{font-size:14px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:inherit}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{display:flex;height:75px;width:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-right:-4px}}@media (min-width:1024px){.bdt-prime-header-skin-zinest .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-left:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{font-size:16px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc{font-size:14px}}@media (min-width:1441px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:75px;padding-bottom:50px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{margin-left:auto}}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav{display:none !important}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}.bdt-prime-slider-skin-folio{position:relative}.bdt-prime-slider-skin-folio .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-folio .bdt-blog-text{font-size:14px;color:#fff;padding-top:15px;max-width:825px;margin:auto}.bdt-prime-slider-skin-folio .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding:20px 30px 0;position:relative}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-top:15px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-folio .bdt-ps-category a{color:#fff;padding:6px 10px;background:#3fb8fd;font-size:12px;text-transform:uppercase;font-weight:600;transition:all .3s ease}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{background:#000;padding:0 30px;height:100px}.bdt-prime-slider-skin-folio .bdt-prime-slider-meta span{color:#ddd}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon svg{width:16px;color:#fff}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-text span{display:block;color:#e5e5e5;font-size:16px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:12px}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-right:20px;margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin:0 5px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #fff}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a::before{content:"";position:absolute;top:50%;left:50%;height:50%;width:50%;transform:translate(-50%, -50%);background-color:#3fb8fd;border-radius:50%;transition:all .3s ease;opacity:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover i{z-index:1}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover::before{height:100%;width:100%;opacity:1}.bdt-prime-slider-skin-folio .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}@media (min-width:640px){.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{font-size:14px;padding:12px 10.5px}.bdt-prime-slider-skin-folio .bdt-ps-category a{padding:8px 15px;font-size:14px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-top:30px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:16px}}@media (min-width:1024px){.bdt-prime-header-skin-folio .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:20px}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 50px;height:150px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-left:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:75px}}@media (min-width:1440px){.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:40px}}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li{margin-right:30px;padding-right:35px}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li>a{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#999}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#ddd}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}.bdt-prime-header-skin-blog .bdt-offcanvas-button{padding:0}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-blog{position:relative}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{position:relative;margin-top:45px;display:flex;align-items:flex-start}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-category a{color:#fff;font-size:14px;text-transform:uppercase;font-weight:500}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon img{border-radius:60px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{content:"";position:absolute;width:70px;height:5px;background:#fff;top:35px;border-radius:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{content:"";position:absolute;width:120px;height:1px;background:#fff;top:37px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-blog .bdt-slider-excerpt{position:relative;margin-top:30px;color:#fff;font-size:13px;transition:opacity 400ms ease-out;z-index:1;margin-left:40px;margin-top:85px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt P{margin:0}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{content:attr(data-label);font-size:80px;font-weight:700;color:rgba(255,255,255,0.1);transition:all .3s ease;margin:0;position:absolute;top:-40px;left:-25px}.bdt-prime-slider-skin-blog .bdt-ps-blog-btn{padding-top:20px;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;border-radius:40px;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-blog .bdt-slide-btn::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px;display:inline-flex}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg{width:calc(100% + 50px);height:calc(100% + 50px);pointer-events:none;z-index:0;position:fixed;overflow:hidden;filter:blur(8px);background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg:before{content:"";width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.5);z-index:1}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{width:100%;height:100%;pointer-events:none;z-index:0;position:absolute;left:20%;top:90px;overflow:hidden;border-radius:4px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-slide-overlay{height:100vh}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{position:absolute;right:30px;z-index:1;bottom:10px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon a{display:flex;font-size:16px;margin:20px 0}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down{position:absolute;left:20px;z-index:1;bottom:53px;cursor:pointer;display:none}.bdt-prime-slider-skin-blog .bdt-scroll-down span{color:#fff;font-size:10px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:30px;width:50px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(130px)}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(90deg);display:block}.bdt-prime-slider-skin-blog .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 30px}.bdt-prime-slider-skin-blog .bdt-overlay-default{background:rgba(0,0,0,0.3)}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag span{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:90%;left:30px;transform:rotate(0deg)}.bdt-prime-slider-skin-blog .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-blog .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-blog .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-right:10px;height:5px;width:5px}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-blog .bdt-slidenav{padding-top:20px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:30px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{margin-right:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-next,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{padding:0;border-radius:80px;border:2px solid #fe506c;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-prime-slider-next svg,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:transform .3s ease-out}@media (min-width:640px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{padding-bottom:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:50px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{width:130px;height:7px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{width:220px;top:38px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt .bdt-slide-counter:after{font-size:140px;top:-65px}.bdt-prime-slider-skin-blog .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-blog .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-blog .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:20px}.bdt-prime-slider-skin-blog .bdt-scroll-down,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{display:inherit;left:80px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:193px;right:-11px;left:auto;transform:rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{top:110px}}@media (min-width:768px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;padding-bottom:30px}}@media (min-width:1024px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:36px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{top:-80px}}@media (min-width:1200px){.bdt-prime-header-skin-blog .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 150px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:150px}.bdt-prime-slider-skin-blog .bdt-scroll-down{left:80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{right:100px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:48px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{right:58px;transform:rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{bottom:70px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:90px}.bdt-prime-slider-skin-blog .bdt-scroll-down{bottom:110px}}@media (min-width:1440px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 200px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:200px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:50px}}@media (min-width:1600px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 250px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:250px}}.bdt-prime-slider-skin-blog .bdt-slidenav,.bdt-prime-slider-skin-coral .bdt-slidenav,.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slidenav::before,.bdt-prime-slider-skin-coral .bdt-slidenav::before,.bdt-prime-slider-skin-zinest .bdt-slidenav::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slidenav:hover svg,.bdt-prime-slider-skin-coral .bdt-slidenav:hover svg,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover svg{color:#fff}.bdt-prime-slider-skin-blog .bdt-slidenav:hover::before,.bdt-prime-slider-skin-coral .bdt-slidenav:hover::before,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover::before{left:0;right:auto;width:100%}
1
+ .bdt-prime-slider-skin-coral{position:relative}.bdt-prime-slider-skin-coral .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:50px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{position:relative;padding:0 15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a .frist-word{color:#fe506c}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-coral .bdt-slide-btn::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px;display:inline-flex}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-coral .bdt-ps-meta{max-width:750px;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);justify-content:center;margin-right:6px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{display:block;color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-blog-text{font-size:14px;color:#fff;margin-bottom:15px;max-width:825px}.bdt-prime-slider-skin-coral .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-coral .bdt-ps-category a{color:#fff;font-size:12px;text-transform:capitalize;font-weight:600;padding:4px 8px;border:1px solid #fe506c;transition:all .3s ease;display:inline-block;margin-bottom:4px}.bdt-prime-slider-skin-coral .bdt-ps-category a:hover{color:#fe506c;background:#fff;border-color:#fff}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{position:absolute;right:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon a{display:inline-block;font-size:16px;margin-left:20px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-coral .bdt-scroll-down{position:absolute;left:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-scroll-down span{color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-icon{display:inline-flex;padding:2px;border:1px solid #ddd;animation:bounce 3s infinite;color:#fff;margin-right:6px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-down-text{position:relative}.bdt-prime-slider-skin-coral .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-coral .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-coral .bdt-dotnav{left:30px}.bdt-prime-slider-skin-coral .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-coral .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease;border-radius:0}.bdt-prime-slider-skin-coral .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;left:50%;transform:translate(-50%, -50%)}.bdt-prime-slider-skin-coral .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-right:10px;height:5px;width:5px}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav{display:none}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li.bdt-slide-counter:after{content:attr(data-label);font-size:146px;font-weight:900;color:rgba(255,255,255,0.2);transition:all .3s ease;margin:0;position:absolute;top:49%;right:48px;transform:translateY(-50%)}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li .bdt-ps-slide-img{width:165px !important;height:110px !important;left:auto;transform:translate(0, -50%);right:55px;position:absolute;top:50%;background-size:cover;background-position:center}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav{right:165px;margin-top:-70px;display:none}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li{position:absolute;left:-35px;transition:all .3s ease-in;transform:rotate(0deg)}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li.bdt-active{transform:rotateY(360deg);transition:all .3s}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span:before{content:"";position:absolute;height:24px;width:2px;left:-8px;top:4px;background:rgba(255,255,255,0.6);transform:rotate(15deg)}.bdt-prime-slider-skin-coral .bdt-slidenav{position:relative}.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-next,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-prime-slider-next svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-coral .bdt-ps-blog-container{margin:0 100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:80px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:30px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav,.bdt-prime-slider-skin-coral .bdt-ps-dotnav,.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-coral .bdt-ps-category a{font-size:14px;padding:6px 12px;margin-bottom:6px}.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-coral .bdt-dotnav{left:100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:150px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{right:100px;bottom:70px}.bdt-prime-slider-skin-coral .bdt-scroll-down{left:100px;bottom:60px}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1200px){.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:40px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-left:200px}}@media (min-width:1600px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}}.bdt-prime-slider-skin-zinest{position:relative}.bdt-prime-slider-skin-zinest .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding:50px 20px 0;position:relative}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:30px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-zinest .bdt-ps-category-wrapper{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-category a{color:#ddd;padding:4px 12px 6px;background:rgba(255,255,255,0.1);display:inline-flex;border-radius:5px;font-size:14px;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:none;padding:20px;background:#fff;border-right:1px solid #ddd;border-top-left-radius:10px;max-height:150px;min-height:150px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-grid .bdt-width-1-1{margin-top:-10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:6px;line-height:1.2}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{color:#222;font-weight:600;font-size:15px;transition:color .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a:hover{color:#fe506c}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc *{font-size:14px;color:#999;margin:0;line-height:1.2;clear:both;display:inline-block;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav{position:relative}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img{border-radius:10px;transition:transform .5s ease;overflow:hidden}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img:hover{transform:scale(.95) rotate(3deg)}.bdt-prime-slider-skin-zinest .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon img{border-radius:80px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-zinest .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative}.bdt-prime-slider-skin-zinest .bdt-navigation-arrows{bottom:0;z-index:1}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-right:-4px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:inline-flex;align-items:center;background:#fff;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{color:#fe506c}@media (min-width:640px){.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{max-width:1435px;margin-left:50px;margin-right:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text span{font-size:14px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:inherit}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{display:flex;height:75px;width:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-right:-4px}}@media (min-width:1024px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-left:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{font-size:16px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc{font-size:14px}}@media (min-width:1441px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:75px;padding-bottom:50px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{margin-left:auto}}.bdt-prime-slider-skin-folio{position:relative}.bdt-prime-slider-skin-folio .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-folio .bdt-blog-text{font-size:14px;color:#fff;padding-top:15px;max-width:825px;margin:auto}.bdt-prime-slider-skin-folio .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding:20px 30px 0;position:relative}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-top:15px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-folio .bdt-ps-category a{color:#fff;padding:6px 10px;background:#3fb8fd;font-size:12px;text-transform:uppercase;font-weight:600;transition:all .3s ease}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{background:#000;padding:0 30px;height:100px}.bdt-prime-slider-skin-folio .bdt-prime-slider-meta span{color:#ddd}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon svg{width:16px;color:#fff}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-text span{display:block;color:#e5e5e5;font-size:16px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:12px}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-right:20px;margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin:0 5px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #fff}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a::before{content:"";position:absolute;top:50%;left:50%;height:50%;width:50%;transform:translate(-50%, -50%);background-color:#3fb8fd;border-radius:50%;transition:all .3s ease;opacity:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover i{z-index:1}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover::before{height:100%;width:100%;opacity:1}.bdt-prime-slider-skin-folio .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}@media (min-width:640px){.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{font-size:14px;padding:12px 10.5px}.bdt-prime-slider-skin-folio .bdt-ps-category a{padding:8px 15px;font-size:14px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-top:30px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:16px}}@media (min-width:1024px){.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:20px}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 50px;height:150px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-left:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:75px}}@media (min-width:1440px){.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:40px}}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li{margin-right:30px;padding-right:35px}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li>a{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#999}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#ddd}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}.bdt-prime-header-skin-blog .bdt-offcanvas-button{padding:0}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-blog{position:relative}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{position:relative;margin-top:45px;display:flex;align-items:flex-start}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-category a{color:#fff;font-size:14px;text-transform:uppercase;font-weight:500}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-right:6px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon img{border-radius:60px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{content:"";position:absolute;width:70px;height:5px;background:#fff;top:35px;border-radius:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{content:"";position:absolute;width:120px;height:1px;background:#fff;top:37px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-blog .bdt-slider-excerpt{position:relative;margin-top:30px;color:#fff;font-size:13px;transition:opacity 400ms ease-out;z-index:1;margin-left:40px;margin-top:85px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt P{margin:0}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{content:attr(data-label);font-size:80px;font-weight:700;color:rgba(255,255,255,0.1);transition:all .3s ease;margin:0;position:absolute;top:-40px;left:-25px}.bdt-prime-slider-skin-blog .bdt-ps-blog-btn{padding-top:20px;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;border-radius:40px;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-blog .bdt-slide-btn::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px;display:inline-flex}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg{width:calc(100% + 50px);height:calc(100% + 50px);pointer-events:none;z-index:0;position:fixed;overflow:hidden;filter:blur(8px);background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg:before{content:"";width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.5);z-index:1}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{width:100%;height:100%;pointer-events:none;z-index:0;position:absolute;left:20%;top:90px;overflow:hidden;border-radius:4px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-slide-overlay{height:100vh}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{position:absolute;right:30px;z-index:1;bottom:10px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon a{display:flex;font-size:16px;margin:20px 0}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down{position:absolute;left:20px;z-index:1;bottom:53px;cursor:pointer;display:none}.bdt-prime-slider-skin-blog .bdt-scroll-down span{color:#fff;font-size:10px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:30px;width:50px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(130px)}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(90deg);display:block}.bdt-prime-slider-skin-blog .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 30px}.bdt-prime-slider-skin-blog .bdt-overlay-default{background:rgba(0,0,0,0.3)}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag span{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:90%;left:30px;transform:rotate(0deg)}.bdt-prime-slider-skin-blog .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-blog .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-blog .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-right:10px;height:5px;width:5px}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-blog .bdt-slidenav{padding-top:20px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:30px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{margin-right:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-next,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{padding:0;border-radius:80px;border:2px solid #fe506c;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-prime-slider-next svg,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:transform .3s ease-out}@media (min-width:640px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{padding-bottom:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-right:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:50px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{width:130px;height:7px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{width:220px;top:38px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt .bdt-slide-counter:after{font-size:140px;top:-65px}.bdt-prime-slider-skin-blog .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-blog .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-blog .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:20px}.bdt-prime-slider-skin-blog .bdt-scroll-down,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{display:inherit;left:80px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:193px;right:-11px;left:auto;transform:rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{top:110px}}@media (min-width:768px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;padding-bottom:30px}}@media (min-width:1024px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:36px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{top:-80px}}@media (min-width:1200px){.bdt-prime-header-skin-blog .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 150px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:150px}.bdt-prime-slider-skin-blog .bdt-scroll-down{left:80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{right:100px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:48px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{right:58px;transform:rotate(90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{bottom:70px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:90px}.bdt-prime-slider-skin-blog .bdt-scroll-down{bottom:110px}}@media (min-width:1440px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 200px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:200px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:50px}}@media (min-width:1600px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 250px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{left:250px}}.bdt-prime-slider-skin-blog .bdt-slidenav,.bdt-prime-slider-skin-coral .bdt-slidenav,.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slidenav::before,.bdt-prime-slider-skin-coral .bdt-slidenav::before,.bdt-prime-slider-skin-zinest .bdt-slidenav::before{content:"";position:absolute;top:0;right:0;height:100%;width:0;background-color:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slidenav:hover svg,.bdt-prime-slider-skin-coral .bdt-slidenav:hover svg,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover svg{color:#fff}.bdt-prime-slider-skin-blog .bdt-slidenav:hover::before,.bdt-prime-slider-skin-coral .bdt-slidenav:hover::before,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover::before{left:0;right:auto;width:100%}
assets/css/ps-blog.rtl.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-coral .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav{text-align:center}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-left:55px}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li:nth-last-child(1){margin:0;float:left}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li .bdt-navbar-dropdown{padding-right:25px}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li .bdt-navbar-dropdown li>a{text-align:right}.bdt-prime-header-skin-coral .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-coral .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-coral{position:relative}.bdt-prime-slider-skin-coral .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:50px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{position:relative;padding:0 15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a .frist-word{color:#fe506c}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-coral .bdt-slide-btn::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px;display:inline-flex}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-coral .bdt-ps-meta{max-width:750px;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);justify-content:center;margin-left:6px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{display:block;color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-blog-text{font-size:14px;color:#fff;margin-bottom:15px;max-width:825px}.bdt-prime-slider-skin-coral .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-coral .bdt-ps-category a{color:#fff;font-size:12px;text-transform:capitalize;font-weight:600;padding:4px 8px;border:1px solid #fe506c;transition:all .3s ease;display:inline-block;margin-bottom:4px}.bdt-prime-slider-skin-coral .bdt-ps-category a:hover{color:#fe506c;background:#fff;border-color:#fff}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{position:absolute;left:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon a{display:inline-block;font-size:16px;margin-right:20px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-coral .bdt-scroll-down{position:absolute;right:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-scroll-down span{color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-icon{display:inline-flex;padding:2px;border:1px solid #ddd;animation:bounce 3s infinite;color:#fff;margin-left:6px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-down-text{position:relative}.bdt-prime-slider-skin-coral .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-coral .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-coral .bdt-dotnav{right:30px}.bdt-prime-slider-skin-coral .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-coral .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease;border-radius:0}.bdt-prime-slider-skin-coral .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;right:50%;transform:translate(50%, -50%)}.bdt-prime-slider-skin-coral .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-left:10px;height:5px;width:5px}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav{display:none}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li.bdt-slide-counter:after{content:attr(data-label);font-size:146px;font-weight:900;color:rgba(255,255,255,0.2);transition:all .3s ease;margin:0;position:absolute;top:49%;left:48px;transform:translateY(-50%)}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li .bdt-ps-slide-img{width:165px !important;height:110px !important;right:auto;transform:translate(0, -50%);left:55px;position:absolute;top:50%;background-size:cover;background-position:center}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav{left:165px;margin-top:-70px;display:none}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li{position:absolute;right:-35px;transition:all .3s ease-in;transform:rotate(0deg)}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li.bdt-active{transform:rotateY(360deg);transition:all .3s}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span:before{content:"";position:absolute;height:24px;width:2px;right:-8px;top:4px;background:rgba(255,255,255,0.6);transform:rotate(-15deg)}.bdt-prime-slider-skin-coral .bdt-slidenav{position:relative}.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-next,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-prime-slider-next svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-coral .bdt-ps-blog-container{margin:0 100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:80px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:30px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav,.bdt-prime-slider-skin-coral .bdt-ps-dotnav,.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-coral .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-coral .bdt-ps-category a{font-size:14px;padding:6px 12px;margin-bottom:6px}.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-coral .bdt-dotnav{right:100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:150px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{left:100px;bottom:70px}.bdt-prime-slider-skin-coral .bdt-scroll-down{right:100px;bottom:60px}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1200px){.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:40px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:200px}}@media (min-width:1600px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-right:55px}.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-zinest .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-zinest{position:relative}.bdt-prime-slider-skin-zinest .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding:50px 20px 0;position:relative}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:30px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-zinest .bdt-ps-category-wrapper{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-category a{color:#ddd;padding:4px 12px 6px;background:rgba(255,255,255,0.1);display:inline-flex;border-radius:5px;font-size:14px;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:none;padding:20px;background:#fff;border-left:1px solid #ddd;border-top-right-radius:10px;max-height:150px;min-height:150px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-grid .bdt-width-1-1{margin-top:-10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:6px;line-height:1.2}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{color:#222;font-weight:600;font-size:15px;transition:color .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a:hover{color:#fe506c}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc *{font-size:14px;color:#999;margin:0;line-height:1.2;clear:both;display:inline-block;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav{position:relative}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img{border-radius:10px;transition:transform .5s ease;overflow:hidden}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img:hover{transform:scale(.95) rotate(-3deg)}.bdt-prime-slider-skin-zinest .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon img{border-radius:80px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-zinest .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative}.bdt-prime-slider-skin-zinest .bdt-navigation-arrows{bottom:0;z-index:1}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-left:-4px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:inline-flex;align-items:center;background:#fff;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{color:#fe506c}@media (min-width:640px){.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{max-width:1435px;margin-right:50px;margin-left:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text span{font-size:14px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:inherit}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{display:flex;height:75px;width:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-left:-4px}}@media (min-width:1024px){.bdt-prime-header-skin-zinest .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-right:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{font-size:16px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc{font-size:14px}}@media (min-width:1441px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:75px;padding-bottom:50px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{margin-right:auto}}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-logo-inner span{color:#fe506c}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav{display:none !important}.bdt-prime-header-skin-folio .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}.bdt-prime-slider-skin-folio{position:relative}.bdt-prime-slider-skin-folio .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-folio .bdt-blog-text{font-size:14px;color:#fff;padding-top:15px;max-width:825px;margin:auto}.bdt-prime-slider-skin-folio .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding:20px 30px 0;position:relative}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-top:15px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-folio .bdt-ps-category a{color:#fff;padding:6px 10px;background:#3fb8fd;font-size:12px;text-transform:uppercase;font-weight:600;transition:all .3s ease}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{background:#000;padding:0 30px;height:100px}.bdt-prime-slider-skin-folio .bdt-prime-slider-meta span{color:#ddd}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon svg{width:16px;color:#fff}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-text span{display:block;color:#e5e5e5;font-size:16px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:12px}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-left:20px;margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin:0 5px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #fff}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a::before{content:"";position:absolute;top:50%;right:50%;height:50%;width:50%;transform:translate(50%, -50%);background-color:#3fb8fd;border-radius:50%;transition:all .3s ease;opacity:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover i{z-index:1}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover::before{height:100%;width:100%;opacity:1}.bdt-prime-slider-skin-folio .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}@media (min-width:640px){.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{font-size:14px;padding:12px 10.5px}.bdt-prime-slider-skin-folio .bdt-ps-category a{padding:8px 15px;font-size:14px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-top:30px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:16px}}@media (min-width:1024px){.bdt-prime-header-skin-folio .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:20px}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 50px;height:150px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-right:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:75px}}@media (min-width:1440px){.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:40px}}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li{margin-left:30px;padding-left:35px}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li>a{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#999}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#ddd}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}.bdt-prime-header-skin-blog .bdt-offcanvas-button{padding:0}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-blog{position:relative}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{position:relative;margin-top:45px;display:flex;align-items:flex-start}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-category a{color:#fff;font-size:14px;text-transform:uppercase;font-weight:500}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon img{border-radius:60px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{content:"";position:absolute;width:70px;height:5px;background:#fff;top:35px;border-radius:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{content:"";position:absolute;width:120px;height:1px;background:#fff;top:37px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-blog .bdt-slider-excerpt{position:relative;margin-top:30px;color:#fff;font-size:13px;transition:opacity 400ms ease-out;z-index:1;margin-right:40px;margin-top:85px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt P{margin:0}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{content:attr(data-label);font-size:80px;font-weight:700;color:rgba(255,255,255,0.1);transition:all .3s ease;margin:0;position:absolute;top:-40px;right:-25px}.bdt-prime-slider-skin-blog .bdt-ps-blog-btn{padding-top:20px;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;border-radius:40px;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-blog .bdt-slide-btn::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px;display:inline-flex}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg{width:calc(100% + 50px);height:calc(100% + 50px);pointer-events:none;z-index:0;position:fixed;overflow:hidden;filter:blur(8px);background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg:before{content:"";width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.5);z-index:1}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{width:100%;height:100%;pointer-events:none;z-index:0;position:absolute;right:20%;top:90px;overflow:hidden;border-radius:4px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-slide-overlay{height:100vh}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{position:absolute;left:30px;z-index:1;bottom:10px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon a{display:flex;font-size:16px;margin:20px 0}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down{position:absolute;right:20px;z-index:1;bottom:53px;cursor:pointer;display:none}.bdt-prime-slider-skin-blog .bdt-scroll-down span{color:#fff;font-size:10px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:30px;width:50px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(130px)}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(-90deg);display:block}.bdt-prime-slider-skin-blog .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 30px}.bdt-prime-slider-skin-blog .bdt-overlay-default{background:rgba(0,0,0,0.3)}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag span{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:90%;right:30px;transform:rotate(0deg)}.bdt-prime-slider-skin-blog .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-blog .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-blog .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-left:10px;height:5px;width:5px}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-blog .bdt-slidenav{padding-top:20px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:30px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{margin-left:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-next,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{padding:0;border-radius:80px;border:2px solid #fe506c;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-prime-slider-next svg,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:transform .3s ease-out}@media (min-width:640px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{padding-bottom:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:50px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{width:130px;height:7px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{width:220px;top:38px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt .bdt-slide-counter:after{font-size:140px;top:-65px}.bdt-prime-slider-skin-blog .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-blog .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-blog .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:20px}.bdt-prime-slider-skin-blog .bdt-scroll-down,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{display:inherit;right:80px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:193px;left:-11px;right:auto;transform:rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{top:110px}}@media (min-width:768px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;padding-bottom:30px}}@media (min-width:1024px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:36px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{top:-80px}}@media (min-width:1200px){.bdt-prime-header-skin-blog .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 150px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:150px}.bdt-prime-slider-skin-blog .bdt-scroll-down{right:80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{left:100px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:48px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{left:58px;transform:rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{bottom:70px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:90px}.bdt-prime-slider-skin-blog .bdt-scroll-down{bottom:110px}}@media (min-width:1440px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 200px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:200px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:50px}}@media (min-width:1600px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 250px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:250px}}.bdt-prime-slider-skin-blog .bdt-slidenav,.bdt-prime-slider-skin-coral .bdt-slidenav,.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slidenav::before,.bdt-prime-slider-skin-coral .bdt-slidenav::before,.bdt-prime-slider-skin-zinest .bdt-slidenav::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slidenav:hover svg,.bdt-prime-slider-skin-coral .bdt-slidenav:hover svg,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover svg{color:#fff}.bdt-prime-slider-skin-blog .bdt-slidenav:hover::before,.bdt-prime-slider-skin-coral .bdt-slidenav:hover::before,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover::before{right:0;left:auto;width:100%}
1
+ .bdt-prime-slider-skin-coral{position:relative}.bdt-prime-slider-skin-coral .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:50px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{position:relative;padding:0 15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag a .frist-word{color:#fe506c}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-coral .bdt-slide-btn::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-coral .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px;display:inline-flex}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-coral .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-coral .bdt-ps-meta{max-width:750px;padding-bottom:15px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);justify-content:center;margin-left:6px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{display:block;color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-blog-text{font-size:14px;color:#fff;margin-bottom:15px;max-width:825px}.bdt-prime-slider-skin-coral .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-coral .bdt-ps-category a{color:#fff;font-size:12px;text-transform:capitalize;font-weight:600;padding:4px 8px;border:1px solid #fe506c;transition:all .3s ease;display:inline-block;margin-bottom:4px}.bdt-prime-slider-skin-coral .bdt-ps-category a:hover{color:#fe506c;background:#fff;border-color:#fff}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{position:absolute;left:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon a{display:inline-block;font-size:16px;margin-right:20px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-coral .bdt-scroll-down{position:absolute;right:30px;z-index:1;bottom:40px}.bdt-prime-slider-skin-coral .bdt-scroll-down span{color:#fff;font-size:12px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-icon{display:inline-flex;padding:2px;border:1px solid #ddd;animation:bounce 3s infinite;color:#fff;margin-left:6px}.bdt-prime-slider-skin-coral .bdt-scroll-down .bdt-scroll-down-text{position:relative}.bdt-prime-slider-skin-coral .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-coral .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-coral .bdt-dotnav{right:30px}.bdt-prime-slider-skin-coral .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-coral .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease;border-radius:0}.bdt-prime-slider-skin-coral .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;right:50%;transform:translate(50%, -50%)}.bdt-prime-slider-skin-coral .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-left:10px;height:5px;width:5px}.bdt-prime-slider-skin-coral .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav{display:none}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li.bdt-slide-counter:after{content:attr(data-label);font-size:146px;font-weight:900;color:rgba(255,255,255,0.2);transition:all .3s ease;margin:0;position:absolute;top:49%;left:48px;transform:translateY(-50%)}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li .bdt-ps-slide-img{width:165px !important;height:110px !important;right:auto;transform:translate(0, -50%);left:55px;position:absolute;top:50%;background-size:cover;background-position:center}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav{left:165px;margin-top:-70px;display:none}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li{position:absolute;right:-35px;transition:all .3s ease-in;transform:rotate(0deg)}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li.bdt-active{transform:rotateY(360deg);transition:all .3s}.bdt-prime-slider-skin-coral .bdt-ps-dotnav li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span{font-size:20px;color:#fff}.bdt-prime-slider-skin-coral .bdt-ps-dotnav span:before{content:"";position:absolute;height:24px;width:2px;right:-8px;top:4px;background:rgba(255,255,255,0.6);transform:rotate(-15deg)}.bdt-prime-slider-skin-coral .bdt-slidenav{position:relative}.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:none}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-coral .bdt-prime-slider-next,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-coral .bdt-prime-slider-next svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-coral .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-coral .bdt-prime-slider-previous:hover svg{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-coral .bdt-ps-blog-container{margin:0 100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:80px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:30px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-thumbnav,.bdt-prime-slider-skin-coral .bdt-ps-dotnav,.bdt-prime-slider-skin-coral .bdt-navigation-arrows{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-coral .bdt-ps-category a{font-size:14px;padding:6px 12px;margin-bottom:6px}.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-coral .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-coral .bdt-dotnav{right:100px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:150px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:20px}.bdt-prime-slider-skin-coral .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-coral .bdt-prime-slider-social-icon{left:100px;bottom:70px}.bdt-prime-slider-skin-coral .bdt-scroll-down{right:100px;bottom:60px}.bdt-prime-slider-skin-coral .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1200px){.bdt-prime-slider-skin-coral .bdt-blog-text{margin-bottom:40px}.bdt-prime-slider-skin-coral .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-coral .bdt-slideshow-content-wrapper{padding-right:200px}}@media (min-width:1600px){.bdt-prime-slider-skin-coral .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}}.bdt-prime-slider-skin-zinest{position:relative}.bdt-prime-slider-skin-zinest .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding:50px 20px 0;position:relative}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:30px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-zinest .bdt-ps-category-wrapper{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-category a{color:#ddd;padding:4px 12px 6px;background:rgba(255,255,255,0.1);display:inline-flex;border-radius:5px;font-size:14px;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:none;padding:20px;background:#fff;border-left:1px solid #ddd;border-top-right-radius:10px;max-height:150px;min-height:150px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-grid .bdt-width-1-1{margin-top:-10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:6px;line-height:1.2}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{color:#222;font-weight:600;font-size:15px;transition:color .3s ease}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a:hover{color:#fe506c}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc *{font-size:14px;color:#999;margin:0;line-height:1.2;clear:both;display:inline-block;overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav{position:relative}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img{border-radius:10px;transition:transform .5s ease;overflow:hidden}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-featured-thumbnav img:hover{transform:scale(.95) rotate(-3deg)}.bdt-prime-slider-skin-zinest .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon img{border-radius:80px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-zinest .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative}.bdt-prime-slider-skin-zinest .bdt-navigation-arrows{bottom:0;z-index:1}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-left:-4px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{padding:0;height:55px;width:55px;display:inline-flex;align-items:center;background:#fff;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous svg{color:#000;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous:hover svg{color:#fe506c}@media (min-width:640px){.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{max-width:1435px;margin-right:50px;margin-left:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta{padding-bottom:40px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-zinest .bdt-ps-meta .bdt-meta-text span{font-size:14px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-featured{display:inherit}.bdt-prime-slider-skin-zinest .bdt-prime-slider-next,.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{display:flex;height:75px;width:75px}.bdt-prime-slider-skin-zinest .bdt-prime-slider-previous{margin-left:-4px}}@media (min-width:1024px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc{padding-right:0}.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title{padding-bottom:10px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-title a{font-size:16px}.bdt-prime-slider-skin-zinest .bdt-ps-featured .bdt-ps-content .bdt-ps-desc{font-size:14px}}@media (min-width:1441px){.bdt-prime-slider-skin-zinest .bdt-prime-slider-desc .bdt-title-tag{font-size:75px;padding-bottom:50px}.bdt-prime-slider-skin-zinest .bdt-ps-blog-container{margin-right:auto}}.bdt-prime-slider-skin-folio{position:relative}.bdt-prime-slider-skin-folio .bdt-overlay-default{background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-folio .bdt-blog-text{font-size:14px;color:#fff;padding-top:15px;max-width:825px;margin:auto}.bdt-prime-slider-skin-folio .bdt-blog-text *{margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding:20px 30px 0;position:relative}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-top:15px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-folio .bdt-ps-category a{color:#fff;padding:6px 10px;background:#3fb8fd;font-size:12px;text-transform:uppercase;font-weight:600;transition:all .3s ease}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{background:#000;padding:0 30px;height:100px}.bdt-prime-slider-skin-folio .bdt-prime-slider-meta span{color:#ddd}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-icon svg{width:16px;color:#fff}.bdt-prime-slider-skin-folio .bdt-ps-meta .bdt-meta-text span{display:block;color:#e5e5e5;font-size:16px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:12px}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-left:20px;margin:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin:0 5px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid #fff}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a::before{content:"";position:absolute;top:50%;right:50%;height:50%;width:50%;transform:translate(50%, -50%);background-color:#3fb8fd;border-radius:50%;transition:all .3s ease;opacity:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover i{z-index:1}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a:hover::before{height:100%;width:100%;opacity:1}.bdt-prime-slider-skin-folio .bdt-slideshow-item .bdt-ps-slide-img{max-width:inherit;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}@media (min-width:640px){.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-folio .bdt-prime-slider-social-icon a{font-size:14px;padding:12px 10.5px}.bdt-prime-slider-skin-folio .bdt-ps-category a{padding:8px 15px;font-size:14px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;padding-top:30px}.bdt-prime-slider-skin-folio .bdt-meta-author span{font-size:16px}}@media (min-width:1024px){.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:20px}.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 50px;height:150px}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc{padding-right:0}.bdt-prime-slider-skin-folio .bdt-prime-slider-desc .bdt-title-tag{font-size:75px}}@media (min-width:1440px){.bdt-prime-slider-skin-folio .bdt-ps-meta-content{padding:0 100px}.bdt-prime-slider-skin-folio .bdt-blog-text{padding-top:40px}}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li{margin-left:30px;padding-left:35px}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li>a{color:#fff}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#999}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#ddd}.bdt-prime-header-skin-blog .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}.bdt-prime-header-skin-blog .bdt-offcanvas-button{padding:0}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-blog{position:relative}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{position:relative;margin-top:45px;display:flex;align-items:flex-start}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-category a{color:#fff;font-size:14px;text-transform:uppercase;font-weight:500}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{max-width:750px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:36px;width:36px;display:flex;border:1px solid rgba(255,255,255,0.3);border-radius:60px;justify-content:center;margin-left:6px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon svg{width:12px;color:#fff}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon img{border-radius:60px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{display:block;color:#e5e5e5;font-size:12px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{content:"";position:absolute;width:70px;height:5px;background:#fff;top:35px;border-radius:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{content:"";position:absolute;width:120px;height:1px;background:#fff;top:37px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;font-weight:700;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag a{color:#fff;outline:none}.bdt-prime-slider-skin-blog .bdt-slider-excerpt{position:relative;margin-top:30px;color:#fff;font-size:13px;transition:opacity 400ms ease-out;z-index:1;margin-right:40px;margin-top:85px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt P{margin:0}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{content:attr(data-label);font-size:80px;font-weight:700;color:rgba(255,255,255,0.1);transition:all .3s ease;margin:0;position:absolute;top:-40px;right:-25px}.bdt-prime-slider-skin-blog .bdt-ps-blog-btn{padding-top:20px;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:12px;font-weight:700;padding:6px 12px;color:#fff;border:2px solid #fe506c;border-radius:40px;outline:none;text-transform:uppercase;position:relative;transition:all .3s ease;overflow:hidden;display:inline-block}.bdt-prime-slider-skin-blog .bdt-slide-btn::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;z-index:1;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover{color:#fff;background-color:transparent;text-shadow:nthree}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-blog .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px;display:inline-flex}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg{color:#fff;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg{width:calc(100% + 50px);height:calc(100% + 50px);pointer-events:none;z-index:0;position:fixed;overflow:hidden;filter:blur(8px);background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg:before{content:"";width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.5);z-index:1}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-bg.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{width:100%;height:100%;pointer-events:none;z-index:0;position:absolute;right:20%;top:90px;overflow:hidden;border-radius:4px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img.bdt-ps-slide-img{height:100%;width:100%;object-fit:cover;vertical-align:bottom;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-slide-overlay{height:100vh}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{position:absolute;left:30px;z-index:1;bottom:10px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon a{display:flex;font-size:16px;margin:20px 0}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down{position:absolute;right:20px;z-index:1;bottom:53px;cursor:pointer;display:none}.bdt-prime-slider-skin-blog .bdt-scroll-down span{color:#fff;font-size:10px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:30px;width:50px}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-blog .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(130px)}.bdt-prime-slider-skin-blog .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(-90deg);display:block}.bdt-prime-slider-skin-blog .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 30px}.bdt-prime-slider-skin-blog .bdt-overlay-default{background:rgba(0,0,0,0.3)}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag span{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:90%;right:30px;transform:rotate(0deg)}.bdt-prime-slider-skin-blog .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-blog .bdt-dotnav li a{position:relative;width:22px;height:22px;background:transparent;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-dotnav li a:before{content:"";position:absolute;height:6px;width:6px;background:#fff;top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-blog .bdt-dotnav li a:after{content:"";position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a{border-width:1px;border-style:solid;border-color:#fe506c;background:transparent}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:before{background-color:#fe506c;margin-left:10px;height:5px;width:5px}.bdt-prime-slider-skin-blog .bdt-dotnav li.bdt-active a:after{border-color:#fe506c;transform:scale(1);animation:pulse 1.5s linear infinite}@keyframes pulse{0%{transform:scale(0);opacity:0}33%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.bdt-prime-slider-skin-blog .bdt-slidenav{padding-top:20px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:30px;display:none}.bdt-prime-slider-skin-blog .bdt-prime-slider-next:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{margin-left:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-previous:hover svg{transform:scale(1.2) rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-next,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous{padding:0;border-radius:80px;border:2px solid #fe506c;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-blog .bdt-prime-slider-next svg,.bdt-prime-slider-skin-blog .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:transform .3s ease-out}@media (min-width:640px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc{padding-bottom:0;margin-top:0}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta{padding-bottom:30px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-icon{height:48px;width:48px;margin-left:10px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-ps-meta .bdt-meta-text *{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title{margin-top:50px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:before{width:130px;height:7px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-main-title:after{width:220px;top:38px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:24px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt{font-size:14px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-slider-excerpt .bdt-slide-counter:after{font-size:140px;top:-65px}.bdt-prime-slider-skin-blog .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-blog .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-blog .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:20px}.bdt-prime-slider-skin-blog .bdt-scroll-down,.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{display:inherit;right:80px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{top:193px;left:-11px;right:auto;transform:rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-blog .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-blog .bdt-slideshow-item .bdt-ps-blog-main-img{top:110px}}@media (min-width:768px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;padding-bottom:30px}}@media (min-width:1024px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:36px;padding-bottom:40px}.bdt-prime-slider-skin-blog .bdt-slide-play-button a{padding:30px}.bdt-prime-slider-skin-blog .bdt-slider-excerpt .bdt-slide-counter:after{top:-80px}}@media (min-width:1200px){.bdt-prime-header-skin-blog .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 150px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:150px}.bdt-prime-slider-skin-blog .bdt-scroll-down{right:80px}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{left:100px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:48px}.bdt-prime-slider-skin-blog .bdt-slideshow-nav{left:58px;transform:rotate(-90deg)}.bdt-prime-slider-skin-blog .bdt-prime-slider-social-icon{bottom:70px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{bottom:90px}.bdt-prime-slider-skin-blog .bdt-scroll-down{bottom:110px}}@media (min-width:1440px){.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 200px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:200px}.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{padding-bottom:50px}}@media (min-width:1600px){.bdt-prime-slider-skin-blog .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-blog .bdt-ps-blog-container{margin:0 250px}.bdt-prime-slider-skin-blog .bdt-navigation-arrows{right:250px}}.bdt-prime-slider-skin-blog .bdt-slidenav,.bdt-prime-slider-skin-coral .bdt-slidenav,.bdt-prime-slider-skin-zinest .bdt-slidenav{position:relative;overflow:hidden}.bdt-prime-slider-skin-blog .bdt-slidenav::before,.bdt-prime-slider-skin-coral .bdt-slidenav::before,.bdt-prime-slider-skin-zinest .bdt-slidenav::before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background-color:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1) 0s}.bdt-prime-slider-skin-blog .bdt-slidenav:hover svg,.bdt-prime-slider-skin-coral .bdt-slidenav:hover svg,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover svg{color:#fff}.bdt-prime-slider-skin-blog .bdt-slidenav:hover::before,.bdt-prime-slider-skin-coral .bdt-slidenav:hover::before,.bdt-prime-slider-skin-zinest .bdt-slidenav:hover::before{right:0;left:auto;width:100%}
assets/css/ps-general.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav{text-align:center}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li{margin-right:55px}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li:nth-last-child(1){margin:0;float:right}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown{padding-left:25px}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown li>a{text-align:left}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-slide .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-slide{position:relative}.bdt-prime-slider-skin-slide:after{content:'';position:absolute;width:80%;height:25px;background:#fff;right:0;bottom:0;z-index:1}.bdt-prime-slider-skin-slide .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-slide .bdt-prime-slider-content{padding:0;position:relative;z-index:999}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc{position:relative;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:42px;font-weight:700;color:#fff;margin:0;padding-bottom:20px;display:inline;line-height:1.5}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:20px;color:#fff;margin:0;font-weight:700}.bdt-prime-slider-skin-slide .bdt-slide-featured{display:none;position:absolute;right:0;bottom:25px;width:80%;padding:15px;background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt{padding-right:20px;margin-right:20px;border-right:1px solid rgba(254,80,108,0.63);color:#e5e5e5;font-size:14px;list-style:28px}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn{color:#fff;display:block;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon{display:inline-table}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg{width:30px;height:30px;margin-top:2px}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-prime-slider-button-text{display:inline-grid}.bdt-prime-slider-skin-slide .bdt-slide-shape{position:absolute;width:30%;height:70%;background:rgba(254,80,108,0.63);top:0;left:20%;display:none}.bdt-prime-slider-skin-slide .bdt-dotnav{display:none}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:50px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:50px}.bdt-prime-slider-skin-slide .bdt-dotnav li{position:relative;padding-top:20px}.bdt-prime-slider-skin-slide .bdt-dotnav li:after{content:attr(data-label);font-size:18px;color:#fff;opacity:0;transition:all .3s ease;margin:0;transform:translateX(30px);position:absolute;top:19px}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active:after{opacity:1;transform:translateX(10px)}.bdt-prime-slider-skin-slide .bdt-dotnav li a{width:4px;height:4px;border-radius:20px;background:#fff;transition:all .3s ease}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active a{height:25px;background:#fff}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:0;left:38%;top:auto;display:flex}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:10px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{padding:0;height:40px;width:40px;display:flex;border:1px solid #fff;background:rgba(0,0,0,0.1);align-items:center;justify-content:center;transition:all .3s ease;margin:15px 0}.bdt-prime-slider-skin-slide .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous:hover{background:rgba(254,80,108,0.63);border-color:rgba(254,80,108,0.63)}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{color:#fff;width:9px}@media (min-width:375px){.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}}@media (min-width:640px){.bdt-prime-slider-skin-slide .bdt-slide-shape{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:25px}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:auto;left:auto;top:50%;display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:0}.bdt-prime-slider-skin-slide .bdt-dotnav{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{width:14px}}@media (min-width:768px){.bdt-prime-slider-skin-slide .bdt-slide-featured{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-slide .bdt-prime-slider-container{padding:0 100px}.bdt-prime-header-skin-slide .bdt-header-wrapper{min-height:160px}.bdt-prime-slider-skin-slide:after{width:60%}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:100px}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:60%;padding:25px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:100px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:100px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:115px}}@media (min-width:1200px){.bdt-prime-header-skin-slide .bdt-header-inner .bdt-prime-slider-navbar-nav li{margin-right:90px}}@media (min-width:1440px){.bdt-prime-slider-skin-slide:after{width:40%}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:40%;padding:30px}}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-navbar-nav{margin-left:100px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-navbar-nav>li{margin-right:55px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper{min-height:90px;display:flex;align-items:center}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{padding:10px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{background:#fff;color:#fe506c}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{font-size:13px;display:flex}.bdt-prime-slider-skin-crelly{position:relative}.bdt-prime-slider-skin-crelly .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-crelly .bdt-overlay-default:before{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{position:relative;margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline;line-height:1.5}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:14px;color:#fe506c;margin:0;font-weight:700;padding-bottom:10px;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:12px;color:#fff;display:inline-block;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt{margin-right:20px;position:relative;color:#e5e5e5;font-size:13px;line-height:initial}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt:before{content:'';position:absolute;height:3px;width:40px;background:#fe506c;top:-12px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:12px;color:#a2dce6;font-weight:700;position:relative;padding:6px 10px;transition:all .3s ease;transform:translateX(-10px);display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg{width:1em}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg *{stroke:#a2dce6}.bdt-prime-slider-skin-crelly .bdt-slide-btn:before{content:'';position:absolute;height:100%;width:100%;background:#fe506c;z-index:-1;left:0;top:0;transform:scale(.5);opacity:0;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover{color:#fff;transform:translateX(0)}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover svg *{stroke:#fff}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover:before{opacity:1;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-right:20px;margin:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin-left:8px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover{color:#fe506c;background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:30px}.bdt-prime-slider-skin-crelly .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-crelly .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:3px solid transparent;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:before{content:'';position:absolute;height:4px;width:4px;background:#e5e5e5;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:after{content:'';position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:before{background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:after{border-color:#e5e5e5;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-slidenav{position:relative}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:30px;display:inline-flex}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{padding:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-right:6px;background:rgba(0,0,0,0.3);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover{background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover svg{color:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{color:#fafafa;width:6px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{bottom:140px;height:60px;width:60px;display:none;margin:0}.bdt-prime-slider-skin-crelly .bdt-ps-counternav:before{content:'';position:absolute;width:1px;height:75px;background:rgba(255,255,255,0.1);left:48%;top:-8px;transform:rotate(45deg)}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li{position:absolute;transform:rotateX(-180deg);transition:all .3s ease;opacity:0;transform-style:preserve-3d}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li a{font-size:20px;color:#fe506c;margin-left:0;font-weight:600;line-height:1}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li.bdt-active{opacity:1;transform:none;transition-delay:.3s}.bdt-prime-slider-skin-crelly .bdt-ps-counternav span{color:rgba(255,255,255,0.1);font-size:20px;font-weight:600;position:absolute;right:0;bottom:0;line-height:1}@media (min-width:640px){.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper{min-height:110px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{padding:15px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{column-count:2;margin:15px 0;line-height:28px;font-size:14px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:18px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:14px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:48px;width:48px;margin-right:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:8px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:42px}}@media (min-width:1024px){.bdt-prime-header-skin-crelly .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:100px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:150px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:120px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{margin-top:110px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:25px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:32px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:10px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:100px}}@media (min-width:1440px){.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:50px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:40px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-left:0;margin-top:120px}}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-navbar-nav{margin-left:100px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-navbar-nav>li{margin-right:30px;padding-right:35px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{background:#376147;margin-right:-30px;text-align:center;width:90px;height:90px;line-height:95px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#fe506c}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{font-size:24px;display:flex}@media (min-width:1024px){.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{width:110px;height:110px;line-height:106px}}.bdt-prime-slider-skin-meteor{position:relative}.bdt-prime-slider-skin-meteor .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc{position:relative;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:30px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:18px;color:#fff;margin:0;padding-bottom:15px;font-weight:700;text-transform:uppercase}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{margin-right:20px;color:#e5e5e5;font-size:13px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:15px;padding:8px 70px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:-2px;position:absolute;height:38px;width:38px;line-height:38px;bottom:-2px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon{text-align:center}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{color:#fff;font-size:10px;margin:3px;padding:9px 8px;border-radius:40px;display:flex;border:2px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover{color:#8EB477;background:#fff}.bdt-prime-slider-skin-meteor .bdt-scroll-down{z-index:1}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;width:3em}.bdt-prime-slider-skin-meteor .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(30px)}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-down-text{display:none}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:16px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button svg *{fill:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:none;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-background{position:relative;background:#1F3E2D}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-bg-color{background:#8EB477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{position:absolute;top:50%;left:20px;transition:opacity 400ms ease-out;transform:translateY(-50%)}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img{position:relative;overflow:hidden}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li *{min-height:110%;width:auto}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:87%;left:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:inherit}.bdt-prime-slider-skin-meteor .bdt-dotnav li{position:relative;margin-right:10px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:2px solid transparent;transform:scale(.8);transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{content:'';position:absolute;height:6px;width:6px;background:rgba(255,255,255,0.8);top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a{background:transparent;border-color:#fff;transform:scale(1)}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a:before{background:#fff}@media (min-width:640px){.bdt-header-wrapper .bdt-prime-header-skin-meteor .bdt-header-inner{min-height:90px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:20px}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:16px;padding:12px 75px 12px 30px}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{right:-2px;height:47px;width:47px;line-height:47px;bottom:-2px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:flex}.bdt-prime-slider-skin-meteor .bdt-height-small{height:120px}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:50%;left:auto}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:column}.bdt-prime-slider-skin-meteor .bdt-dotnav li{margin-right:0}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{width:30px;height:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{height:8px;width:8px}}@media (min-width:1024px){.bdt-prime-header-skin-meteor .bdt-prime-slider-container{padding:0 100px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{margin-right:-100px;width:170px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:50px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:100px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{display:inline-flex;margin:0;font-size:14px;padding:10px 8px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:88px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{padding-right:20px;font-size:14px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{left:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-meteor .bdt-height-small{height:150px}}.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar{align-items:center}.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-left:50px}.bdt-prime-header-skin-general .bdt-offcanvas-button{font-size:18px;padding:0}.bdt-prime-header-skin-general .bdt-prime-slider-logo .bdt-offcanvas-button-wrapper{margin-right:15px}.bdt-prime-header-skin-general .bdt-prime-slider-logo .bdt-logo-inner img{width:110px}@media (min-width:960px){.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar{display:flex}}.bdt-prime-slider-skin-general{position:relative;overflow:hidden}.bdt-prime-slider-skin-general .bdt-prime-slider-content{position:relative}.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-general .bdt-prime-slider-desc{margin-top:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:230px;margin-bottom:20px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:30px;font-weight:700;color:#fff;line-height:1.3;margin:0;display:inline}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title h4{color:rgba(255,255,255,0.6);font-size:16px;font-weight:400;margin:0}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 20px;margin:0}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding:20px 20px 20px 0;color:#ddd;font-size:14px;line-height:20px;margin-top:15px;max-width:510px}.bdt-prime-slider-skin-general .bdt-btn-wrapper{display:inline-flex}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:14px;padding:8px 55px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-general .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:1px;position:absolute;height:31px;width:31px;bottom:1px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{visibility:hidden;position:absolute;top:50%;left:100px;z-index:1;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{display:flex;font-size:14px;margin:15px 0}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down{position:absolute;right:18px;z-index:1;top:50%;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-scroll-down span{color:#fff;font-size:8px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:20px;width:35px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(90px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(90deg);display:block}.bdt-prime-slider-skin-general .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{color:transparent !important;-webkit-text-stroke:1px #fff}.bdt-prime-slider .bdt-prime-slider-skin-general ul.bdt-slideshow-items{margin:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav{left:42px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li{position:relative;align-items:center;display:flex;margin-right:16px;text-align:center;padding:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{position:relative;width:18px;height:18px;border-color:#4cb5ff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:hover{background:transparent;border-color:#4cb5ff}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:before{box-sizing:border-box;content:"";border:2px solid #FFF;border-radius:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all .3s ease;box-shadow:.1em .1em .2em rgba(0,0,0,0.5),inset .1em .1em .2em rgba(0,0,0,0.5)}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:hover{background:transparent;border-color:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{background-color:transparent;border-width:5px;width:18px;height:18px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{margin-bottom:30px;border-radius:60px;height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:all .4s ease-out}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{content:'';position:absolute;width:0;height:1px;background:#fff;top:50%;transform:translateY(-50%);transition:all .4s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{background:#fe506c;border-color:#fe506c;width:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{right:0}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{border-radius:60px 20px 20px 60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:30px;right:10px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:34px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before{left:0}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{transform:translateX(24px);border-radius:20px 60px 60px 20px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:30px;left:10px}@media (min-width:376px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:280px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:35px}}@media (min-width:640px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:auto}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:60px}}@media (min-width:768px){.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:30px;visibility:visible}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:580px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:65px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 30px}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:16px;padding:12px 75px 12px 30px}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{height:37px;width:37px;right:4px;bottom:4px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:20px;line-height:24px}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{border-width:6px;width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{height:48px;width:48px}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{width:9px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{width:75px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:40px;right:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-13px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{width:75px;transform:translateX(30px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:40px;left:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(13px)}}@media (min-width:1024px){.bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-general .bdt-scroll-down{right:75px}.bdt-prime-slider-skin-general .bdt-scroll-down span{font-size:10px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{margin-bottom:30px;width:48px}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(125px)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:670px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 40px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{max-width:550px;font-size:15px;line-height:34px}.bdt-prime-slider-skin-general .bdt-dotnav{left:113px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:160px;margin-bottom:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:100px;margin-bottom:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:110px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:80px}}
1
+ .bdt-prime-slider-skin-slide{position:relative}.bdt-prime-slider-skin-slide:after{content:'';position:absolute;width:80%;height:25px;background:#fff;right:0;bottom:0;z-index:1}.bdt-prime-slider-skin-slide .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-slide .bdt-prime-slider-content{padding:0;position:relative;z-index:999}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc{position:relative;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:42px;font-weight:700;color:#fff;margin:0;padding-bottom:20px;display:inline;line-height:1.5}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:20px;color:#fff;margin:0;font-weight:700}.bdt-prime-slider-skin-slide .bdt-slide-featured{display:none;position:absolute;right:0;bottom:25px;width:80%;padding:15px;background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt{padding-right:20px;margin-right:20px;border-right:1px solid rgba(254,80,108,0.63);color:#e5e5e5;font-size:14px;list-style:28px}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn{color:#fff;display:block;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon{display:inline-table}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg{width:30px;height:30px;margin-top:2px}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-prime-slider-button-text{display:inline-grid}.bdt-prime-slider-skin-slide .bdt-slide-shape{position:absolute;width:30%;height:70%;background:rgba(254,80,108,0.63);top:0;left:20%;display:none}.bdt-prime-slider-skin-slide .bdt-dotnav{display:none}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:50px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:50px}.bdt-prime-slider-skin-slide .bdt-dotnav li{position:relative;padding-top:20px}.bdt-prime-slider-skin-slide .bdt-dotnav li:after{content:attr(data-label);font-size:18px;color:#fff;opacity:0;transition:all .3s ease;margin:0;transform:translateX(30px);position:absolute;top:19px}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active:after{opacity:1;transform:translateX(10px)}.bdt-prime-slider-skin-slide .bdt-dotnav li a{width:4px;height:4px;border-radius:20px;background:#fff;transition:all .3s ease}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active a{height:25px;background:#fff}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:0;left:38%;top:auto;display:flex}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:10px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{padding:0;height:40px;width:40px;display:flex;border:1px solid #fff;background:rgba(0,0,0,0.1);align-items:center;justify-content:center;transition:all .3s ease;margin:15px 0}.bdt-prime-slider-skin-slide .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous:hover{background:rgba(254,80,108,0.63);border-color:rgba(254,80,108,0.63)}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{color:#fff;width:9px}@media (min-width:375px){.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}}@media (min-width:640px){.bdt-prime-slider-skin-slide .bdt-slide-shape{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:25px}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:auto;left:auto;top:50%;display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:0}.bdt-prime-slider-skin-slide .bdt-dotnav{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{width:14px}}@media (min-width:768px){.bdt-prime-slider-skin-slide .bdt-slide-featured{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-slide:after{width:60%}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:100px}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:60%;padding:25px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:100px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:100px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:115px}}@media (min-width:1440px){.bdt-prime-slider-skin-slide:after{width:40%}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:40%;padding:30px}}.bdt-prime-slider-skin-crelly{position:relative}.bdt-prime-slider-skin-crelly .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-crelly .bdt-overlay-default:before{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{position:relative;margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline;line-height:1.5}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:14px;color:#fe506c;margin:0;font-weight:700;padding-bottom:10px;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:12px;color:#fff;display:inline-block;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt{margin-right:20px;position:relative;color:#e5e5e5;font-size:13px;line-height:initial}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt:before{content:'';position:absolute;height:3px;width:40px;background:#fe506c;top:-12px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:12px;color:#a2dce6;font-weight:700;position:relative;padding:6px 10px;transition:all .3s ease;transform:translateX(-10px);display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg{width:1em}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg *{stroke:#a2dce6}.bdt-prime-slider-skin-crelly .bdt-slide-btn:before{content:'';position:absolute;height:100%;width:100%;background:#fe506c;z-index:-1;left:0;top:0;transform:scale(.5);opacity:0;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover{color:#fff;transform:translateX(0)}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover svg *{stroke:#fff}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover:before{opacity:1;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-right:20px;margin:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin-left:8px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover{color:#fe506c;background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:30px}.bdt-prime-slider-skin-crelly .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-crelly .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:3px solid transparent;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:before{content:'';position:absolute;height:4px;width:4px;background:#e5e5e5;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:after{content:'';position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:before{background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:after{border-color:#e5e5e5;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-slidenav{position:relative}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:30px;display:inline-flex}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{padding:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-right:6px;background:rgba(0,0,0,0.3);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover{background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover svg{color:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{color:#fafafa;width:6px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{bottom:140px;height:60px;width:60px;display:none;margin:0}.bdt-prime-slider-skin-crelly .bdt-ps-counternav:before{content:'';position:absolute;width:1px;height:75px;background:rgba(255,255,255,0.1);left:48%;top:-8px;transform:rotate(45deg)}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li{position:absolute;transform:rotateX(-180deg);transition:all .3s ease;opacity:0;transform-style:preserve-3d}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li a{font-size:20px;color:#fe506c;margin-left:0;font-weight:600;line-height:1}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li.bdt-active{opacity:1;transform:none;transition-delay:.3s}.bdt-prime-slider-skin-crelly .bdt-ps-counternav span{color:rgba(255,255,255,0.1);font-size:20px;font-weight:600;position:absolute;right:0;bottom:0;line-height:1}@media (min-width:640px){.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{column-count:2;margin:15px 0;line-height:28px;font-size:14px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:18px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:14px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:48px;width:48px;margin-right:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:8px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:42px}}@media (min-width:1024px){.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:100px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:150px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:120px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{margin-top:110px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:25px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:32px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:10px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:100px}}@media (min-width:1440px){.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:50px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:40px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-left:0;margin-top:120px}}.bdt-prime-slider-skin-meteor{position:relative}.bdt-prime-slider-skin-meteor .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc{position:relative;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:30px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:18px;color:#fff;margin:0;padding-bottom:15px;font-weight:700;text-transform:uppercase}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{margin-right:20px;color:#e5e5e5;font-size:13px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:15px;padding:8px 70px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:-2px;position:absolute;height:38px;width:38px;line-height:38px;bottom:-2px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon{text-align:center}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{color:#fff;font-size:10px;margin:3px;padding:9px 8px;border-radius:40px;display:flex;border:2px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover{color:#8EB477;background:#fff}.bdt-prime-slider-skin-meteor .bdt-scroll-down{z-index:1}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;width:3em}.bdt-prime-slider-skin-meteor .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(30px)}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-down-text{display:none}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:16px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button svg *{fill:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:none;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-background{position:relative;background:#1F3E2D}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-bg-color{background:#8EB477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{position:absolute;top:50%;left:20px;transition:opacity 400ms ease-out;transform:translateY(-50%)}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img{position:relative;overflow:hidden}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li *{min-height:110%;width:auto}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:87%;left:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:inherit}.bdt-prime-slider-skin-meteor .bdt-dotnav li{position:relative;margin-right:10px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:2px solid transparent;transform:scale(.8);transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{content:'';position:absolute;height:6px;width:6px;background:rgba(255,255,255,0.8);top:50%;left:50%;transform:translate(-50%, -50%);border-radius:20px}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a{background:transparent;border-color:#fff;transform:scale(1)}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a:before{background:#fff}@media (min-width:640px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:20px}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:16px;padding:12px 75px 12px 30px}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{right:-2px;height:47px;width:47px;line-height:47px;bottom:-2px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:flex}.bdt-prime-slider-skin-meteor .bdt-height-small{height:120px}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:50%;left:auto}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:column}.bdt-prime-slider-skin-meteor .bdt-dotnav li{margin-right:0}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{width:30px;height:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{height:8px;width:8px}}@media (min-width:1024px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:50px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:100px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{display:inline-flex;margin:0;font-size:14px;padding:10px 8px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:88px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{padding-right:20px;font-size:14px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{left:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-meteor .bdt-height-small{height:150px}}.bdt-prime-slider-skin-general{position:relative;overflow:hidden}.bdt-prime-slider-skin-general .bdt-prime-slider-content{position:relative}.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-general .bdt-prime-slider-desc{margin-top:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:230px;margin-bottom:20px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:30px;font-weight:700;color:#fff;line-height:1.3;margin:0;display:inline}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title h4{color:rgba(255,255,255,0.6);font-size:16px;font-weight:400;margin:0}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 20px;margin:0}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding:20px 20px 20px 0;color:#ddd;font-size:14px;line-height:20px;margin-top:15px;max-width:510px}.bdt-prime-slider-skin-general .bdt-btn-wrapper{display:inline-flex}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:14px;padding:8px 55px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-general .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:1px;position:absolute;height:31px;width:31px;bottom:1px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{visibility:hidden;position:absolute;top:50%;left:100px;z-index:1;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{display:flex;font-size:14px;margin:15px 0}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down{position:absolute;right:18px;z-index:1;top:50%;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-scroll-down span{color:#fff;font-size:8px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:20px;width:35px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(90px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(90deg);display:block}.bdt-prime-slider-skin-general .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider .bdt-prime-slider-skin-general ul.bdt-slideshow-items{margin:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav{left:42px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li{position:relative;align-items:center;display:flex;margin-right:16px;text-align:center;padding:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{position:relative;width:18px;height:18px;border-color:#4cb5ff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:hover{background:transparent;border-color:#4cb5ff}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:before{box-sizing:border-box;content:"";border:2px solid #FFF;border-radius:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all .3s ease;box-shadow:.1em .1em .2em rgba(0,0,0,0.5),inset .1em .1em .2em rgba(0,0,0,0.5)}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:hover{background:transparent;border-color:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{background-color:transparent;border-width:5px;width:18px;height:18px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{margin-bottom:30px;border-radius:60px;height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:all .4s ease-out}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{content:'';position:absolute;width:0;height:1px;background:#fff;top:50%;transform:translateY(-50%);transition:all .4s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{background:#fe506c;border-color:#fe506c;width:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{right:0}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{border-radius:60px 20px 20px 60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:30px;right:10px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:34px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before{left:0}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{transform:translateX(24px);border-radius:20px 60px 60px 20px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:30px;left:10px}@media (min-width:376px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:280px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:35px}}@media (min-width:640px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:auto}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:60px}}@media (min-width:768px){.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:30px;visibility:visible}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:580px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:65px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 30px}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:16px;padding:12px 75px 12px 30px}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{height:37px;width:37px;right:4px;bottom:4px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:20px;line-height:24px}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{border-width:6px;width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{height:48px;width:48px}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{width:9px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{width:75px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:40px;right:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-13px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{width:75px;transform:translateX(30px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:40px;left:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(13px)}}@media (min-width:1024px){.bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-general .bdt-scroll-down{right:75px}.bdt-prime-slider-skin-general .bdt-scroll-down span{font-size:10px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{margin-bottom:30px;width:48px}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(125px)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:670px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 40px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{max-width:550px;font-size:15px;line-height:34px}.bdt-prime-slider-skin-general .bdt-dotnav{left:113px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:160px;margin-bottom:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:100px;margin-bottom:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:110px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:80px}}
assets/css/ps-general.rtl.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav{text-align:center}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li{margin-left:55px}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li:nth-last-child(1){margin:0;float:left}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown{padding-right:25px}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown li>a{text-align:right}.bdt-prime-header-skin-slide .bdt-header-inner .bdt-offcanvas-button-wrapper{display:inherit}@media (min-width:960px){.bdt-prime-header-skin-slide .bdt-header-inner .bdt-offcanvas-button-wrapper{display:none}}.bdt-prime-slider-skin-slide{position:relative}.bdt-prime-slider-skin-slide:after{content:'';position:absolute;width:80%;height:25px;background:#fff;left:0;bottom:0;z-index:1}.bdt-prime-slider-skin-slide .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-slide .bdt-prime-slider-content{padding:0;position:relative;z-index:999}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc{position:relative;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:42px;font-weight:700;color:#fff;margin:0;padding-bottom:20px;display:inline;line-height:1.5}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:20px;color:#fff;margin:0;font-weight:700}.bdt-prime-slider-skin-slide .bdt-slide-featured{display:none;position:absolute;left:0;bottom:25px;width:80%;padding:15px;background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt{padding-left:20px;margin-left:20px;border-left:1px solid rgba(254,80,108,0.63);color:#e5e5e5;font-size:14px;list-style:28px}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn{color:#fff;display:block;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon{display:inline-table}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg{width:30px;height:30px;margin-top:2px}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-prime-slider-button-text{display:inline-grid}.bdt-prime-slider-skin-slide .bdt-slide-shape{position:absolute;width:30%;height:70%;background:rgba(254,80,108,0.63);top:0;right:20%;display:none}.bdt-prime-slider-skin-slide .bdt-dotnav{display:none}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-right:50px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:50px}.bdt-prime-slider-skin-slide .bdt-dotnav li{position:relative;padding-top:20px}.bdt-prime-slider-skin-slide .bdt-dotnav li:after{content:attr(data-label);font-size:18px;color:#fff;opacity:0;transition:all .3s ease;margin:0;transform:translateX(-30px);position:absolute;top:19px}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active:after{opacity:1;transform:translateX(-10px)}.bdt-prime-slider-skin-slide .bdt-dotnav li a{width:4px;height:4px;border-radius:20px;background:#fff;transition:all .3s ease}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active a{height:25px;background:#fff}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:30px;bottom:0;right:38%;top:auto;display:flex}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-left:10px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{padding:0;height:40px;width:40px;display:flex;border:1px solid #fff;background:rgba(0,0,0,0.1);align-items:center;justify-content:center;transition:all .3s ease;margin:15px 0}.bdt-prime-slider-skin-slide .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous:hover{background:rgba(254,80,108,0.63);border-color:rgba(254,80,108,0.63)}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{color:#fff;width:9px}@media (min-width:375px){.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}}@media (min-width:640px){.bdt-prime-slider-skin-slide .bdt-slide-shape{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:25px}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:30px;bottom:auto;right:auto;top:50%;display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-left:0}.bdt-prime-slider-skin-slide .bdt-dotnav{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{width:14px}}@media (min-width:768px){.bdt-prime-slider-skin-slide .bdt-slide-featured{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-slide .bdt-prime-slider-container{padding:0 100px}.bdt-prime-header-skin-slide .bdt-header-wrapper{min-height:160px}.bdt-prime-slider-skin-slide:after{width:60%}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:100px}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:60%;padding:25px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-right:100px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:100px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:115px}}@media (min-width:1200px){.bdt-prime-header-skin-slide .bdt-header-inner .bdt-prime-slider-navbar-nav li{margin-left:90px}}@media (min-width:1440px){.bdt-prime-slider-skin-slide:after{width:40%}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:40%;padding:30px}}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-navbar-nav{margin-right:100px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-navbar-nav>li{margin-left:55px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper{min-height:90px;display:flex;align-items:center}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{padding:10px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{background:#fff;color:#fe506c}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{font-size:13px;display:flex}.bdt-prime-slider-skin-crelly{position:relative}.bdt-prime-slider-skin-crelly .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-crelly .bdt-overlay-default:before{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;right:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-right:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{position:relative;margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline;line-height:1.5}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:14px;color:#fe506c;margin:0;font-weight:700;padding-bottom:10px;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:12px;color:#fff;display:inline-block;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt{margin-left:20px;position:relative;color:#e5e5e5;font-size:13px;line-height:initial}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt:before{content:'';position:absolute;height:3px;width:40px;background:#fe506c;top:-12px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:12px;color:#a2dce6;font-weight:700;position:relative;padding:6px 10px;transition:all .3s ease;transform:translateX(10px);display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg{width:1em}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg *{stroke:#a2dce6}.bdt-prime-slider-skin-crelly .bdt-slide-btn:before{content:'';position:absolute;height:100%;width:100%;background:#fe506c;z-index:-1;right:0;top:0;transform:scale(.5);opacity:0;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover{color:#fff;transform:translateX(0)}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover svg *{stroke:#fff}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover:before{opacity:1;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{left:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-left:20px;margin:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin-right:8px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover{color:#fe506c;background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:30px}.bdt-prime-slider-skin-crelly .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-crelly .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:3px solid transparent;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:before{content:'';position:absolute;height:4px;width:4px;background:#e5e5e5;top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:after{content:'';position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:before{background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:after{border-color:#e5e5e5;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-slidenav{position:relative}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-right:30px;display:inline-flex}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{padding:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-left:6px;background:rgba(0,0,0,0.3);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover{background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover svg{color:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{color:#fafafa;width:6px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{bottom:140px;height:60px;width:60px;display:none;margin:0}.bdt-prime-slider-skin-crelly .bdt-ps-counternav:before{content:'';position:absolute;width:1px;height:75px;background:rgba(255,255,255,0.1);right:48%;top:-8px;transform:rotate(-45deg)}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li{position:absolute;transform:rotateX(-180deg);transition:all .3s ease;opacity:0;transform-style:preserve-3d}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li a{font-size:20px;color:#fe506c;margin-right:0;font-weight:600;line-height:1}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li.bdt-active{opacity:1;transform:none;transition-delay:.3s}.bdt-prime-slider-skin-crelly .bdt-ps-counternav span{color:rgba(255,255,255,0.1);font-size:20px;font-weight:600;position:absolute;left:0;bottom:0;line-height:1}@media (min-width:640px){.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper{min-height:110px}.bdt-prime-header-skin-crelly .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{padding:15px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{column-count:2;margin:15px 0;line-height:28px;font-size:14px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:18px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:14px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:48px;width:48px;margin-left:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:8px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:42px}}@media (min-width:1024px){.bdt-prime-header-skin-crelly .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-right:100px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-right:150px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:120px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{margin-top:110px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:25px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:32px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:10px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{left:100px}}@media (min-width:1440px){.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:50px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:40px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-right:0;margin-top:120px}}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-navbar-nav{margin-right:100px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-navbar-nav>li{margin-left:30px;padding-left:35px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{background:#376147;margin-left:-30px;text-align:center;width:90px;height:90px;line-height:95px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#fe506c}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{font-size:24px;display:flex}@media (min-width:1024px){.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{width:110px;height:110px;line-height:106px}}.bdt-prime-slider-skin-meteor{position:relative}.bdt-prime-slider-skin-meteor .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc{position:relative;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:30px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:18px;color:#fff;margin:0;padding-bottom:15px;font-weight:700;text-transform:uppercase}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{margin-left:20px;color:#e5e5e5;font-size:13px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:15px;padding:8px 20px 8px 70px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;left:-2px;position:absolute;height:38px;width:38px;line-height:38px;bottom:-2px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon{text-align:center}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{color:#fff;font-size:10px;margin:3px;padding:9px 8px;border-radius:40px;display:flex;border:2px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover{color:#8EB477;background:#fff}.bdt-prime-slider-skin-meteor .bdt-scroll-down{z-index:1}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;width:3em}.bdt-prime-slider-skin-meteor .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(30px)}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-down-text{display:none}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-right:16px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button svg *{fill:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:none;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-background{position:relative;background:#1F3E2D}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-bg-color{background:#8EB477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{position:absolute;top:50%;right:20px;transition:opacity 400ms ease-out;transform:translateY(-50%)}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img{position:relative;overflow:hidden}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li *{min-height:110%;width:auto}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:87%;right:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:inherit}.bdt-prime-slider-skin-meteor .bdt-dotnav li{position:relative;margin-left:10px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:2px solid transparent;transform:scale(.8);transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{content:'';position:absolute;height:6px;width:6px;background:rgba(255,255,255,0.8);top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a{background:transparent;border-color:#fff;transform:scale(1)}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a:before{background:#fff}@media (min-width:640px){.bdt-header-wrapper .bdt-prime-header-skin-meteor .bdt-header-inner{min-height:90px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:20px}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:16px;padding:12px 30px 12px 75px}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{left:-2px;height:47px;width:47px;line-height:47px;bottom:-2px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:flex}.bdt-prime-slider-skin-meteor .bdt-height-small{height:120px}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:50%;right:auto}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:column}.bdt-prime-slider-skin-meteor .bdt-dotnav li{margin-left:0}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{width:30px;height:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{height:8px;width:8px}}@media (min-width:1024px){.bdt-prime-header-skin-meteor .bdt-prime-slider-container{padding:0 100px}.bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper{margin-left:-100px;width:170px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:50px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:100px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{display:inline-flex;margin:0;font-size:14px;padding:10px 8px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-right:88px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{padding-left:20px;font-size:14px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{right:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-meteor .bdt-height-small{height:150px}}.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar{align-items:center}.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar .bdt-navbar-nav>li{margin-right:50px}.bdt-prime-header-skin-general .bdt-offcanvas-button{font-size:18px;padding:0}.bdt-prime-header-skin-general .bdt-prime-slider-logo .bdt-offcanvas-button-wrapper{margin-left:15px}.bdt-prime-header-skin-general .bdt-prime-slider-logo .bdt-logo-inner img{width:110px}@media (min-width:960px){.bdt-prime-header-skin-general .bdt-header-inner .bdt-prime-slider-navbar{display:flex}}.bdt-prime-slider-skin-general{position:relative;overflow:hidden}.bdt-prime-slider-skin-general .bdt-prime-slider-content{position:relative}.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-general .bdt-prime-slider-desc{margin-top:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:230px;margin-bottom:20px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:30px;font-weight:700;color:#fff;line-height:1.3;margin:0;display:inline}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title h4{color:rgba(255,255,255,0.6);font-size:16px;font-weight:400;margin:0}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 20px;margin:0}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding:20px 0 20px 20px;color:#ddd;font-size:14px;line-height:20px;margin-top:15px;max-width:510px}.bdt-prime-slider-skin-general .bdt-btn-wrapper{display:inline-flex}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:14px;padding:8px 20px 8px 55px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-general .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;left:1px;position:absolute;height:31px;width:31px;bottom:1px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{visibility:hidden;position:absolute;top:50%;right:100px;z-index:1;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{display:flex;font-size:14px;margin:15px 0}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down{position:absolute;left:18px;z-index:1;top:50%;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-scroll-down span{color:#fff;font-size:8px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:20px;width:35px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(90px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(-90deg);display:block}.bdt-prime-slider-skin-general .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{color:transparent !important;-webkit-text-stroke:1px #fff}.bdt-prime-slider .bdt-prime-slider-skin-general ul.bdt-slideshow-items{margin:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav{right:42px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li{position:relative;align-items:center;display:flex;margin-left:16px;text-align:center;padding:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{position:relative;width:18px;height:18px;border-color:#4cb5ff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:hover{background:transparent;border-color:#4cb5ff}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:before{box-sizing:border-box;content:"";border:2px solid #FFF;border-radius:100%;display:block;position:absolute;top:50%;right:50%;transform:translate(50%, -50%);transition:all .3s ease;box-shadow:-0.1em .1em .2em rgba(0,0,0,0.5),inset -0.1em .1em .2em rgba(0,0,0,0.5)}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:hover{background:transparent;border-color:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{background-color:transparent;border-width:5px;width:18px;height:18px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{margin-bottom:30px;border-radius:60px;height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:all .4s ease-out}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{content:'';position:absolute;width:0;height:1px;background:#fff;top:50%;transform:translateY(-50%);transition:all .4s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{background:#fe506c;border-color:#fe506c;width:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{left:0}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{border-radius:20px 60px 60px 20px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:30px;left:10px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:34px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before{right:0}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{transform:translateX(-24px);border-radius:60px 20px 20px 60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(-9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:30px;right:10px}@media (min-width:376px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:280px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:35px}}@media (min-width:640px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:auto}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:60px}}@media (min-width:768px){.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{right:30px;visibility:visible}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:580px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:65px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 30px}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:16px;padding:12px 30px 12px 75px}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{height:37px;width:37px;left:4px;bottom:4px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:20px;line-height:24px}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{border-width:6px;width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{height:48px;width:48px}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{width:9px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{width:75px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:40px;left:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(13px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{width:75px;transform:translateX(-30px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:40px;right:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(-13px)}}@media (min-width:1024px){.bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-general .bdt-scroll-down{left:75px}.bdt-prime-slider-skin-general .bdt-scroll-down span{font-size:10px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{margin-bottom:30px;width:48px}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(125px)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{right:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:670px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 40px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{max-width:550px;font-size:15px;line-height:34px}.bdt-prime-slider-skin-general .bdt-dotnav{right:113px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:160px;margin-bottom:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:100px;margin-bottom:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:110px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:80px}}
1
+ .bdt-prime-slider-skin-slide{position:relative}.bdt-prime-slider-skin-slide:after{content:'';position:absolute;width:80%;height:25px;background:#fff;left:0;bottom:0;z-index:1}.bdt-prime-slider-skin-slide .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-slide .bdt-prime-slider-content{padding:0;position:relative;z-index:999}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc{position:relative;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:42px;font-weight:700;color:#fff;margin:0;padding-bottom:20px;display:inline;line-height:1.5}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:20px;color:#fff;margin:0;font-weight:700}.bdt-prime-slider-skin-slide .bdt-slide-featured{display:none;position:absolute;left:0;bottom:25px;width:80%;padding:15px;background:rgba(0,0,0,0.5)}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt{padding-left:20px;margin-left:20px;border-left:1px solid rgba(254,80,108,0.63);color:#e5e5e5;font-size:14px;list-style:28px}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn{color:#fff;display:block;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon{display:inline-table}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg{width:30px;height:30px;margin-top:2px}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-prime-slider-button-text{display:inline-grid}.bdt-prime-slider-skin-slide .bdt-slide-shape{position:absolute;width:30%;height:70%;background:rgba(254,80,108,0.63);top:0;right:20%;display:none}.bdt-prime-slider-skin-slide .bdt-dotnav{display:none}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-right:50px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:50px}.bdt-prime-slider-skin-slide .bdt-dotnav li{position:relative;padding-top:20px}.bdt-prime-slider-skin-slide .bdt-dotnav li:after{content:attr(data-label);font-size:18px;color:#fff;opacity:0;transition:all .3s ease;margin:0;transform:translateX(-30px);position:absolute;top:19px}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active:after{opacity:1;transform:translateX(-10px)}.bdt-prime-slider-skin-slide .bdt-dotnav li a{width:4px;height:4px;border-radius:20px;background:#fff;transition:all .3s ease}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active a{height:25px;background:#fff}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:30px;bottom:0;right:38%;top:auto;display:flex}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-left:10px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{padding:0;height:40px;width:40px;display:flex;border:1px solid #fff;background:rgba(0,0,0,0.1);align-items:center;justify-content:center;transition:all .3s ease;margin:15px 0}.bdt-prime-slider-skin-slide .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous:hover{background:rgba(254,80,108,0.63);border-color:rgba(254,80,108,0.63)}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{color:#fff;width:9px}@media (min-width:375px){.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}}@media (min-width:640px){.bdt-prime-slider-skin-slide .bdt-slide-shape{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc h4{font-size:25px}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:30px;bottom:auto;right:auto;top:50%;display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-left:0}.bdt-prime-slider-skin-slide .bdt-dotnav{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{width:14px}}@media (min-width:768px){.bdt-prime-slider-skin-slide .bdt-slide-featured{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-slide:after{width:60%}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-left:100px}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:60%;padding:25px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-right:100px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:100px}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:115px}}@media (min-width:1440px){.bdt-prime-slider-skin-slide:after{width:40%}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:40%;padding:30px}}.bdt-prime-slider-skin-crelly{position:relative}.bdt-prime-slider-skin-crelly .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-crelly .bdt-overlay-default:before{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;right:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-right:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{position:relative;margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline;line-height:1.5}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:14px;color:#fe506c;margin:0;font-weight:700;padding-bottom:10px;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:12px;color:#fff;display:inline-block;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt{margin-left:20px;position:relative;color:#e5e5e5;font-size:13px;line-height:initial}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt:before{content:'';position:absolute;height:3px;width:40px;background:#fe506c;top:-12px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:12px;color:#a2dce6;font-weight:700;position:relative;padding:6px 10px;transition:all .3s ease;transform:translateX(10px);display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg{width:1em}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg *{stroke:#a2dce6}.bdt-prime-slider-skin-crelly .bdt-slide-btn:before{content:'';position:absolute;height:100%;width:100%;background:#fe506c;z-index:-1;right:0;top:0;transform:scale(.5);opacity:0;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover{color:#fff;transform:translateX(0)}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover svg *{stroke:#fff}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover:before{opacity:1;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{left:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-left:20px;margin:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{color:#fff;font-size:12px;margin-right:8px;display:flex;padding:10px 8.5px;border-radius:40px;background:rgba(255,255,255,0.1);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover{color:#fe506c;background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:30px}.bdt-prime-slider-skin-crelly .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-crelly .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:3px solid transparent;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:before{content:'';position:absolute;height:4px;width:4px;background:#e5e5e5;top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:after{content:'';position:absolute;border:1px solid transparent;height:100%;width:100%;right:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:before{background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:after{border-color:#e5e5e5;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-slidenav{position:relative}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-right:30px;display:inline-flex}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{padding:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-left:6px;background:rgba(0,0,0,0.3);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover{background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover svg{color:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{color:#fafafa;width:6px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{bottom:140px;height:60px;width:60px;display:none;margin:0}.bdt-prime-slider-skin-crelly .bdt-ps-counternav:before{content:'';position:absolute;width:1px;height:75px;background:rgba(255,255,255,0.1);right:48%;top:-8px;transform:rotate(-45deg)}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li{position:absolute;transform:rotateX(-180deg);transition:all .3s ease;opacity:0;transform-style:preserve-3d}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li a{font-size:20px;color:#fe506c;margin-right:0;font-weight:600;line-height:1}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li.bdt-active{opacity:1;transform:none;transition-delay:.3s}.bdt-prime-slider-skin-crelly .bdt-ps-counternav span{color:rgba(255,255,255,0.1);font-size:20px;font-weight:600;position:absolute;left:0;bottom:0;line-height:1}@media (min-width:640px){.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{column-count:2;margin:15px 0;line-height:28px;font-size:14px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:18px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:14px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:48px;width:48px;margin-left:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:8px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:42px}}@media (min-width:1024px){.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-right:100px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-right:150px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-right:120px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{margin-top:110px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:25px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:32px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:10px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{left:100px}}@media (min-width:1440px){.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:50px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc h4{font-size:40px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-right:0;margin-top:120px}}.bdt-prime-slider-skin-meteor{position:relative}.bdt-prime-slider-skin-meteor .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc{position:relative;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:30px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:40px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:18px;color:#fff;margin:0;padding-bottom:15px;font-weight:700;text-transform:uppercase}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{margin-left:20px;color:#e5e5e5;font-size:13px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:15px;padding:8px 20px 8px 70px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;left:-2px;position:absolute;height:38px;width:38px;line-height:38px;bottom:-2px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon{text-align:center}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{color:#fff;font-size:10px;margin:3px;padding:9px 8px;border-radius:40px;display:flex;border:2px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover{color:#8EB477;background:#fff}.bdt-prime-slider-skin-meteor .bdt-scroll-down{z-index:1}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;width:3em}.bdt-prime-slider-skin-meteor .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(30px)}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-down-text{display:none}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-right:16px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button svg *{fill:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:none;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-background{position:relative;background:#1F3E2D}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-bg-color{background:#8EB477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{position:absolute;top:50%;right:20px;transition:opacity 400ms ease-out;transform:translateY(-50%)}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img{position:relative;overflow:hidden}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li *{min-height:110%;width:auto}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:87%;right:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:inherit}.bdt-prime-slider-skin-meteor .bdt-dotnav li{position:relative;margin-left:10px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{position:relative;width:24px;height:24px;background:transparent;border:2px solid transparent;transform:scale(.8);transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{content:'';position:absolute;height:6px;width:6px;background:rgba(255,255,255,0.8);top:50%;right:50%;transform:translate(50%, -50%);border-radius:20px}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a{background:transparent;border-color:#fff;transform:scale(1)}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a:before{background:#fff}@media (min-width:640px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:20px}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:16px;padding:12px 30px 12px 75px}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{left:-2px;height:47px;width:47px;line-height:47px;bottom:-2px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:flex}.bdt-prime-slider-skin-meteor .bdt-height-small{height:120px}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:50%;right:auto}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:column}.bdt-prime-slider-skin-meteor .bdt-dotnav li{margin-left:0}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{width:30px;height:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{height:8px;width:8px}}@media (min-width:1024px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{padding-bottom:50px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:100px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc h4{font-size:24px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{display:inline-flex;margin:0;font-size:14px;padding:10px 8px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-right:88px}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{padding-left:20px;font-size:14px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{right:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:140px}.bdt-prime-slider-skin-meteor .bdt-height-small{height:150px}}.bdt-prime-slider-skin-general{position:relative;overflow:hidden}.bdt-prime-slider-skin-general .bdt-prime-slider-content{position:relative}.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-general .bdt-prime-slider-desc{margin-top:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:230px;margin-bottom:20px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:30px;font-weight:700;color:#fff;line-height:1.3;margin:0;display:inline}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title h4{color:rgba(255,255,255,0.6);font-size:16px;font-weight:400;margin:0}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 20px;margin:0}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding:20px 0 20px 20px;color:#ddd;font-size:14px;line-height:20px;margin-top:15px;max-width:510px}.bdt-prime-slider-skin-general .bdt-btn-wrapper{display:inline-flex}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:14px;padding:8px 20px 8px 55px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:none}.bdt-prime-slider-skin-general .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;left:1px;position:absolute;height:31px;width:31px;bottom:1px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{visibility:hidden;position:absolute;top:50%;right:100px;z-index:1;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{display:flex;font-size:14px;margin:15px 0}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down{position:absolute;left:18px;z-index:1;top:50%;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-scroll-down span{color:#fff;font-size:8px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:20px;width:35px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(90px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(-90deg);display:block}.bdt-prime-slider-skin-general .bdt-scroll-down-wrapper button{background:transparent;padding:0;border:0;outline:none;cursor:pointer}.bdt-prime-slider .bdt-prime-slider-skin-general ul.bdt-slideshow-items{margin:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav{right:42px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li{position:relative;align-items:center;display:flex;margin-left:16px;text-align:center;padding:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{position:relative;width:18px;height:18px;border-color:#4cb5ff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:hover{background:transparent;border-color:#4cb5ff}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:before{box-sizing:border-box;content:"";border:2px solid #FFF;border-radius:100%;display:block;position:absolute;top:50%;right:50%;transform:translate(50%, -50%);transition:all .3s ease;box-shadow:-0.1em .1em .2em rgba(0,0,0,0.5),inset -0.1em .1em .2em rgba(0,0,0,0.5)}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a{background:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:hover{background:transparent;border-color:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{background-color:transparent;border-width:5px;width:18px;height:18px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{margin-bottom:30px;border-radius:60px;height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:all .4s ease-out}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{content:'';position:absolute;width:0;height:1px;background:#fff;top:50%;transform:translateY(-50%);transition:all .4s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{background:#fe506c;border-color:#fe506c;width:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{left:0}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{border-radius:20px 60px 60px 20px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:30px;left:10px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:34px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before{right:0}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{transform:translateX(-24px);border-radius:60px 20px 20px 60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(-9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:30px;right:10px}@media (min-width:376px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:280px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:35px}}@media (min-width:640px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:auto}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:60px}}@media (min-width:768px){.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{right:30px;visibility:visible}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:580px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:65px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 30px}.bdt-prime-slider-skin-general .bdt-slide-btn{font-size:16px;padding:12px 30px 12px 75px}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{height:37px;width:37px;left:4px;bottom:4px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:20px;line-height:24px}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{font-size:16px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{border-width:6px;width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{height:48px;width:48px}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{width:9px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{width:75px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:40px;left:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(13px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{width:75px;transform:translateX(-30px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:40px;right:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(-13px)}}@media (min-width:1024px){.bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-general .bdt-scroll-down{left:75px}.bdt-prime-slider-skin-general .bdt-scroll-down span{font-size:10px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{margin-bottom:30px;width:48px}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(125px)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{right:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{width:670px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{padding:0 0 40px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{max-width:550px;font-size:15px;line-height:34px}.bdt-prime-slider-skin-general .bdt-dotnav{right:113px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{left:160px;margin-bottom:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{left:100px;margin-bottom:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:110px}.bdt-prime-slider-skin-general .bdt-slider-excerpt{padding-top:80px}}
assets/css/ps-isolate.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-slider-skin-locate{position:relative}.bdt-prime-slider-skin-locate:before{content:'';position:absolute;width:48%;height:100%;background:#32374B;top:0;left:0}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:absolute;top:50%;transform:translateY(-50%);left:10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{position:relative;width:95%;padding:20px 20px 40px;background:#fff}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#32374B;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{margin:0;font-size:14px;padding-bottom:8px;font-weight:500;color:rgba(50,55,75,0.3)}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:30px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 20px;position:relative;color:#fff;border:2px solid transparent;border-radius:60px;outline:none;background:#32374B;text-transform:uppercase;transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover{background-color:transparent;border-color:#32374B;color:#32374B}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#000}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{position:absolute;top:50%;left:30px;z-index:999;transform:translateY(-50%);display:none}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon a{display:flex;font-size:12px;padding:10px;margin:12px 0;background:rgba(255,255,255,0.1);border-radius:60px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{position:absolute;left:10%;bottom:35px;cursor:pointer}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;padding:2px;border:1px solid #ddd;border-radius:60px;animation:bounce 3s infinite;color:#777d96}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{bottom:32px;right:30px;margin:0}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{position:absolute;left:-40px;bottom:-2px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:19px;color:#32374b}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span{color:#777d96}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span:before{content:'';position:absolute;height:17px;width:2px;left:-12px;background:#777d96;bottom:3px;transform:rotate(15deg)}.bdt-prime-slider-skin-locate .bdt-navigation-arrows{position:absolute;bottom:35px;left:30%}.bdt-prime-slider-skin-locate .bdt-prime-slider-next,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous{display:inline-flex;align-items:center;font-size:15px;color:#777d96;outline:none;padding:0;margin:0 2px;transition:color .3s ease}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover{color:#32374B}.bdt-prime-slider-skin-locate .bdt-prime-slider-next i,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous i{transition:all .3s ease-out}.bdt-prime-slider-skin-locate .bdt-prime-slider-next span,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous span{margin:0 10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(2px)}.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(-2px)}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);right:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-locate:before{width:25%}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{left:-65px;bottom:-11px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:40px}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-flex-column{flex-direction:inherit}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px 90px}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:relative;transform:translateY(0);left:0}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{width:100%;padding-left:50px;background:transparent !important}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{left:60%}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{padding:6px}}@media (min-width:768px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:42px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{font-size:18px;padding-bottom:10px}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1024px){.bdt-prime-header-skin-locate .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 100px 100px 200px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{right:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:48px;padding-bottom:20px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{left:100px}}@media (min-width:1200px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{padding-left:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-navbar-nav>li{margin-right:30px;padding-right:35px}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#fe506c}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}@media (min-width:960px){.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit !important}}.bdt-prime-slider-skin-slice{position:relative;background:#545760}.bdt-prime-slider-skin-slice:before{content:'';position:absolute;width:35%;height:100%;background:#464952;top:0;left:50%;transform:translateX(-50%)}.bdt-prime-slider-skin-slice:after{content:'';position:absolute;width:33%;height:100%;background:#fc6a2a;top:0;right:0}.bdt-prime-slider-skin-slice .bdt-slideshow{z-index:1}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{width:100%}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:100px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{margin-left:80px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:32px;font-weight:100;color:#fff;margin:0;margin-left:50px;line-height:1.2}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag .frist-word,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4 .frist-word{font-weight:700}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{background:#fff;padding:15px 10px 0 20px;position:relative;width:100%;margin-bottom:40px;margin-left:-2px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{color:#666;font-size:13px;line-height:20px;max-height:80px;overflow:hidden}.bdt-prime-slider-skin-slice .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:18px;margin-bottom:-10px;display:inline-block;transform:translateY(10px)}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:13px;font-weight:700;padding:9px 28px;position:relative;color:#fff;transition:all .3s ease;outline:none;cursor:pointer;background:linear-gradient(to right, #fe506c 0, #fc6a2a 100%)}.bdt-prime-slider-skin-slice .bdt-slide-btn::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:linear-gradient(to left, #fe506c 0, #fc6a2a 100%);transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-wrapper{display:inline-flex;align-items:center}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-text{z-index:1}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-left:5px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-right:0}.bdt-prime-slider-skin-slice .bdt-slide-play-button{right:40px;bottom:40px}.bdt-prime-slider-skin-slice .bdt-slide-play-button .slice-play-btn:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-play-button a{padding:20px;background:#fff;border:3px solid #fc6a2a;border-radius:80px;color:#000;outline:none;display:inline-flex;animation:shadow-pulse 2s infinite}.bdt-prime-slider-skin-slice .bdt-slide-play-button a svg{width:16px;height:16px;transition:transform .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-play-button a:hover svg{transform:scale(1.2)}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img{position:relative;overflow:hidden;width:150px;margin-bottom:20px;box-shadow:inset 0 0 20px rgba(0,0,0,0.1)}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li *{min-height:100%;min-width:100%}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img img{position:absolute}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{position:absolute;top:50%;right:0;z-index:1;transform:translateY(-50%);background:#fff;display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a{display:flex;font-size:16px;padding:18px;position:relative}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:before{content:'';position:absolute;height:2px;width:16px;background:#ddd;bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:nth-last-child(1):before{display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover svg{color:#fe506c}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#000;transition:color .3s ease}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{position:absolute;right:-120px;bottom:0;margin:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li{position:absolute;left:-90px;bottom:-3px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span{color:#ddd}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span:before{content:'';position:absolute;height:1px;width:65px;left:-64px;background:#ddd;bottom:11px}.bdt-prime-slider-skin-slice .bdt-slidenav{position:relative;display:flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{position:absolute;right:-60px;top:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-left:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{margin-left:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{display:inline-flex;background:#545760;padding:18px 26px;transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{color:#fff;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:42px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:0;padding-bottom:130px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 10px 0 20px;margin-bottom:50px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:30px}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:14px;line-height:24px;max-height:170px}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-slice .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-slice .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{display:inherit}.bdt-prime-slider-skin-slice .bdt-slidenav{display:inline-flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{right:-120px}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-left:-4px}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{left:1px}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-right:100px}}@media (min-width:768px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:55px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 30px 0}}@media (min-width:1024px){.bdt-prime-header-skin-slice .bdt-prime-slider-container{padding:0 50px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:60px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:210px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:40px 30px 0 50px;margin-bottom:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:16px;line-height:24px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:90px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:240px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:60px 90px 0 50px;margin-bottom:110px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:18px;line-height:28px}}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-navbar,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li{margin-right:30px;padding-right:35px}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li>a,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li>a{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li:hover>a,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#444}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease;padding:0}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#000;font-size:16px;display:flex}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-isolate{position:relative}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:30px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{position:relative;padding-bottom:30px;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px;font-weight:700;color:#000;margin:0;padding-bottom:10px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:20px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-isolate .frist-word:before{content:'';position:absolute;background:rgba(254,80,108,0.1);height:25px;width:0;bottom:0;left:0;z-index:-1;transition:all .3s ease}.bdt-prime-slider-skin-isolate .frist-word{position:relative;display:inline-block}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-transition-active .frist-word:before{width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 15px;position:relative;color:#000;border:2px solid #fe506c;transition:all .3s ease;outline:none;text-transform:uppercase}.bdt-prime-slider-skin-isolate .bdt-slide-btn:before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;z-index:1;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:after{content:"";position:absolute;height:0;left:50%;top:50%;width:100%;z-index:-1;-webkit-transition:all .75s ease 0s;-moz-transition:all .75s ease 0s;-o-transition:all .75s ease 0s;transition:all .75s ease 0s;transform:translate(-50%, -50%)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover{background-color:transparent;border-color:#fe506c;color:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:after{height:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#000;transition:stroke .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:100px 30px 50px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item img{height:100%;width:100%;object-fit:cover}.bdt-prime-slider-skin-isolate .bdt-slideshow-item .bdt-slide-overlay{height:100%;overflow:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:75%;z-index:10}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:10px;padding:15px;background:#fff;border:2px solid #fe506c;color:#000;outline:none}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a i{transition:transform .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a:hover i{transform:scale(1.2)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-shadow-pulse a{animation:shadow-pulse 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a{position:relative}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:before,.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{content:'';display:block;position:absolute;border:1px solid #818a91;left:-30px;right:-30px;top:-30px;bottom:-30px;animation:line-bounce 1.5s linear infinite;opacity:0;backface-visibility:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{animation-delay:.5s}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-multi-shadow a{animation:multi-shadow 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{position:absolute;bottom:100px;cursor:pointer;display:none}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;position:relative;padding:6px;border:1px solid rgba(254,80,108,0.5);animation:bounce 3s infinite;color:#777d96;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover{color:#fff}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover svg{transform:scale(1.1) translateY(3px)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon .ps-wi-arrow-down-4{z-index:1}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-scroll-down-wrapper{left:100px}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-scroll-down-wrapper{right:100px}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:25%}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .frist-word,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 var(--box-shadow-color)}70%{box-shadow:0 0 0 40px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes line-bounce{0%{transform:scale(.5);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes multi-shadow{0%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}50%{box-shadow:0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)}100%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}}.bdt-prime-slider-skin-isolate .bdt-dotnav li{margin:5px 0;padding:10px;position:relative;cursor:pointer}.bdt-prime-slider-skin-isolate .bdt-dotnav li a{height:6px;width:6px;border-radius:0;transition:all .3s ease-in-out}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active a{background-color:#000}.bdt-prime-slider-skin-isolate .bdt-dotnav li:before{content:'';position:absolute;border:1px solid rgba(254,80,108,0.5);left:50%;top:50%;height:24px;width:24px;transform:translate(-50%, -50%) scale(.4) rotate(45deg);transition:all .3s ease-in-out;opacity:0}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active:before{transform:translate(-50%, -50%) scale(1) rotate(0deg);opacity:1}.bdt-prime-slider-skin-isolate .bdt-slidenav{position:relative}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-98px 30px 0;padding-bottom:50px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next{margin-left:-5px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{margin-left:-1px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{position:relative;background:#fff;padding:0;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i{color:#000;z-index:1;transition:all .3s ease-out}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-48px 30px 0}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);right:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-prime-slider-desc{padding-right:50px;padding-left:0}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-flex-column.bdt-navigation-arrows{flex-direction:row-reverse}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-prime-slider-desc{padding-left:80px;padding-right:0}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:20px;padding:20px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:0}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:50%}}@media (min-width:960px){.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-isolate .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:110px 100px 100px}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-160px 100px 0;padding-bottom:100px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-160px 100px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:70px;padding-bottom:20px;line-height:1}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{padding:30px}}@media (min-width:1025px){.bdt-image-match-height-desktop--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (min-width:1440px){.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}@media screen and (max-width:1024px) and (min-width:768px){.bdt-image-match-height-tablet--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (max-width:767px){.bdt-image-match-height-mobile--yes .bdt-prime-slider .bdt-match-height{height:100%}}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{position:relative}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{z-index:1}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}
1
+ .bdt-prime-slider-skin-locate{position:relative}.bdt-prime-slider-skin-locate:before{content:'';position:absolute;width:48%;height:100%;background:#32374B;top:0;left:0}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:absolute;top:50%;transform:translateY(-50%);left:10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{position:relative;width:95%;padding:20px 20px 40px;background:#fff}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#32374B;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{margin:0;font-size:14px;padding-bottom:8px;font-weight:500;color:rgba(50,55,75,0.3)}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:30px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 20px;position:relative;color:#fff;border:2px solid transparent;border-radius:60px;outline:none;background:#32374B;text-transform:uppercase;transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover{background-color:transparent;border-color:#32374B;color:#32374B}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#000}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{position:absolute;top:50%;left:30px;z-index:999;transform:translateY(-50%);display:none}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon a{display:flex;font-size:12px;padding:10px;margin:12px 0;background:rgba(255,255,255,0.1);border-radius:60px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{position:absolute;left:10%;bottom:35px;cursor:pointer}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;padding:2px;border:1px solid #ddd;border-radius:60px;animation:bounce 3s infinite;color:#777d96}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{bottom:32px;right:30px;margin:0}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{position:absolute;left:-40px;bottom:-2px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:19px;color:#32374b}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span{color:#777d96}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span:before{content:'';position:absolute;height:17px;width:2px;left:-12px;background:#777d96;bottom:3px;transform:rotate(15deg)}.bdt-prime-slider-skin-locate .bdt-navigation-arrows{position:absolute;bottom:35px;left:30%}.bdt-prime-slider-skin-locate .bdt-prime-slider-next,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous{display:inline-flex;align-items:center;font-size:15px;color:#777d96;outline:none;padding:0;margin:0 2px;transition:color .3s ease}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover{color:#32374B}.bdt-prime-slider-skin-locate .bdt-prime-slider-next i,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous i{transition:all .3s ease-out}.bdt-prime-slider-skin-locate .bdt-prime-slider-next span,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous span{margin:0 10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(2px)}.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(-2px)}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);right:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-locate:before{width:25%}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{left:-65px;bottom:-11px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:40px}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-flex-column{flex-direction:inherit}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px 90px}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:relative;transform:translateY(0);left:0}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{width:100%;padding-left:50px;background:transparent !important}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{left:60%}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{padding:6px}}@media (min-width:768px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:42px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{font-size:18px;padding-bottom:10px}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1024px){.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 100px 100px 200px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{right:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:48px;padding-bottom:20px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{left:100px}}@media (min-width:1200px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{padding-left:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}.bdt-prime-slider-skin-slice{position:relative;background:#545760}.bdt-prime-slider-skin-slice:before{content:'';position:absolute;width:35%;height:100%;background:#464952;top:0;left:50%;transform:translateX(-50%)}.bdt-prime-slider-skin-slice:after{content:'';position:absolute;width:33%;height:100%;background:#fc6a2a;top:0;right:0}.bdt-prime-slider-skin-slice .bdt-slideshow{z-index:1}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{width:100%}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:100px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{margin-left:80px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:32px;font-weight:100;color:#fff;margin:0;margin-left:50px;line-height:1.2}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag .frist-word,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4 .frist-word{font-weight:700}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{background:#fff;padding:15px 10px 0 20px;position:relative;width:100%;margin-bottom:40px;margin-left:-2px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{color:#666;font-size:13px;line-height:20px;max-height:80px;overflow:hidden}.bdt-prime-slider-skin-slice .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:18px;margin-bottom:-10px;display:inline-block;transform:translateY(10px)}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:13px;font-weight:700;padding:9px 28px;position:relative;color:#fff;transition:all .3s ease;outline:none;cursor:pointer;background:linear-gradient(to right, #fe506c 0, #fc6a2a 100%)}.bdt-prime-slider-skin-slice .bdt-slide-btn::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:linear-gradient(to left, #fe506c 0, #fc6a2a 100%);transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-wrapper{display:inline-flex;align-items:center}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-text{z-index:1}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-left:5px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-right:0}.bdt-prime-slider-skin-slice .bdt-slide-play-button{right:40px;bottom:40px}.bdt-prime-slider-skin-slice .bdt-slide-play-button .slice-play-btn:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-play-button a{padding:20px;background:#fff;border:3px solid #fc6a2a;border-radius:80px;color:#000;outline:none;display:inline-flex;animation:shadow-pulse 2s infinite}.bdt-prime-slider-skin-slice .bdt-slide-play-button a svg{width:16px;height:16px;transition:transform .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-play-button a:hover svg{transform:scale(1.2)}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img{position:relative;overflow:hidden;width:150px;margin-bottom:20px;box-shadow:inset 0 0 20px rgba(0,0,0,0.1)}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li *{min-height:100%;min-width:100%}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img img{position:absolute}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{position:absolute;top:50%;right:0;z-index:1;transform:translateY(-50%);background:#fff;display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a{display:flex;font-size:16px;padding:18px;position:relative}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:before{content:'';position:absolute;height:2px;width:16px;background:#ddd;bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:nth-last-child(1):before{display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover svg{color:#fe506c}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#000;transition:color .3s ease}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{position:absolute;right:-120px;bottom:0;margin:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li{position:absolute;left:-90px;bottom:-3px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span{color:#ddd}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span:before{content:'';position:absolute;height:1px;width:65px;left:-64px;background:#ddd;bottom:11px}.bdt-prime-slider-skin-slice .bdt-slidenav{position:relative;display:flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{position:absolute;right:-60px;top:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-left:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{margin-left:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{display:inline-flex;background:#545760;padding:18px 26px;transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{color:#fff;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:42px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:0;padding-bottom:130px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 10px 0 20px;margin-bottom:50px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:30px}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:14px;line-height:24px;max-height:170px}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-slice .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-slice .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{display:inherit}.bdt-prime-slider-skin-slice .bdt-slidenav{display:inline-flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{right:-120px}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-left:-4px}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{left:1px}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-right:100px}}@media (min-width:768px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:55px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 30px 0}}@media (min-width:1024px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:60px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:210px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:40px 30px 0 50px;margin-bottom:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:16px;line-height:24px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:90px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:240px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:60px 90px 0 50px;margin-bottom:110px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:18px;line-height:28px}}.bdt-prime-slider-skin-isolate{position:relative}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:30px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{position:relative;padding-bottom:30px;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px;font-weight:700;color:#000;margin:0;padding-bottom:10px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:20px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-isolate .frist-word:before{content:'';position:absolute;background:rgba(254,80,108,0.1);height:25px;width:0;bottom:0;left:0;z-index:-1;transition:all .3s ease}.bdt-prime-slider-skin-isolate .frist-word{position:relative;display:inline-block}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-transition-active .frist-word:before{width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 15px;position:relative;color:#000;border:2px solid #fe506c;transition:all .3s ease;outline:none;text-transform:uppercase}.bdt-prime-slider-skin-isolate .bdt-slide-btn:before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;z-index:1;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:after{content:"";position:absolute;height:0;left:50%;top:50%;width:100%;z-index:-1;-webkit-transition:all .75s ease 0s;-moz-transition:all .75s ease 0s;-o-transition:all .75s ease 0s;transition:all .75s ease 0s;transform:translate(-50%, -50%)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover{background-color:transparent;border-color:#fe506c;color:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:after{height:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(5px)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:8px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#000;transition:stroke .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:100px 30px 50px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item img{height:100%;width:100%;object-fit:cover}.bdt-prime-slider-skin-isolate .bdt-slideshow-item .bdt-slide-overlay{height:100%;overflow:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:75%;z-index:10}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:10px;padding:15px;background:#fff;border:2px solid #fe506c;color:#000;outline:none}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a i{transition:transform .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a:hover i{transform:scale(1.2)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-shadow-pulse a{animation:shadow-pulse 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a{position:relative}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:before,.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{content:'';display:block;position:absolute;border:1px solid #818a91;left:-30px;right:-30px;top:-30px;bottom:-30px;animation:line-bounce 1.5s linear infinite;opacity:0;backface-visibility:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{animation-delay:.5s}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-multi-shadow a{animation:multi-shadow 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{position:absolute;bottom:100px;cursor:pointer;display:none}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;position:relative;padding:6px;border:1px solid rgba(254,80,108,0.5);animation:bounce 3s infinite;color:#777d96;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover{color:#fff}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover svg{transform:scale(1.1) translateY(3px)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon .ps-wi-arrow-down-4{z-index:1}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-scroll-down-wrapper{left:100px}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-scroll-down-wrapper{right:100px}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:25%}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 var(--box-shadow-color)}70%{box-shadow:0 0 0 40px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes line-bounce{0%{transform:scale(.5);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes multi-shadow{0%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}50%{box-shadow:0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)}100%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}}.bdt-prime-slider-skin-isolate .bdt-dotnav li{margin:5px 0;padding:10px;position:relative;cursor:pointer}.bdt-prime-slider-skin-isolate .bdt-dotnav li a{height:6px;width:6px;border-radius:0;transition:all .3s ease-in-out}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active a{background-color:#000}.bdt-prime-slider-skin-isolate .bdt-dotnav li:before{content:'';position:absolute;border:1px solid rgba(254,80,108,0.5);left:50%;top:50%;height:24px;width:24px;transform:translate(-50%, -50%) scale(.4) rotate(45deg);transition:all .3s ease-in-out;opacity:0}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active:before{transform:translate(-50%, -50%) scale(1) rotate(0deg);opacity:1}.bdt-prime-slider-skin-isolate .bdt-slidenav{position:relative}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-98px 30px 0;padding-bottom:50px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next{margin-left:-5px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{margin-left:-1px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{position:relative;background:#fff;padding:0;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i{color:#000;z-index:1;transition:all .3s ease-out}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-48px 30px 0}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);right:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-prime-slider-desc{padding-right:50px;padding-left:0}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-flex-column.bdt-navigation-arrows{flex-direction:row-reverse}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-prime-slider-desc{padding-left:80px;padding-right:0}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:20px;padding:20px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-left:15px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:0}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:50%}}@media (min-width:960px){.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:110px 100px 100px}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-160px 100px 0;padding-bottom:100px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-160px 100px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:70px;padding-bottom:20px;line-height:1}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{padding:30px}}@media (min-width:1025px){.bdt-image-match-height-desktop--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (min-width:1440px){.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}@media screen and (max-width:1024px) and (min-width:768px){.bdt-image-match-height-tablet--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (max-width:767px){.bdt-image-match-height-mobile--yes .bdt-prime-slider .bdt-match-height{height:100%}}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{position:relative}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{z-index:1}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover::before{left:0;right:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous::before{position:absolute;display:block;content:'';top:0;right:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}
assets/css/ps-isolate.rtl.css CHANGED
@@ -1 +1 @@
1
- .bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff}.bdt-prime-slider-skin-locate{position:relative}.bdt-prime-slider-skin-locate:before{content:'';position:absolute;width:48%;height:100%;background:#32374B;top:0;right:0}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:absolute;top:50%;transform:translateY(-50%);right:10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{position:relative;width:95%;padding:20px 20px 40px;background:#fff}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#32374B;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{margin:0;font-size:14px;padding-bottom:8px;font-weight:500;color:rgba(50,55,75,0.3)}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:30px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 20px;position:relative;color:#fff;border:2px solid transparent;border-radius:60px;outline:none;background:#32374B;text-transform:uppercase;transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover{background-color:transparent;border-color:#32374B;color:#32374B}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#000}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{position:absolute;top:50%;right:30px;z-index:999;transform:translateY(-50%);display:none}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon a{display:flex;font-size:12px;padding:10px;margin:12px 0;background:rgba(255,255,255,0.1);border-radius:60px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{position:absolute;right:10%;bottom:35px;cursor:pointer}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;padding:2px;border:1px solid #ddd;border-radius:60px;animation:bounce 3s infinite;color:#777d96}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{bottom:32px;left:30px;margin:0}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{position:absolute;right:-40px;bottom:-2px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:19px;color:#32374b}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span{color:#777d96}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span:before{content:'';position:absolute;height:17px;width:2px;right:-12px;background:#777d96;bottom:3px;transform:rotate(-15deg)}.bdt-prime-slider-skin-locate .bdt-navigation-arrows{position:absolute;bottom:35px;right:30%}.bdt-prime-slider-skin-locate .bdt-prime-slider-next,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous{display:inline-flex;align-items:center;font-size:15px;color:#777d96;outline:none;padding:0;margin:0 2px;transition:color .3s ease}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover{color:#32374B}.bdt-prime-slider-skin-locate .bdt-prime-slider-next i,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous i{transition:all .3s ease-out}.bdt-prime-slider-skin-locate .bdt-prime-slider-next span,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous span{margin:0 10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(-2px)}.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(2px)}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);left:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-locate:before{width:25%}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{right:-65px;bottom:-11px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:40px}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-flex-column{flex-direction:inherit}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 90px 100px 30px}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:relative;transform:translateY(0);right:0}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{width:100%;padding-right:50px;background:transparent !important}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{right:60%}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{padding:6px}}@media (min-width:768px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:42px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{font-size:18px;padding-bottom:10px}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1024px){.bdt-prime-header-skin-locate .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 200px 100px 100px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{left:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:48px;padding-bottom:20px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{right:100px}}@media (min-width:1200px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{padding-right:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-navbar-nav>li{margin-left:30px;padding-left:35px}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#fe506c}.bdt-prime-header-skin-slice .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#fff;font-size:16px;display:flex}@media (min-width:960px){.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit !important}}.bdt-prime-slider-skin-slice{position:relative;background:#545760}.bdt-prime-slider-skin-slice:before{content:'';position:absolute;width:35%;height:100%;background:#464952;top:0;right:50%;transform:translateX(50%)}.bdt-prime-slider-skin-slice:after{content:'';position:absolute;width:33%;height:100%;background:#fc6a2a;top:0;left:0}.bdt-prime-slider-skin-slice .bdt-slideshow{z-index:1}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{width:100%}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:100px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{margin-right:80px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:32px;font-weight:100;color:#fff;margin:0;margin-right:50px;line-height:1.2}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag .frist-word,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4 .frist-word{font-weight:700}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{background:#fff;padding:15px 20px 0 10px;position:relative;width:100%;margin-bottom:40px;margin-right:-2px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{color:#666;font-size:13px;line-height:20px;max-height:80px;overflow:hidden}.bdt-prime-slider-skin-slice .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:18px;margin-bottom:-10px;display:inline-block;transform:translateY(10px)}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:13px;font-weight:700;padding:9px 28px;position:relative;color:#fff;transition:all .3s ease;outline:none;cursor:pointer;background:linear-gradient(to left, #fe506c 0, #fc6a2a 100%)}.bdt-prime-slider-skin-slice .bdt-slide-btn::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:linear-gradient(to right, #fe506c 0, #fc6a2a 100%);transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-wrapper{display:inline-flex;align-items:center}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-text{z-index:1}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-right:5px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-left:0}.bdt-prime-slider-skin-slice .bdt-slide-play-button{left:40px;bottom:40px}.bdt-prime-slider-skin-slice .bdt-slide-play-button .slice-play-btn:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-play-button a{padding:20px;background:#fff;border:3px solid #fc6a2a;border-radius:80px;color:#000;outline:none;display:inline-flex;animation:shadow-pulse 2s infinite}.bdt-prime-slider-skin-slice .bdt-slide-play-button a svg{width:16px;height:16px;transition:transform .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-play-button a:hover svg{transform:scale(1.2)}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img{position:relative;overflow:hidden;width:150px;margin-bottom:20px;box-shadow:inset 0 0 20px rgba(0,0,0,0.1)}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li *{min-height:100%;min-width:100%}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img img{position:absolute}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{position:absolute;top:50%;left:0;z-index:1;transform:translateY(-50%);background:#fff;display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a{display:flex;font-size:16px;padding:18px;position:relative}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:before{content:'';position:absolute;height:2px;width:16px;background:#ddd;bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:nth-last-child(1):before{display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover svg{color:#fe506c}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#000;transition:color .3s ease}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{position:absolute;left:-120px;bottom:0;margin:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li{position:absolute;right:-90px;bottom:-3px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span{color:#ddd}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span:before{content:'';position:absolute;height:1px;width:65px;right:-64px;background:#ddd;bottom:11px}.bdt-prime-slider-skin-slice .bdt-slidenav{position:relative;display:flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{position:absolute;left:-60px;top:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-right:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{margin-right:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{display:inline-flex;background:#545760;padding:18px 26px;transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{color:#fff;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:42px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:0;padding-bottom:130px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 20px 0 10px;margin-bottom:50px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:30px}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:14px;line-height:24px;max-height:170px}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-slice .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-slice .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{display:inherit}.bdt-prime-slider-skin-slice .bdt-slidenav{display:inline-flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{left:-120px}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-right:-4px}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{right:1px}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-left:100px}}@media (min-width:768px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:55px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 30px 0}}@media (min-width:1024px){.bdt-prime-header-skin-slice .bdt-prime-slider-container{padding:0 50px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:60px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:210px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:40px 50px 0 30px;margin-bottom:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:16px;line-height:24px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:90px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:240px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:60px 50px 0 90px;margin-bottom:110px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:18px;line-height:28px}}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-prime-slider-navbar,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-prime-slider-navbar{display:flex;align-items:center}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li{margin-left:30px;padding-left:35px}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li>a,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li>a{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-navbar-nav>li:hover>a,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#444}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button{transition:all .3s ease;padding:0}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button:hover{color:#000}.bdt-prime-header-skin-locate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon,.bdt-prime-header-skin-isolate .bdt-header-inner .bdt-offcanvas-button-wrapper .bdt-offcanvas-button .bdt-offcanvas-button-icon{color:#000;font-size:16px;display:flex}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}.bdt-prime-slider-skin-isolate{position:relative}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:30px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{position:relative;padding-bottom:30px;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px;font-weight:700;color:#000;margin:0;padding-bottom:10px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:20px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-isolate .frist-word:before{content:'';position:absolute;background:rgba(254,80,108,0.1);height:25px;width:0;bottom:0;right:0;z-index:-1;transition:all .3s ease}.bdt-prime-slider-skin-isolate .frist-word{position:relative;display:inline-block}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-transition-active .frist-word:before{width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 15px;position:relative;color:#000;border:2px solid #fe506c;transition:all .3s ease;outline:none;text-transform:uppercase}.bdt-prime-slider-skin-isolate .bdt-slide-btn:before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;z-index:1;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:after{content:"";position:absolute;height:0;right:50%;top:50%;width:100%;z-index:-1;-webkit-transition:all .75s ease 0s;-moz-transition:all .75s ease 0s;-o-transition:all .75s ease 0s;transition:all .75s ease 0s;transform:translate(50%, -50%)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover{background-color:transparent;border-color:#fe506c;color:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:after{height:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#000;transition:stroke .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:100px 30px 50px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item img{height:100%;width:100%;object-fit:cover}.bdt-prime-slider-skin-isolate .bdt-slideshow-item .bdt-slide-overlay{height:100%;overflow:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:75%;z-index:10}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:10px;padding:15px;background:#fff;border:2px solid #fe506c;color:#000;outline:none}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a i{transition:transform .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a:hover i{transform:scale(1.2)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-shadow-pulse a{animation:shadow-pulse 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a{position:relative}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:before,.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{content:'';display:block;position:absolute;border:1px solid #818a91;right:-30px;left:-30px;top:-30px;bottom:-30px;animation:line-bounce 1.5s linear infinite;opacity:0;backface-visibility:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{animation-delay:.5s}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-multi-shadow a{animation:multi-shadow 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{position:absolute;bottom:100px;cursor:pointer;display:none}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;position:relative;padding:6px;border:1px solid rgba(254,80,108,0.5);animation:bounce 3s infinite;color:#777d96;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover{color:#fff}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover svg{transform:scale(1.1) translateY(3px)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon .ps-wi-arrow-down-4{z-index:1}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-scroll-down-wrapper{right:100px}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-scroll-down-wrapper{left:100px}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:25%}.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .frist-word,.bdt-text-stroke--yes .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:transparent !important;-webkit-text-stroke:1px #fff}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 var(--box-shadow-color)}70%{box-shadow:0 0 0 40px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes line-bounce{0%{transform:scale(.5);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes multi-shadow{0%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}50%{box-shadow:0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)}100%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}}.bdt-prime-slider-skin-isolate .bdt-dotnav li{margin:5px 0;padding:10px;position:relative;cursor:pointer}.bdt-prime-slider-skin-isolate .bdt-dotnav li a{height:6px;width:6px;border-radius:0;transition:all .3s ease-in-out}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active a{background-color:#000}.bdt-prime-slider-skin-isolate .bdt-dotnav li:before{content:'';position:absolute;border:1px solid rgba(254,80,108,0.5);right:50%;top:50%;height:24px;width:24px;transform:translate(50%, -50%) scale(.4) rotate(-45deg);transition:all .3s ease-in-out;opacity:0}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active:before{transform:translate(50%, -50%) scale(1) rotate(0deg);opacity:1}.bdt-prime-slider-skin-isolate .bdt-slidenav{position:relative}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-98px 30px 0;padding-bottom:50px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next{margin-right:-5px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{margin-right:-1px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{position:relative;background:#fff;padding:0;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i{color:#000;z-index:1;transition:all .3s ease-out}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-48px 30px 0}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);left:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-prime-slider-desc{padding-left:50px;padding-right:0}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-flex-column.bdt-navigation-arrows{flex-direction:row-reverse}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-prime-slider-desc{padding-right:80px;padding-left:0}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:20px;padding:20px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:0}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:50%}}@media (min-width:960px){.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{display:inherit}}@media (min-width:1024px){.bdt-prime-header-skin-isolate .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:110px 100px 100px}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-160px 100px 0;padding-bottom:100px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-160px 100px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:70px;padding-bottom:20px;line-height:1}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{padding:30px}}@media (min-width:1025px){.bdt-image-match-height-desktop--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (min-width:1440px){.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}@media screen and (max-width:1024px) and (min-width:768px){.bdt-image-match-height-tablet--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (max-width:767px){.bdt-image-match-height-mobile--yes .bdt-prime-slider .bdt-match-height{height:100%}}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{position:relative}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{z-index:1}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}
1
+ .bdt-prime-slider-skin-locate{position:relative}.bdt-prime-slider-skin-locate:before{content:'';position:absolute;width:48%;height:100%;background:#32374B;top:0;right:0}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:absolute;top:50%;transform:translateY(-50%);right:10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{position:relative;width:95%;padding:20px 20px 40px;background:#fff}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:28px;font-weight:700;color:#32374B;margin:0;padding-bottom:15px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{margin:0;font-size:14px;padding-bottom:8px;font-weight:500;color:rgba(50,55,75,0.3)}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:30px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 20px;position:relative;color:#fff;border:2px solid transparent;border-radius:60px;outline:none;background:#32374B;text-transform:uppercase;transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover{background-color:transparent;border-color:#32374B;color:#32374B}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-locate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#000}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-locate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 30px 100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{position:absolute;top:50%;right:30px;z-index:999;transform:translateY(-50%);display:none}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon a{display:flex;font-size:12px;padding:10px;margin:12px 0;background:rgba(255,255,255,0.1);border-radius:60px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{position:absolute;right:10%;bottom:35px;cursor:pointer}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;padding:2px;border:1px solid #ddd;border-radius:60px;animation:bounce 3s infinite;color:#777d96}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{bottom:32px;left:30px;margin:0}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{position:absolute;right:-40px;bottom:-2px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:19px;color:#32374b}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span{color:#777d96}.bdt-prime-slider-skin-locate .bdt-ps-dotnav span:before{content:'';position:absolute;height:17px;width:2px;right:-12px;background:#777d96;bottom:3px;transform:rotate(-15deg)}.bdt-prime-slider-skin-locate .bdt-navigation-arrows{position:absolute;bottom:35px;right:30%}.bdt-prime-slider-skin-locate .bdt-prime-slider-next,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous{display:inline-flex;align-items:center;font-size:15px;color:#777d96;outline:none;padding:0;margin:0 2px;transition:color .3s ease}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover{color:#32374B}.bdt-prime-slider-skin-locate .bdt-prime-slider-next i,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous i{transition:all .3s ease-out}.bdt-prime-slider-skin-locate .bdt-prime-slider-next span,.bdt-prime-slider-skin-locate .bdt-prime-slider-previous span{margin:0 10px}.bdt-prime-slider-skin-locate .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(-2px)}.bdt-prime-slider-skin-locate .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(2px)}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);left:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-locate:before{width:25%}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li{right:-65px;bottom:-11px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav li a{font-size:40px}.bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-flex-column{flex-direction:inherit}.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 90px 100px 30px}.bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper{position:relative;transform:translateY(0);right:0}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{width:100%;padding-right:50px;background:transparent !important}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px}.bdt-prime-slider-skin-locate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper{right:60%}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-locate .bdt-scroll-down-wrapper .bdt-scroll-icon{padding:6px}}@media (min-width:768px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:42px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc h4{font-size:18px;padding-bottom:10px}.bdt-prime-slider-skin-locate .bdt-slide-btn{font-size:14px;padding:12px 30px}}@media (min-width:1024px){.bdt-prime-slider-skin-locate .bdt-slideshow-item{margin:110px 200px 100px 100px}.bdt-prime-slider-skin-locate .bdt-ps-dotnav{left:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:48px;padding-bottom:20px}.bdt-prime-slider-skin-locate .bdt-prime-slider-social-icon{right:100px}}@media (min-width:1200px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc{padding-right:100px}.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:60px}}@media (min-width:1440px){.bdt-prime-slider-skin-locate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}.bdt-prime-slider-skin-slice{position:relative;background:#545760}.bdt-prime-slider-skin-slice:before{content:'';position:absolute;width:35%;height:100%;background:#464952;top:0;right:50%;transform:translateX(50%)}.bdt-prime-slider-skin-slice:after{content:'';position:absolute;width:33%;height:100%;background:#fc6a2a;top:0;left:0}.bdt-prime-slider-skin-slice .bdt-slideshow{z-index:1}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{width:100%}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:100px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{margin-right:80px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:32px;font-weight:100;color:#fff;margin:0;margin-right:50px;line-height:1.2}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag .frist-word,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4 .frist-word{font-weight:700}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{background:#fff;padding:15px 20px 0 10px;position:relative;width:100%;margin-bottom:40px;margin-right:-2px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{color:#666;font-size:13px;line-height:20px;max-height:80px;overflow:hidden}.bdt-prime-slider-skin-slice .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:18px;margin-bottom:-10px;display:inline-block;transform:translateY(10px)}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:13px;font-weight:700;padding:9px 28px;position:relative;color:#fff;transition:all .3s ease;outline:none;cursor:pointer;background:linear-gradient(to left, #fe506c 0, #fc6a2a 100%)}.bdt-prime-slider-skin-slice .bdt-slide-btn::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:linear-gradient(to right, #fe506c 0, #fc6a2a 100%);transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-slice .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-wrapper{display:inline-flex;align-items:center}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-prime-slider-button-text{z-index:1}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-right:5px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-left:0}.bdt-prime-slider-skin-slice .bdt-slide-play-button{left:40px;bottom:40px}.bdt-prime-slider-skin-slice .bdt-slide-play-button .slice-play-btn:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-play-button a{padding:20px;background:#fff;border:3px solid #fc6a2a;border-radius:80px;color:#000;outline:none;display:inline-flex;animation:shadow-pulse 2s infinite}.bdt-prime-slider-skin-slice .bdt-slide-play-button a svg{width:16px;height:16px;transition:transform .3s ease}.bdt-prime-slider-skin-slice .bdt-slide-play-button a:hover svg{transform:scale(1.2)}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area .bdt-slide-nav-arrows:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img{position:relative;overflow:hidden;width:150px;margin-bottom:20px;box-shadow:inset 0 0 20px rgba(0,0,0,0.1)}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li{transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li *{min-height:100%;min-width:100%}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-slide-thumbnav-img img{position:absolute}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{position:absolute;top:50%;left:0;z-index:1;transform:translateY(-50%);background:#fff;display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a{display:flex;font-size:16px;padding:18px;position:relative}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:before{content:'';position:absolute;height:2px;width:16px;background:#ddd;bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:nth-last-child(1):before{display:none}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon a:hover svg{color:#fe506c}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#000;transition:color .3s ease}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,0.1)}100%{box-shadow:0 0 0 35px rgba(0,0,0,0)}}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{position:absolute;left:-120px;bottom:0;margin:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li{position:absolute;right:-90px;bottom:-3px;transition:opacity 400ms ease-out}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li a{font-size:20px;color:#fff}.bdt-prime-slider-skin-slice .bdt-ps-dotnav li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span{color:#ddd}.bdt-prime-slider-skin-slice .bdt-ps-dotnav span:before{content:'';position:absolute;height:1px;width:65px;right:-64px;background:#ddd;bottom:11px}.bdt-prime-slider-skin-slice .bdt-slidenav{position:relative;display:flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{position:absolute;left:-60px;top:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-right:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{margin-right:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{display:inline-flex;background:#545760;padding:18px 26px;transition:all .3s ease}.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{color:#fff;width:8px;transition:all .3s ease-out}.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}@media (min-width:640px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:42px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-top:0;padding-bottom:130px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 20px 0 10px;margin-bottom:50px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:30px}.bdt-prime-slider-skin-slice .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-slice .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:14px;line-height:24px;max-height:170px}.bdt-prime-slider-skin-slice .bdt-prime-slider-social-icon{display:inherit}.bdt-prime-slider-skin-slice .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-slice .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-slice .bdt-ps-dotnav{display:inherit}.bdt-prime-slider-skin-slice .bdt-slidenav{display:inline-flex}.bdt-prime-slider-skin-slice .bdt-navigation-arrows{left:-120px}.bdt-prime-slider-skin-slice .bdt-prime-slider-next{margin-right:-4px}.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{right:1px}.bdt-prime-slider-skin-slice .bdt-slideshow-item .bdt-slide-overlay{margin-left:100px}}@media (min-width:768px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:55px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:20px 30px 0}}@media (min-width:1024px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:60px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:210px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:40px 50px 0 30px;margin-bottom:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:16px;line-height:24px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:40px}}@media (min-width:1440px){.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-title-tag,.bdt-prime-slider-skin-slice .bdt-prime-slider-desc h4{font-size:90px}.bdt-prime-slider-skin-slice .bdt-prime-slider-desc .bdt-main-title{padding-bottom:240px}.bdt-prime-slider-skin-slice .bdt-slide-text-btn-area{padding:60px 50px 0 90px;margin-bottom:110px}.bdt-prime-slider-skin-slice .bdt-skin-slide-btn{padding-top:60px}.bdt-prime-slider-skin-slice .bdt-slider-excerpt{font-size:18px;line-height:28px}}.bdt-prime-slider-skin-isolate{position:relative}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:30px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{position:relative;padding-bottom:30px;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:32px;font-weight:700;color:#000;margin:0;padding-bottom:10px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:20px;color:#999;font-size:13px;max-width:400px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-isolate .frist-word:before{content:'';position:absolute;background:rgba(254,80,108,0.1);height:25px;width:0;bottom:0;right:0;z-index:-1;transition:all .3s ease}.bdt-prime-slider-skin-isolate .frist-word{position:relative;display:inline-block}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-transition-active .frist-word:before{width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:12px;font-weight:700;padding:8px 15px;position:relative;color:#000;border:2px solid #fe506c;transition:all .3s ease;outline:none;text-transform:uppercase}.bdt-prime-slider-skin-isolate .bdt-slide-btn:before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;z-index:1;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:after{content:"";position:absolute;height:0;right:50%;top:50%;width:100%;z-index:-1;-webkit-transition:all .75s ease 0s;-moz-transition:all .75s ease 0s;-o-transition:all .75s ease 0s;transition:all .75s ease 0s;transform:translate(50%, -50%)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover{background-color:transparent;border-color:#fe506c;color:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover:after{height:100%}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg{transform:scale(1.1) translateX(-5px)}.bdt-prime-slider-skin-isolate .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:8px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#000;transition:stroke .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-prime-slider-button-text{z-index:10;position:relative}.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:100px 30px 50px}.bdt-prime-slider-skin-isolate .bdt-slideshow-item img{height:100%;width:100%;object-fit:cover}.bdt-prime-slider-skin-isolate .bdt-slideshow-item .bdt-slide-overlay{height:100%;overflow:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:75%;z-index:10}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:10px;padding:15px;background:#fff;border:2px solid #fe506c;color:#000;outline:none}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a i{transition:transform .3s ease}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a:hover i{transform:scale(1.2)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-shadow-pulse a{animation:shadow-pulse 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a{position:relative}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:before,.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{content:'';display:block;position:absolute;border:1px solid #818a91;right:-30px;left:-30px;top:-30px;bottom:-30px;animation:line-bounce 1.5s linear infinite;opacity:0;backface-visibility:hidden}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-line-bounce a:after{animation-delay:.5s}.bdt-prime-slider-skin-isolate .bdt-slide-play-button.bdt-multi-shadow a{animation:multi-shadow 2s infinite;--box-shadow-color:rgba(129,138,145,0.1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{position:absolute;bottom:100px;cursor:pointer;display:none}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon{display:flex;position:relative;padding:6px;border:1px solid rgba(254,80,108,0.5);animation:bounce 3s infinite;color:#777d96;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon svg{transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover{color:#fff}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon:hover svg{transform:scale(1.1) translateY(3px)}.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper .bdt-scroll-icon .ps-wi-arrow-down-4{z-index:1}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-scroll-down-wrapper{right:100px}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-scroll-down-wrapper{left:100px}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:25%}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 var(--box-shadow-color)}70%{box-shadow:0 0 0 40px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes line-bounce{0%{transform:scale(.5);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes multi-shadow{0%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}50%{box-shadow:0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)}100%{box-shadow:0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)}}.bdt-prime-slider-skin-isolate .bdt-dotnav li{margin:5px 0;padding:10px;position:relative;cursor:pointer}.bdt-prime-slider-skin-isolate .bdt-dotnav li a{height:6px;width:6px;border-radius:0;transition:all .3s ease-in-out}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active a{background-color:#000}.bdt-prime-slider-skin-isolate .bdt-dotnav li:before{content:'';position:absolute;border:1px solid rgba(254,80,108,0.5);right:50%;top:50%;height:24px;width:24px;transform:translate(50%, -50%) scale(.4) rotate(-45deg);transition:all .3s ease-in-out;opacity:0}.bdt-prime-slider-skin-isolate .bdt-dotnav li.bdt-active:before{transform:translate(50%, -50%) scale(1) rotate(0deg);opacity:1}.bdt-prime-slider-skin-isolate .bdt-slidenav{position:relative}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-98px 30px 0;padding-bottom:50px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next{margin-right:-5px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover svg{transform:scale(1.2) translateX(-3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{margin-right:-1px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover svg{transform:scale(1.2) translateX(3px)}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{position:relative;background:#fff;padding:0;height:48px;width:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i{color:#000;z-index:1;transition:all .3s ease-out}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-48px 30px 0}.bdt-prime-slider-skin-isolate .bdt-slideshow-item.bdt-active .bdt-slide-overlay:before{content:'';width:0;position:absolute;height:100%;background-color:#fff;animation-name:skin-clump;animation-duration:1s;transition-timing-function:cubic-bezier(.15, .82, .54, .99);left:0;top:0;z-index:10}@keyframes skin-clump{0%{width:100%}100%{width:0}}@media (min-width:640px){.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-flex-column.bdt-navigation-arrows{flex-direction:inherit}.bdt-prime-slider-skin-isolate.content-position-inherit .bdt-prime-slider-desc{padding-left:50px;padding-right:0}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-slideshow-item.bdt-flex-column-reverse,.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-flex-column.bdt-navigation-arrows{flex-direction:row-reverse}.bdt-prime-slider-skin-isolate.content-position-row-reverse .bdt-prime-slider-desc{padding-right:80px;padding-left:0}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc{padding-bottom:0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:50px}.bdt-prime-slider-skin-isolate .bdt-slide-play-button{top:50%}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{font-size:20px;padding:20px}.bdt-prime-slider-skin-isolate .bdt-slider-excerpt{padding-bottom:40px;font-size:14px}.bdt-prime-slider-skin-isolate .bdt-slide-btn{font-size:14px;padding:12px 30px}.bdt-prime-slider-skin-isolate .bdt-slide-btn .bdt-slide-btn-icon{margin-right:15px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-110px 30px 0}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-prime-slider-desc{padding-top:0}.bdt-prime-slider-skin-isolate .bdt-flex-column-reverse .bdt-slide-play-button{top:50%}}@media (min-width:960px){.bdt-prime-slider-skin-isolate .bdt-scroll-down-wrapper{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-isolate .bdt-slideshow-item{margin:110px 100px 100px}.bdt-prime-slider-skin-isolate .bdt-navigation-arrows{margin:-160px 100px 0;padding-bottom:100px}.bdt-prime-slider-skin-isolate.content-position-column-reverse .bdt-navigation-arrows{margin:-160px 100px 0}.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:70px;padding-bottom:20px;line-height:1}.bdt-prime-slider-skin-isolate .bdt-slide-play-button a{padding:30px}}@media (min-width:1025px){.bdt-image-match-height-desktop--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (min-width:1440px){.bdt-prime-slider-skin-isolate .bdt-prime-slider-desc .bdt-title-tag{font-size:80px;padding-bottom:30px}}@media screen and (max-width:1024px) and (min-width:768px){.bdt-image-match-height-tablet--yes .bdt-prime-slider .bdt-match-height{height:100%}}@media (max-width:767px){.bdt-image-match-height-mobile--yes .bdt-prime-slider .bdt-match-height{height:100%}}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next,.bdt-prime-slider-skin-slice .bdt-prime-slider-next,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous{position:relative}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous i{z-index:1}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover::before{right:0;left:auto;width:100%}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-next:hover i,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous:hover i,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous:hover i{color:#fff}.bdt-prime-slider-skin-isolate .bdt-prime-slider-next::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-next::before,.bdt-prime-slider-skin-isolate .bdt-prime-slider-previous::before,.bdt-prime-slider-skin-slice .bdt-prime-slider-previous::before{position:absolute;display:block;content:'';top:0;left:0;height:100%;width:0;background:#fe506c;transition:all .4s cubic-bezier(.42, 0, .58, 1)}
assets/css/ps-rubix.css CHANGED
@@ -1 +1 @@
1
- :root{--thumb-item-height:170px}.bdt-rubix-slider{overflow:hidden;position:relative}.bdt-rubix-slider .bdt-main-slider{position:relative;overflow:hidden}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:inline-block;background:#f3f6fb;align-items:center;position:relative;overflow:hidden;opacity:.2;pointer-events:none}.bdt-rubix-slider .bdt-main-slider .bdt-item .bdt-slider-progress{position:absolute;top:0;width:0;left:0;height:3px;background:transparent;z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active{opacity:1;pointer-events:auto}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active .bdt-slider-progress{background:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{position:relative;height:100%;width:100%}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.57) 100%)}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap .bdt-img{width:100%;height:100%;object-fit:cover}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{position:absolute;bottom:0;left:0;margin:20px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a{font-size:15px;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;grid-column-gap:12px;text-decoration:none;transition:all .3s ease;font-weight:600}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i{color:#2b2d42;font-size:14px;background:#f3f6fb;padding:18px;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;transform:scale(1) rotate(0);transition:transform .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i:after{content:'';position:absolute;background-color:#D90429;transition:all 300ms ease;left:50%;top:50%;transform:translate(-50%, -50%) scale(0);width:100%;height:100%;border-radius:50%}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i::before{z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i{color:#fff;transform:scale(1) rotate(-190deg)}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i::after{transform:translate(-50%, -50%) scale(1)}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:100%;padding:20px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:20px;text-transform:capitalize;line-height:1.2;margin:0;margin-bottom:15px}.bdt-rubix-slider .bdt-main-slider .bdt-title a{color:#2B2D42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-main-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:15px;display:inline-flex}.bdt-rubix-slider .bdt-main-slider .bdt-category a{color:#49525e;font-size:12px;font-weight:600;text-transform:uppercase;transition:all .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-category a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category a+a{margin-left:8px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:13px;color:#6d6e72;line-height:1.6;margin-bottom:20px}.bdt-rubix-slider .bdt-main-slider .bdt-text p{margin:0}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time{display:flex;align-items:center;line-height:1;font-size:14px;color:#2b2d42}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time i.eicon-calendar{background:#2b2d42;padding:10px;border-radius:40px;font-size:12px;margin-right:8px;color:#fff}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time{margin-left:5px}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time i{margin-right:2px}.bdt-rubix-slider .bdt-thumb-slider{position:absolute;right:0;left:0;width:100%;max-width:100%;height:140px}.bdt-rubix-slider .bdt-thumb-slider .bdt-item{padding:30px;border-radius:5px;overflow:hidden;cursor:pointer}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover{background:#f3f6fb}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover .bdt-content:before{width:100%;background:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{content:'';position:absolute;height:2px;top:0;transition:all .5s cubic-bezier(.455, .03, .515, .955)}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before{width:0;z-index:1}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{width:100%;background:#dcdcdc}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:14px;text-transform:capitalize;line-height:1.2;margin:0;padding-top:10px}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2b2d42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{display:flex;align-items:center;font-size:11px;text-transform:uppercase;font-weight:500;color:#5b6272}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a{color:#5b6272;line-height:1;margin-left:4px;transition:all .3s ease}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-meta-separator{padding:0 0}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-date span{padding-left:4px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:140px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-main-slider{margin-top:30px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-thumb-slider{top:0}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:140px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-main-slider{margin-bottom:30px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-thumb-slider{bottom:0}@media (min-width:768px){.bdt-rubix-slider .bdt-main-slider{height:400px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:22px;margin-bottom:12px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:14px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:30px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:30px}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:flex}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{width:50%}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:50%}.bdt-rubix-slider .bdt-thumb-slider{max-width:80%;height:var(--thumb-item-height)}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:16px}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{font-size:13px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:var(--thumb-item-height)}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:var(--thumb-item-height)}}@media (min-width:1024px){.bdt-rubix-slider .bdt-main-slider{height:550px}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-category a{font-size:14px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:32px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:17px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:50px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:40px}.bdt-rubix-slider .bdt-thumb-slider{max-width:50%}}
1
+ :root{--thumb-item-height:170px}.bdt-rubix-slider{overflow:hidden;position:relative}.bdt-rubix-slider .bdt-main-slider{position:relative;overflow:hidden}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:inline-block;background:#f3f6fb;align-items:center;position:relative;overflow:hidden;opacity:.2;pointer-events:none}.bdt-rubix-slider .bdt-main-slider .bdt-item .bdt-slider-progress{position:absolute;top:0;width:0;left:0;height:3px;background:transparent;z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active{opacity:1;pointer-events:auto}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active .bdt-slider-progress{background:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{position:relative;height:100%;width:100%}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.57) 100%)}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap .bdt-img{width:100%;height:100%;object-fit:cover}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{position:absolute;bottom:0;left:0;margin:20px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a{font-size:15px;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;grid-column-gap:12px;text-decoration:none;transition:all .3s ease;font-weight:600}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i{color:#2b2d42;font-size:14px;background:#f3f6fb;padding:18px;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;transform:scale(1) rotate(0);transition:transform .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i:after{content:'';position:absolute;background-color:#D90429;transition:all 300ms ease;left:50%;top:50%;transform:translate(-50%, -50%) scale(0);width:100%;height:100%;border-radius:50%}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i::before{z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i{color:#fff;transform:scale(1) rotate(-190deg)}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i::after{transform:translate(-50%, -50%) scale(1)}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:100%;padding:20px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:20px;text-transform:capitalize;line-height:1.2;margin:0;margin-bottom:15px}.bdt-rubix-slider .bdt-main-slider .bdt-title a{color:#2B2D42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-main-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:15px;display:inline-flex}.bdt-rubix-slider .bdt-main-slider .bdt-category a{color:#49525e;font-size:12px;font-weight:600;text-transform:uppercase;transition:all .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-category a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category a+a{margin-left:8px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:13px;color:#6d6e72;line-height:1.6;margin-bottom:20px}.bdt-rubix-slider .bdt-main-slider .bdt-text p{margin:0}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time{display:flex;align-items:center;line-height:1;font-size:14px;color:#2b2d42}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time i.eicon-calendar{background:#2b2d42;padding:10px;border-radius:40px;font-size:12px;margin-right:8px;color:#fff}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time{margin-left:5px}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time i{margin-right:2px}.bdt-rubix-slider .bdt-thumb-slider{position:absolute;right:0;left:0;width:100%;max-width:100%;height:140px}.bdt-rubix-slider .bdt-thumb-slider .bdt-item{padding:30px;border-radius:5px;overflow:hidden;cursor:pointer}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover{background:#f3f6fb}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover .bdt-content:before{width:100%;background:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{content:'';position:absolute;height:2px;top:0;transition:all .5s cubic-bezier(.455, .03, .515, .955)}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before{width:0;z-index:1}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{width:100%;background:#dcdcdc}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:14px;text-transform:capitalize;line-height:1.2;margin:0;padding-top:10px}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2b2d42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{display:flex;align-items:center;font-size:11px;text-transform:uppercase;font-weight:500;color:#5b6272}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a{color:#5b6272;line-height:1;margin-left:4px;transition:all .3s ease}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-meta-separator{padding:0 0}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-date span{padding-left:4px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:140px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-main-slider{margin-top:30px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-thumb-slider{top:0}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:140px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-main-slider{margin-bottom:30px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-thumb-slider{bottom:0}@media (min-width:768px){.bdt-rubix-slider .bdt-main-slider{height:400px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:22px;margin-bottom:12px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:14px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:30px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:30px}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:flex}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{width:50%}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:50%}.bdt-rubix-slider .bdt-thumb-slider{max-width:80%;height:var(--thumb-item-height)}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:16px}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{font-size:13px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:var(--thumb-item-height)}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:var(--thumb-item-height)}.bdt-ps-reverese--yes .bdt-rubix-slider .bdt-main-slider .bdt-item{flex-direction:row-reverse}}@media (min-width:1024px){.bdt-rubix-slider .bdt-main-slider{height:550px}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-category a{font-size:14px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:32px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:17px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:50px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:40px}.bdt-rubix-slider .bdt-thumb-slider{max-width:50%}}
assets/css/ps-rubix.rtl.css CHANGED
@@ -1 +1 @@
1
- :root{--thumb-item-height:170px}.bdt-rubix-slider{overflow:hidden;position:relative}.bdt-rubix-slider .bdt-main-slider{position:relative;overflow:hidden}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:inline-block;background:#f3f6fb;align-items:center;position:relative;overflow:hidden;opacity:.2;pointer-events:none}.bdt-rubix-slider .bdt-main-slider .bdt-item .bdt-slider-progress{position:absolute;top:0;width:0;right:0;height:3px;background:transparent;z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active{opacity:1;pointer-events:auto}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active .bdt-slider-progress{background:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{position:relative;height:100%;width:100%}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(-180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.57) 100%)}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap .bdt-img{width:100%;height:100%;object-fit:cover}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{position:absolute;bottom:0;right:0;margin:20px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a{font-size:15px;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;grid-column-gap:12px;text-decoration:none;transition:all .3s ease;font-weight:600}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i{color:#2b2d42;font-size:14px;background:#f3f6fb;padding:18px;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;transform:scale(1) rotate(0);transition:transform .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i:after{content:'';position:absolute;background-color:#D90429;transition:all 300ms ease;right:50%;top:50%;transform:translate(50%, -50%) scale(0);width:100%;height:100%;border-radius:50%}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i::before{z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i{color:#fff;transform:scale(1) rotate(190deg)}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i::after{transform:translate(50%, -50%) scale(1)}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:100%;padding:20px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:20px;text-transform:capitalize;line-height:1.2;margin:0;margin-bottom:15px}.bdt-rubix-slider .bdt-main-slider .bdt-title a{color:#2B2D42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-main-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:15px;display:inline-flex}.bdt-rubix-slider .bdt-main-slider .bdt-category a{color:#49525e;font-size:12px;font-weight:600;text-transform:uppercase;transition:all .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-category a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category a+a{margin-right:8px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:13px;color:#6d6e72;line-height:1.6;margin-bottom:20px}.bdt-rubix-slider .bdt-main-slider .bdt-text p{margin:0}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time{display:flex;align-items:center;line-height:1;font-size:14px;color:#2b2d42}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time i.eicon-calendar{background:#2b2d42;padding:10px;border-radius:40px;font-size:12px;margin-left:8px;color:#fff}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time{margin-right:5px}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time i{margin-left:2px}.bdt-rubix-slider .bdt-thumb-slider{position:absolute;left:0;right:0;width:100%;max-width:100%;height:140px}.bdt-rubix-slider .bdt-thumb-slider .bdt-item{padding:30px;border-radius:5px;overflow:hidden;cursor:pointer}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover{background:#f3f6fb}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover .bdt-content:before{width:100%;background:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{content:'';position:absolute;height:2px;top:0;transition:all .5s cubic-bezier(.455, .03, .515, .955)}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before{width:0;z-index:1}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{width:100%;background:#dcdcdc}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:14px;text-transform:capitalize;line-height:1.2;margin:0;padding-top:10px}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2b2d42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{display:flex;align-items:center;font-size:11px;text-transform:uppercase;font-weight:500;color:#5b6272}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a{color:#5b6272;line-height:1;margin-right:4px;transition:all .3s ease}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-meta-separator{padding:0 0}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-date span{padding-right:4px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:140px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-main-slider{margin-top:30px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-thumb-slider{top:0}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:140px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-main-slider{margin-bottom:30px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-thumb-slider{bottom:0}@media (min-width:768px){.bdt-rubix-slider .bdt-main-slider{height:400px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:22px;margin-bottom:12px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:14px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:30px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:30px}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:flex}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{width:50%}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:50%}.bdt-rubix-slider .bdt-thumb-slider{max-width:80%;height:var(--thumb-item-height)}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:16px}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{font-size:13px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:var(--thumb-item-height)}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:var(--thumb-item-height)}}@media (min-width:1024px){.bdt-rubix-slider .bdt-main-slider{height:550px}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-category a{font-size:14px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:32px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:17px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:50px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:40px}.bdt-rubix-slider .bdt-thumb-slider{max-width:50%}}
1
+ :root{--thumb-item-height:170px}.bdt-rubix-slider{overflow:hidden;position:relative}.bdt-rubix-slider .bdt-main-slider{position:relative;overflow:hidden}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:inline-block;background:#f3f6fb;align-items:center;position:relative;overflow:hidden;opacity:.2;pointer-events:none}.bdt-rubix-slider .bdt-main-slider .bdt-item .bdt-slider-progress{position:absolute;top:0;width:0;right:0;height:3px;background:transparent;z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active{opacity:1;pointer-events:auto}.bdt-rubix-slider .bdt-main-slider .bdt-item.swiper-slide-active .bdt-slider-progress{background:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{position:relative;height:100%;width:100%}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(-180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.57) 100%)}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap .bdt-img{width:100%;height:100%;object-fit:cover}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{position:absolute;bottom:0;right:0;margin:20px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a{font-size:15px;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;grid-column-gap:12px;text-decoration:none;transition:all .3s ease;font-weight:600}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i{color:#2b2d42;font-size:14px;background:#f3f6fb;padding:18px;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;transform:scale(1) rotate(0);transition:transform .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i:after{content:'';position:absolute;background-color:#D90429;transition:all 300ms ease;right:50%;top:50%;transform:translate(50%, -50%) scale(0);width:100%;height:100%;border-radius:50%}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a i::before{z-index:1}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i{color:#fff;transform:scale(1) rotate(190deg)}.bdt-rubix-slider .bdt-main-slider .bdt-read-more a:hover i::after{transform:translate(50%, -50%) scale(1)}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:100%;padding:20px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:20px;text-transform:capitalize;line-height:1.2;margin:0;margin-bottom:15px}.bdt-rubix-slider .bdt-main-slider .bdt-title a{color:#2B2D42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-main-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:15px;display:inline-flex}.bdt-rubix-slider .bdt-main-slider .bdt-category a{color:#49525e;font-size:12px;font-weight:600;text-transform:uppercase;transition:all .3s ease}.bdt-rubix-slider .bdt-main-slider .bdt-category a:hover{color:#D90429}.bdt-rubix-slider .bdt-main-slider .bdt-category a+a{margin-right:8px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:13px;color:#6d6e72;line-height:1.6;margin-bottom:20px}.bdt-rubix-slider .bdt-main-slider .bdt-text p{margin:0}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time{display:flex;align-items:center;line-height:1;font-size:14px;color:#2b2d42}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-date-time i.eicon-calendar{background:#2b2d42;padding:10px;border-radius:40px;font-size:12px;margin-left:8px;color:#fff}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time{margin-right:5px}.bdt-rubix-slider .bdt-main-slider .bdt-meta .bdt-post-time i{margin-left:2px}.bdt-rubix-slider .bdt-thumb-slider{position:absolute;left:0;right:0;width:100%;max-width:100%;height:140px}.bdt-rubix-slider .bdt-thumb-slider .bdt-item{padding:30px;border-radius:5px;overflow:hidden;cursor:pointer}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover{background:#f3f6fb}.bdt-rubix-slider .bdt-thumb-slider .bdt-item.swiper-slide-active .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-item:hover .bdt-content:before{width:100%;background:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before,.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{content:'';position:absolute;height:2px;top:0;transition:all .5s cubic-bezier(.455, .03, .515, .955)}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:before{width:0;z-index:1}.bdt-rubix-slider .bdt-thumb-slider .bdt-content:after{width:100%;background:#dcdcdc}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:14px;text-transform:capitalize;line-height:1.2;margin:0;padding-top:10px}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#2b2d42;text-decoration:none;transition:all .3s ease-in-out}.bdt-rubix-slider .bdt-thumb-slider .bdt-title a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{display:flex;align-items:center;font-size:11px;text-transform:uppercase;font-weight:500;color:#5b6272}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a{color:#5b6272;line-height:1;margin-right:4px;transition:all .3s ease}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-author a:hover{color:#D90429}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-meta-separator{padding:0 0}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta .bdt-date span{padding-right:4px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:140px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-main-slider{margin-top:30px}.bdt-rubix-slider.bdt-slide-style-1 .bdt-thumb-slider{top:0}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:140px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-main-slider{margin-bottom:30px}.bdt-rubix-slider.bdt-slide-style-2 .bdt-thumb-slider{bottom:0}@media (min-width:768px){.bdt-rubix-slider .bdt-main-slider{height:400px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:22px;margin-bottom:12px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:14px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:30px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:30px}.bdt-rubix-slider .bdt-main-slider .bdt-item{display:flex}.bdt-rubix-slider .bdt-main-slider .bdt-img-wrap{width:50%}.bdt-rubix-slider .bdt-main-slider .bdt-content{width:50%}.bdt-rubix-slider .bdt-thumb-slider{max-width:80%;height:var(--thumb-item-height)}.bdt-rubix-slider .bdt-thumb-slider .bdt-title{font-size:16px}.bdt-rubix-slider .bdt-thumb-slider .bdt-meta{font-size:13px}.bdt-rubix-slider.bdt-slide-style-1{padding-top:var(--thumb-item-height)}.bdt-rubix-slider.bdt-slide-style-2{padding-bottom:var(--thumb-item-height)}.bdt-ps-reverese--yes .bdt-rubix-slider .bdt-main-slider .bdt-item{flex-direction:row-reverse}}@media (min-width:1024px){.bdt-rubix-slider .bdt-main-slider{height:550px}.bdt-rubix-slider .bdt-main-slider .bdt-category{margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-category a{font-size:14px}.bdt-rubix-slider .bdt-main-slider .bdt-title{font-size:32px;margin-bottom:30px}.bdt-rubix-slider .bdt-main-slider .bdt-text{font-size:17px}.bdt-rubix-slider .bdt-main-slider .bdt-content{padding:50px}.bdt-rubix-slider .bdt-main-slider .bdt-read-more{margin:40px}.bdt-rubix-slider .bdt-thumb-slider{max-width:50%}}
assets/fonts/prime-slider-font.svg CHANGED
@@ -129,6 +129,7 @@
129
  <glyph unicode="&#xe977;" glyph-name="live-copy" d="M440.86 334.374h-39.522c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-0.988-4.94-3.952-4.94zM362.806 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM284.75 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM207.682 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-4.94-4.94zM129.626 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM51.572 334.374h-15.808c-9.88 0-17.784 5.928-22.726 13.832-0.988 1.976 0 4.94 1.976 6.916 1.976 0.988 4.94 0 6.916-1.976 2.964-4.94 7.904-7.904 13.832-7.904h16.796c2.964 0 4.94-1.976 4.94-4.94s-2.964-5.928-5.928-5.928zM460.622 363.028c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 384.766c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 440.096c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 461.832c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-1.976-1.976-4.94-4.94-4.94zM460.622 518.152c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 539.888c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 595.218c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-1.976-2.964-4.94-4.94-4.94zM15.014 617.944c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 673.274c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 695.012c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 751.33c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 773.066c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 828.398c-2.964 0-4.94 1.976-4.94 4.94v29.642c0 1.976-0.988 4.94-1.976 6.916s0 4.94 1.976 6.916c1.976 0.988 4.94 0 6.916-1.976 1.976-2.964 2.964-6.916 2.964-10.868v-29.642c0-2.964-2.964-5.928-4.94-5.928zM15.014 850.134c-2.964 0-4.94 1.976-4.94 4.94v7.904c0 13.832 10.868 24.702 24.702 24.702 2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94c-7.904 0-13.832-5.928-13.832-14.82v-7.904c0-1.976-2.964-4.94-5.928-4.94zM423.076 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM346.008 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM267.952 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM190.886 877.8h-38.534c-2.964 0-5.928 2.964-5.928 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 5.928-1.976 5.928-4.94s-2.964-4.94-4.94-4.94zM112.83 877.8h-38.534c-2.964 0-4.94 2.964-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM984.286 8.32h-405.098c-16.796 0-29.642 12.844-29.642 29.642v503.902c0 16.796 12.844 29.642 29.642 29.642h405.098c16.796 0 29.642-12.844 29.642-29.642v-503.902c0-16.796-13.832-29.642-29.642-29.642zM579.188 551.744c-5.928 0-9.88-3.952-9.88-9.88v-503.902c0-5.928 3.952-9.88 9.88-9.88h405.098c5.928 0 9.88 3.952 9.88 9.88v503.902c0 5.928-3.952 9.88-9.88 9.88h-405.098zM777.784 696c-4.94 0.988-10.868-1.976-11.856-6.916l-9.88-35.57c-40.51 69.164-115.602 112.638-196.62 112.638-15.808 0-30.63-1.976-46.438-4.94-4.94-0.988-8.892-5.928-7.904-11.856 0.988-4.94 5.928-8.892 11.856-7.904 13.832 2.964 27.666 3.952 41.498 3.952 75.092 0 143.266-40.51 180.812-104.732l-38.534 9.88c-4.94 0.988-10.868-1.976-11.856-6.916s1.976-10.868 6.916-11.856l70.152-18.772 18.772 70.152c1.976 5.928-0.988 11.856-6.916 12.844zM238.312 689.082c-32.606 0-59.282 26.678-59.282 59.282s26.678 59.282 59.282 59.282 59.282-26.678 59.282-59.282-26.678-59.282-59.282-59.282zM238.312 787.888c-21.737 0-39.522-17.784-39.522-39.522s17.784-39.522 39.522-39.522 39.522 17.784 39.522 39.522-17.784 39.522-39.522 39.522zM238.312 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-11.856-24.702-24.702-24.702zM238.312 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0 7.904-6.916 14.82-14.82 14.82zM307.474 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702c13.832 0 24.702-10.868 24.702-24.702s-10.868-24.702-24.702-24.702zM307.474 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0 7.904-6.916 14.82-14.82 14.82zM168.16 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702c13.832 0 24.702-10.868 24.702-24.702s-10.868-24.702-24.702-24.702zM168.16 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0.988 7.904-5.928 14.82-14.82 14.82zM350.948 626.836h-234.166c-5.928 0-9.88 3.952-9.88 9.88s3.952 9.88 9.88 9.88h234.166c5.928 0 9.88-3.952 9.88-9.88s-4.94-9.88-9.88-9.88zM386.518 569.53h-306.294c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h306.294c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM350.948 535.936h-234.166c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h234.166c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-4.94-4.94zM314.391 507.282h-162.040c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h162.040c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM785.688 373.896c-32.606 0-59.282 26.678-59.282 59.282s26.678 59.282 59.282 59.282 59.282-26.678 59.282-59.282-26.678-59.282-59.282-59.282zM785.688 472.702c-21.737 0-39.522-17.784-39.522-39.522s17.784-39.522 39.522-39.522 39.522 17.784 39.522 39.522c0 22.726-17.784 39.522-39.522 39.522zM785.688 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM785.688 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82-6.916 14.82-14.82 14.82zM854.852 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM854.852 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82c7.904 0 14.82 6.916 14.82 14.82s-5.928 14.82-14.82 14.82zM716.526 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM716.526 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82c7.904 0 14.82 6.916 14.82 14.82s-6.916 14.82-14.82 14.82zM898.326 312.638h-234.166c-5.928 0-9.88 3.952-9.88 9.88s3.952 9.88 9.88 9.88h234.166c5.928 0 9.88-3.952 9.88-9.88s-3.952-9.88-9.88-9.88zM933.896 255.332h-306.294c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h306.294c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM898.326 221.738h-234.166c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h234.166c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM861.768 193.084h-161.052c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h162.040c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-5.928-4.94z" />
130
  <glyph unicode="&#xe978;" glyph-name="duplicator" d="M495.411 786.534c-3.789-1.536-6.349-5.325-6.349-9.421v-52.326c0-19.251 15.667-34.918 35.021-34.918h52.531c4.096 0 7.885 2.458 9.421 6.349 1.638 3.789 0.717 8.192-2.253 11.162l-77.21 77.005c-2.97 2.867-7.27 3.789-11.162 2.15zM509.542 752.435l42.189-42.086h-27.75c-7.987 0-14.541 6.451-14.541 14.438v27.648zM223.437 644.813h188.006c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24h-188.006c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24zM785.818 609.792c-3.789-1.536-6.349-5.325-6.349-9.421v-51.61c0-19.149 15.565-34.611 34.611-34.611h51.917c4.096 0 7.885 2.458 9.421 6.349 1.638 3.789 0.717 8.192-2.253 11.162l-76.288 76.083c-2.867 2.765-7.27 3.686-11.059 2.048zM799.949 575.693l41.267-41.165h-27.136c-7.782 0-14.131 6.349-14.131 14.131v27.034zM868.557 494.49h-58.88c-26.931 0-48.845 21.914-48.845 48.845v58.88c0 5.632-4.608 10.24-10.24 10.24h-161.178v48.64c0 5.632-4.608 10.24-10.24 10.24h-58.88c-26.931 0-48.845 21.914-48.845 48.845v58.88c0 5.632-4.608 10.24-10.24 10.24h-224.973c-49.664 0-90.112-40.448-90.112-90.112v-419.123c0-49.664 40.448-90.112 90.112-90.112h199.27v-86.63c0-49.664 40.448-90.112 90.112-90.112h342.835c5.632 0 10.24 4.608 10.24 10.24v460.8c0.102 5.734-4.506 10.24-10.138 10.24zM435.814 526.234h-212.378c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-49.050h-212.173c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-49.152h-212.173c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-156.262h-199.373c-38.4 0-69.632 31.232-69.632 69.632v419.123c0 38.4 31.232 69.632 69.632 69.632h214.733v-48.64c0-38.195 31.13-69.325 69.325-69.325h48.64v-38.4h-43.213c-19.354 0-37.274-6.144-51.917-16.589h-250.368c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h229.581c-10.138-13.824-16.384-30.72-17.203-49.050zM858.317 33.587h-332.595c-38.4 0-69.632 31.232-69.632 69.632v419.123c0 38.4 31.232 69.632 69.632 69.632h214.733v-48.64c0-38.195 31.13-69.325 69.325-69.325h48.64v-440.422zM512.819 468.070h188.006c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24h-188.006c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24zM797.594 419.021h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM797.594 349.594h-284.672c-5.632 0-10.24-4.608-10.24-10.24 0 0 0 0 0 0s0 0 0 0c0-5.632 4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24 0 0 0 0 0 0s0 0 0 0c0 5.632-4.608 10.24-10.24 10.24zM797.594 279.962h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM797.594 210.33h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM346.010 826.982c10.957 5.325 263.373 124.314 400.691-115.712-13.824 5.427-32.154 10.957-55.194 14.029-5.632 0.717-10.752-3.174-11.469-8.806s3.174-10.752 8.806-11.469c48.845-6.451 75.162-25.293 75.469-25.498 1.741-1.331 3.891-1.946 6.042-1.946 1.536 0 3.174 0.41 4.608 1.126 3.482 1.741 5.632 5.325 5.632 9.114 0 0.307 0.307 28.262 22.221 68.403 2.765 4.915 0.922 11.162-4.096 13.926s-11.162 0.922-13.926-4.096c-9.83-17.92-15.667-33.69-19.251-46.387-146.534 259.379-425.574 127.181-428.442 125.747-5.12-2.458-7.168-8.602-4.71-13.722 2.458-5.018 8.602-7.168 13.619-4.71z" />
131
  <glyph unicode="&#xe979;" glyph-name="avatar" d="M614.4 614.912c-30.72 0-56.32 25.6-56.32 56.32s25.6 56.32 56.32 56.32 56.32-25.6 56.32-56.32c-1.024-30.72-25.6-56.32-56.32-56.32zM614.4 707.072c-19.456 0-35.84-16.384-35.84-35.84s16.384-35.84 35.84-35.84 35.84 16.384 35.84 35.84c-1.024 19.456-16.384 35.84-35.84 35.84zM888.832 85.504h-752.64c-36.864 0-67.584 30.72-67.584 67.584v588.8c0 36.864 29.696 67.584 67.584 67.584h751.616c36.864 0 67.584-29.696 67.584-67.584v-589.824c0-36.864-29.696-66.56-66.56-66.56zM136.192 781.824c-21.504 0-38.912-17.408-38.912-38.912v-589.824c0-21.504 17.408-38.912 38.912-38.912h751.616c21.504 0 38.912 17.408 38.912 38.912v588.8c0 21.504-17.408 38.912-38.912 38.912h-751.616zM347.136 510.464h-191.488c-5.12 0-9.216 4.096-9.216 9.216s4.096 9.216 9.216 9.216h191.488c5.12 0 9.216-4.096 9.216-9.216s-4.096-9.216-9.216-9.216zM258.048 458.24h-102.4c-5.12 0-9.216 4.096-9.216 9.216s4.096 9.216 9.216 9.216h102.4c5.12 0 9.216-4.096 9.216-9.216s-4.096-9.216-9.216-9.216zM262.144 329.216h-106.496c-5.12 0-9.216 4.096-9.216 9.216v37.888c0 5.12 4.096 9.216 9.216 9.216h106.496c5.12 0 9.216-4.096 9.216-9.216v-37.888c0-5.12-4.096-9.216-9.216-9.216zM164.864 347.648h88.064v19.456h-88.064v-19.456zM813.056 437.76c-12.288 0-21.504 10.24-21.504 21.504s10.24 21.504 21.504 21.504 21.504-10.24 21.504-21.504-9.216-21.504-21.504-21.504zM813.056 461.312c-1.024 0-1.024-1.024-1.024-1.024 0-1.024 3.072-1.024 3.072 0-1.024 0-1.024 1.024-2.048 1.024zM855.040 288.256h-129.024c-16.384 0-29.696 13.312-29.696 29.696v223.232c0 16.384 13.312 29.696 29.696 29.696h129.024c16.384 0 29.696-13.312 29.696-29.696v-223.232c0-16.384-13.312-29.696-29.696-29.696zM726.016 549.376c-5.12 0-9.216-4.096-9.216-9.216v-223.232c0-5.12 4.096-9.216 9.216-9.216h129.024c5.12 0 9.216 4.096 9.216 9.216v224.256c0 5.12-4.096 9.216-9.216 9.216h-129.024zM872.448 363.008c-3.072 0-6.144 1.024-8.192 4.096l-26.624 32.768c0 0-1.024 1.024-1.024 1.024l-18.432-21.504c-5.12-5.12-10.24-7.168-16.384-7.168s-11.264 3.072-16.384 8.192l-29.696 34.816c0 1.024-1.024 1.024-1.024 1.024s0 0-1.024-1.024l-39.936-47.104c-4.096-4.096-10.24-5.12-14.336-1.024s-5.12 10.24-1.024 14.336l39.936 47.104c4.096 5.12 10.24 8.192 16.384 8.192 0 0 0 0 0 0 6.144 0 12.288-3.072 16.384-8.192l29.696-34.816c0-1.024 1.024-1.024 1.024-1.024l18.432 21.504c5.12 5.12 10.24 7.168 16.384 7.168s11.264-3.072 15.36-8.192l26.624-32.768c4.096-4.096 3.072-11.264-1.024-14.336 0-2.048-3.072-3.072-5.12-3.072zM388.096 567.808c-14.336 19.456-33.792 30.72-53.248 30.72 0 0 0 0 0 0-20.48 0-38.912-11.264-53.248-30.72l-20.48-27.648h25.6l11.264 15.36c10.24 14.336 23.552 22.528 36.864 22.528 0 0 0 0 0 0 13.312 0 26.624-8.192 36.864-22.528l62.464-86.016v34.816l-46.080 63.488zM223.232 487.936h25.6l7.168 11.264h-25.6zM156.672 396.8h24.576l36.864 50.176h-24.576zM656.384 411.136v-33.792l22.528 29.696v34.816zM568.32 438.784c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48 20.48-9.216 20.48-20.48-9.216-20.48-20.48-20.48zM568.32 462.336c-1.024 0-2.048-1.024-2.048-2.048 0-2.048 5.12-2.048 5.12 0-1.024 1.024-2.048 2.048-3.072 2.048zM609.28 289.28h-128c-15.36 0-28.672 12.288-28.672 28.672v223.232c0 15.36 12.288 28.672 28.672 28.672h129.024c15.36 0 28.672-12.288 28.672-28.672v-223.232c-1.024-16.384-13.312-28.672-29.696-28.672zM481.28 550.4c-5.12 0-10.24-4.096-10.24-10.24v-223.232c0-5.12 4.096-10.24 10.24-10.24h129.024c5.12 0 10.24 4.096 10.24 10.24v224.256c0 5.12-4.096 10.24-10.24 10.24h-129.024zM627.712 364.032c-3.072 0-5.12 1.024-7.168 3.072l-26.624 32.768c0 0-1.024 1.024-1.024 1.024s-1.024 0-1.024-1.024l-18.432-20.48c-4.096-5.12-10.24-7.168-15.36-7.168-6.144 0-11.264 3.072-15.36 8.192l-30.72 35.84c-1.024 1.024-1.024 1.024-2.048 1.024v0c0 0-1.024 0-2.048-1.024l-39.936-47.104c-3.072-4.096-9.216-4.096-13.312-1.024s-4.096 9.216-1.024 13.312l39.936 47.104c4.096 5.12 10.24 8.192 15.36 8.192 0 0 0 0 0 0 6.144 0 11.264-3.072 15.36-8.192l29.696-34.816c1.024-1.024 1.024-1.024 2.048-1.024 0 0 1.024 0 1.024 1.024l18.432 20.48c4.096 5.12 10.24 7.168 15.36 7.168 6.144 0 11.264-3.072 15.36-7.168l26.624-32.768c3.072-4.096 3.072-10.24-1.024-13.312 0-3.072-2.048-4.096-4.096-4.096zM135.168 338.432v28.672l-37.888-51.2v-34.816l37.888 52.224c0 2.048 0 4.096 0 5.12zM902.144 346.624v-29.696c0-2.048 0-4.096-1.024-5.12l26.624-37.888v35.84l-25.6 36.864zM406.528 399.872c-2.048 0-3.072 1.024-4.096 2.048-2.048 2.048-2.048 6.144 0 9.216l10.24 10.24-10.24 10.24c-2.048 2.048-2.048 6.144 0 9.216s6.144 2.048 9.216 0l15.36-15.36c2.048-2.048 2.048-6.144 0-9.216l-15.36-15.36c-2.048-1.024-3.072-1.024-5.12-1.024zM415.744 415.232h-37.888c-3.072 0-6.144 3.072-6.144 6.144s3.072 6.144 6.144 6.144h37.888c3.072 0 6.144-3.072 6.144-6.144s-2.048-6.144-6.144-6.144z" />
 
132
  <glyph unicode="&#xe992;" glyph-name="tutorial" d="M384 608l320-192-320-192v384zM512-14.754c-9.674 0-18.83 4.376-24.904 11.906-37.65 46.66-144.478 98.848-231.096 98.848-83.564 0-159.858-30.212-199.096-78.848-8.52-10.558-22.77-14.596-35.558-10.078-12.792 4.518-21.346 16.61-21.346 30.174v672c0 7.312 2.504 14.404 7.096 20.094 51.094 63.322 146.468 102.658 248.904 102.658 93.278 0 197.908-46.594 256-97.208 58.094 50.614 162.724 97.208 256 97.208 102.436 0 197.804-39.336 248.9-102.658 4.592-5.69 7.1-12.782 7.1-20.094v-672c0-13.564-8.552-25.656-21.348-30.174-12.792-4.516-27.042-0.476-35.556 10.078-39.244 48.636-115.534 78.848-199.096 78.848-86.62 0-193.45-52.188-231.096-98.848-6.076-7.528-15.23-11.906-24.904-11.906zM256 160c93.278 0 197.908-46.594 256-97.208 58.092 50.614 162.722 97.208 256 97.208 71.714 0 139.972-19.286 192-52.578v589.898c-40.904 43.826-113.22 70.68-192 70.68-86.62 0-193.45-52.186-231.096-98.848-6.076-7.53-15.23-11.906-24.904-11.906s-18.83 4.376-24.904 11.906c-37.65 46.662-144.48 98.848-231.096 98.848-78.784 0-151.096-26.854-192-70.68v-589.898c52.022 33.292 120.282 52.578 192 52.578z" />
133
  <glyph unicode="&#xea75;" glyph-name="preview" d="M96 488h570l-28 16h-542zM96 520h514l-28 16h-486zM96 552h458l-28 16h-430zM96 584h402l-28 16h-374zM96 456h626l-28 16h-598zM96 424h682l-28 16h-654zM96 392h738l-28 16h-710zM96 776h66l-28 16h-38zM96 376v-16h794l-28 16zM96 744h122l-28 16h-94zM96 712h178l-28 16h-150zM96 648h290l-28 16h-262zM96 680h234l-28 16h-206zM96 616h346l-28 16h-318zM0 896v-640h1024v640h-1024zM960 320h-896v512h896v-512zM672 192h-320l-32-128-64-64h512l-64 64z" />
134
  </font></defs></svg>
129
  <glyph unicode="&#xe977;" glyph-name="live-copy" d="M440.86 334.374h-39.522c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-0.988-4.94-3.952-4.94zM362.806 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM284.75 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM207.682 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-4.94-4.94zM129.626 334.374h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM51.572 334.374h-15.808c-9.88 0-17.784 5.928-22.726 13.832-0.988 1.976 0 4.94 1.976 6.916 1.976 0.988 4.94 0 6.916-1.976 2.964-4.94 7.904-7.904 13.832-7.904h16.796c2.964 0 4.94-1.976 4.94-4.94s-2.964-5.928-5.928-5.928zM460.622 363.028c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 384.766c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 440.096c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 461.832c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-1.976-1.976-4.94-4.94-4.94zM460.622 518.152c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 539.888c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 595.218c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-1.976-2.964-4.94-4.94-4.94zM15.014 617.944c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 673.274c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 695.012c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 751.33c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0-2.964-2.964-4.94-4.94-4.94zM15.014 773.066c-2.964 0-4.94 1.976-4.94 4.94v38.534c0 2.964 1.976 4.94 4.94 4.94s4.94-1.976 4.94-4.94v-38.534c0.988-2.964-1.976-4.94-4.94-4.94zM460.622 828.398c-2.964 0-4.94 1.976-4.94 4.94v29.642c0 1.976-0.988 4.94-1.976 6.916s0 4.94 1.976 6.916c1.976 0.988 4.94 0 6.916-1.976 1.976-2.964 2.964-6.916 2.964-10.868v-29.642c0-2.964-2.964-5.928-4.94-5.928zM15.014 850.134c-2.964 0-4.94 1.976-4.94 4.94v7.904c0 13.832 10.868 24.702 24.702 24.702 2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94c-7.904 0-13.832-5.928-13.832-14.82v-7.904c0-1.976-2.964-4.94-5.928-4.94zM423.076 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM346.008 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM267.952 877.8h-38.534c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM190.886 877.8h-38.534c-2.964 0-5.928 2.964-5.928 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 5.928-1.976 5.928-4.94s-2.964-4.94-4.94-4.94zM112.83 877.8h-38.534c-2.964 0-4.94 2.964-4.94 4.94s1.976 4.94 4.94 4.94h38.534c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM984.286 8.32h-405.098c-16.796 0-29.642 12.844-29.642 29.642v503.902c0 16.796 12.844 29.642 29.642 29.642h405.098c16.796 0 29.642-12.844 29.642-29.642v-503.902c0-16.796-13.832-29.642-29.642-29.642zM579.188 551.744c-5.928 0-9.88-3.952-9.88-9.88v-503.902c0-5.928 3.952-9.88 9.88-9.88h405.098c5.928 0 9.88 3.952 9.88 9.88v503.902c0 5.928-3.952 9.88-9.88 9.88h-405.098zM777.784 696c-4.94 0.988-10.868-1.976-11.856-6.916l-9.88-35.57c-40.51 69.164-115.602 112.638-196.62 112.638-15.808 0-30.63-1.976-46.438-4.94-4.94-0.988-8.892-5.928-7.904-11.856 0.988-4.94 5.928-8.892 11.856-7.904 13.832 2.964 27.666 3.952 41.498 3.952 75.092 0 143.266-40.51 180.812-104.732l-38.534 9.88c-4.94 0.988-10.868-1.976-11.856-6.916s1.976-10.868 6.916-11.856l70.152-18.772 18.772 70.152c1.976 5.928-0.988 11.856-6.916 12.844zM238.312 689.082c-32.606 0-59.282 26.678-59.282 59.282s26.678 59.282 59.282 59.282 59.282-26.678 59.282-59.282-26.678-59.282-59.282-59.282zM238.312 787.888c-21.737 0-39.522-17.784-39.522-39.522s17.784-39.522 39.522-39.522 39.522 17.784 39.522 39.522-17.784 39.522-39.522 39.522zM238.312 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-11.856-24.702-24.702-24.702zM238.312 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0 7.904-6.916 14.82-14.82 14.82zM307.474 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702c13.832 0 24.702-10.868 24.702-24.702s-10.868-24.702-24.702-24.702zM307.474 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0 7.904-6.916 14.82-14.82 14.82zM168.16 405.514c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702c13.832 0 24.702-10.868 24.702-24.702s-10.868-24.702-24.702-24.702zM168.16 446.024c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82c0.988 7.904-5.928 14.82-14.82 14.82zM350.948 626.836h-234.166c-5.928 0-9.88 3.952-9.88 9.88s3.952 9.88 9.88 9.88h234.166c5.928 0 9.88-3.952 9.88-9.88s-4.94-9.88-9.88-9.88zM386.518 569.53h-306.294c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h306.294c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM350.948 535.936h-234.166c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h234.166c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-4.94-4.94zM314.391 507.282h-162.040c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h162.040c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM785.688 373.896c-32.606 0-59.282 26.678-59.282 59.282s26.678 59.282 59.282 59.282 59.282-26.678 59.282-59.282-26.678-59.282-59.282-59.282zM785.688 472.702c-21.737 0-39.522-17.784-39.522-39.522s17.784-39.522 39.522-39.522 39.522 17.784 39.522 39.522c0 22.726-17.784 39.522-39.522 39.522zM785.688 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM785.688 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82 14.82 6.916 14.82 14.82-6.916 14.82-14.82 14.82zM854.852 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM854.852 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82c7.904 0 14.82 6.916 14.82 14.82s-5.928 14.82-14.82 14.82zM716.526 91.316c-13.832 0-24.702 10.868-24.702 24.702s10.868 24.702 24.702 24.702 24.702-10.868 24.702-24.702-10.868-24.702-24.702-24.702zM716.526 130.838c-7.904 0-14.82-6.916-14.82-14.82s6.916-14.82 14.82-14.82c7.904 0 14.82 6.916 14.82 14.82s-6.916 14.82-14.82 14.82zM898.326 312.638h-234.166c-5.928 0-9.88 3.952-9.88 9.88s3.952 9.88 9.88 9.88h234.166c5.928 0 9.88-3.952 9.88-9.88s-3.952-9.88-9.88-9.88zM933.896 255.332h-306.294c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h306.294c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM898.326 221.738h-234.166c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h234.166c2.964 0 4.94-1.976 4.94-4.94s-1.976-4.94-4.94-4.94zM861.768 193.084h-161.052c-2.964 0-4.94 1.976-4.94 4.94s1.976 4.94 4.94 4.94h162.040c2.964 0 4.94-1.976 4.94-4.94s-2.964-4.94-5.928-4.94z" />
130
  <glyph unicode="&#xe978;" glyph-name="duplicator" d="M495.411 786.534c-3.789-1.536-6.349-5.325-6.349-9.421v-52.326c0-19.251 15.667-34.918 35.021-34.918h52.531c4.096 0 7.885 2.458 9.421 6.349 1.638 3.789 0.717 8.192-2.253 11.162l-77.21 77.005c-2.97 2.867-7.27 3.789-11.162 2.15zM509.542 752.435l42.189-42.086h-27.75c-7.987 0-14.541 6.451-14.541 14.438v27.648zM223.437 644.813h188.006c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24h-188.006c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24zM785.818 609.792c-3.789-1.536-6.349-5.325-6.349-9.421v-51.61c0-19.149 15.565-34.611 34.611-34.611h51.917c4.096 0 7.885 2.458 9.421 6.349 1.638 3.789 0.717 8.192-2.253 11.162l-76.288 76.083c-2.867 2.765-7.27 3.686-11.059 2.048zM799.949 575.693l41.267-41.165h-27.136c-7.782 0-14.131 6.349-14.131 14.131v27.034zM868.557 494.49h-58.88c-26.931 0-48.845 21.914-48.845 48.845v58.88c0 5.632-4.608 10.24-10.24 10.24h-161.178v48.64c0 5.632-4.608 10.24-10.24 10.24h-58.88c-26.931 0-48.845 21.914-48.845 48.845v58.88c0 5.632-4.608 10.24-10.24 10.24h-224.973c-49.664 0-90.112-40.448-90.112-90.112v-419.123c0-49.664 40.448-90.112 90.112-90.112h199.27v-86.63c0-49.664 40.448-90.112 90.112-90.112h342.835c5.632 0 10.24 4.608 10.24 10.24v460.8c0.102 5.734-4.506 10.24-10.138 10.24zM435.814 526.234h-212.378c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-49.050h-212.173c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-49.152h-212.173c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h212.173v-156.262h-199.373c-38.4 0-69.632 31.232-69.632 69.632v419.123c0 38.4 31.232 69.632 69.632 69.632h214.733v-48.64c0-38.195 31.13-69.325 69.325-69.325h48.64v-38.4h-43.213c-19.354 0-37.274-6.144-51.917-16.589h-250.368c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h229.581c-10.138-13.824-16.384-30.72-17.203-49.050zM858.317 33.587h-332.595c-38.4 0-69.632 31.232-69.632 69.632v419.123c0 38.4 31.232 69.632 69.632 69.632h214.733v-48.64c0-38.195 31.13-69.325 69.325-69.325h48.64v-440.422zM512.819 468.070h188.006c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24h-188.006c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24zM797.594 419.021h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM797.594 349.594h-284.672c-5.632 0-10.24-4.608-10.24-10.24 0 0 0 0 0 0s0 0 0 0c0-5.632 4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24 0 0 0 0 0 0s0 0 0 0c0 5.632-4.608 10.24-10.24 10.24zM797.594 279.962h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM797.594 210.33h-284.672c-5.632 0-10.24-4.608-10.24-10.24s4.608-10.24 10.24-10.24h284.672c5.632 0 10.24 4.608 10.24 10.24s-4.608 10.24-10.24 10.24zM346.010 826.982c10.957 5.325 263.373 124.314 400.691-115.712-13.824 5.427-32.154 10.957-55.194 14.029-5.632 0.717-10.752-3.174-11.469-8.806s3.174-10.752 8.806-11.469c48.845-6.451 75.162-25.293 75.469-25.498 1.741-1.331 3.891-1.946 6.042-1.946 1.536 0 3.174 0.41 4.608 1.126 3.482 1.741 5.632 5.325 5.632 9.114 0 0.307 0.307 28.262 22.221 68.403 2.765 4.915 0.922 11.162-4.096 13.926s-11.162 0.922-13.926-4.096c-9.83-17.92-15.667-33.69-19.251-46.387-146.534 259.379-425.574 127.181-428.442 125.747-5.12-2.458-7.168-8.602-4.71-13.722 2.458-5.018 8.602-7.168 13.619-4.71z" />
131
  <glyph unicode="&#xe979;" glyph-name="avatar" d="M614.4 614.912c-30.72 0-56.32 25.6-56.32 56.32s25.6 56.32 56.32 56.32 56.32-25.6 56.32-56.32c-1.024-30.72-25.6-56.32-56.32-56.32zM614.4 707.072c-19.456 0-35.84-16.384-35.84-35.84s16.384-35.84 35.84-35.84 35.84 16.384 35.84 35.84c-1.024 19.456-16.384 35.84-35.84 35.84zM888.832 85.504h-752.64c-36.864 0-67.584 30.72-67.584 67.584v588.8c0 36.864 29.696 67.584 67.584 67.584h751.616c36.864 0 67.584-29.696 67.584-67.584v-589.824c0-36.864-29.696-66.56-66.56-66.56zM136.192 781.824c-21.504 0-38.912-17.408-38.912-38.912v-589.824c0-21.504 17.408-38.912 38.912-38.912h751.616c21.504 0 38.912 17.408 38.912 38.912v588.8c0 21.504-17.408 38.912-38.912 38.912h-751.616zM347.136 510.464h-191.488c-5.12 0-9.216 4.096-9.216 9.216s4.096 9.216 9.216 9.216h191.488c5.12 0 9.216-4.096 9.216-9.216s-4.096-9.216-9.216-9.216zM258.048 458.24h-102.4c-5.12 0-9.216 4.096-9.216 9.216s4.096 9.216 9.216 9.216h102.4c5.12 0 9.216-4.096 9.216-9.216s-4.096-9.216-9.216-9.216zM262.144 329.216h-106.496c-5.12 0-9.216 4.096-9.216 9.216v37.888c0 5.12 4.096 9.216 9.216 9.216h106.496c5.12 0 9.216-4.096 9.216-9.216v-37.888c0-5.12-4.096-9.216-9.216-9.216zM164.864 347.648h88.064v19.456h-88.064v-19.456zM813.056 437.76c-12.288 0-21.504 10.24-21.504 21.504s10.24 21.504 21.504 21.504 21.504-10.24 21.504-21.504-9.216-21.504-21.504-21.504zM813.056 461.312c-1.024 0-1.024-1.024-1.024-1.024 0-1.024 3.072-1.024 3.072 0-1.024 0-1.024 1.024-2.048 1.024zM855.040 288.256h-129.024c-16.384 0-29.696 13.312-29.696 29.696v223.232c0 16.384 13.312 29.696 29.696 29.696h129.024c16.384 0 29.696-13.312 29.696-29.696v-223.232c0-16.384-13.312-29.696-29.696-29.696zM726.016 549.376c-5.12 0-9.216-4.096-9.216-9.216v-223.232c0-5.12 4.096-9.216 9.216-9.216h129.024c5.12 0 9.216 4.096 9.216 9.216v224.256c0 5.12-4.096 9.216-9.216 9.216h-129.024zM872.448 363.008c-3.072 0-6.144 1.024-8.192 4.096l-26.624 32.768c0 0-1.024 1.024-1.024 1.024l-18.432-21.504c-5.12-5.12-10.24-7.168-16.384-7.168s-11.264 3.072-16.384 8.192l-29.696 34.816c0 1.024-1.024 1.024-1.024 1.024s0 0-1.024-1.024l-39.936-47.104c-4.096-4.096-10.24-5.12-14.336-1.024s-5.12 10.24-1.024 14.336l39.936 47.104c4.096 5.12 10.24 8.192 16.384 8.192 0 0 0 0 0 0 6.144 0 12.288-3.072 16.384-8.192l29.696-34.816c0-1.024 1.024-1.024 1.024-1.024l18.432 21.504c5.12 5.12 10.24 7.168 16.384 7.168s11.264-3.072 15.36-8.192l26.624-32.768c4.096-4.096 3.072-11.264-1.024-14.336 0-2.048-3.072-3.072-5.12-3.072zM388.096 567.808c-14.336 19.456-33.792 30.72-53.248 30.72 0 0 0 0 0 0-20.48 0-38.912-11.264-53.248-30.72l-20.48-27.648h25.6l11.264 15.36c10.24 14.336 23.552 22.528 36.864 22.528 0 0 0 0 0 0 13.312 0 26.624-8.192 36.864-22.528l62.464-86.016v34.816l-46.080 63.488zM223.232 487.936h25.6l7.168 11.264h-25.6zM156.672 396.8h24.576l36.864 50.176h-24.576zM656.384 411.136v-33.792l22.528 29.696v34.816zM568.32 438.784c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48 20.48-9.216 20.48-20.48-9.216-20.48-20.48-20.48zM568.32 462.336c-1.024 0-2.048-1.024-2.048-2.048 0-2.048 5.12-2.048 5.12 0-1.024 1.024-2.048 2.048-3.072 2.048zM609.28 289.28h-128c-15.36 0-28.672 12.288-28.672 28.672v223.232c0 15.36 12.288 28.672 28.672 28.672h129.024c15.36 0 28.672-12.288 28.672-28.672v-223.232c-1.024-16.384-13.312-28.672-29.696-28.672zM481.28 550.4c-5.12 0-10.24-4.096-10.24-10.24v-223.232c0-5.12 4.096-10.24 10.24-10.24h129.024c5.12 0 10.24 4.096 10.24 10.24v224.256c0 5.12-4.096 10.24-10.24 10.24h-129.024zM627.712 364.032c-3.072 0-5.12 1.024-7.168 3.072l-26.624 32.768c0 0-1.024 1.024-1.024 1.024s-1.024 0-1.024-1.024l-18.432-20.48c-4.096-5.12-10.24-7.168-15.36-7.168-6.144 0-11.264 3.072-15.36 8.192l-30.72 35.84c-1.024 1.024-1.024 1.024-2.048 1.024v0c0 0-1.024 0-2.048-1.024l-39.936-47.104c-3.072-4.096-9.216-4.096-13.312-1.024s-4.096 9.216-1.024 13.312l39.936 47.104c4.096 5.12 10.24 8.192 15.36 8.192 0 0 0 0 0 0 6.144 0 11.264-3.072 15.36-8.192l29.696-34.816c1.024-1.024 1.024-1.024 2.048-1.024 0 0 1.024 0 1.024 1.024l18.432 20.48c4.096 5.12 10.24 7.168 15.36 7.168 6.144 0 11.264-3.072 15.36-7.168l26.624-32.768c3.072-4.096 3.072-10.24-1.024-13.312 0-3.072-2.048-4.096-4.096-4.096zM135.168 338.432v28.672l-37.888-51.2v-34.816l37.888 52.224c0 2.048 0 4.096 0 5.12zM902.144 346.624v-29.696c0-2.048 0-4.096-1.024-5.12l26.624-37.888v35.84l-25.6 36.864zM406.528 399.872c-2.048 0-3.072 1.024-4.096 2.048-2.048 2.048-2.048 6.144 0 9.216l10.24 10.24-10.24 10.24c-2.048 2.048-2.048 6.144 0 9.216s6.144 2.048 9.216 0l15.36-15.36c2.048-2.048 2.048-6.144 0-9.216l-15.36-15.36c-2.048-1.024-3.072-1.024-5.12-1.024zM415.744 415.232h-37.888c-3.072 0-6.144 3.072-6.144 6.144s3.072 6.144 6.144 6.144h37.888c3.072 0 6.144-3.072 6.144-6.144s-2.048-6.144-6.144-6.144z" />
132
+ <glyph unicode="&#xe97a;" glyph-name="fortune" d="M78.649 723.288c-0.018 0-0.021 0-0.035 0-2.501 0-4.759 1.061-6.341 2.742l-0.007 0.008-11.021 11.021-11.021-11.021c-1.59-1.584-3.789-2.581-6.221-2.581s-4.622 0.981-6.221 2.581v0c-1.621 1.581-2.621 3.781-2.621 6.221s1.004 4.642 2.621 6.221l0.003 0.003 18.284 17.843c1.59 1.584 3.789 2.581 6.221 2.581s4.622-0.981 6.221-2.581v0l16.625-17.738c1.577-1.621 2.541-3.836 2.541-6.276s-0.973-4.661-2.541-6.28l0.004 0.004c-1.621-1.701-3.909-2.75-6.449-2.75-0.021 0-0.035 0-0.061 0h0.005zM60.926 662.493c-0.039-0.001-0.089-0.002-0.141-0.002-2.47 0-4.701 1.061-6.256 2.741l-0.009 0.010-16.625 17.738c-1.446 1.595-2.332 3.726-2.332 6.061 0 4.993 4.056 9.049 9.049 9.049 2.661 0 5.061-1.144 6.706-2.981l0.011-0.013 11.021-11.021 11.021 11.021c1.374 0.917 3.061 1.461 4.861 1.461 4.861 0 8.817-3.941 8.817-8.817 0-2.47-1.021-4.702-2.661-6.303l-0.003-0.003-17.402-16.625c-1.588-1.432-3.706-2.309-6.033-2.309-0.012 0-0.021 0-0.021 0h0.002zM615.549 565.344c-25.245 0-45.697 20.458-45.697 45.697s20.458 45.697 45.697 45.697c25.245 0 45.697-20.458 45.697-45.697v0c0-25.245-20.458-45.697-45.697-45.697v0zM615.549 634.734c-13.076 0-23.679-10.602-23.679-23.679s10.602-23.679 23.679-23.679c13.076 0 23.679 10.602 23.679 23.679v0c0.004 0.138 0.007 0.289 0.007 0.441 0 13.076-10.602 23.679-23.679 23.679-0.002 0-0.005 0-0.007 0v0zM819.085 303.664c-0.021 0-0.037 0-0.061 0-3.691 0-6.945 1.818-8.943 4.589l-0.021 0.029-105.841 149.672c-5.399 8.284-14.218 13.938-24.418 14.972l-0.141 0.018c-9.959-0.306-18.686-5.341-24.058-12.901l-0.061-0.101-71.581-96.255c-9.701-12.993-25.018-21.335-42.29-21.37h-0.009c-17.578 1.341-32.7 10.741-41.832 24.461l-0.131 0.204-116.417 160.798c-5.488 8.741-14.738 14.673-25.434 15.523l-0.112 0.012c-10.741-0.861-19.953-6.743-25.362-15.286l-0.080-0.141-156.726-214.977c-2.025-2.767-5.262-4.541-8.922-4.541-6.101 0-11.035 4.941-11.035 11.035 0 2.445 0.79 4.701 2.141 6.534l-0.021-0.025 156.615 214.872c9.311 14.498 25.178 24.096 43.328 24.558l0.062 0.002c18.172-0.716 33.957-10.271 43.257-24.458l0.131-0.209 116.417-160.695c5.341-8.621 14.325-14.543 24.743-15.618l0.141-0.021c10.021 0.101 18.85 5.141 24.169 12.781l0.061 0.101 71.581 96.255c9.661 12.941 24.88 21.258 42.057 21.37h0.021c17.44-1.061 32.534-10.261 41.617-23.818l0.124-0.191 106.057-149.776c1.283-1.781 2.056-3.998 2.056-6.399 0-3.713-1.84-7.003-4.661-8.994l-0.031-0.021c-1.756-1.241-3.941-1.981-6.301-1.981-0.023 0-0.061 0-0.093 0.001h0.007zM808.184 483.74h22.018v-190.094h-22.018v190.094zM808.184 175.909c0-14.298-11.581-25.883-25.883-25.883v0h-578.647c-14.298 0-25.883 11.581-25.883 25.883v0 544.171c0.061 14.263 11.621 25.82 25.874 25.883h578.649c14.263-0.061 25.82-11.621 25.883-25.874v-28.537h22.018v28.528c0 26.46-21.455 47.903-47.903 47.903v0h-578.647c-26.46 0-47.903-21.455-47.903-47.903v-544.171c0-26.46 21.455-47.903 47.903-47.903h578.647c26.46 0 47.903 21.455 47.903 47.903v0 11.021h-22.018zM808.184 625.487h22.018v-24.12h-22.018v24.12zM902.674 203.108h-147.253c-6.084 0-11.021 4.938-11.021 11.021v0 51.979c0 6.084 4.938 11.021 11.021 11.021v0h147.253c6.084 0 11.021-4.938 11.021-11.021v0-51.979c0-6.084-4.938-11.021-11.021-11.021v0zM766.437 225.147h125.214v29.955h-125.214zM49.8 525.922c-0.002 0-0.005 0-0.008 0-2.301 0-4.277 1.455-5.055 3.492l-0.021 0.035c-1.901 3.562-3.021 7.784-3.021 12.28s1.119 8.719 3.101 12.421l-0.063-0.141c2.261 2.983 5.797 4.901 9.782 4.901 1.583 0 3.101-0.301 4.501-0.861l-0.084 0.022c2.901-1.021 5.357-2.741 7.257-4.941l0.021-0.021c2.981 3.233 7.021 5.442 11.581 6.051l0.101 0.017c0.61 0.097 1.301 0.141 2.021 0.141 4.781 0 9.016-2.341 11.617-5.941l0.022-0.043c2.267-3.879 3.621-8.541 3.621-13.517 0-4.042-0.888-7.873-2.466-11.321l0.063 0.173c-0.728-2.261-2.803-3.861-5.261-3.861-3.042 0-5.501 2.461-5.501 5.501 0 1.021 0.27 1.965 0.746 2.781l-0.021-0.021c0.945 2.036 1.501 4.421 1.501 6.941s-0.552 4.901-1.542 7.043l0.045-0.101c-0.657 0.841-1.661 1.381-2.791 1.381-0.221 0-0.43-0.021-0.642-0.061l0.021 0.005c-4.181-0.786-7.301-4.421-7.301-8.781 0-0.287 0.021-0.57 0.039-0.846l-0.004 0.033c0.021-0.381 0.045-0.821 0.045-1.261s-0.021-0.892-0.050-1.329l0.005 0.061c0-0.005 0-0.010 0-0.016 0-2.928-2.281-5.316-5.161-5.501l-0.021-0.001c-0.033-0.001-0.076-0.002-0.119-0.002-3.051 0-5.541 2.381-5.715 5.381l-0.001 0.021c0 0.882 0 1.763 0 2.749-0.043 3.971-2.181 7.421-5.341 9.341l-0.056 0.021c-0.661 0-1.101 0-1.763-0.661-0.634-1.701-1.007-3.656-1.007-5.701 0-3.061 0.821-5.911 2.261-8.381l-0.044 0.078c0.221-0.581 0.36-1.261 0.36-1.981 0-2.316-1.406-4.301-3.412-5.169l-0.035-0.021c-0.581-0.281-1.274-0.448-2.006-0.448-0.064 0-0.141 0.002-0.214 0.007l0.016-0.001zM49.69 416.66c-1.901 0.021-3.581 0.965-4.621 2.409l-0.021 0.021c-2.995 3.794-4.812 8.657-4.812 13.932 0 6.323 2.598 12.036 6.781 16.138l0.006 0.006c2.328 1.861 5.301 2.981 8.542 2.981 0.866 0 1.726-0.082 2.544-0.233l-0.088 0.021c10.061-2.933 18.604-8.415 25.178-15.698l0.044-0.052v14.653c0 3.042 2.461 5.501 5.501 5.501v0c3.042 0 5.501-2.461 5.501-5.501v0-26.22c0-3.042-2.461-5.501-5.501-5.501v0h-2.309c-0.021 0-0.041-0.001-0.061-0.001-1.897 0-3.558 0.948-4.545 2.407l-0.021 0.021c-6.518 8.497-15.018 15.143-24.818 19.338l-0.404 0.149c-0.381 0.181-0.844 0.29-1.323 0.29s-0.941-0.101-1.341-0.301l0.021 0.013c-6.276-5.061 0-14.978 0-15.302 0.57-0.858 0.901-1.901 0.901-3.021 0-1.901-0.963-3.581-2.421-4.568l-0.021-0.021c-0.741-0.701-1.673-1.214-2.715-1.421l-0.034-0.010zM81.621 377.784h-25.106c-8.007 0.061-14.474 6.541-14.538 14.538v3.977c0.061 8.007 6.541 14.474 14.538 14.538h25.115c8.023 0 14.538-6.502 14.538-14.538v0-3.968c0-8.023-6.502-14.538-14.538-14.538v0zM56.515 399.823c-1.923-0.061-3.461-1.603-3.527-3.518v-3.977c0.061-1.923 1.603-3.461 3.518-3.527h25.115c1.941 0 3.527 1.581 3.527 3.527v0 3.968c0 1.941-1.581 3.527-3.527 3.527v0zM89.999 130.751h-41.737c-12.168 0-22.018 9.861-22.018 22.018v0 8.817c0 12.168 9.861 22.018 22.018 22.018v0h41.737c12.168 0 22.018-9.861 22.018-22.018v0-8.922c-0.061-12.117-9.901-21.915-22.018-21.915 0 0 0 0 0 0v0zM48.25 166.992c-0.028 0.001-0.066 0.002-0.104 0.002-2.981 0-5.395-2.421-5.395-5.395 0-0.001 0-0.001 0-0.002v0-8.922c0-0.001 0-0.001 0-0.002 0-2.981 2.421-5.395 5.395-5.395 0.038 0 0.076 0.001 0.113 0.002h41.737c0.001 0 0.001 0 0.002 0 3.004 0 5.446 2.405 5.501 5.385v8.931c-0.061 2.99-2.501 5.395-5.501 5.395-0.001 0-0.001 0-0.002 0v0zM79.416 485.827h-23.783c-7.728 0-13.978 6.261-13.978 13.978v0 3.19c0 0.028-0.001 0.066-0.001 0.104 0 7.728 6.261 13.978 13.978 13.978 0 0 0 0 0.001 0h23.783c0 0 0 0 0.001 0 7.728 0 13.978-6.261 13.978-13.978 0-0.038 0-0.076-0.001-0.114v0.009-3.741c-0.301-7.487-6.448-13.435-13.978-13.435-0.006 0-0.012 0-0.018 0h0.001zM55.633 506.652c-1.661-0.061-2.981-1.421-2.981-3.083 0-0.001 0-0.002 0-0.003v0-3.741c0.061-1.621 1.353-2.912 2.973-2.981h23.792c1.621 0.061 2.912 1.353 2.981 2.973v3.199c0 0.001 0 0.002 0 0.003 0 1.661-1.318 3.021-2.973 3.083h-0.009zM45.934 194.083c-0.021 0-0.039 0-0.061 0-2.782 0-5.261 1.381-6.745 3.501l-0.021 0.021-14.098 19.818c-0.919 1.327-1.462 2.97-1.462 4.741 0 4.595 3.701 8.334 8.301 8.376h74.569c4.563 0 8.261-3.701 8.261-8.261s-3.701-8.261-8.261-8.261v0h-58.588l4.85-6.821c0.92-1.328 1.464-2.971 1.464-4.741 0-4.558-3.647-8.261-8.181-8.373h-0.015zM69.068 249.706c-4.541 0.061-8.198 3.725-8.261 8.261v82.612c0 4.563 3.701 8.261 8.261 8.261s8.261-3.701 8.261-8.261v0-82.378c0.003-0.061 0.005-0.141 0.005-0.221 0-4.563-3.701-8.261-8.261-8.261-0.002 0-0.003 0-0.005 0v0zM1013.257 642.007h-261.452c-9.126 0-16.521 7.394-16.521 16.521s7.394 16.521 16.521 16.521v0h261.452c9.126 0 16.521-7.394 16.521-16.521s-7.394-16.521-16.521-16.521v0zM922.827 560.057h-171.042c-6.084 0-11.021 4.938-11.021 11.021s4.938 11.021 11.021 11.021v0h171.042c6.084 0 11.021-4.938 11.021-11.021s-4.938-11.021-11.021-11.021v0zM863.466 503.019h-111.677c-6.084 0-11.021 4.938-11.021 11.021s4.938 11.021 11.021 11.021v0h111.677c6.084 0 11.021-4.938 11.021-11.021s-4.938-11.021-11.021-11.021v0z" />
133
  <glyph unicode="&#xe992;" glyph-name="tutorial" d="M384 608l320-192-320-192v384zM512-14.754c-9.674 0-18.83 4.376-24.904 11.906-37.65 46.66-144.478 98.848-231.096 98.848-83.564 0-159.858-30.212-199.096-78.848-8.52-10.558-22.77-14.596-35.558-10.078-12.792 4.518-21.346 16.61-21.346 30.174v672c0 7.312 2.504 14.404 7.096 20.094 51.094 63.322 146.468 102.658 248.904 102.658 93.278 0 197.908-46.594 256-97.208 58.094 50.614 162.724 97.208 256 97.208 102.436 0 197.804-39.336 248.9-102.658 4.592-5.69 7.1-12.782 7.1-20.094v-672c0-13.564-8.552-25.656-21.348-30.174-12.792-4.516-27.042-0.476-35.556 10.078-39.244 48.636-115.534 78.848-199.096 78.848-86.62 0-193.45-52.188-231.096-98.848-6.076-7.528-15.23-11.906-24.904-11.906zM256 160c93.278 0 197.908-46.594 256-97.208 58.092 50.614 162.722 97.208 256 97.208 71.714 0 139.972-19.286 192-52.578v589.898c-40.904 43.826-113.22 70.68-192 70.68-86.62 0-193.45-52.186-231.096-98.848-6.076-7.53-15.23-11.906-24.904-11.906s-18.83 4.376-24.904 11.906c-37.65 46.662-144.48 98.848-231.096 98.848-78.784 0-151.096-26.854-192-70.68v-589.898c52.022 33.292 120.282 52.578 192 52.578z" />
134
  <glyph unicode="&#xea75;" glyph-name="preview" d="M96 488h570l-28 16h-542zM96 520h514l-28 16h-486zM96 552h458l-28 16h-430zM96 584h402l-28 16h-374zM96 456h626l-28 16h-598zM96 424h682l-28 16h-654zM96 392h738l-28 16h-710zM96 776h66l-28 16h-38zM96 376v-16h794l-28 16zM96 744h122l-28 16h-94zM96 712h178l-28 16h-150zM96 648h290l-28 16h-262zM96 680h234l-28 16h-206zM96 616h346l-28 16h-318zM0 896v-640h1024v640h-1024zM960 320h-896v512h896v-512zM672 192h-320l-32-128-64-64h512l-64 64z" />
135
  </font></defs></svg>
assets/fonts/prime-slider-font.ttf CHANGED
Binary file
assets/fonts/prime-slider-font.woff CHANGED
Binary file
assets/js/modules/ps-fortune.js ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function ($, elementor) {
2
+
3
+ 'use strict';
4
+
5
+ var widgetFortune = function ($scope, $) {
6
+
7
+ var $fortune = $scope.find('.bdt-fortune-slider');
8
+ if (!$fortune.length) {
9
+ return;
10
+ }
11
+ var $fortuneContainer = $fortune.find('.swiper-container.bdt-main-slider'),
12
+ $settings = $fortune.data('settings');
13
+
14
+ const Swiper = elementorFrontend.utils.swiper;
15
+ initSwiper();
16
+ async function initSwiper() {
17
+ var swiper = await new Swiper($fortuneContainer, $settings);
18
+ if ($settings.pauseOnHover) {
19
+ $($fortuneContainer).hover(function () {
20
+ (this).swiper.autoplay.stop();
21
+ }, function () {
22
+ (this).swiper.autoplay.start();
23
+ });
24
+ }
25
+
26
+ var $thumbs = $scope.find('.bdt-thumbs-slider');
27
+
28
+ var sliderThumbs = await new Swiper($thumbs, {
29
+ loop: ($settings.loop) ? $settings.loop : false,
30
+ speed: ($settings.speed) ? $settings.speed : 500,
31
+ freemood: true,
32
+ parallax: true,
33
+ spaceBetween: 0,
34
+ slideToClickedSlide: true,
35
+ loopedSlides: 4,
36
+ centeredSlides: true,
37
+ slidesPerView: 1,
38
+ initialSlide: 0,
39
+ keyboardControl: true,
40
+ mousewheel: true,
41
+ lazyLoading: true,
42
+ preventClicks: false,
43
+ preventClicksPropagation: false,
44
+ lazyLoadingInPrevNext: true,
45
+
46
+ });
47
+
48
+ swiper.controller.control = sliderThumbs;
49
+ sliderThumbs.controller.control = swiper;
50
+ }
51
+
52
+ };
53
+
54
+
55
+ jQuery(window).on('elementor/frontend/init', function () {
56
+ elementorFrontend.hooks.addAction('frontend/element_ready/prime-slider-fortune.default', widgetFortune);
57
+ });
58
+
59
+ }(jQuery, window.elementorFrontend));
assets/js/modules/ps-fortune.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(e,n){"use strict";var o=function(e,n){var o=e.find(".bdt-fortune-slider");if(!o.length)return;var t=o.find(".swiper-container.bdt-main-slider"),r=o.data("settings");const i=elementorFrontend.utils.swiper;!async function(){var o=await new i(t,r);r.pauseOnHover&&n(t).hover((function(){this.swiper.autoplay.stop()}),(function(){this.swiper.autoplay.start()}));var l=e.find(".bdt-thumbs-slider"),d=await new i(l,{loop:!!r.loop&&r.loop,speed:r.speed?r.speed:500,freemood:!0,parallax:!0,spaceBetween:0,slideToClickedSlide:!0,loopedSlides:4,centeredSlides:!0,slidesPerView:1,initialSlide:0,keyboardControl:!0,mousewheel:!0,lazyLoading:!0,preventClicks:!1,preventClicksPropagation:!1,lazyLoadingInPrevNext:!0});o.controller.control=d,d.controller.control=o}()};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/prime-slider-fortune.default",o)}))}(jQuery,window.elementorFrontend);
assets/js/modules/ps-pagepiling.js CHANGED
@@ -11,15 +11,19 @@
11
  }
12
  var $settings = $pagepiling.data('settings');
13
 
14
- // var interval;
15
- // var timeout;
16
- // var autoPlayDuration = $settings.autoplay;
17
 
18
- // function getInterval() {
19
- // return setInterval(function () {
20
- // $.fn.pagepiling.moveSectionDown();
21
- // }, autoPlayDuration);
22
- // }
 
 
 
 
23
 
24
  $($pagepiling).pagepiling({
25
  menu: null,
@@ -38,18 +42,20 @@
38
  touchSensitivity: 5,
39
  keyboardScrolling: true,
40
  sectionSelector: '.section',
41
- // afterLoad: function (anchorLink, index) {
42
- // clearInterval(interval);
43
- // clearTimeout(timeout);
44
- // timeout = setTimeout(function () {
45
- // interval = getInterval();
46
- // }, autoPlayDuration);
47
- // },
48
- // afterRender: function () {
49
- // interval = getInterval();
50
- // }
 
51
  });
52
 
 
53
  };
54
 
55
 
11
  }
12
  var $settings = $pagepiling.data('settings');
13
 
14
+ var interval;
15
+ var timeout;
16
+ var autoPlayDuration = (typeof $settings.autoplay !== 'undefined') ? ($settings.autoplay.autoplay_duration || 1000) : 1000;
17
 
18
+ if ((typeof $settings.autoplay == 'undefined')) {
19
+ $settings.autoplay = false;
20
+ }
21
+
22
+ function getInterval() {
23
+ return setInterval(function () {
24
+ $.fn.pagepiling.moveSectionDown();
25
+ }, autoPlayDuration);
26
+ }
27
 
28
  $($pagepiling).pagepiling({
29
  menu: null,
42
  touchSensitivity: 5,
43
  keyboardScrolling: true,
44
  sectionSelector: '.section',
45
+
46
+ afterLoad: $settings.autoplay !== false ? function (anchorLink, index) {
47
+ clearInterval(interval);
48
+ clearTimeout(timeout);
49
+ timeout = setTimeout(function () {
50
+ interval = getInterval();
51
+ }, autoPlayDuration);
52
+ } : false,
53
+ afterRender: $settings.autoplay !== false ? function () {
54
+ interval = getInterval();
55
+ } : false
56
  });
57
 
58
+
59
  };
60
 
61
 
assets/js/modules/ps-pagepiling.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,n){"use strict";var o=function(e,n){var o=e.find(".bdt-pagepiling-slider");if(o.length){var t=o.data("settings");n(o).pagepiling({menu:null,direction:"vertical",verticalCentered:!0,scrollingSpeed:t.scrollingSpeed,easing:"swing",navigation:{position:"left"},loopBottom:t.loopBottom,loopTop:t.loopTop,css3:!0,normalScrollElements:null,normalScrollElementTouchThreshold:5,touchSensitivity:5,keyboardScrolling:!0,sectionSelector:".section"})}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/prime-slider-pagepiling.default",o)}))}(jQuery,window.elementorFrontend);
1
+ !function(e,o){"use strict";var n=function(e,o){var n=e.find(".bdt-pagepiling-slider");if(n.length){var t,i,l=n.data("settings"),a=void 0!==l.autoplay&&l.autoplay.autoplay_duration||1e3;void 0===l.autoplay&&(l.autoplay=!1),o(n).pagepiling({menu:null,direction:"vertical",verticalCentered:!0,scrollingSpeed:l.scrollingSpeed,easing:"swing",navigation:{position:"left"},loopBottom:l.loopBottom,loopTop:l.loopTop,css3:!0,normalScrollElements:null,normalScrollElementTouchThreshold:5,touchSensitivity:5,keyboardScrolling:!0,sectionSelector:".section",afterLoad:!1!==l.autoplay&&function(e,o){clearInterval(t),clearTimeout(i),i=setTimeout((function(){t=r()}),a)},afterRender:!1!==l.autoplay&&function(){t=r()}})}function r(){return setInterval((function(){o.fn.pagepiling.moveSectionDown()}),a)}};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/prime-slider-pagepiling.default",n)}))}(jQuery,window.elementorFrontend);
assets/js/modules/ps-reveal.js CHANGED
@@ -9,7 +9,7 @@
9
  if (!$reveal.length) {
10
  return;
11
  }
12
-
13
 
14
  class Slide {
15
  constructor(el) {
@@ -61,18 +61,31 @@
61
  }
62
  // set the class current.
63
  setCurrent(hideBefore = true) {
64
- this.isCurrent = true;
 
 
 
65
 
66
  if (hideBefore) {
67
  // Hide the image.
68
  this.showRevealer({ animation: false });
 
69
  // And the texts.
70
- this.DOM.titleInner.style.opacity = 0;
71
- this.DOM.subtitleInner.style.opacity = 0;
72
- this.DOM.titleBox.style.opacity = 0;
73
- this.DOM.subtitleBox.style.opacity = 0;
74
- this.DOM.explore.style.opacity = 0;
75
- this.DOM.quote.style.opacity = 0;
 
 
 
 
 
 
 
 
 
76
  }
77
 
78
  this.DOM.el.classList.add('slide--current', 'slide--visible');
@@ -100,9 +113,12 @@
100
  // Show the revealer and reset the texts that are visible for the left and right slides.
101
  resetLeftRight() {
102
  this.showRevealer({ animation: false });
 
103
  // Reset texts.
104
- this.DOM.titleInner.style.opacity = 0;
105
- this.DOM.titleInner.style.transform = 'none';
 
 
106
  }
107
  // Check if the slide is positioned on the right side (if it´s the next slide in the slideshow).
108
  isPositionedRight() {
@@ -177,43 +193,55 @@
177
  this.toggleTexts('show', direction, delay);
178
  }
179
  toggleTexts(action, direction, delay) {
 
 
 
180
  if (this.isPositionedCenter()) {
181
- this.DOM.titleBox.style.transformOrigin = this.DOM.subtitleBox.style.transformOrigin = action === 'hide' ? '100% 50%' : '0% 50%';
 
 
 
 
182
 
183
  const speed = action === 'hide' ? 0.2 : 0.6;
184
  const ease = action === 'hide' ? 'Power3.easeInOut' : 'Expo.easeOut';
185
 
186
- TweenMax.to(this.DOM.titleInner, speed, {
187
- ease: ease,
188
- delay: action === 'hide' ? delay : delay + 0.2,
189
- startAt: action === 'show' ? { x: '-100%' } : {},
190
- x: action === 'hide' ? '100%' : '0%',
191
- opacity: action === 'hide' ? 0 : 1
192
- });
193
 
194
- TweenMax.to(this.DOM.titleBox, speed, {
195
- ease: ease,
196
- delay: action === 'hide' ? delay + 0.2 : delay,
197
- startAt: action === 'show' ? { scaleX: 0 } : {},
198
- scaleX: action === 'hide' ? 0 : 1,
199
- opacity: 1
200
- });
 
201
 
202
- TweenMax.to(this.DOM.subtitleInner, speed, {
203
- ease: ease,
204
- delay: action === 'hide' ? delay + 0.3 : delay + 0.5,
205
- startAt: action === 'show' ? { x: '-100%' } : {},
206
- x: action === 'hide' ? '100%' : '0%',
207
- opacity: action === 'hide' ? 0 : 1
208
- });
 
209
 
210
- TweenMax.to(this.DOM.subtitleBox, speed, {
211
- ease: ease,
212
- delay: action === 'hide' ? delay + 0.5 : delay + 0.3,
213
- startAt: action === 'show' ? { scaleX: 0 } : {},
214
- scaleX: action === 'hide' ? 0 : 1,
215
- opacity: 1
216
- });
 
 
 
 
 
 
 
 
 
 
217
 
218
  TweenMax.to(this.DOM.explore, speed, {
219
  ease: ease,
@@ -222,24 +250,32 @@
222
  y: action === 'hide' ? '-100%' : '0%',
223
  opacity: action === 'hide' ? 0 : 1
224
  });
225
- TweenMax.to(this.DOM.quote, speed, {
226
- ease: ease,
227
- delay: delay + 0.2,
228
- startAt: action === 'show' ? { y: '100%' } : {},
229
- y: action === 'hide' ? '-100%' : '0%',
230
- opacity: action === 'hide' ? 0 : 1
231
- });
 
 
 
232
  } else {
233
- TweenMax.to(this.DOM.titleInner, this.config.revealer.speed.hide, {
234
- ease: 'Quint.easeOut',
235
- delay: delay,
236
- startAt: action === 'show' ? { x: direction === 'next' ? '-50%' : '50%', opacity: 0 } : {},
237
- x: action === 'show' ? '0%' : direction === 'next' ? '50%' : '-50%',
238
- opacity: action === 'hide' ? 0 : 1
239
- });
 
 
 
 
240
  }
241
  }
242
  load() {
 
243
  // Scale up the images.
244
  this.zoom({
245
  scale: 1.1,
@@ -254,12 +290,14 @@
254
  y: '0%',
255
  opacity: 1
256
  });
257
- TweenMax.to(this.DOM.quote, this.config.revealer.speed['show'] * 2.5, {
258
- ease: this.config.revealer.ease.hide,
259
- startAt: { y: '100%', opacity: 0 },
260
- y: '0%',
261
- opacity: 1
262
- });
 
 
263
  }
264
  }
265
  // Zooms in/out the image.
@@ -293,7 +331,7 @@
293
  }
294
  // Current slide position.
295
  this.current = 0;
296
- // Set the current/right/left slides.
297
  // Passing false indicates we dont need to show the revealer (white container that hides the images) on the images.
298
  this.render(false);
299
  // Init/Bind events.
9
  if (!$reveal.length) {
10
  return;
11
  }
12
+
13
 
14
  class Slide {
15
  constructor(el) {
61
  }
62
  // set the class current.
63
  setCurrent(hideBefore = true) {
64
+ this.isCurrent = true;
65
+ var hasTitle = $($reveal).find('.slide__title-inner');
66
+ var hasSubTitle = $($reveal).find('.slide__subtitle-inner');
67
+ var hasDescription = $($reveal).find('.bdt-description');
68
 
69
  if (hideBefore) {
70
  // Hide the image.
71
  this.showRevealer({ animation: false });
72
+
73
  // And the texts.
74
+ if (hasTitle.length > 0){
75
+ this.DOM.titleInner.style.opacity = 0;
76
+ this.DOM.titleBox.style.opacity = 0;
77
+ }
78
+
79
+ if(hasSubTitle.length > 0){
80
+ this.DOM.subtitleInner.style.opacity = 0;
81
+ this.DOM.subtitleBox.style.opacity = 0;
82
+ }
83
+ if (hasDescription.length > 0){
84
+ this.DOM.quote.style.opacity = 0;
85
+ }
86
+
87
+
88
+ this.DOM.explore.style.opacity = 0;
89
  }
90
 
91
  this.DOM.el.classList.add('slide--current', 'slide--visible');
113
  // Show the revealer and reset the texts that are visible for the left and right slides.
114
  resetLeftRight() {
115
  this.showRevealer({ animation: false });
116
+ var hasTitle = $($reveal).find('.slide__title-inner');
117
  // Reset texts.
118
+ if(hasTitle.length > 0){
119
+ this.DOM.titleInner.style.opacity = 0;
120
+ this.DOM.titleInner.style.transform = 'none';
121
+ }
122
  }
123
  // Check if the slide is positioned on the right side (if it´s the next slide in the slideshow).
124
  isPositionedRight() {
193
  this.toggleTexts('show', direction, delay);
194
  }
195
  toggleTexts(action, direction, delay) {
196
+ var hasTitle = $($reveal).find('.slide__title-inner');
197
+ var hasSubTitle = $($reveal).find('.slide__subtitle-inner');
198
+ var hasDescription = $($reveal).find('.bdt-description');
199
  if (this.isPositionedCenter()) {
200
+
201
+ // console.log(typeof hasSubtitle);
202
+ if (hasSubTitle.length > 0 && hasTitle.length > 0){
203
+ this.DOM.titleBox.style.transformOrigin = this.DOM.subtitleBox.style.transformOrigin = action === 'hide' ? '100% 50%' : '0% 50%';
204
+ }
205
 
206
  const speed = action === 'hide' ? 0.2 : 0.6;
207
  const ease = action === 'hide' ? 'Power3.easeInOut' : 'Expo.easeOut';
208
 
 
 
 
 
 
 
 
209
 
210
+ if (hasTitle.length > 0){
211
+ TweenMax.to(this.DOM.titleInner, speed, {
212
+ ease: ease,
213
+ delay: action === 'hide' ? delay : delay + 0.2,
214
+ startAt: action === 'show' ? { x: '-100%' } : {},
215
+ x: action === 'hide' ? '100%' : '0%',
216
+ opacity: action === 'hide' ? 0 : 1
217
+ });
218
 
219
+ TweenMax.to(this.DOM.titleBox, speed, {
220
+ ease: ease,
221
+ delay: action === 'hide' ? delay + 0.2 : delay,
222
+ startAt: action === 'show' ? { scaleX: 0 } : {},
223
+ scaleX: action === 'hide' ? 0 : 1,
224
+ opacity: 1
225
+ });
226
+ }
227
 
228
+ if (hasSubTitle.length > 0){
229
+
230
+ TweenMax.to(this.DOM.subtitleInner, speed, {
231
+ ease: ease,
232
+ delay: action === 'hide' ? delay + 0.3 : delay + 0.5,
233
+ startAt: action === 'show' ? { x: '-100%' } : {},
234
+ x: action === 'hide' ? '100%' : '0%',
235
+ opacity: action === 'hide' ? 0 : 1
236
+ });
237
+ TweenMax.to(this.DOM.subtitleBox, speed, {
238
+ ease: ease,
239
+ delay: action === 'hide' ? delay + 0.5 : delay + 0.3,
240
+ startAt: action === 'show' ? { scaleX: 0 } : {},
241
+ scaleX: action === 'hide' ? 0 : 1,
242
+ opacity: 1
243
+ });
244
+ }
245
 
246
  TweenMax.to(this.DOM.explore, speed, {
247
  ease: ease,
250
  y: action === 'hide' ? '-100%' : '0%',
251
  opacity: action === 'hide' ? 0 : 1
252
  });
253
+
254
+ if (hasDescription.length > 0){
255
+ TweenMax.to(this.DOM.quote, speed, {
256
+ ease: ease,
257
+ delay: delay + 0.2,
258
+ startAt: action === 'show' ? { y: '100%' } : {},
259
+ y: action === 'hide' ? '-100%' : '0%',
260
+ opacity: action === 'hide' ? 0 : 1
261
+ });
262
+ }
263
  } else {
264
+
265
+ if (hasTitle.length > 0) {
266
+ TweenMax.to(this.DOM.titleInner, this.config.revealer.speed.hide, {
267
+ ease: 'Quint.easeOut',
268
+ delay: delay,
269
+ startAt: action === 'show' ? { x: direction === 'next' ? '-50%' : '50%', opacity: 0 } : {},
270
+ x: action === 'show' ? '0%' : direction === 'next' ? '50%' : '-50%',
271
+ opacity: action === 'hide' ? 0 : 1
272
+ });
273
+ }
274
+
275
  }
276
  }
277
  load() {
278
+ var hasDescription = $($reveal).find('.bdt-description');
279
  // Scale up the images.
280
  this.zoom({
281
  scale: 1.1,
290
  y: '0%',
291
  opacity: 1
292
  });
293
+ if(hasDescription.length > 0){
294
+ TweenMax.to(this.DOM.quote, this.config.revealer.speed['show'] * 2.5, {
295
+ ease: this.config.revealer.ease.hide,
296
+ startAt: { y: '100%', opacity: 0 },
297
+ y: '0%',
298
+ opacity: 1
299
+ });
300
+ }
301
  }
302
  }
303
  // Zooms in/out the image.
331
  }
332
  // Current slide position.
333
  this.current = 0;
334
+ // Set the current/right/left slides.
335
  // Passing false indicates we dont need to show the revealer (white container that hides the images) on the images.
336
  this.render(false);
337
  // Init/Bind events.
assets/js/modules/ps-reveal.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"use strict";var i=function(e,t){var i=e.find(".bdt-reveal-slider"),s=i.data("settings");if(!i.length)return;class r{constructor(e){this.DOM={el:e},this.DOM.imgWrap=this.DOM.el.querySelector(".slide__img-wrap"),this.DOM.img=this.DOM.imgWrap.querySelector(".slide__img"),this.DOM.revealer=this.DOM.imgWrap.querySelector(".slide__img-reveal"),this.DOM.title=this.DOM.el.querySelector(".slide__title"),this.DOM.titleBox=this.DOM.title.querySelector(".slide__box"),this.DOM.titleInner=this.DOM.title.querySelector(".slide__title-inner"),this.DOM.subtitle=this.DOM.el.querySelector(".slide__subtitle"),this.DOM.subtitleBox=this.DOM.subtitle.querySelector(".slide__box"),this.DOM.subtitleInner=this.DOM.subtitle.querySelector(".slide__subtitle-inner"),this.DOM.explore=this.DOM.el.querySelector(".slide__explore"),this.DOM.quote=this.DOM.el.querySelector(".bdt-description"),this.config={revealer:{speed:{hide:.5,show:.7},ease:{hide:"Quint.easeOut",show:"Quint.easeOut"}}},this.initEvents()}initEvents(){this.mouseenterFn=()=>{this.isPositionedCenter()&&this.zoom({scale:1.2,speed:2,ease:"Quad.easeOut"})},this.mouseleaveFn=()=>{this.isPositionedCenter()&&this.zoom({scale:1.1,speed:2,ease:"Quad.easeOut"})},this.DOM.explore.addEventListener("mouseenter",this.mouseenterFn),this.DOM.explore.addEventListener("mouseleave",this.mouseleaveFn)}setCurrent(e=!0){this.isCurrent=!0,e&&(this.showRevealer({animation:!1}),this.DOM.titleInner.style.opacity=0,this.DOM.subtitleInner.style.opacity=0,this.DOM.titleBox.style.opacity=0,this.DOM.subtitleBox.style.opacity=0,this.DOM.explore.style.opacity=0,this.DOM.quote.style.opacity=0),this.DOM.el.classList.add("slide--current","slide--visible")}setLeft(e=!0){this.isRight=this.isCurrent=!1,this.isLeft=!0,e&&this.resetLeftRight(),this.DOM.el.classList.add("slide--left","slide--visible")}setRight(e=!0){this.isLeft=this.isCurrent=!1,this.isRight=!0,e&&this.resetLeftRight(),this.DOM.el.classList.add("slide--right","slide--visible")}resetLeftRight(){this.showRevealer({animation:!1}),this.DOM.titleInner.style.opacity=0,this.DOM.titleInner.style.transform="none"}isPositionedRight(){return this.isRight}isPositionedLeft(){return this.isLeft}isPositionedCenter(){return this.isCurrent}showRevealer(e={}){return this.toggleRevealer("hide",e)}hideRevealer(e={}){return this.toggleRevealer("show",e)}toggleRevealer(e,t){return new Promise(((i,s)=>{t.animation?TweenMax.to(this.DOM.revealer,t.speed||this.config.revealer.speed[e],{delay:t.delay||0,ease:t.ease||this.config.revealer.ease[e],startAt:"hide"===e?{y:"prev"===t.direction?"-100%":"100%"}:{},y:"hide"===e?"0%":"prev"===t.direction?"100%":"-100%",onComplete:i}):(this.DOM.revealer.style.transform="hide"===e?"translate3d(0,0,0)":`translate3d(0,${"prev"===t.direction?"100%":"-100%"},0)`,i())}))}hide(e,t){return this.toggle("hide",e,t)}show(e,t){return this.toggle("show",e,t)}toggle(e,t,i){return this.zoom({scale:"hide"===e?1.2:1.1,speed:"hide"===e?this.config.revealer.speed[e]:2.5*this.config.revealer.speed[e],ease:this.config.revealer.ease[e],startAt:"show"===e?{scale:1}:{},delay:i}),"hide"===e?this.hideTexts(t,i):this.showTexts(t,i),this["hide"===e?"showRevealer":"hideRevealer"]({delay:i,direction:t,animation:!0})}hideTexts(e,t){this.toggleTexts("hide",e,t)}showTexts(e,t){this.toggleTexts("show",e,t)}toggleTexts(e,t,i){if(this.isPositionedCenter()){this.DOM.titleBox.style.transformOrigin=this.DOM.subtitleBox.style.transformOrigin="hide"===e?"100% 50%":"0% 50%";const t="hide"===e?.2:.6,s="hide"===e?"Power3.easeInOut":"Expo.easeOut";TweenMax.to(this.DOM.titleInner,t,{ease:s,delay:"hide"===e?i:i+.2,startAt:"show"===e?{x:"-100%"}:{},x:"hide"===e?"100%":"0%",opacity:"hide"===e?0:1}),TweenMax.to(this.DOM.titleBox,t,{ease:s,delay:"hide"===e?i+.2:i,startAt:"show"===e?{scaleX:0}:{},scaleX:"hide"===e?0:1,opacity:1}),TweenMax.to(this.DOM.subtitleInner,t,{ease:s,delay:"hide"===e?i+.3:i+.5,startAt:"show"===e?{x:"-100%"}:{},x:"hide"===e?"100%":"0%",opacity:"hide"===e?0:1}),TweenMax.to(this.DOM.subtitleBox,t,{ease:s,delay:"hide"===e?i+.5:i+.3,startAt:"show"===e?{scaleX:0}:{},scaleX:"hide"===e?0:1,opacity:1}),TweenMax.to(this.DOM.explore,t,{ease:s,delay:i+.4,startAt:"show"===e?{y:"100%"}:{},y:"hide"===e?"-100%":"0%",opacity:"hide"===e?0:1}),TweenMax.to(this.DOM.quote,t,{ease:s,delay:i+.2,startAt:"show"===e?{y:"100%"}:{},y:"hide"===e?"-100%":"0%",opacity:"hide"===e?0:1})}else TweenMax.to(this.DOM.titleInner,this.config.revealer.speed.hide,{ease:"Quint.easeOut",delay:i,startAt:"show"===e?{x:"next"===t?"-50%":"50%",opacity:0}:{},x:"show"===e?"0%":"next"===t?"50%":"-50%",opacity:"hide"===e?0:1})}load(){this.zoom({scale:1.1,speed:2.5*this.config.revealer.speed.show,ease:this.config.revealer.ease.hide}),this.isPositionedCenter()&&(TweenMax.to(this.DOM.explore,2.5*this.config.revealer.speed.show,{ease:this.config.revealer.ease.hide,startAt:{y:"100%",opacity:0},y:"0%",opacity:1}),TweenMax.to(this.DOM.quote,2.5*this.config.revealer.speed.show,{ease:this.config.revealer.ease.hide,startAt:{y:"100%",opacity:0},y:"0%",opacity:1}))}zoom(e={}){TweenMax.to(this.DOM.img,e.speed||1,{startAt:e.startAt||{},delay:e.delay||0,scale:e.scale||1,ease:e.ease||"Quint.easeOut"})}reset(){this.isRight=this.isLeft=this.isCurrent=!1,this.DOM.el.classList="slide"}}new class{constructor(e){if(this.DOM={el:e},this.slides=[],Array.from(this.DOM.el.querySelectorAll(".slide")).forEach((e=>this.slides.push(new r(e)))),this.slidesTotal=this.slides.length,this.slidesTotal<3)return!1;this.current=0,this.render(!1),this.initEvents()}render(e=!1){this.currentSlide=this.slides[this.current],this.nextSlide=this.slides[this.current+1<=this.slidesTotal-1?this.current+1:0],this.prevSlide=this.slides[this.current-1>=0?this.current-1:this.slidesTotal-1],this.currentSlide.setCurrent(e),this.nextSlide.setRight(e),this.prevSlide.setLeft(e)}load(){[this.nextSlide,this.currentSlide,this.prevSlide].forEach((e=>e.load()))}initEvents(){this.navigateFn=e=>{e.isPositionedRight()?this.navigate("next"):e.isPositionedLeft()&&this.navigate("prev")};for(let e of this.slides)e.DOM.imgWrap.addEventListener("click",(()=>this.navigateFn(e)))}hideSlides(e){return this.toggleSlides("hide",e)}updateSlides(){[this.nextSlide,this.currentSlide,this.prevSlide].forEach((e=>e.reset())),this.render(!0)}showSlides(e){return this.toggleSlides("show",e)}toggleSlides(e,t){let i=[];return[this.nextSlide,this.currentSlide,this.prevSlide].forEach((s=>{let r=s.isPositionedCenter()?.1:"next"===t?s.isPositionedRight()?0:.2:s.isPositionedRight()?.2:0;i.push(s[e](t,r))})),Promise.all(i)}navigate(e){this.isAnimating||(this.isAnimating=!0,this.current="next"===e?this.current<this.slidesTotal-1?this.current+1:0:this.current=this.current>0?this.current-1:this.slidesTotal-1,this.hideSlides(e).then((()=>this.updateSlides())).then((()=>this.showSlides(e))).then((()=>this.isAnimating=!1)))}}(document.querySelector(s.id+" .slideshow"))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/prime-slider-reveal.default",i)}))}(jQuery,window.elementorFrontend);
1
+ !function(e,t){"use strict";var i=function(e,t){var i=e.find(".bdt-reveal-slider"),s=i.data("settings");if(!i.length)return;class r{constructor(e){this.DOM={el:e},this.DOM.imgWrap=this.DOM.el.querySelector(".slide__img-wrap"),this.DOM.img=this.DOM.imgWrap.querySelector(".slide__img"),this.DOM.revealer=this.DOM.imgWrap.querySelector(".slide__img-reveal"),this.DOM.title=this.DOM.el.querySelector(".slide__title"),this.DOM.titleBox=this.DOM.title.querySelector(".slide__box"),this.DOM.titleInner=this.DOM.title.querySelector(".slide__title-inner"),this.DOM.subtitle=this.DOM.el.querySelector(".slide__subtitle"),this.DOM.subtitleBox=this.DOM.subtitle.querySelector(".slide__box"),this.DOM.subtitleInner=this.DOM.subtitle.querySelector(".slide__subtitle-inner"),this.DOM.explore=this.DOM.el.querySelector(".slide__explore"),this.DOM.quote=this.DOM.el.querySelector(".bdt-description"),this.config={revealer:{speed:{hide:.5,show:.7},ease:{hide:"Quint.easeOut",show:"Quint.easeOut"}}},this.initEvents()}initEvents(){this.mouseenterFn=()=>{this.isPositionedCenter()&&this.zoom({scale:1.2,speed:2,ease:"Quad.easeOut"})},this.mouseleaveFn=()=>{this.isPositionedCenter()&&this.zoom({scale:1.1,speed:2,ease:"Quad.easeOut"})},this.DOM.explore.addEventListener("mouseenter",this.mouseenterFn),this.DOM.explore.addEventListener("mouseleave",this.mouseleaveFn)}setCurrent(e=!0){this.isCurrent=!0;var s=t(i).find(".slide__title-inner"),r=t(i).find(".slide__subtitle-inner"),h=t(i).find(".bdt-description");e&&(this.showRevealer({animation:!1}),s.length>0&&(this.DOM.titleInner.style.opacity=0,this.DOM.titleBox.style.opacity=0),r.length>0&&(this.DOM.subtitleInner.style.opacity=0,this.DOM.subtitleBox.style.opacity=0),h.length>0&&(this.DOM.quote.style.opacity=0),this.DOM.explore.style.opacity=0),this.DOM.el.classList.add("slide--current","slide--visible")}setLeft(e=!0){this.isRight=this.isCurrent=!1,this.isLeft=!0,e&&this.resetLeftRight(),this.DOM.el.classList.add("slide--left","slide--visible")}setRight(e=!0){this.isLeft=this.isCurrent=!1,this.isRight=!0,e&&this.resetLeftRight(),this.DOM.el.classList.add("slide--right","slide--visible")}resetLeftRight(){this.showRevealer({animation:!1}),t(i).find(".slide__title-inner").length>0&&(this.DOM.titleInner.style.opacity=0,this.DOM.titleInner.style.transform="none")}isPositionedRight(){return this.isRight}isPositionedLeft(){return this.isLeft}isPositionedCenter(){return this.isCurrent}showRevealer(e={}){return this.toggleRevealer("hide",e)}hideRevealer(e={}){return this.toggleRevealer("show",e)}toggleRevealer(e,t){return new Promise(((i,s)=>{t.animation?TweenMax.to(this.DOM.revealer,t.speed||this.config.revealer.speed[e],{delay:t.delay||0,ease:t.ease||this.config.revealer.ease[e],startAt:"hide"===e?{y:"prev"===t.direction?"-100%":"100%"}:{},y:"hide"===e?"0%":"prev"===t.direction?"100%":"-100%",onComplete:i}):(this.DOM.revealer.style.transform="hide"===e?"translate3d(0,0,0)":`translate3d(0,${"prev"===t.direction?"100%":"-100%"},0)`,i())}))}hide(e,t){return this.toggle("hide",e,t)}show(e,t){return this.toggle("show",e,t)}toggle(e,t,i){return this.zoom({scale:"hide"===e?1.2:1.1,speed:"hide"===e?this.config.revealer.speed[e]:2.5*this.config.revealer.speed[e],ease:this.config.revealer.ease[e],startAt:"show"===e?{scale:1}:{},delay:i}),"hide"===e?this.hideTexts(t,i):this.showTexts(t,i),this["hide"===e?"showRevealer":"hideRevealer"]({delay:i,direction:t,animation:!0})}hideTexts(e,t){this.toggleTexts("hide",e,t)}showTexts(e,t){this.toggleTexts("show",e,t)}toggleTexts(e,s,r){var h=t(i).find(".slide__title-inner"),l=t(i).find(".slide__subtitle-inner"),n=t(i).find(".bdt-description");if(this.isPositionedCenter()){l.length>0&&h.length>0&&(this.DOM.titleBox.style.transformOrigin=this.DOM.subtitleBox.style.transformOrigin="hide"===e?"100% 50%":"0% 50%");const t="hide"===e?.2:.6,i="hide"===e?"Power3.easeInOut":"Expo.easeOut";h.length>0&&(TweenMax.to(this.DOM.titleInner,t,{ease:i,delay:"hide"===e?r:r+.2,startAt:"show"===e?{x:"-100%"}:{},x:"hide"===e?"100%":"0%",opacity:"hide"===e?0:1}),TweenMax.to(this.DOM.titleBox,t,{ease:i,delay:"hide"===e?r+.2:r,startAt:"show"===e?{scaleX:0}:{},scaleX:"hide"===e?0:1,opacity:1})),l.length>0&&(TweenMax.to(this.DOM.subtitleInner,t,{ease:i,delay:"hide"===e?r+.3:r+.5,startAt:"show"===e?{x:"-100%"}:{},x:"hide"===e?"100%":"0%",opacity:"hide"===e?0:1}),TweenMax.to(this.DOM.subtitleBox,t,{ease:i,delay:"hide"===e?r+.5:r+.3,startAt:"show"===e?{scaleX:0}:{},scaleX:"hide"===e?0:1,opacity:1})),TweenMax.to(this.DOM.explore,t,{ease:i,delay:r+.4,startAt:"show"===e?{y:"100%"}:{},y:"hide"===e?"-100%":"0%",opacity:"hide"===e?0:1}),n.length>0&&TweenMax.to(this.DOM.quote,t,{ease:i,delay:r+.2,startAt:"show"===e?{y:"100%"}:{},y:"hide"===e?"-100%":"0%",opacity:"hide"===e?0:1})}else h.length>0&&TweenMax.to(this.DOM.titleInner,this.config.revealer.speed.hide,{ease:"Quint.easeOut",delay:r,startAt:"show"===e?{x:"next"===s?"-50%":"50%",opacity:0}:{},x:"show"===e?"0%":"next"===s?"50%":"-50%",opacity:"hide"===e?0:1})}load(){var e=t(i).find(".bdt-description");this.zoom({scale:1.1,speed:2.5*this.config.revealer.speed.show,ease:this.config.revealer.ease.hide}),this.isPositionedCenter()&&(TweenMax.to(this.DOM.explore,2.5*this.config.revealer.speed.show,{ease:this.config.revealer.ease.hide,startAt:{y:"100%",opacity:0},y:"0%",opacity:1}),e.length>0&&TweenMax.to(this.DOM.quote,2.5*this.config.revealer.speed.show,{ease:this.config.revealer.ease.hide,startAt:{y:"100%",opacity:0},y:"0%",opacity:1}))}zoom(e={}){TweenMax.to(this.DOM.img,e.speed||1,{startAt:e.startAt||{},delay:e.delay||0,scale:e.scale||1,ease:e.ease||"Quint.easeOut"})}reset(){this.isRight=this.isLeft=this.isCurrent=!1,this.DOM.el.classList="slide"}}new class{constructor(e){if(this.DOM={el:e},this.slides=[],Array.from(this.DOM.el.querySelectorAll(".slide")).forEach((e=>this.slides.push(new r(e)))),this.slidesTotal=this.slides.length,this.slidesTotal<3)return!1;this.current=0,this.render(!1),this.initEvents()}render(e=!1){this.currentSlide=this.slides[this.current],this.nextSlide=this.slides[this.current+1<=this.slidesTotal-1?this.current+1:0],this.prevSlide=this.slides[this.current-1>=0?this.current-1:this.slidesTotal-1],this.currentSlide.setCurrent(e),this.nextSlide.setRight(e),this.prevSlide.setLeft(e)}load(){[this.nextSlide,this.currentSlide,this.prevSlide].forEach((e=>e.load()))}initEvents(){this.navigateFn=e=>{e.isPositionedRight()?this.navigate("next"):e.isPositionedLeft()&&this.navigate("prev")};for(let e of this.slides)e.DOM.imgWrap.addEventListener("click",(()=>this.navigateFn(e)))}hideSlides(e){return this.toggleSlides("hide",e)}updateSlides(){[this.nextSlide,this.currentSlide,this.prevSlide].forEach((e=>e.reset())),this.render(!0)}showSlides(e){return this.toggleSlides("show",e)}toggleSlides(e,t){let i=[];return[this.nextSlide,this.currentSlide,this.prevSlide].forEach((s=>{let r=s.isPositionedCenter()?.1:"next"===t?s.isPositionedRight()?0:.2:s.isPositionedRight()?.2:0;i.push(s[e](t,r))})),Promise.all(i)}navigate(e){this.isAnimating||(this.isAnimating=!0,this.current="next"===e?this.current<this.slidesTotal-1?this.current+1:0:this.current=this.current>0?this.current-1:this.slidesTotal-1,this.hideSlides(e).then((()=>this.updateSlides())).then((()=>this.showSlides(e))).then((()=>this.isAnimating=!1)))}}(document.querySelector(s.id+" .slideshow"))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/prime-slider-reveal.default",i)}))}(jQuery,window.elementorFrontend);
bdthemes-prime-slider.php CHANGED
@@ -4,14 +4,14 @@
4
  * Plugin Name: Prime Slider
5
  * Plugin URI: https://primeslider.pro/
6
  * Description: Prime Slider is a packed of elementor widget that gives you some awesome header and slider combination for your website.
7
- * Version: 3.0.0
8
  * Author: BdThemes
9
  * Author URI: https://bdthemes.com/
10
  * Text Domain: bdthemes-prime-slider
11
  * Domain Path: /languages
12
  * License: GPL3
13
  * Elementor requires at least: 3.0.0
14
- * Elementor tested up to: 3.7.2
15
  *
16
  */
17
 
@@ -57,7 +57,7 @@ if ( function_exists( 'bdt_ps' ) ) {
57
  }
58
 
59
  // Some pre define value for easy use
60
- define( 'BDTPS_VER', '3.0.0' );
61
  define( 'BDTPS__FILE__', __FILE__ );
62
  // Helper function here
63
  include dirname( __FILE__ ) . '/includes/helper.php';
4
  * Plugin Name: Prime Slider
5
  * Plugin URI: https://primeslider.pro/
6
  * Description: Prime Slider is a packed of elementor widget that gives you some awesome header and slider combination for your website.
7
+ * Version: 3.1.0
8
  * Author: BdThemes
9
  * Author URI: https://bdthemes.com/
10
  * Text Domain: bdthemes-prime-slider
11
  * Domain Path: /languages
12
  * License: GPL3
13
  * Elementor requires at least: 3.0.0
14
+ * Elementor tested up to: 3.7.4
15
  *
16
  */
17
 
57
  }
58
 
59
  // Some pre define value for easy use
60
+ define( 'BDTPS_VER', '3.1.0' );
61
  define( 'BDTPS__FILE__', __FILE__ );
62
  // Helper function here
63
  include dirname( __FILE__ ) . '/includes/helper.php';
changelog.txt CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## 3.0.0 [25th August 2022]
2
 
3
  ### Added
1
+ ## 3.1.0 [7th September 2022]
2
+
3
+ ### Added
4
+
5
+ - Fortune widget added
6
+ - Title width issue fixed in Reveal widget
7
+
8
+ ### Fixed
9
+
10
+ - Title style issue fixed in Reveal widget
11
+
12
+ ## 3.0.1 [5th September 2022]
13
+
14
+ ### Added
15
+
16
+ - Content Reverse option added in Rubix widget
17
+ - Viewport Height option added in Blog widget (Thanks to Eemad)
18
+ - Autoplay option added in Pagepiling widget (Thanks to Richard Jansma)
19
+
20
+ ### Fixed
21
+
22
+ - Link URL issue fixed in Crossroad widget (Thanks to Joshua Slot)
23
+ - Script error issue fixed in Reveal widget (Thanks to Yeasir Jamal)
24
+
25
+ ### Removed
26
+
27
+ - Header logo, menu, offcanvas option removed in general, blog, isolate widgets
28
+
29
  ## 3.0.0 [25th August 2022]
30
 
31
  ### Added
includes/modules-manager_back.php DELETED
@@ -1,182 +0,0 @@
1
- <?php
2
-
3
- namespace PrimeSlider;
4
-
5
- if ( !defined( 'ABSPATH' ) ) {
6
- exit;
7
- }
8
- // Exit if accessed directly
9
- if ( !function_exists( 'is_plugin_active' ) ) {
10
- include_once ABSPATH . 'wp-admin/includes/plugin.php';
11
- }
12
- final class Manager
13
- {
14
- private $_modules = null ;
15
- private function is_module_active( $module_id )
16
- {
17
- $module_data = $this->get_module_data( $module_id );
18
- $options = get_option( 'prime_slider_active_modules', [] );
19
-
20
- if ( !isset( $options[$module_id] ) ) {
21
- return $module_data['default_activation'];
22
- } else {
23
-
24
- if ( $options[$module_id] == "on" ) {
25
- return true;
26
- } else {
27
- return false;
28
- }
29
-
30
- }
31
-
32
- }
33
-
34
- private function has_module_style( $module_id )
35
- {
36
- $module_data = $this->get_module_data( $module_id );
37
-
38
- if ( isset( $module_data['has_style'] ) ) {
39
- return $module_data['has_style'];
40
- } else {
41
- return false;
42
- }
43
-
44
- }
45
-
46
- private function has_module_script( $module_id )
47
- {
48
- $module_data = $this->get_module_data( $module_id );
49
-
50
- if ( isset( $module_data['has_script'] ) ) {
51
- return $module_data['has_script'];
52
- } else {
53
- return false;
54
- }
55
-
56
- }
57
-
58
- private function get_module_data( $module_id )
59
- {
60
- return ( isset( $this->_modules[$module_id] ) ? $this->_modules[$module_id] : false );
61
- }
62
-
63
- public function __construct()
64
- {
65
- $modules = [];
66
- if ( ps_is_blog_enabled() ) {
67
- $modules[] = 'blog';
68
- }
69
- if ( ps_is_dragon_enabled() ) {
70
- $modules[] = 'dragon';
71
- }
72
- if ( ps_is_elysium_enabled() ) {
73
- $modules[] = 'elysium';
74
- }
75
- if ( ps_is_fiestar_enabled() ) {
76
- $modules[] = 'fiestar';
77
- }
78
- if ( ps_is_flogia_enabled() ) {
79
- $modules[] = 'flogia';
80
- }
81
- if ( ps_is_general_enabled() ) {
82
- $modules[] = 'general';
83
- }
84
- if ( ps_is_isolate_enabled() ) {
85
- $modules[] = 'isolate';
86
- }
87
- if ( ps_is_mercury_enabled() ) {
88
- $modules[] = 'mercury';
89
- }
90
- if ( ps_is_mount_enabled() ) {
91
- $modules[] = 'mount';
92
- }
93
- if ( ps_is_multiscroll_enabled() ) {
94
- $modules[] = 'multiscroll';
95
- }
96
- if ( ps_is_pacific_enabled() ) {
97
- $modules[] = 'pacific';
98
- }
99
- if ( ps_is_pagepiling_enabled() ) {
100
- $modules[] = 'pagepiling';
101
- }
102
- if ( ps_is_paranoia_enabled() ) {
103
- $modules[] = 'paranoia';
104
- }
105
- if ( ps_is_pieces_enabled() ) {
106
- $modules[] = 'pieces';
107
- }
108
- // if ( ps_is_diagonal_enabled() ) {
109
- // $modules[] = 'diagonal';
110
- // }
111
- // if ( ps_is_rasher_enabled() ) {
112
- // $modules[] = 'rasher';
113
- // }
114
- if ( ps_is_rubix_enabled() ) {
115
- $modules[] = 'rubix';
116
- }
117
- if ( ps_is_sequester_enabled() ) {
118
- $modules[] = 'sequester';
119
- }
120
- if ( ps_is_sniper_enabled() ) {
121
- $modules[] = 'sniper';
122
- }
123
- if ( ps_is_storker_enabled() ) {
124
- $modules[] = 'storker';
125
- }
126
- if ( ps_is_tango_enabled() ) {
127
- $modules[] = 'tango';
128
- }
129
- if ( ps_is_vertex_enabled() ) {
130
- $modules[] = 'vertex';
131
- }
132
- if ( is_plugin_active( 'woocommerce/woocommerce.php' ) and ps_is_woocommerce_enabled() ) {
133
- $modules[] = 'woocommerce';
134
- }
135
- if ( is_plugin_active( 'woocommerce/woocommerce.php' ) and ps_is_woocircle_enabled() ) {
136
- $modules[] = 'woocircle';
137
- }
138
- if ( is_plugin_active( 'woocommerce/woocommerce.php' ) and ps_is_woolamp_enabled() ) {
139
- $modules[] = 'woolamp';
140
- }
141
- // Fetch all modules data
142
- foreach ( $modules as $module ) {
143
- $this->_modules[$module] = (require BDTPS_MODULES_PATH . $module . '/module.info.php');
144
- }
145
- $direction_suffix = ( is_rtl() ? '.rtl' : '' );
146
- $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min' );
147
- foreach ( $this->_modules as $module_id => $module_data ) {
148
- if ( !$this->is_module_active( $module_id ) ) {
149
- continue;
150
- }
151
- $class_name = str_replace( '-', ' ', $module_id );
152
- $class_name = str_replace( ' ', '', ucwords( $class_name ) );
153
- $class_name = __NAMESPACE__ . '\\Modules\\' . $class_name . '\\Module';
154
- // register widget css
155
- if ( $this->has_module_style( $module_id ) ) {
156
- wp_register_style(
157
- 'ps-' . $module_id,
158
- BDTPS_URL . 'assets/css/ps-' . $module_id . $direction_suffix . '.css',
159
- [],
160
- BDTPS_VER
161
- );
162
- }
163
- // register widget javascript
164
- if ( $this->has_module_script( $module_id ) ) {
165
- wp_register_script(
166
- 'ps-' . $module_id,
167
- BDTPS_URL . 'assets/js/widgets/ps-' . $module_id . $suffix . '.js',
168
- [
169
- 'jquery',
170
- 'bdt-uikit',
171
- 'elementor-frontend',
172
- 'prime-slider-site'
173
- ],
174
- BDTPS_VER,
175
- true
176
- );
177
- }
178
- $class_name::instance();
179
- }
180
- }
181
-
182
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/bdthemes-prime-slider.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Prime Slider\n"
5
- "POT-Creation-Date: 2022-08-25 17:28+0600\n"
6
  "PO-Revision-Date: 2021-11-21 16:23+0600\n"
7
  "Last-Translator: Selim Rana <selim@bdthemes.com>\n"
8
  "Language-Team: Selim Rana <selim@bdthemes.com>\n"
@@ -74,19 +74,19 @@ msgid ""
74
  "is Not Enabled."
75
  msgstr ""
76
 
77
- #: admin/admin-settings.php:999
78
  msgid "Please wait, Saving settings..."
79
  msgstr ""
80
 
81
- #: admin/admin-settings.php:1007
82
  msgid "Settings Saved Successfully."
83
  msgstr ""
84
 
85
- #: admin/admin-settings.php:1014
86
  msgid "Unknown error, make sure access is correct!"
87
  msgstr ""
88
 
89
- #: admin/admin-settings.php:1078
90
  msgid ""
91
  "Please activate <strong>Usage Data Sharing</strong> features from Elementor, "
92
  "otherwise Widgets Analytics will not work. Please activate the settings from "
@@ -141,7 +141,7 @@ msgid "Avatar"
141
  msgstr ""
142
 
143
  #: admin/module-settings.php:58 modules/crossroad/module.info.php:5
144
- #: modules/crossroad/widgets/crossroad.php:26
145
  msgid "Crossroad"
146
  msgstr ""
147
 
@@ -179,181 +179,184 @@ msgstr ""
179
  msgid "Fluent"
180
  msgstr ""
181
 
182
- #: admin/module-settings.php:158 modules/general/module.info.php:5
183
- #: modules/general/widgets/general.php:36
 
 
 
 
 
184
  msgid "General"
185
  msgstr ""
186
 
187
- #: admin/module-settings.php:169 modules/isolate/module.info.php:5
188
- #: modules/isolate/widgets/isolate.php:29
189
  msgid "Isolate"
190
  msgstr ""
191
 
192
- #: admin/module-settings.php:180 modules/knily/module.info.php:5
193
  #: modules/knily/widgets/knily.php:38
194
  msgid "Knily"
195
  msgstr ""
196
 
197
- #: admin/module-settings.php:191 modules/marble/module.info.php:5
198
  #: modules/marble/widgets/marble.php:34
199
  msgid "Marble"
200
  msgstr ""
201
 
202
- #: admin/module-settings.php:202 modules/mercury/module.info.php:5
203
  #: modules/mercury/widgets/mercury.php:34
204
  msgid "Mercury"
205
  msgstr ""
206
 
207
- #: admin/module-settings.php:213 modules/monster/module.info.php:5
208
  msgid "Monster"
209
  msgstr ""
210
 
211
- #: admin/module-settings.php:224 modules/mount/module.info.php:5
212
  #: modules/mount/widgets/mount.php:29
213
  msgid "Mount"
214
  msgstr ""
215
 
216
- #: admin/module-settings.php:235 modules/multiscroll/module.info.php:5
217
  #: modules/multiscroll/widgets/multiscroll.php:26
218
  msgid "Multiscroll"
219
  msgstr ""
220
 
221
- #: admin/module-settings.php:246 modules/pacific/module.info.php:5
222
  #: modules/pacific/widgets/pacific.php:39
223
  msgid "Pacific"
224
  msgstr ""
225
 
226
- #: admin/module-settings.php:257 modules/pagepiling/module.info.php:5
227
  #: modules/pagepiling/widgets/pagepiling.php:27
228
  msgid "Pagepiling"
229
  msgstr ""
230
 
231
- #: admin/module-settings.php:268 modules/paranoia/module.info.php:5
232
  #: modules/paranoia/widgets/paranoia.php:30
233
  msgid "Paranoia"
234
  msgstr ""
235
 
236
- #: admin/module-settings.php:279 modules/pieces/module.info.php:5
237
  #: modules/pieces/widgets/pieces.php:26
238
  msgid "Pieces"
239
  msgstr ""
240
 
241
- #: admin/module-settings.php:290 modules/prism/module.info.php:5
242
  #: modules/prism/widgets/prism.php:32
243
  msgid "Prism"
244
  msgstr ""
245
 
246
- #: admin/module-settings.php:301 modules/remote-arrows/module.info.php:5
247
  #: modules/remote-arrows/widgets/remote-arrows.php:29
248
  #: modules/remote-arrows/widgets/remote-arrows.php:74
249
  #: modules/remote-arrows/widgets/remote-arrows.php:203
250
  msgid "Remote Arrows"
251
  msgstr ""
252
 
253
- #: admin/module-settings.php:312 modules/remote-fraction/module.info.php:5
254
  #: modules/remote-fraction/widgets/remote-fraction.php:27
255
  #: modules/remote-fraction/widgets/remote-fraction.php:67
256
  #: modules/remote-fraction/widgets/remote-fraction.php:126
257
  msgid "Remote Fraction"
258
  msgstr ""
259
 
260
- #: admin/module-settings.php:323 modules/remote-pagination/module.info.php:5
261
  #: modules/remote-pagination/widgets/remote-pagination.php:31
262
  #: modules/remote-pagination/widgets/remote-pagination.php:71
263
  #: modules/remote-pagination/widgets/remote-pagination.php:160
264
  msgid "Remote Pagination"
265
  msgstr ""
266
 
267
- #: admin/module-settings.php:334 modules/remote-thumbs/module.info.php:5
268
  #: modules/remote-thumbs/widgets/remote-thumbs.php:31
269
  #: modules/remote-thumbs/widgets/remote-thumbs.php:71
270
  #: modules/remote-thumbs/widgets/remote-thumbs.php:169
271
  msgid "Remote Thumbs"
272
  msgstr ""
273
 
274
- #: admin/module-settings.php:357 modules/blog/widgets/blog.php:1035
275
- #: modules/general/widgets/general.php:931
276
- #: modules/isolate/widgets/isolate.php:909 modules/reveal/module.info.php:5
277
  #: modules/reveal/widgets/reveal.php:30
278
  msgid "Reveal"
279
  msgstr ""
280
 
281
- #: admin/module-settings.php:368 modules/rubix/module.info.php:5
282
  #: modules/rubix/widgets/rubix.php:34
283
  msgid "Rubix"
284
  msgstr ""
285
 
286
- #: admin/module-settings.php:379 modules/sequester/widgets/sequester.php:23
287
  msgid "Sequester"
288
  msgstr ""
289
 
290
- #: admin/module-settings.php:390 modules/sniper/module.info.php:5
291
  #: modules/sniper/widgets/sniper.php:23
292
  msgid "Sniper"
293
  msgstr ""
294
 
295
- #: admin/module-settings.php:401 modules/storker/module.info.php:5
296
  #: modules/storker/widgets/storker.php:35
297
  msgid "Storker"
298
  msgstr ""
299
 
300
- #: admin/module-settings.php:412 modules/tango/module.info.php:5
301
  #: modules/tango/widgets/tango.php:25
302
  msgid "Tango"
303
  msgstr ""
304
 
305
- #: admin/module-settings.php:423 modules/vertex/widgets/vertex.php:35
306
  msgid "Vertex"
307
  msgstr ""
308
 
309
- #: admin/module-settings.php:436 modules/event-calendar/module.info.php:5
310
  #: modules/event-calendar/widgets/event-calendar.php:31
311
  msgid "Event Calendar"
312
  msgstr ""
313
 
314
- #: admin/module-settings.php:449 modules/woocommerce/widgets/woocommerce.php:29
315
  msgid "WooCommerce"
316
  msgstr ""
317
 
318
- #: admin/module-settings.php:462 modules/woocircle/module.info.php:5
319
  #: modules/woocircle/widgets/woocircle.php:34
320
  msgid "Woocircle"
321
  msgstr ""
322
 
323
- #: admin/module-settings.php:475 modules/wooexpand/module.info.php:5
324
  #: modules/wooexpand/widgets/wooexpand.php:25
325
  msgid "Wooexpand"
326
  msgstr ""
327
 
328
- #: admin/module-settings.php:488 modules/woolamp/module.info.php:5
329
  #: modules/woolamp/widgets/woolamp.php:31
330
  msgid "Woolamp"
331
  msgstr ""
332
 
333
- #: admin/module-settings.php:501
334
  msgid "WooStand"
335
  msgstr ""
336
 
337
- #: admin/module-settings.php:516
338
  msgid "Live Copy or Paste"
339
  msgstr ""
340
 
341
- #: admin/module-settings.php:517
342
  msgid ""
343
  "Live copy is a copy feature that allow you to copy and paste content from "
344
  "one domain to another. For example you can copy demo content directly from "
345
  "our demo website."
346
  msgstr ""
347
 
348
- #: admin/module-settings.php:524
349
  msgid "Live Copy/Paste"
350
  msgstr ""
351
 
352
- #: admin/module-settings.php:540 admin/module-settings.php:548
353
  msgid "Duplicator"
354
  msgstr ""
355
 
356
- #: admin/module-settings.php:541
357
  msgid ""
358
  "Just hit the button below to enable the duplicator. It can duplicate "
359
  "anything like posts,pages and elementor templates. A masterclass duplication "
@@ -426,15 +429,13 @@ msgid "Select Sidebar"
426
  msgstr ""
427
 
428
  #: includes/helper.php:278 modules/astoria/widgets/astoria.php:193
429
- #: modules/astoria/widgets/astoria.php:508 modules/blog/widgets/blog.php:1036
430
- #: modules/blog/widgets/blog.php:2507 modules/dragon/widgets/dragon.php:415
431
  #: modules/event-calendar/widgets/event-calendar.php:477
432
  #: modules/flogia/widgets/flogia.php:385 modules/fluent/widgets/fluent.php:570
433
- #: modules/general/widgets/general.php:932
434
- #: modules/general/widgets/general.php:2623
435
- #: modules/isolate/widgets/isolate.php:910
436
- #: modules/isolate/widgets/isolate.php:1269
437
- #: modules/isolate/widgets/isolate.php:2580 modules/mount/widgets/mount.php:399
438
  #: modules/paranoia/widgets/paranoia.php:365
439
  #: modules/paranoia/widgets/paranoia.php:433
440
  #: modules/paranoia/widgets/paranoia.php:551
@@ -447,7 +448,7 @@ msgid "None"
447
  msgstr ""
448
 
449
  #: includes/helper.php:279 modules/custom/widgets/custom.php:640
450
- #: modules/general/widgets/general.php:1561
451
  #: modules/mercury/widgets/mercury.php:332
452
  #: modules/monster/widgets/monster.php:547
453
  msgid "Fade"
@@ -518,14 +519,11 @@ msgid "Screen"
518
  msgstr ""
519
 
520
  #: includes/helper.php:304 modules/astoria/widgets/astoria.php:504
521
- #: modules/blog/widgets/blog.php:1021 modules/blog/widgets/blog.php:2503
522
- #: modules/dragon/widgets/dragon.php:411
523
  #: modules/elysium/widgets/elysium.php:430
524
  #: modules/flogia/widgets/flogia.php:381 modules/fluent/widgets/fluent.php:566
525
- #: modules/general/widgets/general.php:917
526
- #: modules/general/widgets/general.php:2619
527
- #: modules/isolate/widgets/isolate.php:895
528
- #: modules/isolate/widgets/isolate.php:2576 modules/mount/widgets/mount.php:395
529
  #: modules/pacific/widgets/pacific.php:512 modules/prism/widgets/prism.php:528
530
  #: modules/reveal/widgets/reveal.php:387 modules/sniper/widgets/sniper.php:415
531
  #: modules/storker/widgets/storker.php:477
@@ -585,25 +583,21 @@ msgstr ""
585
  #: modules/astoria/widgets/astoria.php:1438
586
  #: modules/astoria/widgets/astoria.php:1508
587
  #: modules/avatar/widgets/avatar.php:518 modules/avatar/widgets/avatar.php:578
588
- #: modules/avatar/widgets/avatar.php:796 modules/blog/widgets/blog.php:1872
589
- #: modules/blog/widgets/blog.php:1957 modules/blog/widgets/blog.php:2029
590
- #: modules/blog/widgets/blog.php:2230 modules/blog/widgets/blog.php:2313
591
- #: modules/blog/widgets/blog.php:2378 modules/blog/widgets/blog.php:2452
592
- #: modules/blog/widgets/blog.php:2589 modules/blog/widgets/blog.php:2673
593
- #: modules/blog/widgets/blog.php:2761 modules/blog/widgets/blog.php:2843
594
- #: modules/blog/widgets/blog.php:2908 modules/blog/widgets/blog.php:3048
595
- #: modules/blog/widgets/blog.php:3110 modules/blog/widgets/blog.php:3140
596
- #: modules/blog/widgets/blog.php:3179 modules/blog/widgets/blog.php:3260
597
- #: modules/blog/widgets/blog.php:3342 modules/blog/widgets/blog.php:3422
598
- #: modules/blog/widgets/blog.php:3516 modules/blog/widgets/blog.php:3556
599
- #: modules/blog/widgets/blog.php:3633
600
- #: modules/crossroad/widgets/crossroad.php:415
601
- #: modules/crossroad/widgets/crossroad.php:516
602
- #: modules/crossroad/widgets/crossroad.php:753
603
- #: modules/crossroad/widgets/crossroad.php:830
604
- #: modules/crossroad/widgets/crossroad.php:893
605
- #: modules/crossroad/widgets/crossroad.php:978
606
- #: modules/crossroad/widgets/crossroad.php:1096
607
  #: modules/custom/widgets/custom.php:717 modules/custom/widgets/custom.php:828
608
  #: modules/custom/widgets/custom.php:891 modules/custom/widgets/custom.php:1069
609
  #: modules/custom/widgets/custom.php:1172
@@ -650,45 +644,39 @@ msgstr ""
650
  #: modules/fluent/widgets/fluent.php:1125
651
  #: modules/fluent/widgets/fluent.php:1215
652
  #: modules/fluent/widgets/fluent.php:1346
653
- #: modules/general/widgets/general.php:1233
654
- #: modules/general/widgets/general.php:1255
655
- #: modules/general/widgets/general.php:1974
656
- #: modules/general/widgets/general.php:2058
657
- #: modules/general/widgets/general.php:2130
658
- #: modules/general/widgets/general.php:2331
659
- #: modules/general/widgets/general.php:2428
660
- #: modules/general/widgets/general.php:2493
661
- #: modules/general/widgets/general.php:2567
662
- #: modules/general/widgets/general.php:2731
663
- #: modules/general/widgets/general.php:2873
664
- #: modules/general/widgets/general.php:2925
665
- #: modules/general/widgets/general.php:3089
666
- #: modules/general/widgets/general.php:3202
667
- #: modules/general/widgets/general.php:3333
668
- #: modules/general/widgets/general.php:3400
669
- #: modules/general/widgets/general.php:3467
670
- #: modules/general/widgets/general.php:3631
671
- #: modules/general/widgets/general.php:3694
672
- #: modules/general/widgets/general.php:3724
673
- #: modules/isolate/widgets/isolate.php:1941
674
- #: modules/isolate/widgets/isolate.php:2026
675
- #: modules/isolate/widgets/isolate.php:2098
676
- #: modules/isolate/widgets/isolate.php:2302
677
- #: modules/isolate/widgets/isolate.php:2385
678
- #: modules/isolate/widgets/isolate.php:2450
679
- #: modules/isolate/widgets/isolate.php:2524
680
- #: modules/isolate/widgets/isolate.php:2750
681
- #: modules/isolate/widgets/isolate.php:2827
682
- #: modules/isolate/widgets/isolate.php:2882
683
- #: modules/isolate/widgets/isolate.php:2934
684
- #: modules/isolate/widgets/isolate.php:3036
685
- #: modules/isolate/widgets/isolate.php:3134
686
- #: modules/isolate/widgets/isolate.php:3262
687
- #: modules/isolate/widgets/isolate.php:3324
688
- #: modules/isolate/widgets/isolate.php:3412
689
- #: modules/isolate/widgets/isolate.php:3527
690
- #: modules/isolate/widgets/isolate.php:3590
691
- #: modules/isolate/widgets/isolate.php:3674 modules/knily/widgets/knily.php:560
692
  #: modules/knily/widgets/knily.php:631 modules/knily/widgets/knily.php:703
693
  #: modules/knily/widgets/knily.php:791 modules/knily/widgets/knily.php:871
694
  #: modules/knily/widgets/knily.php:947 modules/knily/widgets/knily.php:1041
@@ -757,15 +745,15 @@ msgstr ""
757
  #: modules/remote-fraction/widgets/remote-fraction.php:272
758
  #: modules/remote-pagination/widgets/remote-pagination.php:255
759
  #: modules/remote-pagination/widgets/remote-pagination.php:338
760
- #: modules/reveal/widgets/reveal.php:486 modules/reveal/widgets/reveal.php:574
761
- #: modules/reveal/widgets/reveal.php:618 modules/reveal/widgets/reveal.php:710
762
- #: modules/reveal/widgets/reveal.php:760 modules/reveal/widgets/reveal.php:836
763
- #: modules/reveal/widgets/reveal.php:886 modules/reveal/widgets/reveal.php:939
764
- #: modules/reveal/widgets/reveal.php:996 modules/rubix/widgets/rubix.php:533
765
- #: modules/rubix/widgets/rubix.php:574 modules/rubix/widgets/rubix.php:645
766
- #: modules/rubix/widgets/rubix.php:716 modules/rubix/widgets/rubix.php:745
767
- #: modules/rubix/widgets/rubix.php:869 modules/rubix/widgets/rubix.php:964
768
- #: modules/rubix/widgets/rubix.php:1294 modules/rubix/widgets/rubix.php:1340
769
  #: modules/sequester/widgets/sequester.php:538
770
  #: modules/sequester/widgets/sequester.php:610
771
  #: modules/sequester/widgets/sequester.php:662
@@ -861,16 +849,12 @@ msgstr ""
861
  msgid "Luminosity"
862
  msgstr ""
863
 
864
- #: includes/helper.php:325 modules/blog/widgets/blog.php:921
865
- #: modules/blog/widgets/blog.php:1531 modules/blog/widgets/blog.php:1998
866
  #: modules/custom/widgets/custom.php:1136
867
  #: modules/flexure/widgets/flexure.php:829
868
- #: modules/general/widgets/general.php:817
869
- #: modules/general/widgets/general.php:1633
870
- #: modules/general/widgets/general.php:2099
871
- #: modules/isolate/widgets/isolate.php:795
872
- #: modules/isolate/widgets/isolate.php:1600
873
- #: modules/isolate/widgets/isolate.php:2067
874
  #: modules/remote-arrows/widgets/remote-arrows.php:95
875
  msgid "Default"
876
  msgstr ""
@@ -896,22 +880,18 @@ msgstr ""
896
 
897
  #: includes/helper.php:329 includes/helper.php:361
898
  #: modules/astoria/widgets/astoria.php:129
899
- #: modules/avatar/widgets/avatar.php:175 modules/blog/widgets/blog.php:387
900
- #: modules/blog/widgets/blog.php:415 modules/blog/widgets/blog.php:639
901
- #: modules/blog/widgets/blog.php:662
902
- #: modules/crossroad/widgets/crossroad.php:282
903
  #: modules/elysium/widgets/elysium.php:156
904
  #: modules/event-calendar/widgets/event-calendar.php:99
905
  #: modules/fiestar/widgets/fiestar.php:158
906
  #: modules/flexure/widgets/flexure.php:295
907
  #: modules/flogia/widgets/flogia.php:234 modules/flogia/widgets/flogia.php:830
908
  #: modules/fluent/widgets/fluent.php:102
909
- #: modules/general/widgets/general.php:125
910
- #: modules/general/widgets/general.php:507
911
- #: modules/general/widgets/general.php:530
912
- #: modules/isolate/widgets/isolate.php:240
913
- #: modules/isolate/widgets/isolate.php:511
914
- #: modules/isolate/widgets/isolate.php:534 modules/knily/widgets/knily.php:133
915
  #: modules/knily/widgets/knily.php:1799 modules/marble/widgets/marble.php:132
916
  #: modules/mercury/widgets/mercury.php:130
917
  #: modules/monster/widgets/monster.php:214 modules/mount/widgets/mount.php:154
@@ -922,7 +902,7 @@ msgstr ""
922
  #: modules/remote-fraction/widgets/remote-fraction.php:142
923
  #: modules/remote-pagination/widgets/remote-pagination.php:176
924
  #: modules/remote-thumbs/widgets/remote-thumbs.php:185
925
- #: modules/rubix/widgets/rubix.php:165
926
  #: modules/sequester/widgets/sequester.php:166
927
  #: modules/sniper/widgets/sniper.php:144
928
  #: modules/storker/widgets/storker.php:121
@@ -1056,9 +1036,7 @@ msgstr ""
1056
  msgid "p"
1057
  msgstr ""
1058
 
1059
- #: includes/helper.php:637 modules/blog/widgets/blog.php:620
1060
- #: modules/general/widgets/general.php:487
1061
- #: modules/isolate/widgets/isolate.php:491
1062
  msgid "Select Menu"
1063
  msgstr ""
1064
 
@@ -1071,8 +1049,9 @@ msgstr ""
1071
  #: modules/dragon/widgets/dragon.php:55 modules/elysium/widgets/elysium.php:57
1072
  #: modules/event-calendar/widgets/event-calendar.php:67
1073
  #: modules/fiestar/widgets/fiestar.php:67 modules/flogia/widgets/flogia.php:56
1074
- #: modules/fluent/widgets/fluent.php:63 modules/general/widgets/general.php:86
1075
- #: modules/isolate/widgets/isolate.php:71 modules/knily/widgets/knily.php:70
 
1076
  #: modules/marble/widgets/marble.php:66 modules/mercury/widgets/mercury.php:66
1077
  #: modules/monster/widgets/monster.php:57
1078
  #: modules/monster/widgets/monster.php:394 modules/mount/widgets/mount.php:57
@@ -1093,13 +1072,15 @@ msgid "Layout"
1093
  msgstr ""
1094
 
1095
  #: modules/astoria/widgets/astoria.php:69 modules/avatar/widgets/avatar.php:202
1096
- #: modules/crossroad/widgets/crossroad.php:229
1097
- #: modules/crossroad/widgets/crossroad.php:1169
 
1098
  #: modules/elysium/widgets/elysium.php:698
1099
  #: modules/elysium/widgets/elysium.php:770
1100
  #: modules/event-calendar/widgets/event-calendar.php:74
1101
  #: modules/fiestar/widgets/fiestar.php:116
1102
- #: modules/flexure/widgets/flexure.php:183 modules/knily/widgets/knily.php:77
 
1103
  #: modules/marble/widgets/marble.php:89
1104
  #: modules/pagepiling/widgets/pagepiling.php:1144
1105
  #: modules/paranoia/widgets/paranoia.php:66 modules/prism/widgets/prism.php:72
@@ -1107,27 +1088,29 @@ msgstr ""
1107
  #: modules/remote-pagination/widgets/remote-pagination.php:357
1108
  #: modules/remote-thumbs/widgets/remote-thumbs.php:268
1109
  #: modules/remote-thumbs/widgets/remote-thumbs.php:340
1110
- #: modules/reveal/widgets/reveal.php:225 modules/rubix/widgets/rubix.php:544
1111
- #: modules/rubix/widgets/rubix.php:1268 modules/sniper/widgets/sniper.php:61
1112
  #: modules/storker/widgets/storker.php:74 modules/vertex/widgets/vertex.php:90
1113
  #: modules/wooexpand/widgets/wooexpand.php:64
1114
  msgid "Height"
1115
  msgstr ""
1116
 
1117
  #: modules/astoria/widgets/astoria.php:95
 
1118
  #: modules/wooexpand/widgets/wooexpand.php:81
1119
  msgid "Content Width"
1120
  msgstr ""
1121
 
1122
  #: modules/astoria/widgets/astoria.php:121
1123
- #: modules/avatar/widgets/avatar.php:167 modules/blog/widgets/blog.php:379
1124
- #: modules/crossroad/widgets/crossroad.php:274
1125
  #: modules/elysium/widgets/elysium.php:148
1126
  #: modules/event-calendar/widgets/event-calendar.php:91
1127
  #: modules/fiestar/widgets/fiestar.php:150
1128
  #: modules/flogia/widgets/flogia.php:226 modules/flogia/widgets/flogia.php:822
1129
- #: modules/fluent/widgets/fluent.php:94 modules/general/widgets/general.php:117
1130
- #: modules/isolate/widgets/isolate.php:232 modules/knily/widgets/knily.php:125
 
1131
  #: modules/knily/widgets/knily.php:1791 modules/marble/widgets/marble.php:124
1132
  #: modules/mercury/widgets/mercury.php:122
1133
  #: modules/monster/widgets/monster.php:206 modules/mount/widgets/mount.php:146
@@ -1139,7 +1122,7 @@ msgstr ""
1139
  #: modules/remote-fraction/widgets/remote-fraction.php:134
1140
  #: modules/remote-pagination/widgets/remote-pagination.php:168
1141
  #: modules/remote-thumbs/widgets/remote-thumbs.php:177
1142
- #: modules/rubix/widgets/rubix.php:157
1143
  #: modules/sequester/widgets/sequester.php:158
1144
  #: modules/sniper/widgets/sniper.php:136
1145
  #: modules/storker/widgets/storker.php:113
@@ -1154,23 +1137,18 @@ msgid "Alignment"
1154
  msgstr ""
1155
 
1156
  #: modules/astoria/widgets/astoria.php:125
1157
- #: modules/avatar/widgets/avatar.php:171 modules/blog/widgets/blog.php:383
1158
- #: modules/blog/widgets/blog.php:411 modules/blog/widgets/blog.php:635
1159
- #: modules/blog/widgets/blog.php:658
1160
- #: modules/crossroad/widgets/crossroad.php:278
1161
  #: modules/custom/widgets/custom.php:1046
1162
  #: modules/elysium/widgets/elysium.php:152
1163
  #: modules/event-calendar/widgets/event-calendar.php:95
1164
  #: modules/fiestar/widgets/fiestar.php:154
1165
  #: modules/flogia/widgets/flogia.php:230 modules/flogia/widgets/flogia.php:826
1166
- #: modules/fluent/widgets/fluent.php:98 modules/general/widgets/general.php:121
1167
- #: modules/general/widgets/general.php:503
1168
- #: modules/general/widgets/general.php:526
1169
- #: modules/general/widgets/general.php:725
1170
- #: modules/isolate/widgets/isolate.php:236
1171
- #: modules/isolate/widgets/isolate.php:260
1172
- #: modules/isolate/widgets/isolate.php:507
1173
- #: modules/isolate/widgets/isolate.php:530 modules/knily/widgets/knily.php:129
1174
  #: modules/marble/widgets/marble.php:128
1175
  #: modules/mercury/widgets/mercury.php:126
1176
  #: modules/monster/widgets/monster.php:210 modules/mount/widgets/mount.php:150
@@ -1184,7 +1162,7 @@ msgstr ""
1184
  #: modules/remote-fraction/widgets/remote-fraction.php:138
1185
  #: modules/remote-pagination/widgets/remote-pagination.php:172
1186
  #: modules/remote-thumbs/widgets/remote-thumbs.php:181
1187
- #: modules/rubix/widgets/rubix.php:161
1188
  #: modules/sequester/widgets/sequester.php:162
1189
  #: modules/sniper/widgets/sniper.php:140
1190
  #: modules/storker/widgets/storker.php:117 modules/tango/widgets/tango.php:201
@@ -1199,24 +1177,19 @@ msgid "Left"
1199
  msgstr ""
1200
 
1201
  #: modules/astoria/widgets/astoria.php:133
1202
- #: modules/avatar/widgets/avatar.php:179 modules/blog/widgets/blog.php:391
1203
- #: modules/blog/widgets/blog.php:419 modules/blog/widgets/blog.php:643
1204
- #: modules/blog/widgets/blog.php:666
1205
- #: modules/crossroad/widgets/crossroad.php:286
1206
  #: modules/custom/widgets/custom.php:1047
1207
  #: modules/elysium/widgets/elysium.php:160
1208
  #: modules/event-calendar/widgets/event-calendar.php:103
1209
  #: modules/fiestar/widgets/fiestar.php:162
1210
  #: modules/flogia/widgets/flogia.php:238 modules/flogia/widgets/flogia.php:834
1211
  #: modules/fluent/widgets/fluent.php:106
1212
- #: modules/general/widgets/general.php:129
1213
- #: modules/general/widgets/general.php:511
1214
- #: modules/general/widgets/general.php:534
1215
- #: modules/general/widgets/general.php:730
1216
- #: modules/isolate/widgets/isolate.php:244
1217
- #: modules/isolate/widgets/isolate.php:264
1218
- #: modules/isolate/widgets/isolate.php:515
1219
- #: modules/isolate/widgets/isolate.php:538 modules/knily/widgets/knily.php:137
1220
  #: modules/marble/widgets/marble.php:136
1221
  #: modules/mercury/widgets/mercury.php:134
1222
  #: modules/monster/widgets/monster.php:218 modules/mount/widgets/mount.php:158
@@ -1229,7 +1202,7 @@ msgstr ""
1229
  #: modules/remote-fraction/widgets/remote-fraction.php:146
1230
  #: modules/remote-pagination/widgets/remote-pagination.php:180
1231
  #: modules/remote-thumbs/widgets/remote-thumbs.php:189
1232
- #: modules/rubix/widgets/rubix.php:169
1233
  #: modules/sequester/widgets/sequester.php:170
1234
  #: modules/sniper/widgets/sniper.php:148
1235
  #: modules/storker/widgets/storker.php:125 modules/tango/widgets/tango.php:209
@@ -1244,8 +1217,9 @@ msgid "Right"
1244
  msgstr ""
1245
 
1246
  #: modules/astoria/widgets/astoria.php:146 modules/dragon/widgets/dragon.php:95
1247
- #: modules/general/widgets/general.php:195
1248
- #: modules/isolate/widgets/isolate.php:138 modules/mount/widgets/mount.php:97
 
1249
  #: modules/multiscroll/widgets/multiscroll.php:416
1250
  #: modules/pagepiling/widgets/pagepiling.php:215
1251
  #: modules/paranoia/widgets/paranoia.php:88
@@ -1256,15 +1230,16 @@ msgid "Show Sub Title"
1256
  msgstr ""
1257
 
1258
  #: modules/astoria/widgets/astoria.php:156 modules/avatar/widgets/avatar.php:90
1259
- #: modules/blog/widgets/blog.php:154
1260
- #: modules/crossroad/widgets/crossroad.php:299
1261
  #: modules/dragon/widgets/dragon.php:86 modules/elysium/widgets/elysium.php:98
1262
  #: modules/event-calendar/widgets/event-calendar.php:116
1263
  #: modules/fiestar/widgets/fiestar.php:184
1264
  #: modules/flexure/widgets/flexure.php:232
1265
  #: modules/flogia/widgets/flogia.php:119 modules/fluent/widgets/fluent.php:134
1266
- #: modules/general/widgets/general.php:204
1267
- #: modules/isolate/widgets/isolate.php:129 modules/knily/widgets/knily.php:189
 
1268
  #: modules/marble/widgets/marble.php:158
1269
  #: modules/mercury/widgets/mercury.php:186
1270
  #: modules/monster/widgets/monster.php:123 modules/mount/widgets/mount.php:88
@@ -1273,7 +1248,7 @@ msgstr ""
1273
  #: modules/pagepiling/widgets/pagepiling.php:206
1274
  #: modules/paranoia/widgets/paranoia.php:98
1275
  #: modules/pieces/widgets/pieces.php:136 modules/prism/widgets/prism.php:98
1276
- #: modules/reveal/widgets/reveal.php:261 modules/rubix/widgets/rubix.php:221
1277
  #: modules/sequester/widgets/sequester.php:82
1278
  #: modules/sniper/widgets/sniper.php:87 modules/storker/widgets/storker.php:190
1279
  #: modules/tango/widgets/tango.php:123 modules/vertex/widgets/vertex.php:159
@@ -1286,16 +1261,17 @@ msgid "Show Title"
1286
  msgstr ""
1287
 
1288
  #: modules/astoria/widgets/astoria.php:166
1289
- #: modules/avatar/widgets/avatar.php:128 modules/blog/widgets/blog.php:366
1290
- #: modules/crossroad/widgets/crossroad.php:309
1291
  #: modules/dragon/widgets/dragon.php:140
1292
  #: modules/elysium/widgets/elysium.php:135
1293
  #: modules/fiestar/widgets/fiestar.php:194
1294
  #: modules/flexure/widgets/flexure.php:277
1295
  #: modules/flexure/widgets/flexure.php:321
1296
  #: modules/flogia/widgets/flogia.php:129 modules/fluent/widgets/fluent.php:144
1297
- #: modules/general/widgets/general.php:213
1298
- #: modules/isolate/widgets/isolate.php:219 modules/knily/widgets/knily.php:199
 
1299
  #: modules/marble/widgets/marble.php:168
1300
  #: modules/mercury/widgets/mercury.php:196
1301
  #: modules/monster/widgets/monster.php:193 modules/mount/widgets/mount.php:133
@@ -1305,7 +1281,7 @@ msgstr ""
1305
  #: modules/paranoia/widgets/paranoia.php:108
1306
  #: modules/pieces/widgets/pieces.php:146 modules/prism/widgets/prism.php:108
1307
  #: modules/prism/widgets/prism.php:141 modules/reveal/widgets/reveal.php:271
1308
- #: modules/rubix/widgets/rubix.php:231
1309
  #: modules/sequester/widgets/sequester.php:145
1310
  #: modules/sniper/widgets/sniper.php:123
1311
  #: modules/storker/widgets/storker.php:200 modules/tango/widgets/tango.php:184
@@ -1318,12 +1294,13 @@ msgstr ""
1318
  msgid "Title HTML Tag"
1319
  msgstr ""
1320
 
1321
- #: modules/astoria/widgets/astoria.php:179 modules/blog/widgets/blog.php:164
1322
  #: modules/elysium/widgets/elysium.php:107
1323
  #: modules/flogia/widgets/flogia.php:142 modules/fluent/widgets/fluent.php:157
1324
- #: modules/knily/widgets/knily.php:212 modules/mercury/widgets/mercury.php:209
 
1325
  #: modules/paranoia/widgets/paranoia.php:121
1326
- #: modules/reveal/widgets/reveal.php:284 modules/rubix/widgets/rubix.php:244
1327
  #: modules/storker/widgets/storker.php:213
1328
  msgid "Show Text"
1329
  msgstr ""
@@ -1341,17 +1318,17 @@ msgstr ""
1341
  msgid "Show Social Link"
1342
  msgstr ""
1343
 
1344
- #: modules/astoria/widgets/astoria.php:212 modules/blog/widgets/blog.php:236
1345
  #: modules/fluent/widgets/fluent.php:297
1346
- #: modules/general/widgets/general.php:276
1347
- #: modules/isolate/widgets/isolate.php:189
1348
  #: modules/woocommerce/widgets/woocommerce.php:174
1349
  msgid "Show Scroll Button"
1350
  msgstr ""
1351
 
1352
  #: modules/astoria/widgets/astoria.php:223
1353
  #: modules/astoria/widgets/astoria.php:496
1354
- #: modules/avatar/widgets/avatar.php:240 modules/blog/widgets/blog.php:2495
1355
  #: modules/custom/widgets/custom.php:154 modules/dragon/widgets/dragon.php:177
1356
  #: modules/dragon/widgets/dragon.php:403
1357
  #: modules/elysium/widgets/elysium.php:186
@@ -1359,10 +1336,12 @@ msgstr ""
1359
  #: modules/fiestar/widgets/fiestar.php:361
1360
  #: modules/flexure/widgets/flexure.php:62 modules/flogia/widgets/flogia.php:373
1361
  #: modules/fluent/widgets/fluent.php:558
1362
- #: modules/general/widgets/general.php:1149
1363
- #: modules/general/widgets/general.php:2611
1364
- #: modules/isolate/widgets/isolate.php:1127
1365
- #: modules/isolate/widgets/isolate.php:2568 modules/knily/widgets/knily.php:504
 
 
1366
  #: modules/marble/widgets/marble.php:344
1367
  #: modules/monster/widgets/monster.php:233
1368
  #: modules/monster/widgets/monster.php:672 modules/mount/widgets/mount.php:173
@@ -1388,19 +1367,21 @@ msgstr ""
1388
  #: modules/astoria/widgets/astoria.php:232
1389
  #: modules/astoria/widgets/astoria.php:758
1390
  #: modules/dragon/widgets/dragon.php:186 modules/dragon/widgets/dragon.php:598
1391
- #: modules/general/widgets/general.php:1158
1392
- #: modules/general/widgets/general.php:1600
1393
- #: modules/general/widgets/general.php:2863
1394
- #: modules/isolate/widgets/isolate.php:1136
1395
- #: modules/isolate/widgets/isolate.php:1567
1396
- #: modules/isolate/widgets/isolate.php:2872 modules/mount/widgets/mount.php:182
 
 
1397
  #: modules/mount/widgets/mount.php:641
1398
  #: modules/multiscroll/widgets/multiscroll.php:68
1399
  #: modules/pagepiling/widgets/pagepiling.php:68
1400
  #: modules/pagepiling/widgets/pagepiling.php:609
1401
  #: modules/paranoia/widgets/paranoia.php:159
1402
  #: modules/paranoia/widgets/paranoia.php:401
1403
- #: modules/reveal/widgets/reveal.php:90 modules/reveal/widgets/reveal.php:607
1404
  #: modules/sequester/widgets/sequester.php:194
1405
  #: modules/sequester/widgets/sequester.php:600
1406
  #: modules/sniper/widgets/sniper.php:172 modules/sniper/widgets/sniper.php:520
@@ -1411,11 +1392,11 @@ msgstr ""
1411
  #: modules/astoria/widgets/astoria.php:370
1412
  #: modules/astoria/widgets/astoria.php:583
1413
  #: modules/avatar/widgets/avatar.php:249 modules/avatar/widgets/avatar.php:507
1414
- #: modules/blog/widgets/blog.php:1296 modules/blog/widgets/blog.php:1499
1415
- #: modules/blog/widgets/blog.php:2546 modules/blog/widgets/blog.php:3507
1416
- #: modules/crossroad/widgets/crossroad.php:76
1417
- #: modules/crossroad/widgets/crossroad.php:405
1418
- #: modules/crossroad/widgets/crossroad.php:743
1419
  #: modules/custom/widgets/custom.php:219 modules/dragon/widgets/dragon.php:196
1420
  #: modules/dragon/widgets/dragon.php:322 modules/dragon/widgets/dragon.php:488
1421
  #: modules/elysium/widgets/elysium.php:195
@@ -1428,14 +1409,16 @@ msgstr ""
1428
  #: modules/flexure/widgets/flexure.php:394
1429
  #: modules/flogia/widgets/flogia.php:437 modules/fluent/widgets/fluent.php:373
1430
  #: modules/fluent/widgets/fluent.php:641 modules/fluent/widgets/fluent.php:1118
1431
- #: modules/general/widgets/general.php:1169
1432
- #: modules/general/widgets/general.php:1362
1433
- #: modules/general/widgets/general.php:1601
1434
- #: modules/general/widgets/general.php:2684
1435
- #: modules/isolate/widgets/isolate.php:1146
1436
- #: modules/isolate/widgets/isolate.php:1355
1437
- #: modules/isolate/widgets/isolate.php:1568
1438
- #: modules/isolate/widgets/isolate.php:2708 modules/knily/widgets/knily.php:549
 
 
1439
  #: modules/marble/widgets/marble.php:407
1440
  #: modules/mercury/widgets/mercury.php:459
1441
  #: modules/monster/widgets/monster.php:252
@@ -1454,7 +1437,7 @@ msgstr ""
1454
  #: modules/prism/widgets/prism.php:175 modules/prism/widgets/prism.php:415
1455
  #: modules/prism/widgets/prism.php:586 modules/reveal/widgets/reveal.php:80
1456
  #: modules/reveal/widgets/reveal.php:347 modules/reveal/widgets/reveal.php:466
1457
- #: modules/reveal/widgets/reveal.php:932 modules/rubix/widgets/rubix.php:563
1458
  #: modules/sequester/widgets/sequester.php:205
1459
  #: modules/sequester/widgets/sequester.php:337
1460
  #: modules/sequester/widgets/sequester.php:496
@@ -1478,8 +1461,9 @@ msgstr ""
1478
  #: modules/avatar/widgets/avatar.php:259 modules/dragon/widgets/dragon.php:206
1479
  #: modules/elysium/widgets/elysium.php:205
1480
  #: modules/flexure/widgets/flexure.php:82
1481
- #: modules/general/widgets/general.php:1179
1482
- #: modules/isolate/widgets/isolate.php:1156
 
1483
  #: modules/monster/widgets/monster.php:262 modules/mount/widgets/mount.php:202
1484
  #: modules/multiscroll/widgets/multiscroll.php:90
1485
  #: modules/pagepiling/widgets/pagepiling.php:90
@@ -1493,16 +1477,14 @@ msgstr ""
1493
 
1494
  #: modules/astoria/widgets/astoria.php:266
1495
  #: modules/astoria/widgets/astoria.php:472
1496
- #: modules/avatar/widgets/avatar.php:273 modules/blog/widgets/blog.php:210
1497
- #: modules/blog/widgets/blog.php:837 modules/blog/widgets/blog.php:1401
1498
- #: modules/crossroad/widgets/crossroad.php:137
1499
  #: modules/dragon/widgets/dragon.php:220
1500
- #: modules/general/widgets/general.php:710
1501
- #: modules/general/widgets/general.php:1193
1502
- #: modules/general/widgets/general.php:1471
1503
- #: modules/isolate/widgets/isolate.php:713
1504
- #: modules/isolate/widgets/isolate.php:1170
1505
- #: modules/isolate/widgets/isolate.php:1458 modules/knily/widgets/knily.php:332
1506
  #: modules/multiscroll/widgets/multiscroll.php:115
1507
  #: modules/pagepiling/widgets/pagepiling.php:104
1508
  #: modules/sequester/widgets/sequester.php:230
@@ -1512,16 +1494,17 @@ msgid "Button Text"
1512
  msgstr ""
1513
 
1514
  #: modules/astoria/widgets/astoria.php:268
 
1515
  #: modules/paranoia/widgets/paranoia.php:181
1516
  msgid "Explore our works"
1517
  msgstr ""
1518
 
1519
  #: modules/astoria/widgets/astoria.php:277
1520
  #: modules/avatar/widgets/avatar.php:284
1521
- #: modules/crossroad/widgets/crossroad.php:148
1522
  #: modules/dragon/widgets/dragon.php:231
1523
- #: modules/general/widgets/general.php:1204
1524
- #: modules/isolate/widgets/isolate.php:1181
1525
  #: modules/multiscroll/widgets/multiscroll.php:126
1526
  #: modules/pagepiling/widgets/pagepiling.php:115
1527
  #: modules/sequester/widgets/sequester.php:241
@@ -1530,24 +1513,23 @@ msgstr ""
1530
 
1531
  #: modules/astoria/widgets/astoria.php:290
1532
  #: modules/astoria/widgets/astoria.php:802
1533
- #: modules/avatar/widgets/avatar.php:570 modules/blog/widgets/blog.php:481
1534
- #: modules/blog/widgets/blog.php:1500 modules/blog/widgets/blog.php:3413
1535
- #: modules/blog/widgets/blog.php:3547
1536
- #: modules/crossroad/widgets/crossroad.php:883
1537
  #: modules/elysium/widgets/elysium.php:219
1538
  #: modules/elysium/widgets/elysium.php:535
1539
  #: modules/fluent/widgets/fluent.php:764
1540
- #: modules/general/widgets/general.php:349
1541
- #: modules/isolate/widgets/isolate.php:349 modules/knily/widgets/knily.php:620
1542
  #: modules/mercury/widgets/mercury.php:530
1543
  #: modules/paranoia/widgets/paranoia.php:238
1544
  #: modules/paranoia/widgets/paranoia.php:469
1545
  #: modules/prism/widgets/prism.php:199 modules/prism/widgets/prism.php:685
1546
  #: modules/remote-arrows/widgets/remote-arrows.php:138
1547
  #: modules/remote-arrows/widgets/remote-arrows.php:172
1548
- #: modules/reveal/widgets/reveal.php:169 modules/reveal/widgets/reveal.php:699
1549
- #: modules/reveal/widgets/reveal.php:989 modules/rubix/widgets/rubix.php:634
1550
- #: modules/rubix/widgets/rubix.php:709 modules/storker/widgets/storker.php:585
1551
  #: modules/woocircle/widgets/woocircle.php:914
1552
  #: modules/wooexpand/widgets/wooexpand.php:643
1553
  msgid "Text"
@@ -1555,17 +1537,15 @@ msgstr ""
1555
 
1556
  #: modules/astoria/widgets/astoria.php:300
1557
  #: modules/avatar/widgets/avatar.php:308 modules/avatar/widgets/avatar.php:477
1558
- #: modules/blog/widgets/blog.php:486
1559
- #: modules/crossroad/widgets/crossroad.php:649
1560
- #: modules/crossroad/widgets/crossroad.php:1162
1561
  #: modules/dragon/widgets/dragon.php:255
1562
  #: modules/elysium/widgets/elysium.php:230
1563
  #: modules/elysium/widgets/elysium.php:421
1564
- #: modules/general/widgets/general.php:354
1565
- #: modules/general/widgets/general.php:1237
1566
- #: modules/general/widgets/general.php:1270
1567
- #: modules/isolate/widgets/isolate.php:354
1568
- #: modules/isolate/widgets/isolate.php:1205
1569
  #: modules/monster/widgets/monster.php:276
1570
  #: modules/monster/widgets/monster.php:810 modules/mount/widgets/mount.php:216
1571
  #: modules/multiscroll/widgets/multiscroll.php:140
@@ -1584,11 +1564,11 @@ msgstr ""
1584
 
1585
  #: modules/astoria/widgets/astoria.php:312
1586
  #: modules/avatar/widgets/avatar.php:320
1587
- #: modules/crossroad/widgets/crossroad.php:58
1588
  #: modules/custom/widgets/custom.php:184 modules/dragon/widgets/dragon.php:267
1589
  #: modules/elysium/widgets/elysium.php:242
1590
- #: modules/general/widgets/general.php:1311
1591
- #: modules/isolate/widgets/isolate.php:1232
1592
  #: modules/monster/widgets/monster.php:288 modules/mount/widgets/mount.php:228
1593
  #: modules/pagepiling/widgets/pagepiling.php:166
1594
  #: modules/pieces/widgets/pieces.php:103 modules/prism/widgets/prism.php:221
@@ -1600,6 +1580,9 @@ msgstr ""
1600
  #: modules/astoria/widgets/astoria.php:317
1601
  #: modules/astoria/widgets/astoria.php:323
1602
  #: modules/astoria/widgets/astoria.php:329
 
 
 
1603
  #: modules/paranoia/widgets/paranoia.php:256
1604
  #: modules/paranoia/widgets/paranoia.php:262
1605
  #: modules/paranoia/widgets/paranoia.php:267
@@ -1608,12 +1591,15 @@ msgid "Explore"
1608
  msgstr ""
1609
 
1610
  #: modules/astoria/widgets/astoria.php:318
 
1611
  #: modules/paranoia/widgets/paranoia.php:257
1612
  msgid "Massive"
1613
  msgstr ""
1614
 
1615
  #: modules/astoria/widgets/astoria.php:319
1616
- #: modules/crossroad/widgets/crossroad.php:191
 
 
1617
  #: modules/paranoia/widgets/paranoia.php:240
1618
  #: modules/paranoia/widgets/paranoia.php:258
1619
  #: modules/prism/widgets/prism.php:228 modules/reveal/widgets/reveal.php:190
@@ -1624,6 +1610,7 @@ msgid ""
1624
  msgstr ""
1625
 
1626
  #: modules/astoria/widgets/astoria.php:324
 
1627
  #: modules/paranoia/widgets/paranoia.php:263
1628
  msgid "Vibrant"
1629
  msgstr ""
@@ -1636,6 +1623,7 @@ msgid ""
1636
  msgstr ""
1637
 
1638
  #: modules/astoria/widgets/astoria.php:330
 
1639
  #: modules/paranoia/widgets/paranoia.php:268
1640
  msgid "Wallow"
1641
  msgstr ""
@@ -1648,16 +1636,15 @@ msgid ""
1648
  msgstr ""
1649
 
1650
  #: modules/astoria/widgets/astoria.php:343
1651
- #: modules/avatar/widgets/avatar.php:349 modules/blog/widgets/blog.php:112
1652
- #: modules/blog/widgets/blog.php:537 modules/dragon/widgets/dragon.php:295
1653
  #: modules/elysium/widgets/elysium.php:174
1654
  #: modules/event-calendar/widgets/event-calendar.php:190
1655
  #: modules/flexure/widgets/flexure.php:160
1656
  #: modules/flogia/widgets/flogia.php:105 modules/fluent/widgets/fluent.php:120
1657
- #: modules/general/widgets/general.php:405
1658
- #: modules/general/widgets/general.php:1333
1659
- #: modules/isolate/widgets/isolate.php:405
1660
- #: modules/isolate/widgets/isolate.php:1257
1661
  #: modules/monster/widgets/monster.php:321 modules/mount/widgets/mount.php:256
1662
  #: modules/multiscroll/widgets/multiscroll.php:326
1663
  #: modules/pagepiling/widgets/pagepiling.php:274
@@ -1681,15 +1668,12 @@ msgstr ""
1681
  msgid "Social Link"
1682
  msgstr ""
1683
 
1684
- #: modules/astoria/widgets/astoria.php:378 modules/blog/widgets/blog.php:786
1685
- #: modules/blog/widgets/blog.php:1304 modules/custom/widgets/custom.php:228
1686
- #: modules/dragon/widgets/dragon.php:330
1687
  #: modules/flexure/widgets/flexure.php:359
1688
  #: modules/fluent/widgets/fluent.php:381
1689
- #: modules/general/widgets/general.php:654
1690
- #: modules/general/widgets/general.php:1371
1691
- #: modules/isolate/widgets/isolate.php:658
1692
- #: modules/isolate/widgets/isolate.php:1363
1693
  #: modules/monster/widgets/monster.php:353 modules/mount/widgets/mount.php:291
1694
  #: modules/pagepiling/widgets/pagepiling.php:381
1695
  #: modules/sequester/widgets/sequester.php:346
@@ -1697,22 +1681,22 @@ msgstr ""
1697
  msgid "Link"
1698
  msgstr ""
1699
 
1700
- #: modules/astoria/widgets/astoria.php:386 modules/blog/widgets/blog.php:1312
1701
  #: modules/custom/widgets/custom.php:237 modules/fluent/widgets/fluent.php:389
1702
- #: modules/general/widgets/general.php:1380
1703
- #: modules/isolate/widgets/isolate.php:1371
1704
  msgid "Choose Icon"
1705
  msgstr ""
1706
 
1707
- #: modules/astoria/widgets/astoria.php:398 modules/blog/widgets/blog.php:1326
1708
  #: modules/custom/widgets/custom.php:230 modules/custom/widgets/custom.php:251
1709
  #: modules/dragon/widgets/dragon.php:342
1710
  #: modules/flexure/widgets/flexure.php:361
1711
  #: modules/flexure/widgets/flexure.php:372
1712
  #: modules/fluent/widgets/fluent.php:401
1713
- #: modules/general/widgets/general.php:1373
1714
- #: modules/general/widgets/general.php:1396
1715
- #: modules/isolate/widgets/isolate.php:1383
1716
  #: modules/monster/widgets/monster.php:355
1717
  #: modules/monster/widgets/monster.php:366 modules/mount/widgets/mount.php:293
1718
  #: modules/mount/widgets/mount.php:304
@@ -1725,12 +1709,12 @@ msgstr ""
1725
  msgid "http://www.facebook.com/bdthemes/"
1726
  msgstr ""
1727
 
1728
- #: modules/astoria/widgets/astoria.php:406 modules/blog/widgets/blog.php:1334
1729
  #: modules/custom/widgets/custom.php:259 modules/dragon/widgets/dragon.php:346
1730
  #: modules/flexure/widgets/flexure.php:376
1731
  #: modules/fluent/widgets/fluent.php:406
1732
- #: modules/general/widgets/general.php:1404
1733
- #: modules/isolate/widgets/isolate.php:1391
1734
  #: modules/monster/widgets/monster.php:370 modules/mount/widgets/mount.php:308
1735
  #: modules/pagepiling/widgets/pagepiling.php:398
1736
  #: modules/sequester/widgets/sequester.php:363
@@ -1738,12 +1722,12 @@ msgstr ""
1738
  msgid "http://www.twitter.com/bdthemes/"
1739
  msgstr ""
1740
 
1741
- #: modules/astoria/widgets/astoria.php:414 modules/blog/widgets/blog.php:1342
1742
  #: modules/custom/widgets/custom.php:267 modules/dragon/widgets/dragon.php:350
1743
  #: modules/flexure/widgets/flexure.php:380
1744
  #: modules/fluent/widgets/fluent.php:416
1745
- #: modules/general/widgets/general.php:1412
1746
- #: modules/isolate/widgets/isolate.php:1399
1747
  #: modules/monster/widgets/monster.php:374 modules/mount/widgets/mount.php:312
1748
  #: modules/pagepiling/widgets/pagepiling.php:402
1749
  #: modules/sequester/widgets/sequester.php:367
@@ -1754,18 +1738,18 @@ msgstr ""
1754
  #: modules/astoria/widgets/astoria.php:431
1755
  #: modules/astoria/widgets/astoria.php:475
1756
  #: modules/astoria/widgets/astoria.php:476
1757
- #: modules/astoria/widgets/astoria.php:1234 modules/blog/widgets/blog.php:1359
1758
- #: modules/blog/widgets/blog.php:1404 modules/blog/widgets/blog.php:1405
1759
- #: modules/blog/widgets/blog.php:3089 modules/fluent/widgets/fluent.php:308
1760
  #: modules/fluent/widgets/fluent.php:1388
1761
- #: modules/general/widgets/general.php:1429
1762
- #: modules/general/widgets/general.php:1474
1763
- #: modules/general/widgets/general.php:1475
1764
- #: modules/general/widgets/general.php:3673
1765
- #: modules/isolate/widgets/isolate.php:1416
1766
- #: modules/isolate/widgets/isolate.php:1461
1767
- #: modules/isolate/widgets/isolate.php:1462
1768
- #: modules/isolate/widgets/isolate.php:3569
1769
  #: modules/woocommerce/widgets/woocommerce.php:463
1770
  #: modules/woocommerce/widgets/woocommerce.php:507
1771
  #: modules/woocommerce/widgets/woocommerce.php:508
@@ -1773,23 +1757,18 @@ msgstr ""
1773
  msgid "Scroll Down"
1774
  msgstr ""
1775
 
1776
- #: modules/astoria/widgets/astoria.php:441 modules/blog/widgets/blog.php:1370
1777
  #: modules/fluent/widgets/fluent.php:318
1778
- #: modules/general/widgets/general.php:1440
1779
- #: modules/isolate/widgets/isolate.php:1427
1780
  #: modules/woocommerce/widgets/woocommerce.php:473
1781
  msgid "Duration"
1782
  msgstr ""
1783
 
1784
- #: modules/astoria/widgets/astoria.php:457 modules/blog/widgets/blog.php:847
1785
- #: modules/blog/widgets/blog.php:1086 modules/blog/widgets/blog.php:1386
1786
  #: modules/fluent/widgets/fluent.php:334
1787
- #: modules/general/widgets/general.php:745
1788
- #: modules/general/widgets/general.php:985
1789
- #: modules/general/widgets/general.php:1456
1790
- #: modules/isolate/widgets/isolate.php:723
1791
- #: modules/isolate/widgets/isolate.php:963
1792
- #: modules/isolate/widgets/isolate.php:1443
1793
  #: modules/paranoia/widgets/paranoia.php:363
1794
  #: modules/paranoia/widgets/paranoia.php:431
1795
  #: modules/paranoia/widgets/paranoia.php:549
@@ -1799,18 +1778,18 @@ msgstr ""
1799
  msgid "Offset"
1800
  msgstr ""
1801
 
1802
- #: modules/astoria/widgets/astoria.php:483 modules/blog/widgets/blog.php:1412
1803
  #: modules/custom/widgets/custom.php:120 modules/fluent/widgets/fluent.php:349
1804
- #: modules/general/widgets/general.php:1482
1805
- #: modules/isolate/widgets/isolate.php:1469
1806
  #: modules/woocommerce/widgets/woocommerce.php:515
1807
  msgid "Section ID"
1808
  msgstr ""
1809
 
1810
- #: modules/astoria/widgets/astoria.php:486 modules/blog/widgets/blog.php:1415
1811
  #: modules/fluent/widgets/fluent.php:352
1812
- #: modules/general/widgets/general.php:1485
1813
- #: modules/isolate/widgets/isolate.php:1472
1814
  #: modules/woocommerce/widgets/woocommerce.php:518
1815
  msgid ""
1816
  "By clicking this scroll button, to which section in your page you want to "
@@ -1820,59 +1799,39 @@ msgstr ""
1820
 
1821
  #: modules/astoria/widgets/astoria.php:509
1822
  #: modules/astoria/widgets/astoria.php:519
1823
- #: modules/astoria/widgets/astoria.php:617 modules/blog/widgets/blog.php:1737
1824
- #: modules/blog/widgets/blog.php:1885 modules/blog/widgets/blog.php:1969
1825
- #: modules/blog/widgets/blog.php:1999 modules/blog/widgets/blog.php:2052
1826
- #: modules/blog/widgets/blog.php:2241 modules/blog/widgets/blog.php:2324
1827
- #: modules/blog/widgets/blog.php:2389 modules/blog/widgets/blog.php:2464
1828
- #: modules/blog/widgets/blog.php:2508 modules/blog/widgets/blog.php:2775
1829
- #: modules/blog/widgets/blog.php:2856 modules/blog/widgets/blog.php:3190
1830
- #: modules/blog/widgets/blog.php:3271 modules/blog/widgets/blog.php:3355
1831
- #: modules/blog/widgets/blog.php:3707 modules/blog/widgets/blog.php:3819
1832
- #: modules/custom/widgets/custom.php:664 modules/custom/widgets/custom.php:729
1833
- #: modules/custom/widgets/custom.php:840 modules/custom/widgets/custom.php:1189
1834
  #: modules/custom/widgets/custom.php:1340 modules/dragon/widgets/dragon.php:416
1835
  #: modules/dragon/widgets/dragon.php:672 modules/dragon/widgets/dragon.php:686
1836
  #: modules/flexure/widgets/flexure.php:890
1837
  #: modules/flexure/widgets/flexure.php:979
1838
  #: modules/flogia/widgets/flogia.php:386 modules/flogia/widgets/flogia.php:640
1839
  #: modules/fluent/widgets/fluent.php:571 modules/fluent/widgets/fluent.php:841
1840
- #: modules/general/widgets/general.php:1227
1841
- #: modules/general/widgets/general.php:1839
1842
- #: modules/general/widgets/general.php:1986
 
 
1843
  #: modules/general/widgets/general.php:2070
1844
- #: modules/general/widgets/general.php:2100
1845
- #: modules/general/widgets/general.php:2153
1846
- #: modules/general/widgets/general.php:2342
1847
- #: modules/general/widgets/general.php:2439
1848
- #: modules/general/widgets/general.php:2504
1849
- #: modules/general/widgets/general.php:2579
1850
- #: modules/general/widgets/general.php:2624
1851
- #: modules/general/widgets/general.php:2786
1852
- #: modules/general/widgets/general.php:3792
1853
- #: modules/general/widgets/general.php:3962
1854
- #: modules/isolate/widgets/isolate.php:1806
1855
- #: modules/isolate/widgets/isolate.php:1954
1856
- #: modules/isolate/widgets/isolate.php:2038
1857
- #: modules/isolate/widgets/isolate.php:2068
1858
- #: modules/isolate/widgets/isolate.php:2121
1859
- #: modules/isolate/widgets/isolate.php:2313
1860
- #: modules/isolate/widgets/isolate.php:2396
1861
- #: modules/isolate/widgets/isolate.php:2461
1862
- #: modules/isolate/widgets/isolate.php:2536
1863
- #: modules/isolate/widgets/isolate.php:2581
1864
- #: modules/isolate/widgets/isolate.php:2650
1865
- #: modules/isolate/widgets/isolate.php:2945
1866
- #: modules/isolate/widgets/isolate.php:3050
1867
- #: modules/isolate/widgets/isolate.php:3065
1868
- #: modules/isolate/widgets/isolate.php:3147
1869
- #: modules/isolate/widgets/isolate.php:3162
1870
- #: modules/isolate/widgets/isolate.php:3273
1871
- #: modules/isolate/widgets/isolate.php:3601
1872
- #: modules/isolate/widgets/isolate.php:3685
1873
- #: modules/isolate/widgets/isolate.php:3770
1874
- #: modules/isolate/widgets/isolate.php:3964
1875
- #: modules/isolate/widgets/isolate.php:3981
1876
  #: modules/monster/widgets/monster.php:689
1877
  #: modules/monster/widgets/monster.php:749
1878
  #: modules/monster/widgets/monster.php:818 modules/mount/widgets/mount.php:400
@@ -1911,22 +1870,22 @@ msgstr ""
1911
  msgid "Background"
1912
  msgstr ""
1913
 
1914
- #: modules/astoria/widgets/astoria.php:510 modules/blog/widgets/blog.php:2509
1915
  #: modules/dragon/widgets/dragon.php:417 modules/flogia/widgets/flogia.php:387
1916
  #: modules/fluent/widgets/fluent.php:572
1917
- #: modules/general/widgets/general.php:2625
1918
- #: modules/isolate/widgets/isolate.php:2582 modules/mount/widgets/mount.php:401
1919
  #: modules/prism/widgets/prism.php:534 modules/reveal/widgets/reveal.php:393
1920
  #: modules/woocommerce/widgets/woocommerce.php:606
1921
  #: modules/woostand/widgets/woostand.php:1268
1922
  msgid "Blend"
1923
  msgstr ""
1924
 
1925
- #: modules/astoria/widgets/astoria.php:540 modules/blog/widgets/blog.php:2531
1926
  #: modules/dragon/widgets/dragon.php:440 modules/flogia/widgets/flogia.php:410
1927
  #: modules/fluent/widgets/fluent.php:595
1928
- #: modules/general/widgets/general.php:2647
1929
- #: modules/isolate/widgets/isolate.php:2608 modules/mount/widgets/mount.php:424
1930
  #: modules/prism/widgets/prism.php:567 modules/reveal/widgets/reveal.php:423
1931
  #: modules/woocommerce/widgets/woocommerce.php:628
1932
  #: modules/woostand/widgets/woostand.php:1291
@@ -1939,12 +1898,9 @@ msgstr ""
1939
  #: modules/astoria/widgets/astoria.php:1113
1940
  #: modules/astoria/widgets/astoria.php:1479
1941
  #: modules/avatar/widgets/avatar.php:680 modules/avatar/widgets/avatar.php:852
1942
- #: modules/blog/widgets/blog.php:1835 modules/blog/widgets/blog.php:1916
1943
- #: modules/blog/widgets/blog.php:2138 modules/blog/widgets/blog.php:2186
1944
- #: modules/blog/widgets/blog.php:2275 modules/blog/widgets/blog.php:2423
1945
- #: modules/blog/widgets/blog.php:2806 modules/blog/widgets/blog.php:2939
1946
- #: modules/blog/widgets/blog.php:3221
1947
- #: modules/crossroad/widgets/crossroad.php:1031
1948
  #: modules/custom/widgets/custom.php:673 modules/custom/widgets/custom.php:772
1949
  #: modules/custom/widgets/custom.php:923 modules/custom/widgets/custom.php:1257
1950
  #: modules/dragon/widgets/dragon.php:462
@@ -1958,25 +1914,15 @@ msgstr ""
1958
  #: modules/flexure/widgets/flexure.php:927
1959
  #: modules/flogia/widgets/flogia.php:672 modules/fluent/widgets/fluent.php:873
1960
  #: modules/fluent/widgets/fluent.php:1247
1961
- #: modules/general/widgets/general.php:1937
1962
- #: modules/general/widgets/general.php:2017
1963
- #: modules/general/widgets/general.php:2239
1964
- #: modules/general/widgets/general.php:2287
1965
- #: modules/general/widgets/general.php:2390
1966
- #: modules/general/widgets/general.php:2538
1967
- #: modules/general/widgets/general.php:2846
1968
- #: modules/general/widgets/general.php:3131
1969
- #: modules/general/widgets/general.php:3524
1970
- #: modules/isolate/widgets/isolate.php:1904
1971
- #: modules/isolate/widgets/isolate.php:1985
1972
- #: modules/isolate/widgets/isolate.php:2208
1973
- #: modules/isolate/widgets/isolate.php:2256
1974
- #: modules/isolate/widgets/isolate.php:2347
1975
- #: modules/isolate/widgets/isolate.php:2495
1976
- #: modules/isolate/widgets/isolate.php:3097
1977
- #: modules/isolate/widgets/isolate.php:3444
1978
- #: modules/isolate/widgets/isolate.php:3641
1979
- #: modules/isolate/widgets/isolate.php:3808 modules/knily/widgets/knily.php:830
1980
  #: modules/knily/widgets/knily.php:986 modules/knily/widgets/knily.php:1139
1981
  #: modules/knily/widgets/knily.php:1327 modules/marble/widgets/marble.php:536
1982
  #: modules/mercury/widgets/mercury.php:758
@@ -1994,10 +1940,10 @@ msgstr ""
1994
  #: modules/prism/widgets/prism.php:780
1995
  #: modules/remote-arrows/widgets/remote-arrows.php:321
1996
  #: modules/remote-thumbs/widgets/remote-thumbs.php:245
1997
- #: modules/reveal/widgets/reveal.php:439 modules/reveal/widgets/reveal.php:525
1998
- #: modules/reveal/widgets/reveal.php:657 modules/reveal/widgets/reveal.php:799
1999
- #: modules/rubix/widgets/rubix.php:785 modules/rubix/widgets/rubix.php:909
2000
- #: modules/rubix/widgets/rubix.php:1071 modules/rubix/widgets/rubix.php:1237
2001
  #: modules/sequester/widgets/sequester.php:803
2002
  #: modules/sequester/widgets/sequester.php:996
2003
  #: modules/storker/widgets/storker.php:794
@@ -2030,29 +1976,31 @@ msgstr ""
2030
  #: modules/astoria/widgets/astoria.php:639
2031
  #: modules/astoria/widgets/astoria.php:780
2032
  #: modules/astoria/widgets/astoria.php:841
2033
- #: modules/avatar/widgets/avatar.php:692 modules/blog/widgets/blog.php:1928
2034
- #: modules/crossroad/widgets/crossroad.php:544
2035
- #: modules/crossroad/widgets/crossroad.php:621
2036
- #: modules/crossroad/widgets/crossroad.php:858
2037
- #: modules/crossroad/widgets/crossroad.php:907
2038
- #: modules/crossroad/widgets/crossroad.php:1046
2039
  #: modules/dragon/widgets/dragon.php:474
2040
  #: modules/elysium/widgets/elysium.php:495
2041
- #: modules/general/widgets/general.php:2029
2042
- #: modules/general/widgets/general.php:3143
2043
- #: modules/isolate/widgets/isolate.php:1997
2044
- #: modules/isolate/widgets/isolate.php:3823 modules/knily/widgets/knily.php:642
 
 
2045
  #: modules/knily/widgets/knily.php:1151 modules/mercury/widgets/mercury.php:552
2046
  #: modules/monster/widgets/monster.php:841
2047
  #: modules/pacific/widgets/pacific.php:967
2048
  #: modules/pacific/widgets/pacific.php:1035
2049
  #: modules/paranoia/widgets/paranoia.php:503
2050
  #: modules/pieces/widgets/pieces.php:462 modules/prism/widgets/prism.php:909
2051
- #: modules/reveal/widgets/reveal.php:452 modules/reveal/widgets/reveal.php:537
2052
- #: modules/reveal/widgets/reveal.php:669 modules/reveal/widgets/reveal.php:721
2053
- #: modules/reveal/widgets/reveal.php:897 modules/reveal/widgets/reveal.php:950
2054
- #: modules/rubix/widgets/rubix.php:656 modules/rubix/widgets/rubix.php:797
2055
- #: modules/rubix/widgets/rubix.php:1094 modules/storker/widgets/storker.php:607
2056
  #: modules/storker/widgets/storker.php:1065
2057
  #: modules/woocircle/widgets/woocircle.php:422
2058
  #: modules/woocircle/widgets/woocircle.php:464
@@ -2081,7 +2029,9 @@ msgstr ""
2081
  #: modules/event-calendar/widgets/event-calendar.php:702
2082
  #: modules/event-calendar/widgets/event-calendar.php:1033
2083
  #: modules/fiestar/widgets/fiestar.php:436
2084
- #: modules/flexure/widgets/flexure.php:416 modules/knily/widgets/knily.php:571
 
 
2085
  #: modules/knily/widgets/knily.php:715 modules/knily/widgets/knily.php:1515
2086
  #: modules/marble/widgets/marble.php:429
2087
  #: modules/mercury/widgets/mercury.php:481
@@ -2093,7 +2043,7 @@ msgstr ""
2093
  #: modules/pacific/widgets/pacific.php:955
2094
  #: modules/pacific/widgets/pacific.php:1011
2095
  #: modules/pacific/widgets/pacific.php:1126 modules/prism/widgets/prism.php:898
2096
- #: modules/rubix/widgets/rubix.php:585 modules/sniper/widgets/sniper.php:450
2097
  #: modules/storker/widgets/storker.php:536
2098
  #: modules/storker/widgets/storker.php:679 modules/tango/widgets/tango.php:639
2099
  #: modules/tango/widgets/tango.php:758 modules/vertex/widgets/vertex.php:423
@@ -2106,12 +2056,13 @@ msgstr ""
2106
 
2107
  #: modules/astoria/widgets/astoria.php:660
2108
  #: modules/avatar/widgets/avatar.php:560
2109
- #: modules/crossroad/widgets/crossroad.php:441
2110
- #: modules/crossroad/widgets/crossroad.php:779
2111
  #: modules/elysium/widgets/elysium.php:525
2112
  #: modules/elysium/widgets/elysium.php:567
2113
  #: modules/fiestar/widgets/fiestar.php:457
2114
- #: modules/general/widgets/general.php:2798 modules/knily/widgets/knily.php:609
 
2115
  #: modules/marble/widgets/marble.php:450
2116
  #: modules/mercury/widgets/mercury.php:519
2117
  #: modules/monster/widgets/monster.php:974 modules/mount/widgets/mount.php:576
@@ -2124,7 +2075,7 @@ msgstr ""
2124
  #: modules/prism/widgets/prism.php:930
2125
  #: modules/remote-fraction/widgets/remote-fraction.php:204
2126
  #: modules/remote-fraction/widgets/remote-fraction.php:241
2127
- #: modules/reveal/widgets/reveal.php:971 modules/rubix/widgets/rubix.php:623
2128
  #: modules/storker/widgets/storker.php:574 modules/tango/widgets/tango.php:659
2129
  #: modules/vertex/widgets/vertex.php:444
2130
  msgid "Text Shadow"
@@ -2132,30 +2083,30 @@ msgstr ""
2132
 
2133
  #: modules/astoria/widgets/astoria.php:668
2134
  #: modules/fluent/widgets/fluent.php:726
2135
- #: modules/isolate/widgets/isolate.php:2818
2136
  msgid "First Word Style"
2137
  msgstr ""
2138
 
2139
  #: modules/astoria/widgets/astoria.php:702
2140
  #: modules/astoria/widgets/astoria.php:824
2141
- #: modules/crossroad/widgets/crossroad.php:922
2142
  #: modules/event-calendar/widgets/event-calendar.php:652
2143
  #: modules/knily/widgets/knily.php:654 modules/mercury/widgets/mercury.php:564
2144
- #: modules/prism/widgets/prism.php:706 modules/reveal/widgets/reveal.php:1007
2145
- #: modules/rubix/widgets/rubix.php:668 modules/storker/widgets/storker.php:619
2146
  #: modules/woocircle/widgets/woocircle.php:710
2147
  msgid "Max Width"
2148
  msgstr ""
2149
 
2150
- #: modules/astoria/widgets/astoria.php:725 modules/blog/widgets/blog.php:2577
2151
- #: modules/crossroad/widgets/crossroad.php:452
2152
- #: modules/crossroad/widgets/crossroad.php:790
2153
  #: modules/dragon/widgets/dragon.php:568
2154
  #: modules/elysium/widgets/elysium.php:516
2155
  #: modules/event-calendar/widgets/event-calendar.php:682
2156
  #: modules/flogia/widgets/flogia.php:469 modules/fluent/widgets/fluent.php:668
2157
- #: modules/general/widgets/general.php:2719
2158
- #: modules/isolate/widgets/isolate.php:2738 modules/mount/widgets/mount.php:482
2159
  #: modules/multiscroll/widgets/multiscroll.php:647
2160
  #: modules/pagepiling/widgets/pagepiling.php:526
2161
  #: modules/prism/widgets/prism.php:446 modules/prism/widgets/prism.php:675
@@ -2168,18 +2119,18 @@ msgid "Text Stroke"
2168
  msgstr ""
2169
 
2170
  #: modules/astoria/widgets/astoria.php:736
2171
- #: modules/crossroad/widgets/crossroad.php:466
2172
- #: modules/crossroad/widgets/crossroad.php:607
2173
- #: modules/crossroad/widgets/crossroad.php:804
2174
  msgid "Stroke Width"
2175
  msgstr ""
2176
 
2177
- #: modules/astoria/widgets/astoria.php:897 modules/blog/widgets/blog.php:212
2178
- #: modules/blog/widgets/blog.php:213 modules/pacific/widgets/pacific.php:362
2179
  #: modules/pacific/widgets/pacific.php:871
2180
  #: modules/paranoia/widgets/paranoia.php:587
2181
- #: modules/reveal/widgets/reveal.php:743 modules/rubix/widgets/rubix.php:356
2182
- #: modules/rubix/widgets/rubix.php:1004
2183
  msgid "Read More"
2184
  msgstr ""
2185
 
@@ -2188,12 +2139,11 @@ msgstr ""
2188
  #: modules/astoria/widgets/astoria.php:1247
2189
  #: modules/astoria/widgets/astoria.php:1431
2190
  #: modules/avatar/widgets/avatar.php:634 modules/avatar/widgets/avatar.php:789
2191
- #: modules/blog/widgets/blog.php:1863 modules/blog/widgets/blog.php:2221
2192
- #: modules/blog/widgets/blog.php:2369 modules/blog/widgets/blog.php:2752
2193
- #: modules/blog/widgets/blog.php:2901 modules/blog/widgets/blog.php:3103
2194
- #: modules/blog/widgets/blog.php:3172 modules/blog/widgets/blog.php:3458
2195
- #: modules/blog/widgets/blog.php:3684 modules/custom/widgets/custom.php:710
2196
- #: modules/custom/widgets/custom.php:884 modules/custom/widgets/custom.php:1162
2197
  #: modules/custom/widgets/custom.php:1384 modules/dragon/widgets/dragon.php:769
2198
  #: modules/dragon/widgets/dragon.php:874
2199
  #: modules/elysium/widgets/elysium.php:663
@@ -2205,20 +2155,15 @@ msgstr ""
2205
  #: modules/flexure/widgets/flexure.php:865
2206
  #: modules/flogia/widgets/flogia.php:858 modules/fluent/widgets/fluent.php:1208
2207
  #: modules/fluent/widgets/fluent.php:1436
 
 
2208
  #: modules/general/widgets/general.php:1965
2209
- #: modules/general/widgets/general.php:2322
2210
- #: modules/general/widgets/general.php:2484
2211
- #: modules/general/widgets/general.php:3460
2212
- #: modules/general/widgets/general.php:3687
2213
- #: modules/general/widgets/general.php:3768
2214
- #: modules/isolate/widgets/isolate.php:1932
2215
- #: modules/isolate/widgets/isolate.php:2293
2216
- #: modules/isolate/widgets/isolate.php:2441
2217
- #: modules/isolate/widgets/isolate.php:3027
2218
- #: modules/isolate/widgets/isolate.php:3255
2219
- #: modules/isolate/widgets/isolate.php:3405
2220
- #: modules/isolate/widgets/isolate.php:3583
2221
- #: modules/isolate/widgets/isolate.php:3747 modules/knily/widgets/knily.php:784
2222
  #: modules/knily/widgets/knily.php:940 modules/knily/widgets/knily.php:1093
2223
  #: modules/knily/widgets/knily.php:1289 modules/knily/widgets/knily.php:1574
2224
  #: modules/marble/widgets/marble.php:490 modules/marble/widgets/marble.php:643
@@ -2239,8 +2184,8 @@ msgstr ""
2239
  #: modules/remote-arrows/widgets/remote-arrows.php:274
2240
  #: modules/remote-pagination/widgets/remote-pagination.php:248
2241
  #: modules/remote-thumbs/widgets/remote-thumbs.php:261
2242
- #: modules/reveal/widgets/reveal.php:753 modules/rubix/widgets/rubix.php:862
2243
- #: modules/rubix/widgets/rubix.php:1014 modules/rubix/widgets/rubix.php:1202
2244
  #: modules/sequester/widgets/sequester.php:741
2245
  #: modules/sequester/widgets/sequester.php:949
2246
  #: modules/sequester/widgets/sequester.php:1111
@@ -2266,31 +2211,21 @@ msgstr ""
2266
 
2267
  #: modules/astoria/widgets/astoria.php:936
2268
  #: modules/astoria/widgets/astoria.php:1091
2269
- #: modules/astoria/widgets/astoria.php:1457 modules/blog/widgets/blog.php:1805
2270
- #: modules/blog/widgets/blog.php:2163 modules/blog/widgets/blog.php:2253
2271
- #: modules/blog/widgets/blog.php:2401
2272
- #: modules/crossroad/widgets/crossroad.php:1003
2273
  #: modules/custom/widgets/custom.php:749 modules/custom/widgets/custom.php:1449
2274
  #: modules/event-calendar/widgets/event-calendar.php:882
2275
  #: modules/event-calendar/widgets/event-calendar.php:1109
2276
  #: modules/flogia/widgets/flogia.php:652 modules/flogia/widgets/flogia.php:794
2277
  #: modules/fluent/widgets/fluent.php:853
2278
- #: modules/general/widgets/general.php:1907
2279
- #: modules/general/widgets/general.php:2264
2280
- #: modules/general/widgets/general.php:2368
2281
- #: modules/general/widgets/general.php:2516
2282
- #: modules/isolate/widgets/isolate.php:1874
2283
- #: modules/isolate/widgets/isolate.php:2233
2284
- #: modules/isolate/widgets/isolate.php:2325
2285
- #: modules/isolate/widgets/isolate.php:2473
2286
  #: modules/mercury/widgets/mercury.php:721
2287
  #: modules/multiscroll/widgets/multiscroll.php:823
2288
  #: modules/multiscroll/widgets/multiscroll.php:1000
2289
  #: modules/pacific/widgets/pacific.php:1205 modules/prism/widgets/prism.php:336
2290
  #: modules/prism/widgets/prism.php:634 modules/prism/widgets/prism.php:760
2291
- #: modules/reveal/widgets/reveal.php:505 modules/reveal/widgets/reveal.php:637
2292
- #: modules/reveal/widgets/reveal.php:779 modules/rubix/widgets/rubix.php:765
2293
- #: modules/rubix/widgets/rubix.php:889
2294
  #: modules/woocircle/widgets/woocircle.php:580
2295
  #: modules/woocircle/widgets/woocircle.php:984
2296
  #: modules/woocircle/widgets/woocircle.php:1136
@@ -2308,12 +2243,11 @@ msgstr ""
2308
  #: modules/astoria/widgets/astoria.php:1101
2309
  #: modules/astoria/widgets/astoria.php:1467
2310
  #: modules/avatar/widgets/avatar.php:493 modules/avatar/widgets/avatar.php:668
2311
- #: modules/avatar/widgets/avatar.php:823 modules/blog/widgets/blog.php:1904
2312
- #: modules/blog/widgets/blog.php:2794 modules/blog/widgets/blog.php:2951
2313
- #: modules/blog/widgets/blog.php:3209 modules/blog/widgets/blog.php:3371
2314
- #: modules/blog/widgets/blog.php:3730
2315
- #: modules/crossroad/widgets/crossroad.php:663
2316
- #: modules/crossroad/widgets/crossroad.php:1016
2317
  #: modules/custom/widgets/custom.php:760 modules/custom/widgets/custom.php:935
2318
  #: modules/custom/widgets/custom.php:1212
2319
  #: modules/custom/widgets/custom.php:1457
@@ -2329,18 +2263,17 @@ msgstr ""
2329
  #: modules/flexure/widgets/flexure.php:915
2330
  #: modules/flogia/widgets/flogia.php:802 modules/fluent/widgets/fluent.php:990
2331
  #: modules/fluent/widgets/fluent.php:1259
2332
- #: modules/general/widgets/general.php:2005
2333
- #: modules/general/widgets/general.php:2820
2334
- #: modules/general/widgets/general.php:3119
2335
- #: modules/general/widgets/general.php:3238
2336
- #: modules/general/widgets/general.php:3512
2337
- #: modules/general/widgets/general.php:3817
2338
- #: modules/isolate/widgets/isolate.php:1973
2339
- #: modules/isolate/widgets/isolate.php:3085
2340
- #: modules/isolate/widgets/isolate.php:3292
2341
- #: modules/isolate/widgets/isolate.php:3456
2342
- #: modules/isolate/widgets/isolate.php:3626
2343
- #: modules/isolate/widgets/isolate.php:3793 modules/knily/widgets/knily.php:818
2344
  #: modules/knily/widgets/knily.php:974 modules/knily/widgets/knily.php:1127
2345
  #: modules/knily/widgets/knily.php:1315 modules/knily/widgets/knily.php:1671
2346
  #: modules/knily/widgets/knily.php:1776 modules/marble/widgets/marble.php:364
@@ -2368,10 +2301,10 @@ msgstr ""
2368
  #: modules/remote-arrows/widgets/remote-arrows.php:309
2369
  #: modules/remote-pagination/widgets/remote-pagination.php:232
2370
  #: modules/remote-thumbs/widgets/remote-thumbs.php:233
2371
- #: modules/reveal/widgets/reveal.php:513 modules/reveal/widgets/reveal.php:645
2372
- #: modules/reveal/widgets/reveal.php:787 modules/rubix/widgets/rubix.php:773
2373
- #: modules/rubix/widgets/rubix.php:897 modules/rubix/widgets/rubix.php:1059
2374
- #: modules/rubix/widgets/rubix.php:1225
2375
  #: modules/sequester/widgets/sequester.php:783
2376
  #: modules/sequester/widgets/sequester.php:1008
2377
  #: modules/storker/widgets/storker.php:782
@@ -2401,12 +2334,11 @@ msgstr ""
2401
 
2402
  #: modules/astoria/widgets/astoria.php:979
2403
  #: modules/avatar/widgets/avatar.php:714 modules/avatar/widgets/avatar.php:890
2404
- #: modules/blog/widgets/blog.php:2064 modules/blog/widgets/blog.php:2296
2405
- #: modules/blog/widgets/blog.php:2615 modules/blog/widgets/blog.php:2685
2406
- #: modules/blog/widgets/blog.php:3123 modules/blog/widgets/blog.php:3243
2407
- #: modules/blog/widgets/blog.php:3434 modules/blog/widgets/blog.php:3528
2408
- #: modules/blog/widgets/blog.php:3568
2409
- #: modules/crossroad/widgets/crossroad.php:1073
2410
  #: modules/dragon/widgets/dragon.php:556 modules/dragon/widgets/dragon.php:620
2411
  #: modules/dragon/widgets/dragon.php:702
2412
  #: modules/event-calendar/widgets/event-calendar.php:714
@@ -2421,19 +2353,20 @@ msgstr ""
2421
  #: modules/fluent/widgets/fluent.php:935 modules/fluent/widgets/fluent.php:1029
2422
  #: modules/fluent/widgets/fluent.php:1108
2423
  #: modules/fluent/widgets/fluent.php:1137
2424
- #: modules/general/widgets/general.php:2165
2425
- #: modules/general/widgets/general.php:2411
2426
- #: modules/general/widgets/general.php:2746
2427
- #: modules/general/widgets/general.php:2885
2428
- #: modules/general/widgets/general.php:3013
2429
- #: modules/general/widgets/general.php:3707
2430
- #: modules/isolate/widgets/isolate.php:2133
2431
- #: modules/isolate/widgets/isolate.php:2368
2432
- #: modules/isolate/widgets/isolate.php:2894
2433
- #: modules/isolate/widgets/isolate.php:2960
2434
- #: modules/isolate/widgets/isolate.php:3657
2435
- #: modules/isolate/widgets/isolate.php:3839
2436
- #: modules/isolate/widgets/isolate.php:3927 modules/knily/widgets/knily.php:600
 
2437
  #: modules/knily/widgets/knily.php:672 modules/knily/widgets/knily.php:761
2438
  #: modules/knily/widgets/knily.php:851 modules/knily/widgets/knily.php:1024
2439
  #: modules/knily/widgets/knily.php:1172 modules/knily/widgets/knily.php:1394
@@ -2460,11 +2393,11 @@ msgstr ""
2460
  #: modules/pagepiling/widgets/pagepiling.php:1039
2461
  #: modules/paranoia/widgets/paranoia.php:721
2462
  #: modules/paranoia/widgets/paranoia.php:798
2463
- #: modules/pieces/widgets/pieces.php:484 modules/rubix/widgets/rubix.php:614
2464
- #: modules/rubix/widgets/rubix.php:686 modules/rubix/widgets/rubix.php:728
2465
- #: modules/rubix/widgets/rubix.php:810 modules/rubix/widgets/rubix.php:947
2466
- #: modules/rubix/widgets/rubix.php:1116 modules/rubix/widgets/rubix.php:1323
2467
- #: modules/rubix/widgets/rubix.php:1352
2468
  #: modules/sequester/widgets/sequester.php:567
2469
  #: modules/sequester/widgets/sequester.php:622
2470
  #: modules/sequester/widgets/sequester.php:674
@@ -2515,12 +2448,10 @@ msgstr ""
2515
  #: modules/astoria/widgets/astoria.php:1299
2516
  #: modules/astoria/widgets/astoria.php:1501
2517
  #: modules/avatar/widgets/avatar.php:724 modules/avatar/widgets/avatar.php:900
2518
- #: modules/blog/widgets/blog.php:1948 modules/blog/widgets/blog.php:2304
2519
- #: modules/blog/widgets/blog.php:2443 modules/blog/widgets/blog.php:2834
2520
- #: modules/blog/widgets/blog.php:3041 modules/blog/widgets/blog.php:3133
2521
- #: modules/blog/widgets/blog.php:3253 modules/blog/widgets/blog.php:3578
2522
- #: modules/blog/widgets/blog.php:3796 modules/custom/widgets/custom.php:821
2523
- #: modules/custom/widgets/custom.php:1062
2524
  #: modules/custom/widgets/custom.php:1297
2525
  #: modules/custom/widgets/custom.php:1471 modules/dragon/widgets/dragon.php:822
2526
  #: modules/dragon/widgets/dragon.php:924
@@ -2533,20 +2464,15 @@ msgstr ""
2533
  #: modules/flexure/widgets/flexure.php:954
2534
  #: modules/flogia/widgets/flogia.php:900 modules/fluent/widgets/fluent.php:1339
2535
  #: modules/fluent/widgets/fluent.php:1488
2536
- #: modules/general/widgets/general.php:2049
2537
- #: modules/general/widgets/general.php:2419
2538
- #: modules/general/widgets/general.php:2558
2539
- #: modules/general/widgets/general.php:3624
2540
- #: modules/general/widgets/general.php:3717
2541
- #: modules/general/widgets/general.php:3936
2542
- #: modules/isolate/widgets/isolate.php:2017
2543
- #: modules/isolate/widgets/isolate.php:2376
2544
- #: modules/isolate/widgets/isolate.php:2515
2545
- #: modules/isolate/widgets/isolate.php:3125
2546
- #: modules/isolate/widgets/isolate.php:3317
2547
- #: modules/isolate/widgets/isolate.php:3520
2548
- #: modules/isolate/widgets/isolate.php:3667
2549
- #: modules/isolate/widgets/isolate.php:3941 modules/knily/widgets/knily.php:861
2550
  #: modules/knily/widgets/knily.php:1034 modules/knily/widgets/knily.php:1182
2551
  #: modules/knily/widgets/knily.php:1433 modules/marble/widgets/marble.php:584
2552
  #: modules/marble/widgets/marble.php:827
@@ -2563,8 +2489,8 @@ msgstr ""
2563
  #: modules/paranoia/widgets/paranoia.php:731
2564
  #: modules/pieces/widgets/pieces.php:494 modules/prism/widgets/prism.php:834
2565
  #: modules/remote-arrows/widgets/remote-arrows.php:343
2566
- #: modules/reveal/widgets/reveal.php:829 modules/rubix/widgets/rubix.php:957
2567
- #: modules/rubix/widgets/rubix.php:1126 modules/rubix/widgets/rubix.php:1362
2568
  #: modules/sequester/widgets/sequester.php:853
2569
  #: modules/sequester/widgets/sequester.php:1054
2570
  #: modules/sequester/widgets/sequester.php:1233
@@ -2596,11 +2522,9 @@ msgstr ""
2596
  #: modules/astoria/widgets/astoria.php:1318
2597
  #: modules/astoria/widgets/astoria.php:1527
2598
  #: modules/avatar/widgets/avatar.php:750 modules/avatar/widgets/avatar.php:926
2599
- #: modules/blog/widgets/blog.php:1980 modules/blog/widgets/blog.php:2335
2600
- #: modules/blog/widgets/blog.php:2475 modules/blog/widgets/blog.php:2867
2601
- #: modules/blog/widgets/blog.php:3069 modules/blog/widgets/blog.php:3282
2602
- #: modules/blog/widgets/blog.php:3834
2603
- #: modules/crossroad/widgets/crossroad.php:1121
2604
  #: modules/custom/widgets/custom.php:851 modules/custom/widgets/custom.php:1091
2605
  #: modules/custom/widgets/custom.php:1352
2606
  #: modules/custom/widgets/custom.php:1495
@@ -2612,22 +2536,19 @@ msgstr ""
2612
  #: modules/flexure/widgets/flexure.php:720
2613
  #: modules/flexure/widgets/flexure.php:994
2614
  #: modules/fluent/widgets/fluent.php:1368
2615
- #: modules/general/widgets/general.php:2081
2616
- #: modules/general/widgets/general.php:2450
2617
- #: modules/general/widgets/general.php:2590
2618
- #: modules/general/widgets/general.php:3368
2619
- #: modules/general/widgets/general.php:3425
2620
- #: modules/general/widgets/general.php:3653
2621
- #: modules/general/widgets/general.php:3974
2622
- #: modules/isolate/widgets/isolate.php:2049
2623
- #: modules/isolate/widgets/isolate.php:2407
2624
- #: modules/isolate/widgets/isolate.php:2547
2625
- #: modules/isolate/widgets/isolate.php:3174
2626
- #: modules/isolate/widgets/isolate.php:3346
2627
- #: modules/isolate/widgets/isolate.php:3549
2628
- #: modules/isolate/widgets/isolate.php:3699
2629
- #: modules/isolate/widgets/isolate.php:3895
2630
- #: modules/isolate/widgets/isolate.php:3997 modules/knily/widgets/knily.php:890
2631
  #: modules/knily/widgets/knily.php:1060 modules/knily/widgets/knily.php:1211
2632
  #: modules/knily/widgets/knily.php:1440 modules/marble/widgets/marble.php:610
2633
  #: modules/marble/widgets/marble.php:853
@@ -2646,9 +2567,9 @@ msgstr ""
2646
  #: modules/remote-arrows/widgets/remote-arrows.php:370
2647
  #: modules/remote-pagination/widgets/remote-pagination.php:403
2648
  #: modules/remote-thumbs/widgets/remote-thumbs.php:386
2649
- #: modules/reveal/widgets/reveal.php:855 modules/rubix/widgets/rubix.php:983
2650
- #: modules/rubix/widgets/rubix.php:1163 modules/rubix/widgets/rubix.php:1377
2651
- #: modules/rubix/widgets/rubix.php:1442
2652
  #: modules/sequester/widgets/sequester.php:886
2653
  #: modules/sequester/widgets/sequester.php:1081
2654
  #: modules/sequester/widgets/sequester.php:1145
@@ -2677,15 +2598,12 @@ msgstr ""
2677
  msgid "Border Color"
2678
  msgstr ""
2679
 
2680
- #: modules/astoria/widgets/astoria.php:1037 modules/blog/widgets/blog.php:1141
2681
- #: modules/blog/widgets/blog.php:1424
2682
- #: modules/crossroad/widgets/crossroad.php:1149
2683
  #: modules/dragon/widgets/dragon.php:363 modules/flogia/widgets/flogia.php:289
2684
  #: modules/fluent/widgets/fluent.php:475
2685
- #: modules/general/widgets/general.php:1040
2686
- #: modules/isolate/widgets/isolate.php:1018
2687
- #: modules/isolate/widgets/isolate.php:1482
2688
- #: modules/isolate/widgets/isolate.php:3206 modules/mount/widgets/mount.php:325
2689
  #: modules/sequester/widgets/sequester.php:380
2690
  #: modules/woocommerce/widgets/woocommerce.php:528
2691
  #: modules/woolamp/widgets/woolamp.php:438
@@ -2695,24 +2613,25 @@ msgstr ""
2695
 
2696
  #: modules/astoria/widgets/astoria.php:1133
2697
  #: modules/astoria/widgets/astoria.php:1378
2698
- #: modules/avatar/widgets/avatar.php:864 modules/blog/widgets/blog.php:2971
2699
  #: modules/custom/widgets/custom.php:784 modules/custom/widgets/custom.php:955
2700
  #: modules/fluent/widgets/fluent.php:1279
2701
- #: modules/general/widgets/general.php:3544
2702
- #: modules/isolate/widgets/isolate.php:3476 modules/prism/widgets/prism.php:792
2703
  msgid "Icon Size"
2704
  msgstr ""
2705
 
2706
  #: modules/astoria/widgets/astoria.php:1150
2707
  #: modules/astoria/widgets/astoria.php:1396
2708
  #: modules/fiestar/widgets/fiestar.php:555
2709
- #: modules/fluent/widgets/fluent.php:894 modules/knily/widgets/knily.php:743
 
2710
  #: modules/knily/widgets/knily.php:998 modules/knily/widgets/knily.php:1526
2711
  #: modules/knily/widgets/knily.php:1592 modules/marble/widgets/marble.php:548
2712
  #: modules/mercury/widgets/mercury.php:635
2713
  #: modules/mercury/widgets/mercury.php:770
2714
  #: modules/pacific/widgets/pacific.php:667
2715
- #: modules/pacific/widgets/pacific.php:788 modules/rubix/widgets/rubix.php:921
2716
  #: modules/storker/widgets/storker.php:707
2717
  #: modules/storker/widgets/storker.php:962
2718
  #: modules/storker/widgets/storker.php:1519
@@ -2736,26 +2655,24 @@ msgstr ""
2736
  msgid "Horizontal Offset"
2737
  msgstr ""
2738
 
2739
- #: modules/astoria/widgets/astoria.php:1177 modules/blog/widgets/blog.php:3030
2740
  #: modules/custom/widgets/custom.php:1033
2741
  #: modules/fluent/widgets/fluent.php:1328
2742
- #: modules/general/widgets/general.php:3613
2743
- #: modules/isolate/widgets/isolate.php:3509
2744
  msgid "Show Tooltip"
2745
  msgstr ""
2746
 
2747
  #: modules/astoria/widgets/astoria.php:1254
2748
  #: modules/astoria/widgets/astoria.php:1306
2749
  #: modules/avatar/widgets/avatar.php:641 modules/avatar/widgets/avatar.php:731
2750
- #: modules/avatar/widgets/avatar.php:907 modules/blog/widgets/blog.php:2084
2751
- #: modules/blog/widgets/blog.php:3004 modules/blog/widgets/blog.php:3604
2752
- #: modules/dragon/widgets/dragon.php:778 modules/dragon/widgets/dragon.php:831
2753
- #: modules/dragon/widgets/dragon.php:881 modules/dragon/widgets/dragon.php:931
2754
  #: modules/flexure/widgets/flexure.php:544
2755
  #: modules/flexure/widgets/flexure.php:579
2756
- #: modules/general/widgets/general.php:2185
2757
- #: modules/general/widgets/general.php:3479
2758
- #: modules/isolate/widgets/isolate.php:2154
2759
  #: modules/monster/widgets/monster.php:1091 modules/mount/widgets/mount.php:707
2760
  #: modules/multiscroll/widgets/multiscroll.php:282
2761
  #: modules/pacific/widgets/pacific.php:888
@@ -2765,7 +2682,7 @@ msgstr ""
2765
  #: modules/pagepiling/widgets/pagepiling.php:814
2766
  #: modules/paranoia/widgets/paranoia.php:786
2767
  #: modules/pieces/widgets/pieces.php:410 modules/pieces/widgets/pieces.php:501
2768
- #: modules/rubix/widgets/rubix.php:1021 modules/rubix/widgets/rubix.php:1133
2769
  #: modules/wooexpand/widgets/wooexpand.php:903
2770
  msgid "Text Color"
2771
  msgstr ""
@@ -2774,14 +2691,14 @@ msgstr ""
2774
  #: modules/dragon/widgets/dragon.php:791
2775
  #: modules/pagepiling/widgets/pagepiling.php:743
2776
  #: modules/pagepiling/widgets/pagepiling.php:825
2777
- #: modules/rubix/widgets/rubix.php:1032 modules/rubix/widgets/rubix.php:1144
2778
  #: modules/wooexpand/widgets/wooexpand.php:954
2779
  #: modules/wooexpand/widgets/wooexpand.php:1060
2780
  msgid "Icon Color"
2781
  msgstr ""
2782
 
2783
  #: modules/astoria/widgets/astoria.php:1336
2784
- #: modules/avatar/widgets/avatar.php:779 modules/blog/widgets/blog.php:3646
2785
  #: modules/custom/widgets/custom.php:284 modules/custom/widgets/custom.php:1111
2786
  #: modules/dragon/widgets/dragon.php:948
2787
  #: modules/elysium/widgets/elysium.php:577
@@ -2791,8 +2708,9 @@ msgstr ""
2791
  #: modules/fiestar/widgets/fiestar.php:638
2792
  #: modules/flexure/widgets/flexure.php:740
2793
  #: modules/flogia/widgets/flogia.php:848 modules/fluent/widgets/fluent.php:1423
2794
- #: modules/general/widgets/general.php:3743
2795
- #: modules/isolate/widgets/isolate.php:3722
 
2796
  #: modules/knily/widgets/knily.php:1484 modules/marble/widgets/marble.php:741
2797
  #: modules/mercury/widgets/mercury.php:853
2798
  #: modules/monster/widgets/monster.php:1252 modules/mount/widgets/mount.php:868
@@ -2816,6 +2734,7 @@ msgstr ""
2816
  #: modules/astoria/widgets/astoria.php:1344
2817
  #: modules/custom/widgets/custom.php:325 modules/custom/widgets/custom.php:417
2818
  #: modules/flexure/widgets/flexure.php:825
 
2819
  #: modules/remote-arrows/widgets/remote-arrows.php:91
2820
  msgid "Arrows Icon"
2821
  msgstr ""
@@ -2823,6 +2742,7 @@ msgstr ""
2823
  #: modules/astoria/widgets/astoria.php:1348
2824
  #: modules/custom/widgets/custom.php:1137
2825
  #: modules/flexure/widgets/flexure.php:830
 
2826
  #: modules/remote-arrows/widgets/remote-arrows.php:96
2827
  msgid "Style 1"
2828
  msgstr ""
@@ -2830,6 +2750,7 @@ msgstr ""
2830
  #: modules/astoria/widgets/astoria.php:1349
2831
  #: modules/custom/widgets/custom.php:1138
2832
  #: modules/flexure/widgets/flexure.php:831
 
2833
  #: modules/remote-arrows/widgets/remote-arrows.php:97
2834
  msgid "Style 2"
2835
  msgstr ""
@@ -2837,6 +2758,7 @@ msgstr ""
2837
  #: modules/astoria/widgets/astoria.php:1350
2838
  #: modules/custom/widgets/custom.php:1139
2839
  #: modules/flexure/widgets/flexure.php:832
 
2840
  #: modules/remote-arrows/widgets/remote-arrows.php:98
2841
  msgid "Style 3"
2842
  msgstr ""
@@ -2844,120 +2766,140 @@ msgstr ""
2844
  #: modules/astoria/widgets/astoria.php:1351
2845
  #: modules/custom/widgets/custom.php:1140
2846
  #: modules/flexure/widgets/flexure.php:833
 
2847
  #: modules/remote-arrows/widgets/remote-arrows.php:99
2848
  msgid "Style 4"
2849
  msgstr ""
2850
 
2851
  #: modules/astoria/widgets/astoria.php:1352
2852
  #: modules/flexure/widgets/flexure.php:834
 
2853
  #: modules/remote-arrows/widgets/remote-arrows.php:100
2854
  msgid "Style 5"
2855
  msgstr ""
2856
 
2857
  #: modules/astoria/widgets/astoria.php:1353
2858
  #: modules/flexure/widgets/flexure.php:835
 
2859
  #: modules/remote-arrows/widgets/remote-arrows.php:101
2860
  msgid "Style 6"
2861
  msgstr ""
2862
 
2863
  #: modules/astoria/widgets/astoria.php:1354
2864
  #: modules/flexure/widgets/flexure.php:836
 
2865
  #: modules/remote-arrows/widgets/remote-arrows.php:102
2866
  msgid "Style 7"
2867
  msgstr ""
2868
 
2869
  #: modules/astoria/widgets/astoria.php:1355
2870
  #: modules/flexure/widgets/flexure.php:837
 
2871
  #: modules/remote-arrows/widgets/remote-arrows.php:103
2872
  msgid "Style 8"
2873
  msgstr ""
2874
 
2875
  #: modules/astoria/widgets/astoria.php:1356
2876
  #: modules/flexure/widgets/flexure.php:838
 
2877
  #: modules/remote-arrows/widgets/remote-arrows.php:104
2878
  msgid "Style 9"
2879
  msgstr ""
2880
 
2881
  #: modules/astoria/widgets/astoria.php:1357
2882
  #: modules/flexure/widgets/flexure.php:839
 
2883
  #: modules/remote-arrows/widgets/remote-arrows.php:105
2884
  msgid "Style 10"
2885
  msgstr ""
2886
 
2887
  #: modules/astoria/widgets/astoria.php:1358
2888
  #: modules/flexure/widgets/flexure.php:840
 
2889
  #: modules/remote-arrows/widgets/remote-arrows.php:106
2890
  msgid "Style 11"
2891
  msgstr ""
2892
 
2893
  #: modules/astoria/widgets/astoria.php:1359
2894
  #: modules/flexure/widgets/flexure.php:841
 
2895
  #: modules/remote-arrows/widgets/remote-arrows.php:107
2896
  msgid "Style 12"
2897
  msgstr ""
2898
 
2899
  #: modules/astoria/widgets/astoria.php:1360
2900
  #: modules/flexure/widgets/flexure.php:842
 
2901
  #: modules/remote-arrows/widgets/remote-arrows.php:108
2902
  msgid "Style 13"
2903
  msgstr ""
2904
 
2905
  #: modules/astoria/widgets/astoria.php:1361
2906
  #: modules/flexure/widgets/flexure.php:843
 
2907
  #: modules/remote-arrows/widgets/remote-arrows.php:109
2908
  msgid "Style 14"
2909
  msgstr ""
2910
 
2911
  #: modules/astoria/widgets/astoria.php:1362
2912
  #: modules/flexure/widgets/flexure.php:844
 
2913
  #: modules/remote-arrows/widgets/remote-arrows.php:110
2914
  msgid "Style 15"
2915
  msgstr ""
2916
 
2917
  #: modules/astoria/widgets/astoria.php:1363
2918
  #: modules/flexure/widgets/flexure.php:845
 
2919
  #: modules/remote-arrows/widgets/remote-arrows.php:111
2920
  msgid "Style 16"
2921
  msgstr ""
2922
 
2923
  #: modules/astoria/widgets/astoria.php:1364
2924
  #: modules/flexure/widgets/flexure.php:846
 
2925
  #: modules/remote-arrows/widgets/remote-arrows.php:112
2926
  msgid "Style 17"
2927
  msgstr ""
2928
 
2929
  #: modules/astoria/widgets/astoria.php:1365
2930
  #: modules/flexure/widgets/flexure.php:847
 
2931
  #: modules/remote-arrows/widgets/remote-arrows.php:113
2932
  msgid "Style 18"
2933
  msgstr ""
2934
 
2935
  #: modules/astoria/widgets/astoria.php:1366
2936
  #: modules/flexure/widgets/flexure.php:848
 
2937
  #: modules/remote-arrows/widgets/remote-arrows.php:114
2938
  msgid "Style 19"
2939
  msgstr ""
2940
 
2941
  #: modules/astoria/widgets/astoria.php:1367
2942
  #: modules/flexure/widgets/flexure.php:849
 
2943
  #: modules/remote-arrows/widgets/remote-arrows.php:115
2944
  msgid "Style 20"
2945
  msgstr ""
2946
 
2947
  #: modules/astoria/widgets/astoria.php:1368
2948
  #: modules/flexure/widgets/flexure.php:850
 
2949
  #: modules/remote-arrows/widgets/remote-arrows.php:116
2950
  msgid "Style 21"
2951
  msgstr ""
2952
 
2953
  #: modules/astoria/widgets/astoria.php:1369
2954
  #: modules/flexure/widgets/flexure.php:851
 
2955
  #: modules/remote-arrows/widgets/remote-arrows.php:117
2956
  msgid "Style 22"
2957
  msgstr ""
2958
 
2959
  #: modules/astoria/widgets/astoria.php:1370
2960
  #: modules/flexure/widgets/flexure.php:852
 
2961
  #: modules/remote-arrows/widgets/remote-arrows.php:118
2962
  msgid "Style 23"
2963
  msgstr ""
@@ -2970,11 +2912,11 @@ msgstr ""
2970
  msgid "Vertical Offset"
2971
  msgstr ""
2972
 
2973
- #: modules/avatar/widgets/avatar.php:73 modules/blog/widgets/blog.php:97
2974
  #: modules/custom/widgets/custom.php:69 modules/dragon/widgets/dragon.php:72
2975
  #: modules/flogia/widgets/flogia.php:73 modules/fluent/widgets/fluent.php:80
2976
- #: modules/general/widgets/general.php:103
2977
- #: modules/isolate/widgets/isolate.php:88
2978
  #: modules/monster/widgets/monster.php:106 modules/mount/widgets/mount.php:74
2979
  #: modules/pagepiling/widgets/pagepiling.php:302
2980
  #: modules/sequester/widgets/sequester.php:68
@@ -2986,11 +2928,11 @@ msgid "Minimum Height"
2986
  msgstr ""
2987
 
2988
  #: modules/avatar/widgets/avatar.php:99
2989
- #: modules/crossroad/widgets/crossroad.php:332
2990
  #: modules/dragon/widgets/dragon.php:113
2991
  #: modules/event-calendar/widgets/event-calendar.php:135
2992
- #: modules/general/widgets/general.php:235
2993
- #: modules/isolate/widgets/isolate.php:156
2994
  #: modules/pagepiling/widgets/pagepiling.php:233
2995
  #: modules/sequester/widgets/sequester.php:109
2996
  #: modules/woocircle/widgets/woocircle.php:148
@@ -3000,11 +2942,12 @@ msgstr ""
3000
  msgid "Show Excerpt"
3001
  msgstr ""
3002
 
3003
- #: modules/avatar/widgets/avatar.php:108 modules/blog/widgets/blog.php:198
3004
- #: modules/crossroad/widgets/crossroad.php:342
3005
  #: modules/dragon/widgets/dragon.php:104
3006
- #: modules/general/widgets/general.php:226
3007
- #: modules/isolate/widgets/isolate.php:147 modules/knily/widgets/knily.php:322
 
3008
  #: modules/multiscroll/widgets/multiscroll.php:442
3009
  #: modules/pagepiling/widgets/pagepiling.php:224
3010
  #: modules/sequester/widgets/sequester.php:100
@@ -3012,10 +2955,11 @@ msgstr ""
3012
  msgid "Show Button"
3013
  msgstr ""
3014
 
3015
- #: modules/avatar/widgets/avatar.php:118 modules/blog/widgets/blog.php:342
3016
  #: modules/custom/widgets/custom.php:86 modules/flexure/widgets/flexure.php:259
3017
- #: modules/general/widgets/general.php:285
3018
- #: modules/isolate/widgets/isolate.php:201
 
3019
  #: modules/monster/widgets/monster.php:150 modules/mount/widgets/mount.php:115
3020
  #: modules/sequester/widgets/sequester.php:127
3021
  #: modules/sniper/widgets/sniper.php:105 modules/tango/widgets/tango.php:141
@@ -3037,38 +2981,37 @@ msgstr ""
3037
  msgid "Thumbs Image"
3038
  msgstr ""
3039
 
3040
- #: modules/avatar/widgets/avatar.php:219 modules/blog/widgets/blog.php:980
3041
  #: modules/elysium/widgets/elysium.php:684
3042
  #: modules/elysium/widgets/elysium.php:756
3043
  #: modules/flexure/widgets/flexure.php:481
3044
- #: modules/general/widgets/general.php:876
3045
- #: modules/isolate/widgets/isolate.php:854
3046
  #: modules/pagepiling/widgets/pagepiling.php:1128
3047
  #: modules/prism/widgets/prism.php:301
3048
  #: modules/remote-pagination/widgets/remote-pagination.php:298
3049
  #: modules/remote-pagination/widgets/remote-pagination.php:380
3050
  #: modules/remote-thumbs/widgets/remote-thumbs.php:292
3051
  #: modules/remote-thumbs/widgets/remote-thumbs.php:363
 
3052
  msgid "Width"
3053
  msgstr ""
3054
 
3055
  #: modules/avatar/widgets/avatar.php:275 modules/dragon/widgets/dragon.php:222
3056
- #: modules/general/widgets/general.php:1195
3057
- #: modules/isolate/widgets/isolate.php:1172
3058
  msgid "Details"
3059
  msgstr ""
3060
 
3061
- #: modules/avatar/widgets/avatar.php:297 modules/blog/widgets/blog.php:2663
3062
- #: modules/crossroad/widgets/crossroad.php:161
3063
  #: modules/dragon/widgets/dragon.php:244 modules/dragon/widgets/dragon.php:650
3064
  #: modules/event-calendar/widgets/event-calendar.php:784
3065
  #: modules/flogia/widgets/flogia.php:540
3066
- #: modules/general/widgets/general.php:1216
3067
- #: modules/general/widgets/general.php:1602
3068
- #: modules/general/widgets/general.php:2915
3069
- #: modules/isolate/widgets/isolate.php:1194
3070
- #: modules/isolate/widgets/isolate.php:1569
3071
- #: modules/isolate/widgets/isolate.php:2924
3072
  #: modules/pagepiling/widgets/pagepiling.php:128
3073
  #: modules/pagepiling/widgets/pagepiling.php:661
3074
  #: modules/sequester/widgets/sequester.php:254
@@ -3079,10 +3022,10 @@ msgid "Excerpt"
3079
  msgstr ""
3080
 
3081
  #: modules/avatar/widgets/avatar.php:299
3082
- #: modules/crossroad/widgets/crossroad.php:163
3083
  #: modules/dragon/widgets/dragon.php:246
3084
- #: modules/general/widgets/general.php:1218
3085
- #: modules/isolate/widgets/isolate.php:1196
3086
  #: modules/pagepiling/widgets/pagepiling.php:130
3087
  #: modules/sequester/widgets/sequester.php:256
3088
  msgid ""
@@ -3108,34 +3051,38 @@ msgid "avatar Slider Item Four"
3108
  msgstr ""
3109
 
3110
  #: modules/avatar/widgets/avatar.php:362
3111
- #: modules/crossroad/widgets/crossroad.php:222
3112
  #: modules/custom/widgets/custom.php:574
3113
  #: modules/elysium/widgets/elysium.php:277
3114
  #: modules/event-calendar/widgets/event-calendar.php:540
3115
  #: modules/fiestar/widgets/fiestar.php:240
3116
  #: modules/flexure/widgets/flexure.php:175
3117
- #: modules/general/widgets/general.php:1495 modules/knily/widgets/knily.php:419
 
3118
  #: modules/marble/widgets/marble.php:223
3119
  #: modules/mercury/widgets/mercury.php:321
3120
- #: modules/monster/widgets/monster.php:387 modules/rubix/widgets/rubix.php:370
3121
  #: modules/sniper/widgets/sniper.php:265
3122
  #: modules/storker/widgets/storker.php:346 modules/tango/widgets/tango.php:324
3123
  #: modules/vertex/widgets/vertex.php:215
3124
  msgid "Slider Settings"
3125
  msgstr ""
3126
 
3127
- #: modules/avatar/widgets/avatar.php:369 modules/blog/widgets/blog.php:1440
3128
  #: modules/custom/widgets/custom.php:590 modules/dragon/widgets/dragon.php:370
3129
  #: modules/elysium/widgets/elysium.php:286
3130
  #: modules/event-calendar/widgets/event-calendar.php:547
3131
  #: modules/fiestar/widgets/fiestar.php:247
3132
  #: modules/flogia/widgets/flogia.php:305 modules/fluent/widgets/fluent.php:491
3133
- #: modules/general/widgets/general.php:1511
3134
- #: modules/isolate/widgets/isolate.php:1498 modules/knily/widgets/knily.php:426
 
3135
  #: modules/marble/widgets/marble.php:230
3136
  #: modules/mercury/widgets/mercury.php:341
3137
  #: modules/monster/widgets/monster.php:567 modules/mount/widgets/mount.php:340
3138
- #: modules/pacific/widgets/pacific.php:393 modules/rubix/widgets/rubix.php:377
 
 
3139
  #: modules/sequester/widgets/sequester.php:396
3140
  #: modules/sniper/widgets/sniper.php:272
3141
  #: modules/storker/widgets/storker.php:353 modules/tango/widgets/tango.php:468
@@ -3148,29 +3095,31 @@ msgstr ""
3148
 
3149
  #: modules/avatar/widgets/avatar.php:379
3150
  #: modules/elysium/widgets/elysium.php:296
3151
- #: modules/fiestar/widgets/fiestar.php:257 modules/knily/widgets/knily.php:436
 
3152
  #: modules/marble/widgets/marble.php:240
3153
  #: modules/mercury/widgets/mercury.php:351
3154
  #: modules/monster/widgets/monster.php:577
3155
- #: modules/pacific/widgets/pacific.php:403 modules/rubix/widgets/rubix.php:387
3156
  #: modules/sniper/widgets/sniper.php:282
3157
  #: modules/storker/widgets/storker.php:363 modules/tango/widgets/tango.php:478
3158
  #: modules/vertex/widgets/vertex.php:232
3159
  msgid "Autoplay Speed"
3160
  msgstr ""
3161
 
3162
- #: modules/avatar/widgets/avatar.php:391 modules/blog/widgets/blog.php:1461
3163
  #: modules/custom/widgets/custom.php:611 modules/dragon/widgets/dragon.php:391
3164
  #: modules/elysium/widgets/elysium.php:308
3165
  #: modules/event-calendar/widgets/event-calendar.php:569
3166
  #: modules/fiestar/widgets/fiestar.php:269
3167
  #: modules/flogia/widgets/flogia.php:326 modules/fluent/widgets/fluent.php:512
3168
- #: modules/general/widgets/general.php:1532
3169
- #: modules/isolate/widgets/isolate.php:1519 modules/knily/widgets/knily.php:448
 
3170
  #: modules/marble/widgets/marble.php:252
3171
  #: modules/mercury/widgets/mercury.php:363
3172
  #: modules/monster/widgets/monster.php:589 modules/mount/widgets/mount.php:361
3173
- #: modules/pacific/widgets/pacific.php:415 modules/rubix/widgets/rubix.php:399
3174
  #: modules/sequester/widgets/sequester.php:417
3175
  #: modules/sniper/widgets/sniper.php:294
3176
  #: modules/storker/widgets/storker.php:375 modules/tango/widgets/tango.php:490
@@ -3183,29 +3132,31 @@ msgstr ""
3183
 
3184
  #: modules/avatar/widgets/avatar.php:399
3185
  #: modules/elysium/widgets/elysium.php:344
3186
- #: modules/fiestar/widgets/fiestar.php:306 modules/knily/widgets/knily.php:456
 
3187
  #: modules/marble/widgets/marble.php:289
3188
  #: modules/mercury/widgets/mercury.php:371
3189
  #: modules/monster/widgets/monster.php:625
3190
- #: modules/pacific/widgets/pacific.php:455 modules/rubix/widgets/rubix.php:439
3191
  #: modules/sniper/widgets/sniper.php:331
3192
  #: modules/storker/widgets/storker.php:383 modules/tango/widgets/tango.php:517
3193
  #: modules/vertex/widgets/vertex.php:281
3194
  msgid "Grab Cursor"
3195
  msgstr ""
3196
 
3197
- #: modules/avatar/widgets/avatar.php:407 modules/blog/widgets/blog.php:1431
3198
  #: modules/custom/widgets/custom.php:581
3199
  #: modules/elysium/widgets/elysium.php:352
3200
  #: modules/event-calendar/widgets/event-calendar.php:594
3201
  #: modules/fiestar/widgets/fiestar.php:322
3202
  #: modules/flogia/widgets/flogia.php:296 modules/fluent/widgets/fluent.php:482
3203
- #: modules/general/widgets/general.php:1502
3204
- #: modules/isolate/widgets/isolate.php:1489
 
3205
  #: modules/marble/widgets/marble.php:305
3206
  #: modules/mercury/widgets/mercury.php:379
3207
  #: modules/monster/widgets/monster.php:633 modules/mount/widgets/mount.php:332
3208
- #: modules/pacific/widgets/pacific.php:463 modules/rubix/widgets/rubix.php:455
3209
  #: modules/sequester/widgets/sequester.php:387
3210
  #: modules/sniper/widgets/sniper.php:347
3211
  #: modules/storker/widgets/storker.php:391 modules/tango/widgets/tango.php:525
@@ -3219,11 +3170,12 @@ msgstr ""
3219
  #: modules/avatar/widgets/avatar.php:418
3220
  #: modules/elysium/widgets/elysium.php:363
3221
  #: modules/event-calendar/widgets/event-calendar.php:605
3222
- #: modules/fiestar/widgets/fiestar.php:333 modules/knily/widgets/knily.php:464
 
3223
  #: modules/marble/widgets/marble.php:316
3224
  #: modules/mercury/widgets/mercury.php:389
3225
  #: modules/monster/widgets/monster.php:644
3226
- #: modules/pacific/widgets/pacific.php:474 modules/rubix/widgets/rubix.php:465
3227
  #: modules/sniper/widgets/sniper.php:358
3228
  #: modules/storker/widgets/storker.php:402 modules/tango/widgets/tango.php:536
3229
  #: modules/vertex/widgets/vertex.php:308
@@ -3233,11 +3185,12 @@ msgstr ""
3233
  #: modules/avatar/widgets/avatar.php:434
3234
  #: modules/elysium/widgets/elysium.php:379
3235
  #: modules/event-calendar/widgets/event-calendar.php:621
3236
- #: modules/fiestar/widgets/fiestar.php:349 modules/knily/widgets/knily.php:482
 
3237
  #: modules/marble/widgets/marble.php:332
3238
  #: modules/mercury/widgets/mercury.php:407
3239
  #: modules/monster/widgets/monster.php:660
3240
- #: modules/pacific/widgets/pacific.php:492 modules/rubix/widgets/rubix.php:483
3241
  #: modules/sniper/widgets/sniper.php:374
3242
  #: modules/storker/widgets/storker.php:420 modules/tango/widgets/tango.php:552
3243
  #: modules/vertex/widgets/vertex.php:324
@@ -3247,11 +3200,12 @@ msgstr ""
3247
  #: modules/avatar/widgets/avatar.php:435
3248
  #: modules/elysium/widgets/elysium.php:380
3249
  #: modules/event-calendar/widgets/event-calendar.php:622
3250
- #: modules/fiestar/widgets/fiestar.php:350 modules/knily/widgets/knily.php:483
 
3251
  #: modules/marble/widgets/marble.php:333
3252
  #: modules/mercury/widgets/mercury.php:408
3253
  #: modules/monster/widgets/monster.php:661
3254
- #: modules/pacific/widgets/pacific.php:493 modules/rubix/widgets/rubix.php:484
3255
  #: modules/sniper/widgets/sniper.php:375
3256
  #: modules/storker/widgets/storker.php:421 modules/tango/widgets/tango.php:553
3257
  #: modules/vertex/widgets/vertex.php:325
@@ -3261,25 +3215,26 @@ msgid ""
3261
  msgstr ""
3262
 
3263
  #: modules/avatar/widgets/avatar.php:446
3264
- #: modules/crossroad/widgets/crossroad.php:69
3265
- #: modules/crossroad/widgets/crossroad.php:364
3266
  #: modules/event-calendar/widgets/event-calendar.php:633
 
3267
  #: modules/mercury/widgets/mercury.php:429
3268
  #: modules/pacific/widgets/pacific.php:504
3269
  #: modules/paranoia/widgets/paranoia.php:251
3270
  #: modules/remote-pagination/widgets/remote-pagination.php:100
3271
  #: modules/remote-thumbs/widgets/remote-thumbs.php:100
3272
- #: modules/reveal/widgets/reveal.php:183 modules/rubix/widgets/rubix.php:496
3273
  msgid "Items"
3274
  msgstr ""
3275
 
3276
  #: modules/avatar/widgets/avatar.php:462
3277
- #: modules/crossroad/widgets/crossroad.php:729
3278
  #: modules/elysium/widgets/elysium.php:407 modules/knily/widgets/knily.php:523
3279
  #: modules/marble/widgets/marble.php:352
3280
  #: modules/mercury/widgets/mercury.php:445
3281
  #: modules/monster/widgets/monster.php:728 modules/mount/widgets/mount.php:437
3282
- #: modules/pacific/widgets/pacific.php:546 modules/rubix/widgets/rubix.php:512
3283
  #: modules/storker/widgets/storker.php:488 modules/tango/widgets/tango.php:572
3284
  #: modules/vertex/widgets/vertex.php:344
3285
  #: modules/woocommerce/widgets/woocommerce.php:641
@@ -3289,7 +3244,7 @@ msgid "Content Padding"
3289
  msgstr ""
3290
 
3291
  #: modules/avatar/widgets/avatar.php:540 modules/avatar/widgets/avatar.php:597
3292
- #: modules/blog/widgets/blog.php:3402 modules/blog/widgets/blog.php:3536
3293
  #: modules/dragon/widgets/dragon.php:903
3294
  #: modules/elysium/widgets/elysium.php:585
3295
  #: modules/event-calendar/widgets/event-calendar.php:722
@@ -3323,8 +3278,8 @@ msgstr ""
3323
  #: modules/remote-fraction/widgets/remote-fraction.php:159
3324
  #: modules/remote-pagination/widgets/remote-pagination.php:193
3325
  #: modules/remote-thumbs/widgets/remote-thumbs.php:202
3326
- #: modules/rubix/widgets/rubix.php:596 modules/rubix/widgets/rubix.php:843
3327
- #: modules/rubix/widgets/rubix.php:1305
3328
  #: modules/sequester/widgets/sequester.php:1028
3329
  #: modules/storker/widgets/storker.php:547
3330
  #: modules/storker/widgets/storker.php:690
@@ -3367,11 +3322,11 @@ msgstr ""
3367
  msgid "On&nbsp;"
3368
  msgstr ""
3369
 
3370
- #: modules/blog/skins/skin-folio.php:65 modules/blog/widgets/blog.php:4648
3371
  msgid "Published on"
3372
  msgstr ""
3373
 
3374
- #: modules/blog/skins/skin-folio.php:82 modules/blog/widgets/blog.php:4671
3375
  msgid "Comments By"
3376
  msgstr ""
3377
 
@@ -3381,8 +3336,8 @@ msgstr ""
3381
 
3382
  #: modules/blog/widgets/blog.php:87 modules/custom/widgets/custom.php:59
3383
  #: modules/dragon/widgets/dragon.php:62 modules/flogia/widgets/flogia.php:63
3384
- #: modules/fluent/widgets/fluent.php:70 modules/general/widgets/general.php:93
3385
- #: modules/isolate/widgets/isolate.php:78 modules/mount/widgets/mount.php:64
3386
  #: modules/sequester/widgets/sequester.php:58
3387
  #: modules/woocommerce/widgets/woocommerce.php:64
3388
  #: modules/woolamp/widgets/woolamp.php:70
@@ -3390,59 +3345,48 @@ msgstr ""
3390
  msgid "Size Ratio"
3391
  msgstr ""
3392
 
3393
- #: modules/blog/widgets/blog.php:126 modules/general/widgets/general.php:149
3394
- #: modules/isolate/widgets/isolate.php:102
3395
- msgid "Show Logo (Deprecated)"
3396
- msgstr ""
3397
-
3398
- #: modules/blog/widgets/blog.php:136 modules/general/widgets/general.php:158
3399
- #: modules/isolate/widgets/isolate.php:111
3400
- msgid "Show Menu (Deprecated)"
3401
  msgstr ""
3402
 
3403
- #: modules/blog/widgets/blog.php:145 modules/general/widgets/general.php:167
3404
- #: modules/isolate/widgets/isolate.php:120
3405
- msgid "Show Offcanvas (Deprecated)"
3406
- msgstr ""
3407
-
3408
- #: modules/blog/widgets/blog.php:173 modules/flogia/widgets/flogia.php:152
3409
  #: modules/fluent/widgets/fluent.php:166 modules/knily/widgets/knily.php:222
3410
  #: modules/mercury/widgets/mercury.php:219
3411
- #: modules/pacific/widgets/pacific.php:262 modules/rubix/widgets/rubix.php:254
3412
  #: modules/storker/widgets/storker.php:223
3413
  msgid "Text Limit"
3414
  msgstr ""
3415
 
3416
- #: modules/blog/widgets/blog.php:174 modules/flogia/widgets/flogia.php:153
3417
  #: modules/fluent/widgets/fluent.php:167 modules/knily/widgets/knily.php:223
3418
  #: modules/mercury/widgets/mercury.php:220
3419
- #: modules/pacific/widgets/pacific.php:263 modules/rubix/widgets/rubix.php:255
3420
  #: modules/storker/widgets/storker.php:224
3421
  msgid ""
3422
  "It's just work for main content, but not working with excerpt. If you set 0 "
3423
  "so you will get full main content."
3424
  msgstr ""
3425
 
3426
- #: modules/blog/widgets/blog.php:186 modules/flogia/widgets/flogia.php:165
3427
  #: modules/fluent/widgets/fluent.php:179 modules/knily/widgets/knily.php:235
3428
- #: modules/mercury/widgets/mercury.php:232 modules/rubix/widgets/rubix.php:267
3429
  #: modules/storker/widgets/storker.php:236
3430
  msgid "Strip Shortcode"
3431
  msgstr ""
3432
 
3433
- #: modules/blog/widgets/blog.php:224 modules/custom/widgets/custom.php:104
3434
  #: modules/fluent/widgets/fluent.php:269
3435
- #: modules/general/widgets/general.php:264
3436
- #: modules/isolate/widgets/isolate.php:177
3437
  #: modules/pagepiling/widgets/pagepiling.php:251
3438
  msgid "Show Social Icon"
3439
  msgstr ""
3440
 
3441
- #: modules/blog/widgets/blog.php:248 modules/fiestar/widgets/fiestar.php:207
3442
  #: modules/flogia/widgets/flogia.php:177 modules/fluent/widgets/fluent.php:213
3443
  #: modules/knily/widgets/knily.php:247 modules/marble/widgets/marble.php:181
3444
  #: modules/mercury/widgets/mercury.php:244
3445
- #: modules/pacific/widgets/pacific.php:275 modules/rubix/widgets/rubix.php:279
3446
  #: modules/storker/widgets/storker.php:248
3447
  #: modules/vertex/widgets/vertex.php:182
3448
  #: modules/woocommerce/widgets/woocommerce.php:129
@@ -3451,35 +3395,35 @@ msgstr ""
3451
  msgid "Show Category"
3452
  msgstr ""
3453
 
3454
- #: modules/blog/widgets/blog.php:264
3455
  msgid "Show Meta"
3456
  msgstr ""
3457
 
3458
- #: modules/blog/widgets/blog.php:273 modules/blog/widgets/blog.php:286
3459
  #: modules/knily/widgets/knily.php:257 modules/mercury/widgets/mercury.php:254
3460
- #: modules/pacific/widgets/pacific.php:285 modules/rubix/widgets/rubix.php:289
3461
  #: modules/storker/widgets/storker.php:258
3462
  msgid "Show Author"
3463
  msgstr ""
3464
 
3465
- #: modules/blog/widgets/blog.php:299
3466
  #: modules/event-calendar/widgets/event-calendar.php:126
3467
  #: modules/fluent/widgets/fluent.php:223
3468
  msgid "Show Date"
3469
  msgstr ""
3470
 
3471
- #: modules/blog/widgets/blog.php:311
3472
  msgid "Show Comments"
3473
  msgstr ""
3474
 
3475
- #: modules/blog/widgets/blog.php:330
3476
  msgid "Show Featured Post"
3477
  msgstr ""
3478
 
3479
- #: modules/blog/widgets/blog.php:354 modules/custom/widgets/custom.php:95
3480
  #: modules/dragon/widgets/dragon.php:131
3481
- #: modules/general/widgets/general.php:294
3482
- #: modules/isolate/widgets/isolate.php:210 modules/mount/widgets/mount.php:124
3483
  #: modules/sequester/widgets/sequester.php:136
3484
  #: modules/woocommerce/widgets/woocommerce.php:192
3485
  #: modules/woolamp/widgets/woolamp.php:189
@@ -3487,385 +3431,17 @@ msgstr ""
3487
  msgid "Show Dots"
3488
  msgstr ""
3489
 
3490
- #: modules/blog/widgets/blog.php:407
3491
  msgid "Meta Alignment"
3492
  msgstr ""
3493
 
3494
- #: modules/blog/widgets/blog.php:438 modules/blog/widgets/blog.php:1709
3495
- #: modules/general/widgets/general.php:305
3496
- #: modules/general/widgets/general.php:1811
3497
- #: modules/isolate/widgets/isolate.php:305
3498
- #: modules/isolate/widgets/isolate.php:1778
3499
- msgid "Header (Deprecated)"
3500
- msgstr ""
3501
-
3502
- #: modules/blog/widgets/blog.php:467 modules/blog/widgets/blog.php:1751
3503
- #: modules/general/widgets/general.php:335
3504
- #: modules/general/widgets/general.php:1853
3505
- #: modules/isolate/widgets/isolate.php:335
3506
- #: modules/isolate/widgets/isolate.php:1820
3507
- msgid "Logo"
3508
- msgstr ""
3509
-
3510
- #: modules/blog/widgets/blog.php:477 modules/general/widgets/general.php:345
3511
- #: modules/isolate/widgets/isolate.php:345
3512
- msgid "Select Logo Type"
3513
- msgstr ""
3514
-
3515
- #: modules/blog/widgets/blog.php:501 modules/general/widgets/general.php:369
3516
- #: modules/isolate/widgets/isolate.php:369
3517
- msgid "Logo Text"
3518
- msgstr ""
3519
-
3520
- #: modules/blog/widgets/blog.php:506 modules/general/widgets/general.php:374
3521
- #: modules/isolate/widgets/isolate.php:374
3522
- msgid "Brand"
3523
- msgstr ""
3524
-
3525
- #: modules/blog/widgets/blog.php:507 modules/general/widgets/general.php:375
3526
- #: modules/isolate/widgets/isolate.php:375
3527
- msgid "Your Brand Name"
3528
- msgstr ""
3529
-
3530
- #: modules/blog/widgets/blog.php:518 modules/general/widgets/general.php:386
3531
- #: modules/isolate/widgets/isolate.php:386
3532
- #: modules/remote-thumbs/widgets/remote-thumbs.php:109
3533
- msgid "Choose Image"
3534
- msgstr ""
3535
-
3536
- #: modules/blog/widgets/blog.php:550 modules/general/widgets/general.php:418
3537
- #: modules/isolate/widgets/isolate.php:418
3538
- msgid "Logo Image Width"
3539
- msgstr ""
3540
-
3541
- #: modules/blog/widgets/blog.php:575 modules/general/widgets/general.php:439
3542
- #: modules/isolate/widgets/isolate.php:443
3543
- msgid "Show Custom Link"
3544
- msgstr ""
3545
-
3546
- #: modules/blog/widgets/blog.php:587 modules/general/widgets/general.php:451
3547
- #: modules/isolate/widgets/isolate.php:455
3548
- msgid "URL"
3549
- msgstr ""
3550
-
3551
- #: modules/blog/widgets/blog.php:605 modules/blog/widgets/blog.php:1853
3552
- #: modules/general/widgets/general.php:469
3553
- #: modules/general/widgets/general.php:1955
3554
- #: modules/isolate/widgets/isolate.php:473
3555
- #: modules/isolate/widgets/isolate.php:1922
3556
- msgid "Menu"
3557
- msgstr ""
3558
-
3559
- #: modules/blog/widgets/blog.php:612 modules/general/widgets/general.php:479
3560
- #: modules/isolate/widgets/isolate.php:483
3561
- msgid "Dynamic Menu"
3562
- msgstr ""
3563
-
3564
- #: modules/blog/widgets/blog.php:631 modules/general/widgets/general.php:499
3565
- #: modules/isolate/widgets/isolate.php:503
3566
- msgid "Dropdown Alignment"
3567
- msgstr ""
3568
-
3569
- #: modules/blog/widgets/blog.php:654 modules/general/widgets/general.php:522
3570
- #: modules/isolate/widgets/isolate.php:526
3571
- msgid "Item Alignment"
3572
- msgstr ""
3573
-
3574
- #: modules/blog/widgets/blog.php:680 modules/general/widgets/general.php:548
3575
- #: modules/isolate/widgets/isolate.php:552
3576
- msgid "Dropdown Padding"
3577
- msgstr ""
3578
-
3579
- #: modules/blog/widgets/blog.php:693 modules/general/widgets/general.php:561
3580
- #: modules/isolate/widgets/isolate.php:565
3581
- msgid "Dropdown Width"
3582
- msgstr ""
3583
-
3584
- #: modules/blog/widgets/blog.php:712 modules/general/widgets/general.php:580
3585
- #: modules/isolate/widgets/isolate.php:584
3586
- msgid "Delay Show"
3587
- msgstr ""
3588
-
3589
- #: modules/blog/widgets/blog.php:727 modules/general/widgets/general.php:595
3590
- #: modules/isolate/widgets/isolate.php:599
3591
- msgid "Delay Hide"
3592
- msgstr ""
3593
-
3594
- #: modules/blog/widgets/blog.php:743 modules/general/widgets/general.php:611
3595
- #: modules/isolate/widgets/isolate.php:615
3596
- msgid "Dropdown Duration"
3597
- msgstr ""
3598
-
3599
- #: modules/blog/widgets/blog.php:759 modules/general/widgets/general.php:627
3600
- #: modules/isolate/widgets/isolate.php:631
3601
- msgid "Dropdown Offset"
3602
- msgstr ""
3603
-
3604
- #: modules/blog/widgets/blog.php:776 modules/general/widgets/general.php:644
3605
- #: modules/isolate/widgets/isolate.php:648
3606
- msgid "Title & Content"
3607
- msgstr ""
3608
-
3609
- #: modules/blog/widgets/blog.php:799 modules/general/widgets/general.php:667
3610
- #: modules/isolate/widgets/isolate.php:671
3611
- msgid "Menu Items"
3612
- msgstr ""
3613
-
3614
- #: modules/blog/widgets/blog.php:804 modules/general/widgets/general.php:672
3615
- #: modules/isolate/widgets/isolate.php:676
3616
- msgid "About"
3617
- msgstr ""
3618
-
3619
- #: modules/blog/widgets/blog.php:808 modules/general/widgets/general.php:676
3620
- #: modules/isolate/widgets/isolate.php:680
3621
- msgid "Projects"
3622
- msgstr ""
3623
-
3624
- #: modules/blog/widgets/blog.php:812 modules/general/widgets/general.php:680
3625
- #: modules/isolate/widgets/isolate.php:684
3626
- msgid "Services"
3627
- msgstr ""
3628
-
3629
- #: modules/blog/widgets/blog.php:816 modules/general/widgets/general.php:684
3630
- #: modules/isolate/widgets/isolate.php:688
3631
- msgid "Contacts"
3632
- msgstr ""
3633
-
3634
- #: modules/blog/widgets/blog.php:830 modules/blog/widgets/blog.php:840
3635
- #: modules/blog/widgets/blog.php:917 modules/blog/widgets/blog.php:2074
3636
- #: modules/general/widgets/general.php:700
3637
- #: modules/general/widgets/general.php:713
3638
- #: modules/general/widgets/general.php:813
3639
- #: modules/general/widgets/general.php:2175
3640
- #: modules/isolate/widgets/isolate.php:703
3641
- #: modules/isolate/widgets/isolate.php:716
3642
- #: modules/isolate/widgets/isolate.php:791
3643
- #: modules/isolate/widgets/isolate.php:2144
3644
- msgid "Offcanvas"
3645
- msgstr ""
3646
-
3647
- #: modules/blog/widgets/blog.php:864 modules/general/widgets/general.php:762
3648
- #: modules/isolate/widgets/isolate.php:740
3649
- msgid "Button Icon"
3650
- msgstr ""
3651
-
3652
- #: modules/blog/widgets/blog.php:878 modules/fluent/widgets/fluent.php:1312
3653
- #: modules/general/widgets/general.php:774
3654
- #: modules/isolate/widgets/isolate.php:752
3655
- msgid "Icon Position"
3656
- msgstr ""
3657
-
3658
- #: modules/blog/widgets/blog.php:882 modules/general/widgets/general.php:778
3659
- #: modules/isolate/widgets/isolate.php:756
3660
- #: traits/query-controls/group-query/group-control-query.php:289
3661
- msgid "Before"
3662
- msgstr ""
3663
-
3664
- #: modules/blog/widgets/blog.php:883 modules/general/widgets/general.php:779
3665
- #: modules/isolate/widgets/isolate.php:757
3666
- #: traits/query-controls/group-query/group-control-query.php:302
3667
- msgid "After"
3668
- msgstr ""
3669
-
3670
- #: modules/blog/widgets/blog.php:894 modules/blog/widgets/blog.php:2988
3671
- #: modules/custom/widgets/custom.php:1016
3672
- #: modules/fluent/widgets/fluent.php:1296
3673
- #: modules/general/widgets/general.php:790
3674
- #: modules/general/widgets/general.php:3561
3675
- #: modules/general/widgets/general.php:3580
3676
- #: modules/isolate/widgets/isolate.php:768
3677
- #: modules/isolate/widgets/isolate.php:3493
3678
- #: modules/pagepiling/widgets/pagepiling.php:785
3679
- #: modules/pagepiling/widgets/pagepiling.php:908
3680
- #: modules/woocommerce/widgets/woocommerce.php:1377
3681
- msgid "Icon Spacing"
3682
- msgstr ""
3683
-
3684
- #: modules/blog/widgets/blog.php:922
3685
- #: modules/event-calendar/widgets/event-calendar.php:165
3686
- #: modules/general/widgets/general.php:818
3687
- #: modules/isolate/widgets/isolate.php:796
3688
- msgid "Custom Link"
3689
- msgstr ""
3690
-
3691
- #: modules/blog/widgets/blog.php:930 modules/general/widgets/general.php:826
3692
- #: modules/isolate/widgets/isolate.php:804
3693
- msgid "Offcanvas Selector"
3694
- msgstr ""
3695
-
3696
- #: modules/blog/widgets/blog.php:931 modules/general/widgets/general.php:827
3697
- #: modules/isolate/widgets/isolate.php:805
3698
- msgid ""
3699
- "Set your offcanvas selector here. For example: <b>.custom-link</b> or "
3700
- "<b>#customLink</b>. Set this selector where you want to link this offcanvas."
3701
- msgstr ""
3702
-
3703
- #: modules/blog/widgets/blog.php:933 modules/general/widgets/general.php:829
3704
- #: modules/isolate/widgets/isolate.php:807
3705
- msgid "#bdt-custom-offcanvas"
3706
- msgstr ""
3707
-
3708
- #: modules/blog/widgets/blog.php:943 modules/general/widgets/general.php:839
3709
- #: modules/isolate/widgets/isolate.php:817
3710
- msgid "Select Source"
3711
- msgstr ""
3712
-
3713
- #: modules/blog/widgets/blog.php:947 modules/general/widgets/general.php:843
3714
- #: modules/isolate/widgets/isolate.php:821
3715
- msgid "Sidebar"
3716
- msgstr ""
3717
-
3718
- #: modules/blog/widgets/blog.php:948 modules/general/widgets/general.php:844
3719
- #: modules/isolate/widgets/isolate.php:822
3720
- msgid "Elementor Template"
3721
- msgstr ""
3722
-
3723
- #: modules/blog/widgets/blog.php:956 modules/general/widgets/general.php:852
3724
- #: modules/isolate/widgets/isolate.php:830
3725
- msgid "Choose Template"
3726
- msgstr ""
3727
-
3728
- #: modules/blog/widgets/blog.php:968 modules/general/widgets/general.php:864
3729
- #: modules/isolate/widgets/isolate.php:842
3730
- msgid "Choose Sidebar"
3731
- msgstr ""
3732
-
3733
- #: modules/blog/widgets/blog.php:1005 modules/blog/widgets/blog.php:1202
3734
- #: modules/blog/widgets/blog.php:1212 modules/general/widgets/general.php:901
3735
- #: modules/general/widgets/general.php:1103
3736
- #: modules/general/widgets/general.php:1113
3737
- #: modules/isolate/widgets/isolate.php:879
3738
- #: modules/isolate/widgets/isolate.php:1081
3739
- #: modules/isolate/widgets/isolate.php:1091
3740
- msgid "Custom Content Before"
3741
- msgstr ""
3742
-
3743
- #: modules/blog/widgets/blog.php:1013 modules/blog/widgets/blog.php:1224
3744
- #: modules/blog/widgets/blog.php:1234 modules/general/widgets/general.php:909
3745
- #: modules/general/widgets/general.php:1126
3746
- #: modules/general/widgets/general.php:1137
3747
- #: modules/isolate/widgets/isolate.php:887
3748
- #: modules/isolate/widgets/isolate.php:1104
3749
- #: modules/isolate/widgets/isolate.php:1115
3750
- msgid "Custom Content After"
3751
- msgstr ""
3752
-
3753
- #: modules/blog/widgets/blog.php:1029 modules/general/widgets/general.php:925
3754
- #: modules/isolate/widgets/isolate.php:903
3755
- msgid "Animations"
3756
- msgstr ""
3757
-
3758
- #: modules/blog/widgets/blog.php:1033 modules/custom/widgets/custom.php:639
3759
- #: modules/general/skins/skin-slide.php:16
3760
- #: modules/general/widgets/general.php:929
3761
- #: modules/general/widgets/general.php:1560
3762
- #: modules/isolate/widgets/isolate.php:907
3763
- #: modules/mercury/widgets/mercury.php:333
3764
- #: modules/monster/widgets/monster.php:546
3765
- msgid "Slide"
3766
- msgstr ""
3767
-
3768
- #: modules/blog/widgets/blog.php:1034 modules/custom/widgets/custom.php:642
3769
- #: modules/general/widgets/general.php:930
3770
- #: modules/general/widgets/general.php:1563
3771
- #: modules/isolate/widgets/isolate.php:908
3772
- msgid "Push"
3773
- msgstr ""
3774
-
3775
- #: modules/blog/widgets/blog.php:1044 modules/general/widgets/general.php:940
3776
- #: modules/isolate/widgets/isolate.php:918
3777
- msgid "Flip"
3778
- msgstr ""
3779
-
3780
- #: modules/blog/widgets/blog.php:1052 modules/general/widgets/general.php:948
3781
- #: modules/isolate/widgets/isolate.php:926
3782
- msgid "Close Button"
3783
- msgstr ""
3784
-
3785
- #: modules/blog/widgets/blog.php:1065 modules/general/widgets/general.php:963
3786
- #: modules/isolate/widgets/isolate.php:941
3787
- msgid "Enable Sticky"
3788
- msgstr ""
3789
-
3790
- #: modules/blog/widgets/blog.php:1068 modules/general/widgets/general.php:966
3791
- #: modules/isolate/widgets/isolate.php:944
3792
- msgid "Set sticky options by enable this option."
3793
- msgstr ""
3794
-
3795
- #: modules/blog/widgets/blog.php:1078 modules/general/widgets/general.php:977
3796
- #: modules/isolate/widgets/isolate.php:955
3797
- msgid "Sticky"
3798
- msgstr ""
3799
-
3800
- #: modules/blog/widgets/blog.php:1100 modules/general/widgets/general.php:999
3801
- #: modules/isolate/widgets/isolate.php:977
3802
- msgid "Active Background Color"
3803
- msgstr ""
3804
-
3805
- #: modules/blog/widgets/blog.php:1114 modules/general/widgets/general.php:1013
3806
- #: modules/isolate/widgets/isolate.php:991
3807
- msgid "Active Padding"
3808
- msgstr ""
3809
-
3810
- #: modules/blog/widgets/blog.php:1129 modules/general/widgets/general.php:1028
3811
- #: modules/isolate/widgets/isolate.php:1006
3812
- msgid "Active Box Shadow"
3813
- msgstr ""
3814
-
3815
- #: modules/blog/widgets/blog.php:1153 modules/general/widgets/general.php:1052
3816
- #: modules/isolate/widgets/isolate.php:1030
3817
- msgid "Scroll Until"
3818
- msgstr ""
3819
-
3820
- #: modules/blog/widgets/blog.php:1154 modules/general/widgets/general.php:1053
3821
- #: modules/isolate/widgets/isolate.php:1031
3822
- msgid ""
3823
- "If you don't want to scroll after specific section so set that section ID/"
3824
- "CLASS here. for example: #section1 or .section1 it's support ID/CLASS"
3825
- msgstr ""
3826
-
3827
- #: modules/blog/widgets/blog.php:1165 modules/general/widgets/general.php:1064
3828
- #: modules/isolate/widgets/isolate.php:1042
3829
- msgid "Sticky on Scroll Up"
3830
- msgstr ""
3831
-
3832
- #: modules/blog/widgets/blog.php:1168 modules/general/widgets/general.php:1067
3833
- #: modules/isolate/widgets/isolate.php:1045
3834
- msgid "Set sticky options when you scroll up your mouse."
3835
- msgstr ""
3836
-
3837
- #: modules/blog/widgets/blog.php:1178 modules/general/widgets/general.php:1078
3838
- #: modules/isolate/widgets/isolate.php:1056
3839
- msgid "Turn Off"
3840
- msgstr ""
3841
-
3842
- #: modules/blog/widgets/blog.php:1182 modules/general/widgets/general.php:1082
3843
- #: modules/isolate/widgets/isolate.php:1060
3844
- msgid "On Tablet"
3845
- msgstr ""
3846
-
3847
- #: modules/blog/widgets/blog.php:1186 modules/general/widgets/general.php:1086
3848
- #: modules/isolate/widgets/isolate.php:1064
3849
- msgid "On Mobile"
3850
- msgstr ""
3851
-
3852
- #: modules/blog/widgets/blog.php:1215 modules/general/widgets/general.php:1116
3853
- #: modules/isolate/widgets/isolate.php:1094
3854
- msgid "This is your custom content for before of your offcanvas."
3855
- msgstr ""
3856
-
3857
- #: modules/blog/widgets/blog.php:1237 modules/general/widgets/general.php:1140
3858
- #: modules/isolate/widgets/isolate.php:1118
3859
- msgid "This is your custom content for after of your offcanvas."
3860
- msgstr ""
3861
-
3862
- #: modules/blog/widgets/blog.php:1247
3863
  #: modules/event-calendar/widgets/event-calendar.php:330
3864
  #: modules/fiestar/widgets/fiestar.php:220
3865
  #: modules/flogia/widgets/flogia.php:254 modules/fluent/widgets/fluent.php:431
3866
  #: modules/knily/widgets/knily.php:162 modules/marble/widgets/marble.php:203
3867
  #: modules/mercury/widgets/mercury.php:159
3868
- #: modules/pacific/widgets/pacific.php:192 modules/rubix/widgets/rubix.php:194
3869
  #: modules/storker/widgets/storker.php:155
3870
  #: modules/vertex/widgets/vertex.php:195
3871
  #: modules/woocircle/widgets/woocircle.php:180
@@ -3876,36 +3452,36 @@ msgstr ""
3876
  msgid "Query"
3877
  msgstr ""
3878
 
3879
- #: modules/blog/widgets/blog.php:1268 modules/flogia/widgets/flogia.php:267
3880
  #: modules/fluent/widgets/fluent.php:452
3881
  msgid "Query (deprecated)"
3882
  msgstr ""
3883
 
3884
- #: modules/blog/widgets/blog.php:1283 modules/blog/widgets/blog.php:2887
3885
  #: modules/custom/widgets/custom.php:207 modules/custom/widgets/custom.php:871
3886
  #: modules/fluent/widgets/fluent.php:361 modules/fluent/widgets/fluent.php:1168
3887
- #: modules/general/widgets/general.php:1349
3888
- #: modules/general/widgets/general.php:3446
3889
- #: modules/isolate/widgets/isolate.php:1342
3890
- #: modules/isolate/widgets/isolate.php:3363
3891
  #: modules/pagepiling/widgets/pagepiling.php:351
3892
  #: modules/pagepiling/widgets/pagepiling.php:865
3893
  msgid "Social Icon"
3894
  msgstr ""
3895
 
3896
- #: modules/blog/widgets/blog.php:1449 modules/dragon/widgets/dragon.php:379
3897
  #: modules/flogia/widgets/flogia.php:314 modules/fluent/widgets/fluent.php:500
3898
- #: modules/general/widgets/general.php:1520 modules/mount/widgets/mount.php:349
3899
  #: modules/woocommerce/widgets/woocommerce.php:553
3900
  #: modules/woolamp/widgets/woolamp.php:463
3901
  #: modules/woostand/widgets/woostand.php:419
3902
  msgid "Autoplay Interval (ms)"
3903
  msgstr ""
3904
 
3905
- #: modules/blog/widgets/blog.php:1469 modules/custom/widgets/custom.php:619
3906
  #: modules/flogia/widgets/flogia.php:334 modules/fluent/widgets/fluent.php:520
3907
- #: modules/general/widgets/general.php:1540
3908
- #: modules/isolate/widgets/isolate.php:1527 modules/mount/widgets/mount.php:369
3909
  #: modules/sequester/widgets/sequester.php:425
3910
  #: modules/woocommerce/widgets/woocommerce.php:573
3911
  #: modules/woolamp/widgets/woolamp.php:483
@@ -3913,33 +3489,33 @@ msgstr ""
3913
  msgid "Animation Speed"
3914
  msgstr ""
3915
 
3916
- #: modules/blog/widgets/blog.php:1486 modules/general/widgets/general.php:1587
3917
- #: modules/isolate/widgets/isolate.php:1554
3918
  msgid "Advanced Animation"
3919
  msgstr ""
3920
 
3921
- #: modules/blog/widgets/blog.php:1495 modules/general/widgets/general.php:1596
3922
- #: modules/isolate/widgets/isolate.php:1563
3923
  msgid "Animation Of"
3924
  msgstr ""
3925
 
3926
- #: modules/blog/widgets/blog.php:1512 modules/general/widgets/general.php:1614
3927
- #: modules/isolate/widgets/isolate.php:1581
3928
  msgid "Animation On"
3929
  msgstr ""
3930
 
3931
- #: modules/blog/widgets/blog.php:1529 modules/general/widgets/general.php:1631
3932
- #: modules/isolate/widgets/isolate.php:1598
3933
  msgid "Animation Options"
3934
  msgstr ""
3935
 
3936
- #: modules/blog/widgets/blog.php:1532 modules/custom/module.info.php:5
3937
  #: modules/custom/widgets/custom.php:24
3938
  #: modules/event-calendar/widgets/event-calendar.php:374
3939
  #: modules/event-calendar/widgets/event-calendar.php:401
3940
- #: modules/general/widgets/general.php:1634
3941
- #: modules/isolate/widgets/isolate.php:1270
3942
- #: modules/isolate/widgets/isolate.php:1601
3943
  #: modules/paranoia/widgets/paranoia.php:366
3944
  #: modules/paranoia/widgets/paranoia.php:434
3945
  #: modules/paranoia/widgets/paranoia.php:552
@@ -3950,201 +3526,73 @@ msgstr ""
3950
  msgid "Custom"
3951
  msgstr ""
3952
 
3953
- #: modules/blog/widgets/blog.php:1546 modules/general/widgets/general.php:1648
3954
- #: modules/isolate/widgets/isolate.php:1615
3955
  msgid "Perspective"
3956
  msgstr ""
3957
 
3958
- #: modules/blog/widgets/blog.php:1564 modules/general/widgets/general.php:1666
3959
- #: modules/isolate/widgets/isolate.php:1633
3960
  msgid "Transition Duration"
3961
  msgstr ""
3962
 
3963
- #: modules/blog/widgets/blog.php:1582 modules/custom/widgets/custom.php:641
3964
- #: modules/general/widgets/general.php:1562
3965
- #: modules/general/widgets/general.php:1684
3966
- #: modules/isolate/widgets/isolate.php:1651
3967
  #: modules/monster/widgets/monster.php:548
3968
  msgid "Scale"
3969
  msgstr ""
3970
 
3971
- #: modules/blog/widgets/blog.php:1599 modules/general/widgets/general.php:1701
3972
- #: modules/isolate/widgets/isolate.php:1668
3973
  msgid "rotationY"
3974
  msgstr ""
3975
 
3976
- #: modules/blog/widgets/blog.php:1616 modules/general/widgets/general.php:1718
3977
- #: modules/isolate/widgets/isolate.php:1685
3978
  msgid "rotationX"
3979
  msgstr ""
3980
 
3981
- #: modules/blog/widgets/blog.php:1633 modules/general/widgets/general.php:1735
3982
- #: modules/isolate/widgets/isolate.php:1702
3983
  msgid "Transform Origin"
3984
  msgstr ""
3985
 
3986
- #: modules/blog/widgets/blog.php:1648 modules/flogia/widgets/flogia.php:349
3987
  #: modules/fluent/widgets/fluent.php:535
3988
- #: modules/general/widgets/general.php:1750
3989
- #: modules/isolate/widgets/isolate.php:1717
3990
  #: modules/woostand/widgets/woostand.php:454
3991
  msgid "Kenburns Animation"
3992
  msgstr ""
3993
 
3994
- #: modules/blog/widgets/blog.php:1657 modules/flogia/widgets/flogia.php:358
3995
  #: modules/fluent/widgets/fluent.php:544
3996
- #: modules/general/widgets/general.php:1759
3997
- #: modules/isolate/widgets/isolate.php:1726
3998
  #: modules/woostand/widgets/woostand.php:463
3999
  msgid "Kenburn Reverse"
4000
  msgstr ""
4001
 
4002
- #: modules/blog/widgets/blog.php:1668 modules/general/widgets/general.php:1770
4003
- #: modules/isolate/widgets/isolate.php:1737
4004
  msgid "Show Logo Animation"
4005
  msgstr ""
4006
 
4007
- #: modules/blog/widgets/blog.php:1681 modules/general/widgets/general.php:1783
4008
- #: modules/isolate/widgets/isolate.php:1750
4009
  msgid "Show Menu Animation"
4010
  msgstr ""
4011
 
4012
- #: modules/blog/widgets/blog.php:1693 modules/general/widgets/general.php:1795
4013
- #: modules/isolate/widgets/isolate.php:1762
4014
  msgid "Show Offcanvas Animation"
4015
  msgstr ""
4016
 
4017
- #: modules/blog/widgets/blog.php:1761 modules/general/widgets/general.php:1863
4018
- #: modules/isolate/widgets/isolate.php:1830
4019
- msgid "Logo Color"
4020
- msgstr ""
4021
-
4022
- #: modules/blog/widgets/blog.php:1777 modules/general/widgets/general.php:1879
4023
- #: modules/isolate/widgets/isolate.php:1846
4024
- msgid "Logo Hover Color"
4025
- msgstr ""
4026
-
4027
- #: modules/blog/widgets/blog.php:1819 modules/blog/widgets/blog.php:2174
4028
- #: modules/blog/widgets/blog.php:2263 modules/blog/widgets/blog.php:2411
4029
- #: modules/custom/widgets/custom.php:1239
4030
- #: modules/event-calendar/widgets/event-calendar.php:914
4031
- #: modules/flogia/widgets/flogia.php:660 modules/fluent/widgets/fluent.php:861
4032
- #: modules/general/widgets/general.php:1921
4033
- #: modules/general/widgets/general.php:2275
4034
- #: modules/general/widgets/general.php:2378
4035
- #: modules/general/widgets/general.php:2526
4036
- #: modules/isolate/widgets/isolate.php:1888
4037
- #: modules/isolate/widgets/isolate.php:2244
4038
- #: modules/isolate/widgets/isolate.php:2335
4039
- #: modules/isolate/widgets/isolate.php:2483
4040
- #: modules/multiscroll/widgets/multiscroll.php:854
4041
- #: modules/pieces/widgets/pieces.php:247 modules/pieces/widgets/pieces.php:331
4042
- #: modules/woostand/widgets/woostand.php:927
4043
- #: modules/woostand/widgets/woostand.php:1056
4044
- #: traits/global-widget-controls.php:91
4045
- msgid "Radius"
4046
- msgstr ""
4047
-
4048
- #: modules/blog/widgets/blog.php:1994 modules/general/widgets/general.php:2095
4049
- #: modules/isolate/widgets/isolate.php:2063
4050
- msgid "Select Menu Style"
4051
- msgstr ""
4052
-
4053
- #: modules/blog/widgets/blog.php:2000 modules/general/widgets/general.php:2101
4054
- #: modules/isolate/widgets/isolate.php:2069
4055
- msgid "Line"
4056
- msgstr ""
4057
-
4058
- #: modules/blog/widgets/blog.php:2001 modules/general/widgets/general.php:2102
4059
- #: modules/isolate/widgets/isolate.php:2070
4060
- msgid "DotLine"
4061
- msgstr ""
4062
-
4063
- #: modules/blog/widgets/blog.php:2009 modules/general/widgets/general.php:2110
4064
- #: modules/isolate/widgets/isolate.php:2078
4065
- msgid "Menu Style Color"
4066
- msgstr ""
4067
-
4068
- #: modules/blog/widgets/blog.php:2020 modules/general/widgets/general.php:2121
4069
- #: modules/isolate/widgets/isolate.php:2089
4070
- msgid "Dropdown Menu"
4071
- msgstr ""
4072
-
4073
- #: modules/blog/widgets/blog.php:2041 modules/dragon/widgets/dragon.php:985
4074
- #: modules/flexure/widgets/flexure.php:427
4075
- #: modules/flexure/widgets/flexure.php:773
4076
- #: modules/general/widgets/general.php:2142
4077
- #: modules/isolate/widgets/isolate.php:2110
4078
- #: modules/monster/widgets/monster.php:1388
4079
- #: modules/pacific/widgets/pacific.php:1023
4080
- #: modules/pagepiling/widgets/pagepiling.php:1117
4081
- #: modules/sniper/widgets/sniper.php:464 modules/tango/widgets/tango.php:861
4082
- #: modules/woolamp/widgets/woolamp.php:1318
4083
- #: modules/woostand/widgets/woostand.php:1171
4084
- #: modules/woostand/widgets/woostand.php:1208
4085
- msgid "Active Color"
4086
- msgstr ""
4087
-
4088
- #: modules/blog/widgets/blog.php:2095 modules/general/widgets/general.php:2196
4089
- #: modules/isolate/widgets/isolate.php:2165
4090
- msgid "Link Color"
4091
- msgstr ""
4092
-
4093
- #: modules/blog/widgets/blog.php:2107 modules/general/widgets/general.php:2208
4094
- #: modules/isolate/widgets/isolate.php:2177
4095
- msgid "Link Hover Color"
4096
- msgstr ""
4097
-
4098
- #: modules/blog/widgets/blog.php:2118
4099
- #: modules/event-calendar/widgets/event-calendar.php:1260
4100
- #: modules/flogia/widgets/flogia.php:771
4101
- #: modules/general/widgets/general.php:2219
4102
- #: modules/isolate/widgets/isolate.php:2188
4103
- #: modules/isolate/widgets/isolate.php:3335
4104
- #: modules/isolate/widgets/isolate.php:3375
4105
- #: modules/pagepiling/widgets/pagepiling.php:1067
4106
- #: modules/pieces/widgets/pieces.php:239 modules/pieces/widgets/pieces.php:323
4107
- #: modules/sniper/widgets/sniper.php:394
4108
- msgid "Background Color"
4109
- msgstr ""
4110
-
4111
- #: modules/blog/widgets/blog.php:2151 modules/general/widgets/general.php:2252
4112
- #: modules/isolate/widgets/isolate.php:2221
4113
- msgid "WIDGET"
4114
- msgstr ""
4115
-
4116
- #: modules/blog/widgets/blog.php:2198 modules/custom/widgets/custom.php:530
4117
- #: modules/custom/widgets/custom.php:999
4118
- #: modules/fiestar/widgets/fiestar.php:133
4119
- #: modules/general/widgets/general.php:2299
4120
- #: modules/general/widgets/general.php:3273
4121
- #: modules/isolate/widgets/isolate.php:2268
4122
- #: modules/knily/widgets/knily.php:1365 modules/marble/widgets/marble.php:107
4123
- #: modules/vertex/widgets/vertex.php:108
4124
- msgid "Vertical Spacing"
4125
- msgstr ""
4126
-
4127
- #: modules/blog/widgets/blog.php:2210 modules/general/widgets/general.php:2311
4128
- #: modules/isolate/widgets/isolate.php:2282
4129
- msgid "OFFCANVAS BUTTON"
4130
- msgstr ""
4131
-
4132
- #: modules/blog/widgets/blog.php:2349 modules/general/widgets/general.php:2464
4133
- #: modules/isolate/widgets/isolate.php:2421
4134
- msgid "Button Animation"
4135
- msgstr ""
4136
-
4137
- #: modules/blog/widgets/blog.php:2358 modules/general/widgets/general.php:2473
4138
- #: modules/isolate/widgets/isolate.php:2430
4139
- msgid "CLOSE BUTTON"
4140
- msgstr ""
4141
-
4142
- #: modules/blog/widgets/blog.php:2517 modules/dragon/widgets/dragon.php:426
4143
  #: modules/event-calendar/widgets/event-calendar.php:641
4144
  #: modules/flogia/widgets/flogia.php:396 modules/flogia/widgets/flogia.php:782
4145
  #: modules/fluent/widgets/fluent.php:581
4146
- #: modules/general/widgets/general.php:2633
4147
- #: modules/isolate/widgets/isolate.php:2593 modules/knily/widgets/knily.php:512
4148
  #: modules/knily/widgets/knily.php:1296 modules/mount/widgets/mount.php:410
4149
  #: modules/paranoia/widgets/paranoia.php:303
4150
  #: modules/sequester/widgets/sequester.php:459
@@ -4156,28 +3604,29 @@ msgstr ""
4156
  msgid "Overlay Color"
4157
  msgstr ""
4158
 
4159
- #: modules/blog/widgets/blog.php:2556 modules/dragon/widgets/dragon.php:498
4160
  #: modules/flogia/widgets/flogia.php:444 modules/fluent/widgets/fluent.php:648
4161
- #: modules/general/widgets/general.php:2694
4162
- #: modules/isolate/widgets/isolate.php:2718 modules/mount/widgets/mount.php:462
4163
  #: modules/sequester/widgets/sequester.php:506
4164
  #: modules/woocommerce/widgets/woocommerce.php:665
4165
  msgid "Title Width"
4166
  msgstr ""
4167
 
4168
- #: modules/blog/widgets/blog.php:2603 modules/dragon/widgets/dragon.php:544
4169
- #: modules/flogia/widgets/flogia.php:495 modules/mount/widgets/mount.php:548
 
4170
  #: modules/pagepiling/widgets/pagepiling.php:552
4171
  #: modules/sequester/widgets/sequester.php:552
4172
  #: modules/sniper/widgets/sniper.php:478
4173
  msgid "First Word Color"
4174
  msgstr ""
4175
 
4176
- #: modules/blog/widgets/blog.php:2626 modules/dragon/widgets/dragon.php:576
4177
  #: modules/flogia/widgets/flogia.php:518 modules/fluent/widgets/fluent.php:706
4178
  #: modules/fluent/widgets/fluent.php:1145
4179
- #: modules/general/widgets/general.php:2757
4180
- #: modules/isolate/widgets/isolate.php:2775 modules/mount/widgets/mount.php:520
4181
  #: modules/pagepiling/widgets/pagepiling.php:587
4182
  #: modules/sequester/widgets/sequester.php:578
4183
  #: modules/woocommerce/widgets/woocommerce.php:723
@@ -4187,24 +3636,24 @@ msgstr ""
4187
  msgid "Title Spacing"
4188
  msgstr ""
4189
 
4190
- #: modules/blog/widgets/blog.php:2646
4191
  msgid "Separetor Color"
4192
  msgstr ""
4193
 
4194
- #: modules/blog/widgets/blog.php:2693 modules/dragon/widgets/dragon.php:710
4195
  #: modules/flogia/widgets/flogia.php:570
4196
- #: modules/general/widgets/general.php:3021
4197
- #: modules/isolate/widgets/isolate.php:2968
4198
  #: modules/multiscroll/widgets/multiscroll.php:1031
4199
  #: modules/sequester/widgets/sequester.php:682
4200
  #: modules/woocommerce/widgets/woocommerce.php:920
4201
  msgid "Width (px)"
4202
  msgstr ""
4203
 
4204
- #: modules/blog/widgets/blog.php:2720 modules/dragon/widgets/dragon.php:737
4205
  #: modules/flogia/widgets/flogia.php:597
4206
- #: modules/general/widgets/general.php:3048
4207
- #: modules/isolate/widgets/isolate.php:2995
4208
  #: modules/pagepiling/widgets/pagepiling.php:691
4209
  #: modules/sequester/widgets/sequester.php:709
4210
  #: modules/woocommerce/widgets/woocommerce.php:947
@@ -4213,12 +3662,13 @@ msgstr ""
4213
  msgid "Excerpt Spacing"
4214
  msgstr ""
4215
 
4216
- #: modules/blog/widgets/blog.php:2742
4217
- #: modules/crossroad/widgets/crossroad.php:957
4218
  #: modules/dragon/widgets/dragon.php:759
4219
  #: modules/event-calendar/widgets/event-calendar.php:834
4220
- #: modules/general/widgets/general.php:3070
4221
- #: modules/isolate/widgets/isolate.php:3017 modules/knily/widgets/knily.php:771
 
4222
  #: modules/multiscroll/widgets/multiscroll.php:783
4223
  #: modules/pagepiling/widgets/pagepiling.php:713
4224
  #: modules/prism/widgets/prism.php:733
@@ -4227,14 +3677,25 @@ msgstr ""
4227
  msgid "Button"
4228
  msgstr ""
4229
 
4230
- #: modules/blog/widgets/blog.php:3158
 
 
 
 
 
 
 
 
 
 
 
4231
  #: modules/event-calendar/widgets/event-calendar.php:436
4232
  #: modules/fiestar/widgets/fiestar.php:467
4233
  #: modules/flogia/widgets/flogia.php:619 modules/fluent/widgets/fluent.php:820
4234
  #: modules/fluent/widgets/fluent.php:1086 modules/knily/widgets/knily.php:910
4235
  #: modules/marble/widgets/marble.php:460
4236
  #: modules/mercury/widgets/mercury.php:664
4237
- #: modules/pacific/widgets/pacific.php:706 modules/rubix/widgets/rubix.php:832
4238
  #: modules/storker/widgets/storker.php:874
4239
  #: modules/vertex/widgets/vertex.php:454
4240
  #: modules/woocommerce/widgets/woocommerce.php:745
@@ -4244,39 +3705,40 @@ msgstr ""
4244
  msgid "Category"
4245
  msgstr ""
4246
 
4247
- #: modules/blog/widgets/blog.php:3234
4248
  msgid "Box Shadow"
4249
  msgstr ""
4250
 
4251
- #: modules/blog/widgets/blog.php:3302
4252
  msgid "Slide Meta"
4253
  msgstr ""
4254
 
4255
- #: modules/blog/widgets/blog.php:3313 modules/knily/widgets/knily.php:1631
4256
  #: modules/knily/widgets/knily.php:1735
4257
  #: modules/storker/widgets/storker.php:1558
4258
  #: modules/storker/widgets/storker.php:1662
4259
  msgid "Width(px)"
4260
  msgstr ""
4261
 
4262
- #: modules/blog/widgets/blog.php:3333
4263
  #: modules/remote-arrows/widgets/remote-arrows.php:148
4264
  #: modules/remote-arrows/widgets/remote-arrows.php:182
4265
- #: modules/rubix/widgets/rubix.php:738
4266
  #: modules/sequester/widgets/sequester.php:823
4267
  #: modules/sequester/widgets/sequester.php:900
4268
  msgid "Icon"
4269
  msgstr ""
4270
 
4271
- #: modules/blog/widgets/blog.php:3391 modules/dragon/widgets/dragon.php:1000
4272
- #: modules/general/widgets/general.php:3253
 
4273
  #: modules/knily/widgets/knily.php:1603 modules/knily/widgets/knily.php:1714
4274
  #: modules/marble/widgets/marble.php:797
4275
  #: modules/mercury/widgets/mercury.php:909
4276
  #: modules/monster/widgets/monster.php:1299
4277
  #: modules/monster/widgets/monster.php:1402
4278
  #: modules/remote-fraction/widgets/remote-fraction.php:283
4279
- #: modules/rubix/widgets/rubix.php:1083
4280
  #: modules/storker/widgets/storker.php:1530
4281
  #: modules/storker/widgets/storker.php:1641 modules/tango/widgets/tango.php:772
4282
  #: modules/tango/widgets/tango.php:875 modules/vertex/widgets/vertex.php:681
@@ -4284,16 +3746,16 @@ msgstr ""
4284
  msgid "Size"
4285
  msgstr ""
4286
 
4287
- #: modules/blog/widgets/blog.php:3444 modules/flogia/widgets/flogia.php:749
4288
  msgid "Featured Post"
4289
  msgstr ""
4290
 
4291
- #: modules/blog/widgets/blog.php:3465 modules/blog/widgets/blog.php:3874
4292
  #: modules/woostand/widgets/woostand.php:486
4293
  msgid "Glassmorphism"
4294
  msgstr ""
4295
 
4296
- #: modules/blog/widgets/blog.php:3467 modules/blog/widgets/blog.php:3876
4297
  #: modules/woostand/widgets/woostand.php:488
4298
  #, php-format
4299
  msgid ""
@@ -4301,34 +3763,34 @@ msgid ""
4301
  "compatibility so please %1s look here %2s"
4302
  msgstr ""
4303
 
4304
- #: modules/blog/widgets/blog.php:3475 modules/blog/widgets/blog.php:3884
4305
  #: modules/woostand/widgets/woostand.php:496
4306
  msgid "Blur Level"
4307
  msgstr ""
4308
 
4309
- #: modules/blog/widgets/blog.php:3593 modules/general/widgets/general.php:2936
4310
  #: modules/knily/widgets/knily.php:1465
4311
  #: modules/multiscroll/widgets/multiscroll.php:260
4312
- #: modules/rubix/widgets/rubix.php:1403
4313
  #: modules/storker/widgets/storker.php:1266
4314
  #: modules/storker/widgets/storker.php:1363
4315
  #: modules/wooexpand/widgets/wooexpand.php:1071
4316
  msgid "Title Color"
4317
  msgstr ""
4318
 
4319
- #: modules/blog/widgets/blog.php:3621
4320
  msgid "Admin Meta"
4321
  msgstr ""
4322
 
4323
- #: modules/blog/widgets/blog.php:3691 modules/blog/widgets/blog.php:3803
4324
  #: modules/event-calendar/widgets/event-calendar.php:1288
4325
  #: modules/flogia/widgets/flogia.php:868 modules/flogia/widgets/flogia.php:910
4326
  #: modules/fluent/widgets/fluent.php:1443
4327
  #: modules/fluent/widgets/fluent.php:1495
4328
- #: modules/general/widgets/general.php:3775
4329
- #: modules/general/widgets/general.php:3946
4330
- #: modules/isolate/widgets/isolate.php:3754
4331
- #: modules/isolate/widgets/isolate.php:3948 modules/mount/widgets/mount.php:876
4332
  #: modules/sequester/widgets/sequester.php:1118
4333
  #: modules/sequester/widgets/sequester.php:1240
4334
  #: modules/sniper/widgets/sniper.php:608
@@ -4337,149 +3799,142 @@ msgstr ""
4337
  msgid "Arrows Color"
4338
  msgstr ""
4339
 
4340
- #: modules/blog/widgets/blog.php:3745 modules/general/widgets/general.php:3849
4341
- #: modules/general/widgets/general.php:3866
4342
- #: modules/isolate/widgets/isolate.php:3878
4343
  #: modules/sequester/widgets/sequester.php:1185
4344
  msgid "Active Dot Color"
4345
  msgstr ""
4346
 
4347
- #: modules/blog/widgets/blog.php:3763
4348
  msgid "Dot Number Color"
4349
  msgstr ""
4350
 
4351
- #: modules/blog/widgets/blog.php:3779 modules/general/widgets/general.php:3898
4352
- #: modules/isolate/widgets/isolate.php:3910
4353
  #: modules/woocommerce/widgets/woocommerce.php:1609
4354
  msgid "Active Number Color"
4355
  msgstr ""
4356
 
4357
- #: modules/blog/widgets/blog.php:3855
4358
  #: modules/woostand/widgets/woostand.php:1242
4359
  msgid "Additional"
4360
  msgstr ""
4361
 
4362
- #: modules/blog/widgets/blog.php:3866
4363
  msgid "Meta Content"
4364
  msgstr ""
4365
 
4366
- #: modules/blog/widgets/blog.php:4262 modules/general/widgets/general.php:4286
4367
- #: modules/isolate/widgets/isolate.php:4288
4368
- msgid ""
4369
- "Ops you don't select or enter any content! Add your offcanvas content from "
4370
- "editor."
4371
- msgstr ""
4372
-
4373
- #: modules/blog/widgets/blog.php:4438
4374
  #: modules/pagepiling/widgets/pagepiling.php:363
4375
  msgid "Follow Us"
4376
  msgstr ""
4377
 
4378
- #: modules/blog/widgets/blog.php:4625
4379
  msgid "Written by"
4380
  msgstr ""
4381
 
4382
- #: modules/crossroad/widgets/crossroad.php:86
4383
  msgid "Meta Text"
4384
  msgstr ""
4385
 
4386
- #: modules/crossroad/widgets/crossroad.php:96
4387
  msgid "Thumbnail"
4388
  msgstr ""
4389
 
4390
- #: modules/crossroad/widgets/crossroad.php:110
4391
- #: modules/crossroad/widgets/crossroad.php:700
4392
  #: modules/pacific/widgets/pacific.php:1060
4393
  #: modules/woocircle/widgets/woocircle.php:694
4394
  msgid "Modal"
4395
  msgstr ""
4396
 
4397
- #: modules/crossroad/widgets/crossroad.php:117
4398
  msgid "Title (Optional)"
4399
  msgstr ""
4400
 
4401
- #: modules/crossroad/widgets/crossroad.php:127
4402
  msgid "Meta Text (Optional)"
4403
  msgstr ""
4404
 
4405
- #: modules/crossroad/widgets/crossroad.php:139
4406
  msgid "read more"
4407
  msgstr ""
4408
 
4409
- #: modules/crossroad/widgets/crossroad.php:172
4410
  msgid "Image (Optional)"
4411
  msgstr ""
4412
 
4413
- #: modules/crossroad/widgets/crossroad.php:189
4414
  msgid "Kanzu"
4415
  msgstr ""
4416
 
4417
- #: modules/crossroad/widgets/crossroad.php:190
4418
- #: modules/crossroad/widgets/crossroad.php:196
4419
- #: modules/crossroad/widgets/crossroad.php:202
4420
- #: modules/crossroad/widgets/crossroad.php:208
4421
  msgid "This is meta text here"
4422
  msgstr ""
4423
 
4424
- #: modules/crossroad/widgets/crossroad.php:195
4425
  msgid "Juked"
4426
  msgstr ""
4427
 
4428
- #: modules/crossroad/widgets/crossroad.php:197
4429
  msgid ""
4430
  "Crossroad Slider is a modern and creative slider that helps you to design a "
4431
  "unique website. Upload your own images, choose from more than 50 animations "
4432
  "and create a stunning slider with Elementor."
4433
  msgstr ""
4434
 
4435
- #: modules/crossroad/widgets/crossroad.php:201
4436
  msgid "Colza"
4437
  msgstr ""
4438
 
4439
- #: modules/crossroad/widgets/crossroad.php:203
4440
  msgid ""
4441
  "Moneky slider is a creative slider that helps you to design a modern "
4442
  "website. It has advanced features and many customization options, also it's "
4443
  "packed with beautiful content blocks."
4444
  msgstr ""
4445
 
4446
- #: modules/crossroad/widgets/crossroad.php:207
4447
  msgid "Voxey"
4448
  msgstr ""
4449
 
4450
- #: modules/crossroad/widgets/crossroad.php:209
4451
  msgid ""
4452
  "Prime Slider Addons for Elementor - crossroad slider is a creative slider "
4453
  "that helps you to design a modern website without any coding knowledge. It's "
4454
  "unique, responsive and highly customizable."
4455
  msgstr ""
4456
 
4457
- #: modules/crossroad/widgets/crossroad.php:251
4458
  #: modules/fiestar/widgets/fiestar.php:93
4459
  #: modules/monster/widgets/monster.php:83
4460
  #: modules/pacific/widgets/pacific.php:115 modules/tango/widgets/tango.php:83
4461
  msgid "Item Gap"
4462
  msgstr ""
4463
 
4464
- #: modules/crossroad/widgets/crossroad.php:322
4465
  msgid "Show Meta Text"
4466
  msgstr ""
4467
 
4468
- #: modules/crossroad/widgets/crossroad.php:351
4469
  msgid "Show Number"
4470
  msgstr ""
4471
 
4472
- #: modules/crossroad/widgets/crossroad.php:381
4473
  #: modules/monster/widgets/monster.php:423 modules/tango/widgets/tango.php:360
4474
  msgid "Rotate"
4475
  msgstr ""
4476
 
4477
- #: modules/crossroad/widgets/crossroad.php:481
4478
  msgid "Title Rotate"
4479
  msgstr ""
4480
 
4481
- #: modules/crossroad/widgets/crossroad.php:506
4482
- #: modules/crossroad/widgets/crossroad.php:820
4483
  #: modules/flogia/widgets/flogia.php:712 modules/fluent/widgets/fluent.php:913
4484
  #: modules/knily/widgets/knily.php:682 modules/mercury/widgets/mercury.php:592
4485
  #: modules/pacific/widgets/pacific.php:624
@@ -4488,15 +3943,15 @@ msgstr ""
4488
  msgid "Meta"
4489
  msgstr ""
4490
 
4491
- #: modules/crossroad/widgets/crossroad.php:530
4492
- #: modules/crossroad/widgets/crossroad.php:844
4493
  #: modules/event-calendar/widgets/event-calendar.php:972
4494
- #: modules/general/widgets/general.php:2998
4495
- #: modules/isolate/widgets/isolate.php:2842
4496
- #: modules/isolate/widgets/isolate.php:3389
4497
  #: modules/multiscroll/widgets/multiscroll.php:943
4498
- #: modules/rubix/widgets/rubix.php:1257 modules/rubix/widgets/rubix.php:1391
4499
- #: modules/rubix/widgets/rubix.php:1456
4500
  #: modules/sequester/widgets/sequester.php:967
4501
  #: modules/wooexpand/widgets/wooexpand.php:831
4502
  #: modules/wooexpand/widgets/wooexpand.php:1001
@@ -4505,52 +3960,53 @@ msgstr ""
4505
  msgid "Line Color"
4506
  msgstr ""
4507
 
4508
- #: modules/crossroad/widgets/crossroad.php:569
4509
  #: modules/pieces/widgets/pieces.php:307
4510
  msgid "Number"
4511
  msgstr ""
4512
 
4513
- #: modules/crossroad/widgets/crossroad.php:579
4514
  msgid "Stroke Color"
4515
  msgstr ""
4516
 
4517
- #: modules/crossroad/widgets/crossroad.php:593
4518
  msgid "Fill Color"
4519
  msgstr ""
4520
 
4521
- #: modules/crossroad/widgets/crossroad.php:684
4522
  msgid "Item Image Size"
4523
  msgstr ""
4524
 
4525
- #: modules/crossroad/widgets/crossroad.php:717
4526
  msgid "Header Padding"
4527
  msgstr ""
4528
 
4529
- #: modules/crossroad/widgets/crossroad.php:967
4530
  msgid "N O R M A L"
4531
  msgstr ""
4532
 
4533
- #: modules/crossroad/widgets/crossroad.php:1084
 
4534
  msgid "H O V E R"
4535
  msgstr ""
4536
 
4537
- #: modules/crossroad/widgets/crossroad.php:1199
4538
  msgid "Modal Image Size"
4539
  msgstr ""
4540
 
4541
- #: modules/crossroad/widgets/crossroad.php:1215
4542
  msgid "Cursor"
4543
  msgstr ""
4544
 
4545
- #: modules/crossroad/widgets/crossroad.php:1223
4546
  msgid "Type"
4547
  msgstr ""
4548
 
4549
- #: modules/crossroad/widgets/crossroad.php:1227
4550
  msgid "Dark"
4551
  msgstr ""
4552
 
4553
- #: modules/crossroad/widgets/crossroad.php:1228
4554
  msgid "White"
4555
  msgstr ""
4556
 
@@ -4605,7 +4061,7 @@ msgstr ""
4605
 
4606
  #: modules/custom/widgets/custom.php:368 modules/custom/widgets/custom.php:460
4607
  #: modules/custom/widgets/custom.php:550 modules/custom/widgets/custom.php:982
4608
- #: modules/general/widgets/general.php:3293
4609
  #: modules/knily/widgets/knily.php:1348
4610
  #: modules/woolamp/widgets/woolamp.php:1208
4611
  #: modules/woolamp/widgets/woolamp.php:1348
@@ -4637,19 +4093,40 @@ msgstr ""
4637
  msgid "Dots"
4638
  msgstr ""
4639
 
 
 
 
 
 
 
 
 
4640
  #: modules/custom/widgets/custom.php:599
4641
- #: modules/isolate/widgets/isolate.php:1507
4642
  #: modules/sequester/widgets/sequester.php:405
4643
  msgid "Autoplay Interval"
4644
  msgstr ""
4645
 
4646
  #: modules/custom/widgets/custom.php:634
4647
- #: modules/general/widgets/general.php:1555
4648
  msgid "Slider Animations"
4649
  msgstr ""
4650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4651
  #: modules/custom/widgets/custom.php:643
4652
- #: modules/general/widgets/general.php:1564
4653
  msgid "Pull"
4654
  msgstr ""
4655
 
@@ -4672,14 +4149,14 @@ msgstr ""
4672
 
4673
  #: modules/custom/widgets/custom.php:1048
4674
  #: modules/flexure/widgets/flexure.php:294
4675
- #: modules/isolate/widgets/isolate.php:284 modules/knily/widgets/knily.php:1795
4676
  #: modules/remote-fraction/widgets/remote-fraction.php:88
4677
  #: modules/rubix/widgets/rubix.php:143 modules/storker/widgets/storker.php:1722
4678
  msgid "Top"
4679
  msgstr ""
4680
 
4681
  #: modules/custom/widgets/custom.php:1049
4682
- #: modules/isolate/widgets/isolate.php:288 modules/knily/widgets/knily.php:1803
4683
  #: modules/pagepiling/widgets/pagepiling.php:446
4684
  #: modules/remote-fraction/widgets/remote-fraction.php:96
4685
  #: modules/rubix/widgets/rubix.php:147 modules/storker/widgets/storker.php:1730
@@ -4696,6 +4173,17 @@ msgstr ""
4696
  msgid "Advanced Radius"
4697
  msgstr ""
4698
 
 
 
 
 
 
 
 
 
 
 
 
4699
  #: modules/custom/widgets/custom.php:1240
4700
  #, php-format
4701
  msgid ""
@@ -4725,7 +4213,7 @@ msgstr ""
4725
  #: modules/multiscroll/widgets/multiscroll.php:1124
4726
  #: modules/remote-pagination/widgets/remote-pagination.php:331
4727
  #: modules/remote-thumbs/widgets/remote-thumbs.php:333
4728
- #: modules/rubix/widgets/rubix.php:1427
4729
  #: modules/storker/widgets/storker.php:1334
4730
  #: modules/storker/widgets/storker.php:1623
4731
  #: traits/global-widget-controls.php:167
@@ -4775,8 +4263,8 @@ msgid "Text Stroke (Deprecated)"
4775
  msgstr ""
4776
 
4777
  #: modules/dragon/widgets/dragon.php:628
4778
- #: modules/general/widgets/general.php:2893
4779
- #: modules/isolate/widgets/isolate.php:2902 modules/mount/widgets/mount.php:670
4780
  #: modules/pagepiling/widgets/pagepiling.php:639
4781
  #: modules/sequester/widgets/sequester.php:630
4782
  #: modules/sniper/widgets/sniper.php:550
@@ -4789,6 +4277,20 @@ msgstr ""
4789
  msgid "Circle Color"
4790
  msgstr ""
4791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4792
  #: modules/dragon/widgets/dragon.php:1014
4793
  msgid "Line Width"
4794
  msgstr ""
@@ -4847,7 +4349,7 @@ msgstr ""
4847
  #: modules/fiestar/widgets/fiestar.php:278
4848
  #: modules/marble/widgets/marble.php:261
4849
  #: modules/monster/widgets/monster.php:598
4850
- #: modules/pacific/widgets/pacific.php:427 modules/rubix/widgets/rubix.php:411
4851
  #: modules/sniper/widgets/sniper.php:303 modules/tango/widgets/tango.php:499
4852
  #: modules/vertex/widgets/vertex.php:253
4853
  msgid "Slides to Scroll"
@@ -4857,7 +4359,7 @@ msgstr ""
4857
  #: modules/fiestar/widgets/fiestar.php:296
4858
  #: modules/marble/widgets/marble.php:279
4859
  #: modules/monster/widgets/monster.php:616
4860
- #: modules/pacific/widgets/pacific.php:445 modules/rubix/widgets/rubix.php:429
4861
  #: modules/sniper/widgets/sniper.php:321 modules/vertex/widgets/vertex.php:271
4862
  msgid "Center Slide"
4863
  msgstr ""
@@ -4866,7 +4368,7 @@ msgstr ""
4866
  #: modules/fiestar/widgets/fiestar.php:297
4867
  #: modules/marble/widgets/marble.php:280
4868
  #: modules/monster/widgets/monster.php:617
4869
- #: modules/pacific/widgets/pacific.php:446 modules/rubix/widgets/rubix.php:430
4870
  #: modules/sniper/widgets/sniper.php:322 modules/vertex/widgets/vertex.php:272
4871
  msgid "Use even items from Layout > Columns settings for better preview."
4872
  msgstr ""
@@ -4889,6 +4391,10 @@ msgstr ""
4889
  msgid "Show Buy Button"
4890
  msgstr ""
4891
 
 
 
 
 
4892
  #: modules/event-calendar/widgets/event-calendar.php:166
4893
  msgid "When you use Buy Button, Please type your custom link."
4894
  msgstr ""
@@ -5122,8 +4628,8 @@ msgstr ""
5122
  #: modules/event-calendar/widgets/event-calendar.php:741
5123
  #: modules/fluent/widgets/fluent.php:1007 modules/knily/widgets/knily.php:277
5124
  #: modules/mercury/widgets/mercury.php:274
5125
- #: modules/pacific/widgets/pacific.php:305 modules/rubix/widgets/rubix.php:298
5126
- #: modules/rubix/widgets/rubix.php:696 modules/storker/widgets/storker.php:278
5127
  #: modules/woocircle/widgets/woocircle.php:319
5128
  #: modules/woocommerce/widgets/woocommerce.php:381
5129
  #: modules/wooexpand/widgets/wooexpand.php:429
@@ -5163,6 +4669,16 @@ msgstr ""
5163
  msgid "Text Typography"
5164
  msgstr ""
5165
 
 
 
 
 
 
 
 
 
 
 
5166
  #: modules/event-calendar/widgets/event-calendar.php:1274
5167
  msgid "Hover Background Color"
5168
  msgstr ""
@@ -5239,7 +4755,7 @@ msgid "Columns"
5239
  msgstr ""
5240
 
5241
  #: modules/fiestar/widgets/fiestar.php:314
5242
- #: modules/marble/widgets/marble.php:297 modules/rubix/widgets/rubix.php:447
5243
  #: modules/sniper/widgets/sniper.php:339 modules/vertex/widgets/vertex.php:289
5244
  msgid "Drag free Mode"
5245
  msgstr ""
@@ -5371,7 +4887,7 @@ msgid "Shadow Color"
5371
  msgstr ""
5372
 
5373
  #: modules/flexure/widgets/flexure.php:748
5374
- #: modules/isolate/widgets/isolate.php:3850
5375
  #: modules/monster/widgets/monster.php:1362 modules/mount/widgets/mount.php:906
5376
  #: modules/pacific/widgets/pacific.php:991 modules/tango/widgets/tango.php:835
5377
  #: modules/woostand/widgets/woostand.php:1187
@@ -5424,28 +4940,28 @@ msgstr ""
5424
 
5425
  #: modules/fluent/widgets/fluent.php:233 modules/knily/widgets/knily.php:286
5426
  #: modules/mercury/widgets/mercury.php:283
5427
- #: modules/pacific/widgets/pacific.php:314 modules/rubix/widgets/rubix.php:308
5428
  #: modules/storker/widgets/storker.php:287
5429
  msgid "Human Different Time"
5430
  msgstr ""
5431
 
5432
  #: modules/fluent/widgets/fluent.php:244 modules/knily/widgets/knily.php:297
5433
  #: modules/mercury/widgets/mercury.php:294
5434
- #: modules/pacific/widgets/pacific.php:325 modules/rubix/widgets/rubix.php:319
5435
  #: modules/storker/widgets/storker.php:298
5436
  msgid "Time Short Format"
5437
  msgstr ""
5438
 
5439
  #: modules/fluent/widgets/fluent.php:245 modules/knily/widgets/knily.php:298
5440
  #: modules/mercury/widgets/mercury.php:295
5441
- #: modules/pacific/widgets/pacific.php:326 modules/rubix/widgets/rubix.php:320
5442
  #: modules/storker/widgets/storker.php:299
5443
  msgid "This will work for Hours, Minute and Seconds"
5444
  msgstr ""
5445
 
5446
  #: modules/fluent/widgets/fluent.php:257 modules/knily/widgets/knily.php:310
5447
  #: modules/mercury/widgets/mercury.php:307
5448
- #: modules/pacific/widgets/pacific.php:338 modules/rubix/widgets/rubix.php:332
5449
  #: modules/storker/widgets/storker.php:311
5450
  msgid "Show Time"
5451
  msgstr ""
@@ -5463,7 +4979,7 @@ msgid "http://www.vimeo.com//bdthemes/"
5463
  msgstr ""
5464
 
5465
  #: modules/fluent/widgets/fluent.php:620
5466
- #: modules/isolate/widgets/isolate.php:2795
5467
  msgid "Left Spacing"
5468
  msgstr ""
5469
 
@@ -5489,6 +5005,10 @@ msgstr ""
5489
  msgid "Item Background"
5490
  msgstr ""
5491
 
 
 
 
 
5492
  #: modules/fluent/widgets/fluent.php:1399
5493
  msgid "Primary Color"
5494
  msgstr ""
@@ -5501,6 +5021,66 @@ msgstr ""
5501
  msgid "Arrows Spacing"
5502
  msgstr ""
5503
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5504
  #: modules/general/skins/skin-crelly.php:16
5505
  msgid "Crelly"
5506
  msgstr ""
@@ -5509,121 +5089,112 @@ msgstr ""
5509
  msgid "Meteor"
5510
  msgstr ""
5511
 
5512
- #: modules/general/widgets/general.php:176
5513
- msgid "Hide Offcanvas Desktop?"
5514
- msgstr ""
5515
-
5516
- #: modules/general/widgets/general.php:244
5517
  msgid "Show Otherview Text"
5518
  msgstr ""
5519
 
5520
- #: modules/general/widgets/general.php:256
5521
  msgid "Alter Button and Excerpt"
5522
  msgstr ""
5523
 
5524
- #: modules/general/widgets/general.php:720
5525
- msgid "Button Alignment"
5526
- msgstr ""
5527
-
5528
- #: modules/general/widgets/general.php:1160
5529
  msgid "Sub title goes here"
5530
  msgstr ""
5531
 
5532
- #: modules/general/widgets/general.php:1241
5533
  msgid "Video"
5534
  msgstr ""
5535
 
5536
- #: modules/general/widgets/general.php:1245
5537
  msgid "Youtube"
5538
  msgstr ""
5539
 
5540
- #: modules/general/widgets/general.php:1285
5541
  msgid "Video Link"
5542
  msgstr ""
5543
 
5544
- #: modules/general/widgets/general.php:1298
5545
  msgid "Youtube Link"
5546
  msgstr ""
5547
 
5548
- #: modules/general/widgets/general.php:1316
5549
- #: modules/isolate/widgets/isolate.php:1237
5550
  msgid "Slide Item 1"
5551
  msgstr ""
5552
 
5553
- #: modules/general/widgets/general.php:1319
5554
- #: modules/isolate/widgets/isolate.php:1241
5555
  msgid "Slide Item 2"
5556
  msgstr ""
5557
 
5558
- #: modules/general/widgets/general.php:1322
5559
- #: modules/isolate/widgets/isolate.php:1245
5560
  msgid "Slide Item 3"
5561
  msgstr ""
5562
 
5563
- #: modules/general/widgets/general.php:1575
5564
- #: modules/isolate/widgets/isolate.php:1542
5565
  msgid "Parallax Animation"
5566
  msgstr ""
5567
 
5568
- #: modules/general/widgets/general.php:2353
5569
- #: modules/general/widgets/general.php:2970
5570
- #: modules/general/widgets/general.php:3599
5571
- #: modules/isolate/widgets/isolate.php:2664
5572
- msgid "Primary Background"
5573
- msgstr ""
5574
-
5575
- #: modules/general/widgets/general.php:2667
5576
  msgid "Shape Color"
5577
  msgstr ""
5578
 
5579
- #: modules/general/widgets/general.php:2777 modules/mount/widgets/mount.php:540
5580
  msgid "Advanced Style"
5581
  msgstr ""
5582
 
5583
- #: modules/general/widgets/general.php:2950
5584
  msgid "Top Spacing"
5585
  msgstr ""
5586
 
5587
- #: modules/general/widgets/general.php:2984
 
 
 
 
 
 
5588
  msgid "Style Color"
5589
  msgstr ""
5590
 
5591
- #: modules/general/widgets/general.php:3080
5592
  msgid "NORMAL"
5593
  msgstr ""
5594
 
5595
- #: modules/general/widgets/general.php:3171
5596
  msgid "Icon Custom Style"
5597
  msgstr ""
5598
 
5599
- #: modules/general/widgets/general.php:3191
5600
- #: modules/general/widgets/general.php:3389
5601
  msgid "Icon Style"
5602
  msgstr ""
5603
 
5604
- #: modules/general/widgets/general.php:3324
5605
  msgid "HOVER"
5606
  msgstr ""
5607
 
5608
- #: modules/general/widgets/general.php:3346
5609
  msgid "Custom Background"
5610
  msgstr ""
5611
 
5612
- #: modules/general/widgets/general.php:3833
5613
- #: modules/isolate/widgets/isolate.php:3862
5614
  #: modules/sequester/widgets/sequester.php:1171
5615
  msgid "Dot Color"
5616
  msgstr ""
5617
 
5618
- #: modules/general/widgets/general.php:3883
5619
  msgid "Number Color"
5620
  msgstr ""
5621
 
5622
- #: modules/general/widgets/general.php:3913
5623
  msgid "Dots Spacing"
5624
  msgstr ""
5625
 
5626
- #: modules/general/widgets/general.php:4394
5627
  #: modules/isolate/skins/skin-locate.php:37
5628
  msgid "Share Us"
5629
  msgstr ""
@@ -5636,87 +5207,87 @@ msgstr ""
5636
  msgid "Slice"
5637
  msgstr ""
5638
 
5639
- #: modules/isolate/widgets/isolate.php:165
5640
  #: modules/pagepiling/widgets/pagepiling.php:242
5641
  msgid "Show Play Button"
5642
  msgstr ""
5643
 
5644
- #: modules/isolate/widgets/isolate.php:256
5645
  #: modules/multiscroll/widgets/multiscroll.php:336
5646
  #: modules/woostand/widgets/woostand.php:204
5647
  msgid "Content Position"
5648
  msgstr ""
5649
 
5650
- #: modules/isolate/widgets/isolate.php:280
5651
  msgid "Column Position"
5652
  msgstr ""
5653
 
5654
- #: modules/isolate/widgets/isolate.php:1217
5655
  #: modules/pagepiling/widgets/pagepiling.php:151
5656
  msgid "Lightbox Source"
5657
  msgstr ""
5658
 
5659
- #: modules/isolate/widgets/isolate.php:1267
5660
  #: modules/sequester/widgets/sequester.php:312
5661
  msgid "Image Match Height"
5662
  msgstr ""
5663
 
5664
- #: modules/isolate/widgets/isolate.php:1283
5665
  msgid "Desktop"
5666
  msgstr ""
5667
 
5668
- #: modules/isolate/widgets/isolate.php:1297
5669
  msgid "Tablet"
5670
  msgstr ""
5671
 
5672
- #: modules/isolate/widgets/isolate.php:1311
5673
  msgid "Mobile"
5674
  msgstr ""
5675
 
5676
- #: modules/isolate/widgets/isolate.php:1326
5677
  msgid ""
5678
  "If you turn on this option, then no need to set exact sized image, otherwise "
5679
  "image will set by ratio of its actual size."
5680
  msgstr ""
5681
 
5682
- #: modules/isolate/widgets/isolate.php:2622
5683
  msgid "Primary Background Color"
5684
  msgstr ""
5685
 
5686
- #: modules/isolate/widgets/isolate.php:2636
5687
  msgid "Secondary Background Color"
5688
  msgstr ""
5689
 
5690
- #: modules/isolate/widgets/isolate.php:2678
5691
  msgid "Secondary Background"
5692
  msgstr ""
5693
 
5694
- #: modules/isolate/widgets/isolate.php:2692
5695
  msgid "Image Size(%)"
5696
  msgstr ""
5697
 
5698
- #: modules/isolate/widgets/isolate.php:3194
5699
  #: modules/pagepiling/widgets/pagepiling.php:976
5700
  msgid "Lightbox Play Button"
5701
  msgstr ""
5702
 
5703
- #: modules/isolate/widgets/isolate.php:3210
5704
  msgid "Shadow Pulse"
5705
  msgstr ""
5706
 
5707
- #: modules/isolate/widgets/isolate.php:3211
5708
  msgid "Multi Shadow"
5709
  msgstr ""
5710
 
5711
- #: modules/isolate/widgets/isolate.php:3212
5712
  msgid "Line Bounce"
5713
  msgstr ""
5714
 
5715
- #: modules/isolate/widgets/isolate.php:3223
5716
  msgid "Animated Border Color"
5717
  msgstr ""
5718
 
5719
- #: modules/isolate/widgets/isolate.php:3238
5720
  msgid "Animated Shadow Color"
5721
  msgstr ""
5722
 
@@ -5725,7 +5296,7 @@ msgstr ""
5725
  #: modules/pacific/widgets/pacific.php:212
5726
  #: modules/pagepiling/widgets/pagepiling.php:415
5727
  #: modules/pieces/widgets/pieces.php:129 modules/reveal/widgets/reveal.php:218
5728
- #: modules/rubix/widgets/rubix.php:214 modules/storker/widgets/storker.php:183
5729
  msgid "Additional Settings"
5730
  msgstr ""
5731
 
@@ -5758,7 +5329,7 @@ msgstr ""
5758
  msgid "Content Margin"
5759
  msgstr ""
5760
 
5761
- #: modules/knily/widgets/knily.php:1232 modules/rubix/widgets/rubix.php:1192
5762
  #: modules/storker/widgets/storker.php:1045
5763
  msgid "Thumbs Slider"
5764
  msgstr ""
@@ -5782,7 +5353,7 @@ msgstr ""
5782
 
5783
  #: modules/knily/widgets/knily.php:1402
5784
  #: modules/pacific/widgets/pacific.php:1107
5785
- #: modules/rubix/widgets/rubix.php:1285
5786
  #: modules/storker/widgets/storker.php:1137
5787
  msgid "T I T L E"
5788
  msgstr ""
@@ -5855,7 +5426,7 @@ msgstr ""
5855
  msgid "Counter"
5856
  msgstr ""
5857
 
5858
- #: modules/mercury/widgets/mercury.php:112
5859
  msgid "Content Reverse"
5860
  msgstr ""
5861
 
@@ -6110,16 +5681,10 @@ msgstr ""
6110
 
6111
  #: modules/pacific/widgets/pacific.php:350
6112
  #: modules/paranoia/widgets/paranoia.php:130
6113
- #: modules/reveal/widgets/reveal.php:294 modules/rubix/widgets/rubix.php:344
6114
  msgid "Show Read More"
6115
  msgstr ""
6116
 
6117
- #: modules/pacific/widgets/pacific.php:360
6118
- #: modules/paranoia/widgets/paranoia.php:179
6119
- #: modules/reveal/widgets/reveal.php:100 modules/rubix/widgets/rubix.php:354
6120
- msgid "Readmore Text"
6121
- msgstr ""
6122
-
6123
  #: modules/pacific/widgets/pacific.php:386
6124
  msgid "Carousel Settings"
6125
  msgstr ""
@@ -6161,7 +5726,7 @@ msgid "This is a label"
6161
  msgstr ""
6162
 
6163
  #: modules/pagepiling/widgets/pagepiling.php:81
6164
- #: modules/reveal/widgets/reveal.php:567
6165
  #: modules/sequester/widgets/sequester.php:207
6166
  #: modules/sniper/widgets/sniper.php:185
6167
  msgid "Slide Title"
@@ -6183,19 +5748,8 @@ msgstr ""
6183
  msgid "Social Text"
6184
  msgstr ""
6185
 
6186
- #: modules/paranoia/widgets/paranoia.php:152
6187
- #: modules/reveal/widgets/reveal.php:73 modules/tango/widgets/tango.php:564
6188
- msgid "Content"
6189
- msgstr ""
6190
-
6191
- #: modules/paranoia/widgets/paranoia.php:190
6192
- #: modules/reveal/widgets/reveal.php:111
6193
- msgid "Readmore Link"
6194
- msgstr ""
6195
-
6196
- #: modules/paranoia/widgets/paranoia.php:217
6197
- #: modules/reveal/widgets/reveal.php:138
6198
- msgid "Optional"
6199
  msgstr ""
6200
 
6201
  #: modules/paranoia/widgets/paranoia.php:376
@@ -6407,7 +5961,11 @@ msgstr ""
6407
  msgid "Enter reviewer name"
6408
  msgstr ""
6409
 
6410
- #: modules/reveal/widgets/reveal.php:159 modules/reveal/widgets/reveal.php:875
 
 
 
 
6411
  msgid "Image Caption"
6412
  msgstr ""
6413
 
@@ -6437,7 +5995,7 @@ msgstr ""
6437
  msgid "Show Header Content"
6438
  msgstr ""
6439
 
6440
- #: modules/reveal/widgets/reveal.php:337 modules/reveal/widgets/reveal.php:919
6441
  msgid "Header Content"
6442
  msgstr ""
6443
 
@@ -6471,19 +6029,19 @@ msgstr ""
6471
  msgid "Thumbs Position"
6472
  msgstr ""
6473
 
6474
- #: modules/rubix/widgets/rubix.php:524
6475
  msgid "Active Line"
6476
  msgstr ""
6477
 
6478
- #: modules/rubix/widgets/rubix.php:1248
6479
  msgid "L I N E"
6480
  msgstr ""
6481
 
6482
- #: modules/rubix/widgets/rubix.php:1331
6483
  msgid "M E T A"
6484
  msgstr ""
6485
 
6486
- #: modules/rubix/widgets/rubix.php:1414
6487
  msgid "Meta Color"
6488
  msgstr ""
6489
 
@@ -6591,12 +6149,6 @@ msgstr ""
6591
  msgid "Animated Line Color"
6592
  msgstr ""
6593
 
6594
- #: modules/storker/widgets/storker.php:1166
6595
- #: modules/storker/widgets/storker.php:1278
6596
- #: modules/storker/widgets/storker.php:1375
6597
- msgid "A R R O W S"
6598
- msgstr ""
6599
-
6600
  #: modules/storker/widgets/storker.php:1447
6601
  msgid "Dots Horizontal Offset"
6602
  msgstr ""
@@ -7163,12 +6715,20 @@ msgstr ""
7163
  msgid "Past Year"
7164
  msgstr ""
7165
 
 
 
 
 
7166
  #: traits/query-controls/group-query/group-control-query.php:291
7167
  msgid ""
7168
  "Setting a ‘Before’ date will show all the posts published until the chosen "
7169
  "date (inclusive)."
7170
  msgstr ""
7171
 
 
 
 
 
7172
  #: traits/query-controls/group-query/group-control-query.php:304
7173
  msgid ""
7174
  "Setting an ‘After’ date will show all the posts published since the chosen "
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Prime Slider\n"
5
+ "POT-Creation-Date: 2022-09-07 17:21+0600\n"
6
  "PO-Revision-Date: 2021-11-21 16:23+0600\n"
7
  "Last-Translator: Selim Rana <selim@bdthemes.com>\n"
8
  "Language-Team: Selim Rana <selim@bdthemes.com>\n"
74
  "is Not Enabled."
75
  msgstr ""
76
 
77
+ #: admin/admin-settings.php:998
78
  msgid "Please wait, Saving settings..."
79
  msgstr ""
80
 
81
+ #: admin/admin-settings.php:1006
82
  msgid "Settings Saved Successfully."
83
  msgstr ""
84
 
85
+ #: admin/admin-settings.php:1013
86
  msgid "Unknown error, make sure access is correct!"
87
  msgstr ""
88
 
89
+ #: admin/admin-settings.php:1077
90
  msgid ""
91
  "Please activate <strong>Usage Data Sharing</strong> features from Elementor, "
92
  "otherwise Widgets Analytics will not work. Please activate the settings from "
141
  msgstr ""
142
 
143
  #: admin/module-settings.php:58 modules/crossroad/module.info.php:5
144
+ #: modules/crossroad/widgets/crossroad.php:32
145
  msgid "Crossroad"
146
  msgstr ""
147
 
179
  msgid "Fluent"
180
  msgstr ""
181
 
182
+ #: admin/module-settings.php:158 modules/fortune/module.info.php:5
183
+ #: modules/fortune/widgets/fortune.php:24
184
+ msgid "Fortune"
185
+ msgstr ""
186
+
187
+ #: admin/module-settings.php:169 modules/general/module.info.php:5
188
+ #: modules/general/widgets/general.php:34
189
  msgid "General"
190
  msgstr ""
191
 
192
+ #: admin/module-settings.php:180 modules/isolate/module.info.php:5
193
+ #: modules/isolate/widgets/isolate.php:31
194
  msgid "Isolate"
195
  msgstr ""
196
 
197
+ #: admin/module-settings.php:191 modules/knily/module.info.php:5
198
  #: modules/knily/widgets/knily.php:38
199
  msgid "Knily"
200
  msgstr ""
201
 
202
+ #: admin/module-settings.php:202 modules/marble/module.info.php:5
203
  #: modules/marble/widgets/marble.php:34
204
  msgid "Marble"
205
  msgstr ""
206
 
207
+ #: admin/module-settings.php:213 modules/mercury/module.info.php:5
208
  #: modules/mercury/widgets/mercury.php:34
209
  msgid "Mercury"
210
  msgstr ""
211
 
212
+ #: admin/module-settings.php:224 modules/monster/module.info.php:5
213
  msgid "Monster"
214
  msgstr ""
215
 
216
+ #: admin/module-settings.php:235 modules/mount/module.info.php:5
217
  #: modules/mount/widgets/mount.php:29
218
  msgid "Mount"
219
  msgstr ""
220
 
221
+ #: admin/module-settings.php:246 modules/multiscroll/module.info.php:5
222
  #: modules/multiscroll/widgets/multiscroll.php:26
223
  msgid "Multiscroll"
224
  msgstr ""
225
 
226
+ #: admin/module-settings.php:257 modules/pacific/module.info.php:5
227
  #: modules/pacific/widgets/pacific.php:39
228
  msgid "Pacific"
229
  msgstr ""
230
 
231
+ #: admin/module-settings.php:268 modules/pagepiling/module.info.php:5
232
  #: modules/pagepiling/widgets/pagepiling.php:27
233
  msgid "Pagepiling"
234
  msgstr ""
235
 
236
+ #: admin/module-settings.php:279 modules/paranoia/module.info.php:5
237
  #: modules/paranoia/widgets/paranoia.php:30
238
  msgid "Paranoia"
239
  msgstr ""
240
 
241
+ #: admin/module-settings.php:290 modules/pieces/module.info.php:5
242
  #: modules/pieces/widgets/pieces.php:26
243
  msgid "Pieces"
244
  msgstr ""
245
 
246
+ #: admin/module-settings.php:301 modules/prism/module.info.php:5
247
  #: modules/prism/widgets/prism.php:32
248
  msgid "Prism"
249
  msgstr ""
250
 
251
+ #: admin/module-settings.php:323 modules/remote-arrows/module.info.php:5
252
  #: modules/remote-arrows/widgets/remote-arrows.php:29
253
  #: modules/remote-arrows/widgets/remote-arrows.php:74
254
  #: modules/remote-arrows/widgets/remote-arrows.php:203
255
  msgid "Remote Arrows"
256
  msgstr ""
257
 
258
+ #: admin/module-settings.php:334 modules/remote-fraction/module.info.php:5
259
  #: modules/remote-fraction/widgets/remote-fraction.php:27
260
  #: modules/remote-fraction/widgets/remote-fraction.php:67
261
  #: modules/remote-fraction/widgets/remote-fraction.php:126
262
  msgid "Remote Fraction"
263
  msgstr ""
264
 
265
+ #: admin/module-settings.php:345 modules/remote-pagination/module.info.php:5
266
  #: modules/remote-pagination/widgets/remote-pagination.php:31
267
  #: modules/remote-pagination/widgets/remote-pagination.php:71
268
  #: modules/remote-pagination/widgets/remote-pagination.php:160
269
  msgid "Remote Pagination"
270
  msgstr ""
271
 
272
+ #: admin/module-settings.php:356 modules/remote-thumbs/module.info.php:5
273
  #: modules/remote-thumbs/widgets/remote-thumbs.php:31
274
  #: modules/remote-thumbs/widgets/remote-thumbs.php:71
275
  #: modules/remote-thumbs/widgets/remote-thumbs.php:169
276
  msgid "Remote Thumbs"
277
  msgstr ""
278
 
279
+ #: admin/module-settings.php:379 modules/reveal/module.info.php:5
 
 
280
  #: modules/reveal/widgets/reveal.php:30
281
  msgid "Reveal"
282
  msgstr ""
283
 
284
+ #: admin/module-settings.php:390 modules/rubix/module.info.php:5
285
  #: modules/rubix/widgets/rubix.php:34
286
  msgid "Rubix"
287
  msgstr ""
288
 
289
+ #: admin/module-settings.php:412 modules/sequester/widgets/sequester.php:23
290
  msgid "Sequester"
291
  msgstr ""
292
 
293
+ #: admin/module-settings.php:423 modules/sniper/module.info.php:5
294
  #: modules/sniper/widgets/sniper.php:23
295
  msgid "Sniper"
296
  msgstr ""
297
 
298
+ #: admin/module-settings.php:434 modules/storker/module.info.php:5
299
  #: modules/storker/widgets/storker.php:35
300
  msgid "Storker"
301
  msgstr ""
302
 
303
+ #: admin/module-settings.php:445 modules/tango/module.info.php:5
304
  #: modules/tango/widgets/tango.php:25
305
  msgid "Tango"
306
  msgstr ""
307
 
308
+ #: admin/module-settings.php:467 modules/vertex/widgets/vertex.php:35
309
  msgid "Vertex"
310
  msgstr ""
311
 
312
+ #: admin/module-settings.php:480 modules/event-calendar/module.info.php:5
313
  #: modules/event-calendar/widgets/event-calendar.php:31
314
  msgid "Event Calendar"
315
  msgstr ""
316
 
317
+ #: admin/module-settings.php:493 modules/woocommerce/widgets/woocommerce.php:29
318
  msgid "WooCommerce"
319
  msgstr ""
320
 
321
+ #: admin/module-settings.php:506 modules/woocircle/module.info.php:5
322
  #: modules/woocircle/widgets/woocircle.php:34
323
  msgid "Woocircle"
324
  msgstr ""
325
 
326
+ #: admin/module-settings.php:519 modules/wooexpand/module.info.php:5
327
  #: modules/wooexpand/widgets/wooexpand.php:25
328
  msgid "Wooexpand"
329
  msgstr ""
330
 
331
+ #: admin/module-settings.php:532 modules/woolamp/module.info.php:5
332
  #: modules/woolamp/widgets/woolamp.php:31
333
  msgid "Woolamp"
334
  msgstr ""
335
 
336
+ #: admin/module-settings.php:545
337
  msgid "WooStand"
338
  msgstr ""
339
 
340
+ #: admin/module-settings.php:560
341
  msgid "Live Copy or Paste"
342
  msgstr ""
343
 
344
+ #: admin/module-settings.php:561
345
  msgid ""
346
  "Live copy is a copy feature that allow you to copy and paste content from "
347
  "one domain to another. For example you can copy demo content directly from "
348
  "our demo website."
349
  msgstr ""
350
 
351
+ #: admin/module-settings.php:568
352
  msgid "Live Copy/Paste"
353
  msgstr ""
354
 
355
+ #: admin/module-settings.php:584 admin/module-settings.php:592
356
  msgid "Duplicator"
357
  msgstr ""
358
 
359
+ #: admin/module-settings.php:585
360
  msgid ""
361
  "Just hit the button below to enable the duplicator. It can duplicate "
362
  "anything like posts,pages and elementor templates. A masterclass duplication "
429
  msgstr ""
430
 
431
  #: includes/helper.php:278 modules/astoria/widgets/astoria.php:193
432
+ #: modules/astoria/widgets/astoria.php:508 modules/blog/widgets/blog.php:919
433
+ #: modules/dragon/widgets/dragon.php:415
434
  #: modules/event-calendar/widgets/event-calendar.php:477
435
  #: modules/flogia/widgets/flogia.php:385 modules/fluent/widgets/fluent.php:570
436
+ #: modules/general/widgets/general.php:885
437
+ #: modules/isolate/widgets/isolate.php:422
438
+ #: modules/isolate/widgets/isolate.php:942 modules/mount/widgets/mount.php:399
 
 
439
  #: modules/paranoia/widgets/paranoia.php:365
440
  #: modules/paranoia/widgets/paranoia.php:433
441
  #: modules/paranoia/widgets/paranoia.php:551
448
  msgstr ""
449
 
450
  #: includes/helper.php:279 modules/custom/widgets/custom.php:640
451
+ #: modules/general/widgets/general.php:661
452
  #: modules/mercury/widgets/mercury.php:332
453
  #: modules/monster/widgets/monster.php:547
454
  msgid "Fade"
519
  msgstr ""
520
 
521
  #: includes/helper.php:304 modules/astoria/widgets/astoria.php:504
522
+ #: modules/blog/widgets/blog.php:915 modules/dragon/widgets/dragon.php:411
 
523
  #: modules/elysium/widgets/elysium.php:430
524
  #: modules/flogia/widgets/flogia.php:381 modules/fluent/widgets/fluent.php:566
525
+ #: modules/general/widgets/general.php:881
526
+ #: modules/isolate/widgets/isolate.php:938 modules/mount/widgets/mount.php:395
 
 
527
  #: modules/pacific/widgets/pacific.php:512 modules/prism/widgets/prism.php:528
528
  #: modules/reveal/widgets/reveal.php:387 modules/sniper/widgets/sniper.php:415
529
  #: modules/storker/widgets/storker.php:477
583
  #: modules/astoria/widgets/astoria.php:1438
584
  #: modules/astoria/widgets/astoria.php:1508
585
  #: modules/avatar/widgets/avatar.php:518 modules/avatar/widgets/avatar.php:578
586
+ #: modules/avatar/widgets/avatar.php:796 modules/blog/widgets/blog.php:1001
587
+ #: modules/blog/widgets/blog.php:1085 modules/blog/widgets/blog.php:1173
588
+ #: modules/blog/widgets/blog.php:1255 modules/blog/widgets/blog.php:1320
589
+ #: modules/blog/widgets/blog.php:1460 modules/blog/widgets/blog.php:1522
590
+ #: modules/blog/widgets/blog.php:1552 modules/blog/widgets/blog.php:1591
591
+ #: modules/blog/widgets/blog.php:1672 modules/blog/widgets/blog.php:1754
592
+ #: modules/blog/widgets/blog.php:1834 modules/blog/widgets/blog.php:1928
593
+ #: modules/blog/widgets/blog.php:1968 modules/blog/widgets/blog.php:2045
594
+ #: modules/crossroad/widgets/crossroad.php:427
595
+ #: modules/crossroad/widgets/crossroad.php:528
596
+ #: modules/crossroad/widgets/crossroad.php:765
597
+ #: modules/crossroad/widgets/crossroad.php:842
598
+ #: modules/crossroad/widgets/crossroad.php:905
599
+ #: modules/crossroad/widgets/crossroad.php:990
600
+ #: modules/crossroad/widgets/crossroad.php:1108
 
 
 
 
601
  #: modules/custom/widgets/custom.php:717 modules/custom/widgets/custom.php:828
602
  #: modules/custom/widgets/custom.php:891 modules/custom/widgets/custom.php:1069
603
  #: modules/custom/widgets/custom.php:1172
644
  #: modules/fluent/widgets/fluent.php:1125
645
  #: modules/fluent/widgets/fluent.php:1215
646
  #: modules/fluent/widgets/fluent.php:1346
647
+ #: modules/fortune/widgets/fortune.php:467
648
+ #: modules/fortune/widgets/fortune.php:545
649
+ #: modules/fortune/widgets/fortune.php:598
650
+ #: modules/fortune/widgets/fortune.php:636
651
+ #: modules/fortune/widgets/fortune.php:760
652
+ #: modules/fortune/widgets/fortune.php:878
653
+ #: modules/fortune/widgets/fortune.php:1020
654
+ #: modules/fortune/widgets/fortune.php:1109
655
+ #: modules/general/widgets/general.php:333
656
+ #: modules/general/widgets/general.php:355
657
+ #: modules/general/widgets/general.php:993
658
+ #: modules/general/widgets/general.php:1151
659
+ #: modules/general/widgets/general.php:1203
660
+ #: modules/general/widgets/general.php:1367
661
+ #: modules/general/widgets/general.php:1480
662
+ #: modules/general/widgets/general.php:1611
663
+ #: modules/general/widgets/general.php:1678
664
+ #: modules/general/widgets/general.php:1745
665
+ #: modules/general/widgets/general.php:1909
666
+ #: modules/general/widgets/general.php:1972
667
+ #: modules/general/widgets/general.php:2002
668
+ #: modules/isolate/widgets/isolate.php:1112
669
+ #: modules/isolate/widgets/isolate.php:1217
670
+ #: modules/isolate/widgets/isolate.php:1272
671
+ #: modules/isolate/widgets/isolate.php:1324
672
+ #: modules/isolate/widgets/isolate.php:1426
673
+ #: modules/isolate/widgets/isolate.php:1524
674
+ #: modules/isolate/widgets/isolate.php:1652
675
+ #: modules/isolate/widgets/isolate.php:1714
676
+ #: modules/isolate/widgets/isolate.php:1802
677
+ #: modules/isolate/widgets/isolate.php:1917
678
+ #: modules/isolate/widgets/isolate.php:1980
679
+ #: modules/isolate/widgets/isolate.php:2064 modules/knily/widgets/knily.php:560
 
 
 
 
 
 
680
  #: modules/knily/widgets/knily.php:631 modules/knily/widgets/knily.php:703
681
  #: modules/knily/widgets/knily.php:791 modules/knily/widgets/knily.php:871
682
  #: modules/knily/widgets/knily.php:947 modules/knily/widgets/knily.php:1041
745
  #: modules/remote-fraction/widgets/remote-fraction.php:272
746
  #: modules/remote-pagination/widgets/remote-pagination.php:255
747
  #: modules/remote-pagination/widgets/remote-pagination.php:338
748
+ #: modules/reveal/widgets/reveal.php:486 modules/reveal/widgets/reveal.php:601
749
+ #: modules/reveal/widgets/reveal.php:645 modules/reveal/widgets/reveal.php:738
750
+ #: modules/reveal/widgets/reveal.php:788 modules/reveal/widgets/reveal.php:865
751
+ #: modules/reveal/widgets/reveal.php:915 modules/reveal/widgets/reveal.php:968
752
+ #: modules/reveal/widgets/reveal.php:1025 modules/rubix/widgets/rubix.php:542
753
+ #: modules/rubix/widgets/rubix.php:583 modules/rubix/widgets/rubix.php:654
754
+ #: modules/rubix/widgets/rubix.php:725 modules/rubix/widgets/rubix.php:754
755
+ #: modules/rubix/widgets/rubix.php:878 modules/rubix/widgets/rubix.php:973
756
+ #: modules/rubix/widgets/rubix.php:1303 modules/rubix/widgets/rubix.php:1349
757
  #: modules/sequester/widgets/sequester.php:538
758
  #: modules/sequester/widgets/sequester.php:610
759
  #: modules/sequester/widgets/sequester.php:662
849
  msgid "Luminosity"
850
  msgstr ""
851
 
852
+ #: includes/helper.php:325 modules/blog/widgets/blog.php:730
 
853
  #: modules/custom/widgets/custom.php:1136
854
  #: modules/flexure/widgets/flexure.php:829
855
+ #: modules/fortune/widgets/fortune.php:832
856
+ #: modules/general/widgets/general.php:733
857
+ #: modules/isolate/widgets/isolate.php:753
 
 
 
858
  #: modules/remote-arrows/widgets/remote-arrows.php:95
859
  msgid "Default"
860
  msgstr ""
880
 
881
  #: includes/helper.php:329 includes/helper.php:361
882
  #: modules/astoria/widgets/astoria.php:129
883
+ #: modules/avatar/widgets/avatar.php:175 modules/blog/widgets/blog.php:395
884
+ #: modules/blog/widgets/blog.php:423
885
+ #: modules/crossroad/widgets/crossroad.php:295
 
886
  #: modules/elysium/widgets/elysium.php:156
887
  #: modules/event-calendar/widgets/event-calendar.php:99
888
  #: modules/fiestar/widgets/fiestar.php:158
889
  #: modules/flexure/widgets/flexure.php:295
890
  #: modules/flogia/widgets/flogia.php:234 modules/flogia/widgets/flogia.php:830
891
  #: modules/fluent/widgets/fluent.php:102
892
+ #: modules/fortune/widgets/fortune.php:194
893
+ #: modules/general/widgets/general.php:115
894
+ #: modules/isolate/widgets/isolate.php:215 modules/knily/widgets/knily.php:133
 
 
 
895
  #: modules/knily/widgets/knily.php:1799 modules/marble/widgets/marble.php:132
896
  #: modules/mercury/widgets/mercury.php:130
897
  #: modules/monster/widgets/monster.php:214 modules/mount/widgets/mount.php:154
902
  #: modules/remote-fraction/widgets/remote-fraction.php:142
903
  #: modules/remote-pagination/widgets/remote-pagination.php:176
904
  #: modules/remote-thumbs/widgets/remote-thumbs.php:185
905
+ #: modules/rubix/widgets/rubix.php:174
906
  #: modules/sequester/widgets/sequester.php:166
907
  #: modules/sniper/widgets/sniper.php:144
908
  #: modules/storker/widgets/storker.php:121
1036
  msgid "p"
1037
  msgstr ""
1038
 
1039
+ #: includes/helper.php:637
 
 
1040
  msgid "Select Menu"
1041
  msgstr ""
1042
 
1049
  #: modules/dragon/widgets/dragon.php:55 modules/elysium/widgets/elysium.php:57
1050
  #: modules/event-calendar/widgets/event-calendar.php:67
1051
  #: modules/fiestar/widgets/fiestar.php:67 modules/flogia/widgets/flogia.php:56
1052
+ #: modules/fluent/widgets/fluent.php:63 modules/fortune/widgets/fortune.php:55
1053
+ #: modules/general/widgets/general.php:76
1054
+ #: modules/isolate/widgets/isolate.php:73 modules/knily/widgets/knily.php:70
1055
  #: modules/marble/widgets/marble.php:66 modules/mercury/widgets/mercury.php:66
1056
  #: modules/monster/widgets/monster.php:57
1057
  #: modules/monster/widgets/monster.php:394 modules/mount/widgets/mount.php:57
1072
  msgstr ""
1073
 
1074
  #: modules/astoria/widgets/astoria.php:69 modules/avatar/widgets/avatar.php:202
1075
+ #: modules/blog/widgets/blog.php:125
1076
+ #: modules/crossroad/widgets/crossroad.php:242
1077
+ #: modules/crossroad/widgets/crossroad.php:1181
1078
  #: modules/elysium/widgets/elysium.php:698
1079
  #: modules/elysium/widgets/elysium.php:770
1080
  #: modules/event-calendar/widgets/event-calendar.php:74
1081
  #: modules/fiestar/widgets/fiestar.php:116
1082
+ #: modules/flexure/widgets/flexure.php:183
1083
+ #: modules/fortune/widgets/fortune.php:62 modules/knily/widgets/knily.php:77
1084
  #: modules/marble/widgets/marble.php:89
1085
  #: modules/pagepiling/widgets/pagepiling.php:1144
1086
  #: modules/paranoia/widgets/paranoia.php:66 modules/prism/widgets/prism.php:72
1088
  #: modules/remote-pagination/widgets/remote-pagination.php:357
1089
  #: modules/remote-thumbs/widgets/remote-thumbs.php:268
1090
  #: modules/remote-thumbs/widgets/remote-thumbs.php:340
1091
+ #: modules/reveal/widgets/reveal.php:225 modules/rubix/widgets/rubix.php:553
1092
+ #: modules/rubix/widgets/rubix.php:1277 modules/sniper/widgets/sniper.php:61
1093
  #: modules/storker/widgets/storker.php:74 modules/vertex/widgets/vertex.php:90
1094
  #: modules/wooexpand/widgets/wooexpand.php:64
1095
  msgid "Height"
1096
  msgstr ""
1097
 
1098
  #: modules/astoria/widgets/astoria.php:95
1099
+ #: modules/fortune/widgets/fortune.php:88
1100
  #: modules/wooexpand/widgets/wooexpand.php:81
1101
  msgid "Content Width"
1102
  msgstr ""
1103
 
1104
  #: modules/astoria/widgets/astoria.php:121
1105
+ #: modules/avatar/widgets/avatar.php:167 modules/blog/widgets/blog.php:387
1106
+ #: modules/crossroad/widgets/crossroad.php:287
1107
  #: modules/elysium/widgets/elysium.php:148
1108
  #: modules/event-calendar/widgets/event-calendar.php:91
1109
  #: modules/fiestar/widgets/fiestar.php:150
1110
  #: modules/flogia/widgets/flogia.php:226 modules/flogia/widgets/flogia.php:822
1111
+ #: modules/fluent/widgets/fluent.php:94 modules/fortune/widgets/fortune.php:186
1112
+ #: modules/general/widgets/general.php:107
1113
+ #: modules/isolate/widgets/isolate.php:207 modules/knily/widgets/knily.php:125
1114
  #: modules/knily/widgets/knily.php:1791 modules/marble/widgets/marble.php:124
1115
  #: modules/mercury/widgets/mercury.php:122
1116
  #: modules/monster/widgets/monster.php:206 modules/mount/widgets/mount.php:146
1122
  #: modules/remote-fraction/widgets/remote-fraction.php:134
1123
  #: modules/remote-pagination/widgets/remote-pagination.php:168
1124
  #: modules/remote-thumbs/widgets/remote-thumbs.php:177
1125
+ #: modules/rubix/widgets/rubix.php:166
1126
  #: modules/sequester/widgets/sequester.php:158
1127
  #: modules/sniper/widgets/sniper.php:136
1128
  #: modules/storker/widgets/storker.php:113
1137
  msgstr ""
1138
 
1139
  #: modules/astoria/widgets/astoria.php:125
1140
+ #: modules/avatar/widgets/avatar.php:171 modules/blog/widgets/blog.php:391
1141
+ #: modules/blog/widgets/blog.php:419
1142
+ #: modules/crossroad/widgets/crossroad.php:291
 
1143
  #: modules/custom/widgets/custom.php:1046
1144
  #: modules/elysium/widgets/elysium.php:152
1145
  #: modules/event-calendar/widgets/event-calendar.php:95
1146
  #: modules/fiestar/widgets/fiestar.php:154
1147
  #: modules/flogia/widgets/flogia.php:230 modules/flogia/widgets/flogia.php:826
1148
+ #: modules/fluent/widgets/fluent.php:98 modules/fortune/widgets/fortune.php:190
1149
+ #: modules/general/widgets/general.php:111
1150
+ #: modules/isolate/widgets/isolate.php:211
1151
+ #: modules/isolate/widgets/isolate.php:235 modules/knily/widgets/knily.php:129
 
 
 
 
1152
  #: modules/marble/widgets/marble.php:128
1153
  #: modules/mercury/widgets/mercury.php:126
1154
  #: modules/monster/widgets/monster.php:210 modules/mount/widgets/mount.php:150
1162
  #: modules/remote-fraction/widgets/remote-fraction.php:138
1163
  #: modules/remote-pagination/widgets/remote-pagination.php:172
1164
  #: modules/remote-thumbs/widgets/remote-thumbs.php:181
1165
+ #: modules/rubix/widgets/rubix.php:170
1166
  #: modules/sequester/widgets/sequester.php:162
1167
  #: modules/sniper/widgets/sniper.php:140
1168
  #: modules/storker/widgets/storker.php:117 modules/tango/widgets/tango.php:201
1177
  msgstr ""
1178
 
1179
  #: modules/astoria/widgets/astoria.php:133
1180
+ #: modules/avatar/widgets/avatar.php:179 modules/blog/widgets/blog.php:399
1181
+ #: modules/blog/widgets/blog.php:427
1182
+ #: modules/crossroad/widgets/crossroad.php:299
 
1183
  #: modules/custom/widgets/custom.php:1047
1184
  #: modules/elysium/widgets/elysium.php:160
1185
  #: modules/event-calendar/widgets/event-calendar.php:103
1186
  #: modules/fiestar/widgets/fiestar.php:162
1187
  #: modules/flogia/widgets/flogia.php:238 modules/flogia/widgets/flogia.php:834
1188
  #: modules/fluent/widgets/fluent.php:106
1189
+ #: modules/fortune/widgets/fortune.php:198
1190
+ #: modules/general/widgets/general.php:119
1191
+ #: modules/isolate/widgets/isolate.php:219
1192
+ #: modules/isolate/widgets/isolate.php:239 modules/knily/widgets/knily.php:137
 
 
 
 
1193
  #: modules/marble/widgets/marble.php:136
1194
  #: modules/mercury/widgets/mercury.php:134
1195
  #: modules/monster/widgets/monster.php:218 modules/mount/widgets/mount.php:158
1202
  #: modules/remote-fraction/widgets/remote-fraction.php:146
1203
  #: modules/remote-pagination/widgets/remote-pagination.php:180
1204
  #: modules/remote-thumbs/widgets/remote-thumbs.php:189
1205
+ #: modules/rubix/widgets/rubix.php:178
1206
  #: modules/sequester/widgets/sequester.php:170
1207
  #: modules/sniper/widgets/sniper.php:148
1208
  #: modules/storker/widgets/storker.php:125 modules/tango/widgets/tango.php:209
1217
  msgstr ""
1218
 
1219
  #: modules/astoria/widgets/astoria.php:146 modules/dragon/widgets/dragon.php:95
1220
+ #: modules/fortune/widgets/fortune.php:115
1221
+ #: modules/general/widgets/general.php:139
1222
+ #: modules/isolate/widgets/isolate.php:113 modules/mount/widgets/mount.php:97
1223
  #: modules/multiscroll/widgets/multiscroll.php:416
1224
  #: modules/pagepiling/widgets/pagepiling.php:215
1225
  #: modules/paranoia/widgets/paranoia.php:88
1230
  msgstr ""
1231
 
1232
  #: modules/astoria/widgets/astoria.php:156 modules/avatar/widgets/avatar.php:90
1233
+ #: modules/blog/widgets/blog.php:162
1234
+ #: modules/crossroad/widgets/crossroad.php:312
1235
  #: modules/dragon/widgets/dragon.php:86 modules/elysium/widgets/elysium.php:98
1236
  #: modules/event-calendar/widgets/event-calendar.php:116
1237
  #: modules/fiestar/widgets/fiestar.php:184
1238
  #: modules/flexure/widgets/flexure.php:232
1239
  #: modules/flogia/widgets/flogia.php:119 modules/fluent/widgets/fluent.php:134
1240
+ #: modules/fortune/widgets/fortune.php:125
1241
+ #: modules/general/widgets/general.php:148
1242
+ #: modules/isolate/widgets/isolate.php:104 modules/knily/widgets/knily.php:189
1243
  #: modules/marble/widgets/marble.php:158
1244
  #: modules/mercury/widgets/mercury.php:186
1245
  #: modules/monster/widgets/monster.php:123 modules/mount/widgets/mount.php:88
1248
  #: modules/pagepiling/widgets/pagepiling.php:206
1249
  #: modules/paranoia/widgets/paranoia.php:98
1250
  #: modules/pieces/widgets/pieces.php:136 modules/prism/widgets/prism.php:98
1251
+ #: modules/reveal/widgets/reveal.php:261 modules/rubix/widgets/rubix.php:230
1252
  #: modules/sequester/widgets/sequester.php:82
1253
  #: modules/sniper/widgets/sniper.php:87 modules/storker/widgets/storker.php:190
1254
  #: modules/tango/widgets/tango.php:123 modules/vertex/widgets/vertex.php:159
1261
  msgstr ""
1262
 
1263
  #: modules/astoria/widgets/astoria.php:166
1264
+ #: modules/avatar/widgets/avatar.php:128 modules/blog/widgets/blog.php:374
1265
+ #: modules/crossroad/widgets/crossroad.php:322
1266
  #: modules/dragon/widgets/dragon.php:140
1267
  #: modules/elysium/widgets/elysium.php:135
1268
  #: modules/fiestar/widgets/fiestar.php:194
1269
  #: modules/flexure/widgets/flexure.php:277
1270
  #: modules/flexure/widgets/flexure.php:321
1271
  #: modules/flogia/widgets/flogia.php:129 modules/fluent/widgets/fluent.php:144
1272
+ #: modules/fortune/widgets/fortune.php:134
1273
+ #: modules/general/widgets/general.php:157
1274
+ #: modules/isolate/widgets/isolate.php:194 modules/knily/widgets/knily.php:199
1275
  #: modules/marble/widgets/marble.php:168
1276
  #: modules/mercury/widgets/mercury.php:196
1277
  #: modules/monster/widgets/monster.php:193 modules/mount/widgets/mount.php:133
1281
  #: modules/paranoia/widgets/paranoia.php:108
1282
  #: modules/pieces/widgets/pieces.php:146 modules/prism/widgets/prism.php:108
1283
  #: modules/prism/widgets/prism.php:141 modules/reveal/widgets/reveal.php:271
1284
+ #: modules/rubix/widgets/rubix.php:240
1285
  #: modules/sequester/widgets/sequester.php:145
1286
  #: modules/sniper/widgets/sniper.php:123
1287
  #: modules/storker/widgets/storker.php:200 modules/tango/widgets/tango.php:184
1294
  msgid "Title HTML Tag"
1295
  msgstr ""
1296
 
1297
+ #: modules/astoria/widgets/astoria.php:179 modules/blog/widgets/blog.php:172
1298
  #: modules/elysium/widgets/elysium.php:107
1299
  #: modules/flogia/widgets/flogia.php:142 modules/fluent/widgets/fluent.php:157
1300
+ #: modules/fortune/widgets/fortune.php:147 modules/knily/widgets/knily.php:212
1301
+ #: modules/mercury/widgets/mercury.php:209
1302
  #: modules/paranoia/widgets/paranoia.php:121
1303
+ #: modules/reveal/widgets/reveal.php:284 modules/rubix/widgets/rubix.php:253
1304
  #: modules/storker/widgets/storker.php:213
1305
  msgid "Show Text"
1306
  msgstr ""
1318
  msgid "Show Social Link"
1319
  msgstr ""
1320
 
1321
+ #: modules/astoria/widgets/astoria.php:212 modules/blog/widgets/blog.php:244
1322
  #: modules/fluent/widgets/fluent.php:297
1323
+ #: modules/general/widgets/general.php:220
1324
+ #: modules/isolate/widgets/isolate.php:164
1325
  #: modules/woocommerce/widgets/woocommerce.php:174
1326
  msgid "Show Scroll Button"
1327
  msgstr ""
1328
 
1329
  #: modules/astoria/widgets/astoria.php:223
1330
  #: modules/astoria/widgets/astoria.php:496
1331
+ #: modules/avatar/widgets/avatar.php:240 modules/blog/widgets/blog.php:907
1332
  #: modules/custom/widgets/custom.php:154 modules/dragon/widgets/dragon.php:177
1333
  #: modules/dragon/widgets/dragon.php:403
1334
  #: modules/elysium/widgets/elysium.php:186
1336
  #: modules/fiestar/widgets/fiestar.php:361
1337
  #: modules/flexure/widgets/flexure.php:62 modules/flogia/widgets/flogia.php:373
1338
  #: modules/fluent/widgets/fluent.php:558
1339
+ #: modules/fortune/widgets/fortune.php:214
1340
+ #: modules/fortune/widgets/fortune.php:447
1341
+ #: modules/general/widgets/general.php:249
1342
+ #: modules/general/widgets/general.php:873
1343
+ #: modules/isolate/widgets/isolate.php:280
1344
+ #: modules/isolate/widgets/isolate.php:930 modules/knily/widgets/knily.php:504
1345
  #: modules/marble/widgets/marble.php:344
1346
  #: modules/monster/widgets/monster.php:233
1347
  #: modules/monster/widgets/monster.php:672 modules/mount/widgets/mount.php:173
1367
  #: modules/astoria/widgets/astoria.php:232
1368
  #: modules/astoria/widgets/astoria.php:758
1369
  #: modules/dragon/widgets/dragon.php:186 modules/dragon/widgets/dragon.php:598
1370
+ #: modules/fortune/widgets/fortune.php:232
1371
+ #: modules/fortune/widgets/fortune.php:535
1372
+ #: modules/general/widgets/general.php:258
1373
+ #: modules/general/widgets/general.php:700
1374
+ #: modules/general/widgets/general.php:1141
1375
+ #: modules/isolate/widgets/isolate.php:289
1376
+ #: modules/isolate/widgets/isolate.php:720
1377
+ #: modules/isolate/widgets/isolate.php:1262 modules/mount/widgets/mount.php:182
1378
  #: modules/mount/widgets/mount.php:641
1379
  #: modules/multiscroll/widgets/multiscroll.php:68
1380
  #: modules/pagepiling/widgets/pagepiling.php:68
1381
  #: modules/pagepiling/widgets/pagepiling.php:609
1382
  #: modules/paranoia/widgets/paranoia.php:159
1383
  #: modules/paranoia/widgets/paranoia.php:401
1384
+ #: modules/reveal/widgets/reveal.php:90 modules/reveal/widgets/reveal.php:634
1385
  #: modules/sequester/widgets/sequester.php:194
1386
  #: modules/sequester/widgets/sequester.php:600
1387
  #: modules/sniper/widgets/sniper.php:172 modules/sniper/widgets/sniper.php:520
1392
  #: modules/astoria/widgets/astoria.php:370
1393
  #: modules/astoria/widgets/astoria.php:583
1394
  #: modules/avatar/widgets/avatar.php:249 modules/avatar/widgets/avatar.php:507
1395
+ #: modules/blog/widgets/blog.php:495 modules/blog/widgets/blog.php:698
1396
+ #: modules/blog/widgets/blog.php:958 modules/blog/widgets/blog.php:1919
1397
+ #: modules/crossroad/widgets/crossroad.php:89
1398
+ #: modules/crossroad/widgets/crossroad.php:417
1399
+ #: modules/crossroad/widgets/crossroad.php:755
1400
  #: modules/custom/widgets/custom.php:219 modules/dragon/widgets/dragon.php:196
1401
  #: modules/dragon/widgets/dragon.php:322 modules/dragon/widgets/dragon.php:488
1402
  #: modules/elysium/widgets/elysium.php:195
1409
  #: modules/flexure/widgets/flexure.php:394
1410
  #: modules/flogia/widgets/flogia.php:437 modules/fluent/widgets/fluent.php:373
1411
  #: modules/fluent/widgets/fluent.php:641 modules/fluent/widgets/fluent.php:1118
1412
+ #: modules/fortune/widgets/fortune.php:242
1413
+ #: modules/fortune/widgets/fortune.php:457
1414
+ #: modules/general/widgets/general.php:269
1415
+ #: modules/general/widgets/general.php:462
1416
+ #: modules/general/widgets/general.php:701
1417
+ #: modules/general/widgets/general.php:946
1418
+ #: modules/isolate/widgets/isolate.php:299
1419
+ #: modules/isolate/widgets/isolate.php:508
1420
+ #: modules/isolate/widgets/isolate.php:721
1421
+ #: modules/isolate/widgets/isolate.php:1070 modules/knily/widgets/knily.php:549
1422
  #: modules/marble/widgets/marble.php:407
1423
  #: modules/mercury/widgets/mercury.php:459
1424
  #: modules/monster/widgets/monster.php:252
1437
  #: modules/prism/widgets/prism.php:175 modules/prism/widgets/prism.php:415
1438
  #: modules/prism/widgets/prism.php:586 modules/reveal/widgets/reveal.php:80
1439
  #: modules/reveal/widgets/reveal.php:347 modules/reveal/widgets/reveal.php:466
1440
+ #: modules/reveal/widgets/reveal.php:961 modules/rubix/widgets/rubix.php:572
1441
  #: modules/sequester/widgets/sequester.php:205
1442
  #: modules/sequester/widgets/sequester.php:337
1443
  #: modules/sequester/widgets/sequester.php:496
1461
  #: modules/avatar/widgets/avatar.php:259 modules/dragon/widgets/dragon.php:206
1462
  #: modules/elysium/widgets/elysium.php:205
1463
  #: modules/flexure/widgets/flexure.php:82
1464
+ #: modules/fortune/widgets/fortune.php:297
1465
+ #: modules/general/widgets/general.php:279
1466
+ #: modules/isolate/widgets/isolate.php:309
1467
  #: modules/monster/widgets/monster.php:262 modules/mount/widgets/mount.php:202
1468
  #: modules/multiscroll/widgets/multiscroll.php:90
1469
  #: modules/pagepiling/widgets/pagepiling.php:90
1477
 
1478
  #: modules/astoria/widgets/astoria.php:266
1479
  #: modules/astoria/widgets/astoria.php:472
1480
+ #: modules/avatar/widgets/avatar.php:273 modules/blog/widgets/blog.php:218
1481
+ #: modules/blog/widgets/blog.php:600
1482
+ #: modules/crossroad/widgets/crossroad.php:150
1483
  #: modules/dragon/widgets/dragon.php:220
1484
+ #: modules/general/widgets/general.php:293
1485
+ #: modules/general/widgets/general.php:571
1486
+ #: modules/isolate/widgets/isolate.php:323
1487
+ #: modules/isolate/widgets/isolate.php:611 modules/knily/widgets/knily.php:332
 
 
1488
  #: modules/multiscroll/widgets/multiscroll.php:115
1489
  #: modules/pagepiling/widgets/pagepiling.php:104
1490
  #: modules/sequester/widgets/sequester.php:230
1494
  msgstr ""
1495
 
1496
  #: modules/astoria/widgets/astoria.php:268
1497
+ #: modules/fortune/widgets/fortune.php:254
1498
  #: modules/paranoia/widgets/paranoia.php:181
1499
  msgid "Explore our works"
1500
  msgstr ""
1501
 
1502
  #: modules/astoria/widgets/astoria.php:277
1503
  #: modules/avatar/widgets/avatar.php:284
1504
+ #: modules/crossroad/widgets/crossroad.php:161
1505
  #: modules/dragon/widgets/dragon.php:231
1506
+ #: modules/general/widgets/general.php:304
1507
+ #: modules/isolate/widgets/isolate.php:334
1508
  #: modules/multiscroll/widgets/multiscroll.php:126
1509
  #: modules/pagepiling/widgets/pagepiling.php:115
1510
  #: modules/sequester/widgets/sequester.php:241
1513
 
1514
  #: modules/astoria/widgets/astoria.php:290
1515
  #: modules/astoria/widgets/astoria.php:802
1516
+ #: modules/avatar/widgets/avatar.php:570 modules/blog/widgets/blog.php:699
1517
+ #: modules/blog/widgets/blog.php:1825 modules/blog/widgets/blog.php:1959
1518
+ #: modules/crossroad/widgets/crossroad.php:895
 
1519
  #: modules/elysium/widgets/elysium.php:219
1520
  #: modules/elysium/widgets/elysium.php:535
1521
  #: modules/fluent/widgets/fluent.php:764
1522
+ #: modules/fortune/widgets/fortune.php:311
1523
+ #: modules/fortune/widgets/fortune.php:588 modules/knily/widgets/knily.php:620
1524
  #: modules/mercury/widgets/mercury.php:530
1525
  #: modules/paranoia/widgets/paranoia.php:238
1526
  #: modules/paranoia/widgets/paranoia.php:469
1527
  #: modules/prism/widgets/prism.php:199 modules/prism/widgets/prism.php:685
1528
  #: modules/remote-arrows/widgets/remote-arrows.php:138
1529
  #: modules/remote-arrows/widgets/remote-arrows.php:172
1530
+ #: modules/reveal/widgets/reveal.php:169 modules/reveal/widgets/reveal.php:727
1531
+ #: modules/reveal/widgets/reveal.php:1018 modules/rubix/widgets/rubix.php:643
1532
+ #: modules/rubix/widgets/rubix.php:718 modules/storker/widgets/storker.php:585
1533
  #: modules/woocircle/widgets/woocircle.php:914
1534
  #: modules/wooexpand/widgets/wooexpand.php:643
1535
  msgid "Text"
1537
 
1538
  #: modules/astoria/widgets/astoria.php:300
1539
  #: modules/avatar/widgets/avatar.php:308 modules/avatar/widgets/avatar.php:477
1540
+ #: modules/crossroad/widgets/crossroad.php:661
1541
+ #: modules/crossroad/widgets/crossroad.php:1174
 
1542
  #: modules/dragon/widgets/dragon.php:255
1543
  #: modules/elysium/widgets/elysium.php:230
1544
  #: modules/elysium/widgets/elysium.php:421
1545
+ #: modules/fortune/widgets/fortune.php:276
1546
+ #: modules/general/widgets/general.php:337
1547
+ #: modules/general/widgets/general.php:370
1548
+ #: modules/isolate/widgets/isolate.php:358
 
1549
  #: modules/monster/widgets/monster.php:276
1550
  #: modules/monster/widgets/monster.php:810 modules/mount/widgets/mount.php:216
1551
  #: modules/multiscroll/widgets/multiscroll.php:140
1564
 
1565
  #: modules/astoria/widgets/astoria.php:312
1566
  #: modules/avatar/widgets/avatar.php:320
1567
+ #: modules/crossroad/widgets/crossroad.php:71
1568
  #: modules/custom/widgets/custom.php:184 modules/dragon/widgets/dragon.php:267
1569
  #: modules/elysium/widgets/elysium.php:242
1570
+ #: modules/general/widgets/general.php:411
1571
+ #: modules/isolate/widgets/isolate.php:385
1572
  #: modules/monster/widgets/monster.php:288 modules/mount/widgets/mount.php:228
1573
  #: modules/pagepiling/widgets/pagepiling.php:166
1574
  #: modules/pieces/widgets/pieces.php:103 modules/prism/widgets/prism.php:221
1580
  #: modules/astoria/widgets/astoria.php:317
1581
  #: modules/astoria/widgets/astoria.php:323
1582
  #: modules/astoria/widgets/astoria.php:329
1583
+ #: modules/fortune/widgets/fortune.php:329
1584
+ #: modules/fortune/widgets/fortune.php:335
1585
+ #: modules/fortune/widgets/fortune.php:340
1586
  #: modules/paranoia/widgets/paranoia.php:256
1587
  #: modules/paranoia/widgets/paranoia.php:262
1588
  #: modules/paranoia/widgets/paranoia.php:267
1591
  msgstr ""
1592
 
1593
  #: modules/astoria/widgets/astoria.php:318
1594
+ #: modules/fortune/widgets/fortune.php:330
1595
  #: modules/paranoia/widgets/paranoia.php:257
1596
  msgid "Massive"
1597
  msgstr ""
1598
 
1599
  #: modules/astoria/widgets/astoria.php:319
1600
+ #: modules/crossroad/widgets/crossroad.php:204
1601
+ #: modules/fortune/widgets/fortune.php:313
1602
+ #: modules/fortune/widgets/fortune.php:331
1603
  #: modules/paranoia/widgets/paranoia.php:240
1604
  #: modules/paranoia/widgets/paranoia.php:258
1605
  #: modules/prism/widgets/prism.php:228 modules/reveal/widgets/reveal.php:190
1610
  msgstr ""
1611
 
1612
  #: modules/astoria/widgets/astoria.php:324
1613
+ #: modules/fortune/widgets/fortune.php:336
1614
  #: modules/paranoia/widgets/paranoia.php:263
1615
  msgid "Vibrant"
1616
  msgstr ""
1623
  msgstr ""
1624
 
1625
  #: modules/astoria/widgets/astoria.php:330
1626
+ #: modules/fortune/widgets/fortune.php:341
1627
  #: modules/paranoia/widgets/paranoia.php:268
1628
  msgid "Wallow"
1629
  msgstr ""
1636
  msgstr ""
1637
 
1638
  #: modules/astoria/widgets/astoria.php:343
1639
+ #: modules/avatar/widgets/avatar.php:349 modules/blog/widgets/blog.php:148
1640
+ #: modules/dragon/widgets/dragon.php:295
1641
  #: modules/elysium/widgets/elysium.php:174
1642
  #: modules/event-calendar/widgets/event-calendar.php:190
1643
  #: modules/flexure/widgets/flexure.php:160
1644
  #: modules/flogia/widgets/flogia.php:105 modules/fluent/widgets/fluent.php:120
1645
+ #: modules/fortune/widgets/fortune.php:353
1646
+ #: modules/general/widgets/general.php:433
1647
+ #: modules/isolate/widgets/isolate.php:410
 
1648
  #: modules/monster/widgets/monster.php:321 modules/mount/widgets/mount.php:256
1649
  #: modules/multiscroll/widgets/multiscroll.php:326
1650
  #: modules/pagepiling/widgets/pagepiling.php:274
1668
  msgid "Social Link"
1669
  msgstr ""
1670
 
1671
+ #: modules/astoria/widgets/astoria.php:378 modules/blog/widgets/blog.php:503
1672
+ #: modules/custom/widgets/custom.php:228 modules/dragon/widgets/dragon.php:330
 
1673
  #: modules/flexure/widgets/flexure.php:359
1674
  #: modules/fluent/widgets/fluent.php:381
1675
+ #: modules/general/widgets/general.php:471
1676
+ #: modules/isolate/widgets/isolate.php:516
 
 
1677
  #: modules/monster/widgets/monster.php:353 modules/mount/widgets/mount.php:291
1678
  #: modules/pagepiling/widgets/pagepiling.php:381
1679
  #: modules/sequester/widgets/sequester.php:346
1681
  msgid "Link"
1682
  msgstr ""
1683
 
1684
+ #: modules/astoria/widgets/astoria.php:386 modules/blog/widgets/blog.php:511
1685
  #: modules/custom/widgets/custom.php:237 modules/fluent/widgets/fluent.php:389
1686
+ #: modules/general/widgets/general.php:480
1687
+ #: modules/isolate/widgets/isolate.php:524
1688
  msgid "Choose Icon"
1689
  msgstr ""
1690
 
1691
+ #: modules/astoria/widgets/astoria.php:398 modules/blog/widgets/blog.php:525
1692
  #: modules/custom/widgets/custom.php:230 modules/custom/widgets/custom.php:251
1693
  #: modules/dragon/widgets/dragon.php:342
1694
  #: modules/flexure/widgets/flexure.php:361
1695
  #: modules/flexure/widgets/flexure.php:372
1696
  #: modules/fluent/widgets/fluent.php:401
1697
+ #: modules/general/widgets/general.php:473
1698
+ #: modules/general/widgets/general.php:496
1699
+ #: modules/isolate/widgets/isolate.php:536
1700
  #: modules/monster/widgets/monster.php:355
1701
  #: modules/monster/widgets/monster.php:366 modules/mount/widgets/mount.php:293
1702
  #: modules/mount/widgets/mount.php:304
1709
  msgid "http://www.facebook.com/bdthemes/"
1710
  msgstr ""
1711
 
1712
+ #: modules/astoria/widgets/astoria.php:406 modules/blog/widgets/blog.php:533
1713
  #: modules/custom/widgets/custom.php:259 modules/dragon/widgets/dragon.php:346
1714
  #: modules/flexure/widgets/flexure.php:376
1715
  #: modules/fluent/widgets/fluent.php:406
1716
+ #: modules/general/widgets/general.php:504
1717
+ #: modules/isolate/widgets/isolate.php:544
1718
  #: modules/monster/widgets/monster.php:370 modules/mount/widgets/mount.php:308
1719
  #: modules/pagepiling/widgets/pagepiling.php:398
1720
  #: modules/sequester/widgets/sequester.php:363
1722
  msgid "http://www.twitter.com/bdthemes/"
1723
  msgstr ""
1724
 
1725
+ #: modules/astoria/widgets/astoria.php:414 modules/blog/widgets/blog.php:541
1726
  #: modules/custom/widgets/custom.php:267 modules/dragon/widgets/dragon.php:350
1727
  #: modules/flexure/widgets/flexure.php:380
1728
  #: modules/fluent/widgets/fluent.php:416
1729
+ #: modules/general/widgets/general.php:512
1730
+ #: modules/isolate/widgets/isolate.php:552
1731
  #: modules/monster/widgets/monster.php:374 modules/mount/widgets/mount.php:312
1732
  #: modules/pagepiling/widgets/pagepiling.php:402
1733
  #: modules/sequester/widgets/sequester.php:367
1738
  #: modules/astoria/widgets/astoria.php:431
1739
  #: modules/astoria/widgets/astoria.php:475
1740
  #: modules/astoria/widgets/astoria.php:476
1741
+ #: modules/astoria/widgets/astoria.php:1234 modules/blog/widgets/blog.php:558
1742
+ #: modules/blog/widgets/blog.php:603 modules/blog/widgets/blog.php:604
1743
+ #: modules/blog/widgets/blog.php:1501 modules/fluent/widgets/fluent.php:308
1744
  #: modules/fluent/widgets/fluent.php:1388
1745
+ #: modules/general/widgets/general.php:529
1746
+ #: modules/general/widgets/general.php:574
1747
+ #: modules/general/widgets/general.php:575
1748
+ #: modules/general/widgets/general.php:1951
1749
+ #: modules/isolate/widgets/isolate.php:569
1750
+ #: modules/isolate/widgets/isolate.php:614
1751
+ #: modules/isolate/widgets/isolate.php:615
1752
+ #: modules/isolate/widgets/isolate.php:1959
1753
  #: modules/woocommerce/widgets/woocommerce.php:463
1754
  #: modules/woocommerce/widgets/woocommerce.php:507
1755
  #: modules/woocommerce/widgets/woocommerce.php:508
1757
  msgid "Scroll Down"
1758
  msgstr ""
1759
 
1760
+ #: modules/astoria/widgets/astoria.php:441 modules/blog/widgets/blog.php:569
1761
  #: modules/fluent/widgets/fluent.php:318
1762
+ #: modules/general/widgets/general.php:540
1763
+ #: modules/isolate/widgets/isolate.php:580
1764
  #: modules/woocommerce/widgets/woocommerce.php:473
1765
  msgid "Duration"
1766
  msgstr ""
1767
 
1768
+ #: modules/astoria/widgets/astoria.php:457 modules/blog/widgets/blog.php:585
 
1769
  #: modules/fluent/widgets/fluent.php:334
1770
+ #: modules/general/widgets/general.php:556
1771
+ #: modules/isolate/widgets/isolate.php:596
 
 
 
 
1772
  #: modules/paranoia/widgets/paranoia.php:363
1773
  #: modules/paranoia/widgets/paranoia.php:431
1774
  #: modules/paranoia/widgets/paranoia.php:549
1778
  msgid "Offset"
1779
  msgstr ""
1780
 
1781
+ #: modules/astoria/widgets/astoria.php:483 modules/blog/widgets/blog.php:611
1782
  #: modules/custom/widgets/custom.php:120 modules/fluent/widgets/fluent.php:349
1783
+ #: modules/general/widgets/general.php:582
1784
+ #: modules/isolate/widgets/isolate.php:622
1785
  #: modules/woocommerce/widgets/woocommerce.php:515
1786
  msgid "Section ID"
1787
  msgstr ""
1788
 
1789
+ #: modules/astoria/widgets/astoria.php:486 modules/blog/widgets/blog.php:614
1790
  #: modules/fluent/widgets/fluent.php:352
1791
+ #: modules/general/widgets/general.php:585
1792
+ #: modules/isolate/widgets/isolate.php:625
1793
  #: modules/woocommerce/widgets/woocommerce.php:518
1794
  msgid ""
1795
  "By clicking this scroll button, to which section in your page you want to "
1799
 
1800
  #: modules/astoria/widgets/astoria.php:509
1801
  #: modules/astoria/widgets/astoria.php:519
1802
+ #: modules/astoria/widgets/astoria.php:617 modules/blog/widgets/blog.php:920
1803
+ #: modules/blog/widgets/blog.php:1187 modules/blog/widgets/blog.php:1268
1804
+ #: modules/blog/widgets/blog.php:1602 modules/blog/widgets/blog.php:1683
1805
+ #: modules/blog/widgets/blog.php:1767 modules/blog/widgets/blog.php:2119
1806
+ #: modules/blog/widgets/blog.php:2231 modules/custom/widgets/custom.php:664
1807
+ #: modules/custom/widgets/custom.php:729 modules/custom/widgets/custom.php:840
1808
+ #: modules/custom/widgets/custom.php:1189
 
 
 
 
1809
  #: modules/custom/widgets/custom.php:1340 modules/dragon/widgets/dragon.php:416
1810
  #: modules/dragon/widgets/dragon.php:672 modules/dragon/widgets/dragon.php:686
1811
  #: modules/flexure/widgets/flexure.php:890
1812
  #: modules/flexure/widgets/flexure.php:979
1813
  #: modules/flogia/widgets/flogia.php:386 modules/flogia/widgets/flogia.php:640
1814
  #: modules/fluent/widgets/fluent.php:571 modules/fluent/widgets/fluent.php:841
1815
+ #: modules/fortune/widgets/fortune.php:893
1816
+ #: modules/fortune/widgets/fortune.php:1035
1817
+ #: modules/general/widgets/general.php:327
1818
+ #: modules/general/widgets/general.php:886
1819
+ #: modules/general/widgets/general.php:1064
1820
  #: modules/general/widgets/general.php:2070
1821
+ #: modules/general/widgets/general.php:2240
1822
+ #: modules/isolate/widgets/isolate.php:943
1823
+ #: modules/isolate/widgets/isolate.php:1012
1824
+ #: modules/isolate/widgets/isolate.php:1335
1825
+ #: modules/isolate/widgets/isolate.php:1440
1826
+ #: modules/isolate/widgets/isolate.php:1455
1827
+ #: modules/isolate/widgets/isolate.php:1537
1828
+ #: modules/isolate/widgets/isolate.php:1552
1829
+ #: modules/isolate/widgets/isolate.php:1663
1830
+ #: modules/isolate/widgets/isolate.php:1991
1831
+ #: modules/isolate/widgets/isolate.php:2075
1832
+ #: modules/isolate/widgets/isolate.php:2160
1833
+ #: modules/isolate/widgets/isolate.php:2354
1834
+ #: modules/isolate/widgets/isolate.php:2371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1835
  #: modules/monster/widgets/monster.php:689
1836
  #: modules/monster/widgets/monster.php:749
1837
  #: modules/monster/widgets/monster.php:818 modules/mount/widgets/mount.php:400
1870
  msgid "Background"
1871
  msgstr ""
1872
 
1873
+ #: modules/astoria/widgets/astoria.php:510 modules/blog/widgets/blog.php:921
1874
  #: modules/dragon/widgets/dragon.php:417 modules/flogia/widgets/flogia.php:387
1875
  #: modules/fluent/widgets/fluent.php:572
1876
+ #: modules/general/widgets/general.php:887
1877
+ #: modules/isolate/widgets/isolate.php:944 modules/mount/widgets/mount.php:401
1878
  #: modules/prism/widgets/prism.php:534 modules/reveal/widgets/reveal.php:393
1879
  #: modules/woocommerce/widgets/woocommerce.php:606
1880
  #: modules/woostand/widgets/woostand.php:1268
1881
  msgid "Blend"
1882
  msgstr ""
1883
 
1884
+ #: modules/astoria/widgets/astoria.php:540 modules/blog/widgets/blog.php:943
1885
  #: modules/dragon/widgets/dragon.php:440 modules/flogia/widgets/flogia.php:410
1886
  #: modules/fluent/widgets/fluent.php:595
1887
+ #: modules/general/widgets/general.php:909
1888
+ #: modules/isolate/widgets/isolate.php:970 modules/mount/widgets/mount.php:424
1889
  #: modules/prism/widgets/prism.php:567 modules/reveal/widgets/reveal.php:423
1890
  #: modules/woocommerce/widgets/woocommerce.php:628
1891
  #: modules/woostand/widgets/woostand.php:1291
1898
  #: modules/astoria/widgets/astoria.php:1113
1899
  #: modules/astoria/widgets/astoria.php:1479
1900
  #: modules/avatar/widgets/avatar.php:680 modules/avatar/widgets/avatar.php:852
1901
+ #: modules/blog/widgets/blog.php:1218 modules/blog/widgets/blog.php:1351
1902
+ #: modules/blog/widgets/blog.php:1633
1903
+ #: modules/crossroad/widgets/crossroad.php:1043
 
 
 
1904
  #: modules/custom/widgets/custom.php:673 modules/custom/widgets/custom.php:772
1905
  #: modules/custom/widgets/custom.php:923 modules/custom/widgets/custom.php:1257
1906
  #: modules/dragon/widgets/dragon.php:462
1914
  #: modules/flexure/widgets/flexure.php:927
1915
  #: modules/flogia/widgets/flogia.php:672 modules/fluent/widgets/fluent.php:873
1916
  #: modules/fluent/widgets/fluent.php:1247
1917
+ #: modules/fortune/widgets/fortune.php:705
1918
+ #: modules/fortune/widgets/fortune.php:933
1919
+ #: modules/general/widgets/general.php:1124
1920
+ #: modules/general/widgets/general.php:1409
1921
+ #: modules/general/widgets/general.php:1802
1922
+ #: modules/isolate/widgets/isolate.php:1487
1923
+ #: modules/isolate/widgets/isolate.php:1834
1924
+ #: modules/isolate/widgets/isolate.php:2031
1925
+ #: modules/isolate/widgets/isolate.php:2198 modules/knily/widgets/knily.php:830
 
 
 
 
 
 
 
 
 
 
1926
  #: modules/knily/widgets/knily.php:986 modules/knily/widgets/knily.php:1139
1927
  #: modules/knily/widgets/knily.php:1327 modules/marble/widgets/marble.php:536
1928
  #: modules/mercury/widgets/mercury.php:758
1940
  #: modules/prism/widgets/prism.php:780
1941
  #: modules/remote-arrows/widgets/remote-arrows.php:321
1942
  #: modules/remote-thumbs/widgets/remote-thumbs.php:245
1943
+ #: modules/reveal/widgets/reveal.php:439 modules/reveal/widgets/reveal.php:526
1944
+ #: modules/reveal/widgets/reveal.php:685 modules/reveal/widgets/reveal.php:828
1945
+ #: modules/rubix/widgets/rubix.php:794 modules/rubix/widgets/rubix.php:918
1946
+ #: modules/rubix/widgets/rubix.php:1080 modules/rubix/widgets/rubix.php:1246
1947
  #: modules/sequester/widgets/sequester.php:803
1948
  #: modules/sequester/widgets/sequester.php:996
1949
  #: modules/storker/widgets/storker.php:794
1976
  #: modules/astoria/widgets/astoria.php:639
1977
  #: modules/astoria/widgets/astoria.php:780
1978
  #: modules/astoria/widgets/astoria.php:841
1979
+ #: modules/avatar/widgets/avatar.php:692
1980
+ #: modules/crossroad/widgets/crossroad.php:556
1981
+ #: modules/crossroad/widgets/crossroad.php:633
1982
+ #: modules/crossroad/widgets/crossroad.php:870
1983
+ #: modules/crossroad/widgets/crossroad.php:919
1984
+ #: modules/crossroad/widgets/crossroad.php:1058
1985
  #: modules/dragon/widgets/dragon.php:474
1986
  #: modules/elysium/widgets/elysium.php:495
1987
+ #: modules/fortune/widgets/fortune.php:509
1988
+ #: modules/fortune/widgets/fortune.php:559
1989
+ #: modules/fortune/widgets/fortune.php:720
1990
+ #: modules/fortune/widgets/fortune.php:948
1991
+ #: modules/general/widgets/general.php:1421
1992
+ #: modules/isolate/widgets/isolate.php:2213 modules/knily/widgets/knily.php:642
1993
  #: modules/knily/widgets/knily.php:1151 modules/mercury/widgets/mercury.php:552
1994
  #: modules/monster/widgets/monster.php:841
1995
  #: modules/pacific/widgets/pacific.php:967
1996
  #: modules/pacific/widgets/pacific.php:1035
1997
  #: modules/paranoia/widgets/paranoia.php:503
1998
  #: modules/pieces/widgets/pieces.php:462 modules/prism/widgets/prism.php:909
1999
+ #: modules/reveal/widgets/reveal.php:452 modules/reveal/widgets/reveal.php:538
2000
+ #: modules/reveal/widgets/reveal.php:697 modules/reveal/widgets/reveal.php:749
2001
+ #: modules/reveal/widgets/reveal.php:926 modules/reveal/widgets/reveal.php:979
2002
+ #: modules/rubix/widgets/rubix.php:665 modules/rubix/widgets/rubix.php:806
2003
+ #: modules/rubix/widgets/rubix.php:1103 modules/storker/widgets/storker.php:607
2004
  #: modules/storker/widgets/storker.php:1065
2005
  #: modules/woocircle/widgets/woocircle.php:422
2006
  #: modules/woocircle/widgets/woocircle.php:464
2029
  #: modules/event-calendar/widgets/event-calendar.php:702
2030
  #: modules/event-calendar/widgets/event-calendar.php:1033
2031
  #: modules/fiestar/widgets/fiestar.php:436
2032
+ #: modules/flexure/widgets/flexure.php:416
2033
+ #: modules/fortune/widgets/fortune.php:481
2034
+ #: modules/fortune/widgets/fortune.php:1123 modules/knily/widgets/knily.php:571
2035
  #: modules/knily/widgets/knily.php:715 modules/knily/widgets/knily.php:1515
2036
  #: modules/marble/widgets/marble.php:429
2037
  #: modules/mercury/widgets/mercury.php:481
2043
  #: modules/pacific/widgets/pacific.php:955
2044
  #: modules/pacific/widgets/pacific.php:1011
2045
  #: modules/pacific/widgets/pacific.php:1126 modules/prism/widgets/prism.php:898
2046
+ #: modules/rubix/widgets/rubix.php:594 modules/sniper/widgets/sniper.php:450
2047
  #: modules/storker/widgets/storker.php:536
2048
  #: modules/storker/widgets/storker.php:679 modules/tango/widgets/tango.php:639
2049
  #: modules/tango/widgets/tango.php:758 modules/vertex/widgets/vertex.php:423
2056
 
2057
  #: modules/astoria/widgets/astoria.php:660
2058
  #: modules/avatar/widgets/avatar.php:560
2059
+ #: modules/crossroad/widgets/crossroad.php:453
2060
+ #: modules/crossroad/widgets/crossroad.php:791
2061
  #: modules/elysium/widgets/elysium.php:525
2062
  #: modules/elysium/widgets/elysium.php:567
2063
  #: modules/fiestar/widgets/fiestar.php:457
2064
+ #: modules/general/widgets/general.php:1076
2065
+ #: modules/isolate/widgets/isolate.php:1154 modules/knily/widgets/knily.php:609
2066
  #: modules/marble/widgets/marble.php:450
2067
  #: modules/mercury/widgets/mercury.php:519
2068
  #: modules/monster/widgets/monster.php:974 modules/mount/widgets/mount.php:576
2075
  #: modules/prism/widgets/prism.php:930
2076
  #: modules/remote-fraction/widgets/remote-fraction.php:204
2077
  #: modules/remote-fraction/widgets/remote-fraction.php:241
2078
+ #: modules/reveal/widgets/reveal.php:1000 modules/rubix/widgets/rubix.php:632
2079
  #: modules/storker/widgets/storker.php:574 modules/tango/widgets/tango.php:659
2080
  #: modules/vertex/widgets/vertex.php:444
2081
  msgid "Text Shadow"
2083
 
2084
  #: modules/astoria/widgets/astoria.php:668
2085
  #: modules/fluent/widgets/fluent.php:726
2086
+ #: modules/isolate/widgets/isolate.php:1208
2087
  msgid "First Word Style"
2088
  msgstr ""
2089
 
2090
  #: modules/astoria/widgets/astoria.php:702
2091
  #: modules/astoria/widgets/astoria.php:824
2092
+ #: modules/crossroad/widgets/crossroad.php:934
2093
  #: modules/event-calendar/widgets/event-calendar.php:652
2094
  #: modules/knily/widgets/knily.php:654 modules/mercury/widgets/mercury.php:564
2095
+ #: modules/prism/widgets/prism.php:706 modules/reveal/widgets/reveal.php:1036
2096
+ #: modules/rubix/widgets/rubix.php:677 modules/storker/widgets/storker.php:619
2097
  #: modules/woocircle/widgets/woocircle.php:710
2098
  msgid "Max Width"
2099
  msgstr ""
2100
 
2101
+ #: modules/astoria/widgets/astoria.php:725 modules/blog/widgets/blog.php:989
2102
+ #: modules/crossroad/widgets/crossroad.php:464
2103
+ #: modules/crossroad/widgets/crossroad.php:802
2104
  #: modules/dragon/widgets/dragon.php:568
2105
  #: modules/elysium/widgets/elysium.php:516
2106
  #: modules/event-calendar/widgets/event-calendar.php:682
2107
  #: modules/flogia/widgets/flogia.php:469 modules/fluent/widgets/fluent.php:668
2108
+ #: modules/general/widgets/general.php:1023
2109
+ #: modules/isolate/widgets/isolate.php:1141 modules/mount/widgets/mount.php:482
2110
  #: modules/multiscroll/widgets/multiscroll.php:647
2111
  #: modules/pagepiling/widgets/pagepiling.php:526
2112
  #: modules/prism/widgets/prism.php:446 modules/prism/widgets/prism.php:675
2119
  msgstr ""
2120
 
2121
  #: modules/astoria/widgets/astoria.php:736
2122
+ #: modules/crossroad/widgets/crossroad.php:478
2123
+ #: modules/crossroad/widgets/crossroad.php:619
2124
+ #: modules/crossroad/widgets/crossroad.php:816
2125
  msgid "Stroke Width"
2126
  msgstr ""
2127
 
2128
+ #: modules/astoria/widgets/astoria.php:897 modules/blog/widgets/blog.php:220
2129
+ #: modules/blog/widgets/blog.php:221 modules/pacific/widgets/pacific.php:362
2130
  #: modules/pacific/widgets/pacific.php:871
2131
  #: modules/paranoia/widgets/paranoia.php:587
2132
+ #: modules/reveal/widgets/reveal.php:771 modules/rubix/widgets/rubix.php:365
2133
+ #: modules/rubix/widgets/rubix.php:1013
2134
  msgid "Read More"
2135
  msgstr ""
2136
 
2139
  #: modules/astoria/widgets/astoria.php:1247
2140
  #: modules/astoria/widgets/astoria.php:1431
2141
  #: modules/avatar/widgets/avatar.php:634 modules/avatar/widgets/avatar.php:789
2142
+ #: modules/blog/widgets/blog.php:1164 modules/blog/widgets/blog.php:1313
2143
+ #: modules/blog/widgets/blog.php:1515 modules/blog/widgets/blog.php:1584
2144
+ #: modules/blog/widgets/blog.php:1870 modules/blog/widgets/blog.php:2096
2145
+ #: modules/custom/widgets/custom.php:710 modules/custom/widgets/custom.php:884
2146
+ #: modules/custom/widgets/custom.php:1162
 
2147
  #: modules/custom/widgets/custom.php:1384 modules/dragon/widgets/dragon.php:769
2148
  #: modules/dragon/widgets/dragon.php:874
2149
  #: modules/elysium/widgets/elysium.php:663
2155
  #: modules/flexure/widgets/flexure.php:865
2156
  #: modules/flogia/widgets/flogia.php:858 modules/fluent/widgets/fluent.php:1208
2157
  #: modules/fluent/widgets/fluent.php:1436
2158
+ #: modules/fortune/widgets/fortune.php:868
2159
+ #: modules/general/widgets/general.php:1738
2160
  #: modules/general/widgets/general.php:1965
2161
+ #: modules/general/widgets/general.php:2046
2162
+ #: modules/isolate/widgets/isolate.php:1417
2163
+ #: modules/isolate/widgets/isolate.php:1645
2164
+ #: modules/isolate/widgets/isolate.php:1795
2165
+ #: modules/isolate/widgets/isolate.php:1973
2166
+ #: modules/isolate/widgets/isolate.php:2137 modules/knily/widgets/knily.php:784
 
 
 
 
 
 
 
2167
  #: modules/knily/widgets/knily.php:940 modules/knily/widgets/knily.php:1093
2168
  #: modules/knily/widgets/knily.php:1289 modules/knily/widgets/knily.php:1574
2169
  #: modules/marble/widgets/marble.php:490 modules/marble/widgets/marble.php:643
2184
  #: modules/remote-arrows/widgets/remote-arrows.php:274
2185
  #: modules/remote-pagination/widgets/remote-pagination.php:248
2186
  #: modules/remote-thumbs/widgets/remote-thumbs.php:261
2187
+ #: modules/reveal/widgets/reveal.php:781 modules/rubix/widgets/rubix.php:871
2188
+ #: modules/rubix/widgets/rubix.php:1023 modules/rubix/widgets/rubix.php:1211
2189
  #: modules/sequester/widgets/sequester.php:741
2190
  #: modules/sequester/widgets/sequester.php:949
2191
  #: modules/sequester/widgets/sequester.php:1111
2211
 
2212
  #: modules/astoria/widgets/astoria.php:936
2213
  #: modules/astoria/widgets/astoria.php:1091
2214
+ #: modules/astoria/widgets/astoria.php:1457
2215
+ #: modules/crossroad/widgets/crossroad.php:1015
 
 
2216
  #: modules/custom/widgets/custom.php:749 modules/custom/widgets/custom.php:1449
2217
  #: modules/event-calendar/widgets/event-calendar.php:882
2218
  #: modules/event-calendar/widgets/event-calendar.php:1109
2219
  #: modules/flogia/widgets/flogia.php:652 modules/flogia/widgets/flogia.php:794
2220
  #: modules/fluent/widgets/fluent.php:853
 
 
 
 
 
 
 
 
2221
  #: modules/mercury/widgets/mercury.php:721
2222
  #: modules/multiscroll/widgets/multiscroll.php:823
2223
  #: modules/multiscroll/widgets/multiscroll.php:1000
2224
  #: modules/pacific/widgets/pacific.php:1205 modules/prism/widgets/prism.php:336
2225
  #: modules/prism/widgets/prism.php:634 modules/prism/widgets/prism.php:760
2226
+ #: modules/reveal/widgets/reveal.php:506 modules/reveal/widgets/reveal.php:665
2227
+ #: modules/reveal/widgets/reveal.php:808 modules/rubix/widgets/rubix.php:774
2228
+ #: modules/rubix/widgets/rubix.php:898
2229
  #: modules/woocircle/widgets/woocircle.php:580
2230
  #: modules/woocircle/widgets/woocircle.php:984
2231
  #: modules/woocircle/widgets/woocircle.php:1136
2243
  #: modules/astoria/widgets/astoria.php:1101
2244
  #: modules/astoria/widgets/astoria.php:1467
2245
  #: modules/avatar/widgets/avatar.php:493 modules/avatar/widgets/avatar.php:668
2246
+ #: modules/avatar/widgets/avatar.php:823 modules/blog/widgets/blog.php:1206
2247
+ #: modules/blog/widgets/blog.php:1363 modules/blog/widgets/blog.php:1621
2248
+ #: modules/blog/widgets/blog.php:1783 modules/blog/widgets/blog.php:2142
2249
+ #: modules/crossroad/widgets/crossroad.php:675
2250
+ #: modules/crossroad/widgets/crossroad.php:1028
 
2251
  #: modules/custom/widgets/custom.php:760 modules/custom/widgets/custom.php:935
2252
  #: modules/custom/widgets/custom.php:1212
2253
  #: modules/custom/widgets/custom.php:1457
2263
  #: modules/flexure/widgets/flexure.php:915
2264
  #: modules/flogia/widgets/flogia.php:802 modules/fluent/widgets/fluent.php:990
2265
  #: modules/fluent/widgets/fluent.php:1259
2266
+ #: modules/fortune/widgets/fortune.php:918
2267
+ #: modules/general/widgets/general.php:1098
2268
+ #: modules/general/widgets/general.php:1397
2269
+ #: modules/general/widgets/general.php:1516
2270
+ #: modules/general/widgets/general.php:1790
2271
+ #: modules/general/widgets/general.php:2095
2272
+ #: modules/isolate/widgets/isolate.php:1475
2273
+ #: modules/isolate/widgets/isolate.php:1682
2274
+ #: modules/isolate/widgets/isolate.php:1846
2275
+ #: modules/isolate/widgets/isolate.php:2016
2276
+ #: modules/isolate/widgets/isolate.php:2183 modules/knily/widgets/knily.php:818
 
2277
  #: modules/knily/widgets/knily.php:974 modules/knily/widgets/knily.php:1127
2278
  #: modules/knily/widgets/knily.php:1315 modules/knily/widgets/knily.php:1671
2279
  #: modules/knily/widgets/knily.php:1776 modules/marble/widgets/marble.php:364
2301
  #: modules/remote-arrows/widgets/remote-arrows.php:309
2302
  #: modules/remote-pagination/widgets/remote-pagination.php:232
2303
  #: modules/remote-thumbs/widgets/remote-thumbs.php:233
2304
+ #: modules/reveal/widgets/reveal.php:514 modules/reveal/widgets/reveal.php:673
2305
+ #: modules/reveal/widgets/reveal.php:816 modules/rubix/widgets/rubix.php:782
2306
+ #: modules/rubix/widgets/rubix.php:906 modules/rubix/widgets/rubix.php:1068
2307
+ #: modules/rubix/widgets/rubix.php:1234
2308
  #: modules/sequester/widgets/sequester.php:783
2309
  #: modules/sequester/widgets/sequester.php:1008
2310
  #: modules/storker/widgets/storker.php:782
2334
 
2335
  #: modules/astoria/widgets/astoria.php:979
2336
  #: modules/avatar/widgets/avatar.php:714 modules/avatar/widgets/avatar.php:890
2337
+ #: modules/blog/widgets/blog.php:1027 modules/blog/widgets/blog.php:1097
2338
+ #: modules/blog/widgets/blog.php:1535 modules/blog/widgets/blog.php:1655
2339
+ #: modules/blog/widgets/blog.php:1846 modules/blog/widgets/blog.php:1940
2340
+ #: modules/blog/widgets/blog.php:1980
2341
+ #: modules/crossroad/widgets/crossroad.php:1085
 
2342
  #: modules/dragon/widgets/dragon.php:556 modules/dragon/widgets/dragon.php:620
2343
  #: modules/dragon/widgets/dragon.php:702
2344
  #: modules/event-calendar/widgets/event-calendar.php:714
2353
  #: modules/fluent/widgets/fluent.php:935 modules/fluent/widgets/fluent.php:1029
2354
  #: modules/fluent/widgets/fluent.php:1108
2355
  #: modules/fluent/widgets/fluent.php:1137
2356
+ #: modules/fortune/widgets/fortune.php:522
2357
+ #: modules/fortune/widgets/fortune.php:575
2358
+ #: modules/fortune/widgets/fortune.php:613
2359
+ #: modules/fortune/widgets/fortune.php:736
2360
+ #: modules/fortune/widgets/fortune.php:1153
2361
+ #: modules/general/widgets/general.php:1008
2362
+ #: modules/general/widgets/general.php:1163
2363
+ #: modules/general/widgets/general.php:1291
2364
+ #: modules/general/widgets/general.php:1985
2365
+ #: modules/isolate/widgets/isolate.php:1284
2366
+ #: modules/isolate/widgets/isolate.php:1350
2367
+ #: modules/isolate/widgets/isolate.php:2047
2368
+ #: modules/isolate/widgets/isolate.php:2229
2369
+ #: modules/isolate/widgets/isolate.php:2317 modules/knily/widgets/knily.php:600
2370
  #: modules/knily/widgets/knily.php:672 modules/knily/widgets/knily.php:761
2371
  #: modules/knily/widgets/knily.php:851 modules/knily/widgets/knily.php:1024
2372
  #: modules/knily/widgets/knily.php:1172 modules/knily/widgets/knily.php:1394
2393
  #: modules/pagepiling/widgets/pagepiling.php:1039
2394
  #: modules/paranoia/widgets/paranoia.php:721
2395
  #: modules/paranoia/widgets/paranoia.php:798
2396
+ #: modules/pieces/widgets/pieces.php:484 modules/rubix/widgets/rubix.php:623
2397
+ #: modules/rubix/widgets/rubix.php:695 modules/rubix/widgets/rubix.php:737
2398
+ #: modules/rubix/widgets/rubix.php:819 modules/rubix/widgets/rubix.php:956
2399
+ #: modules/rubix/widgets/rubix.php:1125 modules/rubix/widgets/rubix.php:1332
2400
+ #: modules/rubix/widgets/rubix.php:1361
2401
  #: modules/sequester/widgets/sequester.php:567
2402
  #: modules/sequester/widgets/sequester.php:622
2403
  #: modules/sequester/widgets/sequester.php:674
2448
  #: modules/astoria/widgets/astoria.php:1299
2449
  #: modules/astoria/widgets/astoria.php:1501
2450
  #: modules/avatar/widgets/avatar.php:724 modules/avatar/widgets/avatar.php:900
2451
+ #: modules/blog/widgets/blog.php:1246 modules/blog/widgets/blog.php:1453
2452
+ #: modules/blog/widgets/blog.php:1545 modules/blog/widgets/blog.php:1665
2453
+ #: modules/blog/widgets/blog.php:1990 modules/blog/widgets/blog.php:2208
2454
+ #: modules/custom/widgets/custom.php:821 modules/custom/widgets/custom.php:1062
 
 
2455
  #: modules/custom/widgets/custom.php:1297
2456
  #: modules/custom/widgets/custom.php:1471 modules/dragon/widgets/dragon.php:822
2457
  #: modules/dragon/widgets/dragon.php:924
2464
  #: modules/flexure/widgets/flexure.php:954
2465
  #: modules/flogia/widgets/flogia.php:900 modules/fluent/widgets/fluent.php:1339
2466
  #: modules/fluent/widgets/fluent.php:1488
2467
+ #: modules/fortune/widgets/fortune.php:1010
2468
+ #: modules/general/widgets/general.php:1902
2469
+ #: modules/general/widgets/general.php:1995
2470
+ #: modules/general/widgets/general.php:2214
2471
+ #: modules/isolate/widgets/isolate.php:1515
2472
+ #: modules/isolate/widgets/isolate.php:1707
2473
+ #: modules/isolate/widgets/isolate.php:1910
2474
+ #: modules/isolate/widgets/isolate.php:2057
2475
+ #: modules/isolate/widgets/isolate.php:2331 modules/knily/widgets/knily.php:861
 
 
 
 
 
2476
  #: modules/knily/widgets/knily.php:1034 modules/knily/widgets/knily.php:1182
2477
  #: modules/knily/widgets/knily.php:1433 modules/marble/widgets/marble.php:584
2478
  #: modules/marble/widgets/marble.php:827
2489
  #: modules/paranoia/widgets/paranoia.php:731
2490
  #: modules/pieces/widgets/pieces.php:494 modules/prism/widgets/prism.php:834
2491
  #: modules/remote-arrows/widgets/remote-arrows.php:343
2492
+ #: modules/reveal/widgets/reveal.php:858 modules/rubix/widgets/rubix.php:966
2493
+ #: modules/rubix/widgets/rubix.php:1135 modules/rubix/widgets/rubix.php:1371
2494
  #: modules/sequester/widgets/sequester.php:853
2495
  #: modules/sequester/widgets/sequester.php:1054
2496
  #: modules/sequester/widgets/sequester.php:1233
2522
  #: modules/astoria/widgets/astoria.php:1318
2523
  #: modules/astoria/widgets/astoria.php:1527
2524
  #: modules/avatar/widgets/avatar.php:750 modules/avatar/widgets/avatar.php:926
2525
+ #: modules/blog/widgets/blog.php:1279 modules/blog/widgets/blog.php:1481
2526
+ #: modules/blog/widgets/blog.php:1694 modules/blog/widgets/blog.php:2246
2527
+ #: modules/crossroad/widgets/crossroad.php:1133
 
 
2528
  #: modules/custom/widgets/custom.php:851 modules/custom/widgets/custom.php:1091
2529
  #: modules/custom/widgets/custom.php:1352
2530
  #: modules/custom/widgets/custom.php:1495
2536
  #: modules/flexure/widgets/flexure.php:720
2537
  #: modules/flexure/widgets/flexure.php:994
2538
  #: modules/fluent/widgets/fluent.php:1368
2539
+ #: modules/fortune/widgets/fortune.php:650
2540
+ #: modules/fortune/widgets/fortune.php:785
2541
+ #: modules/fortune/widgets/fortune.php:1048
2542
+ #: modules/general/widgets/general.php:1646
2543
+ #: modules/general/widgets/general.php:1703
2544
+ #: modules/general/widgets/general.php:1931
2545
+ #: modules/general/widgets/general.php:2252
2546
+ #: modules/isolate/widgets/isolate.php:1564
2547
+ #: modules/isolate/widgets/isolate.php:1736
2548
+ #: modules/isolate/widgets/isolate.php:1939
2549
+ #: modules/isolate/widgets/isolate.php:2089
2550
+ #: modules/isolate/widgets/isolate.php:2285
2551
+ #: modules/isolate/widgets/isolate.php:2387 modules/knily/widgets/knily.php:890
 
 
 
2552
  #: modules/knily/widgets/knily.php:1060 modules/knily/widgets/knily.php:1211
2553
  #: modules/knily/widgets/knily.php:1440 modules/marble/widgets/marble.php:610
2554
  #: modules/marble/widgets/marble.php:853
2567
  #: modules/remote-arrows/widgets/remote-arrows.php:370
2568
  #: modules/remote-pagination/widgets/remote-pagination.php:403
2569
  #: modules/remote-thumbs/widgets/remote-thumbs.php:386
2570
+ #: modules/reveal/widgets/reveal.php:884 modules/rubix/widgets/rubix.php:992
2571
+ #: modules/rubix/widgets/rubix.php:1172 modules/rubix/widgets/rubix.php:1386
2572
+ #: modules/rubix/widgets/rubix.php:1451
2573
  #: modules/sequester/widgets/sequester.php:886
2574
  #: modules/sequester/widgets/sequester.php:1081
2575
  #: modules/sequester/widgets/sequester.php:1145
2598
  msgid "Border Color"
2599
  msgstr ""
2600
 
2601
+ #: modules/astoria/widgets/astoria.php:1037 modules/blog/widgets/blog.php:623
2602
+ #: modules/crossroad/widgets/crossroad.php:1161
 
2603
  #: modules/dragon/widgets/dragon.php:363 modules/flogia/widgets/flogia.php:289
2604
  #: modules/fluent/widgets/fluent.php:475
2605
+ #: modules/isolate/widgets/isolate.php:635
2606
+ #: modules/isolate/widgets/isolate.php:1596 modules/mount/widgets/mount.php:325
 
 
2607
  #: modules/sequester/widgets/sequester.php:380
2608
  #: modules/woocommerce/widgets/woocommerce.php:528
2609
  #: modules/woolamp/widgets/woolamp.php:438
2613
 
2614
  #: modules/astoria/widgets/astoria.php:1133
2615
  #: modules/astoria/widgets/astoria.php:1378
2616
+ #: modules/avatar/widgets/avatar.php:864 modules/blog/widgets/blog.php:1383
2617
  #: modules/custom/widgets/custom.php:784 modules/custom/widgets/custom.php:955
2618
  #: modules/fluent/widgets/fluent.php:1279
2619
+ #: modules/general/widgets/general.php:1822
2620
+ #: modules/isolate/widgets/isolate.php:1866 modules/prism/widgets/prism.php:792
2621
  msgid "Icon Size"
2622
  msgstr ""
2623
 
2624
  #: modules/astoria/widgets/astoria.php:1150
2625
  #: modules/astoria/widgets/astoria.php:1396
2626
  #: modules/fiestar/widgets/fiestar.php:555
2627
+ #: modules/fluent/widgets/fluent.php:894
2628
+ #: modules/fortune/widgets/fortune.php:963 modules/knily/widgets/knily.php:743
2629
  #: modules/knily/widgets/knily.php:998 modules/knily/widgets/knily.php:1526
2630
  #: modules/knily/widgets/knily.php:1592 modules/marble/widgets/marble.php:548
2631
  #: modules/mercury/widgets/mercury.php:635
2632
  #: modules/mercury/widgets/mercury.php:770
2633
  #: modules/pacific/widgets/pacific.php:667
2634
+ #: modules/pacific/widgets/pacific.php:788 modules/rubix/widgets/rubix.php:930
2635
  #: modules/storker/widgets/storker.php:707
2636
  #: modules/storker/widgets/storker.php:962
2637
  #: modules/storker/widgets/storker.php:1519
2655
  msgid "Horizontal Offset"
2656
  msgstr ""
2657
 
2658
+ #: modules/astoria/widgets/astoria.php:1177 modules/blog/widgets/blog.php:1442
2659
  #: modules/custom/widgets/custom.php:1033
2660
  #: modules/fluent/widgets/fluent.php:1328
2661
+ #: modules/general/widgets/general.php:1891
2662
+ #: modules/isolate/widgets/isolate.php:1899
2663
  msgid "Show Tooltip"
2664
  msgstr ""
2665
 
2666
  #: modules/astoria/widgets/astoria.php:1254
2667
  #: modules/astoria/widgets/astoria.php:1306
2668
  #: modules/avatar/widgets/avatar.php:641 modules/avatar/widgets/avatar.php:731
2669
+ #: modules/avatar/widgets/avatar.php:907 modules/blog/widgets/blog.php:1416
2670
+ #: modules/blog/widgets/blog.php:2016 modules/dragon/widgets/dragon.php:778
2671
+ #: modules/dragon/widgets/dragon.php:831 modules/dragon/widgets/dragon.php:881
2672
+ #: modules/dragon/widgets/dragon.php:931
2673
  #: modules/flexure/widgets/flexure.php:544
2674
  #: modules/flexure/widgets/flexure.php:579
2675
+ #: modules/general/widgets/general.php:1757
 
 
2676
  #: modules/monster/widgets/monster.php:1091 modules/mount/widgets/mount.php:707
2677
  #: modules/multiscroll/widgets/multiscroll.php:282
2678
  #: modules/pacific/widgets/pacific.php:888
2682
  #: modules/pagepiling/widgets/pagepiling.php:814
2683
  #: modules/paranoia/widgets/paranoia.php:786
2684
  #: modules/pieces/widgets/pieces.php:410 modules/pieces/widgets/pieces.php:501
2685
+ #: modules/rubix/widgets/rubix.php:1030 modules/rubix/widgets/rubix.php:1142
2686
  #: modules/wooexpand/widgets/wooexpand.php:903
2687
  msgid "Text Color"
2688
  msgstr ""
2691
  #: modules/dragon/widgets/dragon.php:791
2692
  #: modules/pagepiling/widgets/pagepiling.php:743
2693
  #: modules/pagepiling/widgets/pagepiling.php:825
2694
+ #: modules/rubix/widgets/rubix.php:1041 modules/rubix/widgets/rubix.php:1153
2695
  #: modules/wooexpand/widgets/wooexpand.php:954
2696
  #: modules/wooexpand/widgets/wooexpand.php:1060
2697
  msgid "Icon Color"
2698
  msgstr ""
2699
 
2700
  #: modules/astoria/widgets/astoria.php:1336
2701
+ #: modules/avatar/widgets/avatar.php:779 modules/blog/widgets/blog.php:2058
2702
  #: modules/custom/widgets/custom.php:284 modules/custom/widgets/custom.php:1111
2703
  #: modules/dragon/widgets/dragon.php:948
2704
  #: modules/elysium/widgets/elysium.php:577
2708
  #: modules/fiestar/widgets/fiestar.php:638
2709
  #: modules/flexure/widgets/flexure.php:740
2710
  #: modules/flogia/widgets/flogia.php:848 modules/fluent/widgets/fluent.php:1423
2711
+ #: modules/fortune/widgets/fortune.php:809
2712
+ #: modules/general/widgets/general.php:2021
2713
+ #: modules/isolate/widgets/isolate.php:2112
2714
  #: modules/knily/widgets/knily.php:1484 modules/marble/widgets/marble.php:741
2715
  #: modules/mercury/widgets/mercury.php:853
2716
  #: modules/monster/widgets/monster.php:1252 modules/mount/widgets/mount.php:868
2734
  #: modules/astoria/widgets/astoria.php:1344
2735
  #: modules/custom/widgets/custom.php:325 modules/custom/widgets/custom.php:417
2736
  #: modules/flexure/widgets/flexure.php:825
2737
+ #: modules/fortune/widgets/fortune.php:828
2738
  #: modules/remote-arrows/widgets/remote-arrows.php:91
2739
  msgid "Arrows Icon"
2740
  msgstr ""
2742
  #: modules/astoria/widgets/astoria.php:1348
2743
  #: modules/custom/widgets/custom.php:1137
2744
  #: modules/flexure/widgets/flexure.php:830
2745
+ #: modules/fortune/widgets/fortune.php:833
2746
  #: modules/remote-arrows/widgets/remote-arrows.php:96
2747
  msgid "Style 1"
2748
  msgstr ""
2750
  #: modules/astoria/widgets/astoria.php:1349
2751
  #: modules/custom/widgets/custom.php:1138
2752
  #: modules/flexure/widgets/flexure.php:831
2753
+ #: modules/fortune/widgets/fortune.php:834
2754
  #: modules/remote-arrows/widgets/remote-arrows.php:97
2755
  msgid "Style 2"
2756
  msgstr ""
2758
  #: modules/astoria/widgets/astoria.php:1350
2759
  #: modules/custom/widgets/custom.php:1139
2760
  #: modules/flexure/widgets/flexure.php:832
2761
+ #: modules/fortune/widgets/fortune.php:835
2762
  #: modules/remote-arrows/widgets/remote-arrows.php:98
2763
  msgid "Style 3"
2764
  msgstr ""
2766
  #: modules/astoria/widgets/astoria.php:1351
2767
  #: modules/custom/widgets/custom.php:1140
2768
  #: modules/flexure/widgets/flexure.php:833
2769
+ #: modules/fortune/widgets/fortune.php:836
2770
  #: modules/remote-arrows/widgets/remote-arrows.php:99
2771
  msgid "Style 4"
2772
  msgstr ""
2773
 
2774
  #: modules/astoria/widgets/astoria.php:1352
2775
  #: modules/flexure/widgets/flexure.php:834
2776
+ #: modules/fortune/widgets/fortune.php:837
2777
  #: modules/remote-arrows/widgets/remote-arrows.php:100
2778
  msgid "Style 5"
2779
  msgstr ""
2780
 
2781
  #: modules/astoria/widgets/astoria.php:1353
2782
  #: modules/flexure/widgets/flexure.php:835
2783
+ #: modules/fortune/widgets/fortune.php:838
2784
  #: modules/remote-arrows/widgets/remote-arrows.php:101
2785
  msgid "Style 6"
2786
  msgstr ""
2787
 
2788
  #: modules/astoria/widgets/astoria.php:1354
2789
  #: modules/flexure/widgets/flexure.php:836
2790
+ #: modules/fortune/widgets/fortune.php:839
2791
  #: modules/remote-arrows/widgets/remote-arrows.php:102
2792
  msgid "Style 7"
2793
  msgstr ""
2794
 
2795
  #: modules/astoria/widgets/astoria.php:1355
2796
  #: modules/flexure/widgets/flexure.php:837
2797
+ #: modules/fortune/widgets/fortune.php:840
2798
  #: modules/remote-arrows/widgets/remote-arrows.php:103
2799
  msgid "Style 8"
2800
  msgstr ""
2801
 
2802
  #: modules/astoria/widgets/astoria.php:1356
2803
  #: modules/flexure/widgets/flexure.php:838
2804
+ #: modules/fortune/widgets/fortune.php:841
2805
  #: modules/remote-arrows/widgets/remote-arrows.php:104
2806
  msgid "Style 9"
2807
  msgstr ""
2808
 
2809
  #: modules/astoria/widgets/astoria.php:1357
2810
  #: modules/flexure/widgets/flexure.php:839
2811
+ #: modules/fortune/widgets/fortune.php:842
2812
  #: modules/remote-arrows/widgets/remote-arrows.php:105
2813
  msgid "Style 10"
2814
  msgstr ""
2815
 
2816
  #: modules/astoria/widgets/astoria.php:1358
2817
  #: modules/flexure/widgets/flexure.php:840
2818
+ #: modules/fortune/widgets/fortune.php:843
2819
  #: modules/remote-arrows/widgets/remote-arrows.php:106
2820
  msgid "Style 11"
2821
  msgstr ""
2822
 
2823
  #: modules/astoria/widgets/astoria.php:1359
2824
  #: modules/flexure/widgets/flexure.php:841
2825
+ #: modules/fortune/widgets/fortune.php:844
2826
  #: modules/remote-arrows/widgets/remote-arrows.php:107
2827
  msgid "Style 12"
2828
  msgstr ""
2829
 
2830
  #: modules/astoria/widgets/astoria.php:1360
2831
  #: modules/flexure/widgets/flexure.php:842
2832
+ #: modules/fortune/widgets/fortune.php:845
2833
  #: modules/remote-arrows/widgets/remote-arrows.php:108
2834
  msgid "Style 13"
2835
  msgstr ""
2836
 
2837
  #: modules/astoria/widgets/astoria.php:1361
2838
  #: modules/flexure/widgets/flexure.php:843
2839
+ #: modules/fortune/widgets/fortune.php:846
2840
  #: modules/remote-arrows/widgets/remote-arrows.php:109
2841
  msgid "Style 14"
2842
  msgstr ""
2843
 
2844
  #: modules/astoria/widgets/astoria.php:1362
2845
  #: modules/flexure/widgets/flexure.php:844
2846
+ #: modules/fortune/widgets/fortune.php:847
2847
  #: modules/remote-arrows/widgets/remote-arrows.php:110
2848
  msgid "Style 15"
2849
  msgstr ""
2850
 
2851
  #: modules/astoria/widgets/astoria.php:1363
2852
  #: modules/flexure/widgets/flexure.php:845
2853
+ #: modules/fortune/widgets/fortune.php:848
2854
  #: modules/remote-arrows/widgets/remote-arrows.php:111
2855
  msgid "Style 16"
2856
  msgstr ""
2857
 
2858
  #: modules/astoria/widgets/astoria.php:1364
2859
  #: modules/flexure/widgets/flexure.php:846
2860
+ #: modules/fortune/widgets/fortune.php:849
2861
  #: modules/remote-arrows/widgets/remote-arrows.php:112
2862
  msgid "Style 17"
2863
  msgstr ""
2864
 
2865
  #: modules/astoria/widgets/astoria.php:1365
2866
  #: modules/flexure/widgets/flexure.php:847
2867
+ #: modules/fortune/widgets/fortune.php:850
2868
  #: modules/remote-arrows/widgets/remote-arrows.php:113
2869
  msgid "Style 18"
2870
  msgstr ""
2871
 
2872
  #: modules/astoria/widgets/astoria.php:1366
2873
  #: modules/flexure/widgets/flexure.php:848
2874
+ #: modules/fortune/widgets/fortune.php:851
2875
  #: modules/remote-arrows/widgets/remote-arrows.php:114
2876
  msgid "Style 19"
2877
  msgstr ""
2878
 
2879
  #: modules/astoria/widgets/astoria.php:1367
2880
  #: modules/flexure/widgets/flexure.php:849
2881
+ #: modules/fortune/widgets/fortune.php:852
2882
  #: modules/remote-arrows/widgets/remote-arrows.php:115
2883
  msgid "Style 20"
2884
  msgstr ""
2885
 
2886
  #: modules/astoria/widgets/astoria.php:1368
2887
  #: modules/flexure/widgets/flexure.php:850
2888
+ #: modules/fortune/widgets/fortune.php:853
2889
  #: modules/remote-arrows/widgets/remote-arrows.php:116
2890
  msgid "Style 21"
2891
  msgstr ""
2892
 
2893
  #: modules/astoria/widgets/astoria.php:1369
2894
  #: modules/flexure/widgets/flexure.php:851
2895
+ #: modules/fortune/widgets/fortune.php:854
2896
  #: modules/remote-arrows/widgets/remote-arrows.php:117
2897
  msgid "Style 22"
2898
  msgstr ""
2899
 
2900
  #: modules/astoria/widgets/astoria.php:1370
2901
  #: modules/flexure/widgets/flexure.php:852
2902
+ #: modules/fortune/widgets/fortune.php:855
2903
  #: modules/remote-arrows/widgets/remote-arrows.php:118
2904
  msgid "Style 23"
2905
  msgstr ""
2912
  msgid "Vertical Offset"
2913
  msgstr ""
2914
 
2915
+ #: modules/avatar/widgets/avatar.php:73 modules/blog/widgets/blog.php:100
2916
  #: modules/custom/widgets/custom.php:69 modules/dragon/widgets/dragon.php:72
2917
  #: modules/flogia/widgets/flogia.php:73 modules/fluent/widgets/fluent.php:80
2918
+ #: modules/general/widgets/general.php:93
2919
+ #: modules/isolate/widgets/isolate.php:90
2920
  #: modules/monster/widgets/monster.php:106 modules/mount/widgets/mount.php:74
2921
  #: modules/pagepiling/widgets/pagepiling.php:302
2922
  #: modules/sequester/widgets/sequester.php:68
2928
  msgstr ""
2929
 
2930
  #: modules/avatar/widgets/avatar.php:99
2931
+ #: modules/crossroad/widgets/crossroad.php:345
2932
  #: modules/dragon/widgets/dragon.php:113
2933
  #: modules/event-calendar/widgets/event-calendar.php:135
2934
+ #: modules/general/widgets/general.php:179
2935
+ #: modules/isolate/widgets/isolate.php:131
2936
  #: modules/pagepiling/widgets/pagepiling.php:233
2937
  #: modules/sequester/widgets/sequester.php:109
2938
  #: modules/woocircle/widgets/woocircle.php:148
2942
  msgid "Show Excerpt"
2943
  msgstr ""
2944
 
2945
+ #: modules/avatar/widgets/avatar.php:108 modules/blog/widgets/blog.php:206
2946
+ #: modules/crossroad/widgets/crossroad.php:355
2947
  #: modules/dragon/widgets/dragon.php:104
2948
+ #: modules/fortune/widgets/fortune.php:157
2949
+ #: modules/general/widgets/general.php:170
2950
+ #: modules/isolate/widgets/isolate.php:122 modules/knily/widgets/knily.php:322
2951
  #: modules/multiscroll/widgets/multiscroll.php:442
2952
  #: modules/pagepiling/widgets/pagepiling.php:224
2953
  #: modules/sequester/widgets/sequester.php:100
2955
  msgid "Show Button"
2956
  msgstr ""
2957
 
2958
+ #: modules/avatar/widgets/avatar.php:118 modules/blog/widgets/blog.php:350
2959
  #: modules/custom/widgets/custom.php:86 modules/flexure/widgets/flexure.php:259
2960
+ #: modules/fortune/widgets/fortune.php:166
2961
+ #: modules/general/widgets/general.php:229
2962
+ #: modules/isolate/widgets/isolate.php:176
2963
  #: modules/monster/widgets/monster.php:150 modules/mount/widgets/mount.php:115
2964
  #: modules/sequester/widgets/sequester.php:127
2965
  #: modules/sniper/widgets/sniper.php:105 modules/tango/widgets/tango.php:141
2981
  msgid "Thumbs Image"
2982
  msgstr ""
2983
 
2984
+ #: modules/avatar/widgets/avatar.php:219
2985
  #: modules/elysium/widgets/elysium.php:684
2986
  #: modules/elysium/widgets/elysium.php:756
2987
  #: modules/flexure/widgets/flexure.php:481
 
 
2988
  #: modules/pagepiling/widgets/pagepiling.php:1128
2989
  #: modules/prism/widgets/prism.php:301
2990
  #: modules/remote-pagination/widgets/remote-pagination.php:298
2991
  #: modules/remote-pagination/widgets/remote-pagination.php:380
2992
  #: modules/remote-thumbs/widgets/remote-thumbs.php:292
2993
  #: modules/remote-thumbs/widgets/remote-thumbs.php:363
2994
+ #: modules/reveal/widgets/reveal.php:566
2995
  msgid "Width"
2996
  msgstr ""
2997
 
2998
  #: modules/avatar/widgets/avatar.php:275 modules/dragon/widgets/dragon.php:222
2999
+ #: modules/general/widgets/general.php:295
3000
+ #: modules/isolate/widgets/isolate.php:325
3001
  msgid "Details"
3002
  msgstr ""
3003
 
3004
+ #: modules/avatar/widgets/avatar.php:297 modules/blog/widgets/blog.php:1075
3005
+ #: modules/crossroad/widgets/crossroad.php:174
3006
  #: modules/dragon/widgets/dragon.php:244 modules/dragon/widgets/dragon.php:650
3007
  #: modules/event-calendar/widgets/event-calendar.php:784
3008
  #: modules/flogia/widgets/flogia.php:540
3009
+ #: modules/general/widgets/general.php:316
3010
+ #: modules/general/widgets/general.php:702
3011
+ #: modules/general/widgets/general.php:1193
3012
+ #: modules/isolate/widgets/isolate.php:347
3013
+ #: modules/isolate/widgets/isolate.php:722
3014
+ #: modules/isolate/widgets/isolate.php:1314
3015
  #: modules/pagepiling/widgets/pagepiling.php:128
3016
  #: modules/pagepiling/widgets/pagepiling.php:661
3017
  #: modules/sequester/widgets/sequester.php:254
3022
  msgstr ""
3023
 
3024
  #: modules/avatar/widgets/avatar.php:299
3025
+ #: modules/crossroad/widgets/crossroad.php:176
3026
  #: modules/dragon/widgets/dragon.php:246
3027
+ #: modules/general/widgets/general.php:318
3028
+ #: modules/isolate/widgets/isolate.php:349
3029
  #: modules/pagepiling/widgets/pagepiling.php:130
3030
  #: modules/sequester/widgets/sequester.php:256
3031
  msgid ""
3051
  msgstr ""
3052
 
3053
  #: modules/avatar/widgets/avatar.php:362
3054
+ #: modules/crossroad/widgets/crossroad.php:235
3055
  #: modules/custom/widgets/custom.php:574
3056
  #: modules/elysium/widgets/elysium.php:277
3057
  #: modules/event-calendar/widgets/event-calendar.php:540
3058
  #: modules/fiestar/widgets/fiestar.php:240
3059
  #: modules/flexure/widgets/flexure.php:175
3060
+ #: modules/fortune/widgets/fortune.php:364
3061
+ #: modules/general/widgets/general.php:595 modules/knily/widgets/knily.php:419
3062
  #: modules/marble/widgets/marble.php:223
3063
  #: modules/mercury/widgets/mercury.php:321
3064
+ #: modules/monster/widgets/monster.php:387 modules/rubix/widgets/rubix.php:379
3065
  #: modules/sniper/widgets/sniper.php:265
3066
  #: modules/storker/widgets/storker.php:346 modules/tango/widgets/tango.php:324
3067
  #: modules/vertex/widgets/vertex.php:215
3068
  msgid "Slider Settings"
3069
  msgstr ""
3070
 
3071
+ #: modules/avatar/widgets/avatar.php:369 modules/blog/widgets/blog.php:639
3072
  #: modules/custom/widgets/custom.php:590 modules/dragon/widgets/dragon.php:370
3073
  #: modules/elysium/widgets/elysium.php:286
3074
  #: modules/event-calendar/widgets/event-calendar.php:547
3075
  #: modules/fiestar/widgets/fiestar.php:247
3076
  #: modules/flogia/widgets/flogia.php:305 modules/fluent/widgets/fluent.php:491
3077
+ #: modules/fortune/widgets/fortune.php:371
3078
+ #: modules/general/widgets/general.php:611
3079
+ #: modules/isolate/widgets/isolate.php:651 modules/knily/widgets/knily.php:426
3080
  #: modules/marble/widgets/marble.php:230
3081
  #: modules/mercury/widgets/mercury.php:341
3082
  #: modules/monster/widgets/monster.php:567 modules/mount/widgets/mount.php:340
3083
+ #: modules/pacific/widgets/pacific.php:393
3084
+ #: modules/pagepiling/widgets/pagepiling.php:472
3085
+ #: modules/rubix/widgets/rubix.php:386
3086
  #: modules/sequester/widgets/sequester.php:396
3087
  #: modules/sniper/widgets/sniper.php:272
3088
  #: modules/storker/widgets/storker.php:353 modules/tango/widgets/tango.php:468
3095
 
3096
  #: modules/avatar/widgets/avatar.php:379
3097
  #: modules/elysium/widgets/elysium.php:296
3098
+ #: modules/fiestar/widgets/fiestar.php:257
3099
+ #: modules/fortune/widgets/fortune.php:381 modules/knily/widgets/knily.php:436
3100
  #: modules/marble/widgets/marble.php:240
3101
  #: modules/mercury/widgets/mercury.php:351
3102
  #: modules/monster/widgets/monster.php:577
3103
+ #: modules/pacific/widgets/pacific.php:403 modules/rubix/widgets/rubix.php:396
3104
  #: modules/sniper/widgets/sniper.php:282
3105
  #: modules/storker/widgets/storker.php:363 modules/tango/widgets/tango.php:478
3106
  #: modules/vertex/widgets/vertex.php:232
3107
  msgid "Autoplay Speed"
3108
  msgstr ""
3109
 
3110
+ #: modules/avatar/widgets/avatar.php:391 modules/blog/widgets/blog.php:660
3111
  #: modules/custom/widgets/custom.php:611 modules/dragon/widgets/dragon.php:391
3112
  #: modules/elysium/widgets/elysium.php:308
3113
  #: modules/event-calendar/widgets/event-calendar.php:569
3114
  #: modules/fiestar/widgets/fiestar.php:269
3115
  #: modules/flogia/widgets/flogia.php:326 modules/fluent/widgets/fluent.php:512
3116
+ #: modules/fortune/widgets/fortune.php:393
3117
+ #: modules/general/widgets/general.php:632
3118
+ #: modules/isolate/widgets/isolate.php:672 modules/knily/widgets/knily.php:448
3119
  #: modules/marble/widgets/marble.php:252
3120
  #: modules/mercury/widgets/mercury.php:363
3121
  #: modules/monster/widgets/monster.php:589 modules/mount/widgets/mount.php:361
3122
+ #: modules/pacific/widgets/pacific.php:415 modules/rubix/widgets/rubix.php:408
3123
  #: modules/sequester/widgets/sequester.php:417
3124
  #: modules/sniper/widgets/sniper.php:294
3125
  #: modules/storker/widgets/storker.php:375 modules/tango/widgets/tango.php:490
3132
 
3133
  #: modules/avatar/widgets/avatar.php:399
3134
  #: modules/elysium/widgets/elysium.php:344
3135
+ #: modules/fiestar/widgets/fiestar.php:306
3136
+ #: modules/fortune/widgets/fortune.php:401 modules/knily/widgets/knily.php:456
3137
  #: modules/marble/widgets/marble.php:289
3138
  #: modules/mercury/widgets/mercury.php:371
3139
  #: modules/monster/widgets/monster.php:625
3140
+ #: modules/pacific/widgets/pacific.php:455 modules/rubix/widgets/rubix.php:448
3141
  #: modules/sniper/widgets/sniper.php:331
3142
  #: modules/storker/widgets/storker.php:383 modules/tango/widgets/tango.php:517
3143
  #: modules/vertex/widgets/vertex.php:281
3144
  msgid "Grab Cursor"
3145
  msgstr ""
3146
 
3147
+ #: modules/avatar/widgets/avatar.php:407 modules/blog/widgets/blog.php:630
3148
  #: modules/custom/widgets/custom.php:581
3149
  #: modules/elysium/widgets/elysium.php:352
3150
  #: modules/event-calendar/widgets/event-calendar.php:594
3151
  #: modules/fiestar/widgets/fiestar.php:322
3152
  #: modules/flogia/widgets/flogia.php:296 modules/fluent/widgets/fluent.php:482
3153
+ #: modules/fortune/widgets/fortune.php:409
3154
+ #: modules/general/widgets/general.php:602
3155
+ #: modules/isolate/widgets/isolate.php:642
3156
  #: modules/marble/widgets/marble.php:305
3157
  #: modules/mercury/widgets/mercury.php:379
3158
  #: modules/monster/widgets/monster.php:633 modules/mount/widgets/mount.php:332
3159
+ #: modules/pacific/widgets/pacific.php:463 modules/rubix/widgets/rubix.php:464
3160
  #: modules/sequester/widgets/sequester.php:387
3161
  #: modules/sniper/widgets/sniper.php:347
3162
  #: modules/storker/widgets/storker.php:391 modules/tango/widgets/tango.php:525
3170
  #: modules/avatar/widgets/avatar.php:418
3171
  #: modules/elysium/widgets/elysium.php:363
3172
  #: modules/event-calendar/widgets/event-calendar.php:605
3173
+ #: modules/fiestar/widgets/fiestar.php:333
3174
+ #: modules/fortune/widgets/fortune.php:419 modules/knily/widgets/knily.php:464
3175
  #: modules/marble/widgets/marble.php:316
3176
  #: modules/mercury/widgets/mercury.php:389
3177
  #: modules/monster/widgets/monster.php:644
3178
+ #: modules/pacific/widgets/pacific.php:474 modules/rubix/widgets/rubix.php:474
3179
  #: modules/sniper/widgets/sniper.php:358
3180
  #: modules/storker/widgets/storker.php:402 modules/tango/widgets/tango.php:536
3181
  #: modules/vertex/widgets/vertex.php:308
3185
  #: modules/avatar/widgets/avatar.php:434
3186
  #: modules/elysium/widgets/elysium.php:379
3187
  #: modules/event-calendar/widgets/event-calendar.php:621
3188
+ #: modules/fiestar/widgets/fiestar.php:349
3189
+ #: modules/fortune/widgets/fortune.php:435 modules/knily/widgets/knily.php:482
3190
  #: modules/marble/widgets/marble.php:332
3191
  #: modules/mercury/widgets/mercury.php:407
3192
  #: modules/monster/widgets/monster.php:660
3193
+ #: modules/pacific/widgets/pacific.php:492 modules/rubix/widgets/rubix.php:492
3194
  #: modules/sniper/widgets/sniper.php:374
3195
  #: modules/storker/widgets/storker.php:420 modules/tango/widgets/tango.php:552
3196
  #: modules/vertex/widgets/vertex.php:324
3200
  #: modules/avatar/widgets/avatar.php:435
3201
  #: modules/elysium/widgets/elysium.php:380
3202
  #: modules/event-calendar/widgets/event-calendar.php:622
3203
+ #: modules/fiestar/widgets/fiestar.php:350
3204
+ #: modules/fortune/widgets/fortune.php:436 modules/knily/widgets/knily.php:483
3205
  #: modules/marble/widgets/marble.php:333
3206
  #: modules/mercury/widgets/mercury.php:408
3207
  #: modules/monster/widgets/monster.php:661
3208
+ #: modules/pacific/widgets/pacific.php:493 modules/rubix/widgets/rubix.php:493
3209
  #: modules/sniper/widgets/sniper.php:375
3210
  #: modules/storker/widgets/storker.php:421 modules/tango/widgets/tango.php:553
3211
  #: modules/vertex/widgets/vertex.php:325
3215
  msgstr ""
3216
 
3217
  #: modules/avatar/widgets/avatar.php:446
3218
+ #: modules/crossroad/widgets/crossroad.php:82
3219
+ #: modules/crossroad/widgets/crossroad.php:376
3220
  #: modules/event-calendar/widgets/event-calendar.php:633
3221
+ #: modules/fortune/widgets/fortune.php:324
3222
  #: modules/mercury/widgets/mercury.php:429
3223
  #: modules/pacific/widgets/pacific.php:504
3224
  #: modules/paranoia/widgets/paranoia.php:251
3225
  #: modules/remote-pagination/widgets/remote-pagination.php:100
3226
  #: modules/remote-thumbs/widgets/remote-thumbs.php:100
3227
+ #: modules/reveal/widgets/reveal.php:183 modules/rubix/widgets/rubix.php:505
3228
  msgid "Items"
3229
  msgstr ""
3230
 
3231
  #: modules/avatar/widgets/avatar.php:462
3232
+ #: modules/crossroad/widgets/crossroad.php:741
3233
  #: modules/elysium/widgets/elysium.php:407 modules/knily/widgets/knily.php:523
3234
  #: modules/marble/widgets/marble.php:352
3235
  #: modules/mercury/widgets/mercury.php:445
3236
  #: modules/monster/widgets/monster.php:728 modules/mount/widgets/mount.php:437
3237
+ #: modules/pacific/widgets/pacific.php:546 modules/rubix/widgets/rubix.php:521
3238
  #: modules/storker/widgets/storker.php:488 modules/tango/widgets/tango.php:572
3239
  #: modules/vertex/widgets/vertex.php:344
3240
  #: modules/woocommerce/widgets/woocommerce.php:641
3244
  msgstr ""
3245
 
3246
  #: modules/avatar/widgets/avatar.php:540 modules/avatar/widgets/avatar.php:597
3247
+ #: modules/blog/widgets/blog.php:1814 modules/blog/widgets/blog.php:1948
3248
  #: modules/dragon/widgets/dragon.php:903
3249
  #: modules/elysium/widgets/elysium.php:585
3250
  #: modules/event-calendar/widgets/event-calendar.php:722
3278
  #: modules/remote-fraction/widgets/remote-fraction.php:159
3279
  #: modules/remote-pagination/widgets/remote-pagination.php:193
3280
  #: modules/remote-thumbs/widgets/remote-thumbs.php:202
3281
+ #: modules/rubix/widgets/rubix.php:605 modules/rubix/widgets/rubix.php:852
3282
+ #: modules/rubix/widgets/rubix.php:1314
3283
  #: modules/sequester/widgets/sequester.php:1028
3284
  #: modules/storker/widgets/storker.php:547
3285
  #: modules/storker/widgets/storker.php:690
3322
  msgid "On&nbsp;"
3323
  msgstr ""
3324
 
3325
+ #: modules/blog/skins/skin-folio.php:65 modules/blog/widgets/blog.php:2772
3326
  msgid "Published on"
3327
  msgstr ""
3328
 
3329
+ #: modules/blog/skins/skin-folio.php:82 modules/blog/widgets/blog.php:2795
3330
  msgid "Comments By"
3331
  msgstr ""
3332
 
3336
 
3337
  #: modules/blog/widgets/blog.php:87 modules/custom/widgets/custom.php:59
3338
  #: modules/dragon/widgets/dragon.php:62 modules/flogia/widgets/flogia.php:63
3339
+ #: modules/fluent/widgets/fluent.php:70 modules/general/widgets/general.php:83
3340
+ #: modules/isolate/widgets/isolate.php:80 modules/mount/widgets/mount.php:64
3341
  #: modules/sequester/widgets/sequester.php:58
3342
  #: modules/woocommerce/widgets/woocommerce.php:64
3343
  #: modules/woolamp/widgets/woolamp.php:70
3345
  msgid "Size Ratio"
3346
  msgstr ""
3347
 
3348
+ #: modules/blog/widgets/blog.php:117
3349
+ msgid "Enable Viewport Height"
 
 
 
 
 
 
3350
  msgstr ""
3351
 
3352
+ #: modules/blog/widgets/blog.php:181 modules/flogia/widgets/flogia.php:152
 
 
 
 
 
3353
  #: modules/fluent/widgets/fluent.php:166 modules/knily/widgets/knily.php:222
3354
  #: modules/mercury/widgets/mercury.php:219
3355
+ #: modules/pacific/widgets/pacific.php:262 modules/rubix/widgets/rubix.php:263
3356
  #: modules/storker/widgets/storker.php:223
3357
  msgid "Text Limit"
3358
  msgstr ""
3359
 
3360
+ #: modules/blog/widgets/blog.php:182 modules/flogia/widgets/flogia.php:153
3361
  #: modules/fluent/widgets/fluent.php:167 modules/knily/widgets/knily.php:223
3362
  #: modules/mercury/widgets/mercury.php:220
3363
+ #: modules/pacific/widgets/pacific.php:263 modules/rubix/widgets/rubix.php:264
3364
  #: modules/storker/widgets/storker.php:224
3365
  msgid ""
3366
  "It's just work for main content, but not working with excerpt. If you set 0 "
3367
  "so you will get full main content."
3368
  msgstr ""
3369
 
3370
+ #: modules/blog/widgets/blog.php:194 modules/flogia/widgets/flogia.php:165
3371
  #: modules/fluent/widgets/fluent.php:179 modules/knily/widgets/knily.php:235
3372
+ #: modules/mercury/widgets/mercury.php:232 modules/rubix/widgets/rubix.php:276
3373
  #: modules/storker/widgets/storker.php:236
3374
  msgid "Strip Shortcode"
3375
  msgstr ""
3376
 
3377
+ #: modules/blog/widgets/blog.php:232 modules/custom/widgets/custom.php:104
3378
  #: modules/fluent/widgets/fluent.php:269
3379
+ #: modules/general/widgets/general.php:208
3380
+ #: modules/isolate/widgets/isolate.php:152
3381
  #: modules/pagepiling/widgets/pagepiling.php:251
3382
  msgid "Show Social Icon"
3383
  msgstr ""
3384
 
3385
+ #: modules/blog/widgets/blog.php:256 modules/fiestar/widgets/fiestar.php:207
3386
  #: modules/flogia/widgets/flogia.php:177 modules/fluent/widgets/fluent.php:213
3387
  #: modules/knily/widgets/knily.php:247 modules/marble/widgets/marble.php:181
3388
  #: modules/mercury/widgets/mercury.php:244
3389
+ #: modules/pacific/widgets/pacific.php:275 modules/rubix/widgets/rubix.php:288
3390
  #: modules/storker/widgets/storker.php:248
3391
  #: modules/vertex/widgets/vertex.php:182
3392
  #: modules/woocommerce/widgets/woocommerce.php:129
3395
  msgid "Show Category"
3396
  msgstr ""
3397
 
3398
+ #: modules/blog/widgets/blog.php:272
3399
  msgid "Show Meta"
3400
  msgstr ""
3401
 
3402
+ #: modules/blog/widgets/blog.php:281 modules/blog/widgets/blog.php:294
3403
  #: modules/knily/widgets/knily.php:257 modules/mercury/widgets/mercury.php:254
3404
+ #: modules/pacific/widgets/pacific.php:285 modules/rubix/widgets/rubix.php:298
3405
  #: modules/storker/widgets/storker.php:258
3406
  msgid "Show Author"
3407
  msgstr ""
3408
 
3409
+ #: modules/blog/widgets/blog.php:307
3410
  #: modules/event-calendar/widgets/event-calendar.php:126
3411
  #: modules/fluent/widgets/fluent.php:223
3412
  msgid "Show Date"
3413
  msgstr ""
3414
 
3415
+ #: modules/blog/widgets/blog.php:319
3416
  msgid "Show Comments"
3417
  msgstr ""
3418
 
3419
+ #: modules/blog/widgets/blog.php:338
3420
  msgid "Show Featured Post"
3421
  msgstr ""
3422
 
3423
+ #: modules/blog/widgets/blog.php:362 modules/custom/widgets/custom.php:95
3424
  #: modules/dragon/widgets/dragon.php:131
3425
+ #: modules/general/widgets/general.php:238
3426
+ #: modules/isolate/widgets/isolate.php:185 modules/mount/widgets/mount.php:124
3427
  #: modules/sequester/widgets/sequester.php:136
3428
  #: modules/woocommerce/widgets/woocommerce.php:192
3429
  #: modules/woolamp/widgets/woolamp.php:189
3431
  msgid "Show Dots"
3432
  msgstr ""
3433
 
3434
+ #: modules/blog/widgets/blog.php:415
3435
  msgid "Meta Alignment"
3436
  msgstr ""
3437
 
3438
+ #: modules/blog/widgets/blog.php:446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3439
  #: modules/event-calendar/widgets/event-calendar.php:330
3440
  #: modules/fiestar/widgets/fiestar.php:220
3441
  #: modules/flogia/widgets/flogia.php:254 modules/fluent/widgets/fluent.php:431
3442
  #: modules/knily/widgets/knily.php:162 modules/marble/widgets/marble.php:203
3443
  #: modules/mercury/widgets/mercury.php:159
3444
+ #: modules/pacific/widgets/pacific.php:192 modules/rubix/widgets/rubix.php:203
3445
  #: modules/storker/widgets/storker.php:155
3446
  #: modules/vertex/widgets/vertex.php:195
3447
  #: modules/woocircle/widgets/woocircle.php:180
3452
  msgid "Query"
3453
  msgstr ""
3454
 
3455
+ #: modules/blog/widgets/blog.php:467 modules/flogia/widgets/flogia.php:267
3456
  #: modules/fluent/widgets/fluent.php:452
3457
  msgid "Query (deprecated)"
3458
  msgstr ""
3459
 
3460
+ #: modules/blog/widgets/blog.php:482 modules/blog/widgets/blog.php:1299
3461
  #: modules/custom/widgets/custom.php:207 modules/custom/widgets/custom.php:871
3462
  #: modules/fluent/widgets/fluent.php:361 modules/fluent/widgets/fluent.php:1168
3463
+ #: modules/general/widgets/general.php:449
3464
+ #: modules/general/widgets/general.php:1724
3465
+ #: modules/isolate/widgets/isolate.php:495
3466
+ #: modules/isolate/widgets/isolate.php:1753
3467
  #: modules/pagepiling/widgets/pagepiling.php:351
3468
  #: modules/pagepiling/widgets/pagepiling.php:865
3469
  msgid "Social Icon"
3470
  msgstr ""
3471
 
3472
+ #: modules/blog/widgets/blog.php:648 modules/dragon/widgets/dragon.php:379
3473
  #: modules/flogia/widgets/flogia.php:314 modules/fluent/widgets/fluent.php:500
3474
+ #: modules/general/widgets/general.php:620 modules/mount/widgets/mount.php:349
3475
  #: modules/woocommerce/widgets/woocommerce.php:553
3476
  #: modules/woolamp/widgets/woolamp.php:463
3477
  #: modules/woostand/widgets/woostand.php:419
3478
  msgid "Autoplay Interval (ms)"
3479
  msgstr ""
3480
 
3481
+ #: modules/blog/widgets/blog.php:668 modules/custom/widgets/custom.php:619
3482
  #: modules/flogia/widgets/flogia.php:334 modules/fluent/widgets/fluent.php:520
3483
+ #: modules/general/widgets/general.php:640
3484
+ #: modules/isolate/widgets/isolate.php:680 modules/mount/widgets/mount.php:369
3485
  #: modules/sequester/widgets/sequester.php:425
3486
  #: modules/woocommerce/widgets/woocommerce.php:573
3487
  #: modules/woolamp/widgets/woolamp.php:483
3489
  msgid "Animation Speed"
3490
  msgstr ""
3491
 
3492
+ #: modules/blog/widgets/blog.php:685 modules/general/widgets/general.php:687
3493
+ #: modules/isolate/widgets/isolate.php:707
3494
  msgid "Advanced Animation"
3495
  msgstr ""
3496
 
3497
+ #: modules/blog/widgets/blog.php:694 modules/general/widgets/general.php:696
3498
+ #: modules/isolate/widgets/isolate.php:716
3499
  msgid "Animation Of"
3500
  msgstr ""
3501
 
3502
+ #: modules/blog/widgets/blog.php:711 modules/general/widgets/general.php:714
3503
+ #: modules/isolate/widgets/isolate.php:734
3504
  msgid "Animation On"
3505
  msgstr ""
3506
 
3507
+ #: modules/blog/widgets/blog.php:728 modules/general/widgets/general.php:731
3508
+ #: modules/isolate/widgets/isolate.php:751
3509
  msgid "Animation Options"
3510
  msgstr ""
3511
 
3512
+ #: modules/blog/widgets/blog.php:731 modules/custom/module.info.php:5
3513
  #: modules/custom/widgets/custom.php:24
3514
  #: modules/event-calendar/widgets/event-calendar.php:374
3515
  #: modules/event-calendar/widgets/event-calendar.php:401
3516
+ #: modules/general/widgets/general.php:734
3517
+ #: modules/isolate/widgets/isolate.php:423
3518
+ #: modules/isolate/widgets/isolate.php:754
3519
  #: modules/paranoia/widgets/paranoia.php:366
3520
  #: modules/paranoia/widgets/paranoia.php:434
3521
  #: modules/paranoia/widgets/paranoia.php:552
3526
  msgid "Custom"
3527
  msgstr ""
3528
 
3529
+ #: modules/blog/widgets/blog.php:745 modules/general/widgets/general.php:748
3530
+ #: modules/isolate/widgets/isolate.php:768
3531
  msgid "Perspective"
3532
  msgstr ""
3533
 
3534
+ #: modules/blog/widgets/blog.php:763 modules/general/widgets/general.php:766
3535
+ #: modules/isolate/widgets/isolate.php:786
3536
  msgid "Transition Duration"
3537
  msgstr ""
3538
 
3539
+ #: modules/blog/widgets/blog.php:781 modules/custom/widgets/custom.php:641
3540
+ #: modules/general/widgets/general.php:662
3541
+ #: modules/general/widgets/general.php:784
3542
+ #: modules/isolate/widgets/isolate.php:804
3543
  #: modules/monster/widgets/monster.php:548
3544
  msgid "Scale"
3545
  msgstr ""
3546
 
3547
+ #: modules/blog/widgets/blog.php:798 modules/general/widgets/general.php:801
3548
+ #: modules/isolate/widgets/isolate.php:821
3549
  msgid "rotationY"
3550
  msgstr ""
3551
 
3552
+ #: modules/blog/widgets/blog.php:815 modules/general/widgets/general.php:818
3553
+ #: modules/isolate/widgets/isolate.php:838
3554
  msgid "rotationX"
3555
  msgstr ""
3556
 
3557
+ #: modules/blog/widgets/blog.php:832 modules/general/widgets/general.php:835
3558
+ #: modules/isolate/widgets/isolate.php:855
3559
  msgid "Transform Origin"
3560
  msgstr ""
3561
 
3562
+ #: modules/blog/widgets/blog.php:847 modules/flogia/widgets/flogia.php:349
3563
  #: modules/fluent/widgets/fluent.php:535
3564
+ #: modules/general/widgets/general.php:850
3565
+ #: modules/isolate/widgets/isolate.php:870
3566
  #: modules/woostand/widgets/woostand.php:454
3567
  msgid "Kenburns Animation"
3568
  msgstr ""
3569
 
3570
+ #: modules/blog/widgets/blog.php:856 modules/flogia/widgets/flogia.php:358
3571
  #: modules/fluent/widgets/fluent.php:544
3572
+ #: modules/general/widgets/general.php:859
3573
+ #: modules/isolate/widgets/isolate.php:879
3574
  #: modules/woostand/widgets/woostand.php:463
3575
  msgid "Kenburn Reverse"
3576
  msgstr ""
3577
 
3578
+ #: modules/blog/widgets/blog.php:867 modules/isolate/widgets/isolate.php:890
 
3579
  msgid "Show Logo Animation"
3580
  msgstr ""
3581
 
3582
+ #: modules/blog/widgets/blog.php:880 modules/isolate/widgets/isolate.php:903
 
3583
  msgid "Show Menu Animation"
3584
  msgstr ""
3585
 
3586
+ #: modules/blog/widgets/blog.php:892 modules/isolate/widgets/isolate.php:915
 
3587
  msgid "Show Offcanvas Animation"
3588
  msgstr ""
3589
 
3590
+ #: modules/blog/widgets/blog.php:929 modules/dragon/widgets/dragon.php:426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3591
  #: modules/event-calendar/widgets/event-calendar.php:641
3592
  #: modules/flogia/widgets/flogia.php:396 modules/flogia/widgets/flogia.php:782
3593
  #: modules/fluent/widgets/fluent.php:581
3594
+ #: modules/general/widgets/general.php:895
3595
+ #: modules/isolate/widgets/isolate.php:955 modules/knily/widgets/knily.php:512
3596
  #: modules/knily/widgets/knily.php:1296 modules/mount/widgets/mount.php:410
3597
  #: modules/paranoia/widgets/paranoia.php:303
3598
  #: modules/sequester/widgets/sequester.php:459
3604
  msgid "Overlay Color"
3605
  msgstr ""
3606
 
3607
+ #: modules/blog/widgets/blog.php:968 modules/dragon/widgets/dragon.php:498
3608
  #: modules/flogia/widgets/flogia.php:444 modules/fluent/widgets/fluent.php:648
3609
+ #: modules/general/widgets/general.php:956
3610
+ #: modules/isolate/widgets/isolate.php:1080 modules/mount/widgets/mount.php:462
3611
  #: modules/sequester/widgets/sequester.php:506
3612
  #: modules/woocommerce/widgets/woocommerce.php:665
3613
  msgid "Title Width"
3614
  msgstr ""
3615
 
3616
+ #: modules/blog/widgets/blog.php:1015 modules/dragon/widgets/dragon.php:544
3617
+ #: modules/flogia/widgets/flogia.php:495
3618
+ #: modules/fortune/widgets/fortune.php:495 modules/mount/widgets/mount.php:548
3619
  #: modules/pagepiling/widgets/pagepiling.php:552
3620
  #: modules/sequester/widgets/sequester.php:552
3621
  #: modules/sniper/widgets/sniper.php:478
3622
  msgid "First Word Color"
3623
  msgstr ""
3624
 
3625
+ #: modules/blog/widgets/blog.php:1038 modules/dragon/widgets/dragon.php:576
3626
  #: modules/flogia/widgets/flogia.php:518 modules/fluent/widgets/fluent.php:706
3627
  #: modules/fluent/widgets/fluent.php:1145
3628
+ #: modules/general/widgets/general.php:1035
3629
+ #: modules/isolate/widgets/isolate.php:1165 modules/mount/widgets/mount.php:520
3630
  #: modules/pagepiling/widgets/pagepiling.php:587
3631
  #: modules/sequester/widgets/sequester.php:578
3632
  #: modules/woocommerce/widgets/woocommerce.php:723
3636
  msgid "Title Spacing"
3637
  msgstr ""
3638
 
3639
+ #: modules/blog/widgets/blog.php:1058
3640
  msgid "Separetor Color"
3641
  msgstr ""
3642
 
3643
+ #: modules/blog/widgets/blog.php:1105 modules/dragon/widgets/dragon.php:710
3644
  #: modules/flogia/widgets/flogia.php:570
3645
+ #: modules/general/widgets/general.php:1299
3646
+ #: modules/isolate/widgets/isolate.php:1358
3647
  #: modules/multiscroll/widgets/multiscroll.php:1031
3648
  #: modules/sequester/widgets/sequester.php:682
3649
  #: modules/woocommerce/widgets/woocommerce.php:920
3650
  msgid "Width (px)"
3651
  msgstr ""
3652
 
3653
+ #: modules/blog/widgets/blog.php:1132 modules/dragon/widgets/dragon.php:737
3654
  #: modules/flogia/widgets/flogia.php:597
3655
+ #: modules/general/widgets/general.php:1326
3656
+ #: modules/isolate/widgets/isolate.php:1385
3657
  #: modules/pagepiling/widgets/pagepiling.php:691
3658
  #: modules/sequester/widgets/sequester.php:709
3659
  #: modules/woocommerce/widgets/woocommerce.php:947
3662
  msgid "Excerpt Spacing"
3663
  msgstr ""
3664
 
3665
+ #: modules/blog/widgets/blog.php:1154
3666
+ #: modules/crossroad/widgets/crossroad.php:969
3667
  #: modules/dragon/widgets/dragon.php:759
3668
  #: modules/event-calendar/widgets/event-calendar.php:834
3669
+ #: modules/fortune/widgets/fortune.php:626
3670
+ #: modules/general/widgets/general.php:1348
3671
+ #: modules/isolate/widgets/isolate.php:1407 modules/knily/widgets/knily.php:771
3672
  #: modules/multiscroll/widgets/multiscroll.php:783
3673
  #: modules/pagepiling/widgets/pagepiling.php:713
3674
  #: modules/prism/widgets/prism.php:733
3677
  msgid "Button"
3678
  msgstr ""
3679
 
3680
+ #: modules/blog/widgets/blog.php:1400 modules/custom/widgets/custom.php:1016
3681
+ #: modules/fluent/widgets/fluent.php:1296
3682
+ #: modules/general/widgets/general.php:1839
3683
+ #: modules/general/widgets/general.php:1858
3684
+ #: modules/isolate/widgets/isolate.php:1883
3685
+ #: modules/pagepiling/widgets/pagepiling.php:785
3686
+ #: modules/pagepiling/widgets/pagepiling.php:908
3687
+ #: modules/woocommerce/widgets/woocommerce.php:1377
3688
+ msgid "Icon Spacing"
3689
+ msgstr ""
3690
+
3691
+ #: modules/blog/widgets/blog.php:1570
3692
  #: modules/event-calendar/widgets/event-calendar.php:436
3693
  #: modules/fiestar/widgets/fiestar.php:467
3694
  #: modules/flogia/widgets/flogia.php:619 modules/fluent/widgets/fluent.php:820
3695
  #: modules/fluent/widgets/fluent.php:1086 modules/knily/widgets/knily.php:910
3696
  #: modules/marble/widgets/marble.php:460
3697
  #: modules/mercury/widgets/mercury.php:664
3698
+ #: modules/pacific/widgets/pacific.php:706 modules/rubix/widgets/rubix.php:841
3699
  #: modules/storker/widgets/storker.php:874
3700
  #: modules/vertex/widgets/vertex.php:454
3701
  #: modules/woocommerce/widgets/woocommerce.php:745
3705
  msgid "Category"
3706
  msgstr ""
3707
 
3708
+ #: modules/blog/widgets/blog.php:1646
3709
  msgid "Box Shadow"
3710
  msgstr ""
3711
 
3712
+ #: modules/blog/widgets/blog.php:1714
3713
  msgid "Slide Meta"
3714
  msgstr ""
3715
 
3716
+ #: modules/blog/widgets/blog.php:1725 modules/knily/widgets/knily.php:1631
3717
  #: modules/knily/widgets/knily.php:1735
3718
  #: modules/storker/widgets/storker.php:1558
3719
  #: modules/storker/widgets/storker.php:1662
3720
  msgid "Width(px)"
3721
  msgstr ""
3722
 
3723
+ #: modules/blog/widgets/blog.php:1745
3724
  #: modules/remote-arrows/widgets/remote-arrows.php:148
3725
  #: modules/remote-arrows/widgets/remote-arrows.php:182
3726
+ #: modules/rubix/widgets/rubix.php:747
3727
  #: modules/sequester/widgets/sequester.php:823
3728
  #: modules/sequester/widgets/sequester.php:900
3729
  msgid "Icon"
3730
  msgstr ""
3731
 
3732
+ #: modules/blog/widgets/blog.php:1803 modules/dragon/widgets/dragon.php:1000
3733
+ #: modules/fortune/widgets/fortune.php:977
3734
+ #: modules/general/widgets/general.php:1531
3735
  #: modules/knily/widgets/knily.php:1603 modules/knily/widgets/knily.php:1714
3736
  #: modules/marble/widgets/marble.php:797
3737
  #: modules/mercury/widgets/mercury.php:909
3738
  #: modules/monster/widgets/monster.php:1299
3739
  #: modules/monster/widgets/monster.php:1402
3740
  #: modules/remote-fraction/widgets/remote-fraction.php:283
3741
+ #: modules/rubix/widgets/rubix.php:1092
3742
  #: modules/storker/widgets/storker.php:1530
3743
  #: modules/storker/widgets/storker.php:1641 modules/tango/widgets/tango.php:772
3744
  #: modules/tango/widgets/tango.php:875 modules/vertex/widgets/vertex.php:681
3746
  msgid "Size"
3747
  msgstr ""
3748
 
3749
+ #: modules/blog/widgets/blog.php:1856 modules/flogia/widgets/flogia.php:749
3750
  msgid "Featured Post"
3751
  msgstr ""
3752
 
3753
+ #: modules/blog/widgets/blog.php:1877 modules/blog/widgets/blog.php:2286
3754
  #: modules/woostand/widgets/woostand.php:486
3755
  msgid "Glassmorphism"
3756
  msgstr ""
3757
 
3758
+ #: modules/blog/widgets/blog.php:1879 modules/blog/widgets/blog.php:2288
3759
  #: modules/woostand/widgets/woostand.php:488
3760
  #, php-format
3761
  msgid ""
3763
  "compatibility so please %1s look here %2s"
3764
  msgstr ""
3765
 
3766
+ #: modules/blog/widgets/blog.php:1887 modules/blog/widgets/blog.php:2296
3767
  #: modules/woostand/widgets/woostand.php:496
3768
  msgid "Blur Level"
3769
  msgstr ""
3770
 
3771
+ #: modules/blog/widgets/blog.php:2005 modules/general/widgets/general.php:1214
3772
  #: modules/knily/widgets/knily.php:1465
3773
  #: modules/multiscroll/widgets/multiscroll.php:260
3774
+ #: modules/rubix/widgets/rubix.php:1412
3775
  #: modules/storker/widgets/storker.php:1266
3776
  #: modules/storker/widgets/storker.php:1363
3777
  #: modules/wooexpand/widgets/wooexpand.php:1071
3778
  msgid "Title Color"
3779
  msgstr ""
3780
 
3781
+ #: modules/blog/widgets/blog.php:2033
3782
  msgid "Admin Meta"
3783
  msgstr ""
3784
 
3785
+ #: modules/blog/widgets/blog.php:2103 modules/blog/widgets/blog.php:2215
3786
  #: modules/event-calendar/widgets/event-calendar.php:1288
3787
  #: modules/flogia/widgets/flogia.php:868 modules/flogia/widgets/flogia.php:910
3788
  #: modules/fluent/widgets/fluent.php:1443
3789
  #: modules/fluent/widgets/fluent.php:1495
3790
+ #: modules/general/widgets/general.php:2053
3791
+ #: modules/general/widgets/general.php:2224
3792
+ #: modules/isolate/widgets/isolate.php:2144
3793
+ #: modules/isolate/widgets/isolate.php:2338 modules/mount/widgets/mount.php:876
3794
  #: modules/sequester/widgets/sequester.php:1118
3795
  #: modules/sequester/widgets/sequester.php:1240
3796
  #: modules/sniper/widgets/sniper.php:608
3799
  msgid "Arrows Color"
3800
  msgstr ""
3801
 
3802
+ #: modules/blog/widgets/blog.php:2157 modules/general/widgets/general.php:2127
3803
+ #: modules/general/widgets/general.php:2144
3804
+ #: modules/isolate/widgets/isolate.php:2268
3805
  #: modules/sequester/widgets/sequester.php:1185
3806
  msgid "Active Dot Color"
3807
  msgstr ""
3808
 
3809
+ #: modules/blog/widgets/blog.php:2175
3810
  msgid "Dot Number Color"
3811
  msgstr ""
3812
 
3813
+ #: modules/blog/widgets/blog.php:2191 modules/general/widgets/general.php:2176
3814
+ #: modules/isolate/widgets/isolate.php:2300
3815
  #: modules/woocommerce/widgets/woocommerce.php:1609
3816
  msgid "Active Number Color"
3817
  msgstr ""
3818
 
3819
+ #: modules/blog/widgets/blog.php:2267
3820
  #: modules/woostand/widgets/woostand.php:1242
3821
  msgid "Additional"
3822
  msgstr ""
3823
 
3824
+ #: modules/blog/widgets/blog.php:2278
3825
  msgid "Meta Content"
3826
  msgstr ""
3827
 
3828
+ #: modules/blog/widgets/blog.php:2562
 
 
 
 
 
 
 
3829
  #: modules/pagepiling/widgets/pagepiling.php:363
3830
  msgid "Follow Us"
3831
  msgstr ""
3832
 
3833
+ #: modules/blog/widgets/blog.php:2749
3834
  msgid "Written by"
3835
  msgstr ""
3836
 
3837
+ #: modules/crossroad/widgets/crossroad.php:99
3838
  msgid "Meta Text"
3839
  msgstr ""
3840
 
3841
+ #: modules/crossroad/widgets/crossroad.php:109
3842
  msgid "Thumbnail"
3843
  msgstr ""
3844
 
3845
+ #: modules/crossroad/widgets/crossroad.php:123
3846
+ #: modules/crossroad/widgets/crossroad.php:712
3847
  #: modules/pacific/widgets/pacific.php:1060
3848
  #: modules/woocircle/widgets/woocircle.php:694
3849
  msgid "Modal"
3850
  msgstr ""
3851
 
3852
+ #: modules/crossroad/widgets/crossroad.php:130
3853
  msgid "Title (Optional)"
3854
  msgstr ""
3855
 
3856
+ #: modules/crossroad/widgets/crossroad.php:140
3857
  msgid "Meta Text (Optional)"
3858
  msgstr ""
3859
 
3860
+ #: modules/crossroad/widgets/crossroad.php:152
3861
  msgid "read more"
3862
  msgstr ""
3863
 
3864
+ #: modules/crossroad/widgets/crossroad.php:185
3865
  msgid "Image (Optional)"
3866
  msgstr ""
3867
 
3868
+ #: modules/crossroad/widgets/crossroad.php:202
3869
  msgid "Kanzu"
3870
  msgstr ""
3871
 
3872
+ #: modules/crossroad/widgets/crossroad.php:203
3873
+ #: modules/crossroad/widgets/crossroad.php:209
3874
+ #: modules/crossroad/widgets/crossroad.php:215
3875
+ #: modules/crossroad/widgets/crossroad.php:221
3876
  msgid "This is meta text here"
3877
  msgstr ""
3878
 
3879
+ #: modules/crossroad/widgets/crossroad.php:208
3880
  msgid "Juked"
3881
  msgstr ""
3882
 
3883
+ #: modules/crossroad/widgets/crossroad.php:210
3884
  msgid ""
3885
  "Crossroad Slider is a modern and creative slider that helps you to design a "
3886
  "unique website. Upload your own images, choose from more than 50 animations "
3887
  "and create a stunning slider with Elementor."
3888
  msgstr ""
3889
 
3890
+ #: modules/crossroad/widgets/crossroad.php:214
3891
  msgid "Colza"
3892
  msgstr ""
3893
 
3894
+ #: modules/crossroad/widgets/crossroad.php:216
3895
  msgid ""
3896
  "Moneky slider is a creative slider that helps you to design a modern "
3897
  "website. It has advanced features and many customization options, also it's "
3898
  "packed with beautiful content blocks."
3899
  msgstr ""
3900
 
3901
+ #: modules/crossroad/widgets/crossroad.php:220
3902
  msgid "Voxey"
3903
  msgstr ""
3904
 
3905
+ #: modules/crossroad/widgets/crossroad.php:222
3906
  msgid ""
3907
  "Prime Slider Addons for Elementor - crossroad slider is a creative slider "
3908
  "that helps you to design a modern website without any coding knowledge. It's "
3909
  "unique, responsive and highly customizable."
3910
  msgstr ""
3911
 
3912
+ #: modules/crossroad/widgets/crossroad.php:264
3913
  #: modules/fiestar/widgets/fiestar.php:93
3914
  #: modules/monster/widgets/monster.php:83
3915
  #: modules/pacific/widgets/pacific.php:115 modules/tango/widgets/tango.php:83
3916
  msgid "Item Gap"
3917
  msgstr ""
3918
 
3919
+ #: modules/crossroad/widgets/crossroad.php:335
3920
  msgid "Show Meta Text"
3921
  msgstr ""
3922
 
3923
+ #: modules/crossroad/widgets/crossroad.php:364
3924
  msgid "Show Number"
3925
  msgstr ""
3926
 
3927
+ #: modules/crossroad/widgets/crossroad.php:393
3928
  #: modules/monster/widgets/monster.php:423 modules/tango/widgets/tango.php:360
3929
  msgid "Rotate"
3930
  msgstr ""
3931
 
3932
+ #: modules/crossroad/widgets/crossroad.php:493
3933
  msgid "Title Rotate"
3934
  msgstr ""
3935
 
3936
+ #: modules/crossroad/widgets/crossroad.php:518
3937
+ #: modules/crossroad/widgets/crossroad.php:832
3938
  #: modules/flogia/widgets/flogia.php:712 modules/fluent/widgets/fluent.php:913
3939
  #: modules/knily/widgets/knily.php:682 modules/mercury/widgets/mercury.php:592
3940
  #: modules/pacific/widgets/pacific.php:624
3943
  msgid "Meta"
3944
  msgstr ""
3945
 
3946
+ #: modules/crossroad/widgets/crossroad.php:542
3947
+ #: modules/crossroad/widgets/crossroad.php:856
3948
  #: modules/event-calendar/widgets/event-calendar.php:972
3949
+ #: modules/general/widgets/general.php:1276
3950
+ #: modules/isolate/widgets/isolate.php:1232
3951
+ #: modules/isolate/widgets/isolate.php:1779
3952
  #: modules/multiscroll/widgets/multiscroll.php:943
3953
+ #: modules/rubix/widgets/rubix.php:1266 modules/rubix/widgets/rubix.php:1400
3954
+ #: modules/rubix/widgets/rubix.php:1465
3955
  #: modules/sequester/widgets/sequester.php:967
3956
  #: modules/wooexpand/widgets/wooexpand.php:831
3957
  #: modules/wooexpand/widgets/wooexpand.php:1001
3960
  msgid "Line Color"
3961
  msgstr ""
3962
 
3963
+ #: modules/crossroad/widgets/crossroad.php:581
3964
  #: modules/pieces/widgets/pieces.php:307
3965
  msgid "Number"
3966
  msgstr ""
3967
 
3968
+ #: modules/crossroad/widgets/crossroad.php:591
3969
  msgid "Stroke Color"
3970
  msgstr ""
3971
 
3972
+ #: modules/crossroad/widgets/crossroad.php:605
3973
  msgid "Fill Color"
3974
  msgstr ""
3975
 
3976
+ #: modules/crossroad/widgets/crossroad.php:696
3977
  msgid "Item Image Size"
3978
  msgstr ""
3979
 
3980
+ #: modules/crossroad/widgets/crossroad.php:729
3981
  msgid "Header Padding"
3982
  msgstr ""
3983
 
3984
+ #: modules/crossroad/widgets/crossroad.php:979
3985
  msgid "N O R M A L"
3986
  msgstr ""
3987
 
3988
+ #: modules/crossroad/widgets/crossroad.php:1096
3989
+ #: modules/fortune/widgets/fortune.php:747
3990
  msgid "H O V E R"
3991
  msgstr ""
3992
 
3993
+ #: modules/crossroad/widgets/crossroad.php:1211
3994
  msgid "Modal Image Size"
3995
  msgstr ""
3996
 
3997
+ #: modules/crossroad/widgets/crossroad.php:1227
3998
  msgid "Cursor"
3999
  msgstr ""
4000
 
4001
+ #: modules/crossroad/widgets/crossroad.php:1235
4002
  msgid "Type"
4003
  msgstr ""
4004
 
4005
+ #: modules/crossroad/widgets/crossroad.php:1239
4006
  msgid "Dark"
4007
  msgstr ""
4008
 
4009
+ #: modules/crossroad/widgets/crossroad.php:1240
4010
  msgid "White"
4011
  msgstr ""
4012
 
4061
 
4062
  #: modules/custom/widgets/custom.php:368 modules/custom/widgets/custom.php:460
4063
  #: modules/custom/widgets/custom.php:550 modules/custom/widgets/custom.php:982
4064
+ #: modules/general/widgets/general.php:1571
4065
  #: modules/knily/widgets/knily.php:1348
4066
  #: modules/woolamp/widgets/woolamp.php:1208
4067
  #: modules/woolamp/widgets/woolamp.php:1348
4093
  msgid "Dots"
4094
  msgstr ""
4095
 
4096
+ #: modules/custom/widgets/custom.php:530 modules/custom/widgets/custom.php:999
4097
+ #: modules/fiestar/widgets/fiestar.php:133
4098
+ #: modules/general/widgets/general.php:1551
4099
+ #: modules/knily/widgets/knily.php:1365 modules/marble/widgets/marble.php:107
4100
+ #: modules/vertex/widgets/vertex.php:108
4101
+ msgid "Vertical Spacing"
4102
+ msgstr ""
4103
+
4104
  #: modules/custom/widgets/custom.php:599
4105
+ #: modules/isolate/widgets/isolate.php:660
4106
  #: modules/sequester/widgets/sequester.php:405
4107
  msgid "Autoplay Interval"
4108
  msgstr ""
4109
 
4110
  #: modules/custom/widgets/custom.php:634
4111
+ #: modules/general/widgets/general.php:655
4112
  msgid "Slider Animations"
4113
  msgstr ""
4114
 
4115
+ #: modules/custom/widgets/custom.php:639
4116
+ #: modules/general/skins/skin-slide.php:16
4117
+ #: modules/general/widgets/general.php:660
4118
+ #: modules/mercury/widgets/mercury.php:333
4119
+ #: modules/monster/widgets/monster.php:546
4120
+ msgid "Slide"
4121
+ msgstr ""
4122
+
4123
+ #: modules/custom/widgets/custom.php:642
4124
+ #: modules/general/widgets/general.php:663
4125
+ msgid "Push"
4126
+ msgstr ""
4127
+
4128
  #: modules/custom/widgets/custom.php:643
4129
+ #: modules/general/widgets/general.php:664
4130
  msgid "Pull"
4131
  msgstr ""
4132
 
4149
 
4150
  #: modules/custom/widgets/custom.php:1048
4151
  #: modules/flexure/widgets/flexure.php:294
4152
+ #: modules/isolate/widgets/isolate.php:259 modules/knily/widgets/knily.php:1795
4153
  #: modules/remote-fraction/widgets/remote-fraction.php:88
4154
  #: modules/rubix/widgets/rubix.php:143 modules/storker/widgets/storker.php:1722
4155
  msgid "Top"
4156
  msgstr ""
4157
 
4158
  #: modules/custom/widgets/custom.php:1049
4159
+ #: modules/isolate/widgets/isolate.php:263 modules/knily/widgets/knily.php:1803
4160
  #: modules/pagepiling/widgets/pagepiling.php:446
4161
  #: modules/remote-fraction/widgets/remote-fraction.php:96
4162
  #: modules/rubix/widgets/rubix.php:147 modules/storker/widgets/storker.php:1730
4173
  msgid "Advanced Radius"
4174
  msgstr ""
4175
 
4176
+ #: modules/custom/widgets/custom.php:1239
4177
+ #: modules/event-calendar/widgets/event-calendar.php:914
4178
+ #: modules/flogia/widgets/flogia.php:660 modules/fluent/widgets/fluent.php:861
4179
+ #: modules/multiscroll/widgets/multiscroll.php:854
4180
+ #: modules/pieces/widgets/pieces.php:247 modules/pieces/widgets/pieces.php:331
4181
+ #: modules/woostand/widgets/woostand.php:927
4182
+ #: modules/woostand/widgets/woostand.php:1056
4183
+ #: traits/global-widget-controls.php:91
4184
+ msgid "Radius"
4185
+ msgstr ""
4186
+
4187
  #: modules/custom/widgets/custom.php:1240
4188
  #, php-format
4189
  msgid ""
4213
  #: modules/multiscroll/widgets/multiscroll.php:1124
4214
  #: modules/remote-pagination/widgets/remote-pagination.php:331
4215
  #: modules/remote-thumbs/widgets/remote-thumbs.php:333
4216
+ #: modules/rubix/widgets/rubix.php:1436
4217
  #: modules/storker/widgets/storker.php:1334
4218
  #: modules/storker/widgets/storker.php:1623
4219
  #: traits/global-widget-controls.php:167
4263
  msgstr ""
4264
 
4265
  #: modules/dragon/widgets/dragon.php:628
4266
+ #: modules/general/widgets/general.php:1171
4267
+ #: modules/isolate/widgets/isolate.php:1292 modules/mount/widgets/mount.php:670
4268
  #: modules/pagepiling/widgets/pagepiling.php:639
4269
  #: modules/sequester/widgets/sequester.php:630
4270
  #: modules/sniper/widgets/sniper.php:550
4277
  msgid "Circle Color"
4278
  msgstr ""
4279
 
4280
+ #: modules/dragon/widgets/dragon.php:985
4281
+ #: modules/flexure/widgets/flexure.php:427
4282
+ #: modules/flexure/widgets/flexure.php:773
4283
+ #: modules/fortune/widgets/fortune.php:1137
4284
+ #: modules/monster/widgets/monster.php:1388
4285
+ #: modules/pacific/widgets/pacific.php:1023
4286
+ #: modules/pagepiling/widgets/pagepiling.php:1117
4287
+ #: modules/sniper/widgets/sniper.php:464 modules/tango/widgets/tango.php:861
4288
+ #: modules/woolamp/widgets/woolamp.php:1318
4289
+ #: modules/woostand/widgets/woostand.php:1171
4290
+ #: modules/woostand/widgets/woostand.php:1208
4291
+ msgid "Active Color"
4292
+ msgstr ""
4293
+
4294
  #: modules/dragon/widgets/dragon.php:1014
4295
  msgid "Line Width"
4296
  msgstr ""
4349
  #: modules/fiestar/widgets/fiestar.php:278
4350
  #: modules/marble/widgets/marble.php:261
4351
  #: modules/monster/widgets/monster.php:598
4352
+ #: modules/pacific/widgets/pacific.php:427 modules/rubix/widgets/rubix.php:420
4353
  #: modules/sniper/widgets/sniper.php:303 modules/tango/widgets/tango.php:499
4354
  #: modules/vertex/widgets/vertex.php:253
4355
  msgid "Slides to Scroll"
4359
  #: modules/fiestar/widgets/fiestar.php:296
4360
  #: modules/marble/widgets/marble.php:279
4361
  #: modules/monster/widgets/monster.php:616
4362
+ #: modules/pacific/widgets/pacific.php:445 modules/rubix/widgets/rubix.php:438
4363
  #: modules/sniper/widgets/sniper.php:321 modules/vertex/widgets/vertex.php:271
4364
  msgid "Center Slide"
4365
  msgstr ""
4368
  #: modules/fiestar/widgets/fiestar.php:297
4369
  #: modules/marble/widgets/marble.php:280
4370
  #: modules/monster/widgets/monster.php:617
4371
+ #: modules/pacific/widgets/pacific.php:446 modules/rubix/widgets/rubix.php:439
4372
  #: modules/sniper/widgets/sniper.php:322 modules/vertex/widgets/vertex.php:272
4373
  msgid "Use even items from Layout > Columns settings for better preview."
4374
  msgstr ""
4391
  msgid "Show Buy Button"
4392
  msgstr ""
4393
 
4394
+ #: modules/event-calendar/widgets/event-calendar.php:165
4395
+ msgid "Custom Link"
4396
+ msgstr ""
4397
+
4398
  #: modules/event-calendar/widgets/event-calendar.php:166
4399
  msgid "When you use Buy Button, Please type your custom link."
4400
  msgstr ""
4628
  #: modules/event-calendar/widgets/event-calendar.php:741
4629
  #: modules/fluent/widgets/fluent.php:1007 modules/knily/widgets/knily.php:277
4630
  #: modules/mercury/widgets/mercury.php:274
4631
+ #: modules/pacific/widgets/pacific.php:305 modules/rubix/widgets/rubix.php:307
4632
+ #: modules/rubix/widgets/rubix.php:705 modules/storker/widgets/storker.php:278
4633
  #: modules/woocircle/widgets/woocircle.php:319
4634
  #: modules/woocommerce/widgets/woocommerce.php:381
4635
  #: modules/wooexpand/widgets/wooexpand.php:429
4669
  msgid "Text Typography"
4670
  msgstr ""
4671
 
4672
+ #: modules/event-calendar/widgets/event-calendar.php:1260
4673
+ #: modules/flogia/widgets/flogia.php:771
4674
+ #: modules/isolate/widgets/isolate.php:1725
4675
+ #: modules/isolate/widgets/isolate.php:1765
4676
+ #: modules/pagepiling/widgets/pagepiling.php:1067
4677
+ #: modules/pieces/widgets/pieces.php:239 modules/pieces/widgets/pieces.php:323
4678
+ #: modules/sniper/widgets/sniper.php:394
4679
+ msgid "Background Color"
4680
+ msgstr ""
4681
+
4682
  #: modules/event-calendar/widgets/event-calendar.php:1274
4683
  msgid "Hover Background Color"
4684
  msgstr ""
4755
  msgstr ""
4756
 
4757
  #: modules/fiestar/widgets/fiestar.php:314
4758
+ #: modules/marble/widgets/marble.php:297 modules/rubix/widgets/rubix.php:456
4759
  #: modules/sniper/widgets/sniper.php:339 modules/vertex/widgets/vertex.php:289
4760
  msgid "Drag free Mode"
4761
  msgstr ""
4887
  msgstr ""
4888
 
4889
  #: modules/flexure/widgets/flexure.php:748
4890
+ #: modules/isolate/widgets/isolate.php:2240
4891
  #: modules/monster/widgets/monster.php:1362 modules/mount/widgets/mount.php:906
4892
  #: modules/pacific/widgets/pacific.php:991 modules/tango/widgets/tango.php:835
4893
  #: modules/woostand/widgets/woostand.php:1187
4940
 
4941
  #: modules/fluent/widgets/fluent.php:233 modules/knily/widgets/knily.php:286
4942
  #: modules/mercury/widgets/mercury.php:283
4943
+ #: modules/pacific/widgets/pacific.php:314 modules/rubix/widgets/rubix.php:317
4944
  #: modules/storker/widgets/storker.php:287
4945
  msgid "Human Different Time"
4946
  msgstr ""
4947
 
4948
  #: modules/fluent/widgets/fluent.php:244 modules/knily/widgets/knily.php:297
4949
  #: modules/mercury/widgets/mercury.php:294
4950
+ #: modules/pacific/widgets/pacific.php:325 modules/rubix/widgets/rubix.php:328
4951
  #: modules/storker/widgets/storker.php:298
4952
  msgid "Time Short Format"
4953
  msgstr ""
4954
 
4955
  #: modules/fluent/widgets/fluent.php:245 modules/knily/widgets/knily.php:298
4956
  #: modules/mercury/widgets/mercury.php:295
4957
+ #: modules/pacific/widgets/pacific.php:326 modules/rubix/widgets/rubix.php:329
4958
  #: modules/storker/widgets/storker.php:299
4959
  msgid "This will work for Hours, Minute and Seconds"
4960
  msgstr ""
4961
 
4962
  #: modules/fluent/widgets/fluent.php:257 modules/knily/widgets/knily.php:310
4963
  #: modules/mercury/widgets/mercury.php:307
4964
+ #: modules/pacific/widgets/pacific.php:338 modules/rubix/widgets/rubix.php:341
4965
  #: modules/storker/widgets/storker.php:311
4966
  msgid "Show Time"
4967
  msgstr ""
4979
  msgstr ""
4980
 
4981
  #: modules/fluent/widgets/fluent.php:620
4982
+ #: modules/isolate/widgets/isolate.php:1185
4983
  msgid "Left Spacing"
4984
  msgstr ""
4985
 
5005
  msgid "Item Background"
5006
  msgstr ""
5007
 
5008
+ #: modules/fluent/widgets/fluent.php:1312
5009
+ msgid "Icon Position"
5010
+ msgstr ""
5011
+
5012
  #: modules/fluent/widgets/fluent.php:1399
5013
  msgid "Primary Color"
5014
  msgstr ""
5021
  msgid "Arrows Spacing"
5022
  msgstr ""
5023
 
5024
+ #: modules/fortune/widgets/fortune.php:175
5025
+ msgid "Show Fraction"
5026
+ msgstr ""
5027
+
5028
+ #: modules/fortune/widgets/fortune.php:225
5029
+ #: modules/paranoia/widgets/paranoia.php:152
5030
+ #: modules/reveal/widgets/reveal.php:73 modules/tango/widgets/tango.php:564
5031
+ msgid "Content"
5032
+ msgstr ""
5033
+
5034
+ #: modules/fortune/widgets/fortune.php:252
5035
+ #: modules/pacific/widgets/pacific.php:360
5036
+ #: modules/paranoia/widgets/paranoia.php:179
5037
+ #: modules/reveal/widgets/reveal.php:100 modules/rubix/widgets/rubix.php:363
5038
+ msgid "Readmore Text"
5039
+ msgstr ""
5040
+
5041
+ #: modules/fortune/widgets/fortune.php:263
5042
+ #: modules/paranoia/widgets/paranoia.php:190
5043
+ #: modules/reveal/widgets/reveal.php:111
5044
+ msgid "Readmore Link"
5045
+ msgstr ""
5046
+
5047
+ #: modules/fortune/widgets/fortune.php:290
5048
+ #: modules/paranoia/widgets/paranoia.php:217
5049
+ #: modules/reveal/widgets/reveal.php:138
5050
+ msgid "Optional"
5051
+ msgstr ""
5052
+
5053
+ #: modules/fortune/widgets/fortune.php:817
5054
+ #: modules/storker/widgets/storker.php:1166
5055
+ #: modules/storker/widgets/storker.php:1278
5056
+ #: modules/storker/widgets/storker.php:1375
5057
+ msgid "A R R O W S"
5058
+ msgstr ""
5059
+
5060
+ #: modules/fortune/widgets/fortune.php:1088
5061
+ msgid "F R A C T I O N"
5062
+ msgstr ""
5063
+
5064
+ #: modules/fortune/widgets/fortune.php:1171
5065
+ msgid "O F F S E T"
5066
+ msgstr ""
5067
+
5068
+ #: modules/fortune/widgets/fortune.php:1186
5069
+ msgid "Arrows Horizontal Offset"
5070
+ msgstr ""
5071
+
5072
+ #: modules/fortune/widgets/fortune.php:1200
5073
+ msgid "Arrows Vertical Offset"
5074
+ msgstr ""
5075
+
5076
+ #: modules/fortune/widgets/fortune.php:1214
5077
+ msgid "Fraction Horizontal Offset"
5078
+ msgstr ""
5079
+
5080
+ #: modules/fortune/widgets/fortune.php:1228
5081
+ msgid "Fraction Vertical Offset"
5082
+ msgstr ""
5083
+
5084
  #: modules/general/skins/skin-crelly.php:16
5085
  msgid "Crelly"
5086
  msgstr ""
5089
  msgid "Meteor"
5090
  msgstr ""
5091
 
5092
+ #: modules/general/widgets/general.php:188
 
 
 
 
5093
  msgid "Show Otherview Text"
5094
  msgstr ""
5095
 
5096
+ #: modules/general/widgets/general.php:200
5097
  msgid "Alter Button and Excerpt"
5098
  msgstr ""
5099
 
5100
+ #: modules/general/widgets/general.php:260
 
 
 
 
5101
  msgid "Sub title goes here"
5102
  msgstr ""
5103
 
5104
+ #: modules/general/widgets/general.php:341
5105
  msgid "Video"
5106
  msgstr ""
5107
 
5108
+ #: modules/general/widgets/general.php:345
5109
  msgid "Youtube"
5110
  msgstr ""
5111
 
5112
+ #: modules/general/widgets/general.php:385
5113
  msgid "Video Link"
5114
  msgstr ""
5115
 
5116
+ #: modules/general/widgets/general.php:398
5117
  msgid "Youtube Link"
5118
  msgstr ""
5119
 
5120
+ #: modules/general/widgets/general.php:416
5121
+ #: modules/isolate/widgets/isolate.php:390
5122
  msgid "Slide Item 1"
5123
  msgstr ""
5124
 
5125
+ #: modules/general/widgets/general.php:419
5126
+ #: modules/isolate/widgets/isolate.php:394
5127
  msgid "Slide Item 2"
5128
  msgstr ""
5129
 
5130
+ #: modules/general/widgets/general.php:422
5131
+ #: modules/isolate/widgets/isolate.php:398
5132
  msgid "Slide Item 3"
5133
  msgstr ""
5134
 
5135
+ #: modules/general/widgets/general.php:675
5136
+ #: modules/isolate/widgets/isolate.php:695
5137
  msgid "Parallax Animation"
5138
  msgstr ""
5139
 
5140
+ #: modules/general/widgets/general.php:929
 
 
 
 
 
 
 
5141
  msgid "Shape Color"
5142
  msgstr ""
5143
 
5144
+ #: modules/general/widgets/general.php:1055 modules/mount/widgets/mount.php:540
5145
  msgid "Advanced Style"
5146
  msgstr ""
5147
 
5148
+ #: modules/general/widgets/general.php:1228
5149
  msgid "Top Spacing"
5150
  msgstr ""
5151
 
5152
+ #: modules/general/widgets/general.php:1248
5153
+ #: modules/general/widgets/general.php:1877
5154
+ #: modules/isolate/widgets/isolate.php:1026
5155
+ msgid "Primary Background"
5156
+ msgstr ""
5157
+
5158
+ #: modules/general/widgets/general.php:1262
5159
  msgid "Style Color"
5160
  msgstr ""
5161
 
5162
+ #: modules/general/widgets/general.php:1358
5163
  msgid "NORMAL"
5164
  msgstr ""
5165
 
5166
+ #: modules/general/widgets/general.php:1449
5167
  msgid "Icon Custom Style"
5168
  msgstr ""
5169
 
5170
+ #: modules/general/widgets/general.php:1469
5171
+ #: modules/general/widgets/general.php:1667
5172
  msgid "Icon Style"
5173
  msgstr ""
5174
 
5175
+ #: modules/general/widgets/general.php:1602
5176
  msgid "HOVER"
5177
  msgstr ""
5178
 
5179
+ #: modules/general/widgets/general.php:1624
5180
  msgid "Custom Background"
5181
  msgstr ""
5182
 
5183
+ #: modules/general/widgets/general.php:2111
5184
+ #: modules/isolate/widgets/isolate.php:2252
5185
  #: modules/sequester/widgets/sequester.php:1171
5186
  msgid "Dot Color"
5187
  msgstr ""
5188
 
5189
+ #: modules/general/widgets/general.php:2161
5190
  msgid "Number Color"
5191
  msgstr ""
5192
 
5193
+ #: modules/general/widgets/general.php:2191
5194
  msgid "Dots Spacing"
5195
  msgstr ""
5196
 
5197
+ #: modules/general/widgets/general.php:2389
5198
  #: modules/isolate/skins/skin-locate.php:37
5199
  msgid "Share Us"
5200
  msgstr ""
5207
  msgid "Slice"
5208
  msgstr ""
5209
 
5210
+ #: modules/isolate/widgets/isolate.php:140
5211
  #: modules/pagepiling/widgets/pagepiling.php:242
5212
  msgid "Show Play Button"
5213
  msgstr ""
5214
 
5215
+ #: modules/isolate/widgets/isolate.php:231
5216
  #: modules/multiscroll/widgets/multiscroll.php:336
5217
  #: modules/woostand/widgets/woostand.php:204
5218
  msgid "Content Position"
5219
  msgstr ""
5220
 
5221
+ #: modules/isolate/widgets/isolate.php:255
5222
  msgid "Column Position"
5223
  msgstr ""
5224
 
5225
+ #: modules/isolate/widgets/isolate.php:370
5226
  #: modules/pagepiling/widgets/pagepiling.php:151
5227
  msgid "Lightbox Source"
5228
  msgstr ""
5229
 
5230
+ #: modules/isolate/widgets/isolate.php:420
5231
  #: modules/sequester/widgets/sequester.php:312
5232
  msgid "Image Match Height"
5233
  msgstr ""
5234
 
5235
+ #: modules/isolate/widgets/isolate.php:436
5236
  msgid "Desktop"
5237
  msgstr ""
5238
 
5239
+ #: modules/isolate/widgets/isolate.php:450
5240
  msgid "Tablet"
5241
  msgstr ""
5242
 
5243
+ #: modules/isolate/widgets/isolate.php:464
5244
  msgid "Mobile"
5245
  msgstr ""
5246
 
5247
+ #: modules/isolate/widgets/isolate.php:479
5248
  msgid ""
5249
  "If you turn on this option, then no need to set exact sized image, otherwise "
5250
  "image will set by ratio of its actual size."
5251
  msgstr ""
5252
 
5253
+ #: modules/isolate/widgets/isolate.php:984
5254
  msgid "Primary Background Color"
5255
  msgstr ""
5256
 
5257
+ #: modules/isolate/widgets/isolate.php:998
5258
  msgid "Secondary Background Color"
5259
  msgstr ""
5260
 
5261
+ #: modules/isolate/widgets/isolate.php:1040
5262
  msgid "Secondary Background"
5263
  msgstr ""
5264
 
5265
+ #: modules/isolate/widgets/isolate.php:1054
5266
  msgid "Image Size(%)"
5267
  msgstr ""
5268
 
5269
+ #: modules/isolate/widgets/isolate.php:1584
5270
  #: modules/pagepiling/widgets/pagepiling.php:976
5271
  msgid "Lightbox Play Button"
5272
  msgstr ""
5273
 
5274
+ #: modules/isolate/widgets/isolate.php:1600
5275
  msgid "Shadow Pulse"
5276
  msgstr ""
5277
 
5278
+ #: modules/isolate/widgets/isolate.php:1601
5279
  msgid "Multi Shadow"
5280
  msgstr ""
5281
 
5282
+ #: modules/isolate/widgets/isolate.php:1602
5283
  msgid "Line Bounce"
5284
  msgstr ""
5285
 
5286
+ #: modules/isolate/widgets/isolate.php:1613
5287
  msgid "Animated Border Color"
5288
  msgstr ""
5289
 
5290
+ #: modules/isolate/widgets/isolate.php:1628
5291
  msgid "Animated Shadow Color"
5292
  msgstr ""
5293
 
5296
  #: modules/pacific/widgets/pacific.php:212
5297
  #: modules/pagepiling/widgets/pagepiling.php:415
5298
  #: modules/pieces/widgets/pieces.php:129 modules/reveal/widgets/reveal.php:218
5299
+ #: modules/rubix/widgets/rubix.php:223 modules/storker/widgets/storker.php:183
5300
  msgid "Additional Settings"
5301
  msgstr ""
5302
 
5329
  msgid "Content Margin"
5330
  msgstr ""
5331
 
5332
+ #: modules/knily/widgets/knily.php:1232 modules/rubix/widgets/rubix.php:1201
5333
  #: modules/storker/widgets/storker.php:1045
5334
  msgid "Thumbs Slider"
5335
  msgstr ""
5353
 
5354
  #: modules/knily/widgets/knily.php:1402
5355
  #: modules/pacific/widgets/pacific.php:1107
5356
+ #: modules/rubix/widgets/rubix.php:1294
5357
  #: modules/storker/widgets/storker.php:1137
5358
  msgid "T I T L E"
5359
  msgstr ""
5426
  msgid "Counter"
5427
  msgstr ""
5428
 
5429
+ #: modules/mercury/widgets/mercury.php:112 modules/rubix/widgets/rubix.php:157
5430
  msgid "Content Reverse"
5431
  msgstr ""
5432
 
5681
 
5682
  #: modules/pacific/widgets/pacific.php:350
5683
  #: modules/paranoia/widgets/paranoia.php:130
5684
+ #: modules/reveal/widgets/reveal.php:294 modules/rubix/widgets/rubix.php:353
5685
  msgid "Show Read More"
5686
  msgstr ""
5687
 
 
 
 
 
 
 
5688
  #: modules/pacific/widgets/pacific.php:386
5689
  msgid "Carousel Settings"
5690
  msgstr ""
5726
  msgstr ""
5727
 
5728
  #: modules/pagepiling/widgets/pagepiling.php:81
5729
+ #: modules/reveal/widgets/reveal.php:594
5730
  #: modules/sequester/widgets/sequester.php:207
5731
  #: modules/sniper/widgets/sniper.php:185
5732
  msgid "Slide Title"
5748
  msgid "Social Text"
5749
  msgstr ""
5750
 
5751
+ #: modules/pagepiling/widgets/pagepiling.php:481
5752
+ msgid "AutoPlay Duration"
 
 
 
 
 
 
 
 
 
 
 
5753
  msgstr ""
5754
 
5755
  #: modules/paranoia/widgets/paranoia.php:376
5961
  msgid "Enter reviewer name"
5962
  msgstr ""
5963
 
5964
+ #: modules/remote-thumbs/widgets/remote-thumbs.php:109
5965
+ msgid "Choose Image"
5966
+ msgstr ""
5967
+
5968
+ #: modules/reveal/widgets/reveal.php:159 modules/reveal/widgets/reveal.php:904
5969
  msgid "Image Caption"
5970
  msgstr ""
5971
 
5995
  msgid "Show Header Content"
5996
  msgstr ""
5997
 
5998
+ #: modules/reveal/widgets/reveal.php:337 modules/reveal/widgets/reveal.php:948
5999
  msgid "Header Content"
6000
  msgstr ""
6001
 
6029
  msgid "Thumbs Position"
6030
  msgstr ""
6031
 
6032
+ #: modules/rubix/widgets/rubix.php:533
6033
  msgid "Active Line"
6034
  msgstr ""
6035
 
6036
+ #: modules/rubix/widgets/rubix.php:1257
6037
  msgid "L I N E"
6038
  msgstr ""
6039
 
6040
+ #: modules/rubix/widgets/rubix.php:1340
6041
  msgid "M E T A"
6042
  msgstr ""
6043
 
6044
+ #: modules/rubix/widgets/rubix.php:1423
6045
  msgid "Meta Color"
6046
  msgstr ""
6047
 
6149
  msgid "Animated Line Color"
6150
  msgstr ""
6151
 
 
 
 
 
 
 
6152
  #: modules/storker/widgets/storker.php:1447
6153
  msgid "Dots Horizontal Offset"
6154
  msgstr ""
6715
  msgid "Past Year"
6716
  msgstr ""
6717
 
6718
+ #: traits/query-controls/group-query/group-control-query.php:289
6719
+ msgid "Before"
6720
+ msgstr ""
6721
+
6722
  #: traits/query-controls/group-query/group-control-query.php:291
6723
  msgid ""
6724
  "Setting a ‘Before’ date will show all the posts published until the chosen "
6725
  "date (inclusive)."
6726
  msgstr ""
6727
 
6728
+ #: traits/query-controls/group-query/group-control-query.php:302
6729
+ msgid "After"
6730
+ msgstr ""
6731
+
6732
  #: traits/query-controls/group-query/group-control-query.php:304
6733
  msgid ""
6734
  "Setting an ‘After’ date will show all the posts published since the chosen "
modules/blog/skins/skin-coral.php CHANGED
@@ -234,9 +234,6 @@ class Skin_Coral extends Elementor_Skin_Base
234
  ?>
235
  </div>
236
  <?php
237
- $this->parent->render_offcanvas();
238
- ?>
239
- <?php
240
  }
241
 
242
  public function rendar_thumb_image( $size = 'thumbnail' )
234
  ?>
235
  </div>
236
  <?php
 
 
 
237
  }
238
 
239
  public function rendar_thumb_image( $size = 'thumbnail' )
modules/blog/skins/skin-folio.php CHANGED
@@ -136,9 +136,6 @@ class Skin_Folio extends Elementor_Skin_Base
136
  </div>
137
 
138
  </div>
139
- <?php
140
- $this->parent->render_offcanvas();
141
- ?>
142
  <?php
143
  }
144
 
136
  </div>
137
 
138
  </div>
 
 
 
139
  <?php
140
  }
141
 
modules/blog/skins/skin-zinest.php CHANGED
@@ -123,9 +123,6 @@ class Skin_Zinest extends Elementor_Skin_Base
123
 
124
  </div>
125
  <?php
126
- $this->parent->render_offcanvas();
127
- ?>
128
- <?php
129
  }
130
 
131
  public function rendar_item_image()
123
 
124
  </div>
125
  <?php
 
 
 
126
  }
127
 
128
  public function rendar_item_image()
modules/blog/widgets/blog.php CHANGED
@@ -87,15 +87,43 @@ class Blog extends Widget_Base
87
  'type' => Controls_Manager::IMAGE_DIMENSIONS,
88
  'description' => 'Slider ratio to width and height, such as 16:9',
89
  'separator' => 'before',
 
 
 
90
  ] );
91
  $this->add_control( 'slider_min_height', [
92
- 'label' => esc_html__( 'Minimum Height', 'bdthemes-prime-slider' ),
93
- 'type' => Controls_Manager::SLIDER,
94
- 'range' => [
95
  'px' => [
96
- 'min' => 50,
97
  'max' => 1024,
98
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ],
100
  ] );
101
  $this->add_group_control( Group_Control_Image_Size::get_type(), [
@@ -108,22 +136,6 @@ class Blog extends Widget_Base
108
  ] );
109
  //Global background settings Controls
110
  $this->register_background_settings( '.bdt-prime-slider .bdt-slideshow-item>.bdt-ps-slide-img' );
111
- $this->add_control( 'show_logo', [
112
- 'label' => esc_html__( 'Show Logo (Deprecated)', 'bdthemes-prime-slider' ),
113
- 'type' => Controls_Manager::SWITCHER,
114
- 'default' => 'yes',
115
- 'separator' => 'before',
116
- ] );
117
- $this->add_control( 'show_menu', [
118
- 'label' => esc_html__( 'Show Menu (Deprecated)', 'bdthemes-prime-slider' ),
119
- 'type' => Controls_Manager::SWITCHER,
120
- 'default' => 'yes',
121
- ] );
122
- $this->add_control( 'show_offcanvas', [
123
- 'label' => esc_html__( 'Show Offcanvas (Deprecated)', 'bdthemes-prime-slider' ),
124
- 'type' => Controls_Manager::SWITCHER,
125
- 'default' => 'yes',
126
- ] );
127
  $this->add_control( 'show_title', [
128
  'label' => esc_html__( 'Show Title', 'bdthemes-prime-slider' ),
129
  'type' => Controls_Manager::SWITCHER,
@@ -318,1315 +330,197 @@ class Blog extends Widget_Base
318
  ],
319
  ] );
320
  $this->end_controls_section();
321
- $this->start_controls_section( 'section_content_header', [
322
- 'label' => esc_html__( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
323
- 'conditions' => [
324
- 'relation' => 'or',
325
- 'terms' => [ [
326
- 'name' => 'show_logo',
327
- 'operator' => '==',
328
- 'value' => 'yes',
329
- ], [
330
- 'name' => 'show_menu',
331
- 'operator' => '==',
332
- 'value' => 'yes',
333
- ], [
334
- 'name' => 'show_offcanvas',
335
- 'operator' => '==',
336
- 'value' => 'yes',
337
- ] ],
338
- ],
339
  ] );
340
- $this->start_controls_tabs( 'tabs_header_layout' );
341
- $this->start_controls_tab( 'tab_logo_layout', [
342
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
 
 
 
 
 
 
343
  'condition' => [
344
- 'show_logo' => 'yes',
345
  ],
346
  ] );
347
- $this->add_control( 'logo_type', [
348
- 'label' => esc_html__( 'Select Logo Type', 'bdthemes-prime-slider' ),
349
- 'type' => Controls_Manager::CHOOSE,
350
- 'options' => [
351
- 'text' => [
352
- 'title' => esc_html__( 'Text', 'bdthemes-prime-slider' ),
353
- 'icon' => 'eicon-logo',
354
- ],
355
- 'image' => [
356
- 'title' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
357
- 'icon' => 'eicon-image',
358
- ],
359
- ],
360
- 'default' => 'text',
361
  'condition' => [
362
- 'show_logo' => 'yes',
 
363
  ],
364
  ] );
365
- $this->add_control( 'logo_text', [
366
- 'label' => __( 'Logo Text', 'bdthemes-prime-slider' ),
367
- 'type' => Controls_Manager::TEXT,
368
- 'dynamic' => [
369
- 'active' => true,
370
- ],
371
- 'default' => __( 'Brand', 'bdthemes-prime-slider' ),
372
- 'placeholder' => __( 'Your Brand Name', 'bdthemes-prime-slider' ),
373
- 'condition' => [
374
- 'show_logo!' => '',
375
- 'logo_type' => 'text',
376
- ],
377
  ] );
378
- $this->add_control( 'logo_image', [
379
- 'label' => __( 'Choose Image', 'bdthemes-prime-slider' ),
380
- 'type' => Controls_Manager::MEDIA,
381
- 'dynamic' => [
382
- 'active' => true,
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  ],
384
- 'default' => [
385
- 'url' => BDTPS_ASSETS_URL . 'images/brand-logo.svg',
 
 
 
 
386
  ],
387
- 'condition' => [
388
- 'show_logo!' => '',
389
- 'logo_type' => 'image',
 
 
 
390
  ],
 
 
 
391
  ] );
392
- $this->add_group_control( Group_Control_Image_Size::get_type(), [
393
- 'name' => 'logo_image_s',
394
- 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ),
395
- 'exclude' => [ 'custom' ],
396
- 'default' => 'medium',
397
  'condition' => [
398
- 'show_logo' => 'yes',
399
- 'logo_type' => 'image',
400
  ],
401
  ] );
402
- $this->add_responsive_control( 'logo_image_width', [
403
- 'label' => __( 'Logo Image Width', 'bdthemes-prime-slider' ),
404
  'type' => Controls_Manager::SLIDER,
405
- 'default' => [
406
- 'unit' => '%',
407
- ],
408
- 'size_units' => [ '%' ],
409
  'range' => [
410
- '%' => [
411
- 'min' => 5,
412
- 'max' => 100,
413
- ],
414
- ],
415
- 'selectors' => [
416
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner' => 'width: {{SIZE}}{{UNIT}};',
417
  ],
418
- 'condition' => [
419
- 'show_logo' => 'yes',
420
- 'logo_type' => 'image',
421
  ],
422
  ] );
423
- $this->add_control( 'show_custom_logo_link', [
424
- 'label' => esc_html__( 'Show Custom Link', 'bdthemes-prime-slider' ),
425
- 'type' => Controls_Manager::SWITCHER,
426
- 'default' => '',
427
- 'condition' => [
428
- 'show_logo' => 'yes',
 
 
 
429
  ],
430
  ] );
431
- $this->add_control( 'logo_link', [
432
- 'label' => __( 'URL', 'bdthemes-prime-slider' ),
433
- 'type' => Controls_Manager::URL,
434
- 'dynamic' => [
435
  'active' => true,
436
  ],
437
- 'default' => [
438
- 'url' => '',
439
- ],
440
- 'condition' => [
441
- 'show_logo!' => '',
442
- 'show_custom_logo_link' => 'yes',
443
- ],
444
  ] );
445
- $this->end_controls_tab();
446
- $this->start_controls_tab( 'tab_menu_layout', [
447
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
 
 
448
  ] );
449
- $this->add_control( 'dynamic_menu', [
450
- 'label' => esc_html__( 'Dynamic Menu', 'bdthemes-prime-slider' ),
451
- 'type' => Controls_Manager::SWITCHER,
452
  ] );
453
- $this->add_control( 'navbar', [
454
- 'label' => esc_html__( 'Select Menu', 'bdthemes-prime-slider' ),
455
- 'type' => Controls_Manager::SELECT,
456
- 'options' => prime_slider_get_menu(),
457
- 'default' => 0,
458
- 'condition' => [
459
- 'dynamic_menu' => 'yes',
460
- ],
461
  ] );
462
- $this->add_responsive_control( 'dropdown_align', [
463
- 'label' => esc_html__( 'Dropdown Alignment', 'bdthemes-prime-slider' ),
464
- 'type' => Controls_Manager::CHOOSE,
465
- 'options' => [
466
- 'left' => [
467
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
468
- 'icon' => 'eicon-h-align-left',
469
- ],
470
- 'center' => [
471
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
472
- 'icon' => 'eicon-h-align-center',
473
- ],
474
- 'right' => [
475
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
476
- 'icon' => 'eicon-h-align-right',
477
- ],
478
- ],
479
- 'condition' => [
480
- 'dynamic_menu' => 'yes',
481
- ],
482
  ] );
483
- $this->add_responsive_control( 'dropdown_link_align', [
484
- 'label' => esc_html__( 'Item Alignment', 'bdthemes-prime-slider' ),
485
- 'type' => Controls_Manager::CHOOSE,
486
- 'options' => [
487
- 'left' => [
488
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
489
- 'icon' => 'eicon-h-align-left',
490
- ],
491
- 'center' => [
492
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
493
- 'icon' => 'eicon-h-align-center',
494
- ],
495
- 'right' => [
496
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
497
- 'icon' => 'eicon-h-align-right',
498
- ],
499
- ],
500
- 'selectors' => [
501
- '{{WRAPPER}} .bdt-navbar-dropdown-nav > li > a' => 'text-align: {{VALUE}};',
502
- ],
503
  'condition' => [
504
- 'dynamic_menu' => 'yes',
505
  ],
506
  ] );
507
- $this->add_control( 'dropdown_padding', [
508
- 'label' => esc_html__( 'Dropdown Padding', 'bdthemes-prime-slider' ),
509
- 'type' => Controls_Manager::DIMENSIONS,
510
- 'size_units' => [ 'px', '%' ],
511
- 'selectors' => [
512
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
513
- ],
514
- 'condition' => [
515
- 'dynamic_menu' => 'yes',
516
- ],
517
  ] );
518
- $this->add_responsive_control( 'dropdown_width', [
519
- 'label' => esc_html__( 'Dropdown Width', 'bdthemes-prime-slider' ),
520
- 'type' => Controls_Manager::SLIDER,
521
- 'range' => [
522
  'px' => [
523
- 'min' => 150,
524
- 'max' => 350,
525
- ],
526
- ],
527
- 'size_units' => [ 'px' ],
528
- 'selectors' => [
529
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'width: {{SIZE}}{{UNIT}};',
530
  ],
531
- 'condition' => [
532
- 'dynamic_menu' => 'yes',
533
  ],
534
  ] );
535
- $this->add_control( 'dropdown_delay_show', [
536
- 'label' => esc_html__( 'Delay Show', 'bdthemes-prime-slider' ),
537
- 'type' => Controls_Manager::SLIDER,
538
- 'range' => [
539
- 'px' => [
540
- 'min' => 0,
541
- 'max' => 2000,
542
- ],
543
- ],
544
  'condition' => [
545
- 'dynamic_menu' => 'yes',
546
  ],
547
  ] );
548
- $this->add_control( 'dropdown_delay_hide', [
549
- 'label' => esc_html__( 'Delay Hide', 'bdthemes-prime-slider' ),
550
- 'type' => Controls_Manager::SLIDER,
551
- 'range' => [
552
- 'px' => [
553
- 'min' => 0,
554
- 'max' => 2000,
555
- ],
556
- ],
557
- 'default' => [
558
- 'size' => 800,
559
- ],
560
- 'condition' => [
561
- 'dynamic_menu' => 'yes',
562
- ],
563
- ] );
564
- $this->add_control( 'dropdown_duration', [
565
- 'label' => esc_html__( 'Dropdown Duration', 'bdthemes-prime-slider' ),
566
- 'type' => Controls_Manager::SLIDER,
567
- 'range' => [
568
- 'px' => [
569
- 'min' => 0,
570
- 'max' => 2000,
571
- ],
572
- ],
573
- 'default' => [
574
- 'size' => 200,
575
- ],
576
- 'condition' => [
577
- 'dynamic_menu' => 'yes',
578
- ],
579
- ] );
580
- $this->add_control( 'dropdown_offset', [
581
- 'label' => esc_html__( 'Dropdown Offset', 'bdthemes-prime-slider' ),
582
- 'type' => Controls_Manager::SLIDER,
583
- 'range' => [
584
- 'px' => [
585
- 'min' => 0,
586
- 'max' => 200,
587
- ],
588
- ],
589
- 'condition' => [
590
- 'dynamic_menu' => 'yes',
591
- ],
592
- ] );
593
- $repeater = new Repeater();
594
- $repeater->add_control( 'menu_title', [
595
- 'label' => __( 'Title & Content', 'bdthemes-prime-slider' ),
596
- 'type' => Controls_Manager::TEXT,
597
- 'dynamic' => [
598
- 'active' => true,
599
- ],
600
- 'label_block' => true,
601
- ] );
602
- $repeater->add_control( 'menu_link', [
603
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
604
- 'type' => Controls_Manager::URL,
605
- 'dynamic' => [
606
- 'active' => true,
607
- ],
608
- 'default' => [
609
- 'url' => '#',
610
- ],
611
- 'label_block' => true,
612
- ] );
613
- $this->add_control( 'menus', [
614
- 'label' => __( 'Menu Items', 'bdthemes-prime-slider' ),
615
- 'type' => Controls_Manager::REPEATER,
616
- 'fields' => $repeater->get_controls(),
617
- 'default' => [
618
- [
619
- 'menu_title' => __( 'About', 'bdthemes-prime-slider' ),
620
- 'menu_link' => '#',
621
- ],
622
- [
623
- 'menu_title' => __( 'Projects', 'bdthemes-prime-slider' ),
624
- 'menu_link' => '#',
625
- ],
626
- [
627
- 'menu_title' => __( 'Services', 'bdthemes-prime-slider' ),
628
- 'menu_link' => '#',
629
- ],
630
- [
631
- 'menu_title' => __( 'Contacts', 'bdthemes-prime-slider' ),
632
- 'menu_link' => '#',
633
- ]
634
- ],
635
- 'condition' => [
636
- 'dynamic_menu' => '',
637
- ],
638
- 'title_field' => '{{{ menu_title }}}',
639
- ] );
640
- $this->end_controls_tab();
641
- $this->start_controls_tab( 'tab_offcanvas_layout', [
642
- 'label' => __( 'Offcanvas', 'bdthemes-prime-slider' ),
643
- ] );
644
- $this->add_control( 'offcanvas_button_text', [
645
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
646
- 'type' => Controls_Manager::TEXT,
647
- 'dynamic' => [
648
- 'active' => true,
649
- ],
650
- 'placeholder' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
651
- ] );
652
- $this->add_responsive_control( 'offcanvas_button_offset', [
653
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
654
- 'type' => Controls_Manager::SLIDER,
655
- 'range' => [
656
- 'px' => [
657
- 'min' => -150,
658
- 'max' => 150,
659
- ],
660
- ],
661
- 'selectors' => [
662
- '{{WRAPPER}} .bdt-offcanvas-button' => 'transform: translateX({{SIZE}}{{UNIT}});',
663
- ],
664
- ] );
665
- $this->add_control( 'offcanvas_button_icon', [
666
- 'label' => esc_html__( 'Button Icon', 'bdthemes-prime-slider' ),
667
- 'type' => Controls_Manager::ICONS,
668
- 'default' => [
669
- 'value' => 'fas fa-bars',
670
- 'library' => 'fa-solid',
671
- ],
672
- 'skin' => 'inline',
673
- 'label_block' => false,
674
- ] );
675
- $this->add_control( 'offcanvas_button_icon_align', [
676
- 'label' => esc_html__( 'Icon Position', 'bdthemes-prime-slider' ),
677
- 'type' => Controls_Manager::SELECT,
678
- 'default' => 'left',
679
- 'options' => [
680
- 'left' => esc_html__( 'Before', 'bdthemes-prime-slider' ),
681
- 'right' => esc_html__( 'After', 'bdthemes-prime-slider' ),
682
- ],
683
- 'condition' => [
684
- 'button_icon!' => '',
685
- ],
686
- ] );
687
- $this->add_control( 'offcanvas_button_icon_indent', [
688
- 'label' => esc_html__( 'Icon Spacing', 'bdthemes-prime-slider' ),
689
- 'type' => Controls_Manager::SLIDER,
690
- 'default' => [
691
- 'size' => 8,
692
- ],
693
- 'range' => [
694
- 'px' => [
695
- 'max' => 50,
696
- ],
697
- ],
698
- 'condition' => [
699
- 'button_icon!' => '',
700
- ],
701
- 'selectors' => [
702
- '{{WRAPPER}} .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-right' => 'margin-left: {{SIZE}}{{UNIT}};',
703
- '{{WRAPPER}} .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-left' => 'margin-right: {{SIZE}}{{UNIT}};',
704
- ],
705
- ] );
706
- $this->add_control( 'layout', [
707
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
708
- 'type' => Controls_Manager::SELECT,
709
- 'default' => 'default',
710
- 'options' => [
711
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
712
- 'custom' => esc_html__( 'Custom Link', 'bdthemes-prime-slider' ),
713
- ],
714
- ] );
715
- $this->add_control( 'offcanvas_custom_id', [
716
- 'label' => esc_html__( 'Offcanvas Selector', 'bdthemes-prime-slider' ),
717
- 'description' => __( 'Set your offcanvas selector here. For example: <b>.custom-link</b> or <b>#customLink</b>. Set this selector where you want to link this offcanvas.', 'bdthemes-prime-slider' ),
718
- 'type' => Controls_Manager::TEXT,
719
- 'default' => esc_html__( '#bdt-custom-offcanvas', 'bdthemes-prime-slider' ),
720
- 'condition' => [
721
- 'layout' => 'custom',
722
- ],
723
- ] );
724
- $this->add_control( 'template_source', [
725
- 'label' => esc_html__( 'Select Source', 'bdthemes-prime-slider' ),
726
- 'type' => Controls_Manager::SELECT,
727
- 'default' => 'sidebar',
728
- 'options' => [
729
- 'sidebar' => esc_html__( 'Sidebar', 'bdthemes-prime-slider' ),
730
- 'elementor' => esc_html__( 'Elementor Template', 'bdthemes-prime-slider' ),
731
- ],
732
- ] );
733
- $this->add_control( 'template_id', [
734
- 'label' => __( 'Choose Template', 'bdthemes-prime-slider' ),
735
- 'type' => Controls_Manager::SELECT,
736
- 'default' => '0',
737
- 'label_block' => 'true',
738
- 'condition' => [
739
- 'template_source' => 'elementor',
740
- ],
741
- 'options' => prime_slider_et_options(),
742
- ] );
743
- $this->add_control( 'sidebars', [
744
- 'label' => esc_html__( 'Choose Sidebar', 'bdthemes-prime-slider' ),
745
- 'type' => Controls_Manager::SELECT,
746
- 'default' => '0',
747
- 'options' => prime_slider_sidebar_options(),
748
- 'label_block' => 'true',
749
- 'condition' => [
750
- 'template_source' => 'sidebar',
751
- ],
752
- ] );
753
- $this->add_responsive_control( 'offcanvas_width', [
754
- 'label' => esc_html__( 'Width', 'bdthemes-prime-slider' ),
755
- 'type' => Controls_Manager::SLIDER,
756
- 'size_units' => [ 'px', 'vw' ],
757
- 'range' => [
758
- 'px' => [
759
- 'min' => 240,
760
- 'max' => 1200,
761
- ],
762
- 'vw' => [
763
- 'min' => 10,
764
- 'max' => 100,
765
- ],
766
- ],
767
- 'selectors' => [
768
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'width: {{SIZE}}{{UNIT}};',
769
- ],
770
- 'condition' => [
771
- 'offcanvas_animations!' => [ 'push', 'reveal' ],
772
- ],
773
- ] );
774
- $this->add_control( 'custom_content_before_switcher', [
775
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
776
- 'type' => Controls_Manager::SWITCHER,
777
- ] );
778
- $this->add_control( 'custom_content_after_switcher', [
779
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
780
- 'type' => Controls_Manager::SWITCHER,
781
- ] );
782
- $this->add_control( 'offcanvas_overlay', [
783
- 'label' => esc_html__( 'Overlay', 'bdthemes-prime-slider' ),
784
- 'type' => Controls_Manager::SWITCHER,
785
- ] );
786
- $this->add_control( 'offcanvas_animations', [
787
- 'label' => esc_html__( 'Animations', 'bdthemes-prime-slider' ),
788
- 'type' => Controls_Manager::SELECT,
789
- 'default' => 'slide',
790
- 'options' => [
791
- 'slide' => esc_html__( 'Slide', 'bdthemes-prime-slider' ),
792
- 'push' => esc_html__( 'Push', 'bdthemes-prime-slider' ),
793
- 'reveal' => esc_html__( 'Reveal', 'bdthemes-prime-slider' ),
794
- 'none' => esc_html__( 'None', 'bdthemes-prime-slider' ),
795
- ],
796
- ] );
797
- $this->add_control( 'offcanvas_flip', [
798
- 'label' => esc_html__( 'Flip', 'bdthemes-prime-slider' ),
799
- 'type' => Controls_Manager::SWITCHER,
800
- ] );
801
- $this->add_control( 'offcanvas_close_button', [
802
- 'label' => esc_html__( 'Close Button', 'bdthemes-prime-slider' ),
803
- 'type' => Controls_Manager::SWITCHER,
804
- 'default' => 'yes',
805
- ] );
806
- $this->end_controls_tab();
807
- $this->end_controls_tabs();
808
- $this->add_control( 'header_sticky_on', [
809
- 'label' => esc_html__( 'Enable Sticky', 'bdthemes-prime-slider' ),
810
- 'type' => Controls_Manager::SWITCHER,
811
- 'return_value' => 'yes',
812
- 'description' => esc_html__( 'Set sticky options by enable this option.', 'bdthemes-prime-slider' ),
813
- 'separator' => 'before',
814
- ] );
815
- $this->end_controls_section();
816
- $this->start_controls_section( 'header_sticky_controls', [
817
- 'label' => __( 'Sticky', 'bdthemes-prime-slider' ),
818
- 'condition' => [
819
- 'header_sticky_on' => 'yes',
820
- ],
821
- ] );
822
- $this->add_control( 'header_sticky_offset', [
823
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
824
- 'type' => Controls_Manager::SLIDER,
825
- 'default' => [
826
- 'size' => 0,
827
- ],
828
- 'condition' => [
829
- 'header_sticky_on' => 'yes',
830
- ],
831
- ] );
832
- $this->add_control( 'header_sticky_active_bg', [
833
- 'label' => esc_html__( 'Active Background Color', 'bdthemes-prime-slider' ),
834
- 'type' => Controls_Manager::COLOR,
835
- 'selectors' => [
836
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky:after' => 'background-color: {{VALUE}};',
837
- ],
838
- 'condition' => [
839
- 'header_sticky_on' => 'yes',
840
- ],
841
- ] );
842
- $this->add_control( 'header_sticky_active_padding', [
843
- 'label' => esc_html__( 'Active Padding', 'bdthemes-prime-slider' ),
844
- 'type' => Controls_Manager::DIMENSIONS,
845
- 'size_units' => [ 'px', '%' ],
846
- 'selectors' => [
847
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
848
- ],
849
- 'condition' => [
850
- 'header_sticky_on' => 'yes',
851
- ],
852
- ] );
853
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
854
- 'label' => esc_html__( 'Active Box Shadow', 'bdthemes-prime-slider' ),
855
- 'name' => 'header_sticky_active_shadow',
856
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active',
857
- 'condition' => [
858
- 'header_sticky_on' => 'yes',
859
- ],
860
- ] );
861
- $this->add_control( 'header_sticky_animation', [
862
- 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
863
- 'type' => Controls_Manager::SELECT,
864
- 'options' => prime_slider_transition_options(),
865
- 'condition' => [
866
- 'header_sticky_on' => 'yes',
867
- ],
868
- ] );
869
- $this->add_control( 'header_sticky_bottom', [
870
- 'label' => esc_html__( 'Scroll Until', 'bdthemes-prime-slider' ),
871
- 'description' => esc_html__( 'If you don\'t want to scroll after specific section so set that section ID/CLASS here. for example: #section1 or .section1 it\'s support ID/CLASS', 'bdthemes-prime-slider' ),
872
- 'type' => Controls_Manager::TEXT,
873
- 'condition' => [
874
- 'header_sticky_on' => 'yes',
875
- ],
876
- ] );
877
- $this->add_control( 'header_sticky_on_scroll_up', [
878
- 'label' => esc_html__( 'Sticky on Scroll Up', 'bdthemes-prime-slider' ),
879
- 'type' => Controls_Manager::SWITCHER,
880
- 'return_value' => 'yes',
881
- 'description' => esc_html__( 'Set sticky options when you scroll up your mouse.', 'bdthemes-prime-slider' ),
882
- 'condition' => [
883
- 'header_sticky_on' => 'yes',
884
- ],
885
- ] );
886
- $this->add_control( 'header_sticky_off_media', [
887
- 'label' => __( 'Turn Off', 'bdthemes-prime-slider' ),
888
- 'type' => Controls_Manager::CHOOSE,
889
- 'options' => [
890
- '960' => [
891
- 'title' => __( 'On Tablet', 'bdthemes-prime-slider' ),
892
- 'icon' => 'eicon-device-tablet',
893
- ],
894
- '768' => [
895
- 'title' => __( 'On Mobile', 'bdthemes-prime-slider' ),
896
- 'icon' => 'eicon-device-mobile',
897
- ],
898
- ],
899
- 'condition' => [
900
- 'header_sticky_on' => 'yes',
901
- ],
902
- 'separator' => 'before',
903
- ] );
904
- $this->end_controls_section();
905
- $this->start_controls_section( 'section_content_custom_before', [
906
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
907
- 'condition' => [
908
- 'custom_content_before_switcher' => 'yes',
909
- ],
910
- ] );
911
- $this->add_control( 'custom_content_before', [
912
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
913
- 'type' => Controls_Manager::WYSIWYG,
914
- 'dynamic' => [
915
- 'active' => true,
916
- ],
917
- 'default' => esc_html__( 'This is your custom content for before of your offcanvas.', 'bdthemes-prime-slider' ),
918
- ] );
919
- $this->end_controls_section();
920
- $this->start_controls_section( 'section_content_custom_after', [
921
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
922
- 'condition' => [
923
- 'custom_content_after_switcher' => 'yes',
924
- ],
925
- ] );
926
- $this->add_control( 'custom_content_after', [
927
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
928
- 'type' => Controls_Manager::WYSIWYG,
929
- 'dynamic' => [
930
- 'active' => true,
931
- ],
932
- 'default' => esc_html__( 'This is your custom content for after of your offcanvas.', 'bdthemes-prime-slider' ),
933
- ] );
934
- $this->end_controls_section();
935
- //New Query Builder Settings
936
- $this->start_controls_section( 'section_post_query_builder', [
937
- 'label' => __( 'Query', 'bdthemes-prime-slider' ) . BDTPS_NC,
938
- 'tab' => Controls_Manager::TAB_CONTENT,
939
- ] );
940
- $this->register_query_builder_controls();
941
- $this->update_control( 'posts_limit', [
942
- 'type' => Controls_Manager::NUMBER,
943
- 'default' => 3,
944
- ] );
945
- $this->end_controls_section();
946
- //Global Widget Controls
947
- $this->start_controls_section( 'section_content_query', [
948
- 'label' => esc_html__( 'Query (deprecated)', 'bdthemes-prime-slider' ),
949
- 'condition' => [
950
- 'is_replaced_deprecated_query!' => 'yes',
951
- ],
952
- ] );
953
- $this->register_query_controls();
954
- $this->end_controls_section();
955
- $this->start_controls_section( 'section_content_social_link', [
956
- 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
957
- 'condition' => [
958
- 'show_social_icon' => 'yes',
959
- '_skin!' => 'zinest',
960
- ],
961
- ] );
962
- $repeater = new Repeater();
963
- $repeater->add_control( 'social_link_title', [
964
- 'label' => __( 'Title', 'bdthemes-prime-slider' ),
965
- 'type' => Controls_Manager::TEXT,
966
- ] );
967
- $repeater->add_control( 'social_link', [
968
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
969
- 'type' => Controls_Manager::TEXT,
970
- ] );
971
- $repeater->add_control( 'social_icon', [
972
- 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
973
- 'type' => Controls_Manager::ICONS,
974
- 'skin' => 'inline',
975
- 'label_block' => false,
976
- ] );
977
- $this->add_control( 'social_link_list', [
978
- 'type' => Controls_Manager::REPEATER,
979
- 'fields' => $repeater->get_controls(),
980
- 'default' => [ [
981
- 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
982
- 'social_icon' => [
983
- 'value' => 'fab fa-facebook-f',
984
- 'library' => 'fa-brands',
985
- ],
986
- 'social_link_title' => 'Facebook',
987
- ], [
988
- 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
989
- 'social_icon' => [
990
- 'value' => 'fab fa-twitter',
991
- 'library' => 'fa-brands',
992
- ],
993
- 'social_link_title' => 'Twitter',
994
- ], [
995
- 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
996
- 'social_icon' => [
997
- 'value' => 'fab fa-instagram',
998
- 'library' => 'fa-brands',
999
- ],
1000
- 'social_link_title' => 'Instagram',
1001
- ] ],
1002
- 'title_field' => '{{{ social_link_title }}}',
1003
- ] );
1004
- $this->end_controls_section();
1005
- $this->start_controls_section( 'section_content_scroll_button', [
1006
- 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1007
- 'condition' => [
1008
- 'show_scroll_button' => [ 'yes' ],
1009
- '_skin!' => [ 'zinest', 'folio' ],
1010
- ],
1011
- ] );
1012
- $this->add_control( 'duration', [
1013
- 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
1014
- 'type' => Controls_Manager::SLIDER,
1015
- 'size_units' => [ 'px' ],
1016
- 'range' => [
1017
- 'px' => [
1018
- 'min' => 100,
1019
- 'max' => 5000,
1020
- 'step' => 50,
1021
- ],
1022
- ],
1023
- ] );
1024
- $this->add_control( 'offset', [
1025
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
1026
- 'type' => Controls_Manager::SLIDER,
1027
- 'range' => [
1028
- 'px' => [
1029
- 'min' => -200,
1030
- 'max' => 200,
1031
- 'step' => 10,
1032
- ],
1033
- ],
1034
- ] );
1035
- $this->add_control( 'scroll_button_text', [
1036
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
1037
- 'type' => Controls_Manager::TEXT,
1038
- 'dynamic' => [
1039
- 'active' => true,
1040
- ],
1041
- 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1042
- 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1043
- ] );
1044
- $this->add_control( 'section_id', [
1045
- 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
1046
- 'type' => Controls_Manager::TEXT,
1047
- 'default' => 'my-header',
1048
- 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
1049
- ] );
1050
- $this->end_controls_section();
1051
- $this->start_controls_section( 'section_style_animation', [
1052
- 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
1053
- ] );
1054
- $this->add_control( 'finite', [
1055
- 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
1056
- 'type' => Controls_Manager::SWITCHER,
1057
- 'default' => 'yes',
1058
- ] );
1059
- $this->add_control( 'autoplay', [
1060
- 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
1061
- 'type' => Controls_Manager::SWITCHER,
1062
- 'default' => 'yes',
1063
- ] );
1064
- $this->add_control( 'autoplay_interval', [
1065
- 'label' => esc_html__( 'Autoplay Interval (ms)', 'bdthemes-prime-slider' ),
1066
- 'type' => Controls_Manager::NUMBER,
1067
- 'default' => 7000,
1068
- 'condition' => [
1069
- 'autoplay' => 'yes',
1070
- ],
1071
- ] );
1072
- $this->add_control( 'pause_on_hover', [
1073
- 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
1074
- 'type' => Controls_Manager::SWITCHER,
1075
- ] );
1076
- $this->add_control( 'velocity', [
1077
- 'label' => __( 'Animation Speed', 'bdthemes-prime-slider' ),
1078
- 'type' => Controls_Manager::SLIDER,
1079
- 'range' => [
1080
- 'px' => [
1081
- 'min' => 0.1,
1082
- 'max' => 1,
1083
- 'step' => 0.1,
1084
- ],
1085
- ],
1086
- ] );
1087
- $this->add_control( 'kenburns_animation', [
1088
- 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
1089
- 'separator' => 'before',
1090
- 'type' => Controls_Manager::SWITCHER,
1091
- ] );
1092
- $this->add_control( 'kenburns_reverse', [
1093
- 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
1094
- 'type' => Controls_Manager::SWITCHER,
1095
- 'condition' => [
1096
- 'kenburns_animation' => 'yes',
1097
- ],
1098
- ] );
1099
- $this->add_control( 'show_logo_animation', [
1100
- 'label' => esc_html__( 'Show Logo Animation', 'bdthemes-prime-slider' ),
1101
- 'type' => Controls_Manager::SWITCHER,
1102
- 'default' => 'yes',
1103
- 'separator' => 'before',
1104
- 'condition' => [
1105
- 'show_logo' => 'yes',
1106
- ],
1107
- ] );
1108
- $this->add_control( 'show_menu_animation', [
1109
- 'label' => esc_html__( 'Show Menu Animation', 'bdthemes-prime-slider' ),
1110
- 'type' => Controls_Manager::SWITCHER,
1111
- 'default' => 'yes',
1112
- 'condition' => [
1113
- 'show_menu' => 'yes',
1114
- ],
1115
- ] );
1116
- $this->add_control( 'show_offcanvas_animation', [
1117
- 'label' => esc_html__( 'Show Offcanvas Animation', 'bdthemes-prime-slider' ),
1118
- 'type' => Controls_Manager::SWITCHER,
1119
- 'default' => 'yes',
1120
- 'condition' => [
1121
- 'show_offcanvas' => 'yes',
1122
- ],
1123
- ] );
1124
- $this->end_controls_section();
1125
- //Style Start
1126
- $this->start_controls_section( 'section_header_style', [
1127
- 'label' => __( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
1128
- 'tab' => Controls_Manager::TAB_STYLE,
1129
- 'conditions' => [
1130
- 'relation' => 'or',
1131
- 'terms' => [ [
1132
- 'name' => 'show_logo',
1133
- 'operator' => '==',
1134
- 'value' => 'yes',
1135
- ], [
1136
- 'name' => 'show_menu',
1137
- 'operator' => '==',
1138
- 'value' => 'yes',
1139
- ], [
1140
- 'name' => 'show_offcanvas',
1141
- 'operator' => '==',
1142
- 'value' => 'yes',
1143
- ] ],
1144
- ],
1145
- ] );
1146
- $this->add_control( 'header_background_color', [
1147
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1148
- 'type' => Controls_Manager::COLOR,
1149
- 'default' => '',
1150
- 'selectors' => [
1151
- '{{WRAPPER}} .bdt-prime-slider header' => 'background-color: {{VALUE}};',
1152
- ],
1153
- ] );
1154
- $this->start_controls_tabs( 'tabs_header_style' );
1155
- $this->start_controls_tab( 'tab_logo_style', [
1156
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
1157
- 'condition' => [
1158
- 'show_logo' => 'yes',
1159
- ],
1160
- ] );
1161
- $this->add_control( 'logo_text_color', [
1162
- 'label' => __( 'Logo Color', 'bdthemes-prime-slider' ),
1163
- 'type' => Controls_Manager::COLOR,
1164
- 'default' => '',
1165
- 'selectors' => [
1166
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner' => 'color: {{VALUE}};',
1167
- ],
1168
- 'condition' => [
1169
- 'show_logo!' => '',
1170
- 'logo_type' => 'text',
1171
- ],
1172
- ] );
1173
- $this->add_control( 'logo_hover_color', [
1174
- 'label' => __( 'Logo Hover Color', 'bdthemes-prime-slider' ),
1175
- 'type' => Controls_Manager::COLOR,
1176
- 'selectors' => [
1177
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner:hover' => 'color: {{VALUE}};',
1178
- ],
1179
- 'condition' => [
1180
- 'show_logo!' => '',
1181
- 'logo_type' => 'text',
1182
- ],
1183
- ] );
1184
- $this->add_group_control( Group_Control_Typography::get_type(), [
1185
- 'name' => 'logo_typography',
1186
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner',
1187
- 'condition' => [
1188
- 'show_logo!' => '',
1189
- 'logo_type' => 'text',
1190
- ],
1191
- ] );
1192
- $this->add_group_control( Group_Control_Border::get_type(), [
1193
- 'name' => 'logo_image_border',
1194
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1195
- 'placeholder' => '1px',
1196
- 'default' => '1px',
1197
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img',
1198
- 'condition' => [
1199
- 'show_logo!' => '',
1200
- 'logo_type' => 'image',
1201
- ],
1202
- ] );
1203
- $this->add_responsive_control( 'logo_image_border_radius', [
1204
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1205
- 'type' => Controls_Manager::DIMENSIONS,
1206
- 'size_units' => [ 'px', '%' ],
1207
- 'selectors' => [
1208
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1209
- ],
1210
- 'condition' => [
1211
- 'show_logo!' => '',
1212
- 'logo_type' => 'image',
1213
- ],
1214
- ] );
1215
- $this->add_responsive_control( 'logo_image_padding', [
1216
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1217
- 'type' => Controls_Manager::DIMENSIONS,
1218
- 'size_units' => [ 'px', 'em', '%' ],
1219
- 'selectors' => [
1220
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1221
- ],
1222
- 'condition' => [
1223
- 'show_logo!' => '',
1224
- 'logo_type' => 'image',
1225
- ],
1226
- ] );
1227
- $this->end_controls_tab();
1228
- $this->start_controls_tab( 'section_menu_style', [
1229
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
1230
- 'condition' => [
1231
- 'show_menu' => 'yes',
1232
- ],
1233
- ] );
1234
- $this->add_control( 'slider_menu_style_normal', [
1235
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1236
- 'type' => Controls_Manager::HEADING,
1237
- 'separator' => 'before',
1238
- ] );
1239
- $this->add_control( 'menu_text_color', [
1240
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1241
- 'type' => Controls_Manager::COLOR,
1242
- 'default' => '',
1243
- 'selectors' => [
1244
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'color: {{VALUE}};',
1245
- ],
1246
- 'separator' => 'before',
1247
- ] );
1248
- $this->add_control( 'menu_background_color', [
1249
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1250
- 'type' => Controls_Manager::COLOR,
1251
- 'selectors' => [
1252
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'background-color: {{VALUE}};',
1253
- ],
1254
- ] );
1255
- $this->add_group_control( Group_Control_Border::get_type(), [
1256
- 'name' => 'menu_border',
1257
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1258
- ] );
1259
- $this->add_control( 'menu_border_radius', [
1260
- 'label' => __( 'Border Radius', 'bdthemes-prime-slider' ),
1261
- 'type' => Controls_Manager::DIMENSIONS,
1262
- 'size_units' => [ 'px', '%' ],
1263
- 'selectors' => [
1264
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1265
- ],
1266
- ] );
1267
- $this->add_responsive_control( 'menu_text_padding', [
1268
- 'label' => __( 'Padding', 'bdthemes-prime-slider' ),
1269
- 'type' => Controls_Manager::DIMENSIONS,
1270
- 'size_units' => [ 'px', 'em', '%' ],
1271
- 'selectors' => [
1272
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1273
- ],
1274
- ] );
1275
- $this->add_responsive_control( 'menu_text_margin', [
1276
- 'label' => __( 'Margin', 'bdthemes-prime-slider' ) . BDTPS_NC,
1277
- 'type' => Controls_Manager::DIMENSIONS,
1278
- 'size_units' => [ 'px', 'em', '%' ],
1279
- 'selectors' => [
1280
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1281
- ],
1282
- ] );
1283
- $this->add_group_control( Group_Control_Typography::get_type(), [
1284
- 'name' => 'menu_typography',
1285
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1286
- ] );
1287
- $this->add_control( 'slider_menu_style_hover', [
1288
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1289
- 'type' => Controls_Manager::HEADING,
1290
- 'separator' => 'before',
1291
- ] );
1292
- $this->add_control( 'menu_hover_color', [
1293
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1294
- 'type' => Controls_Manager::COLOR,
1295
- 'selectors' => [
1296
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'color: {{VALUE}};',
1297
- ],
1298
- 'separator' => 'before',
1299
- ] );
1300
- $this->add_control( 'menu_background_hover_color', [
1301
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1302
- 'type' => Controls_Manager::COLOR,
1303
- 'selectors' => [
1304
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'background-color: {{VALUE}};',
1305
- ],
1306
- ] );
1307
- $this->add_control( 'menu_hover_border_color', [
1308
- 'label' => __( 'Border Color', 'bdthemes-prime-slider' ) . BDTPS_NC,
1309
- 'type' => Controls_Manager::COLOR,
1310
- 'condition' => [
1311
- 'menu_border_border!' => '',
1312
- ],
1313
- 'selectors' => [
1314
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'border-color: {{VALUE}};',
1315
- ],
1316
- ] );
1317
- $this->add_control( 'menu_style_type', [
1318
- 'label' => esc_html__( 'Select Menu Style', 'bdthemes-prime-slider' ),
1319
- 'type' => Controls_Manager::SELECT,
1320
- 'default' => 'default',
1321
- 'options' => [
1322
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
1323
- 'background' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1324
- 'line' => esc_html__( 'Line', 'bdthemes-prime-slider' ),
1325
- 'dotline' => esc_html__( 'DotLine', 'bdthemes-prime-slider' ),
1326
- ],
1327
- ] );
1328
- $this->add_control( 'menu_before_style_color', [
1329
- 'label' => __( 'Menu Style Color', 'bdthemes-prime-slider' ),
1330
- 'type' => Controls_Manager::COLOR,
1331
- 'selectors' => [
1332
- '{{WRAPPER}} .bdt-prime-slider .bdt-header-inner .bdt-navbar-nav>li>a:after, {{WRAPPER}} .bdt-prime-slider .bdt-header-inner .bdt-navbar-nav>li>a:before' => 'background: {{VALUE}};',
1333
- ],
1334
- ] );
1335
- $this->add_control( 'slider_dropdown_menu_style_normal', [
1336
- 'label' => esc_html__( 'Dropdown Menu', 'bdthemes-prime-slider' ),
1337
- 'type' => Controls_Manager::HEADING,
1338
- 'separator' => 'before',
1339
- ] );
1340
- $this->add_control( 'dropdown_menu_text_color', [
1341
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1342
- 'type' => Controls_Manager::COLOR,
1343
- 'selectors' => [
1344
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a' => 'color: {{VALUE}};',
1345
- ],
1346
- 'separator' => 'before',
1347
- ] );
1348
- $this->add_control( 'dropdown_menu_text__hover_color', [
1349
- 'label' => __( 'Active Color', 'bdthemes-prime-slider' ),
1350
- 'type' => Controls_Manager::COLOR,
1351
- 'selectors' => [
1352
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown li>a:hover, .bdt-prime-slider .bdt-navbar-dropdown li>a.bdt-open' => 'color: {{VALUE}};',
1353
- ],
1354
- ] );
1355
- $this->add_control( 'dropdown_menu_background_color', [
1356
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1357
- 'type' => Controls_Manager::COLOR,
1358
- 'selectors' => [
1359
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown' => 'background-color: {{VALUE}};',
1360
- ],
1361
- ] );
1362
- $this->add_group_control( Group_Control_Typography::get_type(), [
1363
- 'name' => 'dropdown_menu_typography',
1364
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1365
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a',
1366
- ] );
1367
- $this->end_controls_tab();
1368
- $this->start_controls_tab( 'section_style_offcanvas_content', [
1369
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
1370
- 'condition' => [
1371
- 'show_offcanvas' => 'yes',
1372
- ],
1373
- ] );
1374
- $this->add_control( 'offcanvas_content_color', [
1375
- 'label' => esc_html__( 'Text Color', 'bdthemes-prime-slider' ),
1376
- 'type' => Controls_Manager::COLOR,
1377
- 'selectors' => [
1378
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar *' => 'color: {{VALUE}};',
1379
- ],
1380
- ] );
1381
- $this->add_control( 'offcanvas_content_link_color', [
1382
- 'label' => esc_html__( 'Link Color', 'bdthemes-prime-slider' ),
1383
- 'type' => Controls_Manager::COLOR,
1384
- 'selectors' => [
1385
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a' => 'color: {{VALUE}};',
1386
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a *' => 'color: {{VALUE}};',
1387
- ],
1388
- ] );
1389
- $this->add_control( 'offcanvas_content_link_hover_color', [
1390
- 'label' => esc_html__( 'Link Hover Color', 'bdthemes-prime-slider' ),
1391
- 'type' => Controls_Manager::COLOR,
1392
- 'selectors' => [
1393
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a:hover' => 'color: {{VALUE}} !important;',
1394
- ],
1395
- ] );
1396
- $this->add_control( 'offcanvas_content_background_color', [
1397
- 'label' => esc_html__( 'Background Color', 'bdthemes-prime-slider' ),
1398
- 'type' => Controls_Manager::COLOR,
1399
- 'selectors' => [
1400
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'background-color: {{VALUE}} !important;',
1401
- ],
1402
- ] );
1403
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1404
- 'name' => 'offcanvas_content_shadow',
1405
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas > div',
1406
- 'separator' => 'before',
1407
- ] );
1408
- $this->add_responsive_control( 'offcanvas_content_padding', [
1409
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1410
- 'type' => Controls_Manager::DIMENSIONS,
1411
- 'size_units' => [ 'px', 'em', '%' ],
1412
- 'selectors' => [
1413
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1414
- ],
1415
- 'separator' => 'after',
1416
- ] );
1417
- $this->add_control( 'style_offcanvas_widget', [
1418
- 'label' => esc_html__( 'WIDGET', 'bdthemes-prime-slider' ),
1419
- 'type' => Controls_Manager::HEADING,
1420
- ] );
1421
- $this->add_group_control( Group_Control_Border::get_type(), [
1422
- 'name' => 'offcanvas_widget_border',
1423
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1424
- 'placeholder' => '1px',
1425
- 'default' => '1px',
1426
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget',
1427
- 'separator' => 'before',
1428
- ] );
1429
- $this->add_responsive_control( 'widget_border_radius', [
1430
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1431
- 'type' => Controls_Manager::DIMENSIONS,
1432
- 'size_units' => [ 'px', '%' ],
1433
- 'selectors' => [
1434
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1435
- ],
1436
- ] );
1437
- $this->add_responsive_control( 'offcanvas_widget_padding', [
1438
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1439
- 'type' => Controls_Manager::DIMENSIONS,
1440
- 'size_units' => [ 'px', 'em', '%' ],
1441
- 'selectors' => [
1442
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1443
- ],
1444
- ] );
1445
- $this->add_responsive_control( 'offcanvas_vertical_spacing', [
1446
- 'label' => esc_html__( 'Vertical Spacing', 'bdthemes-prime-slider' ),
1447
- 'type' => Controls_Manager::SLIDER,
1448
- 'selectors' => [
1449
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget:not(:first-child)' => 'margin-top: {{SIZE}}{{UNIT}};',
1450
- ],
1451
- 'separator' => 'after',
1452
- ] );
1453
- $this->add_control( 'tab_style_offcanvas_button', [
1454
- 'label' => esc_html__( 'OFFCANVAS BUTTON', 'bdthemes-prime-slider' ),
1455
- 'type' => Controls_Manager::HEADING,
1456
- 'condition' => [
1457
- 'layout' => 'default',
1458
- ],
1459
- ] );
1460
- $this->add_control( 'slider_style_offcanvas_button_normal', [
1461
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1462
- 'type' => Controls_Manager::HEADING,
1463
- 'separator' => 'before',
1464
- ] );
1465
- $this->add_control( 'offcanvas_button_text_color', [
1466
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1467
- 'type' => Controls_Manager::COLOR,
1468
- 'selectors' => [
1469
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button, {{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button .bdt-offcanvas-button-icon' => 'color: {{VALUE}};',
1470
- ],
1471
- ] );
1472
- $this->add_control( 'offcanvas_button_background_color', [
1473
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1474
- 'type' => Controls_Manager::COLOR,
1475
- 'selectors' => [
1476
- '{{WRAPPER}} .bdt-offcanvas-button' => 'background-color: {{VALUE}};',
1477
- ],
1478
- ] );
1479
- $this->add_group_control( Group_Control_Border::get_type(), [
1480
- 'name' => 'offcanvas_button_border',
1481
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1482
- 'placeholder' => '1px',
1483
- 'default' => '1px',
1484
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1485
- ] );
1486
- $this->add_control( 'offcanvas_button_border_radius', [
1487
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1488
- 'type' => Controls_Manager::DIMENSIONS,
1489
- 'size_units' => [ 'px', '%' ],
1490
- 'selectors' => [
1491
- '{{WRAPPER}} .bdt-offcanvas-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1492
- ],
1493
- ] );
1494
- $this->add_control( 'offcanvas_button_padding', [
1495
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1496
- 'type' => Controls_Manager::DIMENSIONS,
1497
- 'size_units' => [ 'px', 'em', '%' ],
1498
- 'selectors' => [
1499
- '{{WRAPPER}} .bdt-offcanvas-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1500
- ],
1501
- ] );
1502
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1503
- 'name' => 'offcanvas_button_shadow',
1504
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1505
- ] );
1506
- $this->add_group_control( Group_Control_Typography::get_type(), [
1507
- 'name' => 'offcanvas_button_typography',
1508
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1509
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1510
- ] );
1511
- $this->add_control( 'slider_style_offcanvas_button_hover', [
1512
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1513
- 'type' => Controls_Manager::HEADING,
1514
  'separator' => 'before',
1515
- ] );
1516
- $this->add_control( 'offcanvas_button_hover_color', [
1517
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1518
- 'type' => Controls_Manager::COLOR,
1519
- 'selectors' => [
1520
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover, {{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover .bdt-offcanvas-button-icon' => 'color: {{VALUE}};',
1521
- ],
1522
- ] );
1523
- $this->add_control( 'offcanvas_button_background_hover_color', [
1524
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1525
- 'type' => Controls_Manager::COLOR,
1526
- 'selectors' => [
1527
- '{{WRAPPER}} .bdt-offcanvas-button:hover' => 'background-color: {{VALUE}};',
1528
- ],
1529
- ] );
1530
- $this->add_control( 'offcanvas_button_hover_border_color', [
1531
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1532
- 'type' => Controls_Manager::COLOR,
1533
- 'condition' => [
1534
- 'offcanvas_button_border_border!' => '',
1535
- ],
1536
- 'selectors' => [
1537
- '{{WRAPPER}} .bdt-offcanvas-button:hover' => 'border-color: {{VALUE}};',
1538
- ],
1539
- ] );
1540
- $this->add_control( 'hover_animation', [
1541
- 'label' => esc_html__( 'Button Animation', 'bdthemes-prime-slider' ),
1542
- 'type' => Controls_Manager::HOVER_ANIMATION,
1543
- 'separator' => 'after',
1544
- ] );
1545
- $this->add_control( 'tab_style_close_button', [
1546
- 'label' => esc_html__( 'CLOSE BUTTON', 'bdthemes-prime-slider' ),
1547
- 'type' => Controls_Manager::HEADING,
1548
  'condition' => [
1549
- 'offcanvas_close_button' => 'yes',
1550
- ],
1551
- ] );
1552
- $this->add_control( 'slider_style_close_button_normal', [
1553
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1554
- 'type' => Controls_Manager::HEADING,
1555
- 'separator' => 'before',
1556
- ] );
1557
- $this->add_control( 'close_button_color', [
1558
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1559
- 'type' => Controls_Manager::COLOR,
1560
- 'selectors' => [
1561
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close *' => 'color: {{VALUE}};',
1562
- ],
1563
- ] );
1564
- $this->add_control( 'close_button_bg', [
1565
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1566
- 'type' => Controls_Manager::COLOR,
1567
- 'selectors' => [
1568
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'background-color: {{VALUE}};',
1569
- ],
1570
- ] );
1571
- $this->add_group_control( Group_Control_Border::get_type(), [
1572
- 'name' => 'close_button_border',
1573
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1574
- 'placeholder' => '1px',
1575
- 'default' => '1px',
1576
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1577
- ] );
1578
- $this->add_control( 'close_button_radius', [
1579
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1580
- 'type' => Controls_Manager::DIMENSIONS,
1581
- 'size_units' => [ 'px', '%' ],
1582
- 'selectors' => [
1583
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1584
- ],
1585
- ] );
1586
- $this->add_control( 'close_button_padding', [
1587
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1588
- 'type' => Controls_Manager::DIMENSIONS,
1589
- 'size_units' => [ 'px', 'em', '%' ],
1590
- 'selectors' => [
1591
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1592
- ],
1593
- ] );
1594
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1595
- 'name' => 'close_button_shadow',
1596
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1597
- ] );
1598
- $this->add_control( 'slider_style_close_button_hover', [
1599
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1600
- 'type' => Controls_Manager::HEADING,
1601
- 'separator' => 'before',
1602
- ] );
1603
- $this->add_control( 'close_button_hover_color', [
1604
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1605
- 'type' => Controls_Manager::COLOR,
1606
- 'selectors' => [
1607
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close:hover *' => 'color: {{VALUE}};',
1608
  ],
1609
  ] );
1610
- $this->add_control( 'close_button_hover_bg', [
1611
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1612
- 'type' => Controls_Manager::COLOR,
1613
- 'selectors' => [
1614
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'background-color: {{VALUE}};',
 
1615
  ],
1616
  ] );
1617
- $this->add_control( 'close_button_hover_border_color', [
1618
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1619
- 'type' => Controls_Manager::COLOR,
 
1620
  'condition' => [
1621
- 'close_button_border_border!' => '',
1622
- ],
1623
- 'selectors' => [
1624
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'border-color: {{VALUE}};',
1625
  ],
1626
  ] );
1627
- $this->end_controls_tab();
1628
- $this->end_controls_tabs();
1629
  $this->end_controls_section();
 
1630
  $this->start_controls_section( 'section_style_sliders', [
1631
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
1632
  'tab' => Controls_Manager::TAB_STYLE,
@@ -2608,62 +1502,40 @@ class Blog extends Widget_Base
2608
  //function call
2609
  $this->adv_anim();
2610
  $this->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->get_id() );
2611
- $this->header_sticky_render();
2612
- $this->add_render_attribute( 'header', 'class', 'bdt-prime-header-skin-' . $skin_name );
2613
  $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
2614
- $ratio = ( $settings['slider_size_ratio']['width'] && $settings['slider_size_ratio']['height'] ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2615
  $this->add_render_attribute( [
2616
  'slideshow' => [
2617
  'bdt-slideshow' => [ wp_json_encode( [
2618
- "animation" => 'fade',
2619
- "ratio" => $ratio,
2620
- "min-height" => ( $settings["slider_min_height"]["size"] ? $settings["slider_min_height"]["size"] : 540 ),
2621
- "autoplay" => ( $settings["autoplay"] ? true : false ),
2622
- "autoplay-interval" => $settings["autoplay_interval"],
2623
- "pause-on-hover" => ( "yes" === $settings["pause_on_hover"] ? true : false ),
2624
- "velocity" => ( $settings["velocity"]["size"] ? $settings["velocity"]["size"] : 1 ),
2625
- "finite" => ( $settings["finite"] ? false : true ),
2626
  ] ) ],
2627
  ],
2628
  ] );
2629
  ?>
2630
  <div class="bdt-prime-slider">
2631
- <?php
2632
-
2633
- if ( 'yes' == $settings['show_logo'] or 'yes' == $settings['show_menu'] or 'yes' == $settings['show_offcanvas'] ) {
2634
- ?>
2635
- <div class="bdt-header-wrapper bdt-position-top">
2636
- <header <?php
2637
- $this->print_render_attribute_string( 'header' );
2638
- ?>>
2639
- <div class="bdt-prime-slider-container">
2640
- <div class="bdt-header-inner bdt-flex bdt-flex-middle" bdt-grid>
2641
- <div class="bdt-width-auto">
2642
- <div class="bdt-prime-slider-logo bdt-flex bdt-flex-middle">
2643
-
2644
- <?php
2645
- $this->render_logo();
2646
- ?>
2647
-
2648
- </div>
2649
- </div>
2650
- <div class="bdt-width-expand">
2651
- <?php
2652
- $menu_align = ( 'coral' == $skin_name ? 'bdt-width-expand' : 'bdt-navbar-right' );
2653
- ?>
2654
- <?php
2655
- $this->render_menu( $skin_name, $menu_align );
2656
- ?>
2657
- </div>
2658
- </div>
2659
- </div>
2660
- </header>
2661
- </div>
2662
- <?php
2663
- }
2664
-
2665
- ?>
2666
-
2667
  <div <?php
2668
  $this->print_render_attribute_string( 'slider' );
2669
  ?>>
@@ -2672,334 +1544,12 @@ class Blog extends Widget_Base
2672
  $this->print_render_attribute_string( 'slideshow' );
2673
  ?>>
2674
 
2675
- <ul class="bdt-slideshow-items">
2676
- <?php
2677
- }
2678
-
2679
- public function render_logo()
2680
- {
2681
- $settings = $this->get_settings_for_display();
2682
- if ( !$this->get_settings( 'show_logo' ) ) {
2683
- return;
2684
- }
2685
-
2686
- if ( 'image' == $settings['logo_type'] ) {
2687
- $image_html = '';
2688
- $image_html = Group_Control_Image_Size::get_attachment_image_src( $settings['logo_image']['id'], 'logo_image_s', $settings );
2689
- $placeholder_image_src = BDTPS_ASSETS_URL . 'images/brand-logo.svg';
2690
-
2691
- if ( !$image_html ) {
2692
- $image_html = '<img width="75" src="' . esc_url( $placeholder_image_src ) . '" alt="' . get_the_title() . '">';
2693
- } else {
2694
- $image_html = '<img width="75" src="' . esc_url( $image_html ) . '" alt="' . get_the_title() . '">';
2695
- }
2696
-
2697
- }
2698
-
2699
- $this->add_render_attribute( 'logo_link', 'class', 'bdt-logo-inner' );
2700
-
2701
- if ( 'yes' == $settings['show_logo_animation'] ) {
2702
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
2703
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'delay: 500;' );
2704
- }
2705
-
2706
-
2707
- if ( 'yes' == $settings['show_custom_logo_link'] and !empty($settings['logo_link']['url']) ) {
2708
- $this->add_render_attribute( 'logo_link', 'href', $settings['logo_link']['url'] );
2709
- if ( $settings['logo_link']['is_external'] ) {
2710
- $this->add_render_attribute( 'logo_link', 'target', '_blank' );
2711
- }
2712
- if ( $settings['logo_link']['nofollow'] ) {
2713
- $this->add_render_attribute( 'logo_link', 'rel', 'nofollow' );
2714
- }
2715
- } else {
2716
- $this->add_render_attribute( 'logo_link', 'href', get_bloginfo( 'url' ) );
2717
- }
2718
-
2719
- ?>
2720
-
2721
- <?php
2722
-
2723
- if ( $settings['show_logo'] ) {
2724
- ?>
2725
-
2726
- <a <?php
2727
- $this->print_render_attribute_string( 'logo_link' );
2728
- ?>>
2729
-
2730
- <?php
2731
-
2732
- if ( 'image' == $settings['logo_type'] ) {
2733
- ?>
2734
-
2735
- <?php
2736
- echo wp_kses_post( $image_html ) ;
2737
- ?>
2738
-
2739
- <?php
2740
- } else {
2741
- ?>
2742
-
2743
- <?php
2744
- echo wp_kses( $settings['logo_text'], prime_slider_allow_tags( 'logo' ) ) ;
2745
- ?>
2746
-
2747
- <?php
2748
- }
2749
-
2750
- ?>
2751
-
2752
- </a>
2753
-
2754
- <?php
2755
- }
2756
-
2757
- ?>
2758
- <?php
2759
- }
2760
-
2761
- public function render_menu( $menu_align = 'bdt-navbar-right' )
2762
- {
2763
- $settings = $this->get_settings_for_display();
2764
- ?>
2765
-
2766
- <nav class="bdt-prime-slider-navbar bdt-grid-small" bdt-grid>
2767
-
2768
- <div class="bdt-width-expand">
2769
- <?php
2770
-
2771
- if ( 'yes' == $settings['dynamic_menu'] ) {
2772
- ?>
2773
- <?php
2774
- prime_slider_dynamic_menu( $this, $menu_align );
2775
- ?>
2776
- <?php
2777
- } else {
2778
- ?>
2779
- <?php
2780
- prime_slider_static_menu( $this, $menu_align );
2781
- ?>
2782
- <?php
2783
- }
2784
-
2785
- ?>
2786
- </div>
2787
-
2788
- <?php
2789
-
2790
- if ( 'yes' == $settings['show_offcanvas'] ) {
2791
- ?>
2792
- <div class="bdt-width-auto">
2793
- <?php
2794
- $this->render_offcanvas_button();
2795
- ?>
2796
- </div>
2797
- <?php
2798
- }
2799
-
2800
- ?>
2801
-
2802
- </nav>
2803
-
2804
- <?php
2805
- }
2806
-
2807
- public function render_offcanvas()
2808
- {
2809
- $settings = $this->get_settings_for_display();
2810
- $id = ( ('custom' == $settings['layout'] and !empty($settings['offcanvas_custom_id'])) ? $settings['offcanvas_custom_id'] : 'bdt-offcanvas-' . $this->get_id() );
2811
- $this->add_render_attribute( 'offcanvas', 'class', 'bdt-offcanvas' );
2812
- $this->add_render_attribute( 'offcanvas', 'id', $id );
2813
- $this->add_render_attribute( [
2814
- 'offcanvas' => [
2815
- 'data-settings' => [ wp_json_encode( array_filter( [
2816
- 'id' => $id,
2817
- 'layout' => $settings['layout'],
2818
- ] ) ) ],
2819
- ],
2820
- ] );
2821
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'mode: ' . $settings['offcanvas_animations'] . ';' );
2822
- if ( $settings['offcanvas_overlay'] ) {
2823
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'overlay: true;' );
2824
- }
2825
- if ( $settings['offcanvas_flip'] ) {
2826
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'flip: true;' );
2827
- }
2828
- ?>
2829
-
2830
- <div <?php
2831
- $this->print_render_attribute_string( 'offcanvas' );
2832
- ?>>
2833
- <div class="bdt-offcanvas-bar">
2834
-
2835
- <?php
2836
- if ( $settings['offcanvas_close_button'] ) {
2837
- ?>
2838
- <button class="bdt-offcanvas-close" type="button" bdt-close></button>
2839
- <?php
2840
- }
2841
- ?>
2842
-
2843
- <?php
2844
-
2845
- if ( $settings['custom_content_before_switcher'] or $settings['custom_content_after_switcher'] or !empty($settings['template_source']) ) {
2846
- ?>
2847
- <?php
2848
-
2849
- if ( $settings['custom_content_before_switcher'] === 'yes' and !empty($settings['custom_content_before']) ) {
2850
- ?>
2851
- <div class="bdt-offcanvas-custom-content-before widget">
2852
- <?php
2853
- echo wp_kses_post( $settings['custom_content_before'] ) ;
2854
- ?>
2855
- </div>
2856
- <?php
2857
- }
2858
-
2859
- ?>
2860
-
2861
- <?php
2862
-
2863
- if ( 'sidebar' == $settings['template_source'] and !empty($settings['sidebars']) ) {
2864
- dynamic_sidebar( $settings['sidebars'] );
2865
- } elseif ( 'elementor' == $settings['template_source'] and !empty($settings['template_id']) ) {
2866
- echo Prime_Slider_Loader::elementor()->frontend->get_builder_content_for_display( $settings['template_id'] ) ;
2867
- }
2868
-
2869
- ?>
2870
-
2871
- <?php
2872
-
2873
- if ( $settings['custom_content_after_switcher'] === 'yes' and !empty($settings['custom_content_after']) ) {
2874
- ?>
2875
- <div class="bdt-offcanvas-custom-content-after widget">
2876
- <?php
2877
- echo wp_kses_post( $settings['custom_content_after'] ) ;
2878
- ?>
2879
- </div>
2880
- <?php
2881
- }
2882
-
2883
- ?>
2884
- <?php
2885
- } else {
2886
- ?>
2887
- <div class="bdt-offcanvas-custom-content-after widget">
2888
- <div class="bdt-alert-warning"
2889
- bdt-alert><?php
2890
- esc_html_e( 'Ops you don\'t select or enter any content! Add your offcanvas content from editor.', 'bdthemes-prime-slider' );
2891
- ?></div>
2892
- </div>
2893
- <?php
2894
- }
2895
-
2896
- ?>
2897
- </div>
2898
- </div>
2899
-
2900
- <?php
2901
- }
2902
-
2903
- public function render_offcanvas_button()
2904
- {
2905
- $settings = $this->get_settings_for_display();
2906
- $id = 'bdt-offcanvas-' . $this->get_id();
2907
- if ( 'default' !== $settings['layout'] ) {
2908
- return;
2909
- }
2910
- $this->add_render_attribute( 'button', 'class', [ 'bdt-offcanvas-button', 'elementor-button' ] );
2911
-
2912
- if ( 'yes' == $settings['show_offcanvas_animation'] ) {
2913
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
2914
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'delay: 500;' );
2915
- }
2916
-
2917
- if ( $settings['hover_animation'] ) {
2918
- $this->add_render_attribute( 'button', 'class', 'elementor-animation-' . $settings['hover_animation'] );
2919
- }
2920
- $this->add_render_attribute( 'button', 'bdt-toggle', 'target: #' . esc_attr( $id ) );
2921
- $this->add_render_attribute( 'button', 'href', '#' );
2922
- $this->add_render_attribute( 'content-wrapper', 'class', 'elementor-button-content-wrapper' );
2923
- $this->add_render_attribute( 'icon-align', 'class', 'elementor-align-icon-' . $settings['offcanvas_button_icon_align'] );
2924
- $this->add_render_attribute( 'icon-align', 'class', 'bdt-offcanvas-button-icon elementor-button-icon' );
2925
- $this->add_render_attribute( 'text', 'class', 'elementor-button-text' );
2926
- ?>
2927
-
2928
- <div class="bdt-offcanvas-button-wrapper">
2929
- <a <?php
2930
- $this->print_render_attribute_string( 'button' );
2931
- ?>>
2932
-
2933
- <span <?php
2934
- $this->print_render_attribute_string( 'content-wrapper' );
2935
  ?>>
2936
- <?php
2937
-
2938
- if ( !empty($settings['offcanvas_button_icon']['value']) ) {
2939
- ?>
2940
- <span <?php
2941
- $this->print_render_attribute_string( 'icon-align' );
2942
- ?>>
2943
-
2944
- <?php
2945
- Icons_Manager::render_icon( $settings['offcanvas_button_icon'], [
2946
- 'aria-hidden' => 'true',
2947
- 'class' => 'fa-fw',
2948
- ] );
2949
- ?>
2950
-
2951
- </span>
2952
- <?php
2953
- }
2954
-
2955
- ?>
2956
- <?php
2957
-
2958
- if ( !empty($settings['offcanvas_button_text']) ) {
2959
- ?>
2960
- <span <?php
2961
- $this->print_render_attribute_string( 'text' );
2962
- ?>><?php
2963
- echo esc_html( $settings['offcanvas_button_text'] ) ;
2964
- ?></span>
2965
- <?php
2966
- }
2967
-
2968
- ?>
2969
- </span>
2970
-
2971
- </a>
2972
- </div>
2973
  <?php
2974
  }
2975
 
2976
- public function header_sticky_render()
2977
- {
2978
- $settings = $this->get_settings_for_display();
2979
-
2980
- if ( !empty($settings['header_sticky_on']) == 'yes' ) {
2981
- $sticky_option = [];
2982
- if ( !empty($settings['header_sticky_on_scroll_up']) ) {
2983
- $sticky_option['show-on-up'] = 'show-on-up: true';
2984
- }
2985
- if ( !empty($settings['header_sticky_offset']['size']) ) {
2986
- $sticky_option['offset'] = 'offset: ' . $settings['header_sticky_offset']['size'];
2987
- }
2988
- if ( !empty($settings['header_sticky_animation']) ) {
2989
- $sticky_option['animation'] = 'animation: bdt-animation-' . $settings['header_sticky_animation'] . '; top: 100';
2990
- }
2991
- if ( !empty($settings['header_sticky_bottom']) ) {
2992
- $sticky_option['bottom'] = 'bottom: ' . $settings['header_sticky_bottom'];
2993
- }
2994
- if ( !empty($settings['header_sticky_off_media']) ) {
2995
- $sticky_option['media'] = 'media: ' . $settings['header_sticky_off_media'];
2996
- }
2997
- $this->add_render_attribute( 'header', 'bdt-sticky', implode( ";", $sticky_option ) );
2998
- $this->add_render_attribute( 'header', 'class', 'bdt-sticky' );
2999
- }
3000
-
3001
- }
3002
-
3003
  public function render_navigation_arrows()
3004
  {
3005
  $settings = $this->get_settings_for_display();
@@ -3061,9 +1611,6 @@ class Blog extends Widget_Base
3061
  $this->render_scroll_button();
3062
  ?>
3063
  </div>
3064
- <?php
3065
- $this->render_offcanvas();
3066
- ?>
3067
  <?php
3068
  }
3069
 
87
  'type' => Controls_Manager::IMAGE_DIMENSIONS,
88
  'description' => 'Slider ratio to width and height, such as 16:9',
89
  'separator' => 'before',
90
+ 'condition' => [
91
+ 'enable_height!' => 'yes',
92
+ ],
93
  ] );
94
  $this->add_control( 'slider_min_height', [
95
+ 'label' => esc_html__( 'Minimum Height', 'bdthemes-prime-slider' ),
96
+ 'type' => Controls_Manager::SLIDER,
97
+ 'range' => [
98
  'px' => [
99
+ 'min' => 0,
100
  'max' => 1024,
101
  ],
102
+ ],
103
+ 'condition' => [
104
+ 'enable_height!' => 'yes',
105
+ ],
106
+ ] );
107
+ $this->add_control( 'enable_height', [
108
+ 'label' => esc_html__( 'Enable Viewport Height', 'bdthemes-prime-slider' ) . BDTPS_NC,
109
+ 'type' => Controls_Manager::SWITCHER,
110
+ ] );
111
+ $this->add_control( 'viewport_height', [
112
+ 'label' => esc_html__( 'Height', 'bdthemes-prime-slider' ),
113
+ 'type' => Controls_Manager::SLIDER,
114
+ 'size_units' => [ 'vh' ],
115
+ 'range' => [
116
+ 'vh' => [
117
+ 'min' => 0,
118
+ 'max' => 100,
119
+ ],
120
+ ],
121
+ 'default' => [
122
+ 'unit' => 'vh',
123
+ 'size' => 70,
124
+ ],
125
+ 'condition' => [
126
+ 'enable_height' => 'yes',
127
  ],
128
  ] );
129
  $this->add_group_control( Group_Control_Image_Size::get_type(), [
136
  ] );
137
  //Global background settings Controls
138
  $this->register_background_settings( '.bdt-prime-slider .bdt-slideshow-item>.bdt-ps-slide-img' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  $this->add_control( 'show_title', [
140
  'label' => esc_html__( 'Show Title', 'bdthemes-prime-slider' ),
141
  'type' => Controls_Manager::SWITCHER,
330
  ],
331
  ] );
332
  $this->end_controls_section();
333
+ //New Query Builder Settings
334
+ $this->start_controls_section( 'section_post_query_builder', [
335
+ 'label' => __( 'Query', 'bdthemes-prime-slider' ) . BDTPS_NC,
336
+ 'tab' => Controls_Manager::TAB_CONTENT,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  ] );
338
+ $this->register_query_builder_controls();
339
+ $this->update_control( 'posts_limit', [
340
+ 'type' => Controls_Manager::NUMBER,
341
+ 'default' => 3,
342
+ ] );
343
+ $this->end_controls_section();
344
+ //Global Widget Controls
345
+ $this->start_controls_section( 'section_content_query', [
346
+ 'label' => esc_html__( 'Query (deprecated)', 'bdthemes-prime-slider' ),
347
  'condition' => [
348
+ 'is_replaced_deprecated_query!' => 'yes',
349
  ],
350
  ] );
351
+ $this->register_query_controls();
352
+ $this->end_controls_section();
353
+ $this->start_controls_section( 'section_content_social_link', [
354
+ 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
355
  'condition' => [
356
+ 'show_social_icon' => 'yes',
357
+ '_skin!' => 'zinest',
358
  ],
359
  ] );
360
+ $repeater = new Repeater();
361
+ $repeater->add_control( 'social_link_title', [
362
+ 'label' => __( 'Title', 'bdthemes-prime-slider' ),
363
+ 'type' => Controls_Manager::TEXT,
 
 
 
 
 
 
 
 
364
  ] );
365
+ $repeater->add_control( 'social_link', [
366
+ 'label' => __( 'Link', 'bdthemes-prime-slider' ),
367
+ 'type' => Controls_Manager::TEXT,
368
+ ] );
369
+ $repeater->add_control( 'social_icon', [
370
+ 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
371
+ 'type' => Controls_Manager::ICONS,
372
+ 'skin' => 'inline',
373
+ 'label_block' => false,
374
+ ] );
375
+ $this->add_control( 'social_link_list', [
376
+ 'type' => Controls_Manager::REPEATER,
377
+ 'fields' => $repeater->get_controls(),
378
+ 'default' => [ [
379
+ 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
380
+ 'social_icon' => [
381
+ 'value' => 'fab fa-facebook-f',
382
+ 'library' => 'fa-brands',
383
  ],
384
+ 'social_link_title' => 'Facebook',
385
+ ], [
386
+ 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
387
+ 'social_icon' => [
388
+ 'value' => 'fab fa-twitter',
389
+ 'library' => 'fa-brands',
390
  ],
391
+ 'social_link_title' => 'Twitter',
392
+ ], [
393
+ 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
394
+ 'social_icon' => [
395
+ 'value' => 'fab fa-instagram',
396
+ 'library' => 'fa-brands',
397
  ],
398
+ 'social_link_title' => 'Instagram',
399
+ ] ],
400
+ 'title_field' => '{{{ social_link_title }}}',
401
  ] );
402
+ $this->end_controls_section();
403
+ $this->start_controls_section( 'section_content_scroll_button', [
404
+ 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
 
 
405
  'condition' => [
406
+ 'show_scroll_button' => [ 'yes' ],
407
+ '_skin!' => [ 'zinest', 'folio' ],
408
  ],
409
  ] );
410
+ $this->add_control( 'duration', [
411
+ 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
412
  'type' => Controls_Manager::SLIDER,
413
+ 'size_units' => [ 'px' ],
 
 
 
414
  'range' => [
415
+ 'px' => [
416
+ 'min' => 100,
417
+ 'max' => 5000,
418
+ 'step' => 50,
 
 
 
419
  ],
 
 
 
420
  ],
421
  ] );
422
+ $this->add_control( 'offset', [
423
+ 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
424
+ 'type' => Controls_Manager::SLIDER,
425
+ 'range' => [
426
+ 'px' => [
427
+ 'min' => -200,
428
+ 'max' => 200,
429
+ 'step' => 10,
430
+ ],
431
  ],
432
  ] );
433
+ $this->add_control( 'scroll_button_text', [
434
+ 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
435
+ 'type' => Controls_Manager::TEXT,
436
+ 'dynamic' => [
437
  'active' => true,
438
  ],
439
+ 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
440
+ 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
 
 
 
 
 
441
  ] );
442
+ $this->add_control( 'section_id', [
443
+ 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
444
+ 'type' => Controls_Manager::TEXT,
445
+ 'default' => 'my-header',
446
+ 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
447
  ] );
448
+ $this->end_controls_section();
449
+ $this->start_controls_section( 'section_style_animation', [
450
+ 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
451
  ] );
452
+ $this->add_control( 'finite', [
453
+ 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
454
+ 'type' => Controls_Manager::SWITCHER,
455
+ 'default' => 'yes',
 
 
 
 
456
  ] );
457
+ $this->add_control( 'autoplay', [
458
+ 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
459
+ 'type' => Controls_Manager::SWITCHER,
460
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  ] );
462
+ $this->add_control( 'autoplay_interval', [
463
+ 'label' => esc_html__( 'Autoplay Interval (ms)', 'bdthemes-prime-slider' ),
464
+ 'type' => Controls_Manager::NUMBER,
465
+ 'default' => 7000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  'condition' => [
467
+ 'autoplay' => 'yes',
468
  ],
469
  ] );
470
+ $this->add_control( 'pause_on_hover', [
471
+ 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
472
+ 'type' => Controls_Manager::SWITCHER,
 
 
 
 
 
 
 
473
  ] );
474
+ $this->add_control( 'velocity', [
475
+ 'label' => __( 'Animation Speed', 'bdthemes-prime-slider' ),
476
+ 'type' => Controls_Manager::SLIDER,
477
+ 'range' => [
478
  'px' => [
479
+ 'min' => 0.1,
480
+ 'max' => 1,
481
+ 'step' => 0.1,
 
 
 
 
482
  ],
 
 
483
  ],
484
  ] );
485
+ $this->add_control( 'kenburns_animation', [
486
+ 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
487
+ 'separator' => 'before',
488
+ 'type' => Controls_Manager::SWITCHER,
489
+ ] );
490
+ $this->add_control( 'kenburns_reverse', [
491
+ 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
492
+ 'type' => Controls_Manager::SWITCHER,
 
493
  'condition' => [
494
+ 'kenburns_animation' => 'yes',
495
  ],
496
  ] );
497
+ $this->add_control( 'show_logo_animation', [
498
+ 'label' => esc_html__( 'Show Logo Animation', 'bdthemes-prime-slider' ),
499
+ 'type' => Controls_Manager::SWITCHER,
500
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  'separator' => 'before',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
502
  'condition' => [
503
+ 'show_logo' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  ],
505
  ] );
506
+ $this->add_control( 'show_menu_animation', [
507
+ 'label' => esc_html__( 'Show Menu Animation', 'bdthemes-prime-slider' ),
508
+ 'type' => Controls_Manager::SWITCHER,
509
+ 'default' => 'yes',
510
+ 'condition' => [
511
+ 'show_menu' => 'yes',
512
  ],
513
  ] );
514
+ $this->add_control( 'show_offcanvas_animation', [
515
+ 'label' => esc_html__( 'Show Offcanvas Animation', 'bdthemes-prime-slider' ),
516
+ 'type' => Controls_Manager::SWITCHER,
517
+ 'default' => 'yes',
518
  'condition' => [
519
+ 'show_offcanvas' => 'yes',
 
 
 
520
  ],
521
  ] );
 
 
522
  $this->end_controls_section();
523
+ //Style Start
524
  $this->start_controls_section( 'section_style_sliders', [
525
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
526
  'tab' => Controls_Manager::TAB_STYLE,
1502
  //function call
1503
  $this->adv_anim();
1504
  $this->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->get_id() );
 
 
1505
  $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
1506
+ $ratio = ( !empty($settings['slider_size_ratio']['width']) && !empty($settings['slider_size_ratio']['height']) ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
1507
+ if ( isset( $settings["viewport_height"]["size"] ) && 'vh' == $settings['viewport_height']['unit'] ) {
1508
+ $ratio = false;
1509
+ }
1510
+ $this->add_render_attribute( [
1511
+ 'slideshow-items' => [
1512
+ 'class' => 'bdt-slideshow-items',
1513
+ ],
1514
+ ] );
1515
+ if ( isset( $settings["viewport_height"]["size"] ) && $ratio == false ) {
1516
+ $this->add_render_attribute( [
1517
+ 'slideshow-items' => [
1518
+ 'style' => 'min-height:' . $settings["viewport_height"]["size"] . 'vh',
1519
+ ],
1520
+ ] );
1521
+ }
1522
  $this->add_render_attribute( [
1523
  'slideshow' => [
1524
  'bdt-slideshow' => [ wp_json_encode( [
1525
+ 'animation' => 'fade',
1526
+ 'ratio' => $ratio,
1527
+ 'min-height' => ( !empty($settings['slider_min_height']['size']) && $ratio !== false ? $settings['slider_min_height']['size'] : (( $ratio !== false ? 540 : false )) ),
1528
+ 'autoplay' => ( $settings['autoplay'] ? true : false ),
1529
+ 'autoplay-interval' => $settings['autoplay_interval'],
1530
+ 'pause-on-hover' => ( 'yes' === $settings['pause_on_hover'] ? true : false ),
1531
+ 'velocity' => ( $settings['velocity']['size'] ? $settings['velocity']['size'] : 1 ),
1532
+ 'finite' => ( $settings['finite'] ? false : true ),
1533
  ] ) ],
1534
  ],
1535
  ] );
1536
  ?>
1537
  <div class="bdt-prime-slider">
1538
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1539
  <div <?php
1540
  $this->print_render_attribute_string( 'slider' );
1541
  ?>>
1544
  $this->print_render_attribute_string( 'slideshow' );
1545
  ?>>
1546
 
1547
+ <ul <?php
1548
+ $this->print_render_attribute_string( 'slideshow-items' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1549
  ?>>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1550
  <?php
1551
  }
1552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1553
  public function render_navigation_arrows()
1554
  {
1555
  $settings = $this->get_settings_for_display();
1611
  $this->render_scroll_button();
1612
  ?>
1613
  </div>
 
 
 
1614
  <?php
1615
  }
1616
 
modules/general/skins/skin-crelly.php CHANGED
@@ -124,9 +124,6 @@ class Skin_Crelly extends Elementor_Skin_Base
124
  ?>
125
  </div>
126
  <?php
127
- $this->parent->render_offcanvas();
128
- ?>
129
- <?php
130
  }
131
 
132
  public function rendar_item_content( $slide_content )
124
  ?>
125
  </div>
126
  <?php
 
 
 
127
  }
128
 
129
  public function rendar_item_content( $slide_content )
modules/general/skins/skin-meteor.php CHANGED
@@ -171,9 +171,6 @@ class Skin_Meteor extends Elementor_Skin_Base
171
  </div>
172
  </div>
173
  <?php
174
- $this->parent->render_offcanvas();
175
- ?>
176
- <?php
177
  }
178
 
179
  public function render_item_content( $slide_content )
171
  </div>
172
  </div>
173
  <?php
 
 
 
174
  }
175
 
176
  public function render_item_content( $slide_content )
modules/general/skins/skin-slide.php CHANGED
@@ -46,8 +46,6 @@ class Skin_Slide extends Elementor_Skin_Base
46
  public function render_header( $skin_name = 'slide' )
47
  {
48
  $settings = $this->parent->get_settings_for_display();
49
- $this->parent->header_sticky_render();
50
- $this->parent->add_render_attribute( 'header', 'class', 'bdt-prime-header-skin-' . $skin_name );
51
  $this->parent->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
52
  $ratio = ( $settings['slider_size_ratio']['width'] && $settings['slider_size_ratio']['height'] ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
53
  $this->parent->add_render_attribute( [
@@ -68,33 +66,6 @@ class Skin_Slide extends Elementor_Skin_Base
68
  $this->parent->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->parent->get_id() );
69
  ?>
70
  <div class="bdt-prime-slider">
71
- <div class="bdt-header-wrapper bdt-position-top">
72
- <header <?php
73
- $this->parent->print_render_attribute_string( 'header' );
74
- ?>>
75
- <div class="bdt-prime-slider-container">
76
- <div class="bdt-header-inner bdt-flex bdt-flex-middle" bdt-grid>
77
- <div class="bdt-width-auto">
78
- <div class="bdt-prime-slider-logo bdt-flex bdt-flex-middle">
79
-
80
- <?php
81
- $this->parent->render_logo();
82
- ?>
83
-
84
- </div>
85
- </div>
86
- <div class="bdt-width-expand">
87
-
88
- <?php
89
- $this->parent->render_menu( $skin_name, 'bdt-width-expand' );
90
- ?>
91
-
92
- </div>
93
- </div>
94
- </div>
95
- </header>
96
- </div>
97
-
98
  <div <?php
99
  $this->parent->print_render_attribute_string( 'slider' );
100
  ?>>
@@ -163,9 +134,6 @@ class Skin_Slide extends Elementor_Skin_Base
163
  </div>
164
  </div>
165
  <?php
166
- $this->parent->render_offcanvas();
167
- ?>
168
- <?php
169
  }
170
 
171
  public function rendar_item_content( $slide_content )
46
  public function render_header( $skin_name = 'slide' )
47
  {
48
  $settings = $this->parent->get_settings_for_display();
 
 
49
  $this->parent->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
50
  $ratio = ( $settings['slider_size_ratio']['width'] && $settings['slider_size_ratio']['height'] ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
51
  $this->parent->add_render_attribute( [
66
  $this->parent->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->parent->get_id() );
67
  ?>
68
  <div class="bdt-prime-slider">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  <div <?php
70
  $this->parent->print_render_attribute_string( 'slider' );
71
  ?>>
134
  </div>
135
  </div>
136
  <?php
 
 
 
137
  }
138
 
139
  public function rendar_item_content( $slide_content )
modules/general/widgets/general.php CHANGED
@@ -10,6 +10,7 @@ use Elementor\Group_Control_Background ;
10
  use Elementor\Group_Control_Box_Shadow ;
11
  use Elementor\Group_Control_Image_Size ;
12
  use Elementor\Group_Control_Text_Shadow ;
 
13
  use PrimeSlider\Utils ;
14
  use Elementor\Repeater ;
15
  use Elementor\Icons_Manager ;
@@ -120,32 +121,6 @@ class General extends Widget_Base
120
  $this->add_control( 'hr', [
121
  'type' => Controls_Manager::DIVIDER,
122
  ] );
123
- $this->add_control( 'show_logo', [
124
- 'label' => esc_html__( 'Show Logo (Deprecated)', 'bdthemes-prime-slider' ),
125
- 'type' => Controls_Manager::SWITCHER,
126
- 'default' => 'yes',
127
- ] );
128
- $this->add_control( 'show_menu', [
129
- 'label' => esc_html__( 'Show Menu (Deprecated)', 'bdthemes-prime-slider' ),
130
- 'type' => Controls_Manager::SWITCHER,
131
- 'default' => 'yes',
132
- ] );
133
- $this->add_control( 'show_offcanvas', [
134
- 'label' => esc_html__( 'Show Offcanvas (Deprecated)', 'bdthemes-prime-slider' ),
135
- 'type' => Controls_Manager::SWITCHER,
136
- 'default' => 'yes',
137
- ] );
138
- $this->add_control( 'hide_offcanvas_desktop', [
139
- 'label' => esc_html__( 'Hide Offcanvas Desktop?', 'bdthemes-prime-slider' ),
140
- 'type' => Controls_Manager::SWITCHER,
141
- 'condition' => [
142
- 'show_offcanvas' => 'yes',
143
- '_skin' => '',
144
- ],
145
- ] );
146
- $this->add_control( 'hr_1', [
147
- 'type' => Controls_Manager::DIVIDER,
148
- ] );
149
  $this->add_control( 'show_sub_title', [
150
  'label' => esc_html__( 'Show Sub Title', 'bdthemes-prime-slider' ),
151
  'type' => Controls_Manager::SWITCHER,
@@ -211,1506 +186,335 @@ class General extends Widget_Base
211
  'default' => 'yes',
212
  ] );
213
  $this->end_controls_section();
214
- $this->start_controls_section( 'section_content_header', [
215
- 'label' => esc_html__( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
216
- 'conditions' => [
217
- 'relation' => 'or',
218
- 'terms' => [ [
219
- 'name' => 'show_logo',
220
- 'operator' => '==',
221
- 'value' => 'yes',
222
- ], [
223
- 'name' => 'show_menu',
224
- 'operator' => '==',
225
- 'value' => 'yes',
226
- ], [
227
- 'name' => 'show_offcanvas',
228
- 'operator' => '==',
229
- 'value' => 'yes',
230
- ] ],
231
- ],
232
  ] );
233
- $this->start_controls_tabs( 'tabs_header_layout' );
234
- $this->start_controls_tab( 'tab_logo_layout', [
235
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
236
- 'condition' => [
237
- 'show_logo' => 'yes',
 
 
 
238
  ],
239
  ] );
240
- $this->add_control( 'logo_type', [
241
- 'label' => esc_html__( 'Select Logo Type', 'bdthemes-prime-slider' ),
242
- 'type' => Controls_Manager::CHOOSE,
243
- 'options' => [
244
- 'text' => [
245
- 'title' => esc_html__( 'Text', 'bdthemes-prime-slider' ),
246
- 'icon' => 'eicon-logo',
247
  ],
248
- 'image' => [
249
- 'title' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
250
- 'icon' => 'eicon-image',
 
 
 
251
  ],
 
 
 
252
  ],
253
- 'default' => 'text',
254
- 'condition' => [
255
- 'show_logo' => 'yes',
256
  ],
257
  ] );
258
- $this->add_control( 'logo_text', [
259
- 'label' => __( 'Logo Text', 'bdthemes-prime-slider' ),
260
  'type' => Controls_Manager::TEXT,
 
 
261
  'dynamic' => [
262
  'active' => true,
263
- ],
264
- 'default' => __( 'Brand', 'bdthemes-prime-slider' ),
265
- 'placeholder' => __( 'Your Brand Name', 'bdthemes-prime-slider' ),
266
- 'condition' => [
267
- 'show_logo!' => '',
268
- 'logo_type' => 'text',
269
  ],
270
  ] );
271
- $this->add_control( 'logo_image', [
272
- 'label' => __( 'Choose Image', 'bdthemes-prime-slider' ),
273
- 'type' => Controls_Manager::MEDIA,
274
  'dynamic' => [
275
  'active' => true,
276
- ],
277
- 'default' => [
278
- 'url' => BDTPS_ASSETS_URL . 'images/brand-logo.svg',
279
  ],
280
  'condition' => [
281
- 'show_logo!' => '',
282
- 'logo_type' => 'image',
283
  ],
284
  ] );
285
- $this->add_group_control( Group_Control_Image_Size::get_type(), [
286
- 'name' => 'logo_image_s',
287
- 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ),
288
- 'exclude' => [ 'custom' ],
289
- 'default' => 'medium',
290
- 'condition' => [
291
- 'show_logo' => 'yes',
292
- 'logo_type' => 'image',
293
  ],
294
  ] );
295
- $this->add_responsive_control( 'logo_image_width', [
296
- 'label' => __( 'Logo Image Width', 'bdthemes-prime-slider' ),
297
- 'type' => Controls_Manager::SLIDER,
298
- 'range' => [
299
- 'px' => [
300
- 'min' => 50,
301
- 'max' => 300,
 
 
 
 
 
 
302
  ],
 
 
 
303
  ],
304
- 'selectors' => [
305
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner img' => 'width: {{SIZE}}px;',
 
306
  ],
307
- 'condition' => [
308
- 'show_logo' => 'yes',
309
- 'logo_type' => 'image',
310
  ],
311
  ] );
312
- $this->add_control( 'show_custom_logo_link', [
313
- 'label' => esc_html__( 'Show Custom Link', 'bdthemes-prime-slider' ),
314
- 'type' => Controls_Manager::SWITCHER,
315
- 'default' => '',
316
  'condition' => [
317
- 'show_logo' => 'yes',
 
 
 
318
  ],
319
  ] );
320
- $this->add_control( 'logo_link', [
321
- 'label' => __( 'URL', 'bdthemes-prime-slider' ),
322
- 'type' => Controls_Manager::URL,
 
 
 
 
 
 
323
  'dynamic' => [
324
  'active' => true,
325
  ],
326
- 'default' => [
327
- 'url' => '',
328
- ],
 
329
  'condition' => [
330
- 'show_logo!' => '',
331
- 'show_custom_logo_link' => 'yes',
 
 
 
332
  ],
333
  ] );
334
- $this->end_controls_tab();
335
- $this->start_controls_tab( 'tab_menu_layout', [
336
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
337
  'condition' => [
338
- 'show_menu' => 'yes',
 
 
 
 
339
  ],
340
  ] );
341
- $this->add_control( 'dynamic_menu', [
342
- 'label' => esc_html__( 'Dynamic Menu', 'bdthemes-prime-slider' ),
343
- 'type' => Controls_Manager::SWITCHER,
 
 
 
 
 
 
 
 
 
344
  ] );
345
- $this->add_control( 'navbar', [
346
- 'label' => esc_html__( 'Select Menu', 'bdthemes-prime-slider' ),
347
- 'type' => Controls_Manager::SELECT,
348
- 'options' => prime_slider_get_menu(),
349
- 'default' => 0,
 
 
 
 
 
 
 
 
350
  'condition' => [
351
- 'dynamic_menu' => 'yes',
 
352
  ],
353
  ] );
354
- $this->add_responsive_control( 'dropdown_align', [
355
- 'label' => esc_html__( 'Dropdown Alignment', 'bdthemes-prime-slider' ),
356
- 'type' => Controls_Manager::CHOOSE,
357
- 'options' => [
358
- 'left' => [
359
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
360
- 'icon' => 'eicon-h-align-left',
 
 
 
 
 
 
 
 
 
 
361
  ],
362
- 'center' => [
363
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
364
- 'icon' => 'eicon-h-align-center',
 
 
 
 
 
 
365
  ],
366
- 'right' => [
367
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
368
- 'icon' => 'eicon-h-align-right',
 
 
 
369
  ],
 
 
 
 
 
 
370
  ],
 
 
 
 
 
 
 
371
  'condition' => [
372
- 'dynamic_menu' => 'yes',
 
373
  ],
374
  ] );
375
- $this->add_responsive_control( 'dropdown_link_align', [
376
- 'label' => esc_html__( 'Item Alignment', 'bdthemes-prime-slider' ),
377
- 'type' => Controls_Manager::CHOOSE,
378
- 'options' => [
379
- 'left' => [
380
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
381
- 'icon' => 'eicon-text-align-left',
382
- ],
383
- 'center' => [
384
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
385
- 'icon' => 'eicon-text-align-center',
386
- ],
387
- 'right' => [
388
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
389
- 'icon' => 'eicon-text-align-right',
390
- ],
391
  ],
392
- 'selectors' => [
393
- '{{WRAPPER}} .bdt-navbar-dropdown-nav > li > a' => 'text-align: {{VALUE}};',
394
- ],
395
- 'condition' => [
396
- 'dynamic_menu' => 'yes',
397
- ],
398
- ] );
399
- $this->add_responsive_control( 'dropdown_padding', [
400
- 'label' => esc_html__( 'Dropdown Padding', 'bdthemes-prime-slider' ),
401
- 'type' => Controls_Manager::DIMENSIONS,
402
- 'size_units' => [ 'px', '%' ],
403
- 'selectors' => [
404
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
405
- ],
406
- 'condition' => [
407
- 'dynamic_menu' => 'yes',
408
- ],
409
- ] );
410
- $this->add_responsive_control( 'dropdown_width', [
411
- 'label' => esc_html__( 'Dropdown Width', 'bdthemes-prime-slider' ),
412
- 'type' => Controls_Manager::SLIDER,
413
- 'range' => [
414
- 'px' => [
415
- 'min' => 150,
416
- 'max' => 350,
417
- ],
418
- ],
419
- 'size_units' => [ 'px' ],
420
- 'selectors' => [
421
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'width: {{SIZE}}{{UNIT}};',
422
- ],
423
- 'condition' => [
424
- 'dynamic_menu' => 'yes',
425
- ],
426
- ] );
427
- $this->add_control( 'dropdown_delay_show', [
428
- 'label' => esc_html__( 'Delay Show', 'bdthemes-prime-slider' ),
429
- 'type' => Controls_Manager::SLIDER,
430
- 'range' => [
431
- 'px' => [
432
- 'min' => 0,
433
- 'max' => 2000,
434
- ],
435
- ],
436
- 'condition' => [
437
- 'dynamic_menu' => 'yes',
438
- ],
439
- ] );
440
- $this->add_control( 'dropdown_delay_hide', [
441
- 'label' => esc_html__( 'Delay Hide', 'bdthemes-prime-slider' ),
442
- 'type' => Controls_Manager::SLIDER,
443
- 'range' => [
444
- 'px' => [
445
- 'min' => 0,
446
- 'max' => 2000,
447
- ],
448
- ],
449
- 'default' => [
450
- 'size' => 800,
451
- ],
452
- 'condition' => [
453
- 'dynamic_menu' => 'yes',
454
- ],
455
- ] );
456
- $this->add_control( 'dropdown_duration', [
457
- 'label' => esc_html__( 'Dropdown Duration', 'bdthemes-prime-slider' ),
458
- 'type' => Controls_Manager::SLIDER,
459
- 'range' => [
460
- 'px' => [
461
- 'min' => 0,
462
- 'max' => 2000,
463
- ],
464
- ],
465
- 'default' => [
466
- 'size' => 200,
467
- ],
468
- 'condition' => [
469
- 'dynamic_menu' => 'yes',
470
  ],
471
  ] );
472
- $this->add_control( 'dropdown_offset', [
473
- 'label' => esc_html__( 'Dropdown Offset', 'bdthemes-prime-slider' ),
474
- 'type' => Controls_Manager::SLIDER,
475
- 'range' => [
476
  'px' => [
477
- 'min' => 0,
478
- 'max' => 200,
479
- ],
480
- ],
481
- 'condition' => [
482
- 'dynamic_menu' => 'yes',
483
- ],
484
- ] );
485
- $repeater = new Repeater();
486
- $repeater->add_control( 'menu_title', [
487
- 'label' => __( 'Title & Content', 'bdthemes-prime-slider' ),
488
- 'type' => Controls_Manager::TEXT,
489
- 'dynamic' => [
490
- 'active' => true,
491
- ],
492
- 'label_block' => true,
493
- ] );
494
- $repeater->add_control( 'menu_link', [
495
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
496
- 'type' => Controls_Manager::URL,
497
- 'dynamic' => [
498
- 'active' => true,
499
- ],
500
- 'default' => [
501
- 'url' => '#',
502
- ],
503
- 'label_block' => true,
504
- ] );
505
- $this->add_control( 'menus', [
506
- 'label' => __( 'Menu Items', 'bdthemes-prime-slider' ),
507
- 'type' => Controls_Manager::REPEATER,
508
- 'fields' => $repeater->get_controls(),
509
- 'default' => [
510
- [
511
- 'menu_title' => __( 'About', 'bdthemes-prime-slider' ),
512
- 'menu_link' => '#',
513
- ],
514
- [
515
- 'menu_title' => __( 'Projects', 'bdthemes-prime-slider' ),
516
- 'menu_link' => '#',
517
- ],
518
- [
519
- 'menu_title' => __( 'Services', 'bdthemes-prime-slider' ),
520
- 'menu_link' => '#',
521
- ],
522
- [
523
- 'menu_title' => __( 'Contacts', 'bdthemes-prime-slider' ),
524
- 'menu_link' => '#',
525
- ]
526
- ],
527
- 'condition' => [
528
- 'dynamic_menu' => '',
529
  ],
530
- 'title_field' => '{{{ menu_title }}}',
531
- ] );
532
- $this->end_controls_tab();
533
- $this->start_controls_tab( 'tab_offcanvas_layout', [
534
- 'label' => __( 'Offcanvas', 'bdthemes-prime-slider' ),
535
- 'condition' => [
536
- 'show_offcanvas' => 'yes',
537
  ],
538
  ] );
539
- $this->add_control( 'offcanvas_button_text', [
540
  'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
541
  'type' => Controls_Manager::TEXT,
542
  'dynamic' => [
543
  'active' => true,
544
  ],
545
- 'placeholder' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
546
- ] );
547
- $this->add_responsive_control( 'offcanvas_button_align', [
548
- 'label' => esc_html__( 'Button Alignment', 'bdthemes-prime-slider' ),
549
- 'type' => Controls_Manager::CHOOSE,
550
- 'default' => 'left',
551
- 'options' => [
552
- 'left' => [
553
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
554
- 'icon' => 'eicon-text-align-left',
555
- ],
556
- 'right' => [
557
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
558
- 'icon' => 'eicon-text-align-right',
559
- ],
560
- ],
561
- 'condition' => [
562
- '_skin' => [ '' ],
563
- ],
564
- 'toggle' => false,
565
- ] );
566
- $this->add_responsive_control( 'offcanvas_button_offset', [
567
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
568
- 'type' => Controls_Manager::SLIDER,
569
- 'range' => [
570
- 'px' => [
571
- 'min' => -150,
572
- 'max' => 150,
573
- ],
574
- ],
575
- 'selectors' => [
576
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button' => 'transform: translateX({{SIZE}}{{UNIT}});',
577
- ],
578
- ] );
579
- $this->add_control( 'offcanvas_button_icon', [
580
- 'label' => esc_html__( 'Button Icon', 'bdthemes-prime-slider' ),
581
- 'type' => Controls_Manager::ICONS,
582
- 'default' => [
583
- 'value' => 'fas fa-bars',
584
- 'library' => 'fa-solid',
585
- ],
586
- ] );
587
- $this->add_control( 'offcanvas_button_icon_align', [
588
- 'label' => esc_html__( 'Icon Position', 'bdthemes-prime-slider' ),
589
- 'type' => Controls_Manager::SELECT,
590
- 'default' => 'left',
591
- 'options' => [
592
- 'left' => esc_html__( 'Before', 'bdthemes-prime-slider' ),
593
- 'right' => esc_html__( 'After', 'bdthemes-prime-slider' ),
594
- ],
595
- 'condition' => [
596
- 'button_icon!' => '',
597
- ],
598
- ] );
599
- $this->add_control( 'offcanvas_button_icon_indent', [
600
- 'label' => esc_html__( 'Icon Spacing', 'bdthemes-prime-slider' ),
601
- 'type' => Controls_Manager::SLIDER,
602
- 'default' => [
603
- 'size' => 8,
604
- ],
605
- 'range' => [
606
- 'px' => [
607
- 'max' => 50,
608
- ],
609
- ],
610
- 'condition' => [
611
- 'button_icon!' => '',
612
- ],
613
- 'selectors' => [
614
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-right' => 'margin-left: {{SIZE}}{{UNIT}};',
615
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-left' => 'margin-right: {{SIZE}}{{UNIT}};',
616
- ],
617
- ] );
618
- $this->add_control( 'layout', [
619
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
620
- 'type' => Controls_Manager::SELECT,
621
- 'default' => 'default',
622
- 'options' => [
623
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
624
- 'custom' => esc_html__( 'Custom Link', 'bdthemes-prime-slider' ),
625
- ],
626
  ] );
627
- $this->add_control( 'offcanvas_custom_id', [
628
- 'label' => esc_html__( 'Offcanvas Selector', 'bdthemes-prime-slider' ),
629
- 'description' => __( 'Set your offcanvas selector here. For example: <b>.custom-link</b> or <b>#customLink</b>. Set this selector where you want to link this offcanvas.', 'bdthemes-prime-slider' ),
630
  'type' => Controls_Manager::TEXT,
631
- 'default' => esc_html__( '#bdt-custom-offcanvas', 'bdthemes-prime-slider' ),
632
- 'condition' => [
633
- 'layout' => 'custom',
634
- ],
635
- ] );
636
- $this->add_control( 'source', [
637
- 'label' => esc_html__( 'Select Source', 'bdthemes-prime-slider' ),
638
- 'type' => Controls_Manager::SELECT,
639
- 'default' => 'sidebar',
640
- 'options' => [
641
- 'sidebar' => esc_html__( 'Sidebar', 'bdthemes-prime-slider' ),
642
- 'elementor' => esc_html__( 'Elementor Template', 'bdthemes-prime-slider' ),
643
- ],
644
- ] );
645
- $this->add_control( 'template_id', [
646
- 'label' => __( 'Choose Template', 'bdthemes-prime-slider' ),
647
- 'type' => Controls_Manager::SELECT,
648
- 'default' => '0',
649
- 'label_block' => 'true',
650
- 'condition' => [
651
- 'source' => 'elementor',
652
- ],
653
- 'options' => prime_slider_et_options(),
654
- ] );
655
- $this->add_control( 'sidebars', [
656
- 'label' => esc_html__( 'Choose Sidebar', 'bdthemes-prime-slider' ),
657
- 'type' => Controls_Manager::SELECT,
658
- 'default' => '0',
659
- 'options' => prime_slider_sidebar_options(),
660
- 'label_block' => 'true',
661
- 'condition' => [
662
- 'source' => 'sidebar',
663
- ],
664
- ] );
665
- $this->add_responsive_control( 'offcanvas_width', [
666
- 'label' => esc_html__( 'Width', 'bdthemes-prime-slider' ),
667
- 'type' => Controls_Manager::SLIDER,
668
- 'size_units' => [ 'px', 'vw' ],
669
- 'range' => [
670
- 'px' => [
671
- 'min' => 240,
672
- 'max' => 1200,
673
- ],
674
- 'vw' => [
675
- 'min' => 10,
676
- 'max' => 100,
677
- ],
678
- ],
679
- 'selectors' => [
680
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'width: {{SIZE}}{{UNIT}};',
681
- ],
682
- 'condition' => [
683
- 'offcanvas_animations!' => [ 'push', 'reveal' ],
684
- ],
685
- ] );
686
- $this->add_control( 'custom_content_before_switcher', [
687
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
688
- 'type' => Controls_Manager::SWITCHER,
689
- ] );
690
- $this->add_control( 'custom_content_after_switcher', [
691
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
692
- 'type' => Controls_Manager::SWITCHER,
693
- ] );
694
- $this->add_control( 'offcanvas_overlay', [
695
- 'label' => esc_html__( 'Overlay', 'bdthemes-prime-slider' ),
696
- 'type' => Controls_Manager::SWITCHER,
697
- ] );
698
- $this->add_control( 'offcanvas_animations', [
699
- 'label' => esc_html__( 'Animations', 'bdthemes-prime-slider' ),
700
- 'type' => Controls_Manager::SELECT,
701
- 'default' => 'slide',
702
- 'options' => [
703
- 'slide' => esc_html__( 'Slide', 'bdthemes-prime-slider' ),
704
- 'push' => esc_html__( 'Push', 'bdthemes-prime-slider' ),
705
- 'reveal' => esc_html__( 'Reveal', 'bdthemes-prime-slider' ),
706
- 'none' => esc_html__( 'None', 'bdthemes-prime-slider' ),
707
- ],
708
  ] );
709
- $this->add_control( 'offcanvas_flip', [
710
- 'label' => esc_html__( 'Flip', 'bdthemes-prime-slider' ),
711
- 'type' => Controls_Manager::SWITCHER,
712
  ] );
713
- $this->add_control( 'offcanvas_close_button', [
714
- 'label' => esc_html__( 'Close Button', 'bdthemes-prime-slider' ),
715
  'type' => Controls_Manager::SWITCHER,
716
  'default' => 'yes',
717
  ] );
718
- $this->end_controls_tab();
719
- $this->end_controls_tabs();
720
- $this->add_control( 'header_sticky_on', [
721
- 'label' => esc_html__( 'Enable Sticky', 'bdthemes-prime-slider' ),
722
- 'type' => Controls_Manager::SWITCHER,
723
- 'return_value' => 'yes',
724
- 'description' => esc_html__( 'Set sticky options by enable this option.', 'bdthemes-prime-slider' ),
725
- 'separator' => 'before',
726
- ] );
727
- $this->end_controls_section();
728
- $this->start_controls_section( 'header_sticky_controls', [
729
- 'label' => __( 'Sticky', 'bdthemes-prime-slider' ),
730
- 'condition' => [
731
- 'header_sticky_on' => 'yes',
732
- ],
733
- ] );
734
- $this->add_control( 'header_sticky_offset', [
735
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
736
- 'type' => Controls_Manager::SLIDER,
737
- 'default' => [
738
- 'size' => 0,
739
- ],
740
- 'condition' => [
741
- 'header_sticky_on' => 'yes',
742
- ],
743
- ] );
744
- $this->add_control( 'header_sticky_active_bg', [
745
- 'label' => esc_html__( 'Active Background Color', 'bdthemes-prime-slider' ),
746
- 'type' => Controls_Manager::COLOR,
747
- 'selectors' => [
748
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky:after' => 'background-color: {{VALUE}};',
749
- ],
750
- 'condition' => [
751
- 'header_sticky_on' => 'yes',
752
- ],
753
- ] );
754
- $this->add_responsive_control( 'header_sticky_active_padding', [
755
- 'label' => esc_html__( 'Active Padding', 'bdthemes-prime-slider' ),
756
- 'type' => Controls_Manager::DIMENSIONS,
757
- 'size_units' => [ 'px', '%' ],
758
- 'selectors' => [
759
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
760
- ],
761
- 'condition' => [
762
- 'header_sticky_on' => 'yes',
763
- ],
764
- ] );
765
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
766
- 'label' => esc_html__( 'Active Box Shadow', 'bdthemes-prime-slider' ),
767
- 'name' => 'header_sticky_active_shadow',
768
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active',
769
- 'condition' => [
770
- 'header_sticky_on' => 'yes',
771
- ],
772
- ] );
773
- $this->add_control( 'header_sticky_animation', [
774
- 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
775
- 'type' => Controls_Manager::SELECT,
776
- 'options' => prime_slider_transition_options(),
777
- 'condition' => [
778
- 'header_sticky_on' => 'yes',
779
- ],
780
- ] );
781
- $this->add_control( 'header_sticky_bottom', [
782
- 'label' => esc_html__( 'Scroll Until', 'bdthemes-prime-slider' ),
783
- 'description' => esc_html__( 'If you don\'t want to scroll after specific section so set that section ID/CLASS here. for example: #section1 or .section1 it\'s support ID/CLASS', 'bdthemes-prime-slider' ),
784
- 'type' => Controls_Manager::TEXT,
785
- 'condition' => [
786
- 'header_sticky_on' => 'yes',
787
- ],
788
- ] );
789
- $this->add_control( 'header_sticky_on_scroll_up', [
790
- 'label' => esc_html__( 'Sticky on Scroll Up', 'bdthemes-prime-slider' ),
791
- 'type' => Controls_Manager::SWITCHER,
792
- 'return_value' => 'yes',
793
- 'description' => esc_html__( 'Set sticky options when you scroll up your mouse.', 'bdthemes-prime-slider' ),
794
- 'condition' => [
795
- 'header_sticky_on' => 'yes',
796
- ],
797
- ] );
798
- $this->add_control( 'header_sticky_off_media', [
799
- 'label' => __( 'Turn Off', 'bdthemes-prime-slider' ),
800
- 'type' => Controls_Manager::CHOOSE,
801
- 'options' => [
802
- '960' => [
803
- 'title' => __( 'On Tablet', 'bdthemes-prime-slider' ),
804
- 'icon' => 'eicon-device-tablet',
805
- ],
806
- '768' => [
807
- 'title' => __( 'On Mobile', 'bdthemes-prime-slider' ),
808
- 'icon' => 'eicon-device-mobile',
809
- ],
810
- ],
811
- 'condition' => [
812
- 'header_sticky_on' => 'yes',
813
- ],
814
- 'separator' => 'before',
815
- ] );
816
- $this->end_controls_section();
817
- $this->start_controls_section( 'section_content_custom_before', [
818
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
819
- 'condition' => [
820
- 'custom_content_before_switcher' => 'yes',
821
- ],
822
- ] );
823
- $this->add_control( 'custom_content_before', [
824
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
825
- 'type' => Controls_Manager::WYSIWYG,
826
- 'dynamic' => [
827
- 'active' => true,
828
- ],
829
- 'default' => esc_html__( 'This is your custom content for before of your offcanvas.', 'bdthemes-prime-slider' ),
830
- ] );
831
- $this->end_controls_section();
832
- $this->start_controls_section( 'section_content_custom_after', [
833
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
834
- 'condition' => [
835
- 'custom_content_after_switcher' => 'yes',
836
- ],
837
- ] );
838
- $this->add_control( 'custom_content_after', [
839
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
840
- 'type' => Controls_Manager::WYSIWYG,
841
- 'dynamic' => [
842
- 'active' => true,
843
- ],
844
- 'default' => esc_html__( 'This is your custom content for after of your offcanvas.', 'bdthemes-prime-slider' ),
845
  ] );
846
- $this->end_controls_section();
847
- $this->start_controls_section( 'section_content_sliders', [
848
- 'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
849
- ] );
850
- $repeater = new Repeater();
851
- $repeater->add_control( 'sub_title', [
852
- 'label' => esc_html__( 'Sub Title', 'bdthemes-prime-slider' ),
853
- 'type' => Controls_Manager::TEXT,
854
- 'default' => esc_html__( 'Sub title goes here', 'bdthemes-prime-slider' ),
855
- 'label_block' => true,
856
- 'dynamic' => [
857
- 'active' => true,
858
- ],
859
- ] );
860
- $repeater->add_control( 'title', [
861
- 'label' => esc_html__( 'Title', 'bdthemes-prime-slider' ),
862
- 'type' => Controls_Manager::TEXT,
863
- 'label_block' => true,
864
- 'dynamic' => [
865
- 'active' => true,
866
- ],
867
- ] );
868
- $repeater->add_control( 'title_link', [
869
- 'label' => esc_html__( 'Title Link', 'bdthemes-prime-slider' ),
870
- 'type' => Controls_Manager::URL,
871
- 'default' => [
872
- 'url' => '',
873
- ],
874
- 'show_external' => false,
875
- 'dynamic' => [
876
- 'active' => true,
877
- ],
878
- 'condition' => [
879
- 'title!' => '',
880
- ],
881
- ] );
882
- $repeater->add_control( 'slide_button_text', [
883
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
884
- 'type' => Controls_Manager::TEXT,
885
- 'default' => esc_html__( 'Details', 'bdthemes-prime-slider' ),
886
- 'label_block' => true,
887
- 'dynamic' => [
888
- 'active' => true,
889
- ],
890
- ] );
891
- $repeater->add_control( 'button_link', [
892
- 'label' => esc_html__( 'Button Link', 'bdthemes-prime-slider' ),
893
- 'type' => Controls_Manager::URL,
894
- 'dynamic' => [
895
- 'active' => true,
896
- ],
897
- 'condition' => [
898
- 'slide_button_text!' => '',
899
- ],
900
- ] );
901
- $repeater->add_control( 'excerpt', [
902
- 'label' => esc_html__( 'Excerpt', 'bdthemes-prime-slider' ),
903
- 'type' => Controls_Manager::WYSIWYG,
904
- 'default' => esc_html__( 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem, totam rem aperiam, eaque ipsa quae ab illo inventore et quasi architecto beatae vitae dicta sunt explicabo.', 'bdthemes-prime-slider' ),
905
- 'label_block' => true,
906
- 'dynamic' => [
907
- 'active' => true,
908
- ],
909
- ] );
910
- $repeater->add_control( 'background', [
911
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
912
- 'type' => Controls_Manager::CHOOSE,
913
- 'default' => 'color',
914
- 'toggle' => false,
915
- 'options' => [
916
- 'color' => [
917
- 'title' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
918
- 'icon' => 'eicon-paint-brush',
919
- ],
920
- 'image' => [
921
- 'title' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
922
- 'icon' => 'eicon-image',
923
- ],
924
- 'video' => [
925
- 'title' => esc_html__( 'Video', 'bdthemes-prime-slider' ),
926
- 'icon' => 'eicon-play',
927
- ],
928
- 'youtube' => [
929
- 'title' => esc_html__( 'Youtube', 'bdthemes-prime-slider' ),
930
- 'icon' => 'eicon-youtube',
931
- ],
932
- ],
933
- ] );
934
- $repeater->add_control( 'color', [
935
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
936
- 'type' => Controls_Manager::COLOR,
937
- 'default' => '#193d4c',
938
- 'condition' => [
939
- 'background' => 'color',
940
- ],
941
- 'selectors' => [
942
- '{{WRAPPER}} {{CURRENT_ITEM}}' => 'background-color: {{VALUE}}',
943
- ],
944
- ] );
945
- $repeater->add_control( 'image', [
946
- 'label' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
947
- 'type' => Controls_Manager::MEDIA,
948
- 'default' => [
949
- 'url' => Utils::get_placeholder_image_src(),
950
- ],
951
- 'condition' => [
952
- 'background' => 'image',
953
- ],
954
- 'dynamic' => [
955
- 'active' => true,
956
- ],
957
- ] );
958
- $repeater->add_control( 'video_link', [
959
- 'label' => esc_html__( 'Video Link', 'bdthemes-prime-slider' ),
960
- 'type' => Controls_Manager::TEXT,
961
- 'condition' => [
962
- 'background' => 'video',
963
- ],
964
- 'default' => '//clips.vorwaerts-gmbh.de/big_buck_bunny.mp4',
965
- 'dynamic' => [
966
- 'active' => true,
967
- ],
968
- ] );
969
- $repeater->add_control( 'youtube_link', [
970
- 'label' => esc_html__( 'Youtube Link', 'bdthemes-prime-slider' ),
971
- 'type' => Controls_Manager::TEXT,
972
- 'condition' => [
973
- 'background' => 'youtube',
974
- ],
975
- 'default' => 'https://youtu.be/YE7VzlLtp-4',
976
- 'dynamic' => [
977
- 'active' => true,
978
- ],
979
- ] );
980
- $this->add_control( 'slides', [
981
- 'label' => esc_html__( 'Slider Items', 'bdthemes-prime-slider' ),
982
- 'type' => Controls_Manager::REPEATER,
983
- 'fields' => $repeater->get_controls(),
984
- 'default' => [ [
985
- 'title' => esc_html__( 'Slide Item 1', 'bdthemes-prime-slider' ),
986
- ], [
987
- 'title' => esc_html__( 'Slide Item 2', 'bdthemes-prime-slider' ),
988
- ], [
989
- 'title' => esc_html__( 'Slide Item 3', 'bdthemes-prime-slider' ),
990
- ] ],
991
- 'title_field' => '{{{ title }}}',
992
- ] );
993
- $this->add_group_control( Group_Control_Image_Size::get_type(), [
994
- 'name' => 'thumbnail_size',
995
- 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ) . BDTPS_NC,
996
- 'exclude' => [ 'custom' ],
997
- 'default' => 'full',
998
- 'prefix_class' => 'bdt-prime-slider-thumbnail-size-',
999
- 'separator' => 'before',
1000
- ] );
1001
- //Global background settings Controls
1002
- $this->register_background_settings( '.bdt-prime-slider .bdt-slideshow-item .bdt-ps-slide-img' );
1003
- $this->end_controls_section();
1004
- $this->start_controls_section( 'section_content_social_link', [
1005
- 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
1006
- 'condition' => [
1007
- 'show_social_icon' => 'yes',
1008
- '_skin!' => [ 'slide' ],
1009
- ],
1010
- ] );
1011
- $repeater = new Repeater();
1012
- $repeater->add_control( 'social_link_title', [
1013
- 'label' => __( 'Title', 'bdthemes-prime-slider' ),
1014
- 'type' => Controls_Manager::TEXT,
1015
- 'default' => 'Facebook',
1016
- ] );
1017
- $repeater->add_control( 'social_link', [
1018
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
1019
- 'type' => Controls_Manager::TEXT,
1020
- 'default' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
1021
- ] );
1022
- $repeater->add_control( 'social_icon', [
1023
- 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
1024
- 'type' => Controls_Manager::ICONS,
1025
- 'default' => [
1026
- 'value' => 'fab fa-facebook-f',
1027
- 'library' => 'fa-brands',
1028
- ],
1029
- ] );
1030
- $this->add_control( 'social_link_list', [
1031
- 'type' => Controls_Manager::REPEATER,
1032
- 'fields' => $repeater->get_controls(),
1033
- 'default' => [ [
1034
- 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
1035
- 'social_icon' => [
1036
- 'value' => 'fab fa-facebook-f',
1037
- 'library' => 'fa-brands',
1038
- ],
1039
- 'social_link_title' => 'Facebook',
1040
- ], [
1041
- 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
1042
- 'social_icon' => [
1043
- 'value' => 'fab fa-twitter',
1044
- 'library' => 'fa-brands',
1045
- ],
1046
- 'social_link_title' => 'Twitter',
1047
- ], [
1048
- 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
1049
- 'social_icon' => [
1050
- 'value' => 'fab fa-instagram',
1051
- 'library' => 'fa-brands',
1052
- ],
1053
- 'social_link_title' => 'Instagram',
1054
- ] ],
1055
- 'title_field' => '{{{ social_link_title }}}',
1056
- ] );
1057
- $this->end_controls_section();
1058
- $this->start_controls_section( 'section_content_scroll_button', [
1059
- 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1060
- 'condition' => [
1061
- 'show_scroll_button' => [ 'yes' ],
1062
- '_skin!' => [ 'slide', 'crelly' ],
1063
- ],
1064
- ] );
1065
- $this->add_control( 'duration', [
1066
- 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
1067
- 'type' => Controls_Manager::SLIDER,
1068
- 'size_units' => [ 'px' ],
1069
- 'range' => [
1070
- 'px' => [
1071
- 'min' => 100,
1072
- 'max' => 5000,
1073
- 'step' => 50,
1074
- ],
1075
- ],
1076
- ] );
1077
- $this->add_control( 'offset', [
1078
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
1079
- 'type' => Controls_Manager::SLIDER,
1080
- 'range' => [
1081
- 'px' => [
1082
- 'min' => -200,
1083
- 'max' => 200,
1084
- 'step' => 10,
1085
- ],
1086
- ],
1087
- ] );
1088
- $this->add_control( 'scroll_button_text', [
1089
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
1090
- 'type' => Controls_Manager::TEXT,
1091
- 'dynamic' => [
1092
- 'active' => true,
1093
- ],
1094
- 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1095
- 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1096
- ] );
1097
- $this->add_control( 'section_id', [
1098
- 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
1099
- 'type' => Controls_Manager::TEXT,
1100
- 'default' => 'my-header',
1101
- 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
1102
- ] );
1103
- $this->end_controls_section();
1104
- $this->start_controls_section( 'section_style_animation', [
1105
- 'label' => esc_html__( 'Slider Settings', 'bdthemes-prime-slider' ),
1106
- ] );
1107
- $this->add_control( 'finite', [
1108
- 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
1109
- 'type' => Controls_Manager::SWITCHER,
1110
- 'default' => 'yes',
1111
- ] );
1112
- $this->add_control( 'autoplay', [
1113
- 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
1114
- 'type' => Controls_Manager::SWITCHER,
1115
- 'default' => 'yes',
1116
- ] );
1117
- $this->add_control( 'autoplay_interval', [
1118
- 'label' => esc_html__( 'Autoplay Interval (ms)', 'bdthemes-prime-slider' ),
1119
- 'type' => Controls_Manager::NUMBER,
1120
- 'default' => 7000,
1121
- 'condition' => [
1122
- 'autoplay' => 'yes',
1123
- ],
1124
- ] );
1125
- $this->add_control( 'pause_on_hover', [
1126
- 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
1127
- 'type' => Controls_Manager::SWITCHER,
1128
- ] );
1129
- $this->add_control( 'velocity', [
1130
- 'label' => __( 'Animation Speed', 'bdthemes-element-pack' ),
1131
- 'type' => Controls_Manager::SLIDER,
1132
- 'range' => [
1133
- 'px' => [
1134
- 'min' => 0.1,
1135
- 'max' => 1,
1136
- 'step' => 0.1,
1137
- ],
1138
- ],
1139
- ] );
1140
- $this->add_control( 'slider_animations', [
1141
- 'label' => esc_html__( 'Slider Animations', 'bdthemes-prime-slider' ),
1142
- 'type' => Controls_Manager::SELECT,
1143
- 'separator' => 'before',
1144
- 'default' => 'fade',
1145
- 'options' => [
1146
- 'slide' => esc_html__( 'Slide', 'bdthemes-prime-slider' ),
1147
- 'fade' => esc_html__( 'Fade', 'bdthemes-prime-slider' ),
1148
- 'scale' => esc_html__( 'Scale', 'bdthemes-prime-slider' ),
1149
- 'push' => esc_html__( 'Push', 'bdthemes-prime-slider' ),
1150
- 'pull' => esc_html__( 'Pull', 'bdthemes-prime-slider' ),
1151
- ],
1152
- 'condition' => [
1153
- '_skin!' => 'slide',
1154
- ],
1155
- ] );
1156
- $this->add_control( 'animation_parallax', [
1157
- 'label' => esc_html__( 'Parallax Animation', 'bdthemes-element-pack' ) . BDTPS_NC,
1158
- 'type' => Controls_Manager::SWITCHER,
1159
- 'default' => 'yes',
1160
- 'separator' => 'before',
1161
- ] );
1162
- $this->add_control( 'kenburns_animation', [
1163
- 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
1164
- 'type' => Controls_Manager::SWITCHER,
1165
- 'separator' => 'before',
1166
- ] );
1167
- $this->add_control( 'kenburns_reverse', [
1168
- 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
1169
- 'type' => Controls_Manager::SWITCHER,
1170
- 'condition' => [
1171
- 'kenburns_animation' => 'yes',
1172
- ],
1173
- ] );
1174
- $this->add_control( 'show_logo_animation', [
1175
- 'label' => esc_html__( 'Show Logo Animation', 'bdthemes-prime-slider' ),
1176
- 'type' => Controls_Manager::SWITCHER,
1177
- 'default' => 'yes',
1178
- 'separator' => 'before',
1179
- 'condition' => [
1180
- 'show_logo' => 'yes',
1181
- ],
1182
- ] );
1183
- $this->add_control( 'show_menu_animation', [
1184
- 'label' => esc_html__( 'Show Menu Animation', 'bdthemes-prime-slider' ),
1185
- 'type' => Controls_Manager::SWITCHER,
1186
- 'default' => 'yes',
1187
- 'condition' => [
1188
- 'show_menu' => 'yes',
1189
- ],
1190
- ] );
1191
- $this->add_control( 'show_offcanvas_animation', [
1192
- 'label' => esc_html__( 'Show Offcanvas Animation', 'bdthemes-prime-slider' ),
1193
- 'type' => Controls_Manager::SWITCHER,
1194
- 'default' => 'yes',
1195
- 'condition' => [
1196
- 'show_offcanvas' => 'yes',
1197
- ],
1198
- ] );
1199
- $this->end_controls_section();
1200
- //Style Start
1201
- $this->start_controls_section( 'section_header_style', [
1202
- 'label' => __( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
1203
- 'tab' => Controls_Manager::TAB_STYLE,
1204
- 'conditions' => [
1205
- 'relation' => 'or',
1206
- 'terms' => [ [
1207
- 'name' => 'show_logo',
1208
- 'operator' => '==',
1209
- 'value' => 'yes',
1210
- ], [
1211
- 'name' => 'show_menu',
1212
- 'operator' => '==',
1213
- 'value' => 'yes',
1214
- ], [
1215
- 'name' => 'show_offcanvas',
1216
- 'operator' => '==',
1217
- 'value' => 'yes',
1218
- ] ],
1219
- ],
1220
- ] );
1221
- $this->add_control( 'header_background_color', [
1222
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1223
- 'type' => Controls_Manager::COLOR,
1224
- 'default' => '',
1225
- 'selectors' => [
1226
- '{{WRAPPER}} .bdt-prime-slider header' => 'background-color: {{VALUE}};',
1227
- ],
1228
- ] );
1229
- $this->start_controls_tabs( 'tabs_header_style' );
1230
- $this->start_controls_tab( 'tab_logo_style', [
1231
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
1232
- 'condition' => [
1233
- 'show_logo' => 'yes',
1234
- ],
1235
- ] );
1236
- $this->add_control( 'logo_text_color', [
1237
- 'label' => __( 'Logo Color', 'bdthemes-prime-slider' ),
1238
- 'type' => Controls_Manager::COLOR,
1239
- 'default' => '',
1240
- 'selectors' => [
1241
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner' => 'color: {{VALUE}};',
1242
- ],
1243
- 'condition' => [
1244
- 'show_logo!' => '',
1245
- 'logo_type' => 'text',
1246
- ],
1247
- ] );
1248
- $this->add_control( 'logo_hover_color', [
1249
- 'label' => __( 'Logo Hover Color', 'bdthemes-prime-slider' ),
1250
- 'type' => Controls_Manager::COLOR,
1251
- 'selectors' => [
1252
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner:hover' => 'color: {{VALUE}};',
1253
- ],
1254
- 'condition' => [
1255
- 'show_logo!' => '',
1256
- 'logo_type' => 'text',
1257
- ],
1258
- ] );
1259
- $this->add_group_control( Group_Control_Typography::get_type(), [
1260
- 'name' => 'logo_typography',
1261
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner',
1262
- 'condition' => [
1263
- 'show_logo!' => '',
1264
- 'logo_type' => 'text',
1265
- ],
1266
- ] );
1267
- $this->add_group_control( Group_Control_Border::get_type(), [
1268
- 'name' => 'logo_image_border',
1269
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1270
- 'placeholder' => '1px',
1271
- 'default' => '1px',
1272
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img',
1273
- 'condition' => [
1274
- 'show_logo!' => '',
1275
- 'logo_type' => 'image',
1276
- ],
1277
- ] );
1278
- $this->add_responsive_control( 'logo_image_border_radius', [
1279
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1280
- 'type' => Controls_Manager::DIMENSIONS,
1281
- 'size_units' => [ 'px', '%' ],
1282
- 'selectors' => [
1283
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1284
- ],
1285
- 'condition' => [
1286
- 'show_logo!' => '',
1287
- 'logo_type' => 'image',
1288
- ],
1289
- ] );
1290
- $this->add_responsive_control( 'logo_image_padding', [
1291
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1292
- 'type' => Controls_Manager::DIMENSIONS,
1293
- 'size_units' => [ 'px', 'em', '%' ],
1294
- 'selectors' => [
1295
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1296
- ],
1297
- 'condition' => [
1298
- 'show_logo!' => '',
1299
- 'logo_type' => 'image',
1300
- ],
1301
- ] );
1302
- $this->end_controls_tab();
1303
- $this->start_controls_tab( 'section_menu_style', [
1304
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
1305
- 'condition' => [
1306
- 'show_menu' => 'yes',
1307
- ],
1308
- ] );
1309
- $this->add_control( 'slider_menu_style_normal', [
1310
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1311
- 'type' => Controls_Manager::HEADING,
1312
- 'separator' => 'before',
1313
- ] );
1314
- $this->add_control( 'menu_text_color', [
1315
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1316
- 'type' => Controls_Manager::COLOR,
1317
- 'selectors' => [
1318
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'color: {{VALUE}};',
1319
- ],
1320
- 'separator' => 'before',
1321
- ] );
1322
- $this->add_control( 'menu_background_color', [
1323
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1324
- 'type' => Controls_Manager::COLOR,
1325
- 'selectors' => [
1326
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'background-color: {{VALUE}};',
1327
- ],
1328
- ] );
1329
- $this->add_group_control( Group_Control_Border::get_type(), [
1330
- 'name' => 'menu_border',
1331
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1332
- ] );
1333
- $this->add_responsive_control( 'menu_border_radius', [
1334
- 'label' => __( 'Border Radius', 'bdthemes-prime-slider' ),
1335
- 'type' => Controls_Manager::DIMENSIONS,
1336
- 'size_units' => [ 'px', '%' ],
1337
- 'selectors' => [
1338
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1339
- ],
1340
- ] );
1341
- $this->add_responsive_control( 'menu_text_padding', [
1342
- 'label' => __( 'Padding', 'bdthemes-prime-slider' ),
1343
- 'type' => Controls_Manager::DIMENSIONS,
1344
- 'size_units' => [ 'px', 'em', '%' ],
1345
- 'selectors' => [
1346
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1347
- ],
1348
- ] );
1349
- $this->add_responsive_control( 'menu_text_margin', [
1350
- 'label' => __( 'Margin', 'bdthemes-prime-slider' ) . BDTPS_NC,
1351
- 'type' => Controls_Manager::DIMENSIONS,
1352
- 'size_units' => [ 'px', 'em', '%' ],
1353
- 'selectors' => [
1354
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1355
- ],
1356
- ] );
1357
- $this->add_group_control( Group_Control_Typography::get_type(), [
1358
- 'name' => 'menu_typography',
1359
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1360
- ] );
1361
- $this->add_control( 'slider_menu_style_hover', [
1362
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1363
- 'type' => Controls_Manager::HEADING,
1364
- 'separator' => 'before',
1365
- ] );
1366
- $this->add_control( 'menu_hover_color', [
1367
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1368
- 'type' => Controls_Manager::COLOR,
1369
- 'selectors' => [
1370
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'color: {{VALUE}};',
1371
- ],
1372
- 'separator' => 'before',
1373
- ] );
1374
- $this->add_control( 'menu_background_hover_color', [
1375
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1376
- 'type' => Controls_Manager::COLOR,
1377
- 'selectors' => [
1378
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'background-color: {{VALUE}};',
1379
- ],
1380
- ] );
1381
- $this->add_control( 'menu_hover_border_color', [
1382
- 'label' => __( 'Border Color', 'bdthemes-prime-slider' ) . BDTPS_NC,
1383
- 'type' => Controls_Manager::COLOR,
1384
- 'condition' => [
1385
- 'menu_border_border!' => '',
1386
- ],
1387
- 'selectors' => [
1388
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'border-color: {{VALUE}};',
1389
- ],
1390
- ] );
1391
- $this->add_control( 'menu_style_type', [
1392
- 'label' => esc_html__( 'Select Menu Style', 'bdthemes-prime-slider' ),
1393
- 'type' => Controls_Manager::SELECT,
1394
- 'default' => 'default',
1395
- 'options' => [
1396
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
1397
- 'background' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1398
- 'line' => esc_html__( 'Line', 'bdthemes-prime-slider' ),
1399
- 'dotline' => esc_html__( 'DotLine', 'bdthemes-prime-slider' ),
1400
- ],
1401
- ] );
1402
- $this->add_control( 'menu_before_style_color', [
1403
- 'label' => __( 'Menu Style Color', 'bdthemes-prime-slider' ),
1404
- 'type' => Controls_Manager::COLOR,
1405
- 'selectors' => [
1406
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:after, {{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:before' => 'background: {{VALUE}};',
1407
- ],
1408
- ] );
1409
- $this->add_control( 'slider_dropdown_menu_style_normal', [
1410
- 'label' => esc_html__( 'Dropdown Menu', 'bdthemes-prime-slider' ),
1411
- 'type' => Controls_Manager::HEADING,
1412
- 'separator' => 'before',
1413
- ] );
1414
- $this->add_control( 'dropdown_menu_text_color', [
1415
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1416
- 'type' => Controls_Manager::COLOR,
1417
- 'selectors' => [
1418
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a' => 'color: {{VALUE}};',
1419
- ],
1420
- 'separator' => 'before',
1421
- ] );
1422
- $this->add_control( 'dropdown_menu_text__hover_color', [
1423
- 'label' => __( 'Active Color', 'bdthemes-prime-slider' ),
1424
- 'type' => Controls_Manager::COLOR,
1425
- 'selectors' => [
1426
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown li>a:hover, .bdt-prime-slider .bdt-navbar-dropdown li>a.bdt-open' => 'color: {{VALUE}};',
1427
- ],
1428
- ] );
1429
- $this->add_control( 'dropdown_menu_background_color', [
1430
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1431
- 'type' => Controls_Manager::COLOR,
1432
- 'selectors' => [
1433
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown' => 'background-color: {{VALUE}};',
1434
- ],
1435
- ] );
1436
- $this->add_group_control( Group_Control_Typography::get_type(), [
1437
- 'name' => 'dropdown_menu_typography',
1438
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1439
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a',
1440
- ] );
1441
- $this->end_controls_tab();
1442
- $this->start_controls_tab( 'section_style_offcanvas_content', [
1443
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
1444
- 'condition' => [
1445
- 'show_offcanvas' => 'yes',
1446
- ],
1447
- ] );
1448
- $this->add_control( 'offcanvas_content_color', [
1449
- 'label' => esc_html__( 'Text Color', 'bdthemes-prime-slider' ),
1450
- 'type' => Controls_Manager::COLOR,
1451
- 'selectors' => [
1452
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar *' => 'color: {{VALUE}};',
1453
- ],
1454
- ] );
1455
- $this->add_control( 'offcanvas_content_link_color', [
1456
- 'label' => esc_html__( 'Link Color', 'bdthemes-prime-slider' ),
1457
- 'type' => Controls_Manager::COLOR,
1458
- 'selectors' => [
1459
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a' => 'color: {{VALUE}};',
1460
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a *' => 'color: {{VALUE}};',
1461
- ],
1462
- ] );
1463
- $this->add_control( 'offcanvas_content_link_hover_color', [
1464
- 'label' => esc_html__( 'Link Hover Color', 'bdthemes-prime-slider' ),
1465
- 'type' => Controls_Manager::COLOR,
1466
- 'selectors' => [
1467
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a:hover' => 'color: {{VALUE}} !important;',
1468
- ],
1469
- ] );
1470
- $this->add_control( 'offcanvas_content_background_color', [
1471
- 'label' => esc_html__( 'Background Color', 'bdthemes-prime-slider' ),
1472
- 'type' => Controls_Manager::COLOR,
1473
- 'selectors' => [
1474
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'background-color: {{VALUE}} !important;',
1475
- ],
1476
- ] );
1477
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1478
- 'name' => 'offcanvas_content_shadow',
1479
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas > div',
1480
- 'separator' => 'before',
1481
- ] );
1482
- $this->add_responsive_control( 'offcanvas_content_padding', [
1483
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1484
- 'type' => Controls_Manager::DIMENSIONS,
1485
- 'size_units' => [ 'px', 'em', '%' ],
1486
- 'selectors' => [
1487
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1488
- ],
1489
- 'separator' => 'after',
1490
- ] );
1491
- $this->add_control( 'style_offcanvas_widget', [
1492
- 'label' => esc_html__( 'WIDGET', 'bdthemes-prime-slider' ),
1493
- 'type' => Controls_Manager::HEADING,
1494
- ] );
1495
- $this->add_group_control( Group_Control_Border::get_type(), [
1496
- 'name' => 'offcanvas_widget_border',
1497
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1498
- 'placeholder' => '1px',
1499
- 'default' => '1px',
1500
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget',
1501
- 'separator' => 'before',
1502
- ] );
1503
- $this->add_responsive_control( 'widget_border_radius', [
1504
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1505
- 'type' => Controls_Manager::DIMENSIONS,
1506
- 'size_units' => [ 'px', '%' ],
1507
- 'selectors' => [
1508
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1509
- ],
1510
- ] );
1511
- $this->add_responsive_control( 'offcanvas_widget_padding', [
1512
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1513
- 'type' => Controls_Manager::DIMENSIONS,
1514
- 'size_units' => [ 'px', 'em', '%' ],
1515
- 'selectors' => [
1516
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1517
- ],
1518
- ] );
1519
- $this->add_responsive_control( 'offcanvas_vertical_spacing', [
1520
- 'label' => esc_html__( 'Vertical Spacing', 'bdthemes-prime-slider' ),
1521
- 'type' => Controls_Manager::SLIDER,
1522
- 'selectors' => [
1523
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget:not(:first-child)' => 'margin-top: {{SIZE}}{{UNIT}};',
1524
- ],
1525
- 'separator' => 'after',
1526
- ] );
1527
- $this->add_control( 'tab_style_offcanvas_button', [
1528
- 'label' => esc_html__( 'OFFCANVAS BUTTON', 'bdthemes-prime-slider' ),
1529
- 'type' => Controls_Manager::HEADING,
1530
- 'condition' => [
1531
- 'layout' => 'default',
1532
- ],
1533
- ] );
1534
- $this->add_control( 'slider_style_offcanvas_button_normal', [
1535
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1536
- 'type' => Controls_Manager::HEADING,
1537
- 'separator' => 'before',
1538
- ] );
1539
- $this->add_control( 'offcanvas_button_text_color', [
1540
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1541
- 'type' => Controls_Manager::COLOR,
1542
- 'selectors' => [
1543
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button' => 'color: {{VALUE}};',
1544
- ],
1545
- ] );
1546
- $this->add_control( 'offcanvas_button_background_color', [
1547
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1548
- 'type' => Controls_Manager::COLOR,
1549
- 'selectors' => [
1550
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button' => 'background-color: {{VALUE}};',
1551
- ],
1552
- ] );
1553
- $this->add_control( 'offcanvas_primary_background_color', [
1554
- 'label' => esc_html__( 'Primary Background', 'bdthemes-prime-slider' ),
1555
- 'type' => Controls_Manager::COLOR,
1556
- 'selectors' => [
1557
- '{{WRAPPER}} .bdt-prime-header-skin-meteor .bdt-header-inner .bdt-offcanvas-button-wrapper' => 'background-color: {{VALUE}}',
1558
- ],
1559
- 'condition' => [
1560
- '_skin' => 'meteor',
1561
- ],
1562
- ] );
1563
- $this->add_group_control( Group_Control_Border::get_type(), [
1564
- 'name' => 'offcanvas_button_border',
1565
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1566
- 'placeholder' => '1px',
1567
- 'default' => '1px',
1568
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button',
1569
- ] );
1570
- $this->add_control( 'offcanvas_button_border_radius', [
1571
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1572
- 'type' => Controls_Manager::DIMENSIONS,
1573
- 'size_units' => [ 'px', '%' ],
1574
- 'selectors' => [
1575
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1576
- ],
1577
- ] );
1578
- $this->add_responsive_control( 'offcanvas_button_padding', [
1579
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1580
- 'type' => Controls_Manager::DIMENSIONS,
1581
- 'size_units' => [ 'px', 'em', '%' ],
1582
- 'selectors' => [
1583
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1584
- ],
1585
- ] );
1586
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1587
- 'name' => 'offcanvas_button_shadow',
1588
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button',
1589
- ] );
1590
- $this->add_group_control( Group_Control_Typography::get_type(), [
1591
- 'name' => 'offcanvas_button_typography',
1592
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1593
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button',
1594
- ] );
1595
- $this->add_control( 'slider_style_offcanvas_button_hover', [
1596
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1597
- 'type' => Controls_Manager::HEADING,
1598
- 'separator' => 'before',
1599
- ] );
1600
- $this->add_control( 'offcanvas_button_hover_color', [
1601
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1602
- 'type' => Controls_Manager::COLOR,
1603
- 'selectors' => [
1604
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover' => 'color: {{VALUE}};',
1605
- ],
1606
- ] );
1607
- $this->add_control( 'offcanvas_button_background_hover_color', [
1608
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1609
- 'type' => Controls_Manager::COLOR,
1610
- 'selectors' => [
1611
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover' => 'background-color: {{VALUE}};',
1612
- ],
1613
- ] );
1614
- $this->add_control( 'offcanvas_button_hover_border_color', [
1615
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1616
- 'type' => Controls_Manager::COLOR,
1617
- 'condition' => [
1618
- 'offcanvas_button_border_border!' => '',
1619
- ],
1620
- 'selectors' => [
1621
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover' => 'border-color: {{VALUE}};',
1622
- ],
1623
- ] );
1624
- $this->add_control( 'hover_animation', [
1625
- 'label' => esc_html__( 'Button Animation', 'bdthemes-prime-slider' ),
1626
- 'type' => Controls_Manager::HOVER_ANIMATION,
1627
- 'separator' => 'after',
1628
- ] );
1629
- $this->add_control( 'tab_style_close_button', [
1630
- 'label' => esc_html__( 'CLOSE BUTTON', 'bdthemes-prime-slider' ),
1631
- 'type' => Controls_Manager::HEADING,
1632
  'condition' => [
1633
- 'offcanvas_close_button' => 'yes',
1634
  ],
1635
  ] );
1636
- $this->add_control( 'slider_style_close_button_normal', [
1637
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1638
- 'type' => Controls_Manager::HEADING,
1639
- 'separator' => 'before',
1640
  ] );
1641
- $this->add_control( 'close_button_color', [
1642
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1643
- 'type' => Controls_Manager::COLOR,
1644
- 'selectors' => [
1645
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close *' => 'color: {{VALUE}};',
 
 
 
1646
  ],
1647
- ] );
1648
- $this->add_control( 'close_button_bg', [
1649
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1650
- 'type' => Controls_Manager::COLOR,
1651
- 'selectors' => [
1652
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'background-color: {{VALUE}};',
1653
  ],
1654
  ] );
1655
- $this->add_group_control( Group_Control_Border::get_type(), [
1656
- 'name' => 'close_button_border',
1657
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1658
- 'placeholder' => '1px',
1659
- 'default' => '1px',
1660
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1661
- ] );
1662
- $this->add_control( 'close_button_radius', [
1663
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1664
- 'type' => Controls_Manager::DIMENSIONS,
1665
- 'size_units' => [ 'px', '%' ],
1666
- 'selectors' => [
1667
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1668
  ],
1669
- ] );
1670
- $this->add_responsive_control( 'close_button_padding', [
1671
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1672
- 'type' => Controls_Manager::DIMENSIONS,
1673
- 'size_units' => [ 'px', 'em', '%' ],
1674
- 'selectors' => [
1675
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1676
  ],
1677
  ] );
1678
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1679
- 'name' => 'close_button_shadow',
1680
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1681
- ] );
1682
- $this->add_control( 'slider_style_close_button_hover', [
1683
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1684
- 'type' => Controls_Manager::HEADING,
1685
  'separator' => 'before',
1686
  ] );
1687
- $this->add_control( 'close_button_hover_color', [
1688
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1689
- 'type' => Controls_Manager::COLOR,
1690
- 'selectors' => [
1691
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close:hover *' => 'color: {{VALUE}};',
1692
- ],
1693
- ] );
1694
- $this->add_control( 'close_button_hover_bg', [
1695
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1696
- 'type' => Controls_Manager::COLOR,
1697
- 'selectors' => [
1698
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'background-color: {{VALUE}};',
1699
- ],
1700
  ] );
1701
- $this->add_control( 'close_button_hover_border_color', [
1702
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1703
- 'type' => Controls_Manager::COLOR,
1704
  'condition' => [
1705
- 'close_button_border_border!' => '',
1706
- ],
1707
- 'selectors' => [
1708
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'border-color: {{VALUE}};',
1709
  ],
1710
  ] );
1711
- $this->end_controls_tab();
1712
- $this->end_controls_tabs();
1713
  $this->end_controls_section();
 
1714
  $this->start_controls_section( 'section_style_sliders', [
1715
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
1716
  'tab' => Controls_Manager::TAB_STYLE,
@@ -1786,19 +590,22 @@ class General extends Widget_Base
1786
  'show_title' => [ 'yes' ],
1787
  ],
1788
  ] );
1789
- $this->add_control( 'show_text_stroke', [
1790
- 'label' => esc_html__( 'Text Stroke', 'bdthemes-prime-slider' ) . BDTPS_NC,
1791
- 'type' => Controls_Manager::SWITCHER,
1792
- 'prefix_class' => 'bdt-text-stroke--',
1793
- 'condition' => [
1794
- 'show_title' => [ 'yes' ],
1795
- ],
1796
- ] );
 
 
 
1797
  $this->add_control( 'title_color', [
1798
  'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1799
  'type' => Controls_Manager::COLOR,
1800
  'selectors' => [
1801
- '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag' => 'color: {{VALUE}}; -webkit-text-stroke-color: {{VALUE}};',
1802
  ],
1803
  'condition' => [
1804
  'show_title' => [ 'yes' ],
@@ -1812,6 +619,18 @@ class General extends Widget_Base
1812
  'show_title' => [ 'yes' ],
1813
  ],
1814
  ] );
 
 
 
 
 
 
 
 
 
 
 
 
1815
  $this->add_responsive_control( 'prime_slider_title_spacing', [
1816
  'label' => esc_html__( 'Title Spacing', 'bdthemes-prime-slider' ),
1817
  'type' => Controls_Manager::SLIDER,
@@ -2672,488 +1491,79 @@ class General extends Widget_Base
2672
  'anim_duration' => ( $settings['anim_duration']['size'] ? $settings['anim_duration']['size'] : 0.1 ),
2673
  'anim_scale' => ( $settings['anim_scale']['size'] ? $settings['anim_scale']['size'] : 0 ),
2674
  'anim_rotation_y' => ( $settings['anim_rotationY']['size'] ? $settings['anim_rotationY']['size'] : 80 ),
2675
- 'anim_rotation_x' => ( $settings['anim_rotationX']['size'] ? $settings['anim_rotationX']['size'] : 180 ),
2676
- 'anim_transform_origin' => ( $settings['anim_transform_origin'] ? $settings['anim_transform_origin'] : '0% 50% -50' ),
2677
- ] ) ],
2678
- ],
2679
- ] );
2680
- } else {
2681
- $this->add_render_attribute( [
2682
- 'slideshow' => [
2683
- 'data-settings' => [ wp_json_encode( [
2684
- 'id' => '#bdt-' . $this->get_id(),
2685
- 'animation_status' => $animation_status,
2686
- ] ) ],
2687
- ],
2688
- ] );
2689
- }
2690
-
2691
- }
2692
-
2693
- public function render_header( $skin_name = 'general' )
2694
- {
2695
- $settings = $this->get_settings_for_display();
2696
- $this->header_sticky_render();
2697
- $this->add_render_attribute( 'header', 'class', 'bdt-prime-header-skin-' . $skin_name );
2698
- $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
2699
- $ratio = ( $settings['slider_size_ratio']['width'] && $settings['slider_size_ratio']['height'] ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
2700
- $this->add_render_attribute( [
2701
- 'slideshow' => [
2702
- 'bdt-slideshow' => [ wp_json_encode( [
2703
- "animation" => $settings["slider_animations"],
2704
- "ratio" => $ratio,
2705
- "min-height" => ( $settings["slider_min_height"]["size"] ? $settings["slider_min_height"]["size"] : 480 ),
2706
- "autoplay" => ( $settings["autoplay"] ? true : false ),
2707
- "autoplay-interval" => $settings["autoplay_interval"],
2708
- "pause-on-hover" => ( "yes" === $settings["pause_on_hover"] ? true : false ),
2709
- "velocity" => ( $settings["velocity"]["size"] ? $settings["velocity"]["size"] : 1 ),
2710
- "finite" => ( $settings["finite"] ? false : true ),
2711
- ] ) ],
2712
- ],
2713
- ] );
2714
- //function call
2715
- $this->adv_anim();
2716
- $this->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->get_id() );
2717
-
2718
- if ( 'yes' == $settings['hide_offcanvas_desktop'] ) {
2719
- $this->add_render_attribute( 'hide_offcanvas', 'class', 'bdt-hidden@m bdt-visible@m' );
2720
- } else {
2721
- $this->add_render_attribute( 'hide_offcanvas', 'class', 'bdt-visible@m' );
2722
- }
2723
-
2724
- ?>
2725
- <div class="bdt-prime-slider">
2726
- <?php
2727
-
2728
- if ( 'yes' == $settings['show_logo'] or 'yes' == $settings['show_menu'] or 'yes' == $settings['show_offcanvas'] ) {
2729
- ?>
2730
- <div class="bdt-header-wrapper bdt-position-top">
2731
- <header <?php
2732
- $this->print_render_attribute_string( 'header' );
2733
- ?>>
2734
- <div class="bdt-prime-slider-container">
2735
- <div class="bdt-header-inner bdt-flex bdt-flex-middle" bdt-grid>
2736
- <div class="bdt-width-auto">
2737
- <div class="bdt-prime-slider-logo bdt-flex bdt-flex-middle">
2738
-
2739
- <?php
2740
-
2741
- if ( 'yes' == $settings['show_offcanvas'] ) {
2742
- ?>
2743
- <?php
2744
-
2745
- if ( 'left' == $settings['offcanvas_button_align'] and 'general' == $skin_name ) {
2746
- ?>
2747
- <div <?php
2748
- $this->print_render_attribute_string( 'hide_offcanvas' );
2749
- ?>>
2750
- <?php
2751
- $this->render_offcanvas_button();
2752
- ?>
2753
- </div>
2754
- <?php
2755
- }
2756
-
2757
- ?>
2758
- <?php
2759
- }
2760
-
2761
- ?>
2762
-
2763
- <?php
2764
- $this->render_logo();
2765
- ?>
2766
-
2767
- </div>
2768
- </div>
2769
- <div class="bdt-width-expand">
2770
- <?php
2771
- $menu_align = ( ('crelly' == $skin_name or 'meteor' == $skin_name) ? 'bdt-navbar-left' : 'bdt-navbar-right' );
2772
- ?>
2773
- <?php
2774
- $this->render_menu( $skin_name, $menu_align );
2775
- ?>
2776
- </div>
2777
- </div>
2778
- </div>
2779
- </header>
2780
- </div>
2781
- <?php
2782
- }
2783
-
2784
- ?>
2785
-
2786
- <div <?php
2787
- $this->print_render_attribute_string( 'slider' );
2788
- ?>>
2789
-
2790
- <div class="bdt-position-relative bdt-visible-toggle" <?php
2791
- $this->print_render_attribute_string( 'slideshow' );
2792
- ?>>
2793
-
2794
- <ul class="bdt-slideshow-items">
2795
- <?php
2796
- }
2797
-
2798
- public function render_logo()
2799
- {
2800
- $settings = $this->get_settings_for_display();
2801
-
2802
- if ( 'image' == $settings['logo_type'] ) {
2803
- $image_html = '';
2804
- $image_html = Group_Control_Image_Size::get_attachment_image_src( $settings['logo_image']['id'], 'logo_image_s', $settings );
2805
- $placeholder_image_src = BDTPS_ASSETS_URL . 'images/brand-logo.svg';
2806
-
2807
- if ( !$image_html ) {
2808
- $image_html = '<img width="75" src="' . esc_url( $placeholder_image_src ) . '" alt="' . get_the_title() . '">';
2809
- } else {
2810
- $image_html = '<img width="75" src="' . esc_url( $image_html ) . '" alt="' . get_the_title() . '">';
2811
- }
2812
-
2813
- }
2814
-
2815
- $this->add_render_attribute( 'logo_link', 'class', 'bdt-logo-inner' );
2816
-
2817
- if ( 'yes' == $settings['show_logo_animation'] ) {
2818
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
2819
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'delay: 500;' );
2820
- }
2821
-
2822
-
2823
- if ( 'yes' == $settings['show_custom_logo_link'] and !empty($settings['logo_link']['url']) ) {
2824
- $this->add_render_attribute( 'logo_link', 'href', $settings['logo_link']['url'] );
2825
- if ( $settings['logo_link']['is_external'] ) {
2826
- $this->add_render_attribute( 'logo_link', 'target', '_blank' );
2827
- }
2828
- if ( $settings['logo_link']['nofollow'] ) {
2829
- $this->add_render_attribute( 'logo_link', 'rel', 'nofollow' );
2830
- }
2831
- } else {
2832
- $this->add_render_attribute( 'logo_link', 'href', get_bloginfo( 'url' ) );
2833
- }
2834
-
2835
- ?>
2836
-
2837
- <?php
2838
-
2839
- if ( $settings['show_logo'] ) {
2840
- ?>
2841
-
2842
- <a <?php
2843
- $this->print_render_attribute_string( 'logo_link' );
2844
- ?>>
2845
-
2846
- <?php
2847
-
2848
- if ( 'image' == $settings['logo_type'] ) {
2849
- ?>
2850
-
2851
- <?php
2852
- echo wp_kses_post( $image_html ) ;
2853
- ?>
2854
-
2855
- <?php
2856
- } else {
2857
- ?>
2858
-
2859
- <?php
2860
- echo wp_kses( $settings['logo_text'], prime_slider_allow_tags( 'logo' ) ) ;
2861
- ?>
2862
-
2863
- <?php
2864
- }
2865
-
2866
- ?>
2867
-
2868
- </a>
2869
-
2870
- <?php
2871
- }
2872
-
2873
- ?>
2874
- <?php
2875
- }
2876
-
2877
- public function render_menu( $skin_name = 'general', $menu_align = 'bdt-navbar-left' )
2878
- {
2879
- $settings = $this->get_settings_for_display();
2880
- ?>
2881
-
2882
- <div class="bdt-prime-slider-navbar bdt-grid-small" bdt-grid>
2883
- <div class="bdt-width-expand">
2884
-
2885
- <?php
2886
-
2887
- if ( 'yes' == $settings['dynamic_menu'] ) {
2888
- ?>
2889
- <?php
2890
- prime_slider_dynamic_menu( $this, $menu_align );
2891
- ?>
2892
- <?php
2893
- } else {
2894
- ?>
2895
- <?php
2896
- prime_slider_static_menu( $this, $menu_align );
2897
- ?>
2898
- <?php
2899
- }
2900
-
2901
- ?>
2902
-
2903
- </div>
2904
-
2905
- <?php
2906
- $show_offcanvas_right = '';
2907
- if ( 'left' == $settings['offcanvas_button_align'] and 'general' == $skin_name or 'slide' == $skin_name ) {
2908
- $show_offcanvas_right = ' bdt-hidden@m';
2909
- }
2910
- ?>
2911
- <?php
2912
-
2913
- if ( 'yes' == $settings['show_offcanvas'] ) {
2914
- ?>
2915
- <div class="bdt-width-auto<?php
2916
- echo esc_attr( $show_offcanvas_right ) ;
2917
- ?>">
2918
-
2919
- <?php
2920
- $this->render_offcanvas_button();
2921
- ?>
2922
-
2923
- </div>
2924
- <?php
2925
  }
2926
-
2927
- ?>
2928
-
2929
- </div>
2930
-
2931
- <?php
2932
  }
2933
 
2934
- public function render_offcanvas()
2935
  {
2936
  $settings = $this->get_settings_for_display();
2937
- $id = ( ('custom' == $settings['layout'] and !empty($settings['offcanvas_custom_id'])) ? $settings['offcanvas_custom_id'] : 'bdt-offcanvas-' . $this->get_id() );
2938
- $this->add_render_attribute( 'offcanvas', 'class', 'bdt-offcanvas' );
2939
- $this->add_render_attribute( 'offcanvas', 'id', $id );
2940
  $this->add_render_attribute( [
2941
- 'offcanvas' => [
2942
- 'data-settings' => [ wp_json_encode( array_filter( [
2943
- 'id' => $id,
2944
- 'layout' => $settings['layout'],
2945
- ] ) ) ],
 
 
 
 
 
 
2946
  ],
2947
  ] );
2948
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'mode: ' . $settings['offcanvas_animations'] . ';' );
2949
- if ( $settings['offcanvas_overlay'] ) {
2950
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'overlay: true;' );
2951
- }
2952
- if ( $settings['offcanvas_flip'] ) {
2953
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'flip: true;' );
2954
- }
2955
  ?>
2956
-
2957
- <div <?php
2958
- $this->print_render_attribute_string( 'offcanvas' );
2959
  ?>>
2960
- <div class="bdt-offcanvas-bar">
2961
-
2962
- <?php
2963
- if ( $settings['offcanvas_close_button'] ) {
2964
- ?>
2965
- <button class="bdt-offcanvas-close" type="button" bdt-close></button>
2966
- <?php
2967
- }
2968
- ?>
2969
-
2970
- <?php
2971
-
2972
- if ( $settings['custom_content_before_switcher'] or $settings['custom_content_after_switcher'] or !empty($settings['source']) ) {
2973
- ?>
2974
- <?php
2975
-
2976
- if ( $settings['custom_content_before_switcher'] === 'yes' and !empty($settings['custom_content_before']) ) {
2977
- ?>
2978
- <div class="bdt-offcanvas-custom-content-before widget">
2979
- <?php
2980
- echo wp_kses_post( $settings['custom_content_before'] ) ;
2981
- ?>
2982
- </div>
2983
- <?php
2984
- }
2985
-
2986
- ?>
2987
-
2988
- <?php
2989
-
2990
- if ( 'sidebar' == $settings['source'] and !empty($settings['sidebars']) ) {
2991
- dynamic_sidebar( $settings['sidebars'] );
2992
- } elseif ( 'elementor' == $settings['source'] and !empty($settings['template_id']) ) {
2993
- echo Prime_Slider_Loader::elementor()->frontend->get_builder_content_for_display( $settings['template_id'] ) ;
2994
- }
2995
-
2996
- ?>
2997
-
2998
- <?php
2999
-
3000
- if ( $settings['custom_content_after_switcher'] === 'yes' and !empty($settings['custom_content_after']) ) {
3001
- ?>
3002
- <div class="bdt-offcanvas-custom-content-after widget">
3003
- <?php
3004
- echo wp_kses_post( $settings['custom_content_after'] ) ;
3005
- ?>
3006
- </div>
3007
- <?php
3008
- }
3009
-
3010
- ?>
3011
- <?php
3012
- } else {
3013
- ?>
3014
- <div class="bdt-offcanvas-custom-content-after widget">
3015
- <div class="bdt-alert-warning" bdt-alert><?php
3016
- esc_html_e( 'Ops you don\'t select or enter any content! Add your offcanvas content from editor.', 'bdthemes-prime-slider' );
3017
- ?></div>
3018
- </div>
3019
- <?php
3020
- }
3021
-
3022
- ?>
3023
- </div>
3024
- </div>
3025
-
3026
  <?php
3027
  }
3028
 
3029
- public function render_offcanvas_button()
3030
  {
3031
- $settings = $this->get_settings_for_display();
3032
- $id = 'bdt-offcanvas-' . $this->get_id();
3033
- if ( 'default' !== $settings['layout'] ) {
3034
- return;
3035
- }
3036
- $this->add_render_attribute(
3037
- 'button',
3038
- 'class',
3039
- [ 'bdt-offcanvas-button', 'elementor-button' ],
3040
- true
3041
- );
3042
-
3043
- if ( 'yes' == $settings['show_offcanvas_animation'] ) {
3044
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
3045
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'delay: 500;' );
3046
- }
3047
-
3048
- if ( $settings['hover_animation'] ) {
3049
- $this->add_render_attribute( 'button', 'class', 'elementor-animation-' . $settings['hover_animation'] );
3050
- }
3051
- $this->add_render_attribute(
3052
- 'button',
3053
- 'bdt-toggle',
3054
- 'target: #' . esc_attr( $id ),
3055
- true
3056
- );
3057
- $this->add_render_attribute(
3058
- 'button',
3059
- 'href',
3060
- '#',
3061
- true
3062
- );
3063
- $this->add_render_attribute(
3064
- 'content-wrapper',
3065
- 'class',
3066
- 'elementor-button-content-wrapper',
3067
- true
3068
- );
3069
- $this->add_render_attribute(
3070
- 'icon-align',
3071
- 'class',
3072
- 'elementor-align-icon-' . $settings['offcanvas_button_icon_align'],
3073
- true
3074
- );
3075
- $this->add_render_attribute( 'icon-align', 'class', 'bdt-offcanvas-button-icon elementor-button-icon' );
3076
- $this->add_render_attribute(
3077
- 'text',
3078
- 'class',
3079
- 'elementor-button-text',
3080
- true
3081
- );
3082
  ?>
3083
 
3084
- <div class="bdt-offcanvas-button-wrapper">
3085
- <a <?php
3086
- $this->print_render_attribute_string( 'button' );
3087
- ?>>
3088
-
3089
- <span <?php
3090
- $this->print_render_attribute_string( 'content-wrapper' );
3091
- ?>>
3092
- <?php
3093
-
3094
- if ( !empty($settings['offcanvas_button_icon']['value']) ) {
3095
- ?>
3096
- <span <?php
3097
- $this->print_render_attribute_string( 'icon-align' );
3098
- ?>>
3099
-
3100
- <?php
3101
- Icons_Manager::render_icon( $settings['offcanvas_button_icon'], [
3102
- 'aria-hidden' => 'true',
3103
- 'class' => 'fa-fw',
3104
- ] );
3105
- ?>
3106
-
3107
- </span>
3108
- <?php
3109
- }
3110
-
3111
- ?>
3112
- <?php
3113
-
3114
- if ( !empty($settings['offcanvas_button_text']) ) {
3115
- ?>
3116
- <span <?php
3117
- $this->print_render_attribute_string( 'text' );
3118
- ?>><?php
3119
- echo wp_kses( $settings['offcanvas_button_text'], prime_slider_allow_tags( 'title' ) ) ;
3120
- ?></span>
3121
- <?php
3122
- }
3123
-
3124
  ?>
3125
- </span>
3126
-
3127
- </a>
3128
- </div>
3129
  <?php
3130
- }
3131
-
3132
- public function header_sticky_render()
3133
- {
3134
- $settings = $this->get_settings_for_display();
3135
-
3136
- if ( !empty($settings['header_sticky_on']) == 'yes' ) {
3137
- $sticky_option = [];
3138
- if ( !empty($settings['header_sticky_on_scroll_up']) ) {
3139
- $sticky_option['show-on-up'] = 'show-on-up: true';
3140
- }
3141
- if ( !empty($settings['header_sticky_offset']['size']) ) {
3142
- $sticky_option['offset'] = 'offset: ' . $settings['header_sticky_offset']['size'];
3143
- }
3144
- if ( !empty($settings['header_sticky_animation']) ) {
3145
- $sticky_option['animation'] = 'animation: bdt-animation-' . $settings['header_sticky_animation'] . '; top: 100';
3146
- }
3147
- if ( !empty($settings['header_sticky_bottom']) ) {
3148
- $sticky_option['bottom'] = 'bottom: ' . $settings['header_sticky_bottom'];
3149
- }
3150
- if ( !empty($settings['header_sticky_off_media']) ) {
3151
- $sticky_option['media'] = 'media: ' . $settings['header_sticky_off_media'];
3152
- }
3153
- $this->add_render_attribute( 'header', 'bdt-sticky', implode( ";", $sticky_option ) );
3154
- $this->add_render_attribute( 'header', 'class', 'bdt-sticky' );
3155
- }
3156
-
3157
  }
3158
 
3159
  public function render_social_link( $position = 'right', $label = false, $class = array() )
@@ -3166,45 +1576,45 @@ class General extends Widget_Base
3166
  $this->add_render_attribute( 'social-icon', 'class', $class );
3167
  ?>
3168
 
3169
- <div <?php
3170
  $this->print_render_attribute_string( 'social-icon' );
3171
  ?>>
3172
 
3173
- <?php
3174
 
3175
  if ( $label ) {
3176
  ?>
3177
- <h3><?php
3178
  esc_html_e( 'Share Us', 'bdthemes-prime-slider' );
3179
  ?></h3>
3180
- <?php
3181
  }
3182
 
3183
  ?>
3184
 
3185
- <?php
3186
  foreach ( $settings['social_link_list'] as $link ) {
3187
  $tooltip = ( 'yes' == $settings['social_icon_tooltip'] ? ' title="' . esc_attr( $link['social_link_title'] ) . '" bdt-tooltip="pos: ' . $position . '"' : '' );
3188
  ?>
3189
 
3190
- <a class="bdt-social-animate" href="<?php
3191
  echo esc_url( $link['social_link'] ) ;
3192
  ?>" target="_blank" <?php
3193
  echo wp_kses_post( $tooltip ) ;
3194
  ?>>
3195
- <?php
3196
  Icons_Manager::render_icon( $link['social_icon'], [
3197
  'aria-hidden' => 'true',
3198
  'class' => 'fa-fw',
3199
  ] );
3200
  ?>
3201
- </a>
3202
- <?php
3203
  }
3204
  ?>
3205
- </div>
3206
 
3207
- <?php
3208
  }
3209
 
3210
  public function render_scroll_button_text( $settings )
@@ -3213,42 +1623,42 @@ class General extends Widget_Base
3213
  $this->add_render_attribute( 'content-wrapper', 'class', 'bdt-scroll-down-content-wrapper' );
3214
  $this->add_render_attribute( 'text', 'class', 'bdt-scroll-down-text' );
3215
  ?>
3216
- <span bdt-scrollspy="cls: bdt-animation-slide-right; repeat: true" <?php
3217
  $this->print_render_attribute_string( 'content-wrapper' );
3218
  ?>>
3219
- <span class="bdt-scroll-icon">
3220
-
3221
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
3222
- <g>
3223
- <g>
3224
- <polygon points="31,0 31,60.586 23.707,53.293 22.293,54.854 31.293,64 32.707,64 41.707,54.854 40.293,53.366 33,60.586 33,0 " />
3225
- </g>
3226
- </g>
3227
- <g></g>
3228
- <g></g>
3229
- <g></g>
3230
- <g></g>
3231
- <g></g>
3232
- <g></g>
3233
- <g></g>
3234
- <g></g>
3235
- <g></g>
3236
- <g></g>
3237
- <g></g>
3238
- <g></g>
3239
- <g></g>
3240
- <g></g>
3241
- <g></g>
3242
- </svg>
3243
 
3244
- </span>
3245
- <span <?php
3246
  $this->print_render_attribute_string( 'text' );
3247
  ?>><?php
3248
  echo wp_kses( $settings['scroll_button_text'], prime_slider_allow_tags( 'title' ) ) ;
3249
  ?></span>
3250
- </span>
3251
- <?php
3252
  }
3253
 
3254
  public function render_scroll_button()
@@ -3269,19 +1679,19 @@ class General extends Widget_Base
3269
  $this->add_render_attribute( 'bdt-scroll-down', 'data-selector', '#' . esc_attr( $settings['section_id'] ) );
3270
  $this->add_render_attribute( 'bdt-scroll-wrapper', 'class', 'bdt-scroll-down-wrapper' );
3271
  ?>
3272
- <div <?php
3273
  $this->print_render_attribute_string( 'bdt-scroll-wrapper' );
3274
  ?>>
3275
- <button <?php
3276
  $this->print_render_attribute_string( 'bdt-scroll-down' );
3277
  ?>>
3278
- <?php
3279
  $this->render_scroll_button_text( $settings );
3280
  ?>
3281
- </button>
3282
- </div>
3283
 
3284
- <?php
3285
  }
3286
 
3287
  public function render_navigation_arrows()
@@ -3289,24 +1699,24 @@ class General extends Widget_Base
3289
  $settings = $this->get_settings_for_display();
3290
  ?>
3291
 
3292
- <?php
3293
 
3294
  if ( $settings['show_navigation_arrows'] ) {
3295
  ?>
3296
 
3297
- <div <?php
3298
  $this->print_render_attribute_string( 'navi_arrow_animate' );
3299
  ?>>
3300
- <a class="bdt-position-bottom-right bdt-prime-slider-previous" href="#" bdt-slidenav-previous bdt-slideshow-item="previous"></a>
3301
- <a class="bdt-position-bottom-right bdt-prime-slider-next" href="#" bdt-slidenav-next bdt-slideshow-item="next"></a>
3302
- </div>
3303
 
3304
- <?php
3305
  }
3306
 
3307
  ?>
3308
 
3309
- <?php
3310
  }
3311
 
3312
  public function render_navigation_dots()
@@ -3314,50 +1724,21 @@ class General extends Widget_Base
3314
  $settings = $this->get_settings_for_display();
3315
  ?>
3316
 
3317
- <?php
3318
 
3319
  if ( $settings['show_navigation_dots'] ) {
3320
  ?>
3321
- <div <?php
3322
  $this->print_render_attribute_string( 'navi_dots_animate' );
3323
  ?>>
3324
- <ul class="bdt-slideshow-nav bdt-dotnav bdt-margin-large bdt-position-bottom-left bdt-text-center"></ul>
3325
- </div>
3326
- <?php
3327
  }
3328
 
3329
  ?>
3330
 
3331
- <?php
3332
- }
3333
-
3334
- public function render_footer()
3335
- {
3336
- ?>
3337
-
3338
- </ul>
3339
-
3340
- <?php
3341
- $this->render_navigation_arrows();
3342
- ?>
3343
- <?php
3344
- $this->render_navigation_dots();
3345
- ?>
3346
- </div>
3347
-
3348
- <?php
3349
- $this->render_social_link();
3350
- ?>
3351
- <?php
3352
- $this->render_scroll_button();
3353
- ?>
3354
- </div>
3355
- </div>
3356
-
3357
  <?php
3358
- $this->render_offcanvas();
3359
- ?>
3360
- <?php
3361
  }
3362
 
3363
  public function rendar_item_image( $item, $alt = '' )
@@ -3386,12 +1767,12 @@ class General extends Widget_Base
3386
  {
3387
  $video_src = $link['video_link'];
3388
  ?>
3389
- <video autoplay loop muted playsinline bdt-cover>
3390
- <source src="<?php
3391
  echo $video_src ;
3392
  ?>" type="video/mp4">
3393
- </video>
3394
- <?php
3395
  }
3396
 
3397
  public function rendar_item_youtube( $link )
@@ -3400,10 +1781,10 @@ class General extends Widget_Base
3400
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\\.be/)([^"&?/ ]{11})%i', $link['youtube_link'], $match ) ? $match[1] : false );
3401
  $url = '//www.youtube.com/embed/' . $id . '?autoplay=1&amp;controls=0&amp;showinfo=0&amp;rel=0&amp;loop=1&amp;modestbranding=1&amp;wmode=transparent&amp;playsinline=1&playlist=' . $id;
3402
  ?>
3403
- <iframe src="<?php
3404
  echo esc_url( $url ) ;
3405
  ?>" allowfullscreen bdt-cover></iframe>
3406
- <?php
3407
  }
3408
 
3409
  public function render_button( $content )
@@ -3719,7 +2100,7 @@ class General extends Widget_Base
3719
  ?>
3720
  </li>
3721
 
3722
- <?php
3723
  }
3724
  }
3725
 
10
  use Elementor\Group_Control_Box_Shadow ;
11
  use Elementor\Group_Control_Image_Size ;
12
  use Elementor\Group_Control_Text_Shadow ;
13
+ use Elementor\Group_Control_Text_Stroke ;
14
  use PrimeSlider\Utils ;
15
  use Elementor\Repeater ;
16
  use Elementor\Icons_Manager ;
121
  $this->add_control( 'hr', [
122
  'type' => Controls_Manager::DIVIDER,
123
  ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  $this->add_control( 'show_sub_title', [
125
  'label' => esc_html__( 'Show Sub Title', 'bdthemes-prime-slider' ),
126
  'type' => Controls_Manager::SWITCHER,
186
  'default' => 'yes',
187
  ] );
188
  $this->end_controls_section();
189
+ $this->start_controls_section( 'section_content_sliders', [
190
+ 'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  ] );
192
+ $repeater = new Repeater();
193
+ $repeater->add_control( 'sub_title', [
194
+ 'label' => esc_html__( 'Sub Title', 'bdthemes-prime-slider' ),
195
+ 'type' => Controls_Manager::TEXT,
196
+ 'default' => esc_html__( 'Sub title goes here', 'bdthemes-prime-slider' ),
197
+ 'label_block' => true,
198
+ 'dynamic' => [
199
+ 'active' => true,
200
  ],
201
  ] );
202
+ $repeater->add_control( 'title', [
203
+ 'label' => esc_html__( 'Title', 'bdthemes-prime-slider' ),
204
+ 'type' => Controls_Manager::TEXT,
205
+ 'label_block' => true,
206
+ 'dynamic' => [
207
+ 'active' => true,
 
208
  ],
209
+ ] );
210
+ $repeater->add_control( 'title_link', [
211
+ 'label' => esc_html__( 'Title Link', 'bdthemes-prime-slider' ),
212
+ 'type' => Controls_Manager::URL,
213
+ 'default' => [
214
+ 'url' => '',
215
  ],
216
+ 'show_external' => false,
217
+ 'dynamic' => [
218
+ 'active' => true,
219
  ],
220
+ 'condition' => [
221
+ 'title!' => '',
 
222
  ],
223
  ] );
224
+ $repeater->add_control( 'slide_button_text', [
225
+ 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
226
  'type' => Controls_Manager::TEXT,
227
+ 'default' => esc_html__( 'Details', 'bdthemes-prime-slider' ),
228
+ 'label_block' => true,
229
  'dynamic' => [
230
  'active' => true,
 
 
 
 
 
 
231
  ],
232
  ] );
233
+ $repeater->add_control( 'button_link', [
234
+ 'label' => esc_html__( 'Button Link', 'bdthemes-prime-slider' ),
235
+ 'type' => Controls_Manager::URL,
236
  'dynamic' => [
237
  'active' => true,
 
 
 
238
  ],
239
  'condition' => [
240
+ 'slide_button_text!' => '',
 
241
  ],
242
  ] );
243
+ $repeater->add_control( 'excerpt', [
244
+ 'label' => esc_html__( 'Excerpt', 'bdthemes-prime-slider' ),
245
+ 'type' => Controls_Manager::WYSIWYG,
246
+ 'default' => esc_html__( 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem, totam rem aperiam, eaque ipsa quae ab illo inventore et quasi architecto beatae vitae dicta sunt explicabo.', 'bdthemes-prime-slider' ),
247
+ 'label_block' => true,
248
+ 'dynamic' => [
249
+ 'active' => true,
 
250
  ],
251
  ] );
252
+ $repeater->add_control( 'background', [
253
+ 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
254
+ 'type' => Controls_Manager::CHOOSE,
255
+ 'default' => 'color',
256
+ 'toggle' => false,
257
+ 'options' => [
258
+ 'color' => [
259
+ 'title' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
260
+ 'icon' => 'eicon-paint-brush',
261
+ ],
262
+ 'image' => [
263
+ 'title' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
264
+ 'icon' => 'eicon-image',
265
  ],
266
+ 'video' => [
267
+ 'title' => esc_html__( 'Video', 'bdthemes-prime-slider' ),
268
+ 'icon' => 'eicon-play',
269
  ],
270
+ 'youtube' => [
271
+ 'title' => esc_html__( 'Youtube', 'bdthemes-prime-slider' ),
272
+ 'icon' => 'eicon-youtube',
273
  ],
 
 
 
274
  ],
275
  ] );
276
+ $repeater->add_control( 'color', [
277
+ 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
278
+ 'type' => Controls_Manager::COLOR,
279
+ 'default' => '#193d4c',
280
  'condition' => [
281
+ 'background' => 'color',
282
+ ],
283
+ 'selectors' => [
284
+ '{{WRAPPER}} {{CURRENT_ITEM}}' => 'background-color: {{VALUE}}',
285
  ],
286
  ] );
287
+ $repeater->add_control( 'image', [
288
+ 'label' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
289
+ 'type' => Controls_Manager::MEDIA,
290
+ 'default' => [
291
+ 'url' => Utils::get_placeholder_image_src(),
292
+ ],
293
+ 'condition' => [
294
+ 'background' => 'image',
295
+ ],
296
  'dynamic' => [
297
  'active' => true,
298
  ],
299
+ ] );
300
+ $repeater->add_control( 'video_link', [
301
+ 'label' => esc_html__( 'Video Link', 'bdthemes-prime-slider' ),
302
+ 'type' => Controls_Manager::TEXT,
303
  'condition' => [
304
+ 'background' => 'video',
305
+ ],
306
+ 'default' => '//clips.vorwaerts-gmbh.de/big_buck_bunny.mp4',
307
+ 'dynamic' => [
308
+ 'active' => true,
309
  ],
310
  ] );
311
+ $repeater->add_control( 'youtube_link', [
312
+ 'label' => esc_html__( 'Youtube Link', 'bdthemes-prime-slider' ),
313
+ 'type' => Controls_Manager::TEXT,
314
  'condition' => [
315
+ 'background' => 'youtube',
316
+ ],
317
+ 'default' => 'https://youtu.be/YE7VzlLtp-4',
318
+ 'dynamic' => [
319
+ 'active' => true,
320
  ],
321
  ] );
322
+ $this->add_control( 'slides', [
323
+ 'label' => esc_html__( 'Slider Items', 'bdthemes-prime-slider' ),
324
+ 'type' => Controls_Manager::REPEATER,
325
+ 'fields' => $repeater->get_controls(),
326
+ 'default' => [ [
327
+ 'title' => esc_html__( 'Slide Item 1', 'bdthemes-prime-slider' ),
328
+ ], [
329
+ 'title' => esc_html__( 'Slide Item 2', 'bdthemes-prime-slider' ),
330
+ ], [
331
+ 'title' => esc_html__( 'Slide Item 3', 'bdthemes-prime-slider' ),
332
+ ] ],
333
+ 'title_field' => '{{{ title }}}',
334
  ] );
335
+ $this->add_group_control( Group_Control_Image_Size::get_type(), [
336
+ 'name' => 'thumbnail_size',
337
+ 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ) . BDTPS_NC,
338
+ 'exclude' => [ 'custom' ],
339
+ 'default' => 'full',
340
+ 'prefix_class' => 'bdt-prime-slider-thumbnail-size-',
341
+ 'separator' => 'before',
342
+ ] );
343
+ //Global background settings Controls
344
+ $this->register_background_settings( '.bdt-prime-slider .bdt-slideshow-item .bdt-ps-slide-img' );
345
+ $this->end_controls_section();
346
+ $this->start_controls_section( 'section_content_social_link', [
347
+ 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
348
  'condition' => [
349
+ 'show_social_icon' => 'yes',
350
+ '_skin!' => [ 'slide' ],
351
  ],
352
  ] );
353
+ $repeater = new Repeater();
354
+ $repeater->add_control( 'social_link_title', [
355
+ 'label' => __( 'Title', 'bdthemes-prime-slider' ),
356
+ 'type' => Controls_Manager::TEXT,
357
+ 'default' => 'Facebook',
358
+ ] );
359
+ $repeater->add_control( 'social_link', [
360
+ 'label' => __( 'Link', 'bdthemes-prime-slider' ),
361
+ 'type' => Controls_Manager::TEXT,
362
+ 'default' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
363
+ ] );
364
+ $repeater->add_control( 'social_icon', [
365
+ 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
366
+ 'type' => Controls_Manager::ICONS,
367
+ 'default' => [
368
+ 'value' => 'fab fa-facebook-f',
369
+ 'library' => 'fa-brands',
370
  ],
371
+ ] );
372
+ $this->add_control( 'social_link_list', [
373
+ 'type' => Controls_Manager::REPEATER,
374
+ 'fields' => $repeater->get_controls(),
375
+ 'default' => [ [
376
+ 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
377
+ 'social_icon' => [
378
+ 'value' => 'fab fa-facebook-f',
379
+ 'library' => 'fa-brands',
380
  ],
381
+ 'social_link_title' => 'Facebook',
382
+ ], [
383
+ 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
384
+ 'social_icon' => [
385
+ 'value' => 'fab fa-twitter',
386
+ 'library' => 'fa-brands',
387
  ],
388
+ 'social_link_title' => 'Twitter',
389
+ ], [
390
+ 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
391
+ 'social_icon' => [
392
+ 'value' => 'fab fa-instagram',
393
+ 'library' => 'fa-brands',
394
  ],
395
+ 'social_link_title' => 'Instagram',
396
+ ] ],
397
+ 'title_field' => '{{{ social_link_title }}}',
398
+ ] );
399
+ $this->end_controls_section();
400
+ $this->start_controls_section( 'section_content_scroll_button', [
401
+ 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
402
  'condition' => [
403
+ 'show_scroll_button' => [ 'yes' ],
404
+ '_skin!' => [ 'slide', 'crelly' ],
405
  ],
406
  ] );
407
+ $this->add_control( 'duration', [
408
+ 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
409
+ 'type' => Controls_Manager::SLIDER,
410
+ 'size_units' => [ 'px' ],
411
+ 'range' => [
412
+ 'px' => [
413
+ 'min' => 100,
414
+ 'max' => 5000,
415
+ 'step' => 50,
 
 
 
 
 
 
 
416
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
  ],
418
  ] );
419
+ $this->add_control( 'offset', [
420
+ 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
421
+ 'type' => Controls_Manager::SLIDER,
422
+ 'range' => [
423
  'px' => [
424
+ 'min' => -200,
425
+ 'max' => 200,
426
+ 'step' => 10,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  ],
 
 
 
 
 
 
 
428
  ],
429
  ] );
430
+ $this->add_control( 'scroll_button_text', [
431
  'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
432
  'type' => Controls_Manager::TEXT,
433
  'dynamic' => [
434
  'active' => true,
435
  ],
436
+ 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
437
+ 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  ] );
439
+ $this->add_control( 'section_id', [
440
+ 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
 
441
  'type' => Controls_Manager::TEXT,
442
+ 'default' => 'my-header',
443
+ 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  ] );
445
+ $this->end_controls_section();
446
+ $this->start_controls_section( 'section_style_animation', [
447
+ 'label' => esc_html__( 'Slider Settings', 'bdthemes-prime-slider' ),
448
  ] );
449
+ $this->add_control( 'finite', [
450
+ 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
451
  'type' => Controls_Manager::SWITCHER,
452
  'default' => 'yes',
453
  ] );
454
+ $this->add_control( 'autoplay', [
455
+ 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
456
+ 'type' => Controls_Manager::SWITCHER,
457
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  ] );
459
+ $this->add_control( 'autoplay_interval', [
460
+ 'label' => esc_html__( 'Autoplay Interval (ms)', 'bdthemes-prime-slider' ),
461
+ 'type' => Controls_Manager::NUMBER,
462
+ 'default' => 7000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  'condition' => [
464
+ 'autoplay' => 'yes',
465
  ],
466
  ] );
467
+ $this->add_control( 'pause_on_hover', [
468
+ 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
469
+ 'type' => Controls_Manager::SWITCHER,
 
470
  ] );
471
+ $this->add_control( 'velocity', [
472
+ 'label' => __( 'Animation Speed', 'bdthemes-element-pack' ),
473
+ 'type' => Controls_Manager::SLIDER,
474
+ 'range' => [
475
+ 'px' => [
476
+ 'min' => 0.1,
477
+ 'max' => 1,
478
+ 'step' => 0.1,
479
  ],
 
 
 
 
 
 
480
  ],
481
  ] );
482
+ $this->add_control( 'slider_animations', [
483
+ 'label' => esc_html__( 'Slider Animations', 'bdthemes-prime-slider' ),
484
+ 'type' => Controls_Manager::SELECT,
485
+ 'separator' => 'before',
486
+ 'default' => 'fade',
487
+ 'options' => [
488
+ 'slide' => esc_html__( 'Slide', 'bdthemes-prime-slider' ),
489
+ 'fade' => esc_html__( 'Fade', 'bdthemes-prime-slider' ),
490
+ 'scale' => esc_html__( 'Scale', 'bdthemes-prime-slider' ),
491
+ 'push' => esc_html__( 'Push', 'bdthemes-prime-slider' ),
492
+ 'pull' => esc_html__( 'Pull', 'bdthemes-prime-slider' ),
 
 
493
  ],
494
+ 'condition' => [
495
+ '_skin!' => 'slide',
 
 
 
 
 
496
  ],
497
  ] );
498
+ $this->add_control( 'animation_parallax', [
499
+ 'label' => esc_html__( 'Parallax Animation', 'bdthemes-element-pack' ) . BDTPS_NC,
500
+ 'type' => Controls_Manager::SWITCHER,
501
+ 'default' => 'yes',
 
 
 
502
  'separator' => 'before',
503
  ] );
504
+ $this->add_control( 'kenburns_animation', [
505
+ 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
506
+ 'type' => Controls_Manager::SWITCHER,
507
+ 'separator' => 'before',
 
 
 
 
 
 
 
 
 
508
  ] );
509
+ $this->add_control( 'kenburns_reverse', [
510
+ 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
511
+ 'type' => Controls_Manager::SWITCHER,
512
  'condition' => [
513
+ 'kenburns_animation' => 'yes',
 
 
 
514
  ],
515
  ] );
 
 
516
  $this->end_controls_section();
517
+ //Style
518
  $this->start_controls_section( 'section_style_sliders', [
519
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
520
  'tab' => Controls_Manager::TAB_STYLE,
590
  'show_title' => [ 'yes' ],
591
  ],
592
  ] );
593
+ // $this->add_control(
594
+ // 'show_text_stroke',
595
+ // [
596
+ // 'label' => esc_html__('Text Stroke', 'bdthemes-prime-slider') . BDTPS_NC,
597
+ // 'type' => Controls_Manager::SWITCHER,
598
+ // 'prefix_class' => 'bdt-text-stroke--',
599
+ // 'condition' => [
600
+ // 'show_title' => ['yes'],
601
+ // ],
602
+ // ]
603
+ // );
604
  $this->add_control( 'title_color', [
605
  'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
606
  'type' => Controls_Manager::COLOR,
607
  'selectors' => [
608
+ '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag' => 'color: {{VALUE}};',
609
  ],
610
  'condition' => [
611
  'show_title' => [ 'yes' ],
619
  'show_title' => [ 'yes' ],
620
  ],
621
  ] );
622
+ $this->add_group_control( Group_Control_Text_Stroke::get_type(), [
623
+ 'name' => 'title_text_stroke',
624
+ 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag',
625
+ 'fields_options' => [
626
+ 'text_stroke_type' => [
627
+ 'label' => esc_html__( 'Text Stroke', 'bdthemes-prime-slider' ) . BDTPS_NC,
628
+ ],
629
+ ],
630
+ 'condition' => [
631
+ 'show_title' => [ 'yes' ],
632
+ ],
633
+ ] );
634
  $this->add_responsive_control( 'prime_slider_title_spacing', [
635
  'label' => esc_html__( 'Title Spacing', 'bdthemes-prime-slider' ),
636
  'type' => Controls_Manager::SLIDER,
1491
  'anim_duration' => ( $settings['anim_duration']['size'] ? $settings['anim_duration']['size'] : 0.1 ),
1492
  'anim_scale' => ( $settings['anim_scale']['size'] ? $settings['anim_scale']['size'] : 0 ),
1493
  'anim_rotation_y' => ( $settings['anim_rotationY']['size'] ? $settings['anim_rotationY']['size'] : 80 ),
1494
+ 'anim_rotation_x' => ( $settings['anim_rotationX']['size'] ? $settings['anim_rotationX']['size'] : 180 ),
1495
+ 'anim_transform_origin' => ( $settings['anim_transform_origin'] ? $settings['anim_transform_origin'] : '0% 50% -50' ),
1496
+ ] ) ],
1497
+ ],
1498
+ ] );
1499
+ } else {
1500
+ $this->add_render_attribute( [
1501
+ 'slideshow' => [
1502
+ 'data-settings' => [ wp_json_encode( [
1503
+ 'id' => '#bdt-' . $this->get_id(),
1504
+ 'animation_status' => $animation_status,
1505
+ ] ) ],
1506
+ ],
1507
+ ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1508
  }
1509
+
 
 
 
 
 
1510
  }
1511
 
1512
+ public function render_header( $skin_name = 'general' )
1513
  {
1514
  $settings = $this->get_settings_for_display();
1515
+ $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
1516
+ $ratio = ( $settings['slider_size_ratio']['width'] && $settings['slider_size_ratio']['height'] ? $settings['slider_size_ratio']['width'] . ":" . $settings['slider_size_ratio']['height'] : '16:9' );
 
1517
  $this->add_render_attribute( [
1518
+ 'slideshow' => [
1519
+ 'bdt-slideshow' => [ wp_json_encode( [
1520
+ "animation" => $settings["slider_animations"],
1521
+ "ratio" => $ratio,
1522
+ "min-height" => ( $settings["slider_min_height"]["size"] ? $settings["slider_min_height"]["size"] : 480 ),
1523
+ "autoplay" => ( $settings["autoplay"] ? true : false ),
1524
+ "autoplay-interval" => $settings["autoplay_interval"],
1525
+ "pause-on-hover" => ( "yes" === $settings["pause_on_hover"] ? true : false ),
1526
+ "velocity" => ( $settings["velocity"]["size"] ? $settings["velocity"]["size"] : 1 ),
1527
+ "finite" => ( $settings["finite"] ? false : true ),
1528
+ ] ) ],
1529
  ],
1530
  ] );
1531
+ //function call
1532
+ $this->adv_anim();
1533
+ $this->add_render_attribute( 'slideshow', 'id', 'bdt-' . $this->get_id() );
 
 
 
 
1534
  ?>
1535
+ <div class="bdt-prime-slider">
1536
+ <div <?php
1537
+ $this->print_render_attribute_string( 'slider' );
1538
  ?>>
1539
+ <div class="bdt-position-relative bdt-visible-toggle" <?php
1540
+ $this->print_render_attribute_string( 'slideshow' );
1541
+ ?>>
1542
+ <ul class="bdt-slideshow-items">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1543
  <?php
1544
  }
1545
 
1546
+ public function render_footer()
1547
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1548
  ?>
1549
 
1550
+ </ul>
1551
+ <?php
1552
+ $this->render_navigation_arrows();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1553
  ?>
 
 
 
 
1554
  <?php
1555
+ $this->render_navigation_dots();
1556
+ ?>
1557
+ </div>
1558
+ <?php
1559
+ $this->render_social_link();
1560
+ ?>
1561
+ <?php
1562
+ $this->render_scroll_button();
1563
+ ?>
1564
+ </div>
1565
+ </div>
1566
+ <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1567
  }
1568
 
1569
  public function render_social_link( $position = 'right', $label = false, $class = array() )
1576
  $this->add_render_attribute( 'social-icon', 'class', $class );
1577
  ?>
1578
 
1579
+ <div <?php
1580
  $this->print_render_attribute_string( 'social-icon' );
1581
  ?>>
1582
 
1583
+ <?php
1584
 
1585
  if ( $label ) {
1586
  ?>
1587
+ <h3><?php
1588
  esc_html_e( 'Share Us', 'bdthemes-prime-slider' );
1589
  ?></h3>
1590
+ <?php
1591
  }
1592
 
1593
  ?>
1594
 
1595
+ <?php
1596
  foreach ( $settings['social_link_list'] as $link ) {
1597
  $tooltip = ( 'yes' == $settings['social_icon_tooltip'] ? ' title="' . esc_attr( $link['social_link_title'] ) . '" bdt-tooltip="pos: ' . $position . '"' : '' );
1598
  ?>
1599
 
1600
+ <a class="bdt-social-animate" href="<?php
1601
  echo esc_url( $link['social_link'] ) ;
1602
  ?>" target="_blank" <?php
1603
  echo wp_kses_post( $tooltip ) ;
1604
  ?>>
1605
+ <?php
1606
  Icons_Manager::render_icon( $link['social_icon'], [
1607
  'aria-hidden' => 'true',
1608
  'class' => 'fa-fw',
1609
  ] );
1610
  ?>
1611
+ </a>
1612
+ <?php
1613
  }
1614
  ?>
1615
+ </div>
1616
 
1617
+ <?php
1618
  }
1619
 
1620
  public function render_scroll_button_text( $settings )
1623
  $this->add_render_attribute( 'content-wrapper', 'class', 'bdt-scroll-down-content-wrapper' );
1624
  $this->add_render_attribute( 'text', 'class', 'bdt-scroll-down-text' );
1625
  ?>
1626
+ <span bdt-scrollspy="cls: bdt-animation-slide-right; repeat: true" <?php
1627
  $this->print_render_attribute_string( 'content-wrapper' );
1628
  ?>>
1629
+ <span class="bdt-scroll-icon">
1630
+
1631
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
1632
+ <g>
1633
+ <g>
1634
+ <polygon points="31,0 31,60.586 23.707,53.293 22.293,54.854 31.293,64 32.707,64 41.707,54.854 40.293,53.366 33,60.586 33,0 " />
1635
+ </g>
1636
+ </g>
1637
+ <g></g>
1638
+ <g></g>
1639
+ <g></g>
1640
+ <g></g>
1641
+ <g></g>
1642
+ <g></g>
1643
+ <g></g>
1644
+ <g></g>
1645
+ <g></g>
1646
+ <g></g>
1647
+ <g></g>
1648
+ <g></g>
1649
+ <g></g>
1650
+ <g></g>
1651
+ <g></g>
1652
+ </svg>
1653
 
1654
+ </span>
1655
+ <span <?php
1656
  $this->print_render_attribute_string( 'text' );
1657
  ?>><?php
1658
  echo wp_kses( $settings['scroll_button_text'], prime_slider_allow_tags( 'title' ) ) ;
1659
  ?></span>
1660
+ </span>
1661
+ <?php
1662
  }
1663
 
1664
  public function render_scroll_button()
1679
  $this->add_render_attribute( 'bdt-scroll-down', 'data-selector', '#' . esc_attr( $settings['section_id'] ) );
1680
  $this->add_render_attribute( 'bdt-scroll-wrapper', 'class', 'bdt-scroll-down-wrapper' );
1681
  ?>
1682
+ <div <?php
1683
  $this->print_render_attribute_string( 'bdt-scroll-wrapper' );
1684
  ?>>
1685
+ <button <?php
1686
  $this->print_render_attribute_string( 'bdt-scroll-down' );
1687
  ?>>
1688
+ <?php
1689
  $this->render_scroll_button_text( $settings );
1690
  ?>
1691
+ </button>
1692
+ </div>
1693
 
1694
+ <?php
1695
  }
1696
 
1697
  public function render_navigation_arrows()
1699
  $settings = $this->get_settings_for_display();
1700
  ?>
1701
 
1702
+ <?php
1703
 
1704
  if ( $settings['show_navigation_arrows'] ) {
1705
  ?>
1706
 
1707
+ <div <?php
1708
  $this->print_render_attribute_string( 'navi_arrow_animate' );
1709
  ?>>
1710
+ <a class="bdt-position-bottom-right bdt-prime-slider-previous" href="#" bdt-slidenav-previous bdt-slideshow-item="previous"></a>
1711
+ <a class="bdt-position-bottom-right bdt-prime-slider-next" href="#" bdt-slidenav-next bdt-slideshow-item="next"></a>
1712
+ </div>
1713
 
1714
+ <?php
1715
  }
1716
 
1717
  ?>
1718
 
1719
+ <?php
1720
  }
1721
 
1722
  public function render_navigation_dots()
1724
  $settings = $this->get_settings_for_display();
1725
  ?>
1726
 
1727
+ <?php
1728
 
1729
  if ( $settings['show_navigation_dots'] ) {
1730
  ?>
1731
+ <div <?php
1732
  $this->print_render_attribute_string( 'navi_dots_animate' );
1733
  ?>>
1734
+ <ul class="bdt-slideshow-nav bdt-dotnav bdt-margin-large bdt-position-bottom-left bdt-text-center"></ul>
1735
+ </div>
1736
+ <?php
1737
  }
1738
 
1739
  ?>
1740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1741
  <?php
 
 
 
1742
  }
1743
 
1744
  public function rendar_item_image( $item, $alt = '' )
1767
  {
1768
  $video_src = $link['video_link'];
1769
  ?>
1770
+ <video autoplay loop muted playsinline bdt-cover>
1771
+ <source src="<?php
1772
  echo $video_src ;
1773
  ?>" type="video/mp4">
1774
+ </video>
1775
+ <?php
1776
  }
1777
 
1778
  public function rendar_item_youtube( $link )
1781
  $id = ( preg_match( '%(?:youtube(?:-nocookie)?\\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\\.be/)([^"&?/ ]{11})%i', $link['youtube_link'], $match ) ? $match[1] : false );
1782
  $url = '//www.youtube.com/embed/' . $id . '?autoplay=1&amp;controls=0&amp;showinfo=0&amp;rel=0&amp;loop=1&amp;modestbranding=1&amp;wmode=transparent&amp;playsinline=1&playlist=' . $id;
1783
  ?>
1784
+ <iframe src="<?php
1785
  echo esc_url( $url ) ;
1786
  ?>" allowfullscreen bdt-cover></iframe>
1787
+ <?php
1788
  }
1789
 
1790
  public function render_button( $content )
2100
  ?>
2101
  </li>
2102
 
2103
+ <?php
2104
  }
2105
  }
2106
 
modules/isolate/skins/skin-locate.php CHANGED
@@ -190,9 +190,6 @@ class Skin_Locate extends Elementor_Skin_Base
190
  ?>
191
  </div>
192
  <?php
193
- $this->parent->render_offcanvas();
194
- ?>
195
- <?php
196
  }
197
 
198
  public function render_item_content( $slide_content )
190
  ?>
191
  </div>
192
  <?php
 
 
 
193
  }
194
 
195
  public function render_item_content( $slide_content )
modules/isolate/skins/skin-slice.php CHANGED
@@ -229,9 +229,6 @@ class Skin_Slice extends Elementor_Skin_Base
229
  ?>
230
  </div>
231
  <?php
232
- $this->parent->render_offcanvas();
233
- ?>
234
- <?php
235
  }
236
 
237
  public function render_social_link( $position = 'left', $class = array() )
229
  ?>
230
  </div>
231
  <?php
 
 
 
232
  }
233
 
234
  public function render_social_link( $position = 'left', $class = array() )
modules/isolate/widgets/isolate.php CHANGED
@@ -9,6 +9,8 @@ use Elementor\Group_Control_Border ;
9
  use Elementor\Group_Control_Background ;
10
  use Elementor\Group_Control_Box_Shadow ;
11
  use Elementor\Group_Control_Image_Size ;
 
 
12
  use PrimeSlider\Utils ;
13
  use Elementor\Repeater ;
14
  use Elementor\Icons_Manager ;
@@ -92,21 +94,6 @@ class Isolate extends Widget_Base
92
  ],
93
  ],
94
  ] );
95
- $this->add_control( 'show_logo', [
96
- 'label' => esc_html__( 'Show Logo (Deprecated)', 'bdthemes-prime-slider' ),
97
- 'type' => Controls_Manager::SWITCHER,
98
- 'default' => 'yes',
99
- ] );
100
- $this->add_control( 'show_menu', [
101
- 'label' => esc_html__( 'Show Menu (Deprecated)', 'bdthemes-prime-slider' ),
102
- 'type' => Controls_Manager::SWITCHER,
103
- 'default' => 'yes',
104
- ] );
105
- $this->add_control( 'show_offcanvas', [
106
- 'label' => esc_html__( 'Show Offcanvas (Deprecated)', 'bdthemes-prime-slider' ),
107
- 'type' => Controls_Manager::SWITCHER,
108
- 'default' => 'yes',
109
- ] );
110
  $this->add_control( 'show_title', [
111
  'label' => esc_html__( 'Show Title', 'bdthemes-prime-slider' ),
112
  'type' => Controls_Manager::SWITCHER,
@@ -231,1471 +218,349 @@ class Isolate extends Widget_Base
231
  ],
232
  ] );
233
  $this->end_controls_section();
234
- $this->start_controls_section( 'section_content_header', [
235
- 'label' => esc_html__( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
236
- 'conditions' => [
237
- 'relation' => 'or',
238
- 'terms' => [ [
239
- 'name' => 'show_logo',
240
- 'operator' => '==',
241
- 'value' => 'yes',
242
- ], [
243
- 'name' => 'show_menu',
244
- 'operator' => '==',
245
- 'value' => 'yes',
246
- ], [
247
- 'name' => 'show_offcanvas',
248
- 'operator' => '==',
249
- 'value' => 'yes',
250
- ] ],
251
- ],
252
- ] );
253
- $this->start_controls_tabs( 'tabs_header_layout' );
254
- $this->start_controls_tab( 'tab_logo_layout', [
255
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
256
- 'condition' => [
257
- 'show_logo' => 'yes',
258
- ],
259
- ] );
260
- $this->add_control( 'logo_type', [
261
- 'label' => esc_html__( 'Select Logo Type', 'bdthemes-prime-slider' ),
262
- 'type' => Controls_Manager::CHOOSE,
263
- 'options' => [
264
- 'text' => [
265
- 'title' => esc_html__( 'Text', 'bdthemes-prime-slider' ),
266
- 'icon' => 'eicon-logo',
267
- ],
268
- 'image' => [
269
- 'title' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
270
- 'icon' => 'eicon-image',
271
- ],
272
- ],
273
- 'default' => 'text',
274
- 'condition' => [
275
- 'show_logo' => 'yes',
276
- ],
277
  ] );
278
- $this->add_control( 'logo_text', [
279
- 'label' => __( 'Logo Text', 'bdthemes-prime-slider' ),
 
280
  'type' => Controls_Manager::TEXT,
 
281
  'dynamic' => [
282
  'active' => true,
283
- ],
284
- 'default' => __( 'Brand', 'bdthemes-prime-slider' ),
285
- 'placeholder' => __( 'Your Brand Name', 'bdthemes-prime-slider' ),
286
- 'condition' => [
287
- 'show_logo!' => '',
288
- 'logo_type' => 'text',
289
  ],
290
  ] );
291
- $this->add_control( 'logo_image', [
292
- 'label' => __( 'Choose Image', 'bdthemes-prime-slider' ),
293
- 'type' => Controls_Manager::MEDIA,
294
- 'dynamic' => [
 
295
  'active' => true,
296
- ],
297
- 'default' => [
298
- 'url' => BDTPS_ASSETS_URL . 'images/brand-logo.svg',
299
- ],
300
- 'condition' => [
301
- 'show_logo!' => '',
302
- 'logo_type' => 'image',
303
- ],
304
- ] );
305
- $this->add_group_control( Group_Control_Image_Size::get_type(), [
306
- 'name' => 'logo_image_s',
307
- 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ),
308
- 'exclude' => [ 'custom' ],
309
- 'default' => 'medium',
310
- 'condition' => [
311
- 'show_logo' => 'yes',
312
- 'logo_type' => 'image',
313
  ],
314
  ] );
315
- $this->add_responsive_control( 'logo_image_width', [
316
- 'label' => __( 'Logo Image Width', 'bdthemes-prime-slider' ),
317
- 'type' => Controls_Manager::SLIDER,
318
- 'default' => [
319
- 'unit' => '%',
320
- ],
321
- 'size_units' => [ '%' ],
322
- 'range' => [
323
- '%' => [
324
- 'min' => 5,
325
- 'max' => 100,
326
- ],
327
  ],
328
- 'selectors' => [
329
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner' => 'width: {{SIZE}}{{UNIT}};',
 
330
  ],
331
- 'condition' => [
332
- 'show_logo' => 'yes',
333
- 'logo_type' => 'image',
334
  ],
335
  ] );
336
- $this->add_control( 'show_custom_logo_link', [
337
- 'label' => esc_html__( 'Show Custom Link', 'bdthemes-prime-slider' ),
338
- 'type' => Controls_Manager::SWITCHER,
339
- 'default' => '',
340
- 'condition' => [
341
- 'show_logo' => 'yes',
 
342
  ],
343
  ] );
344
- $this->add_control( 'logo_link', [
345
- 'label' => __( 'URL', 'bdthemes-prime-slider' ),
346
  'type' => Controls_Manager::URL,
347
- 'dynamic' => [
348
- 'active' => true,
349
- ],
350
  'default' => [
351
  'url' => '',
352
  ],
353
- 'condition' => [
354
- 'show_logo!' => '',
355
- 'show_custom_logo_link' => 'yes',
356
  ],
357
- ] );
358
- $this->end_controls_tab();
359
- $this->start_controls_tab( 'tab_menu_layout', [
360
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
361
  'condition' => [
362
- 'show_menu' => 'yes',
363
  ],
364
  ] );
365
- $this->add_control( 'dynamic_menu', [
366
- 'label' => esc_html__( 'Dynamic Menu', 'bdthemes-prime-slider' ),
367
- 'type' => Controls_Manager::SWITCHER,
368
- ] );
369
- $this->add_control( 'navbar', [
370
- 'label' => esc_html__( 'Select Menu', 'bdthemes-prime-slider' ),
371
- 'type' => Controls_Manager::SELECT,
372
- 'options' => prime_slider_get_menu(),
373
- 'default' => 0,
374
- 'condition' => [
375
- 'dynamic_menu' => 'yes',
376
  ],
377
  ] );
378
- $this->add_responsive_control( 'dropdown_align', [
379
- 'label' => esc_html__( 'Dropdown Alignment', 'bdthemes-prime-slider' ),
380
- 'type' => Controls_Manager::CHOOSE,
381
- 'options' => [
382
- 'left' => [
383
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
384
- 'icon' => 'eicon-h-align-left',
385
- ],
386
- 'center' => [
387
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
388
- 'icon' => 'eicon-h-align-center',
389
- ],
390
- 'right' => [
391
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
392
- 'icon' => 'eicon-h-align-right',
393
- ],
394
  ],
395
- 'condition' => [
396
- 'dynamic_menu' => 'yes',
397
  ],
398
  ] );
399
- $this->add_responsive_control( 'dropdown_link_align', [
400
- 'label' => esc_html__( 'Item Alignment', 'bdthemes-prime-slider' ),
401
- 'type' => Controls_Manager::CHOOSE,
402
- 'options' => [
403
- 'left' => [
404
- 'title' => esc_html__( 'Left', 'bdthemes-prime-slider' ),
405
- 'icon' => 'eicon-text-align-left',
406
- ],
407
- 'center' => [
408
- 'title' => esc_html__( 'Center', 'bdthemes-prime-slider' ),
409
- 'icon' => 'eicon-text-align-center',
410
  ],
411
- 'right' => [
412
- 'title' => esc_html__( 'Right', 'bdthemes-prime-slider' ),
413
- 'icon' => 'eicon-text-align-right',
 
414
  ],
 
 
 
 
 
 
 
 
 
415
  ],
416
- 'selectors' => [
417
- '{{WRAPPER}} .bdt-navbar-dropdown-nav > li > a' => 'text-align: {{VALUE}};',
 
 
418
  ],
419
- 'condition' => [
420
- 'dynamic_menu' => 'yes',
 
 
421
  ],
 
 
422
  ] );
423
- $this->add_responsive_control( 'dropdown_padding', [
424
- 'label' => esc_html__( 'Dropdown Padding', 'bdthemes-prime-slider' ),
425
- 'type' => Controls_Manager::DIMENSIONS,
426
- 'size_units' => [ 'px', '%' ],
427
- 'selectors' => [
428
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
429
- ],
430
- 'condition' => [
431
- 'dynamic_menu' => 'yes',
432
- ],
433
  ] );
434
- $this->add_responsive_control( 'dropdown_width', [
435
- 'label' => esc_html__( 'Dropdown Width', 'bdthemes-prime-slider' ),
436
- 'type' => Controls_Manager::SLIDER,
437
- 'range' => [
438
- 'px' => [
439
- 'min' => 150,
440
- 'max' => 350,
441
- ],
442
- ],
443
- 'size_units' => [ 'px' ],
444
- 'selectors' => [
445
- '{{WRAPPER}} .bdt-navbar-dropdown' => 'width: {{SIZE}}{{UNIT}};',
446
- ],
447
- 'condition' => [
448
- 'dynamic_menu' => 'yes',
449
  ],
450
  ] );
451
- $this->add_control( 'dropdown_delay_show', [
452
- 'label' => esc_html__( 'Delay Show', 'bdthemes-prime-slider' ),
453
- 'type' => Controls_Manager::SLIDER,
454
- 'range' => [
455
- 'px' => [
456
- 'min' => 0,
457
- 'max' => 2000,
458
- ],
459
- ],
460
- 'condition' => [
461
- 'dynamic_menu' => 'yes',
462
  ],
463
  ] );
464
- $this->add_control( 'dropdown_delay_hide', [
465
- 'label' => esc_html__( 'Delay Hide', 'bdthemes-prime-slider' ),
466
- 'type' => Controls_Manager::SLIDER,
467
- 'range' => [
468
- 'px' => [
469
- 'min' => 0,
470
- 'max' => 2000,
 
471
  ],
 
 
 
 
 
 
 
 
 
472
  ],
473
- 'default' => [
474
- 'size' => 800,
 
 
 
 
 
475
  ],
 
 
 
 
 
476
  'condition' => [
477
- 'dynamic_menu' => 'yes',
478
- ],
479
- ] );
480
- $this->add_control( 'dropdown_duration', [
481
- 'label' => esc_html__( 'Dropdown Duration', 'bdthemes-prime-slider' ),
482
- 'type' => Controls_Manager::SLIDER,
483
- 'range' => [
484
- 'px' => [
485
- 'min' => 0,
486
- 'max' => 2000,
487
- ],
488
- ],
489
- 'default' => [
490
- 'size' => 200,
491
- ],
492
- 'condition' => [
493
- 'dynamic_menu' => 'yes',
494
- ],
495
- ] );
496
- $this->add_control( 'dropdown_offset', [
497
- 'label' => esc_html__( 'Dropdown Offset', 'bdthemes-prime-slider' ),
498
- 'type' => Controls_Manager::SLIDER,
499
- 'range' => [
500
- 'px' => [
501
- 'min' => 0,
502
- 'max' => 200,
503
- ],
504
- ],
505
- 'condition' => [
506
- 'dynamic_menu' => 'yes',
507
  ],
508
  ] );
509
  $repeater = new Repeater();
510
- $repeater->add_control( 'menu_title', [
511
- 'label' => __( 'Title & Content', 'bdthemes-prime-slider' ),
512
- 'type' => Controls_Manager::TEXT,
513
- 'dynamic' => [
514
- 'active' => true,
515
- ],
516
- 'label_block' => true,
517
  ] );
518
- $repeater->add_control( 'menu_link', [
519
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
520
- 'type' => Controls_Manager::URL,
521
- 'dynamic' => [
522
- 'active' => true,
523
- ],
524
- 'default' => [
525
- 'url' => '#',
526
- ],
527
- 'label_block' => true,
528
  ] );
529
- $this->add_control( 'menus', [
530
- 'label' => __( 'Menu Items', 'bdthemes-prime-slider' ),
531
  'type' => Controls_Manager::REPEATER,
532
  'fields' => $repeater->get_controls(),
533
- 'default' => [
534
- [
535
- 'menu_title' => __( 'About', 'bdthemes-prime-slider' ),
536
- 'menu_link' => '#',
537
- ],
538
- [
539
- 'menu_title' => __( 'Projects', 'bdthemes-prime-slider' ),
540
- 'menu_link' => '#',
541
- ],
542
- [
543
- 'menu_title' => __( 'Services', 'bdthemes-prime-slider' ),
544
- 'menu_link' => '#',
545
  ],
546
- [
547
- 'menu_title' => __( 'Contacts', 'bdthemes-prime-slider' ),
548
- 'menu_link' => '#',
549
- ]
 
 
550
  ],
551
- 'condition' => [
552
- 'dynamic_menu' => '',
 
 
 
 
553
  ],
554
- 'title_field' => '{{{ menu_title }}}',
 
 
555
  ] );
556
- $this->end_controls_tab();
557
- $this->start_controls_tab( 'tab_offcanvas_layout', [
558
- 'label' => __( 'Offcanvas', 'bdthemes-prime-slider' ),
559
  'condition' => [
560
- 'show_offcanvas' => 'yes',
561
- ],
562
- ] );
563
- $this->add_control( 'offcanvas_button_text', [
564
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
565
- 'type' => Controls_Manager::TEXT,
566
- 'dynamic' => [
567
- 'active' => true,
568
  ],
569
- 'placeholder' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
570
  ] );
571
- $this->add_responsive_control( 'offcanvas_button_offset', [
572
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
573
- 'type' => Controls_Manager::SLIDER,
574
- 'range' => [
 
575
  'px' => [
576
- 'min' => -150,
577
- 'max' => 150,
578
- ],
579
- ],
580
- 'selectors' => [
581
- '{{WRAPPER}} .bdt-offcanvas-button' => 'transform: translateX({{SIZE}}{{UNIT}});',
582
- ],
583
- ] );
584
- $this->add_control( 'offcanvas_button_icon', [
585
- 'label' => esc_html__( 'Button Icon', 'bdthemes-prime-slider' ),
586
- 'type' => Controls_Manager::ICONS,
587
- 'default' => [
588
- 'value' => 'fas fa-bars',
589
- 'library' => 'fa-solid',
590
- ],
591
- ] );
592
- $this->add_control( 'offcanvas_button_icon_align', [
593
- 'label' => esc_html__( 'Icon Position', 'bdthemes-prime-slider' ),
594
- 'type' => Controls_Manager::SELECT,
595
- 'default' => 'left',
596
- 'options' => [
597
- 'left' => esc_html__( 'Before', 'bdthemes-prime-slider' ),
598
- 'right' => esc_html__( 'After', 'bdthemes-prime-slider' ),
599
  ],
600
- 'condition' => [
601
- 'button_icon!' => '',
602
  ],
603
  ] );
604
- $this->add_control( 'offcanvas_button_icon_indent', [
605
- 'label' => esc_html__( 'Icon Spacing', 'bdthemes-prime-slider' ),
606
- 'type' => Controls_Manager::SLIDER,
607
- 'default' => [
608
- 'size' => 8,
609
- ],
610
- 'range' => [
611
  'px' => [
612
- 'max' => 50,
613
- ],
614
- ],
615
- 'condition' => [
616
- 'button_icon!' => '',
617
- ],
618
- 'selectors' => [
619
- '{{WRAPPER}} .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-right' => 'margin-left: {{SIZE}}{{UNIT}};',
620
- '{{WRAPPER}} .bdt-offcanvas-button .bdt-offcanvas-button-icon.elementor-align-icon-left' => 'margin-right: {{SIZE}}{{UNIT}};',
621
  ],
622
- ] );
623
- $this->add_control( 'layout', [
624
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
625
- 'type' => Controls_Manager::SELECT,
626
- 'default' => 'default',
627
- 'options' => [
628
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
629
- 'custom' => esc_html__( 'Custom Link', 'bdthemes-prime-slider' ),
630
  ],
631
  ] );
632
- $this->add_control( 'offcanvas_custom_id', [
633
- 'label' => esc_html__( 'Offcanvas Selector', 'bdthemes-prime-slider' ),
634
- 'description' => __( 'Set your offcanvas selector here. For example: <b>.custom-link</b> or <b>#customLink</b>. Set this selector where you want to link this offcanvas.', 'bdthemes-prime-slider' ),
635
  'type' => Controls_Manager::TEXT,
636
- 'default' => esc_html__( '#bdt-custom-offcanvas', 'bdthemes-prime-slider' ),
637
- 'condition' => [
638
- 'layout' => 'custom',
639
- ],
640
- ] );
641
- $this->add_control( 'source', [
642
- 'label' => esc_html__( 'Select Source', 'bdthemes-prime-slider' ),
643
- 'type' => Controls_Manager::SELECT,
644
- 'default' => 'sidebar',
645
- 'options' => [
646
- 'sidebar' => esc_html__( 'Sidebar', 'bdthemes-prime-slider' ),
647
- 'elementor' => esc_html__( 'Elementor Template', 'bdthemes-prime-slider' ),
648
- ],
649
- ] );
650
- $this->add_control( 'template_id', [
651
- 'label' => __( 'Choose Template', 'bdthemes-prime-slider' ),
652
- 'type' => Controls_Manager::SELECT,
653
- 'default' => '0',
654
- 'label_block' => 'true',
655
- 'condition' => [
656
- 'source' => 'elementor',
657
- ],
658
- 'options' => prime_slider_et_options(),
659
- ] );
660
- $this->add_control( 'sidebars', [
661
- 'label' => esc_html__( 'Choose Sidebar', 'bdthemes-prime-slider' ),
662
- 'type' => Controls_Manager::SELECT,
663
- 'default' => '0',
664
- 'options' => prime_slider_sidebar_options(),
665
- 'label_block' => 'true',
666
- 'condition' => [
667
- 'source' => 'sidebar',
668
- ],
669
- ] );
670
- $this->add_responsive_control( 'offcanvas_width', [
671
- 'label' => esc_html__( 'Width', 'bdthemes-prime-slider' ),
672
- 'type' => Controls_Manager::SLIDER,
673
- 'size_units' => [ 'px', 'vw' ],
674
- 'range' => [
675
- 'px' => [
676
- 'min' => 240,
677
- 'max' => 1200,
678
- ],
679
- 'vw' => [
680
- 'min' => 10,
681
- 'max' => 100,
682
- ],
683
- ],
684
- 'selectors' => [
685
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'width: {{SIZE}}{{UNIT}};',
686
- ],
687
- 'condition' => [
688
- 'offcanvas_animations!' => [ 'push', 'reveal' ],
689
  ],
 
 
690
  ] );
691
- $this->add_control( 'custom_content_before_switcher', [
692
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
693
- 'type' => Controls_Manager::SWITCHER,
694
- ] );
695
- $this->add_control( 'custom_content_after_switcher', [
696
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
697
- 'type' => Controls_Manager::SWITCHER,
698
- ] );
699
- $this->add_control( 'offcanvas_overlay', [
700
- 'label' => esc_html__( 'Overlay', 'bdthemes-prime-slider' ),
701
- 'type' => Controls_Manager::SWITCHER,
702
- ] );
703
- $this->add_control( 'offcanvas_animations', [
704
- 'label' => esc_html__( 'Animations', 'bdthemes-prime-slider' ),
705
- 'type' => Controls_Manager::SELECT,
706
- 'default' => 'slide',
707
- 'options' => [
708
- 'slide' => esc_html__( 'Slide', 'bdthemes-prime-slider' ),
709
- 'push' => esc_html__( 'Push', 'bdthemes-prime-slider' ),
710
- 'reveal' => esc_html__( 'Reveal', 'bdthemes-prime-slider' ),
711
- 'none' => esc_html__( 'None', 'bdthemes-prime-slider' ),
712
- ],
713
  ] );
714
- $this->add_control( 'offcanvas_flip', [
715
- 'label' => esc_html__( 'Flip', 'bdthemes-prime-slider' ),
716
- 'type' => Controls_Manager::SWITCHER,
717
  ] );
718
- $this->add_control( 'offcanvas_close_button', [
719
- 'label' => esc_html__( 'Close Button', 'bdthemes-prime-slider' ),
720
  'type' => Controls_Manager::SWITCHER,
721
  'default' => 'yes',
722
  ] );
723
- $this->end_controls_tab();
724
- $this->end_controls_tabs();
725
- $this->add_control( 'header_sticky_on', [
726
- 'label' => esc_html__( 'Enable Sticky', 'bdthemes-prime-slider' ),
727
- 'type' => Controls_Manager::SWITCHER,
728
- 'return_value' => 'yes',
729
- 'description' => esc_html__( 'Set sticky options by enable this option.', 'bdthemes-prime-slider' ),
730
- 'separator' => 'before',
731
- ] );
732
- $this->end_controls_section();
733
- $this->start_controls_section( 'header_sticky_controls', [
734
- 'label' => __( 'Sticky', 'bdthemes-prime-slider' ),
735
- 'condition' => [
736
- 'header_sticky_on' => 'yes',
737
- ],
738
- ] );
739
- $this->add_control( 'header_sticky_offset', [
740
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
741
- 'type' => Controls_Manager::SLIDER,
742
- 'default' => [
743
- 'size' => 0,
744
- ],
745
- 'condition' => [
746
- 'header_sticky_on' => 'yes',
747
- ],
748
- ] );
749
- $this->add_control( 'header_sticky_active_bg', [
750
- 'label' => esc_html__( 'Active Background Color', 'bdthemes-prime-slider' ),
751
- 'type' => Controls_Manager::COLOR,
752
- 'selectors' => [
753
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky:after' => 'background-color: {{VALUE}};',
754
- ],
755
- 'condition' => [
756
- 'header_sticky_on' => 'yes',
757
- ],
758
- ] );
759
- $this->add_responsive_control( 'header_sticky_active_padding', [
760
- 'label' => esc_html__( 'Active Padding', 'bdthemes-prime-slider' ),
761
- 'type' => Controls_Manager::DIMENSIONS,
762
- 'size_units' => [ 'px', '%' ],
763
- 'selectors' => [
764
- '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
765
- ],
766
- 'condition' => [
767
- 'header_sticky_on' => 'yes',
768
- ],
769
  ] );
770
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
771
- 'label' => esc_html__( 'Active Box Shadow', 'bdthemes-prime-slider' ),
772
- 'name' => 'header_sticky_active_shadow',
773
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper header.bdt-sticky.bdt-active',
774
  'condition' => [
775
- 'header_sticky_on' => 'yes',
776
  ],
777
  ] );
778
- $this->add_control( 'header_sticky_animation', [
779
- 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
780
- 'type' => Controls_Manager::SELECT,
781
- 'options' => prime_slider_transition_options(),
782
- 'condition' => [
783
- 'header_sticky_on' => 'yes',
784
- ],
785
  ] );
786
- $this->add_control( 'header_sticky_bottom', [
787
- 'label' => esc_html__( 'Scroll Until', 'bdthemes-prime-slider' ),
788
- 'description' => esc_html__( 'If you don\'t want to scroll after specific section so set that section ID/CLASS here. for example: #section1 or .section1 it\'s support ID/CLASS', 'bdthemes-prime-slider' ),
789
- 'type' => Controls_Manager::TEXT,
790
- 'condition' => [
791
- 'header_sticky_on' => 'yes',
 
 
792
  ],
793
- ] );
794
- $this->add_control( 'header_sticky_on_scroll_up', [
795
- 'label' => esc_html__( 'Sticky on Scroll Up', 'bdthemes-prime-slider' ),
796
- 'type' => Controls_Manager::SWITCHER,
797
- 'return_value' => 'yes',
798
- 'description' => esc_html__( 'Set sticky options when you scroll up your mouse.', 'bdthemes-prime-slider' ),
799
- 'condition' => [
800
- 'header_sticky_on' => 'yes',
801
  ],
802
  ] );
803
- $this->add_control( 'header_sticky_off_media', [
804
- 'label' => __( 'Turn Off', 'bdthemes-prime-slider' ),
805
- 'type' => Controls_Manager::CHOOSE,
806
- 'options' => [
807
- '960' => [
808
- 'title' => __( 'On Tablet', 'bdthemes-prime-slider' ),
809
- 'icon' => 'eicon-device-tablet',
810
- ],
811
- '768' => [
812
- 'title' => __( 'On Mobile', 'bdthemes-prime-slider' ),
813
- 'icon' => 'eicon-device-mobile',
814
- ],
815
- ],
816
- 'condition' => [
817
- 'header_sticky_on' => 'yes',
818
- ],
819
  'separator' => 'before',
820
  ] );
821
- $this->end_controls_section();
822
- $this->start_controls_section( 'section_content_custom_before', [
823
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
824
- 'condition' => [
825
- 'custom_content_before_switcher' => 'yes',
826
- ],
827
- ] );
828
- $this->add_control( 'custom_content_before', [
829
- 'label' => esc_html__( 'Custom Content Before', 'bdthemes-prime-slider' ),
830
- 'type' => Controls_Manager::WYSIWYG,
831
- 'dynamic' => [
832
- 'active' => true,
833
- ],
834
- 'default' => esc_html__( 'This is your custom content for before of your offcanvas.', 'bdthemes-prime-slider' ),
835
  ] );
836
- $this->end_controls_section();
837
- $this->start_controls_section( 'section_content_custom_after', [
838
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
839
  'condition' => [
840
- 'custom_content_after_switcher' => 'yes',
841
- ],
842
- ] );
843
- $this->add_control( 'custom_content_after', [
844
- 'label' => esc_html__( 'Custom Content After', 'bdthemes-prime-slider' ),
845
- 'type' => Controls_Manager::WYSIWYG,
846
- 'dynamic' => [
847
- 'active' => true,
848
- ],
849
- 'default' => esc_html__( 'This is your custom content for after of your offcanvas.', 'bdthemes-prime-slider' ),
850
- ] );
851
- $this->end_controls_section();
852
- $this->start_controls_section( 'section_content_sliders', [
853
- 'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
854
- ] );
855
- $repeater = new Repeater();
856
- $repeater->add_control( 'sub_title', [
857
- 'label' => esc_html__( 'Sub Title', 'bdthemes-prime-slider' ),
858
- 'type' => Controls_Manager::TEXT,
859
- 'label_block' => true,
860
- 'dynamic' => [
861
- 'active' => true,
862
  ],
863
  ] );
864
- $repeater->add_control( 'title', [
865
- 'label' => esc_html__( 'Title', 'bdthemes-prime-slider' ),
866
- 'type' => Controls_Manager::TEXT,
867
- 'label_block' => true,
868
- 'dynamic' => [
869
- 'active' => true,
870
- ],
871
- ] );
872
- $repeater->add_control( 'title_link', [
873
- 'label' => esc_html__( 'Title Link', 'bdthemes-prime-slider' ),
874
- 'type' => Controls_Manager::URL,
875
- 'default' => [
876
- 'url' => '',
877
- ],
878
- 'show_external' => false,
879
- 'dynamic' => [
880
- 'active' => true,
881
- ],
882
- 'condition' => [
883
- 'title!' => '',
884
- ],
885
- ] );
886
- $repeater->add_control( 'slide_button_text', [
887
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
888
- 'type' => Controls_Manager::TEXT,
889
- 'default' => esc_html__( 'Details', 'bdthemes-prime-slider' ),
890
- 'label_block' => true,
891
- 'dynamic' => [
892
- 'active' => true,
893
- ],
894
- ] );
895
- $repeater->add_control( 'button_link', [
896
- 'label' => esc_html__( 'Button Link', 'bdthemes-prime-slider' ),
897
- 'type' => Controls_Manager::URL,
898
- 'default' => [
899
- 'url' => '',
900
- ],
901
- 'dynamic' => [
902
- 'active' => true,
903
- ],
904
- 'condition' => [
905
- 'title!' => '',
906
- ],
907
- ] );
908
- $repeater->add_control( 'excerpt', [
909
- 'label' => esc_html__( 'Excerpt', 'bdthemes-prime-slider' ),
910
- 'type' => Controls_Manager::WYSIWYG,
911
- 'default' => esc_html__( 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem, totam rem aperiam, eaque ipsa quae ab illo inventore et quasi architecto beatae vitae dicta sunt explicabo.', 'bdthemes-prime-slider' ),
912
- 'label_block' => true,
913
- 'dynamic' => [
914
- 'active' => true,
915
- ],
916
- ] );
917
- $repeater->add_control( 'image', [
918
- 'label' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
919
- 'type' => Controls_Manager::MEDIA,
920
- 'default' => [
921
- 'url' => Utils::get_placeholder_image_src(),
922
- ],
923
- 'dynamic' => [
924
- 'active' => true,
925
- ],
926
- ] );
927
- $repeater->add_control( 'lightbox_link', [
928
- 'label' => __( 'Lightbox Source', 'bdthemes-prime-slider' ),
929
- 'type' => Controls_Manager::URL,
930
- 'show_external' => false,
931
- 'default' => [
932
- 'url' => 'https://www.youtube.com/watch?v=YE7VzlLtp-4',
933
- ],
934
- 'placeholder' => 'https://youtube.com/watch?v=xyzxyz',
935
- 'label_block' => true,
936
- 'dynamic' => [
937
- 'active' => true,
938
- ],
939
- ] );
940
- $this->add_control( 'slides', [
941
- 'label' => esc_html__( 'Slider Items', 'bdthemes-prime-slider' ),
942
- 'type' => Controls_Manager::REPEATER,
943
- 'fields' => $repeater->get_controls(),
944
- 'default' => [ [
945
- 'title' => esc_html__( 'Slide Item 1', 'bdthemes-prime-slider' ),
946
- 'image' => [
947
- 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-4.svg',
948
- ],
949
- ], [
950
- 'title' => esc_html__( 'Slide Item 2', 'bdthemes-prime-slider' ),
951
- 'image' => [
952
- 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-5.svg',
953
- ],
954
- ], [
955
- 'title' => esc_html__( 'Slide Item 3', 'bdthemes-prime-slider' ),
956
- 'image' => [
957
- 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-6.svg',
958
- ],
959
- ] ],
960
- 'title_field' => '{{{ title }}}',
961
- ] );
962
- $this->add_group_control( Group_Control_Image_Size::get_type(), [
963
- 'name' => 'thumbnail_size',
964
- 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ),
965
- 'exclude' => [ 'custom' ],
966
- 'default' => 'full',
967
- 'prefix_class' => 'bdt-custom-gallery--thumbnail-size-',
968
- ] );
969
- $this->add_control( 'image_offset_toggle', [
970
- 'label' => __( 'Image Match Height', 'bdthemes-element-pack' ) . BDTPS_NC,
971
- 'type' => Controls_Manager::POPOVER_TOGGLE,
972
- 'label_off' => __( 'None', 'bdthemes-element-pack' ),
973
- 'label_on' => __( 'Custom', 'bdthemes-element-pack' ),
974
- 'return_value' => 'yes',
975
- 'condition' => [
976
- '_skin' => '',
977
- ],
978
- ] );
979
- $this->start_popover();
980
- $this->add_control( 'image_match_height_desktop', [
981
- 'label' => esc_html__( 'Desktop', 'bdthemes-prime-slider' ),
982
- 'type' => Controls_Manager::SWITCHER,
983
- 'default' => 'yes',
984
- 'prefix_class' => 'bdt-image-match-height-desktop--',
985
- 'render_type' => 'template',
986
- 'condition' => [
987
- '_skin' => '',
988
- ],
989
- ] );
990
- $this->add_control( 'image_match_height_tablet', [
991
- 'label' => esc_html__( 'Tablet', 'bdthemes-prime-slider' ),
992
- 'type' => Controls_Manager::SWITCHER,
993
- 'default' => 'yes',
994
- 'prefix_class' => 'bdt-image-match-height-tablet--',
995
- 'render_type' => 'template',
996
- 'condition' => [
997
- '_skin' => '',
998
- ],
999
- ] );
1000
- $this->add_control( 'image_match_height_mobile', [
1001
- 'label' => esc_html__( 'Mobile', 'bdthemes-prime-slider' ),
1002
- 'type' => Controls_Manager::SWITCHER,
1003
- 'default' => 'yes',
1004
- 'prefix_class' => 'bdt-image-match-height-mobile--',
1005
- 'render_type' => 'template',
1006
- 'condition' => [
1007
- '_skin' => '',
1008
- ],
1009
- ] );
1010
- $this->add_control( 'important_note', [
1011
- 'type' => Controls_Manager::RAW_HTML,
1012
- 'raw' => __( 'If you turn on this option, then no need to set exact sized image, otherwise image will set by ratio of its actual size.', 'bdthemes-prime-slider' ),
1013
- 'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
1014
- 'condition' => [
1015
- '_skin' => '',
1016
- ],
1017
- ] );
1018
- $this->end_popover();
1019
- $this->end_controls_section();
1020
- $this->start_controls_section( 'section_content_social_link', [
1021
- 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
1022
- 'condition' => [
1023
- 'show_social_icon' => 'yes',
1024
- '_skin' => [ 'locate', 'slice' ],
1025
- ],
1026
- ] );
1027
- $repeater = new Repeater();
1028
- $repeater->add_control( 'social_link_title', [
1029
- 'label' => __( 'Title', 'bdthemes-prime-slider' ),
1030
- 'type' => Controls_Manager::TEXT,
1031
- ] );
1032
- $repeater->add_control( 'social_link', [
1033
- 'label' => __( 'Link', 'bdthemes-prime-slider' ),
1034
- 'type' => Controls_Manager::TEXT,
1035
- ] );
1036
- $repeater->add_control( 'social_icon', [
1037
- 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
1038
- 'type' => Controls_Manager::ICONS,
1039
- ] );
1040
- $this->add_control( 'social_link_list', [
1041
- 'type' => Controls_Manager::REPEATER,
1042
- 'fields' => $repeater->get_controls(),
1043
- 'default' => [ [
1044
- 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
1045
- 'social_icon' => [
1046
- 'value' => 'fab fa-facebook-f',
1047
- 'library' => 'fa-brands',
1048
- ],
1049
- 'social_link_title' => 'Facebook',
1050
- ], [
1051
- 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
1052
- 'social_icon' => [
1053
- 'value' => 'fab fa-twitter',
1054
- 'library' => 'fa-brands',
1055
- ],
1056
- 'social_link_title' => 'Twitter',
1057
- ], [
1058
- 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
1059
- 'social_icon' => [
1060
- 'value' => 'fab fa-instagram',
1061
- 'library' => 'fa-brands',
1062
- ],
1063
- 'social_link_title' => 'Instagram',
1064
- ] ],
1065
- 'title_field' => '{{{ social_link_title }}}',
1066
- ] );
1067
- $this->end_controls_section();
1068
- $this->start_controls_section( 'section_content_scroll_button', [
1069
- 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1070
- 'condition' => [
1071
- 'show_scroll_button' => [ 'yes' ],
1072
- '_skin!' => 'slice',
1073
- ],
1074
- ] );
1075
- $this->add_control( 'duration', [
1076
- 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
1077
- 'type' => Controls_Manager::SLIDER,
1078
- 'size_units' => [ 'px' ],
1079
- 'range' => [
1080
- 'px' => [
1081
- 'min' => 100,
1082
- 'max' => 5000,
1083
- 'step' => 50,
1084
- ],
1085
- ],
1086
- ] );
1087
- $this->add_control( 'offset', [
1088
- 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
1089
- 'type' => Controls_Manager::SLIDER,
1090
- 'range' => [
1091
- 'px' => [
1092
- 'min' => -200,
1093
- 'max' => 200,
1094
- 'step' => 10,
1095
- ],
1096
- ],
1097
- ] );
1098
- $this->add_control( 'scroll_button_text', [
1099
- 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
1100
- 'type' => Controls_Manager::TEXT,
1101
- 'dynamic' => [
1102
- 'active' => true,
1103
- ],
1104
- 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1105
- 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
1106
- ] );
1107
- $this->add_control( 'section_id', [
1108
- 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
1109
- 'type' => Controls_Manager::TEXT,
1110
- 'default' => 'my-header',
1111
- 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
1112
- ] );
1113
- $this->end_controls_section();
1114
- $this->start_controls_section( 'section_content_animation', [
1115
- 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
1116
- ] );
1117
- $this->add_control( 'finite', [
1118
- 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
1119
- 'type' => Controls_Manager::SWITCHER,
1120
- 'default' => 'yes',
1121
- ] );
1122
- $this->add_control( 'autoplay', [
1123
- 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
1124
- 'type' => Controls_Manager::SWITCHER,
1125
- 'default' => 'yes',
1126
- ] );
1127
- $this->add_control( 'autoplay_interval', [
1128
- 'label' => esc_html__( 'Autoplay Interval', 'bdthemes-prime-slider' ),
1129
- 'type' => Controls_Manager::NUMBER,
1130
- 'default' => 7000,
1131
- 'condition' => [
1132
- 'autoplay' => 'yes',
1133
- ],
1134
- ] );
1135
- $this->add_control( 'pause_on_hover', [
1136
- 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
1137
- 'type' => Controls_Manager::SWITCHER,
1138
- ] );
1139
- $this->add_control( 'velocity', [
1140
- 'label' => __( 'Animation Speed', 'bdthemes-element-pack' ),
1141
- 'type' => Controls_Manager::SLIDER,
1142
- 'range' => [
1143
- 'px' => [
1144
- 'min' => 0.1,
1145
- 'max' => 1,
1146
- 'step' => 0.1,
1147
- ],
1148
- ],
1149
- ] );
1150
- $this->add_control( 'animation_parallax', [
1151
- 'label' => esc_html__( 'Parallax Animation', 'bdthemes-element-pack' ) . BDTPS_NC,
1152
- 'type' => Controls_Manager::SWITCHER,
1153
- 'default' => 'yes',
1154
- 'separator' => 'before',
1155
- ] );
1156
- $this->add_control( 'kenburns_animation', [
1157
- 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
1158
- 'separator' => 'before',
1159
- 'type' => Controls_Manager::SWITCHER,
1160
- ] );
1161
- $this->add_control( 'kenburns_reverse', [
1162
- 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
1163
- 'type' => Controls_Manager::SWITCHER,
1164
- 'condition' => [
1165
- 'kenburns_animation' => 'yes',
1166
- ],
1167
- ] );
1168
- $this->add_control( 'show_logo_animation', [
1169
- 'label' => esc_html__( 'Show Logo Animation', 'bdthemes-prime-slider' ),
1170
- 'type' => Controls_Manager::SWITCHER,
1171
- 'default' => 'yes',
1172
- 'separator' => 'before',
1173
- 'condition' => [
1174
- 'show_logo' => 'yes',
1175
- ],
1176
- ] );
1177
- $this->add_control( 'show_menu_animation', [
1178
- 'label' => esc_html__( 'Show Menu Animation', 'bdthemes-prime-slider' ),
1179
- 'type' => Controls_Manager::SWITCHER,
1180
- 'default' => 'yes',
1181
- 'condition' => [
1182
- 'show_menu' => 'yes',
1183
- ],
1184
- ] );
1185
- $this->add_control( 'show_offcanvas_animation', [
1186
- 'label' => esc_html__( 'Show Offcanvas Animation', 'bdthemes-prime-slider' ),
1187
- 'type' => Controls_Manager::SWITCHER,
1188
- 'default' => 'yes',
1189
- 'condition' => [
1190
- 'show_offcanvas' => 'yes',
1191
- ],
1192
- ] );
1193
- $this->end_controls_section();
1194
- //Style Start
1195
- $this->start_controls_section( 'section_header_style', [
1196
- 'label' => __( 'Header (Deprecated)', 'bdthemes-prime-slider' ),
1197
- 'tab' => Controls_Manager::TAB_STYLE,
1198
- 'conditions' => [
1199
- 'relation' => 'or',
1200
- 'terms' => [ [
1201
- 'name' => 'show_logo',
1202
- 'operator' => '==',
1203
- 'value' => 'yes',
1204
- ], [
1205
- 'name' => 'show_menu',
1206
- 'operator' => '==',
1207
- 'value' => 'yes',
1208
- ], [
1209
- 'name' => 'show_offcanvas',
1210
- 'operator' => '==',
1211
- 'value' => 'yes',
1212
- ] ],
1213
- ],
1214
- ] );
1215
- $this->add_control( 'header_background_color', [
1216
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1217
- 'type' => Controls_Manager::COLOR,
1218
- 'default' => '',
1219
- 'selectors' => [
1220
- '{{WRAPPER}} .bdt-prime-slider header' => 'background-color: {{VALUE}};',
1221
- ],
1222
- ] );
1223
- $this->start_controls_tabs( 'tabs_header_style' );
1224
- $this->start_controls_tab( 'tab_logo_style', [
1225
- 'label' => __( 'Logo', 'bdthemes-prime-slider' ),
1226
- 'condition' => [
1227
- 'show_logo' => 'yes',
1228
- ],
1229
- ] );
1230
- $this->add_control( 'logo_text_color', [
1231
- 'label' => __( 'Logo Color', 'bdthemes-prime-slider' ),
1232
- 'type' => Controls_Manager::COLOR,
1233
- 'default' => '',
1234
- 'selectors' => [
1235
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner' => 'color: {{VALUE}};',
1236
- ],
1237
- 'condition' => [
1238
- 'show_logo!' => '',
1239
- 'logo_type' => 'text',
1240
- ],
1241
- ] );
1242
- $this->add_control( 'logo_hover_color', [
1243
- 'label' => __( 'Logo Hover Color', 'bdthemes-prime-slider' ),
1244
- 'type' => Controls_Manager::COLOR,
1245
- 'selectors' => [
1246
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner:hover' => 'color: {{VALUE}};',
1247
- ],
1248
- 'condition' => [
1249
- 'show_logo!' => '',
1250
- 'logo_type' => 'text',
1251
- ],
1252
- ] );
1253
- $this->add_group_control( Group_Control_Typography::get_type(), [
1254
- 'name' => 'logo_typography',
1255
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo .bdt-logo-inner',
1256
- 'condition' => [
1257
- 'show_logo!' => '',
1258
- 'logo_type' => 'text',
1259
- ],
1260
- ] );
1261
- $this->add_group_control( Group_Control_Border::get_type(), [
1262
- 'name' => 'logo_image_border',
1263
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1264
- 'placeholder' => '1px',
1265
- 'default' => '1px',
1266
- 'selector' => '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img',
1267
- 'condition' => [
1268
- 'show_logo!' => '',
1269
- 'logo_type' => 'image',
1270
- ],
1271
- ] );
1272
- $this->add_responsive_control( 'logo_image_border_radius', [
1273
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1274
- 'type' => Controls_Manager::DIMENSIONS,
1275
- 'size_units' => [ 'px', '%' ],
1276
- 'selectors' => [
1277
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1278
- ],
1279
- 'condition' => [
1280
- 'show_logo!' => '',
1281
- 'logo_type' => 'image',
1282
- ],
1283
- ] );
1284
- $this->add_responsive_control( 'logo_image_padding', [
1285
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1286
- 'type' => Controls_Manager::DIMENSIONS,
1287
- 'size_units' => [ 'px', 'em', '%' ],
1288
- 'selectors' => [
1289
- '{{WRAPPER}} .bdt-header-wrapper .bdt-prime-slider-logo img' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1290
- ],
1291
- 'condition' => [
1292
- 'show_logo!' => '',
1293
- 'logo_type' => 'image',
1294
- ],
1295
- ] );
1296
- $this->end_controls_tab();
1297
- $this->start_controls_tab( 'section_menu_style', [
1298
- 'label' => __( 'Menu', 'bdthemes-prime-slider' ),
1299
- 'condition' => [
1300
- 'show_menu' => 'yes',
1301
- ],
1302
- ] );
1303
- $this->add_control( 'slider_menu_style_normal', [
1304
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1305
- 'type' => Controls_Manager::HEADING,
1306
- 'separator' => 'before',
1307
- ] );
1308
- $this->add_control( 'menu_text_color', [
1309
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1310
- 'type' => Controls_Manager::COLOR,
1311
- 'default' => '',
1312
- 'selectors' => [
1313
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'color: {{VALUE}};',
1314
- ],
1315
- 'separator' => 'before',
1316
- ] );
1317
- $this->add_control( 'menu_background_color', [
1318
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1319
- 'type' => Controls_Manager::COLOR,
1320
- 'selectors' => [
1321
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'background-color: {{VALUE}};',
1322
- ],
1323
- ] );
1324
- $this->add_group_control( Group_Control_Border::get_type(), [
1325
- 'name' => 'menu_border',
1326
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1327
- ] );
1328
- $this->add_responsive_control( 'menu_border_radius', [
1329
- 'label' => __( 'Border Radius', 'bdthemes-prime-slider' ),
1330
- 'type' => Controls_Manager::DIMENSIONS,
1331
- 'size_units' => [ 'px', '%' ],
1332
- 'selectors' => [
1333
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1334
- ],
1335
- ] );
1336
- $this->add_responsive_control( 'menu_text_padding', [
1337
- 'label' => __( 'Padding', 'bdthemes-prime-slider' ),
1338
- 'type' => Controls_Manager::DIMENSIONS,
1339
- 'size_units' => [ 'px', 'em', '%' ],
1340
- 'selectors' => [
1341
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1342
- ],
1343
- ] );
1344
- $this->add_responsive_control( 'menu_text_margin', [
1345
- 'label' => __( 'Margin', 'bdthemes-prime-slider' ) . BDTPS_NC,
1346
- 'type' => Controls_Manager::DIMENSIONS,
1347
- 'size_units' => [ 'px', 'em', '%' ],
1348
- 'selectors' => [
1349
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1350
- ],
1351
- ] );
1352
- $this->add_group_control( Group_Control_Typography::get_type(), [
1353
- 'name' => 'menu_typography',
1354
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a',
1355
- ] );
1356
- $this->add_control( 'slider_menu_style_hover', [
1357
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1358
- 'type' => Controls_Manager::HEADING,
1359
- 'separator' => 'before',
1360
- ] );
1361
- $this->add_control( 'menu_hover_color', [
1362
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1363
- 'type' => Controls_Manager::COLOR,
1364
- 'selectors' => [
1365
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'color: {{VALUE}};',
1366
- ],
1367
- 'separator' => 'before',
1368
- ] );
1369
- $this->add_control( 'menu_background_hover_color', [
1370
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1371
- 'type' => Controls_Manager::COLOR,
1372
- 'selectors' => [
1373
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'background-color: {{VALUE}};',
1374
- ],
1375
- ] );
1376
- $this->add_control( 'menu_hover_border_color', [
1377
- 'label' => __( 'Border Color', 'bdthemes-prime-slider' ) . BDTPS_NC,
1378
- 'type' => Controls_Manager::COLOR,
1379
- 'condition' => [
1380
- 'menu_border_border!' => '',
1381
- ],
1382
- 'selectors' => [
1383
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-nav > li > a:hover' => 'border-color: {{VALUE}};',
1384
- ],
1385
- ] );
1386
- $this->add_control( 'menu_style_type', [
1387
- 'label' => esc_html__( 'Select Menu Style', 'bdthemes-prime-slider' ),
1388
- 'type' => Controls_Manager::SELECT,
1389
- 'default' => 'default',
1390
- 'options' => [
1391
- 'default' => esc_html__( 'Default', 'bdthemes-prime-slider' ),
1392
- 'background' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1393
- 'line' => esc_html__( 'Line', 'bdthemes-prime-slider' ),
1394
- 'dotline' => esc_html__( 'DotLine', 'bdthemes-prime-slider' ),
1395
- ],
1396
- ] );
1397
- $this->add_control( 'menu_before_style_color', [
1398
- 'label' => __( 'Menu Style Color', 'bdthemes-prime-slider' ),
1399
- 'type' => Controls_Manager::COLOR,
1400
- 'selectors' => [
1401
- '{{WRAPPER}} .bdt-prime-slider .bdt-header-wrapper .bdt-navbar-nav > li > a:after, {{WRAPPER}} .bdt-prime-slider .bdt-header-wrapper .bdt-navbar-nav > li > a:before' => 'background: {{VALUE}};',
1402
- ],
1403
- ] );
1404
- $this->add_control( 'slider_dropdown_menu_style_normal', [
1405
- 'label' => esc_html__( 'Dropdown Menu', 'bdthemes-prime-slider' ),
1406
- 'type' => Controls_Manager::HEADING,
1407
- 'separator' => 'before',
1408
- ] );
1409
- $this->add_control( 'dropdown_menu_text_color', [
1410
- 'label' => __( 'Color', 'bdthemes-prime-slider' ),
1411
- 'type' => Controls_Manager::COLOR,
1412
- 'selectors' => [
1413
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a' => 'color: {{VALUE}};',
1414
- ],
1415
- 'separator' => 'before',
1416
- ] );
1417
- $this->add_control( 'dropdown_menu_text__hover_color', [
1418
- 'label' => __( 'Active Color', 'bdthemes-prime-slider' ),
1419
- 'type' => Controls_Manager::COLOR,
1420
- 'selectors' => [
1421
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown li>a:hover, .bdt-prime-slider .bdt-navbar-dropdown li>a.bdt-open' => 'color: {{VALUE}};',
1422
- ],
1423
- ] );
1424
- $this->add_control( 'dropdown_menu_background_color', [
1425
- 'label' => __( 'Background', 'bdthemes-prime-slider' ),
1426
- 'type' => Controls_Manager::COLOR,
1427
- 'selectors' => [
1428
- '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown' => 'background-color: {{VALUE}};',
1429
- ],
1430
- ] );
1431
- $this->add_group_control( Group_Control_Typography::get_type(), [
1432
- 'name' => 'dropdown_menu_typography',
1433
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1434
- 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-navbar-dropdown-nav > li > a',
1435
- ] );
1436
- $this->end_controls_tab();
1437
- $this->start_controls_tab( 'section_style_offcanvas_content', [
1438
- 'label' => esc_html__( 'Offcanvas', 'bdthemes-prime-slider' ),
1439
- 'condition' => [
1440
- 'show_offcanvas' => 'yes',
1441
- ],
1442
- ] );
1443
- $this->add_control( 'offcanvas_content_color', [
1444
- 'label' => esc_html__( 'Text Color', 'bdthemes-prime-slider' ),
1445
- 'type' => Controls_Manager::COLOR,
1446
- 'selectors' => [
1447
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar *' => 'color: {{VALUE}};',
1448
- ],
1449
- ] );
1450
- $this->add_control( 'offcanvas_content_link_color', [
1451
- 'label' => esc_html__( 'Link Color', 'bdthemes-prime-slider' ),
1452
- 'type' => Controls_Manager::COLOR,
1453
- 'selectors' => [
1454
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a' => 'color: {{VALUE}};',
1455
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a *' => 'color: {{VALUE}};',
1456
- ],
1457
- ] );
1458
- $this->add_control( 'offcanvas_content_link_hover_color', [
1459
- 'label' => esc_html__( 'Link Hover Color', 'bdthemes-prime-slider' ),
1460
- 'type' => Controls_Manager::COLOR,
1461
- 'selectors' => [
1462
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar a:hover' => 'color: {{VALUE}} !important;',
1463
- ],
1464
- ] );
1465
- $this->add_control( 'offcanvas_content_background_color', [
1466
- 'label' => esc_html__( 'Background Color', 'bdthemes-prime-slider' ),
1467
- 'type' => Controls_Manager::COLOR,
1468
- 'selectors' => [
1469
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'background-color: {{VALUE}} !important;',
1470
- ],
1471
- ] );
1472
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1473
- 'name' => 'offcanvas_content_shadow',
1474
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas > div',
1475
- 'separator' => 'before',
1476
- ] );
1477
- $this->add_responsive_control( 'offcanvas_content_padding', [
1478
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1479
- 'type' => Controls_Manager::DIMENSIONS,
1480
- 'size_units' => [ 'px', 'em', '%' ],
1481
- 'selectors' => [
1482
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1483
- ],
1484
- 'separator' => 'after',
1485
- ] );
1486
- $this->add_control( 'style_offcanvas_widget', [
1487
- 'label' => esc_html__( 'WIDGET', 'bdthemes-prime-slider' ),
1488
- 'type' => Controls_Manager::HEADING,
1489
- ] );
1490
- $this->add_group_control( Group_Control_Border::get_type(), [
1491
- 'name' => 'offcanvas_widget_border',
1492
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1493
- 'placeholder' => '1px',
1494
- 'default' => '1px',
1495
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget',
1496
- 'separator' => 'before',
1497
- ] );
1498
- $this->add_responsive_control( 'widget_border_radius', [
1499
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1500
- 'type' => Controls_Manager::DIMENSIONS,
1501
- 'size_units' => [ 'px', '%' ],
1502
- 'selectors' => [
1503
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1504
- ],
1505
- ] );
1506
- $this->add_responsive_control( 'offcanvas_widget_padding', [
1507
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1508
- 'type' => Controls_Manager::DIMENSIONS,
1509
- 'size_units' => [ 'px', 'em', '%' ],
1510
- 'selectors' => [
1511
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1512
- ],
1513
- ] );
1514
- $this->add_responsive_control( 'offcanvas_vertical_spacing', [
1515
- 'label' => esc_html__( 'Vertical Spacing', 'bdthemes-prime-slider' ),
1516
- 'type' => Controls_Manager::SLIDER,
1517
- 'selectors' => [
1518
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .widget:not(:first-child)' => 'margin-top: {{SIZE}}{{UNIT}};',
1519
- ],
1520
- 'separator' => 'after',
1521
- ] );
1522
- $this->add_control( 'tab_style_offcanvas_button', [
1523
- 'label' => esc_html__( 'OFFCANVAS BUTTON', 'bdthemes-prime-slider' ),
1524
- 'type' => Controls_Manager::HEADING,
1525
- 'condition' => [
1526
- 'layout' => 'default',
1527
- ],
1528
- ] );
1529
- $this->add_control( 'slider_style_offcanvas_button_normal', [
1530
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1531
- 'type' => Controls_Manager::HEADING,
1532
- 'separator' => 'before',
1533
- ] );
1534
- $this->add_control( 'offcanvas_button_text_color', [
1535
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1536
- 'type' => Controls_Manager::COLOR,
1537
- 'selectors' => [
1538
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button, {{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button .bdt-offcanvas-button-icon' => 'color: {{VALUE}};',
1539
- ],
1540
- ] );
1541
- $this->add_control( 'offcanvas_button_background_color', [
1542
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1543
- 'type' => Controls_Manager::COLOR,
1544
- 'selectors' => [
1545
- '{{WRAPPER}} .bdt-offcanvas-button' => 'background-color: {{VALUE}};',
1546
- ],
1547
- ] );
1548
- $this->add_group_control( Group_Control_Border::get_type(), [
1549
- 'name' => 'offcanvas_button_border',
1550
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1551
- 'placeholder' => '1px',
1552
- 'default' => '1px',
1553
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1554
- ] );
1555
- $this->add_responsive_control( 'offcanvas_button_border_radius', [
1556
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1557
- 'type' => Controls_Manager::DIMENSIONS,
1558
- 'size_units' => [ 'px', '%' ],
1559
- 'selectors' => [
1560
- '{{WRAPPER}} .bdt-offcanvas-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1561
- ],
1562
- ] );
1563
- $this->add_responsive_control( 'offcanvas_button_padding', [
1564
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1565
- 'type' => Controls_Manager::DIMENSIONS,
1566
- 'size_units' => [ 'px', 'em', '%' ],
1567
- 'selectors' => [
1568
- '{{WRAPPER}} .bdt-offcanvas-button' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1569
- ],
1570
- ] );
1571
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1572
- 'name' => 'offcanvas_button_shadow',
1573
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1574
- ] );
1575
- $this->add_group_control( Group_Control_Typography::get_type(), [
1576
- 'name' => 'offcanvas_button_typography',
1577
- 'label' => esc_html__( 'Typography', 'bdthemes-prime-slider' ),
1578
- 'selector' => '{{WRAPPER}} .bdt-offcanvas-button',
1579
- ] );
1580
- $this->add_control( 'slider_style_offcanvas_button_hover', [
1581
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1582
- 'type' => Controls_Manager::HEADING,
1583
- 'separator' => 'before',
1584
- ] );
1585
- $this->add_control( 'offcanvas_button_hover_color', [
1586
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1587
- 'type' => Controls_Manager::COLOR,
1588
- 'selectors' => [
1589
- '{{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover, {{WRAPPER}} .bdt-prime-slider .bdt-offcanvas-button:hover .bdt-offcanvas-button-icon' => 'color: {{VALUE}};',
1590
- ],
1591
- ] );
1592
- $this->add_control( 'offcanvas_button_background_hover_color', [
1593
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1594
- 'type' => Controls_Manager::COLOR,
1595
- 'selectors' => [
1596
- '{{WRAPPER}} .bdt-offcanvas-button:hover' => 'background-color: {{VALUE}};',
1597
- ],
1598
- ] );
1599
- $this->add_control( 'offcanvas_button_hover_border_color', [
1600
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1601
- 'type' => Controls_Manager::COLOR,
1602
- 'condition' => [
1603
- 'offcanvas_button_border_border!' => '',
1604
- ],
1605
- 'selectors' => [
1606
- '{{WRAPPER}} .bdt-offcanvas-button:hover' => 'border-color: {{VALUE}};',
1607
- ],
1608
- ] );
1609
- $this->add_control( 'hover_animation', [
1610
- 'label' => esc_html__( 'Button Animation', 'bdthemes-prime-slider' ),
1611
- 'type' => Controls_Manager::HOVER_ANIMATION,
1612
- 'separator' => 'after',
1613
- ] );
1614
- $this->add_control( 'tab_style_close_button', [
1615
- 'label' => esc_html__( 'CLOSE BUTTON', 'bdthemes-prime-slider' ),
1616
- 'type' => Controls_Manager::HEADING,
1617
- 'condition' => [
1618
- 'offcanvas_close_button' => 'yes',
1619
- ],
1620
- ] );
1621
- $this->add_control( 'slider_style_close_button_normal', [
1622
- 'label' => esc_html__( 'Normal', 'bdthemes-prime-slider' ),
1623
- 'type' => Controls_Manager::HEADING,
1624
- 'separator' => 'before',
1625
- ] );
1626
- $this->add_control( 'close_button_color', [
1627
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1628
- 'type' => Controls_Manager::COLOR,
1629
- 'selectors' => [
1630
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close *' => 'color: {{VALUE}};',
1631
- ],
1632
- ] );
1633
- $this->add_control( 'close_button_bg', [
1634
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1635
- 'type' => Controls_Manager::COLOR,
1636
- 'selectors' => [
1637
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'background-color: {{VALUE}};',
1638
- ],
1639
- ] );
1640
- $this->add_group_control( Group_Control_Border::get_type(), [
1641
- 'name' => 'close_button_border',
1642
- 'label' => esc_html__( 'Border', 'bdthemes-prime-slider' ),
1643
- 'placeholder' => '1px',
1644
- 'default' => '1px',
1645
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1646
- ] );
1647
- $this->add_responsive_control( 'close_button_radius', [
1648
- 'label' => esc_html__( 'Radius', 'bdthemes-prime-slider' ),
1649
- 'type' => Controls_Manager::DIMENSIONS,
1650
- 'size_units' => [ 'px', '%' ],
1651
- 'selectors' => [
1652
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1653
- ],
1654
- ] );
1655
- $this->add_responsive_control( 'close_button_padding', [
1656
- 'label' => esc_html__( 'Padding', 'bdthemes-prime-slider' ),
1657
- 'type' => Controls_Manager::DIMENSIONS,
1658
- 'size_units' => [ 'px', 'em', '%' ],
1659
- 'selectors' => [
1660
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
1661
- ],
1662
- ] );
1663
- $this->add_group_control( Group_Control_Box_Shadow::get_type(), [
1664
- 'name' => 'close_button_shadow',
1665
- 'selector' => '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close',
1666
- ] );
1667
- $this->add_control( 'slider_style_close_button_hover', [
1668
- 'label' => esc_html__( 'Hover', 'bdthemes-prime-slider' ),
1669
- 'type' => Controls_Manager::HEADING,
1670
  'separator' => 'before',
1671
- ] );
1672
- $this->add_control( 'close_button_hover_color', [
1673
- 'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1674
- 'type' => Controls_Manager::COLOR,
1675
- 'selectors' => [
1676
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-bar .bdt-offcanvas-close:hover *' => 'color: {{VALUE}};',
1677
  ],
1678
  ] );
1679
- $this->add_control( 'close_button_hover_bg', [
1680
- 'label' => esc_html__( 'Background', 'bdthemes-prime-slider' ),
1681
- 'type' => Controls_Manager::COLOR,
1682
- 'selectors' => [
1683
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'background-color: {{VALUE}};',
 
1684
  ],
1685
  ] );
1686
- $this->add_control( 'close_button_hover_border_color', [
1687
- 'label' => esc_html__( 'Border Color', 'bdthemes-prime-slider' ),
1688
- 'type' => Controls_Manager::COLOR,
 
1689
  'condition' => [
1690
- 'close_button_border_border!' => '',
1691
- ],
1692
- 'selectors' => [
1693
- '#bdt-offcanvas-{{ID}}.bdt-offcanvas .bdt-offcanvas-close:hover' => 'border-color: {{VALUE}};',
1694
  ],
1695
  ] );
1696
- $this->end_controls_tab();
1697
- $this->end_controls_tabs();
1698
  $this->end_controls_section();
 
1699
  $this->start_controls_section( 'section_style_sliders', [
1700
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
1701
  'tab' => Controls_Manager::TAB_STYLE,
@@ -1817,19 +682,22 @@ class Isolate extends Widget_Base
1817
  'show_title' => [ 'yes' ],
1818
  ],
1819
  ] );
1820
- $this->add_control( 'show_text_stroke', [
1821
- 'label' => esc_html__( 'Text Stroke', 'bdthemes-prime-slider' ) . BDTPS_NC,
1822
- 'type' => Controls_Manager::SWITCHER,
1823
- 'prefix_class' => 'bdt-text-stroke--',
1824
- 'condition' => [
1825
- 'show_title' => [ 'yes' ],
1826
- ],
1827
- ] );
 
 
 
1828
  $this->add_control( 'title_color', [
1829
  'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
1830
  'type' => Controls_Manager::COLOR,
1831
  'selectors' => [
1832
- '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag, {{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a' => 'color: {{VALUE}}; -webkit-text-stroke-color: {{VALUE}};',
1833
  ],
1834
  'condition' => [
1835
  'show_title' => [ 'yes' ],
@@ -1842,6 +710,26 @@ class Isolate extends Widget_Base
1842
  'show_title' => [ 'yes' ],
1843
  ],
1844
  ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1845
  $this->add_responsive_control( 'prime_slider_title_spacing', [
1846
  'label' => esc_html__( 'Title Spacing', 'bdthemes-prime-slider' ),
1847
  'type' => Controls_Manager::SLIDER,
@@ -2718,8 +1606,6 @@ class Isolate extends Widget_Base
2718
  public function render_header( $skin_name = 'isolate' )
2719
  {
2720
  $settings = $this->get_settings_for_display();
2721
- $this->header_sticky_render();
2722
- $this->add_render_attribute( 'header', 'class', 'bdt-prime-header-skin-' . $skin_name );
2723
  $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
2724
  $this->add_render_attribute( 'slider', 'class', 'content-position-' . $settings['content_position'] );
2725
  $this->add_render_attribute( 'slider', 'class', 'content-position-' . $settings['content_column_position'] );
@@ -2744,42 +1630,6 @@ class Isolate extends Widget_Base
2744
  ?>
2745
  <div class="bdt-prime-slider">
2746
 
2747
- <?php
2748
-
2749
- if ( 'yes' == $settings['show_logo'] or 'yes' == $settings['show_menu'] or 'yes' == $settings['show_offcanvas'] ) {
2750
- ?>
2751
- <div class="bdt-header-wrapper bdt-position-top">
2752
- <header <?php
2753
- $this->print_render_attribute_string( 'header' );
2754
- ?>>
2755
- <div class="bdt-prime-slider-container">
2756
- <div class="bdt-header-inner bdt-flex bdt-flex-middle" bdt-grid>
2757
- <div class="bdt-width-auto">
2758
- <div class="bdt-prime-slider-logo bdt-flex bdt-flex-middle">
2759
-
2760
- <?php
2761
- $this->render_logo();
2762
- ?>
2763
-
2764
- </div>
2765
- </div>
2766
- <div class="bdt-width-expand">
2767
- <?php
2768
- $menu_align = ( ('locate' == $skin_name or 'slice' == $skin_name) ? 'bdt-navbar-center' : 'bdt-navbar-right' );
2769
- ?>
2770
- <?php
2771
- $this->render_menu( $menu_align );
2772
- ?>
2773
- </div>
2774
- </div>
2775
- </div>
2776
- </header>
2777
- </div>
2778
- <?php
2779
- }
2780
-
2781
- ?>
2782
-
2783
  <div <?php
2784
  $this->print_render_attribute_string( 'slider' );
2785
  ?> >
@@ -2792,328 +1642,6 @@ class Isolate extends Widget_Base
2792
  <?php
2793
  }
2794
 
2795
- public function render_logo()
2796
- {
2797
- $settings = $this->get_settings_for_display();
2798
-
2799
- if ( 'image' == $settings['logo_type'] ) {
2800
- $image_html = '';
2801
- $image_html = Group_Control_Image_Size::get_attachment_image_src( $settings['logo_image']['id'], 'logo_image_s', $settings );
2802
- $placeholder_image_src = BDTPS_ASSETS_URL . 'images/brand-logo.svg';
2803
-
2804
- if ( !$image_html ) {
2805
- $image_html = '<img width="75" src="' . esc_url( $placeholder_image_src ) . '" alt="' . get_the_title() . '">';
2806
- } else {
2807
- $image_html = '<img width="75" src="' . esc_url( $image_html ) . '" alt="' . get_the_title() . '">';
2808
- }
2809
-
2810
- }
2811
-
2812
- $this->add_render_attribute( 'logo_link', 'class', 'bdt-logo-inner' );
2813
-
2814
- if ( 'yes' == $settings['show_logo_animation'] ) {
2815
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
2816
- $this->add_render_attribute( 'logo_link', 'bdt-scrollspy', 'delay: 500;' );
2817
- }
2818
-
2819
-
2820
- if ( 'yes' == $settings['show_custom_logo_link'] and !empty($settings['logo_link']['url']) ) {
2821
- $this->add_render_attribute( 'logo_link', 'href', $settings['logo_link']['url'] );
2822
- if ( $settings['logo_link']['is_external'] ) {
2823
- $this->add_render_attribute( 'logo_link', 'target', '_blank' );
2824
- }
2825
- if ( $settings['logo_link']['nofollow'] ) {
2826
- $this->add_render_attribute( 'logo_link', 'rel', 'nofollow' );
2827
- }
2828
- } else {
2829
- $this->add_render_attribute( 'logo_link', 'href', get_bloginfo( 'url' ) );
2830
- }
2831
-
2832
- ?>
2833
-
2834
- <?php
2835
-
2836
- if ( $settings['show_logo'] ) {
2837
- ?>
2838
-
2839
- <a <?php
2840
- $this->print_render_attribute_string( 'logo_link' );
2841
- ?>>
2842
-
2843
- <?php
2844
-
2845
- if ( 'image' == $settings['logo_type'] ) {
2846
- ?>
2847
-
2848
- <?php
2849
- echo wp_kses_post( $image_html ) ;
2850
- ?>
2851
-
2852
- <?php
2853
- } else {
2854
- ?>
2855
-
2856
- <?php
2857
- echo wp_kses( $settings['logo_text'], prime_slider_allow_tags( 'logo' ) ) ;
2858
- ?>
2859
-
2860
- <?php
2861
- }
2862
-
2863
- ?>
2864
-
2865
- </a>
2866
-
2867
- <?php
2868
- }
2869
-
2870
- ?>
2871
- <?php
2872
- }
2873
-
2874
- public function render_menu( $menu_align = 'bdt-navbar-right' )
2875
- {
2876
- $settings = $this->get_settings_for_display();
2877
- ?>
2878
-
2879
- <nav class="bdt-prime-slider-navbar bdt-grid-small" bdt-grid>
2880
-
2881
- <div class="bdt-width-expand">
2882
-
2883
- <?php
2884
-
2885
- if ( 'yes' == $settings['dynamic_menu'] ) {
2886
- ?>
2887
- <?php
2888
- prime_slider_dynamic_menu( $this, $menu_align );
2889
- ?>
2890
- <?php
2891
- } else {
2892
- ?>
2893
- <?php
2894
- prime_slider_static_menu( $this, $menu_align );
2895
- ?>
2896
- <?php
2897
- }
2898
-
2899
- ?>
2900
-
2901
- </div>
2902
-
2903
- <?php
2904
-
2905
- if ( 'yes' == $settings['show_offcanvas'] ) {
2906
- ?>
2907
- <div class="bdt-width-auto">
2908
- <?php
2909
- $this->render_offcanvas_button();
2910
- ?>
2911
- </div>
2912
- <?php
2913
- }
2914
-
2915
- ?>
2916
-
2917
- </nav>
2918
-
2919
- <?php
2920
- }
2921
-
2922
- public function render_offcanvas()
2923
- {
2924
- $settings = $this->get_settings_for_display();
2925
- $id = ( ('custom' == $settings['layout'] and !empty($settings['offcanvas_custom_id'])) ? $settings['offcanvas_custom_id'] : 'bdt-offcanvas-' . $this->get_id() );
2926
- $this->add_render_attribute( 'offcanvas', 'class', 'bdt-offcanvas' );
2927
- $this->add_render_attribute( 'offcanvas', 'id', $id );
2928
- $this->add_render_attribute( [
2929
- 'offcanvas' => [
2930
- 'data-settings' => [ wp_json_encode( array_filter( [
2931
- 'id' => $id,
2932
- 'layout' => $settings['layout'],
2933
- ] ) ) ],
2934
- ],
2935
- ] );
2936
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'mode: ' . $settings['offcanvas_animations'] . ';' );
2937
- if ( $settings['offcanvas_overlay'] ) {
2938
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'overlay: true;' );
2939
- }
2940
- if ( $settings['offcanvas_flip'] ) {
2941
- $this->add_render_attribute( 'offcanvas', 'bdt-offcanvas', 'flip: true;' );
2942
- }
2943
- ?>
2944
-
2945
- <div <?php
2946
- $this->print_render_attribute_string( 'offcanvas' );
2947
- ?>>
2948
- <div class="bdt-offcanvas-bar">
2949
-
2950
- <?php
2951
- if ( $settings['offcanvas_close_button'] ) {
2952
- ?>
2953
- <button class="bdt-offcanvas-close" type="button" bdt-close></button>
2954
- <?php
2955
- }
2956
- ?>
2957
-
2958
- <?php
2959
-
2960
- if ( $settings['custom_content_before_switcher'] or $settings['custom_content_after_switcher'] or !empty($settings['source']) ) {
2961
- ?>
2962
- <?php
2963
-
2964
- if ( $settings['custom_content_before_switcher'] === 'yes' and !empty($settings['custom_content_before']) ) {
2965
- ?>
2966
- <div class="bdt-offcanvas-custom-content-before widget">
2967
- <?php
2968
- echo wp_kses_post( $settings['custom_content_before'] ) ;
2969
- ?>
2970
- </div>
2971
- <?php
2972
- }
2973
-
2974
- ?>
2975
-
2976
- <?php
2977
-
2978
- if ( 'sidebar' == $settings['source'] and !empty($settings['sidebars']) ) {
2979
- dynamic_sidebar( $settings['sidebars'] );
2980
- } elseif ( 'elementor' == $settings['source'] and !empty($settings['template_id']) ) {
2981
- echo Prime_Slider_Loader::elementor()->frontend->get_builder_content_for_display( $settings['template_id'] ) ;
2982
- }
2983
-
2984
- ?>
2985
-
2986
- <?php
2987
-
2988
- if ( $settings['custom_content_after_switcher'] === 'yes' and !empty($settings['custom_content_after']) ) {
2989
- ?>
2990
- <div class="bdt-offcanvas-custom-content-after widget">
2991
- <?php
2992
- echo wp_kses_post( $settings['custom_content_after'] ) ;
2993
- ?>
2994
- </div>
2995
- <?php
2996
- }
2997
-
2998
- ?>
2999
- <?php
3000
- } else {
3001
- ?>
3002
- <div class="bdt-offcanvas-custom-content-after widget">
3003
- <div class="bdt-alert-warning" bdt-alert><?php
3004
- esc_html_e( 'Ops you don\'t select or enter any content! Add your offcanvas content from editor.', 'bdthemes-prime-slider' );
3005
- ?></div>
3006
- </div>
3007
- <?php
3008
- }
3009
-
3010
- ?>
3011
- </div>
3012
- </div>
3013
-
3014
- <?php
3015
- }
3016
-
3017
- public function render_offcanvas_button()
3018
- {
3019
- $settings = $this->get_settings_for_display();
3020
- $id = 'bdt-offcanvas-' . $this->get_id();
3021
- if ( 'default' !== $settings['layout'] ) {
3022
- return;
3023
- }
3024
- $this->add_render_attribute( 'button', 'class', [ 'bdt-offcanvas-button', 'elementor-button' ] );
3025
-
3026
- if ( 'yes' == $settings['show_offcanvas_animation'] ) {
3027
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'cls: bdt-animation-fade;' );
3028
- $this->add_render_attribute( 'button', 'bdt-scrollspy', 'delay: 500;' );
3029
- }
3030
-
3031
- if ( $settings['hover_animation'] ) {
3032
- $this->add_render_attribute( 'button', 'class', 'elementor-animation-' . $settings['hover_animation'] );
3033
- }
3034
- $this->add_render_attribute( 'button', 'bdt-toggle', 'target: #' . esc_attr( $id ) );
3035
- $this->add_render_attribute( 'button', 'href', '#' );
3036
- $this->add_render_attribute( 'content-wrapper', 'class', 'elementor-button-content-wrapper' );
3037
- $this->add_render_attribute( 'icon-align', 'class', 'elementor-align-icon-' . $settings['offcanvas_button_icon_align'] );
3038
- $this->add_render_attribute( 'icon-align', 'class', 'bdt-offcanvas-button-icon elementor-button-icon' );
3039
- $this->add_render_attribute( 'text', 'class', 'elementor-button-text' );
3040
- ?>
3041
-
3042
- <div class="bdt-offcanvas-button-wrapper">
3043
- <a <?php
3044
- $this->print_render_attribute_string( 'button' );
3045
- ?>>
3046
-
3047
- <span <?php
3048
- $this->print_render_attribute_string( 'content-wrapper' );
3049
- ?>>
3050
- <?php
3051
-
3052
- if ( !empty($settings['offcanvas_button_icon']['value']) ) {
3053
- ?>
3054
- <span <?php
3055
- $this->print_render_attribute_string( 'icon-align' );
3056
- ?>>
3057
-
3058
- <?php
3059
- Icons_Manager::render_icon( $settings['offcanvas_button_icon'], [
3060
- 'aria-hidden' => 'true',
3061
- 'class' => 'fa-fw',
3062
- ] );
3063
- ?>
3064
-
3065
- </span>
3066
- <?php
3067
- }
3068
-
3069
- ?>
3070
- <?php
3071
-
3072
- if ( !empty($settings['offcanvas_button_text']) ) {
3073
- ?>
3074
- <span <?php
3075
- $this->print_render_attribute_string( 'text' );
3076
- ?>><?php
3077
- echo wp_kses( $settings['offcanvas_button_text'], prime_slider_allow_tags( 'title' ) ) ;
3078
- ?></span>
3079
- <?php
3080
- }
3081
-
3082
- ?>
3083
- </span>
3084
-
3085
- </a>
3086
- </div>
3087
- <?php
3088
- }
3089
-
3090
- public function header_sticky_render()
3091
- {
3092
- $settings = $this->get_settings_for_display();
3093
-
3094
- if ( !empty($settings['header_sticky_on']) == 'yes' ) {
3095
- $sticky_option = [];
3096
- if ( !empty($settings['header_sticky_on_scroll_up']) ) {
3097
- $sticky_option['show-on-up'] = 'show-on-up: true';
3098
- }
3099
- if ( !empty($settings['header_sticky_offset']['size']) ) {
3100
- $sticky_option['offset'] = 'offset: ' . $settings['header_sticky_offset']['size'];
3101
- }
3102
- if ( !empty($settings['header_sticky_animation']) ) {
3103
- $sticky_option['animation'] = 'animation: bdt-animation-' . $settings['header_sticky_animation'] . '; top: 100';
3104
- }
3105
- if ( !empty($settings['header_sticky_bottom']) ) {
3106
- $sticky_option['bottom'] = 'bottom: ' . $settings['header_sticky_bottom'];
3107
- }
3108
- if ( !empty($settings['header_sticky_off_media']) ) {
3109
- $sticky_option['media'] = 'media: ' . $settings['header_sticky_off_media'];
3110
- }
3111
- $this->add_render_attribute( 'header', 'bdt-sticky', implode( ";", $sticky_option ) );
3112
- $this->add_render_attribute( 'header', 'class', 'bdt-sticky' );
3113
- }
3114
-
3115
- }
3116
-
3117
  public function render_navigation_arrows()
3118
  {
3119
  $settings = $this->get_settings_for_display();
@@ -3176,9 +1704,6 @@ class Isolate extends Widget_Base
3176
  $this->render_scroll_button();
3177
  ?>
3178
  </div>
3179
- <?php
3180
- $this->render_offcanvas();
3181
- ?>
3182
  <?php
3183
  }
3184
 
9
  use Elementor\Group_Control_Background ;
10
  use Elementor\Group_Control_Box_Shadow ;
11
  use Elementor\Group_Control_Image_Size ;
12
+ use Elementor\Group_Control_Text_Stroke ;
13
+ use Elementor\Group_Control_Text_Shadow ;
14
  use PrimeSlider\Utils ;
15
  use Elementor\Repeater ;
16
  use Elementor\Icons_Manager ;
94
  ],
95
  ],
96
  ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  $this->add_control( 'show_title', [
98
  'label' => esc_html__( 'Show Title', 'bdthemes-prime-slider' ),
99
  'type' => Controls_Manager::SWITCHER,
218
  ],
219
  ] );
220
  $this->end_controls_section();
221
+ $this->start_controls_section( 'section_content_sliders', [
222
+ 'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
  ] );
224
+ $repeater = new Repeater();
225
+ $repeater->add_control( 'sub_title', [
226
+ 'label' => esc_html__( 'Sub Title', 'bdthemes-prime-slider' ),
227
  'type' => Controls_Manager::TEXT,
228
+ 'label_block' => true,
229
  'dynamic' => [
230
  'active' => true,
 
 
 
 
 
 
231
  ],
232
  ] );
233
+ $repeater->add_control( 'title', [
234
+ 'label' => esc_html__( 'Title', 'bdthemes-prime-slider' ),
235
+ 'type' => Controls_Manager::TEXT,
236
+ 'label_block' => true,
237
+ 'dynamic' => [
238
  'active' => true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  ],
240
  ] );
241
+ $repeater->add_control( 'title_link', [
242
+ 'label' => esc_html__( 'Title Link', 'bdthemes-prime-slider' ),
243
+ 'type' => Controls_Manager::URL,
244
+ 'default' => [
245
+ 'url' => '',
 
 
 
 
 
 
 
246
  ],
247
+ 'show_external' => false,
248
+ 'dynamic' => [
249
+ 'active' => true,
250
  ],
251
+ 'condition' => [
252
+ 'title!' => '',
 
253
  ],
254
  ] );
255
+ $repeater->add_control( 'slide_button_text', [
256
+ 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
257
+ 'type' => Controls_Manager::TEXT,
258
+ 'default' => esc_html__( 'Details', 'bdthemes-prime-slider' ),
259
+ 'label_block' => true,
260
+ 'dynamic' => [
261
+ 'active' => true,
262
  ],
263
  ] );
264
+ $repeater->add_control( 'button_link', [
265
+ 'label' => esc_html__( 'Button Link', 'bdthemes-prime-slider' ),
266
  'type' => Controls_Manager::URL,
 
 
 
267
  'default' => [
268
  'url' => '',
269
  ],
270
+ 'dynamic' => [
271
+ 'active' => true,
 
272
  ],
 
 
 
 
273
  'condition' => [
274
+ 'title!' => '',
275
  ],
276
  ] );
277
+ $repeater->add_control( 'excerpt', [
278
+ 'label' => esc_html__( 'Excerpt', 'bdthemes-prime-slider' ),
279
+ 'type' => Controls_Manager::WYSIWYG,
280
+ 'default' => esc_html__( 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem, totam rem aperiam, eaque ipsa quae ab illo inventore et quasi architecto beatae vitae dicta sunt explicabo.', 'bdthemes-prime-slider' ),
281
+ 'label_block' => true,
282
+ 'dynamic' => [
283
+ 'active' => true,
 
 
 
 
284
  ],
285
  ] );
286
+ $repeater->add_control( 'image', [
287
+ 'label' => esc_html__( 'Image', 'bdthemes-prime-slider' ),
288
+ 'type' => Controls_Manager::MEDIA,
289
+ 'default' => [
290
+ 'url' => Utils::get_placeholder_image_src(),
 
 
 
 
 
 
 
 
 
 
 
291
  ],
292
+ 'dynamic' => [
293
+ 'active' => true,
294
  ],
295
  ] );
296
+ $repeater->add_control( 'lightbox_link', [
297
+ 'label' => __( 'Lightbox Source', 'bdthemes-prime-slider' ),
298
+ 'type' => Controls_Manager::URL,
299
+ 'show_external' => false,
300
+ 'default' => [
301
+ 'url' => 'https://www.youtube.com/watch?v=YE7VzlLtp-4',
 
 
 
 
 
302
  ],
303
+ 'placeholder' => 'https://youtube.com/watch?v=xyzxyz',
304
+ 'label_block' => true,
305
+ 'dynamic' => [
306
+ 'active' => true,
307
  ],
308
+ ] );
309
+ $this->add_control( 'slides', [
310
+ 'label' => esc_html__( 'Slider Items', 'bdthemes-prime-slider' ),
311
+ 'type' => Controls_Manager::REPEATER,
312
+ 'fields' => $repeater->get_controls(),
313
+ 'default' => [ [
314
+ 'title' => esc_html__( 'Slide Item 1', 'bdthemes-prime-slider' ),
315
+ 'image' => [
316
+ 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-4.svg',
317
  ],
318
+ ], [
319
+ 'title' => esc_html__( 'Slide Item 2', 'bdthemes-prime-slider' ),
320
+ 'image' => [
321
+ 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-5.svg',
322
  ],
323
+ ], [
324
+ 'title' => esc_html__( 'Slide Item 3', 'bdthemes-prime-slider' ),
325
+ 'image' => [
326
+ 'url' => BDTPS_ASSETS_URL . 'images/gallery/img-6.svg',
327
  ],
328
+ ] ],
329
+ 'title_field' => '{{{ title }}}',
330
  ] );
331
+ $this->add_group_control( Group_Control_Image_Size::get_type(), [
332
+ 'name' => 'thumbnail_size',
333
+ 'label' => esc_html__( 'Image Size', 'bdthemes-prime-slider' ),
334
+ 'exclude' => [ 'custom' ],
335
+ 'default' => 'full',
336
+ 'prefix_class' => 'bdt-custom-gallery--thumbnail-size-',
 
 
 
 
337
  ] );
338
+ $this->add_control( 'image_offset_toggle', [
339
+ 'label' => __( 'Image Match Height', 'bdthemes-element-pack' ) . BDTPS_NC,
340
+ 'type' => Controls_Manager::POPOVER_TOGGLE,
341
+ 'label_off' => __( 'None', 'bdthemes-element-pack' ),
342
+ 'label_on' => __( 'Custom', 'bdthemes-element-pack' ),
343
+ 'return_value' => 'yes',
344
+ 'condition' => [
345
+ '_skin' => '',
 
 
 
 
 
 
 
346
  ],
347
  ] );
348
+ $this->start_popover();
349
+ $this->add_control( 'image_match_height_desktop', [
350
+ 'label' => esc_html__( 'Desktop', 'bdthemes-prime-slider' ),
351
+ 'type' => Controls_Manager::SWITCHER,
352
+ 'default' => 'yes',
353
+ 'prefix_class' => 'bdt-image-match-height-desktop--',
354
+ 'render_type' => 'template',
355
+ 'condition' => [
356
+ '_skin' => '',
 
 
357
  ],
358
  ] );
359
+ $this->add_control( 'image_match_height_tablet', [
360
+ 'label' => esc_html__( 'Tablet', 'bdthemes-prime-slider' ),
361
+ 'type' => Controls_Manager::SWITCHER,
362
+ 'default' => 'yes',
363
+ 'prefix_class' => 'bdt-image-match-height-tablet--',
364
+ 'render_type' => 'template',
365
+ 'condition' => [
366
+ '_skin' => '',
367
  ],
368
+ ] );
369
+ $this->add_control( 'image_match_height_mobile', [
370
+ 'label' => esc_html__( 'Mobile', 'bdthemes-prime-slider' ),
371
+ 'type' => Controls_Manager::SWITCHER,
372
+ 'default' => 'yes',
373
+ 'prefix_class' => 'bdt-image-match-height-mobile--',
374
+ 'render_type' => 'template',
375
+ 'condition' => [
376
+ '_skin' => '',
377
  ],
378
+ ] );
379
+ $this->add_control( 'important_note', [
380
+ 'type' => Controls_Manager::RAW_HTML,
381
+ 'raw' => __( 'If you turn on this option, then no need to set exact sized image, otherwise image will set by ratio of its actual size.', 'bdthemes-prime-slider' ),
382
+ 'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
383
+ 'condition' => [
384
+ '_skin' => '',
385
  ],
386
+ ] );
387
+ $this->end_popover();
388
+ $this->end_controls_section();
389
+ $this->start_controls_section( 'section_content_social_link', [
390
+ 'label' => __( 'Social Icon', 'bdthemes-prime-slider' ),
391
  'condition' => [
392
+ 'show_social_icon' => 'yes',
393
+ '_skin' => [ 'locate', 'slice' ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  ],
395
  ] );
396
  $repeater = new Repeater();
397
+ $repeater->add_control( 'social_link_title', [
398
+ 'label' => __( 'Title', 'bdthemes-prime-slider' ),
399
+ 'type' => Controls_Manager::TEXT,
 
 
 
 
400
  ] );
401
+ $repeater->add_control( 'social_link', [
402
+ 'label' => __( 'Link', 'bdthemes-prime-slider' ),
403
+ 'type' => Controls_Manager::TEXT,
404
+ ] );
405
+ $repeater->add_control( 'social_icon', [
406
+ 'label' => __( 'Choose Icon', 'bdthemes-prime-slider' ),
407
+ 'type' => Controls_Manager::ICONS,
 
 
 
408
  ] );
409
+ $this->add_control( 'social_link_list', [
 
410
  'type' => Controls_Manager::REPEATER,
411
  'fields' => $repeater->get_controls(),
412
+ 'default' => [ [
413
+ 'social_link' => __( 'http://www.facebook.com/bdthemes/', 'bdthemes-prime-slider' ),
414
+ 'social_icon' => [
415
+ 'value' => 'fab fa-facebook-f',
416
+ 'library' => 'fa-brands',
 
 
 
 
 
 
 
417
  ],
418
+ 'social_link_title' => 'Facebook',
419
+ ], [
420
+ 'social_link' => __( 'http://www.twitter.com/bdthemes/', 'bdthemes-prime-slider' ),
421
+ 'social_icon' => [
422
+ 'value' => 'fab fa-twitter',
423
+ 'library' => 'fa-brands',
424
  ],
425
+ 'social_link_title' => 'Twitter',
426
+ ], [
427
+ 'social_link' => __( 'http://www.instagram.com/bdthemes/', 'bdthemes-prime-slider' ),
428
+ 'social_icon' => [
429
+ 'value' => 'fab fa-instagram',
430
+ 'library' => 'fa-brands',
431
  ],
432
+ 'social_link_title' => 'Instagram',
433
+ ] ],
434
+ 'title_field' => '{{{ social_link_title }}}',
435
  ] );
436
+ $this->end_controls_section();
437
+ $this->start_controls_section( 'section_content_scroll_button', [
438
+ 'label' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
439
  'condition' => [
440
+ 'show_scroll_button' => [ 'yes' ],
441
+ '_skin!' => 'slice',
 
 
 
 
 
 
442
  ],
 
443
  ] );
444
+ $this->add_control( 'duration', [
445
+ 'label' => esc_html__( 'Duration', 'bdthemes-prime-slider' ),
446
+ 'type' => Controls_Manager::SLIDER,
447
+ 'size_units' => [ 'px' ],
448
+ 'range' => [
449
  'px' => [
450
+ 'min' => 100,
451
+ 'max' => 5000,
452
+ 'step' => 50,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  ],
 
 
454
  ],
455
  ] );
456
+ $this->add_control( 'offset', [
457
+ 'label' => esc_html__( 'Offset', 'bdthemes-prime-slider' ),
458
+ 'type' => Controls_Manager::SLIDER,
459
+ 'range' => [
 
 
 
460
  'px' => [
461
+ 'min' => -200,
462
+ 'max' => 200,
463
+ 'step' => 10,
 
 
 
 
 
 
464
  ],
 
 
 
 
 
 
 
 
465
  ],
466
  ] );
467
+ $this->add_control( 'scroll_button_text', [
468
+ 'label' => esc_html__( 'Button Text', 'bdthemes-prime-slider' ),
 
469
  'type' => Controls_Manager::TEXT,
470
+ 'dynamic' => [
471
+ 'active' => true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
472
  ],
473
+ 'default' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
474
+ 'placeholder' => esc_html__( 'Scroll Down', 'bdthemes-prime-slider' ),
475
  ] );
476
+ $this->add_control( 'section_id', [
477
+ 'label' => esc_html__( 'Section ID', 'bdthemes-prime-slider' ),
478
+ 'type' => Controls_Manager::TEXT,
479
+ 'default' => 'my-header',
480
+ 'description' => esc_html__( "By clicking this scroll button, to which section in your page you want to go? Just write that's section ID here such 'my-header'. N.B: No need to add '#'.", 'bdthemes-prime-slider' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
481
  ] );
482
+ $this->end_controls_section();
483
+ $this->start_controls_section( 'section_content_animation', [
484
+ 'label' => esc_html__( 'Animation', 'bdthemes-prime-slider' ),
485
  ] );
486
+ $this->add_control( 'finite', [
487
+ 'label' => esc_html__( 'Loop', 'bdthemes-prime-slider' ),
488
  'type' => Controls_Manager::SWITCHER,
489
  'default' => 'yes',
490
  ] );
491
+ $this->add_control( 'autoplay', [
492
+ 'label' => esc_html__( 'Autoplay', 'bdthemes-prime-slider' ),
493
+ 'type' => Controls_Manager::SWITCHER,
494
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
495
  ] );
496
+ $this->add_control( 'autoplay_interval', [
497
+ 'label' => esc_html__( 'Autoplay Interval', 'bdthemes-prime-slider' ),
498
+ 'type' => Controls_Manager::NUMBER,
499
+ 'default' => 7000,
500
  'condition' => [
501
+ 'autoplay' => 'yes',
502
  ],
503
  ] );
504
+ $this->add_control( 'pause_on_hover', [
505
+ 'label' => esc_html__( 'Pause on Hover', 'bdthemes-prime-slider' ),
506
+ 'type' => Controls_Manager::SWITCHER,
 
 
 
 
507
  ] );
508
+ $this->add_control( 'velocity', [
509
+ 'label' => __( 'Animation Speed', 'bdthemes-element-pack' ),
510
+ 'type' => Controls_Manager::SLIDER,
511
+ 'range' => [
512
+ 'px' => [
513
+ 'min' => 0.1,
514
+ 'max' => 1,
515
+ 'step' => 0.1,
516
  ],
 
 
 
 
 
 
 
 
517
  ],
518
  ] );
519
+ $this->add_control( 'animation_parallax', [
520
+ 'label' => esc_html__( 'Parallax Animation', 'bdthemes-element-pack' ) . BDTPS_NC,
521
+ 'type' => Controls_Manager::SWITCHER,
522
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
523
  'separator' => 'before',
524
  ] );
525
+ $this->add_control( 'kenburns_animation', [
526
+ 'label' => esc_html__( 'Kenburns Animation', 'bdthemes-prime-slider' ),
527
+ 'separator' => 'before',
528
+ 'type' => Controls_Manager::SWITCHER,
 
 
 
 
 
 
 
 
 
 
529
  ] );
530
+ $this->add_control( 'kenburns_reverse', [
531
+ 'label' => esc_html__( 'Kenburn Reverse', 'bdthemes-prime-slider' ),
532
+ 'type' => Controls_Manager::SWITCHER,
533
  'condition' => [
534
+ 'kenburns_animation' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  ],
536
  ] );
537
+ $this->add_control( 'show_logo_animation', [
538
+ 'label' => esc_html__( 'Show Logo Animation', 'bdthemes-prime-slider' ),
539
+ 'type' => Controls_Manager::SWITCHER,
540
+ 'default' => 'yes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  'separator' => 'before',
542
+ 'condition' => [
543
+ 'show_logo' => 'yes',
 
 
 
 
544
  ],
545
  ] );
546
+ $this->add_control( 'show_menu_animation', [
547
+ 'label' => esc_html__( 'Show Menu Animation', 'bdthemes-prime-slider' ),
548
+ 'type' => Controls_Manager::SWITCHER,
549
+ 'default' => 'yes',
550
+ 'condition' => [
551
+ 'show_menu' => 'yes',
552
  ],
553
  ] );
554
+ $this->add_control( 'show_offcanvas_animation', [
555
+ 'label' => esc_html__( 'Show Offcanvas Animation', 'bdthemes-prime-slider' ),
556
+ 'type' => Controls_Manager::SWITCHER,
557
+ 'default' => 'yes',
558
  'condition' => [
559
+ 'show_offcanvas' => 'yes',
 
 
 
560
  ],
561
  ] );
 
 
562
  $this->end_controls_section();
563
+ //Style Start
564
  $this->start_controls_section( 'section_style_sliders', [
565
  'label' => esc_html__( 'Sliders', 'bdthemes-prime-slider' ),
566
  'tab' => Controls_Manager::TAB_STYLE,
682
  'show_title' => [ 'yes' ],
683
  ],
684
  ] );
685
+ // $this->add_control(
686
+ // 'show_text_stroke',
687
+ // [
688
+ // 'label' => esc_html__('Text Stroke', 'bdthemes-prime-slider') . BDTPS_NC,
689
+ // 'type' => Controls_Manager::SWITCHER,
690
+ // 'prefix_class' => 'bdt-text-stroke--',
691
+ // 'condition' => [
692
+ // 'show_title' => ['yes'],
693
+ // ],
694
+ // ]
695
+ // );
696
  $this->add_control( 'title_color', [
697
  'label' => esc_html__( 'Color', 'bdthemes-prime-slider' ),
698
  'type' => Controls_Manager::COLOR,
699
  'selectors' => [
700
+ '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag, {{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a' => 'color: {{VALUE}};',
701
  ],
702
  'condition' => [
703
  'show_title' => [ 'yes' ],
710
  'show_title' => [ 'yes' ],
711
  ],
712
  ] );
713
+ $this->add_group_control( Group_Control_Text_Stroke::get_type(), [
714
+ 'name' => 'title_text_stroke',
715
+ 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag, {{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a',
716
+ 'fields_options' => [
717
+ 'text_stroke_type' => [
718
+ 'label' => esc_html__( 'Text Stroke', 'bdthemes-prime-slider' ) . BDTPS_NC,
719
+ ],
720
+ ],
721
+ 'condition' => [
722
+ 'show_title' => [ 'yes' ],
723
+ ],
724
+ ] );
725
+ $this->add_group_control( Group_Control_Text_Shadow::get_type(), [
726
+ 'name' => 'title_text_shadow',
727
+ 'label' => __( 'Text Shadow', 'bdthemes-prime-slider' ) . BDTPS_NC,
728
+ 'selector' => '{{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag, {{WRAPPER}} .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a',
729
+ 'condition' => [
730
+ 'show_title' => [ 'yes' ],
731
+ ],
732
+ ] );
733
  $this->add_responsive_control( 'prime_slider_title_spacing', [
734
  'label' => esc_html__( 'Title Spacing', 'bdthemes-prime-slider' ),
735
  'type' => Controls_Manager::SLIDER,
1606
  public function render_header( $skin_name = 'isolate' )
1607
  {
1608
  $settings = $this->get_settings_for_display();
 
 
1609
  $this->add_render_attribute( 'slider', 'class', 'bdt-prime-slider-skin-' . $skin_name );
1610
  $this->add_render_attribute( 'slider', 'class', 'content-position-' . $settings['content_position'] );
1611
  $this->add_render_attribute( 'slider', 'class', 'content-position-' . $settings['content_column_position'] );
1630
  ?>
1631
  <div class="bdt-prime-slider">
1632
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1633
  <div <?php
1634
  $this->print_render_attribute_string( 'slider' );
1635
  ?> >
1642
  <?php
1643
  }
1644
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1645
  public function render_navigation_arrows()
1646
  {
1647
  $settings = $this->get_settings_for_display();
1704
  $this->render_scroll_button();
1705
  ?>
1706
  </div>
 
 
 
1707
  <?php
1708
  }
1709
 
modules/pagepiling/widgets/pagepiling.php CHANGED
@@ -466,36 +466,36 @@ class Pagepiling extends Widget_Base {
466
  ]
467
  );
468
 
469
- // $this->add_control(
470
- // 'autoplay',
471
- // [
472
- // 'label' => esc_html__( 'Autoplay', 'bdthemes-element-pack' ),
473
- // 'type' => Controls_Manager::SWITCHER,
474
- // 'render_type' => 'template',
475
- // ]
476
- // );
477
-
478
- // $this->add_control(
479
- // 'autoPlayDuration',
480
- // [
481
- // 'label' => esc_html__( 'AutoPlay Duration', 'bdthemes-element-pack' ),
482
- // 'type' => Controls_Manager::SLIDER,
483
- // 'default' => [
484
- // 'size' => 1000,
485
- // ],
486
- // 'size_units' => ['px'],
487
- // 'range' => [
488
- // 'px' => [
489
- // 'max' => 5000,
490
- // 'min' => 100,
491
- // ]
492
- // ],
493
- // 'render_type' => 'template',
494
- // 'condition' => [
495
- // 'autoplay' => 'yes'
496
- // ]
497
- // ]
498
- // );
499
 
500
  $this->end_controls_section();
501
 
@@ -1358,7 +1358,7 @@ class Pagepiling extends Widget_Base {
1358
  'data-settings' => [
1359
  wp_json_encode(array_filter([
1360
  "scrollingSpeed" => $settings["scrollingSpeed"]["size"],
1361
- // "autoplay" => ("yes" == $settings["autoplay"]) ? ["autoPlayDuration" => $settings["autoPlayDuration"]] : false,
1362
  "loopBottom" => ("yes" == $settings["loopBottom"]) ? true : false,
1363
  "loopTop" => ("yes" == $settings["loopTop"]) ? true : false,
1364
  ]))
466
  ]
467
  );
468
 
469
+ $this->add_control(
470
+ 'autoplay',
471
+ [
472
+ 'label' => esc_html__( 'Autoplay', 'bdthemes-element-pack' ) . BDTPS_NC,
473
+ 'type' => Controls_Manager::SWITCHER,
474
+ 'render_type' => 'template',
475
+ ]
476
+ );
477
+
478
+ $this->add_control(
479
+ 'autoplay_duration',
480
+ [
481
+ 'label' => esc_html__( 'AutoPlay Duration', 'bdthemes-element-pack' ),
482
+ 'type' => Controls_Manager::SLIDER,
483
+ 'default' => [
484
+ 'size' => 1000,
485
+ ],
486
+ 'size_units' => ['px'],
487
+ 'range' => [
488
+ 'px' => [
489
+ 'max' => 5000,
490
+ 'min' => 100,
491
+ ]
492
+ ],
493
+ 'render_type' => 'template',
494
+ 'condition' => [
495
+ 'autoplay' => 'yes'
496
+ ]
497
+ ]
498
+ );
499
 
500
  $this->end_controls_section();
501
 
1358
  'data-settings' => [
1359
  wp_json_encode(array_filter([
1360
  "scrollingSpeed" => $settings["scrollingSpeed"]["size"],
1361
+ "autoplay" => ("yes" == $settings["autoplay"]) ? ["autoplay_duration" => $settings["autoplay_duration"]['size']] : false,
1362
  "loopBottom" => ("yes" == $settings["loopBottom"]) ? true : false,
1363
  "loopTop" => ("yes" == $settings["loopTop"]) ? true : false,
1364
  ]))
modules/rubix/widgets/rubix.php CHANGED
@@ -131,7 +131,7 @@
131
  ]
132
  );
133
 
134
- $this->add_responsive_control(
135
  'thumbs_position',
136
  [
137
  'label' => esc_html__( 'Thumbs Position', 'bdthemes-prime-slider' ),
@@ -151,6 +151,15 @@
151
  ]
152
  );
153
 
 
 
 
 
 
 
 
 
 
154
  $this->add_responsive_control(
155
  'content_alignment',
156
  [
131
  ]
132
  );
133
 
134
+ $this->add_control(
135
  'thumbs_position',
136
  [
137
  'label' => esc_html__( 'Thumbs Position', 'bdthemes-prime-slider' ),
151
  ]
152
  );
153
 
154
+ $this->add_control(
155
+ 'content_reverse',
156
+ [
157
+ 'label' => esc_html__('Content Reverse', 'bdthemes-prime-slider') . BDTPS_NC,
158
+ 'type' => Controls_Manager::SWITCHER,
159
+ 'prefix_class' => 'bdt-ps-reverese--',
160
+ ]
161
+ );
162
+
163
  $this->add_responsive_control(
164
  'content_alignment',
165
  [
readme.txt CHANGED
@@ -5,11 +5,11 @@ Tags: elementor, prime slider, modern slider, slider addons, elementor addons, d
5
  Requires at least: 5.0.0
6
  Tested up to: 6.0.1
7
  Requires PHP: 5.6.42
8
- Stable tag: 3.0.0
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Elementor requires at least: 3.0.0
12
- Elementor tested up to: 3.7.2
13
 
14
  Best Addon for Elementor WordPress Plugin with 50+ Awesome slider design that you can use your modern website with elementor website builder.
15
 
@@ -102,6 +102,7 @@ More free widgets & extensions are coming soon...
102
  0. **[Custom](https://primeslider.pro/demo/custom/)** - You can make any design by this slider. Create your template then select in the custom slider that's it.
103
  0. **[Flexure](https://primeslider.pro/demo/flexure/)** - Flexure is a full-width slider widget with an eye-catchy background synchronization. It has a tab-like layout that changes the background images by simply hovering over the titles. See the demo
104
  0. **[Fluent](https://primeslider.pro/demo/fluent/)** - You can make brand new blogging slider with this widget. it's support post query so you can show your post by query.
 
105
  0. **[Knily](https://primeslider.pro/demo/knily/)** - Knily slider is a full-width slider widget, packed with a wide base display and floating thumb tabs. This slider can occupy your hero section to show your most treasured post with style. See the demo
106
  0. **[Marble](https://primeslider.pro/demo/marble/)** - Marble base slider is a unique and tricky slider widget that presents your posts resembling a horizontal timeline. The whole slider can be customized to perfectly fit as a featured section on your site. See the demo
107
  0. **[Monster](https://primeslider.pro/demo/monster/)** - The Monster slider comes with a coverflow carousel layout by default. It has a minimalistic content delivery with a full-width section coverage. Best for featuring products or posts. See the demo
@@ -150,7 +151,7 @@ A mastermind of some outstanding WP products including theme Astra, has a Youtub
150
 
151
  1. **Elementor editor fails to load**
152
  Ans. It is due to your server PHP setting. You can increase PHP memory limit from wp-config.php file or php.ini file
153
- [View Documentation](https://www.elementpack.pro/how-to-resolve-elementor-widget-panel-stall-on-loading/)
154
 
155
  == Need Help? 🙂 ==
156
 
@@ -186,6 +187,21 @@ e.g.
186
 
187
  == Changelog ==
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  = 3.0.0 [25th August 2022] =
190
 
191
  * Added: Avatar widget added
5
  Requires at least: 5.0.0
6
  Tested up to: 6.0.1
7
  Requires PHP: 5.6.42
8
+ Stable tag: 3.1.0
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Elementor requires at least: 3.0.0
12
+ Elementor tested up to: 3.7.4
13
 
14
  Best Addon for Elementor WordPress Plugin with 50+ Awesome slider design that you can use your modern website with elementor website builder.
15
 
102
  0. **[Custom](https://primeslider.pro/demo/custom/)** - You can make any design by this slider. Create your template then select in the custom slider that's it.
103
  0. **[Flexure](https://primeslider.pro/demo/flexure/)** - Flexure is a full-width slider widget with an eye-catchy background synchronization. It has a tab-like layout that changes the background images by simply hovering over the titles. See the demo
104
  0. **[Fluent](https://primeslider.pro/demo/fluent/)** - You can make brand new blogging slider with this widget. it's support post query so you can show your post by query.
105
+ 0. **[Fortune](https://primeslider.pro/demo/fortune/)** -
106
  0. **[Knily](https://primeslider.pro/demo/knily/)** - Knily slider is a full-width slider widget, packed with a wide base display and floating thumb tabs. This slider can occupy your hero section to show your most treasured post with style. See the demo
107
  0. **[Marble](https://primeslider.pro/demo/marble/)** - Marble base slider is a unique and tricky slider widget that presents your posts resembling a horizontal timeline. The whole slider can be customized to perfectly fit as a featured section on your site. See the demo
108
  0. **[Monster](https://primeslider.pro/demo/monster/)** - The Monster slider comes with a coverflow carousel layout by default. It has a minimalistic content delivery with a full-width section coverage. Best for featuring products or posts. See the demo
151
 
152
  1. **Elementor editor fails to load**
153
  Ans. It is due to your server PHP setting. You can increase PHP memory limit from wp-config.php file or php.ini file
154
+ [View Documentation](https://bdthemes.com/fix-elementor-stuck-on-loading-screen-instantly/)
155
 
156
  == Need Help? 🙂 ==
157
 
187
 
188
  == Changelog ==
189
 
190
+ = 3.1.0 [7th September 2022] =
191
+
192
+ * Added: Fortune widget added
193
+ * Added: Title width issue fixed in Reveal widget
194
+ * Fixed: Title style issue fixed in Reveal widget
195
+
196
+ = 3.0.1 [5th September 2022] =
197
+
198
+ * Added: Content Reverse option added in Rubix widget
199
+ * Added: Viewport Height option added in Blog widget (Thanks to Eemad)
200
+ * Added: Autoplay option added in Pagepiling widget (Thanks to Richard Jansma)
201
+ * Fixed: Link URL issue fixed in Crossroad widget (Thanks to Joshua Slot)
202
+ * Fixed: Script error issue fixed in Reveal widget (Thanks to Yeasir Jamal)
203
+ * Removed: Header logo, menu, offcanvas option removed in general, blog, isolate widgets
204
+
205
  = 3.0.0 [25th August 2022] =
206
 
207
  * Added: Avatar widget added