Elementor Page Builder - Version 0.1.2

Version Description

  • 31.05.2016 =
  • Tweak! - Added structure control for section element
  • Tweak! - Elementor Icons moved to lib (standalone)
  • Fixed! - Better check if YouTube API is loaded
  • Fixed! - Fixed applying value in dimensions
  • Fixed! - Bug in resize columns
Download this release

Release Info

Developer KingYes
Plugin Icon 128x128 Elementor Page Builder
Version 0.1.2
Comparing to
See all releases

Code changes from version 0.1.1 to 0.1.2

Files changed (60) hide show
  1. assets/admin/js/app.js +164 -71
  2. assets/admin/js/app.js.map +9 -7
  3. assets/admin/js/app.min.js +4 -4
  4. assets/css/admin-rtl.css +0 -265
  5. assets/css/admin-rtl.css.map +1 -1
  6. assets/css/admin-rtl.min.css +1 -1
  7. assets/css/admin.css +0 -265
  8. assets/css/admin.css.map +1 -1
  9. assets/css/admin.min.css +1 -1
  10. assets/css/editor-preview-rtl.css +19 -272
  11. assets/css/editor-preview-rtl.css.map +1 -1
  12. assets/css/editor-preview-rtl.min.css +1 -1
  13. assets/css/editor-preview.css +19 -272
  14. assets/css/editor-preview.css.map +1 -1
  15. assets/css/editor-preview.min.css +1 -1
  16. assets/css/editor-rtl.css +14 -279
  17. assets/css/editor-rtl.css.map +1 -1
  18. assets/css/editor-rtl.min.css +1 -1
  19. assets/css/editor.css +14 -279
  20. assets/css/editor.css.map +1 -1
  21. assets/css/editor.min.css +1 -1
  22. assets/css/frontend-rtl.css +0 -8
  23. assets/css/frontend-rtl.css.map +1 -1
  24. assets/css/frontend-rtl.min.css +1 -1
  25. assets/css/frontend.css +0 -8
  26. assets/css/frontend.css.map +1 -1
  27. assets/css/frontend.min.css +1 -1
  28. assets/fonts/eicon/eicon.eot +0 -0
  29. assets/fonts/eicon/eicon.svg +0 -174
  30. assets/fonts/eicon/eicon.ttf +0 -0
  31. assets/fonts/eicon/eicon.woff +0 -0
  32. assets/fonts/eicon/eicon.woff2 +0 -0
  33. assets/js/admin.min.js +1 -1
  34. assets/js/frontend.js +1 -1
  35. assets/js/frontend.min.js +2 -2
  36. assets/lib/eicons/css/elementor-icons.css +326 -0
  37. assets/lib/eicons/css/elementor-icons.min.css +2 -0
  38. assets/lib/eicons/fonts/eicons.eot +0 -0
  39. assets/lib/eicons/fonts/eicons.svg +214 -0
  40. assets/lib/eicons/fonts/eicons.ttf +0 -0
  41. assets/lib/eicons/fonts/eicons.woff +0 -0
  42. assets/lib/eicons/fonts/eicons.woff2 +0 -0
  43. elementor.php +3 -3
  44. includes/admin.php +17 -1
  45. includes/controls/structure.php +3 -3
  46. includes/editor-templates/global-template.php +9 -6
  47. includes/editor.php +26 -3
  48. includes/elements/base.php +2 -2
  49. includes/elements/section.php +46 -54
  50. includes/frontend.php +38 -5
  51. includes/preview.php +8 -1
  52. includes/settings/settings.php +1 -1
  53. includes/tracker.php +1 -1
  54. includes/widgets/alert.php +1 -1
  55. includes/widgets/button.php +1 -1
  56. includes/widgets/counter.php +1 -1
  57. includes/widgets/progress.php +1 -1
  58. includes/widgets/sidebar.php +1 -1
  59. includes/widgets/toggle.php +1 -1
  60. languages/elementor.pot +0 -406
assets/admin/js/app.js CHANGED
@@ -6,6 +6,7 @@ App = Marionette.Application.extend( {
6
  helpers: require( 'elementor-utils/helpers' ),
7
  heartbeat: require( 'elementor-utils/heartbeat' ),
8
  schemes: require( 'elementor-utils/schemes' ),
 
9
 
10
  // Channels
11
  editor: Backbone.Radio.channel( 'ELEMENTOR:editor' ),
@@ -284,7 +285,7 @@ App = Marionette.Application.extend( {
284
 
285
  module.exports = ( window.elementor = new App() ).start();
286
 
287
- },{"elementor-layouts/panel/panel":27,"elementor-models/element":30,"elementor-utils/heartbeat":34,"elementor-utils/helpers":35,"elementor-utils/schemes":36,"elementor-views/controls/base":41,"elementor-views/controls/choose":42,"elementor-views/controls/color":43,"elementor-views/controls/dimensions":44,"elementor-views/controls/font":45,"elementor-views/controls/gallery":46,"elementor-views/controls/icon":47,"elementor-views/controls/media":48,"elementor-views/controls/repeater":50,"elementor-views/controls/section":51,"elementor-views/controls/select2":52,"elementor-views/controls/slider":53,"elementor-views/controls/structure":54,"elementor-views/controls/url":55,"elementor-views/controls/wp_widget":56,"elementor-views/controls/wysiwyg":57,"elementor-views/sections":60}],2:[function(require,module,exports){
288
  var HandleAddDuplicateBehavior;
289
 
290
  HandleAddDuplicateBehavior = Marionette.Behavior.extend( {
@@ -2497,6 +2498,123 @@ helpers = {
2497
  module.exports = helpers;
2498
 
2499
  },{}],36:[function(require,module,exports){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2500
  var Schemes;
2501
 
2502
  Schemes = function() {
@@ -2660,7 +2778,7 @@ Schemes = function() {
2660
 
2661
  module.exports = new Schemes();
2662
 
2663
- },{}],37:[function(require,module,exports){
2664
  var BaseElementView;
2665
 
2666
  BaseElementView = Marionette.CompositeView.extend( {
@@ -2868,7 +2986,7 @@ BaseElementView = Marionette.CompositeView.extend( {
2868
 
2869
  module.exports = BaseElementView;
2870
 
2871
- },{}],38:[function(require,module,exports){
2872
  var BaseElementView = require( 'elementor-views/base-element' ),
2873
  ElementEmptyView = require( 'elementor-views/element-empty' ),
2874
  WidgetView = require( 'elementor-views/widget' ),
@@ -3073,7 +3191,7 @@ ColumnView = BaseElementView.extend( {
3073
 
3074
  module.exports = ColumnView;
3075
 
3076
- },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/resizable":7,"elementor-behaviors/sortable":8,"elementor-views/base-element":37,"elementor-views/element-empty":58,"elementor-views/section":59,"elementor-views/widget":61}],39:[function(require,module,exports){
3077
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3078
  ControlBaseMultipleItemView;
3079
 
@@ -3156,7 +3274,7 @@ ControlBaseMultipleItemView = ControlBaseItemView.extend( {
3156
 
3157
  module.exports = ControlBaseMultipleItemView;
3158
 
3159
- },{"elementor-views/controls/base":41}],40:[function(require,module,exports){
3160
  var ControlBaseMultipleItemView = require( 'elementor-views/controls/base-multiple' ),
3161
  ControlBaseUnitsItemView;
3162
 
@@ -3179,7 +3297,7 @@ ControlBaseUnitsItemView = ControlBaseMultipleItemView.extend( {
3179
 
3180
  module.exports = ControlBaseUnitsItemView;
3181
 
3182
- },{"elementor-views/controls/base-multiple":39}],41:[function(require,module,exports){
3183
  var ControlBaseItemView;
3184
 
3185
  ControlBaseItemView = Marionette.CompositeView.extend( {
@@ -3383,7 +3501,7 @@ ControlBaseItemView = Marionette.CompositeView.extend( {
3383
 
3384
  module.exports = ControlBaseItemView;
3385
 
3386
- },{}],42:[function(require,module,exports){
3387
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3388
  ControlChooseItemView;
3389
 
@@ -3436,7 +3554,7 @@ ControlChooseItemView = ControlBaseItemView.extend( {
3436
 
3437
  module.exports = ControlChooseItemView;
3438
 
3439
- },{"elementor-views/controls/base":41}],43:[function(require,module,exports){
3440
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3441
  ControlColorItemView;
3442
 
@@ -3473,7 +3591,7 @@ ControlColorItemView = ControlBaseItemView.extend( {
3473
 
3474
  module.exports = ControlColorItemView;
3475
 
3476
- },{"elementor-views/controls/base":41}],44:[function(require,module,exports){
3477
  var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),
3478
  ControlDimensionsItemView;
3479
 
@@ -3536,11 +3654,13 @@ ControlDimensionsItemView = ControlBaseUnitsItemView.extend( {
3536
  this.ui.link.addClass( 'unlinked' );
3537
 
3538
  this.ui.controls.each( _.bind( function( index, element ) {
3539
- if ( _.isEmpty( currentValue[ element.name ] ) ) {
3540
- currentValue[ element.name ] = this.defaultDimensionValue;
 
 
3541
  }
3542
 
3543
- this.$( element ).val( currentValue[ element.name ] );
3544
  }, this ) );
3545
  }
3546
 
@@ -3635,7 +3755,7 @@ ControlDimensionsItemView = ControlBaseUnitsItemView.extend( {
3635
 
3636
  module.exports = ControlDimensionsItemView;
3637
 
3638
- },{"elementor-views/controls/base-units":40}],45:[function(require,module,exports){
3639
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3640
  ControlFontItemView;
3641
 
@@ -3675,7 +3795,7 @@ ControlFontItemView = ControlBaseItemView.extend( {
3675
 
3676
  module.exports = ControlFontItemView;
3677
 
3678
- },{"elementor-views/controls/base":41}],46:[function(require,module,exports){
3679
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3680
  ControlMediaItemView;
3681
 
@@ -3794,7 +3914,7 @@ ControlMediaItemView = ControlBaseItemView.extend( {
3794
 
3795
  module.exports = ControlMediaItemView;
3796
 
3797
- },{"elementor-views/controls/base":41}],47:[function(require,module,exports){
3798
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3799
  ControlIconItemView;
3800
 
@@ -3834,7 +3954,7 @@ ControlIconItemView = ControlBaseItemView.extend( {
3834
 
3835
  module.exports = ControlIconItemView;
3836
 
3837
- },{"elementor-views/controls/base":41}],48:[function(require,module,exports){
3838
  var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),
3839
  ControlMediaItemView;
3840
 
@@ -3855,7 +3975,7 @@ ControlMediaItemView = ControlMultipleBaseItemView.extend( {
3855
  },
3856
 
3857
  onReady: function() {
3858
- if ( _.isEmpty( this.getControlValue() ) ) {
3859
  this.ui.controlMedia.addClass( 'media-empty' );
3860
  }
3861
  },
@@ -3924,7 +4044,7 @@ ControlMediaItemView = ControlMultipleBaseItemView.extend( {
3924
 
3925
  module.exports = ControlMediaItemView;
3926
 
3927
- },{"elementor-views/controls/base-multiple":39}],49:[function(require,module,exports){
3928
  var RepeaterRowView;
3929
 
3930
  RepeaterRowView = Marionette.CompositeView.extend( {
@@ -3981,7 +4101,7 @@ RepeaterRowView = Marionette.CompositeView.extend( {
3981
 
3982
  module.exports = RepeaterRowView;
3983
 
3984
- },{}],50:[function(require,module,exports){
3985
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3986
  RepeaterRowView = require( 'elementor-views/controls/repeater-row' ),
3987
  ControlRepeaterItemView;
@@ -4129,7 +4249,7 @@ ControlRepeaterItemView = ControlBaseItemView.extend( {
4129
 
4130
  module.exports = ControlRepeaterItemView;
4131
 
4132
- },{"elementor-views/controls/base":41,"elementor-views/controls/repeater-row":49}],51:[function(require,module,exports){
4133
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4134
  ControlSectionItemView;
4135
 
@@ -4149,7 +4269,7 @@ ControlSectionItemView = ControlBaseItemView.extend( {
4149
 
4150
  module.exports = ControlSectionItemView;
4151
 
4152
- },{"elementor-views/controls/base":41}],52:[function(require,module,exports){
4153
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4154
  ControlSelect2ItemView;
4155
 
@@ -4180,7 +4300,7 @@ ControlSelect2ItemView = ControlBaseItemView.extend( {
4180
 
4181
  module.exports = ControlSelect2ItemView;
4182
 
4183
- },{"elementor-views/controls/base":41}],53:[function(require,module,exports){
4184
  var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),
4185
  ControlSliderItemView;
4186
 
@@ -4240,9 +4360,8 @@ ControlSliderItemView = ControlBaseUnitsItemView.extend( {
4240
 
4241
  module.exports = ControlSliderItemView;
4242
 
4243
- },{"elementor-views/controls/base-units":40}],54:[function(require,module,exports){
4244
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4245
- SectionView = require( 'elementor-views/section' ),
4246
  ControlStructureItemView;
4247
 
4248
  ControlStructureItemView = ControlBaseItemView.extend( {
@@ -4250,29 +4369,30 @@ ControlStructureItemView = ControlBaseItemView.extend( {
4250
  templateHelpers: function() {
4251
  var helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );
4252
 
4253
- helpers.getPresetByStructure = function( structure ) {
4254
- return SectionView.getPresetByStructure( structure );
4255
- };
4256
-
4257
  helpers.getMorePresets = _.bind( this.getMorePresets, this );
4258
 
4259
  return helpers;
4260
  },
4261
 
4262
  getMorePresets: function() {
4263
- var parsedStructure = SectionView.getParsedStructure( this.getControlValue() );
4264
 
4265
- return SectionView.getPresets( parsedStructure.columnsCount );
4266
  },
4267
 
4268
  onInputChange: function() {
 
 
 
 
 
4269
  this.render();
4270
  }
4271
  } );
4272
 
4273
  module.exports = ControlStructureItemView;
4274
 
4275
- },{"elementor-views/controls/base":41,"elementor-views/section":59}],55:[function(require,module,exports){
4276
  var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),
4277
  ControlUrlItemView;
4278
 
@@ -4316,7 +4436,7 @@ ControlUrlItemView = ControlMultipleBaseItemView.extend( {
4316
 
4317
  module.exports = ControlUrlItemView;
4318
 
4319
- },{"elementor-views/controls/base-multiple":39}],56:[function(require,module,exports){
4320
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4321
  ControlWPWidgetItemView;
4322
 
@@ -4360,7 +4480,7 @@ ControlWPWidgetItemView = ControlBaseItemView.extend( {
4360
 
4361
  module.exports = ControlWPWidgetItemView;
4362
 
4363
- },{"elementor-views/controls/base":41}],57:[function(require,module,exports){
4364
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4365
  ControlWysiwygItemView;
4366
 
@@ -4469,7 +4589,7 @@ ControlWysiwygItemView = ControlBaseItemView.extend( {
4469
 
4470
  module.exports = ControlWysiwygItemView;
4471
 
4472
- },{"elementor-views/controls/base":41}],58:[function(require,module,exports){
4473
  var ElementEmptyView;
4474
 
4475
  ElementEmptyView = Marionette.ItemView.extend( {
@@ -4488,7 +4608,7 @@ ElementEmptyView = Marionette.ItemView.extend( {
4488
 
4489
  module.exports = ElementEmptyView;
4490
 
4491
- },{}],59:[function(require,module,exports){
4492
  var BaseElementView = require( 'elementor-views/base-element' ),
4493
  ColumnView = require( 'elementor-views/column' ),
4494
  SectionView;
@@ -4596,7 +4716,8 @@ SectionView = BaseElementView.extend( {
4596
  },
4597
 
4598
  setStructure: function( structure ) {
4599
- var parsedStructure = SectionView.getParsedStructure( structure );
 
4600
  if ( +parsedStructure.columnsCount !== this.collection.length ) {
4601
  throw new TypeError( 'The provided structure doesn\'t match the columns count.' );
4602
  }
@@ -4605,7 +4726,7 @@ SectionView = BaseElementView.extend( {
4605
  },
4606
 
4607
  redefineLayout: function() {
4608
- var preset = SectionView.getPresetByStructure( this.getStructure() );
4609
 
4610
  this.collection.each( function( model, index ) {
4611
  model.setSetting( '_column_size', preset.preset[ index ] );
@@ -4642,8 +4763,6 @@ SectionView = BaseElementView.extend( {
4642
 
4643
  onRender: function() {
4644
  this._checkIsFull();
4645
-
4646
- this.redefineLayout();
4647
  },
4648
 
4649
  onAddChild: function() {
@@ -4712,39 +4831,11 @@ SectionView = BaseElementView.extend( {
4712
  onStructureChanged: function() {
4713
  this.redefineLayout();
4714
  }
4715
- }, {
4716
- // Static methods
4717
- getPresets: function( columnsCount, presetIndex ) {
4718
- var presets = elementor.helpers.cloneObject( elementor.config.elements.section.presets );
4719
-
4720
- if ( columnsCount ) {
4721
- presets = presets[ columnsCount ];
4722
- }
4723
-
4724
- if ( presetIndex ) {
4725
- presets = presets[ presetIndex ];
4726
- }
4727
-
4728
- return presets;
4729
- },
4730
-
4731
- getPresetByStructure: function( structure ) {
4732
- var parsedStructure = SectionView.getParsedStructure( structure );
4733
-
4734
- return SectionView.getPresets( parsedStructure.columnsCount, parsedStructure.presetIndex );
4735
- },
4736
-
4737
- getParsedStructure: function( structure ) {
4738
- return {
4739
- columnsCount: structure.slice( 0, -1 ),
4740
- presetIndex: structure.substr( -1 )
4741
- };
4742
- }
4743
  } );
4744
 
4745
  module.exports = SectionView;
4746
 
4747
- },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/sortable":8,"elementor-views/base-element":37,"elementor-views/column":38}],60:[function(require,module,exports){
4748
  var SectionView = require( 'elementor-views/section' ),
4749
  SectionsCollectionView;
4750
 
@@ -4878,7 +4969,7 @@ SectionsCollectionView = Marionette.CompositeView.extend( {
4878
  this.closeSelectPresets();
4879
 
4880
  var selectedStructure = event.currentTarget.dataset.structure,
4881
- parsedStructure = SectionView.getParsedStructure( selectedStructure ),
4882
  elements = [],
4883
  loopIndex;
4884
 
@@ -4894,12 +4985,14 @@ SectionsCollectionView = Marionette.CompositeView.extend( {
4894
  var newSection = this.addSection( { elements: elements } );
4895
 
4896
  newSection.setStructure( selectedStructure );
 
 
4897
  }
4898
  } );
4899
 
4900
  module.exports = SectionsCollectionView;
4901
 
4902
- },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/sortable":8,"elementor-views/section":59}],61:[function(require,module,exports){
4903
  var BaseElementView = require( 'elementor-views/base-element' );
4904
 
4905
  var WidgetView = BaseElementView.extend( {
@@ -5051,5 +5144,5 @@ var WidgetView = BaseElementView.extend( {
5051
 
5052
  module.exports = WidgetView;
5053
 
5054
- },{"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-views/base-element":37}]},{},[1])
5055
  //# sourceMappingURL=app.js.map
6
  helpers: require( 'elementor-utils/helpers' ),
7
  heartbeat: require( 'elementor-utils/heartbeat' ),
8
  schemes: require( 'elementor-utils/schemes' ),
9
+ presetsFactory: require( 'elementor-utils/presets-factory' ),
10
 
11
  // Channels
12
  editor: Backbone.Radio.channel( 'ELEMENTOR:editor' ),
285
 
286
  module.exports = ( window.elementor = new App() ).start();
287
 
288
+ },{"elementor-layouts/panel/panel":27,"elementor-models/element":30,"elementor-utils/heartbeat":34,"elementor-utils/helpers":35,"elementor-utils/presets-factory":36,"elementor-utils/schemes":37,"elementor-views/controls/base":42,"elementor-views/controls/choose":43,"elementor-views/controls/color":44,"elementor-views/controls/dimensions":45,"elementor-views/controls/font":46,"elementor-views/controls/gallery":47,"elementor-views/controls/icon":48,"elementor-views/controls/media":49,"elementor-views/controls/repeater":51,"elementor-views/controls/section":52,"elementor-views/controls/select2":53,"elementor-views/controls/slider":54,"elementor-views/controls/structure":55,"elementor-views/controls/url":56,"elementor-views/controls/wp_widget":57,"elementor-views/controls/wysiwyg":58,"elementor-views/sections":61}],2:[function(require,module,exports){
289
  var HandleAddDuplicateBehavior;
290
 
291
  HandleAddDuplicateBehavior = Marionette.Behavior.extend( {
2498
  module.exports = helpers;
2499
 
2500
  },{}],36:[function(require,module,exports){
2501
+ var presetsFactory;
2502
+
2503
+ presetsFactory = {
2504
+
2505
+ getPresetsDictionary: function() {
2506
+ return {
2507
+ 11: 100 / 9,
2508
+ 12: 100 / 8,
2509
+ 14: 100 / 7,
2510
+ 16: 100 / 6,
2511
+ 33: 100 / 3,
2512
+ 66: 2 / 3 * 100,
2513
+ 83: 5 / 6 * 100
2514
+ };
2515
+ },
2516
+
2517
+ getAbsolutePresetValues: function( preset ) {
2518
+ var clonedPreset = elementor.helpers.cloneObject( preset ),
2519
+ presetDictionary = this.getPresetsDictionary();
2520
+
2521
+ _.each( clonedPreset, function( unitValue, unitIndex ) {
2522
+ if ( presetDictionary[ unitValue ] ) {
2523
+ clonedPreset[ unitIndex ] = presetDictionary[ unitValue ];
2524
+ }
2525
+ } );
2526
+
2527
+ return clonedPreset;
2528
+ },
2529
+
2530
+ getPresets: function( columnsCount, presetIndex ) {
2531
+ var presets = elementor.helpers.cloneObject( elementor.config.elements.section.presets );
2532
+
2533
+ if ( columnsCount ) {
2534
+ presets = presets[ columnsCount ];
2535
+ }
2536
+
2537
+ if ( presetIndex ) {
2538
+ presets = presets[ presetIndex ];
2539
+ }
2540
+
2541
+ return presets;
2542
+ },
2543
+
2544
+ getPresetByStructure: function( structure ) {
2545
+ var parsedStructure = this.getParsedStructure( structure );
2546
+
2547
+ return this.getPresets( parsedStructure.columnsCount, parsedStructure.presetIndex );
2548
+ },
2549
+
2550
+ getParsedStructure: function( structure ) {
2551
+ structure += ''; // Make sure this is a string
2552
+
2553
+ return {
2554
+ columnsCount: structure.slice( 0, -1 ),
2555
+ presetIndex: structure.substr( -1 )
2556
+ };
2557
+ },
2558
+
2559
+ getPresetSVG: function( preset, svgWidth, svgHeight, separatorWidth ) {
2560
+ svgWidth = svgWidth || 100;
2561
+ svgHeight = svgHeight || 50;
2562
+ separatorWidth = separatorWidth || 2;
2563
+
2564
+ var absolutePresetValues = this.getAbsolutePresetValues( preset ),
2565
+ presetSVGPath = this._generatePresetSVGPath( absolutePresetValues, svgWidth, svgHeight, separatorWidth );
2566
+
2567
+ return this._createSVGPreset( presetSVGPath, svgWidth, svgHeight );
2568
+ },
2569
+
2570
+ _createSVGPreset: function( presetPath, svgWidth, svgHeight ) {
2571
+ var svg = document.createElementNS( 'http://www.w3.org/2000/svg', 'svg' );
2572
+
2573
+ svg.setAttributeNS( 'http://www.w3.org/2000/xmlns/', 'xmlns:xlink', 'http://www.w3.org/1999/xlink' );
2574
+ svg.setAttribute( 'viewBox', '0 0 ' + svgWidth + ' ' + svgHeight );
2575
+
2576
+ var path = document.createElementNS( 'http://www.w3.org/2000/svg', 'path' );
2577
+
2578
+ path.setAttribute( 'd', presetPath );
2579
+
2580
+ svg.appendChild( path );
2581
+
2582
+ return svg;
2583
+ },
2584
+
2585
+ _generatePresetSVGPath: function( preset, svgWidth, svgHeight, separatorWidth ) {
2586
+ var DRAW_SIZE = svgWidth - separatorWidth * ( preset.length - 1 );
2587
+
2588
+ var xPointer = 0,
2589
+ dOutput = '';
2590
+
2591
+ for ( var i = 0; i < preset.length; i++ ) {
2592
+ if ( i ) {
2593
+ dOutput += ' ';
2594
+ }
2595
+
2596
+ var increment = preset[ i ] / 100 * DRAW_SIZE;
2597
+
2598
+ xPointer += increment;
2599
+
2600
+ dOutput += 'M' + ( +xPointer.toFixed( 4 ) ) + ',0';
2601
+
2602
+ dOutput += 'V' + svgHeight;
2603
+
2604
+ dOutput += 'H' + ( +( xPointer - increment ).toFixed( 4 ) );
2605
+
2606
+ dOutput += 'V0Z';
2607
+
2608
+ xPointer += separatorWidth;
2609
+ }
2610
+
2611
+ return dOutput;
2612
+ }
2613
+ };
2614
+
2615
+ module.exports = presetsFactory;
2616
+
2617
+ },{}],37:[function(require,module,exports){
2618
  var Schemes;
2619
 
2620
  Schemes = function() {
2778
 
2779
  module.exports = new Schemes();
2780
 
2781
+ },{}],38:[function(require,module,exports){
2782
  var BaseElementView;
2783
 
2784
  BaseElementView = Marionette.CompositeView.extend( {
2986
 
2987
  module.exports = BaseElementView;
2988
 
2989
+ },{}],39:[function(require,module,exports){
2990
  var BaseElementView = require( 'elementor-views/base-element' ),
2991
  ElementEmptyView = require( 'elementor-views/element-empty' ),
2992
  WidgetView = require( 'elementor-views/widget' ),
3191
 
3192
  module.exports = ColumnView;
3193
 
3194
+ },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/resizable":7,"elementor-behaviors/sortable":8,"elementor-views/base-element":38,"elementor-views/element-empty":59,"elementor-views/section":60,"elementor-views/widget":62}],40:[function(require,module,exports){
3195
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3196
  ControlBaseMultipleItemView;
3197
 
3274
 
3275
  module.exports = ControlBaseMultipleItemView;
3276
 
3277
+ },{"elementor-views/controls/base":42}],41:[function(require,module,exports){
3278
  var ControlBaseMultipleItemView = require( 'elementor-views/controls/base-multiple' ),
3279
  ControlBaseUnitsItemView;
3280
 
3297
 
3298
  module.exports = ControlBaseUnitsItemView;
3299
 
3300
+ },{"elementor-views/controls/base-multiple":40}],42:[function(require,module,exports){
3301
  var ControlBaseItemView;
3302
 
3303
  ControlBaseItemView = Marionette.CompositeView.extend( {
3501
 
3502
  module.exports = ControlBaseItemView;
3503
 
3504
+ },{}],43:[function(require,module,exports){
3505
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3506
  ControlChooseItemView;
3507
 
3554
 
3555
  module.exports = ControlChooseItemView;
3556
 
3557
+ },{"elementor-views/controls/base":42}],44:[function(require,module,exports){
3558
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3559
  ControlColorItemView;
3560
 
3591
 
3592
  module.exports = ControlColorItemView;
3593
 
3594
+ },{"elementor-views/controls/base":42}],45:[function(require,module,exports){
3595
  var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),
3596
  ControlDimensionsItemView;
3597
 
3654
  this.ui.link.addClass( 'unlinked' );
3655
 
3656
  this.ui.controls.each( _.bind( function( index, element ) {
3657
+ var value = currentValue[ element.dataset.setting ];
3658
+
3659
+ if ( _.isEmpty( value ) ) {
3660
+ value = this.defaultDimensionValue;
3661
  }
3662
 
3663
+ this.$( element ).val( value );
3664
  }, this ) );
3665
  }
3666
 
3755
 
3756
  module.exports = ControlDimensionsItemView;
3757
 
3758
+ },{"elementor-views/controls/base-units":41}],46:[function(require,module,exports){
3759
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3760
  ControlFontItemView;
3761
 
3795
 
3796
  module.exports = ControlFontItemView;
3797
 
3798
+ },{"elementor-views/controls/base":42}],47:[function(require,module,exports){
3799
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3800
  ControlMediaItemView;
3801
 
3914
 
3915
  module.exports = ControlMediaItemView;
3916
 
3917
+ },{"elementor-views/controls/base":42}],48:[function(require,module,exports){
3918
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
3919
  ControlIconItemView;
3920
 
3954
 
3955
  module.exports = ControlIconItemView;
3956
 
3957
+ },{"elementor-views/controls/base":42}],49:[function(require,module,exports){
3958
  var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),
3959
  ControlMediaItemView;
3960
 
3975
  },
3976
 
3977
  onReady: function() {
3978
+ if ( _.isEmpty( this.getControlValue( 'url' ) ) ) {
3979
  this.ui.controlMedia.addClass( 'media-empty' );
3980
  }
3981
  },
4044
 
4045
  module.exports = ControlMediaItemView;
4046
 
4047
+ },{"elementor-views/controls/base-multiple":40}],50:[function(require,module,exports){
4048
  var RepeaterRowView;
4049
 
4050
  RepeaterRowView = Marionette.CompositeView.extend( {
4101
 
4102
  module.exports = RepeaterRowView;
4103
 
4104
+ },{}],51:[function(require,module,exports){
4105
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4106
  RepeaterRowView = require( 'elementor-views/controls/repeater-row' ),
4107
  ControlRepeaterItemView;
4249
 
4250
  module.exports = ControlRepeaterItemView;
4251
 
4252
+ },{"elementor-views/controls/base":42,"elementor-views/controls/repeater-row":50}],52:[function(require,module,exports){
4253
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4254
  ControlSectionItemView;
4255
 
4269
 
4270
  module.exports = ControlSectionItemView;
4271
 
4272
+ },{"elementor-views/controls/base":42}],53:[function(require,module,exports){
4273
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4274
  ControlSelect2ItemView;
4275
 
4300
 
4301
  module.exports = ControlSelect2ItemView;
4302
 
4303
+ },{"elementor-views/controls/base":42}],54:[function(require,module,exports){
4304
  var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),
4305
  ControlSliderItemView;
4306
 
4360
 
4361
  module.exports = ControlSliderItemView;
4362
 
4363
+ },{"elementor-views/controls/base-units":41}],55:[function(require,module,exports){
4364
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
 
4365
  ControlStructureItemView;
4366
 
4367
  ControlStructureItemView = ControlBaseItemView.extend( {
4369
  templateHelpers: function() {
4370
  var helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );
4371
 
 
 
 
 
4372
  helpers.getMorePresets = _.bind( this.getMorePresets, this );
4373
 
4374
  return helpers;
4375
  },
4376
 
4377
  getMorePresets: function() {
4378
+ var parsedStructure = elementor.presetsFactory.getParsedStructure( this.getControlValue() );
4379
 
4380
+ return elementor.presetsFactory.getPresets( parsedStructure.columnsCount );
4381
  },
4382
 
4383
  onInputChange: function() {
4384
+ var editor = elementor.getPanelView().getCurrentPageView(),
4385
+ currentEditedSection = editor.getOption( 'editedElementView' );
4386
+
4387
+ currentEditedSection.redefineLayout();
4388
+
4389
  this.render();
4390
  }
4391
  } );
4392
 
4393
  module.exports = ControlStructureItemView;
4394
 
4395
+ },{"elementor-views/controls/base":42}],56:[function(require,module,exports){
4396
  var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),
4397
  ControlUrlItemView;
4398
 
4436
 
4437
  module.exports = ControlUrlItemView;
4438
 
4439
+ },{"elementor-views/controls/base-multiple":40}],57:[function(require,module,exports){
4440
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4441
  ControlWPWidgetItemView;
4442
 
4480
 
4481
  module.exports = ControlWPWidgetItemView;
4482
 
4483
+ },{"elementor-views/controls/base":42}],58:[function(require,module,exports){
4484
  var ControlBaseItemView = require( 'elementor-views/controls/base' ),
4485
  ControlWysiwygItemView;
4486
 
4589
 
4590
  module.exports = ControlWysiwygItemView;
4591
 
4592
+ },{"elementor-views/controls/base":42}],59:[function(require,module,exports){
4593
  var ElementEmptyView;
4594
 
4595
  ElementEmptyView = Marionette.ItemView.extend( {
4608
 
4609
  module.exports = ElementEmptyView;
4610
 
4611
+ },{}],60:[function(require,module,exports){
4612
  var BaseElementView = require( 'elementor-views/base-element' ),
4613
  ColumnView = require( 'elementor-views/column' ),
4614
  SectionView;
4716
  },
4717
 
4718
  setStructure: function( structure ) {
4719
+ var parsedStructure = elementor.presetsFactory.getParsedStructure( structure );
4720
+
4721
  if ( +parsedStructure.columnsCount !== this.collection.length ) {
4722
  throw new TypeError( 'The provided structure doesn\'t match the columns count.' );
4723
  }
4726
  },
4727
 
4728
  redefineLayout: function() {
4729
+ var preset = elementor.presetsFactory.getPresetByStructure( this.getStructure() );
4730
 
4731
  this.collection.each( function( model, index ) {
4732
  model.setSetting( '_column_size', preset.preset[ index ] );
4763
 
4764
  onRender: function() {
4765
  this._checkIsFull();
 
 
4766
  },
4767
 
4768
  onAddChild: function() {
4831
  onStructureChanged: function() {
4832
  this.redefineLayout();
4833
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4834
  } );
4835
 
4836
  module.exports = SectionView;
4837
 
4838
+ },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/sortable":8,"elementor-views/base-element":38,"elementor-views/column":39}],61:[function(require,module,exports){
4839
  var SectionView = require( 'elementor-views/section' ),
4840
  SectionsCollectionView;
4841
 
4969
  this.closeSelectPresets();
4970
 
4971
  var selectedStructure = event.currentTarget.dataset.structure,
4972
+ parsedStructure = elementor.presetsFactory.getParsedStructure( selectedStructure ),
4973
  elements = [],
4974
  loopIndex;
4975
 
4985
  var newSection = this.addSection( { elements: elements } );
4986
 
4987
  newSection.setStructure( selectedStructure );
4988
+
4989
+ newSection.redefineLayout();
4990
  }
4991
  } );
4992
 
4993
  module.exports = SectionsCollectionView;
4994
 
4995
+ },{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/sortable":8,"elementor-views/section":60}],62:[function(require,module,exports){
4996
  var BaseElementView = require( 'elementor-views/base-element' );
4997
 
4998
  var WidgetView = BaseElementView.extend( {
5144
 
5145
  module.exports = WidgetView;
5146
 
5147
+ },{"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-views/base-element":38}]},{},[1])
5148
  //# sourceMappingURL=app.js.map
assets/admin/js/app.js.map CHANGED
@@ -37,6 +37,7 @@
37
  "assets/admin/js/dev/models/widget-settings.js",
38
  "assets/admin/js/dev/utils/heartbeat.js",
39
  "assets/admin/js/dev/utils/helpers.js",
 
40
  "assets/admin/js/dev/utils/schemes.js",
41
  "assets/admin/js/dev/views/base-element.js",
42
  "assets/admin/js/dev/views/column.js",
@@ -65,12 +66,12 @@
65
  "assets/admin/js/dev/views/widget.js"
66
  ],
67
  "names": [],
68
- "mappings": "AAAA;ACAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5RA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1NA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/JA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7HA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACXA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnQA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1IA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC9MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AChKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC9BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3GA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC9PA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA",
69
  "file": "generated.js",
70
  "sourceRoot": "",
71
  "sourcesContent": [
72
  "(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})",
73
- "/* global ElementorConfig */\nvar App;\n\nApp = Marionette.Application.extend( {\n\thelpers: require( 'elementor-utils/helpers' ),\n\theartbeat: require( 'elementor-utils/heartbeat' ),\n\tschemes: require( 'elementor-utils/schemes' ),\n\n\t// Channels\n\teditor: Backbone.Radio.channel( 'ELEMENTOR:editor' ),\n\tdata: Backbone.Radio.channel( 'ELEMENTOR:data' ),\n\tfilterState: Backbone.Radio.channel( 'ELEMENTOR:filterState' ),\n\telementLibrary: Backbone.Radio.channel( 'ELEMENTOR:elementLibrary' ),\n\tpanelElements: Backbone.Radio.channel( 'ELEMENTOR:panelElements' ),\n\tdataEditMode: Backbone.Radio.channel( 'ELEMENTOR:editmode' ),\n\tpreview: Backbone.Radio.channel( 'ELEMENTOR:preview' ),\n\tdeviceMode: Backbone.Radio.channel( 'ELEMENTOR:deviceMode' ),\n\n\t// Private Members\n\t_controlsItemView: null,\n\n\tgetElementData: function( modelElement ) {\n\t\tvar elType = modelElement.get( 'elType' );\n\n\t\tif ( 'widget' === elType ) {\n\t\t\tvar widgetType = modelElement.get( 'widgetType' );\n\n\t\t\tif ( ! this.config.widgets[ widgetType ] ) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\treturn this.config.widgets[ widgetType ];\n\t\t}\n\n\t\tif ( ! this.config.elements[ elType ] ) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn this.config.elements[ elType ];\n\t},\n\n\tgetElementControls: function( modelElement ) {\n\t\tvar elementData = this.getElementData( modelElement );\n\n\t\tif ( ! elementData ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar elType = modelElement.get( 'elType' ),\n\t\t\tisInner = modelElement.get( 'isInner' );\n\n\t\tif ( 'widget' === elType ) {\n\t\t\treturn elementData.controls;\n\t\t}\n\n\t\treturn _.filter( elementData.controls, function( controlData ) {\n\t\t\treturn ! ( isInner && controlData.hide_in_inner || ! isInner && controlData.hide_in_top );\n\t\t} );\n\t},\n\n\tgetControlItemView: function( controlType ) {\n\t\tif ( null === this._controlsItemView ) {\n\t\t\tthis._controlsItemView = {\n\t\t\t\tcolor: require( 'elementor-views/controls/color' ),\n\t\t\t\tdimensions: require( 'elementor-views/controls/dimensions' ),\n\t\t\t\tmedia: require( 'elementor-views/controls/media' ),\n\t\t\t\tslider: require( 'elementor-views/controls/slider' ),\n\t\t\t\twysiwyg: require( 'elementor-views/controls/wysiwyg' ),\n\t\t\t\tchoose: require( 'elementor-views/controls/choose' ),\n\t\t\t\turl: require( 'elementor-views/controls/url' ),\n\t\t\t\tfont: require( 'elementor-views/controls/font' ),\n\t\t\t\tsection: require( 'elementor-views/controls/section' ),\n\t\t\t\trepeater: require( 'elementor-views/controls/repeater' ),\n\t\t\t\twp_widget: require( 'elementor-views/controls/wp_widget' ),\n\t\t\t\ticon: require( 'elementor-views/controls/icon' ),\n\t\t\t\tgallery: require( 'elementor-views/controls/gallery' ),\n\t\t\t\tselect2: require( 'elementor-views/controls/select2' ),\n\t\t\t\tstructure: require( 'elementor-views/controls/structure' )\n\t\t\t};\n\n\t\t\tthis.editor.trigger( 'editor:controls:initialize' );\n\t\t}\n\n\t\treturn this._controlsItemView[ controlType ] || require( 'elementor-views/controls/base' );\n\t},\n\n\tgetPanelView: function() {\n\t\treturn this.getRegion( 'panel' ).currentView;\n\t},\n\n\tinitDialogsManager: function() {\n\t\tthis.dialogsManager = new DialogsManager.Instance();\n\t},\n\n\tonStart: function() {\n\t\tNProgress.start();\n\t\tNProgress.inc( 0.2 );\n\n\t\tthis.config = ElementorConfig;\n\n\t\tvar ElementModel = require( 'elementor-models/element' );\n\n\t\tBackbone.Radio.DEBUG = false;\n\t\tBackbone.Radio.tuneIn( 'ELEMENTOR' );\n\n\t\tthis.initDialogsManager();\n\n\t\tthis.heartbeat.init();\n\n\t\telementorBindUI.setEditorMode( true );\n\n\t\t// Init Base elements collection from the server\n\t\tthis.elements = new ElementModel.Collection( this.config.data );\n\n\t\tthis.$previewResponsiveWrapper = Backbone.$( '#elementor-preview-responsive-wrapper' );\n\n\t\tvar previewIframeId = 'elementor-preview-iframe';\n\n\t\t// Make sure the iFrame does not exist.\n\t\tif ( ! Backbone.$( '#' + previewIframeId ).length ) {\n\t\t\tvar previewIFrame = document.createElement( 'iframe' );\n\n\t\t\tpreviewIFrame.id = previewIframeId;\n\t\t\tpreviewIFrame.src = this.config.preview_link + '&' + ( new Date().getTime() );\n\n\t\t\tthis.$previewResponsiveWrapper.append( previewIFrame );\n\t\t}\n\n\t\tthis.$preview = Backbone.$( '#' + previewIframeId );\n\t\tthis.$preview.on( 'load', _.bind( function() {\n\t\t\tthis.$previewContents = this.$preview.contents();\n\n\t\t\telementorBindUI.setScopeWindow( this.$preview[0].contentWindow );\n\n\t\t\tthis.triggerMethod( 'preview:loaded' );\n\t\t}, this ) );\n\n\t\tthis.listenTo( this.dataEditMode, 'switch', this.onEditModeSwitched );\n\n\t\tthis.setWorkSaver();\n\t},\n\n\tonPreviewLoaded: function() {\n\t\tvar SectionsCollectionView = require( 'elementor-views/sections' ),\n\t\t\tPanelLayoutView = require( 'elementor-layouts/panel/panel' );\n\n\t\tvar iframeRegion = new Marionette.Region( {\n\t\t\t// Make sure you get the DOM object out of the jQuery object\n\t\t\tel: this.$previewContents.find( '#elementor' ).get( 0 )\n\t\t} );\n\n\t\tthis.schemes.init().printSchemesStyle();\n\n\t\tthis.$previewContents.on( 'click', function( event ) {\n\t\t\tvar $target = Backbone.$( event.target ),\n\t\t\t\teditMode = elementor.dataEditMode.request( 'get:active:mode' ),\n\t\t\t\tisClickInsideElementor = !! $target.closest( '#elementor' ).length;\n\n\t\t\tif ( isClickInsideElementor && 'preview' !== editMode ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( $target.closest( 'a' ).length ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\n\t\t\tif ( ! isClickInsideElementor ) {\n\t\t\t\telementor.getPanelView().setPage( 'elements' );\n\t\t\t}\n\t\t} );\n\n\t\tthis.addRegions( {\n\t\t\tsections: iframeRegion,\n\t\t\tpanel: '#elementor-panel',\n\t\t\tmodal: '#elementor-modal-area'\n\t\t} );\n\n\t\tthis.getRegion( 'sections' ).show( new SectionsCollectionView( {\n\t\t\tcollection: this.elements\n\t\t} ) );\n\n\t\tthis.getRegion( 'panel' ).show( new PanelLayoutView() );\n\n\t\tthis.$previewContents\n\t\t .children() // <html>\n\t\t .addClass( 'elementor-html' )\n\t\t .children( 'body' )\n\t\t .addClass( 'elementor-editor-active' );\n\n\t\tBackbone.$( '#elementor-loading' ).fadeOut( 600 );\n\n\t\tNProgress.done();\n\t},\n\n\tonEditModeSwitched: function() {\n\t\tvar activeMode = elementor.dataEditMode.request( 'get:active:mode' );\n\n\t\tif ( 'preview' === activeMode ) {\n\t\t\tthis.enterPreviewMode();\n\t\t} else {\n\t\t\tthis.exitPreviewMode();\n\t\t}\n\t},\n\n\tsetFlagEditorChange: function( status ) {\n\t\telementor.editor.reply( 'editor:changed', status );\n\t\telementor.editor.trigger( 'editor:changed', status );\n\t},\n\n\tisEditorChanged: function() {\n\t\treturn ( true === elementor.editor.request( 'editor:changed' ) );\n\t},\n\n\tsetWorkSaver: function() {\n\t\tBackbone.$( window ).on( 'beforeunload', function() {\n\t\t\tif ( elementor.isEditorChanged() ) {\n\t\t\t\treturn elementor.translate( 'before_unload_alert' );\n\t\t\t}\n\t\t} );\n\t},\n\n\tenterPreviewMode: function() {\n\t\tthis.$previewContents\n\t\t .find( 'body' )\n\t\t .add( 'body' )\n\t\t .removeClass( 'elementor-editor-active' )\n\t\t .addClass( 'elementor-editor-preview' );\n\t},\n\n\texitPreviewMode: function() {\n\t\tthis.$previewContents\n\t\t .find( 'body' )\n\t\t .add( 'body' )\n\t\t .removeClass( 'elementor-editor-preview' )\n\t\t .addClass( 'elementor-editor-active' );\n\t},\n\n\tsaveBuilder: function( options ) {\n\t\toptions = _.extend( {\n\t\t\trevision: 'draft',\n\t\t\tonSuccess: null\n\t\t}, options );\n\n\t\tNProgress.start();\n\n\t\treturn Backbone.$.ajax( {\n\t type: 'POST',\n\t url: this.config.ajaxurl,\n\t data: {\n\t\t action: 'elementor_save_builder',\n\t\t post_id: this.config.post_id,\n\t\t revision: options.revision,\n\t\t data: JSON.stringify( elementor.elements.toJSON() )\n\t }\n } )\n .done( function( data ) {\n\t NProgress.done();\n\n\t elementor.setFlagEditorChange( false );\n\n\t if ( _.isFunction( options.onSuccess ) ) {\n\t\t options.onSuccess.call( this, data );\n\t }\n } );\n\t},\n\n\ttranslate: function( stringKey, templateArgs ) {\n\t\tvar string = this.config.i18n[ stringKey ];\n\n\t\tif ( undefined === string ) {\n\t\t\tstring = stringKey;\n\t\t}\n\n\t\tif ( templateArgs ) {\n\t\t\tstring = string.replace( /{(\\d+)}/g, function( match, number ) {\n\t\t\t\treturn undefined !== templateArgs[ number ] ? templateArgs[ number ] : match;\n\t\t\t} );\n\t\t}\n\n\t\treturn string;\n\t}\n} );\n\nmodule.exports = ( window.elementor = new App() ).start();\n",
74
  "var HandleAddDuplicateBehavior;\n\nHandleAddDuplicateBehavior = Marionette.Behavior.extend( {\n\n\tonChildviewClickNew: function( childView ) {\n\t\tvar currentIndex = childView.$el.index() + 1;\n\n\t\tthis.addChild( { at: currentIndex } );\n\t},\n\n\tonRequestNew: function() {\n\t\tthis.addChild();\n\t},\n\n\taddChild: function( options ) {\n\t\tif ( this.view.isCollectionFilled() ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions = options || {};\n\n\t\tvar newItem = {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: this.view.getChildType()[0],\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t};\n\n\t\tthis.view.addChildModel( newItem, options );\n\t}\n} );\n\nmodule.exports = HandleAddDuplicateBehavior;\n",
75
  "var HandleElementsRelation;\n\nHandleElementsRelation = Marionette.Behavior.extend( {\n\n\tonRequestAdd: function( itemData, options ) {\n\t\tthis._addChildElement( itemData, options );\n\t},\n\n\t/**\n\t *\n\t * @param {Object} itemData\n\t * @param {Object} options\n\t * @private\n\t */\n\t_addChildElement: function( itemData, options ) {\n\t\toptions = options || {};\n\n\t\tvar myChildType = this.view.getChildType();\n\n\t\tif ( -1 === myChildType.indexOf( itemData.elType ) ) {\n\t\t\tdelete options.at;\n\n\t\t\tthis.view.children.last().triggerMethod( 'request:add', itemData, options );\n\n\t\t\treturn;\n\t\t}\n\n\t\tvar newModel = this.view.addChildModel( itemData, options ),\n\t\t\tnewView = this.view.children.findByModel( newModel );\n\n\t\tif ( 'section' === newView.getElementType() && newView.isInner() ) {\n\t\t\tnewView.addEmptyColumn();\n\t\t}\n\n\t\tnewView.triggerMethod( 'open:editor' );\n\t}\n} );\n\nmodule.exports = HandleElementsRelation;\n",
76
  "var HandleDuplicateBehavior;\n\nHandleDuplicateBehavior = Marionette.Behavior.extend( {\n\n\tonChildviewClickDuplicate: function( childView ) {\n\t\tif ( this.view.isCollectionFilled() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar currentIndex = childView.$el.index() + 1,\n\t\t\tnewModel = childView.model.clone();\n\n\t\tthis.view.addChildModel( newModel, { at: currentIndex } );\n\t}\n} );\n\nmodule.exports = HandleDuplicateBehavior;\n",
@@ -105,6 +106,7 @@
105
  "var BaseSettingsModel = require( 'elementor-models/base-settings' ),\n\tWidgetSettingsModel;\n\nWidgetSettingsModel = BaseSettingsModel.extend( {\n\t\n} );\n\nmodule.exports = WidgetSettingsModel;",
106
  "var heartbeat;\n\nheartbeat = {\n\n\tinit: function() {\n\t\tvar modal;\n\n\t\tthis.getModal = function() {\n\t\t\tif ( ! modal ) {\n\t\t\t\tmodal = this.initModal();\n\t\t\t}\n\n\t\t\treturn modal;\n\t\t};\n\n\t\tBackbone.$( document ).on( {\n\t\t\t'heartbeat-send': function( event, data ) {\n\t\t\t\tdata.elementor_post_lock = {\n\t\t\t\t\tpost_ID: elementor.config.post_id\n\t\t\t\t};\n\t\t\t},\n\t\t\t'heartbeat-tick': function( event, response ) {\n\t\t\t\tif ( response.locked_user ) {\n\t\t\t\t\theartbeat.showLockMessage( response.locked_user );\n\t\t\t\t} else {\n\t\t\t\t\theartbeat.getModal().hide();\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\tif ( elementor.config.locked_user ) {\n\t\t\theartbeat.showLockMessage( elementor.config.locked_user );\n\t\t}\n\t},\n\n\tinitModal: function() {\n\t\tvar modal = elementor.dialogsManager.createWidget( 'options', {\n\t\t\theaderMessage: elementor.translate( 'take_over' )\n\t\t} );\n\n\t\tmodal.addButton( {\n\t\t\tname: 'go_back',\n\t\t\ttext: elementor.translate( 'go_back' ),\n\t\t\tcallback: function() {\n\t\t\t\tparent.history.go( -1 );\n\t\t\t}\n\t\t} );\n\n\t\tmodal.addButton( {\n\t\t\tname: 'take_over',\n\t\t\ttext: elementor.translate( 'take_over' ),\n\t\t\tcallback: function() {\n\t\t\t\twp.heartbeat.enqueue( 'elementor_force_post_lock', true );\n\t\t\t\twp.heartbeat.connectNow();\n\t\t\t}\n\t\t} );\n\n\t\treturn modal;\n\t},\n\n\tshowLockMessage: function( lockedUser ) {\n\t\tvar modal = heartbeat.getModal();\n\n\t\tmodal\n\t\t\t.setMessage( elementor.translate( 'dialog_user_taken_over', [ lockedUser ] ) )\n\t\t .show();\n\t}\n};\n\nmodule.exports = heartbeat;\n",
107
  "var helpers;\n\nhelpers = {\n\t_enqueuedFonts: [],\n\n\telementsHierarchy: {\n\t\tsection: {\n\t\t\tcolumn: {\n\t\t\t\twidget: null,\n\t\t\t\tsection: null\n\t\t\t}\n\t\t}\n\t},\n\n\tenqueueFont: function( font ) {\n\t\tif ( -1 !== this._enqueuedFonts.indexOf( font ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar fontType = elementor.config.controls.font.fonts[ font ],\n\t\t\tfontUrl;\n\n\t\tswitch ( fontType ) {\n\t\t\tcase 'googlefonts' :\n\t\t\t\tfontUrl = 'https://fonts.googleapis.com/css?family=' + font + ':100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';\n\t\t\t\tbreak;\n\n\t\t\tcase 'earlyaccess' :\n\t\t\t\tvar fontLowerString = font.replace( /\\s+/g, '' ).toLowerCase();\n\t\t\t\tfontUrl = 'https://fonts.googleapis.com/earlyaccess/' + fontLowerString + '.css';\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( ! _.isEmpty( fontUrl ) ) {\n\t\t\telementor.$previewContents.find( 'link:last' ).after( '<link href=\"' + fontUrl + '\" rel=\"stylesheet\" type=\"text/css\">' );\n\t\t}\n\t\tthis._enqueuedFonts.push( font );\n\t},\n\n\tgetElementChildType: function( elementType, container ) {\n\t\tif ( ! container ) {\n\t\t\tcontainer = this.elementsHierarchy;\n\t\t}\n\n\t\tif ( undefined !== container[ elementType ] ) {\n\n\t\t\tif ( Backbone.$.isPlainObject( container[ elementType ] ) ) {\n\t\t\t\treturn Object.keys( container[ elementType ] );\n\t\t\t}\n\n\t\t\treturn null;\n\t\t}\n\n\t\tfor ( var type in container ) {\n\n\t\t\tif ( ! container.hasOwnProperty( type ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( ! Backbone.$.isPlainObject( container[ type ] ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tvar result = this.getElementChildType( elementType, container[ type ] );\n\n\t\t\tif ( result ) {\n\t\t\t\treturn result;\n\t\t\t}\n\t\t}\n\n\t\treturn null;\n\t},\n\n\tgetUniqueID: function() {\n\t\tvar id;\n\n\t\t// TODO: Check conflict models\n\t\t//while ( true ) {\n\t\t\tid = Math.random().toString( 36 ).substr( 2, 7 );\n\t\t\t//if ( 1 > $( 'li.item-id-' + id ).length ) {\n\t\t\t\treturn id;\n\t\t\t//}\n\t\t//}\n\t},\n\n\tstringReplaceAll: function( string, replaces ) {\n\t\tvar re = new RegExp( Object.keys( replaces ).join( '|' ), 'gi' );\n\n\t\treturn string.replace( re, function( matched ) {\n\t\t\treturn replaces[ matched ];\n\t\t} );\n\t},\n\n\tisControlVisible: function( controlModel, elementSettingsModel ) {\n\t\tvar condition;\n\n\t\t// TODO: Better way to get this?\n\t\tif ( _.isFunction( controlModel.get ) ) {\n\t\t\tcondition = controlModel.get( 'condition' );\n\t\t} else {\n\t\t\tcondition = controlModel.condition;\n\t\t}\n\n\t\tif ( _.isEmpty( condition ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tvar hasFields = _.filter( condition, function( conditionValue, conditionName ) {\n\t\t\tvar conditionNameParts = conditionName.match( /([a-z_0-9]+)(?:\\[([a-z_]+)])?(!?)$/i ),\n\t\t\t\tconditionRealName = conditionNameParts[1],\n\t\t\t\tconditionSubKey = conditionNameParts[2],\n\t\t\t\tisNegativeCondition = !! conditionNameParts[3],\n\t\t\t\tcontrolValue = elementSettingsModel.get( conditionRealName );\n\n\t\t\tif ( conditionSubKey ) {\n\t\t\t\tcontrolValue = controlValue[ conditionSubKey ];\n\t\t\t}\n\n\t\t\tvar isContains = ( _.isArray( conditionValue ) ) ? _.contains( conditionValue, controlValue ) : conditionValue === controlValue;\n\n\t\t\treturn isNegativeCondition ? isContains : ! isContains;\n\t\t} );\n\n\t\treturn _.isEmpty( hasFields );\n\t},\n\n\tcloneObject: function( object ) {\n\t\treturn JSON.parse( JSON.stringify( object ) );\n\t},\n\n\tgetYoutubeIDFromURL: function( url ) {\n\t\tvar videoIDParts = url.match( /^.*(youtu.be\\/|v\\/|e\\/|u\\/\\w+\\/|embed\\/|v=)([^#\\&\\?]*).*/ );\n\n\t\treturn videoIDParts && videoIDParts[2];\n\t}\n};\n\nmodule.exports = helpers;\n",
 
108
  "var Schemes;\n\nSchemes = function() {\n\tvar self = this,\n\t\tstyleRules = {},\n\t\tschemes = {},\n\t\tsettings = {\n\t\t\tselectorWrapperPrefix: '.elementor-widget-'\n\t\t},\n\t\telements = {};\n\n\tvar buildUI = function() {\n\t\telements.$previewHead.append( elements.$style );\n\t};\n\n\tvar initElements = function() {\n\t\telements.$style = Backbone.$( '<style>', {\n\t\t\tid: 'elementor-style-scheme'\n\t\t});\n\n\t\telements.$previewHead = elementor.$previewContents.find( 'head' );\n\t};\n\n\tvar addStyleRule = function( selector, property ) {\n\t\tif ( ! styleRules[ selector ] ) {\n\t\t\tstyleRules[ selector ] = [];\n\t\t}\n\n\t\tstyleRules[ selector ].push( property );\n\t};\n\n\tvar fetchControlStyles = function( control, widgetType ) {\n\t\t_.each( control.selectors, function( cssProperty, selector ) {\n\t\t\tvar currentSchemeValue = self.getSchemeValue( control.scheme.type, control.scheme.value, control.scheme.key ),\n\t\t\t\toutputSelector,\n\t\t\t\toutputCssProperty;\n\n\t\t\tif ( _.isEmpty( currentSchemeValue ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\toutputSelector = selector.replace( /\\{\\{WRAPPER\\}\\}/g, settings.selectorWrapperPrefix + widgetType );\n\t\t\toutputCssProperty = elementor.getControlItemView().replaceStyleValues( cssProperty, currentSchemeValue.value );\n\n\t\t\taddStyleRule( outputSelector, outputCssProperty );\n\t\t} );\n\t};\n\n\tvar fetchWidgetControlsStyles = function( widget, widgetType ) {\n\t\tvar widgetSchemeControls = self.getWidgetSchemeControls( widget );\n\n\t\t_.each( widgetSchemeControls, function( control ) {\n\t\t\tfetchControlStyles( control, widgetType );\n\t\t} );\n\t};\n\n\tvar fetchAllWidgetsSchemesStyle = function() {\n\t\t_.each( elementor.config.widgets, function( widget, widgetType ) {\n\t\t\tfetchWidgetControlsStyles( widget, widgetType );\n\t\t} );\n\t};\n\n\tvar parseSchemeStyle = function() {\n\t\tvar stringOutput = '';\n\n\t\t_.each( styleRules, function( properties, selector ) {\n\t\t\tstringOutput += selector + '{' + properties.join( '' ) + '}';\n\t\t} );\n\n\t\treturn stringOutput;\n\t};\n\n\tvar resetStyleRules = function() {\n\t\tstyleRules = {};\n\t};\n\n\tthis.init = function() {\n\t\tinitElements();\n\t\tbuildUI();\n\n\t\tself.resetSchemes();\n\n\t\treturn self;\n\t};\n\n\tthis.getWidgetSchemeControls = function( widget ) {\n\t\treturn _.filter( widget.controls, function( control ) {\n\t\t\treturn _.isObject( control.scheme );\n\t\t} );\n\t};\n\n\tthis.getSchemes = function() {\n\t\treturn schemes;\n\t};\n\n\tthis.getScheme = function( schemeName ) {\n\t\treturn schemes[ schemeName ];\n\t};\n\n\tthis.getSchemeValue = function( schemeName, value, key ) {\n\t\tvar scheme = self.getScheme( schemeName ),\n\t\t\tschemeValue = scheme.items[ value ];\n\n\t\tif ( key && _.isObject( schemeValue ) ) {\n\t\t\tvar clonedSchemeValue = elementor.helpers.cloneObject( schemeValue );\n\n\t\t\tclonedSchemeValue.value = schemeValue.value[ key ];\n\n\t\t\treturn clonedSchemeValue;\n\t\t}\n\n\t\treturn schemeValue;\n\t};\n\n\tthis.printSchemesStyle = function() {\n\t\tresetStyleRules();\n\t\tfetchAllWidgetsSchemesStyle();\n\n\t\telements.$style.text( parseSchemeStyle() );\n\t};\n\n\tthis.resetSchemes = function( schemeName ) {\n\t\tif ( schemeName ) {\n\t\t\tschemes[ schemeName ] = elementor.helpers.cloneObject( elementor.config.schemes[ schemeName ] );\n\t\t} else {\n\t\t\tschemes = elementor.helpers.cloneObject( elementor.config.schemes );\n\t\t}\n\n\t\tthis.onSchemeChange();\n\t};\n\n\tthis.saveScheme = function( schemeName ) {\n\t\telementor.config.schemes[ schemeName ].items = elementor.helpers.cloneObject( schemes[ schemeName ].items );\n\n\t\tNProgress.start();\n\t\tBackbone.$.ajax( {\n\t\t\t\ttype: 'POST',\n\t\t\t\turl: elementor.config.ajaxurl,\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'elementor_apply_scheme',\n\t\t\t\t\tscheme_name: schemeName,\n\t\t\t\t\tdata: JSON.stringify( schemes[ schemeName ].items )\n\t\t\t\t}\n\t\t\t} )\n\n\t\t\t.done( function( data ) {\n\t\t\t\tNProgress.done();\n\t\t\t} );\n\t};\n\n\tthis.setSchemeValue = function( schemeName, itemKey, value ) {\n\t\tschemes[ schemeName ].items[ itemKey ].value = value;\n\n\t\tthis.onSchemeChange();\n\t};\n\n\tthis.onSchemeChange = function() {\n\t\tthis.printSchemesStyle();\n\t};\n};\n\nmodule.exports = new Schemes();\n",
109
  "var BaseElementView;\n\nBaseElementView = Marionette.CompositeView.extend( {\n\ttagName: 'div',\n\n\tid: function() {\n\t\treturn this.getElementUniqueClass();\n\t},\n\n\tattributes: function() {\n\t\tvar type = this.model.get( 'elType' );\n\n\t\tif ( 'widget' === type ) {\n\t\t\ttype = this.model.get( 'widgetType' );\n\t\t}\n\t\treturn {\n\t\t\t'data-element_type': type\n\t\t};\n\t},\n\n\tmodelEvents: {\n\t\t//\"change\": \"render\"\n\t\t//'destroy': 'onModelDestroy'\n\t},\n\n\tbaseEvents: {},\n\n\telementEvents: {},\n\n\tgetElementType: function() {\n\t\treturn this.model.get( 'elType' );\n\t},\n\n\tgetChildType: function() {\n\t\treturn elementor.helpers.getElementChildType( this.getElementType() );\n\t},\n\n\tevents: function() {\n\t\treturn _.extend( {}, this.baseEvents, this.elementEvents );\n\t},\n\n\tinitialize: function() {\n\t\t// grab the child collection from the parent model\n\t\t// so that we can render the collection as children\n\t\t// of this parent element\n\t\tthis.collection = this.model.get( 'elements' );\n\n\t\tif ( this.collection ) {\n\t\t\tthis.listenTo( this.collection, 'add remove reset', this.onCollectionChanged, this );\n\t\t}\n\n\t\tthis.listenTo( this.model.get( 'settings' ), 'change', this.onSettingsChanged, this );\n\t\tthis.listenTo( this.model.get( 'editSettings' ), 'change', this.onSettingsChanged, this );\n\n\t\tthis.on( 'render', this.enqueueFonts );\n\t\tthis.on( 'render', this.renderStyles );\n\t\tthis.on( 'render', this.renderCustomClasses );\n\t\tthis.on( 'render', this.runReadyTrigger );\n\n\t\tthis.initRemoveDialog();\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\treturn this.collection.add( model, options, true );\n\t},\n\n\tisCollectionFilled: function() {\n\t\treturn false;\n\t},\n\n\tisInner: function() {\n\t\treturn !! this.model.get( 'isInner' );\n\t},\n\n\tinitRemoveDialog: function() {\n\t\tvar removeDialog;\n\n\t\tthis.getRemoveDialog = function() {\n\t\t\tif ( ! removeDialog ) {\n\t\t\t\tremoveDialog = elementor.dialogsManager.createWidget( 'confirm', {\n\t\t\t\t\tmessage: elementor.translate( 'dialog_confirm_delete' ),\n\t\t\t\t\theaderMessage: elementor.translate( 'delete_element' ),\n\t\t\t\t\tstrings: {\n\t\t\t\t\t\tconfirm: elementor.translate( 'delete' ),\n\t\t\t\t\t\tcancel: elementor.translate( 'cancel' )\n\t\t\t\t\t},\n\t\t\t\t\tdefaultOption: 'confirm',\n\t\t\t\t\tonConfirm: _.bind( function() {\n\t\t\t\t\t\tthis.model.destroy();\n\t\t\t\t\t}, this )\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn removeDialog;\n\t\t};\n\t},\n\n\tenqueueFonts: function() {\n\t\t_.each( this.model.get( 'settings' ).getFontControls(), _.bind( function( control ) {\n\t\t\tvar fontFamilyName = this.model.getSetting( control.name );\n\t\t\tif ( _.isEmpty( fontFamilyName ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar isVisible = elementor.helpers.isControlVisible( control, this.model.get( 'settings' ) );\n\t\t\tif ( ! isVisible ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\telementor.helpers.enqueueFont( fontFamilyName );\n\t\t}, this ) );\n\t},\n\n\trenderStyles: function() {\n\t\tvar styleHtml = '',\n\t\t\t$stylesheet = elementor.$previewContents.find( '#elementor-style-' + this.model.cid ),\n\t\t\tstyleControls = this.model.get( 'settings' ).getStyleControls();\n\n\t\t_.each( styleControls, _.bind( function( control ) {\n\t\t\tvar controlValue = this.model.getSetting( control.name );\n\n\t\t\tif ( ! _.isNumber( controlValue ) && _.isEmpty( controlValue ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar isVisibility = elementor.helpers.isControlVisible( control, this.model.get( 'settings' ) );\n\t\t\tif ( ! isVisibility ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t_.each( control.selectors, _.bind( function( cssProperty, selector ) {\n\t\t\t\tvar outputSelector = selector.replace( /\\{\\{WRAPPER\\}\\}/g, '#' + this.getElementUniqueClass() ),\n\t\t\t\t\toutputCssProperty = elementor.getControlItemView( control.type ).replaceStyleValues( cssProperty, controlValue );\n\n\t\t\t\tif ( _.isEmpty( outputCssProperty ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tstyleHtml += outputSelector + '{' + outputCssProperty + '}';\n\t\t\t}, this ) );\n\t\t}, this ) );\n\n\t\tif ( 'column' === this.model.get( 'elType' ) ) {\n\t\t\tvar inlineSize = this.model.getSetting( '_inline_size' );\n\t\t\tif ( ! _.isEmpty( inlineSize ) ) {\n\t\t\t\tstyleHtml += '@media (min-width: 768px) {#' + this.getElementUniqueClass() + '{width:' + inlineSize + '%;}';\n\t\t\t}\n\t\t}\n\n\t\tif ( 0 === $stylesheet.length ) {\n\t\t\telementor.$previewContents.find( 'head' ).append( '<style type=\"text/css\" id=\"elementor-style-' + this.model.cid + '\"></style>' );\n\t\t\t$stylesheet = elementor.$previewContents.find( '#elementor-style-' + this.model.cid );\n\t\t}\n\n\t\t$stylesheet.html( styleHtml );\n\t},\n\n\trenderCustomClasses: function() {\n\t\tthis.$el.addClass( 'elementor-element' );\n\n\t\tvar settings = this.model.get( 'settings' );\n\n\t\t_.each( settings.attributes, _.bind( function( value, attribute ) {\n\t\t\tif ( settings.isClassControl( attribute ) ) {\n\t\t\t\tvar currentControl = settings.getControl( attribute );\n\n\t\t\t\tthis.$el.removeClass( currentControl.prefix_class + settings.previous( attribute ) );\n\n\t\t\t\tvar isVisible = elementor.helpers.isControlVisible( currentControl, this.model.get( 'settings' ) );\n\n\t\t\t\tif ( isVisible && ! _.isEmpty( settings.get( attribute ) ) ) {\n\t\t\t\t\tthis.$el.addClass( currentControl.prefix_class + settings.get( attribute ) );\n\t\t\t\t\tthis.$el.addClass( _.result( this, 'className' ) );\n\t\t\t\t}\n\t\t\t}\n\t\t}, this ) );\n\t},\n\n\trunReadyTrigger: function() {\n\t\telementorBindUI.runReadyTrigger( this.$el );\n\t},\n\n\tgetElementUniqueClass: function() {\n\t\treturn 'elementor-element-' + this.model.get( 'id' );\n\t},\n\n\tonCollectionChanged: function() {\n\t\telementor.setFlagEditorChange( true );\n\t},\n\n\tonSettingsChanged: function( settings ) {\n\t\telementor.setFlagEditorChange( true );\n\n this.renderStyles();\n\t\tthis.renderCustomClasses();\n\t},\n\n\tonClickRemove: function( event ) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\n\t\tthis.getRemoveDialog().show();\n\t}\n} );\n\nmodule.exports = BaseElementView;\n",
110
  "var BaseElementView = require( 'elementor-views/base-element' ),\n\tElementEmptyView = require( 'elementor-views/element-empty' ),\n\tWidgetView = require( 'elementor-views/widget' ),\n\tColumnView;\n\nColumnView = BaseElementView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-element-column-content' ),\n\n\telementEvents: {\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-remove': 'onClickRemove',\n\t\t'click @ui.listTriggers': 'onClickTrigger'\n\t},\n\n\tgetChildView: function( model ) {\n\t\tif ( 'section' === model.get( 'elType' ) ) {\n\t\t\treturn require( 'elementor-views/section' ); // We need to require the section dynamically\n\t\t}\n\n\t\treturn WidgetView;\n\t},\n\n\temptyView: ElementEmptyView,\n\n\tclassName: function() {\n\t\tvar classes = 'elementor-column',\n\t\t\ttype = this.isInner() ? 'inner' : 'top';\n\n\t\tclasses += ' elementor-' + type + '-column';\n\n\t\treturn classes;\n\t},\n\n\tchildViewContainer: '> .elementor-column-wrap > .elementor-widget-wrap',\n\n\ttriggers: {\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-add': 'click:new',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-edit': 'click:edit',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger': 'click:edit',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\tui: {\n\t\tcolumnTitle: '.column-title',\n\t\tcolumnInner: '> .elementor-column-wrap',\n\t\tlistTriggers: '> .elementor-element-overlay .elementor-editor-element-trigger'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'widget'\n\t\t},\n\t\tResizable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/resizable' )\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t},\n\t\tHandleAddMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.listenTo( elementor.data, 'widget:drag:start', this.onWidgetDragStart );\n\t\tthis.listenTo( elementor.data, 'widget:drag:end', this.onWidgetDragEnd );\n\t},\n\n\tisDroppingAllowed: function( side, event ) {\n\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\telType = elementView.model.get( 'elType' );\n\n\t\tif ( 'section' === elType ) {\n\t\t\treturn ! this.isInner();\n\t\t}\n\n\t\treturn 'widget' === elType;\n\t},\n\n\tchangeSizeUI: function() {\n\t\tvar columnSize = this.model.getSetting( '_column_size' ),\n\t\t\tinlineSize = this.model.getSetting( '_inline_size' ),\n\t\t\tcolumnSizeTitle = parseFloat( inlineSize || columnSize ).toFixed( 1 ) + '%';\n\n\t\tthis.$el.attr( 'data-col', columnSize );\n\t\t//this.$el.css( 'width', inlineSize ? inlineSize + '%' : '' );\n\n\t\tthis.ui.columnTitle.html( columnSizeTitle );\n\t},\n\n\tgetSortableOptions: function() {\n\t\treturn {\n\t\t\tconnectWith: '.elementor-widget-wrap',\n\t\t\titems: '> .elementor-element'\n\t\t};\n\t},\n\n\t// Events\n\tonCollectionChanged: function() {\n\t\tBaseElementView.prototype.onCollectionChanged.apply( this, arguments );\n\n\t\tthis.changeChildContainerClasses();\n\t},\n\n\tchangeChildContainerClasses: function() {\n\t\tvar emptyClass = 'elementor-element-empty',\n\t\t\tpopulatedClass = 'elementor-element-populated';\n\n\t\tif ( this.collection.isEmpty() ) {\n\t\t\tthis.ui.columnInner.removeClass( populatedClass ).addClass( emptyClass );\n\t\t} else {\n\t\t\tthis.ui.columnInner.removeClass( emptyClass ).addClass( populatedClass );\n\t\t}\n\t},\n\n\tonRender: function() {\n\t\tvar self = this;\n\n\t\tself.changeChildContainerClasses();\n\t\tself.changeSizeUI();\n\n\t\tself.$el.html5Droppable( {\n\t\t\titems: ' > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element, >.elementor-column-wrap > .elementor-widget-wrap > .elementor-empty-view > .elementor-first-add',\n\t\t\taxis: [ 'vertical' ],\n\t\t\tgroups: [ 'elementor-element' ],\n\t\t\tisDroppingAllowed: _.bind( self.isDroppingAllowed, self ),\n\t\t\tonDragging: function( side, event ) {\n\t\t\t\tevent.stopPropagation();\n\n\t\t\t\tself.$el.addClass( 'elementor-dragging-on-child' );\n\n\t\t\t\tif ( this.dataset.side !== side ) {\n\t\t\t\t\tBackbone.$( this ).attr( 'data-side', side );\n\t\t\t\t}\n\t\t\t},\n\t\t\tonDragLeave: function() {\n\t\t\t\tself.$el.removeClass( 'elementor-dragging-on-child' );\n\n\t\t\t\tBackbone.$( this ).removeAttr( 'data-side' );\n\t\t\t},\n\t\t\tonDropping: function( side, event ) {\n\t\t\t\tevent.stopPropagation();\n\n\t\t\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\t\t\tnewIndex = Backbone.$( this ).index();\n\n\t\t\t\tif ( 'bottom' === side ) {\n\t\t\t\t\tnewIndex++;\n\t\t\t\t}\n\n\t\t\t\tvar itemData = {\n\t\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\t\telType: elementView.model.get( 'elType' )\n\t\t\t\t};\n\n\t\t\t\tif ( 'widget' === itemData.elType ) {\n\t\t\t\t\titemData.widgetType = elementView.model.get( 'widgetType' );\n\t\t\t\t} else if ( 'section' === itemData.elType ) {\n\t\t\t\t\titemData.elements = [];\n\t\t\t\t\titemData.isInner = true;\n\t\t\t\t} else {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tself.triggerMethod( 'request:add', itemData, { at: newIndex } );\n\t\t\t}\n\t\t} );\n\t},\n\n\tonClickTrigger: function( event ) {\n\t\tevent.preventDefault();\n\n\t\tvar $trigger = this.$( event.currentTarget ),\n\t\t\tisTriggerActive = $trigger.hasClass( 'elementor-active' );\n\n\t\tthis.ui.listTriggers.removeClass( 'elementor-active' );\n\n\t\tif ( ! isTriggerActive ) {\n\t\t\t$trigger.addClass( 'elementor-active' );\n\t\t}\n\t},\n\n\tonWidgetDragStart: function() {\n\t\tthis.$el.addClass( 'elementor-dragging' );\n\t},\n\n\tonWidgetDragEnd: function() {\n\t\tthis.$el.removeClass( 'elementor-dragging' );\n\t}\n} );\n\nmodule.exports = ColumnView;\n",
@@ -113,23 +115,23 @@
113
  "var ControlBaseItemView;\n\nControlBaseItemView = Marionette.CompositeView.extend( {\n\tui: function() {\n\t\treturn {\n\t\t\tinput: 'input[data-setting][type!=\"checkbox\"][type!=\"radio\"]',\n\t\t\tcheckbox: 'input[data-setting][type=\"checkbox\"]',\n\t\t\tradio: 'input[data-setting][type=\"radio\"]',\n\t\t\tselect: 'select[data-setting]',\n\t\t\ttextarea: 'textarea[data-setting]'\n\t\t};\n\t},\n\n\tclassName: function() {\n\t\t// TODO: Any better classes for that?\n\t\tvar classes = 'elementor-control elementor-control-' + this.model.get( 'name' ) + ' elementor-control-type-' + this.model.get( 'type' ),\n\t\t\tmodelClasses = this.model.get( 'classes' );\n\n\t\tif ( ! _.isEmpty( modelClasses ) ) {\n\t\t\tclasses += ' ' + modelClasses;\n\t\t}\n\n\t\tif ( ! _.isEmpty( this.model.get( 'section' ) ) ) {\n\t\t\tclasses += ' elementor-control-under-section';\n\t\t}\n\n\t\treturn classes;\n\t},\n\n\tgetTemplate: function() {\n\t\treturn Marionette.TemplateCache.get( '#tmpl-elementor-control-' + this.model.get( 'type' ) + '-content' );\n\t},\n\n\ttemplateHelpers: function() {\n\t\tvar controlData = {\n\t\t\tcontrolValue: this.getControlValue(),\n\t\t\t_cid: this.model.cid\n\t\t};\n\n\t\treturn {\n\t\t\tdata: _.extend( {}, this.model.toJSON(), controlData )\n\t\t};\n\t},\n\n\tbaseEvents: {\n\t\t'input @ui.input': 'onBaseInputChange',\n\t\t'change @ui.checkbox': 'onBaseInputChange',\n\t\t'change @ui.radio': 'onBaseInputChange',\n\t\t'input @ui.textarea': 'onBaseInputChange',\n\t\t'change @ui.select': 'onBaseInputChange'\n\t},\n\n\tchildEvents: {},\n\n\tevents: function() {\n\t\treturn _.extend( {}, this.baseEvents, this.childEvents );\n\t},\n\n\tinitialize: function( options ) {\n\t\tthis.elementSettingsModel = options.elementSettingsModel;\n\n\t\tvar controlType = this.model.get( 'type' ),\n\t\t\tcontrolSettings = _.extend( {}, elementor.config.controls[ controlType ], this.model.attributes );\n\n\t\tthis.model.set( controlSettings );\n\n\t\tthis.listenTo( this.elementSettingsModel, 'change', this.toggleControlVisibility );\n\t\tthis.listenTo( this.elementSettingsModel, 'control:switch:tab', this.onControlSwitchTab );\n\t},\n\n\tgetControlValue: function() {\n\t\treturn this.elementSettingsModel.get( this.model.get( 'name' ) );\n\t},\n\n\tisValidValue: function( value ) {\n\t\treturn true;\n\t},\n\n\tsetValue: function( value ) {\n\t\tthis.setSettingsModel( value );\n\t},\n\n\tsetSettingsModel: function( value ) {\n\t\tif ( true !== this.isValidValue( value ) ) {\n\t\t\tthis.triggerMethod( 'settings:error' );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.elementSettingsModel.set( this.model.get( 'name' ), value );\n\n\t\tthis.triggerMethod( 'settings:change' );\n\t},\n\n\tapplySavedValue: function() {\n\t\tthis.setInputValue( '[data-setting=\"' + this.model.get( 'name' ) + '\"]', this.getControlValue() );\n\t},\n\n\tgetEditSettings: function( setting ) {\n\t\tvar settings = this.getOption( 'elementEditSettings' ).toJSON();\n\n\t\tif ( setting ) {\n\t\t\treturn settings[ setting ];\n\t\t}\n\n\t\treturn settings;\n\t},\n\n\tsetEditSetting: function( settingKey, settingValue ) {\n\t\tvar settings = this.getOption( 'elementEditSettings' );\n\n\t\tsettings.set( settingKey, settingValue );\n\t},\n\n\tgetInputValue: function( input ) {\n\t\tvar $input = this.$( input ),\n\t\t\tinputValue = $input.val(),\n\t\t\tinputType = $input.attr( 'type' );\n\n\t\tif ( 'checkbox' === inputType ) {\n\t\t\treturn $input.prop( 'checked' );\n\t\t} else if ( 'radio' === inputType ) {\n\t\t\treturn $input.prop( 'checked' ) ? inputValue : '';\n\t\t}\n\n\t\treturn inputValue;\n\t},\n\n\tsetInputValue: function( input, value ) {\n\t\tvar $input = this.$( input ),\n\t\t\tinputType = $input.attr( 'type' );\n\n\t\tif ( 'checkbox' === inputType ) {\n\t\t\t$input.prop( 'checked', !! value );\n\t\t} else if ( 'radio' === inputType ) {\n\t\t\t$input.filter( '[value=\"' + value + '\"]' ).prop( 'checked', true );\n\t\t} else {\n\t\t\t$input.val( value );\n\t\t}\n\t},\n\n\tonSettingsError: function() {\n\t\tthis.$el.addClass( 'elementor-error' );\n\t},\n\n\tonSettingsChange: function() {\n\t\tthis.$el.removeClass( 'elementor-error' );\n\t},\n\n\tonRender: function() {\n\t\tthis.applySavedValue();\n\n\t\tvar layoutType = this.model.get( 'label_block' ) ? 'block' : 'inline',\n\t\t\tshowLabel = this.model.get( 'show_label' ),\n\t\t\telClasses = 'elementor-label-' + layoutType;\n\n\t\telClasses += ' elementor-control-separator-' + this.model.get( 'separator' );\n\n\t\tif ( ! showLabel ) {\n\t\t\telClasses += ' elementor-control-hidden-label';\n\t\t}\n\n\t\tthis.$el.addClass( elClasses );\n\n\t\tthis.triggerMethod( 'ready' );\n\t\tthis.toggleControlVisibility();\n\t},\n\n\tonBaseInputChange: function( event ) {\n\t\tthis.updateElementModel( event );\n\n\t\tthis.triggerMethod( 'input:change', event );\n\t},\n\n\ttoggleControlVisibility: function() {\n\t\tvar isVisible = elementor.helpers.isControlVisible( this.model, this.elementSettingsModel );\n\n\t\tthis.$el.toggleClass( 'elementor-hidden-control', ! isVisible );\n\n\t\telementor.data.trigger( 'scrollbar:update' );\n\t},\n\n\tonControlSwitchTab: function( activeTab ) {\n\t\tthis.$el.toggleClass( 'elementor-active-tab', ( activeTab === this.model.get( 'tab' ) ) );\n\n\t\telementor.data.trigger( 'scrollbar:update' );\n\t},\n\n\tonReady: function() {},\n\n\tupdateElementModel: function( event ) {\n\t\tthis.setValue( this.getInputValue( event.currentTarget ) );\n\t}\n}, {\n\t// Static methods\n\treplaceStyleValues: function( cssProperty, controlValue ) {\n\t\tvar replaceArray = { '\\{\\{VALUE\\}\\}': controlValue };\n\n\t\treturn elementor.helpers.stringReplaceAll( cssProperty, replaceArray );\n\t}\n} );\n\nmodule.exports = ControlBaseItemView;\n",
114
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlChooseItemView;\n\nControlChooseItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.inputs = '[type=radio]';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'mousedown label': 'onMouseDownLabel',\n\t\t'click @ui.inputs': 'onClickInput',\n\t\t'change @ui.inputs': 'updateElementModel'\n\t},\n\n\tonMouseDownLabel: function( event ) {\n\t\tvar $clickedLabel = this.$( event.currentTarget ),\n\t\t\t$selectedInput = this.$( '#' + $clickedLabel.attr( 'for' ) );\n\n\t\t$selectedInput.data( 'checked', $selectedInput.prop( 'checked' ) );\n\t},\n\n\tonClickInput: function( event ) {\n\t\tif ( ! this.model.get( 'toggle' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $selectedInput = this.$( event.currentTarget );\n\n\t\tif ( $selectedInput.data( 'checked' ) ) {\n\t\t\t$selectedInput.prop( 'checked', false ).trigger( 'change' );\n\t\t}\n\t},\n\n\tonRender: function() {\n\t\tControlBaseItemView.prototype.onRender.apply( this, arguments );\n\n\t\tvar currentValue = this.getControlValue();\n\n\t\tif ( currentValue ) {\n\t\t\tthis.ui.inputs.filter( '[value=' + currentValue + ']' ).prop( 'checked', true );\n\t\t} else if ( ! this.model.get( 'toggle' ) ) {\n\t\t\tthis.ui.inputs.first().prop( 'checked', true ).trigger( 'change' );\n\t\t}\n\t}\n} );\n\nmodule.exports = ControlChooseItemView;\n",
115
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlColorItemView;\n\nControlColorItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.picker = '.color-picker-hex';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tthis.ui.picker.wpColorPicker( {\n\t\t\tchange: _.bind( function() {\n\t\t\t\tthis.setValue( this.ui.picker.wpColorPicker( 'color' ) );\n\t\t\t}, this ),\n\n\t\t\tclear: _.bind( function() {\n\t\t\t\tthis.setValue( '' );\n\t\t\t}, this ),\n\n\t\t\twidth: 251\n\t\t} );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.picker.wpColorPicker( 'instance' ) ) {\n\t\t\tthis.ui.picker.wpColorPicker( 'close' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlColorItemView;\n",
116
- "var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),\n\tControlDimensionsItemView;\n\nControlDimensionsItemView = ControlBaseUnitsItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseUnitsItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controls = '.elementor-control-dimension > input:enabled';\n\t\tui.link = 'button.elementor-link-dimensions';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.link': 'onLinkDimensionsClicked'\n\t},\n\n\tdefaultDimensionValue: 0,\n\n\tinitialize: function() {\n\t\tControlBaseUnitsItemView.prototype.initialize.apply( this, arguments );\n\n\t\t// TODO: Need to be in helpers, and not in variable\n\t\tthis.model.set( 'allowed_dimensions', this.filterDimensions( this.model.get( 'allowed_dimensions' ) ) );\n\t},\n\n\tgetPossibleDimensions: function() {\n\t\treturn [\n\t\t\t'top',\n\t\t\t'right',\n\t\t\t'bottom',\n\t\t\t'left'\n\t\t];\n\t},\n\n\tfilterDimensions: function( filter ) {\n\t\tfilter = filter || 'all';\n\n\t\tvar dimensions = this.getPossibleDimensions();\n\n\t\tif ( 'all' === filter ) {\n\t\t\treturn dimensions;\n\t\t}\n\n\t\tif ( ! _.isArray( filter ) ) {\n\t\t\tif ( 'horizontal' === filter ) {\n\t\t\t\tfilter = [ 'right', 'left' ];\n\t\t\t} else if ( 'vertical' === filter ) {\n\t\t\t\tfilter = [ 'top', 'bottom' ];\n\t\t\t}\n\t\t}\n\n\t\treturn filter;\n\t},\n\n\tonReady: function() {\n\t\tvar currentValue = this.getControlValue();\n\n\t\tif ( ! this.isLinkedDimensions() ) {\n\t\t\tthis.ui.link.addClass( 'unlinked' );\n\n\t\t\tthis.ui.controls.each( _.bind( function( index, element ) {\n\t\t\t\tif ( _.isEmpty( currentValue[ element.name ] ) ) {\n\t\t\t\t\tcurrentValue[ element.name ] = this.defaultDimensionValue;\n\t\t\t\t}\n\n\t\t\t\tthis.$( element ).val( currentValue[ element.name ] );\n\t\t\t}, this ) );\n\t\t}\n\n\t\tthis.fillEmptyDimensions();\n\t},\n\n\tupdateDimensionsValue: function() {\n\t\tvar currentValue = {},\n\t\t\tdimensions = this.getPossibleDimensions(),\n\t\t\t$controls = this.ui.controls;\n\n\t\tdimensions.forEach( _.bind( function( dimension ) {\n\t\t\tvar $element = $controls.filter( '[data-setting=\"' + dimension + '\"]' );\n\n\t\t\tcurrentValue[ dimension ] = $element.length ? $element.val() : this.defaultDimensionValue;\n\t\t}, this ) );\n\n\t\tthis.setValue( currentValue );\n\t},\n\n\tfillEmptyDimensions: function() {\n\t\tvar dimensions = this.getPossibleDimensions(),\n\t\t\tallowedDimensions = this.model.get( 'allowed_dimensions' ),\n\t\t\t$controls = this.ui.controls;\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdimensions.forEach( _.bind( function( dimension ) {\n\t\t\tvar $element = $controls.filter( '[data-setting=\"' + dimension + '\"]' ),\n\t\t\t\tisAllowedDimension = -1 !== _.indexOf( allowedDimensions, dimension );\n\n\t\t\tif ( isAllowedDimension && $element.length && _.isEmpty( $element.val() ) ) {\n\t\t\t\t$element.val( this.defaultDimensionValue );\n\t\t\t}\n\n\t\t}, this ) );\n\t},\n\n\tupdateDimensions: function() {\n\t\tthis.fillEmptyDimensions();\n\t\tthis.updateDimensionsValue();\n\t},\n\n\tresetDimensions: function() {\n\t\tthis.ui.controls.val( '' );\n\n\t\tthis.updateDimensionsValue();\n\t},\n\n\tonInputChange: function( event ) {\n\t\tvar inputSetting = event.target.dataset.setting;\n\n\t\tif ( 'unit' === inputSetting ) {\n\t\t\tthis.resetDimensions();\n\t\t}\n\n\t\tif ( ! _.contains( this.getPossibleDimensions(), inputSetting ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\tvar $thisControl = this.$( event.target );\n\n\t\t\tthis.ui.controls.val( $thisControl.val() );\n\t\t}\n\n\t\tthis.updateDimensions();\n\t},\n\n\tonLinkDimensionsClicked: function( event ) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\n\t\tthis.ui.link.toggleClass( 'unlinked' );\n\n\t\tthis.setValue( 'isLinked', ! this.ui.link.hasClass( 'unlinked' ) );\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\t// Set all controls value from the first control.\n\t\t\tthis.ui.controls.val( this.ui.controls.eq( 0 ).val() );\n\t\t}\n\n\t\tthis.updateDimensions();\n\t},\n\n\tisLinkedDimensions: function() {\n\t\treturn this.getControlValue( 'isLinked' );\n\t}\n} );\n\nmodule.exports = ControlDimensionsItemView;\n",
117
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlFontItemView;\n\nControlFontItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.fontSelect = '.elementor-control-font-family';\n\n\t\treturn ui;\n\t},\n\tonReady: function() {\n\t\tthis.ui.fontSelect.select2( {\n\t\t\tdir: elementor.config.is_rtl ? 'rtl' : 'ltr'\n\t\t} );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.fontSelect.data( 'select2' ) ) {\n\t\t\tthis.ui.fontSelect.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t},\n\n\ttemplateHelpers: function() {\n\t\tvar helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );\n\n\t\thelpers.getFontsByGroups = _.bind( function( groups ) {\n\t\t\treturn _.pick( this.model.get( 'fonts' ), function( fontType, fontName ) {\n\t\t\t\treturn _.isArray( groups ) ? _.contains( groups, fontType ) : fontType === groups;\n\t\t\t} );\n\t\t}, this );\n\n\t\treturn helpers;\n\t}\n} );\n\nmodule.exports = ControlFontItemView;\n",
118
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlMediaItemView;\n\nControlMediaItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controlMedia = '.elementor-control-media';\n\t\tui.frameOpeners = '.elementor-control-media-upload-button, .elementor-control-media-image';\n\t\tui.deleteButton = '.elementor-control-media-delete';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.frameOpeners': 'openFrame',\n\t\t'click @ui.deleteButton': 'deleteImage'\n\t},\n\n\tonReady: function() {\n\t\tif ( _.isEmpty( this.getControlValue() ) ) {\n\t\t\tthis.ui.controlMedia.addClass( 'media-empty' );\n\t\t}\n\t},\n\n\topenFrame: function() {\n\t\tthis.initFrame();\n\n\t\tthis.frame.open();\n\t},\n\n\tdeleteImage: function() {\n\t\tthis.setValue( '' );\n\t\tthis.render();\n\t},\n\n\t/**\n\t * Create a media modal select frame, and store it so the instance can be reused when needed.\n\t */\n\tinitFrame: function() {\n\t\tvar options,\n\t\t\tids = this.getControlValue();\n\n\t\toptions = {\n\t\t\tframe: 'post',\n\t\t\tmultiple: true,\n\t\t\tbutton: {\n\t\t\t\ttext: 'Insert Media'\n\t\t\t},\n\t\t\tstate: 'gallery'\n\t\t};\n\n\t\tif ( '' !== ids ) {\n\t\t\toptions.selection = this.fetchSelection( ids );\n\t\t\toptions.state = 'gallery-edit';\n\t\t}\n\n\t\tthis.frame = wp.media( options );\n\n\t\t// When a file is selected, run a callback.\n\t\tthis.frame.on( 'update', _.bind( this.select, this ) );\n\t\tthis.frame.on( 'menu:render:default', _.bind( this.menuRender, this ) );\n\t\tthis.frame.on( 'content:render:browse', _.bind( this.gallerySettings, this ) );\n\t},\n\n\tmenuRender: function( view ) {\n\t\tview.unset( 'insert' );\n\t\tview.unset( 'featured-image' );\n\t},\n\n\tgallerySettings: function( browser ) {\n\t\tbrowser.sidebar.on( 'ready', function() {\n\t\t\tbrowser.sidebar.unset( 'gallery' );\n\t\t} );\n\t},\n\n\tfetchSelection: function( ids ) {\n\t\tvar idArray = ids.split( ',' ),\n\t\t\targs = {\n\t\t\t\torderby: 'post__in',\n\t\t\t\torder: 'ASC',\n\t\t\t\ttype: 'image',\n\t\t\t\tperPage: -1,\n\t\t\t\tpost__in: idArray\n\t\t\t},\n\t\t\tattachments = wp.media.query( args ),\n\t\t\tselection = new wp.media.model.Selection( attachments.models, {\n\t\t\t\tprops: attachments.props.toJSON(),\n\t\t\t\tmultiple: true\n\t\t\t} );\n\n\t\treturn selection;\n\t},\n\n\t/**\n\t * Callback handler for when an attachment is selected in the media modal.\n\t * Gets the selected image information, and sets it within the control.\n\t */\n\tselect: function( selection ) {\n\t\tvar ids = selection.pluck( 'id' );\n\n\t\tthis.setValue( ids.toString() );\n\t\tthis.render();\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.frame ) {\n\t\t\tthis.frame.off( 'update' );\n\t\t\tthis.frame.off( 'menu:render:default' );\n\t\t\tthis.frame.off( 'content:render:browse' );\n\t\t}\n\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlMediaItemView;\n",
119
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlIconItemView;\n\nControlIconItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.iconSelect = '.elementor-control-icon';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tthis.ui.iconSelect.select2( {\n\t\t\tallowClear: true,\n\t\t\ttemplateResult: _.bind( this.iconsList, this ),\n\t\t\ttemplateSelection: _.bind( this.iconsList, this )\n\t\t} );\n\t},\n\n\ticonsList: function( icon ) {\n\t\tif ( ! icon.id ) {\n\t\t\treturn icon.text;\n\t\t}\n\t\treturn Backbone.$(\n\t\t\t'<span><i class=\"' + icon.id + '\"></i> ' + icon.text + '</span>'\n\t\t);\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.iconSelect.data( 'select2' ) ) {\n\t\t\tthis.ui.iconSelect.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlIconItemView;\n",
120
- "var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),\n\tControlMediaItemView;\n\nControlMediaItemView = ControlMultipleBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlMultipleBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controlMedia = '.elementor-control-media';\n\t\tui.frameOpeners = '.elementor-control-media-upload-button, .elementor-control-media-image';\n\t\tui.deleteButton = '.elementor-control-media-delete';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.frameOpeners': 'openFrame',\n\t\t'click @ui.deleteButton': 'deleteImage'\n\t},\n\n\tonReady: function() {\n\t\tif ( _.isEmpty( this.getControlValue() ) ) {\n\t\t\tthis.ui.controlMedia.addClass( 'media-empty' );\n\t\t}\n\t},\n\n\topenFrame: function() {\n\t\tif ( ! this.frame ) {\n\t\t\tthis.initFrame();\n\t\t}\n\n\t\tthis.frame.open();\n\t},\n\n\tdeleteImage: function() {\n\t\tthis.setValue( {\n\t\t\turl: '',\n\t\t\tid: ''\n\t\t} );\n\n\t\tthis.render();\n\t},\n\n\t/**\n\t * Create a media modal select frame, and store it so the instance can be reused when needed.\n\t */\n\tinitFrame: function() {\n\t\tthis.frame = wp.media( {\n\t\t\tbutton: {\n\t\t\t\ttext: 'Insert Media' // TODO: gettext\n\t\t\t},\n\t\t\tstates: [\n\t\t\t\tnew wp.media.controller.Library( {\n\t\t\t\t\ttitle: 'Insert Media', // TODO: gettext\n\t\t\t\t\tlibrary: wp.media.query( { type: 'image' } ),\n\t\t\t\t\tmultiple: false,\n\t\t\t\t\tdate: false\n\t\t\t\t} )\n\t\t\t]\n\t\t} );\n\n\t\t// When a file is selected, run a callback.\n\t\tthis.frame.on( 'insert select', _.bind( this.select, this ) );\n\t},\n\n\t/**\n\t * Callback handler for when an attachment is selected in the media modal.\n\t * Gets the selected image information, and sets it within the control.\n\t */\n\tselect: function() {\n\t\t// Get the attachment from the modal frame.\n\t\tvar attachment = this.frame.state().get( 'selection' ).first().toJSON();\n\n\t\tif ( attachment.url ) {\n\t\t\tthis.setValue( {\n\t\t\t\turl: attachment.url,\n\t\t\t\tid: attachment.id\n\t\t\t} );\n\n\t\t\tthis.render();\n\t\t}\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlMediaItemView;\n",
121
  "var RepeaterRowView;\n\nRepeaterRowView = Marionette.CompositeView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-repeater-row' ),\n\n\tclassName: 'repeater-fields',\n\n\tui: {\n\t\tduplicateButton: '.elementor-repeater-tool-duplicate',\n\t\teditButton: '.elementor-repeater-tool-edit',\n\t\tremoveButton: '.elementor-repeater-tool-remove',\n\t\titemNumber: '.elementor-repeater-row-item-number'\n\t},\n\n\ttriggers: {\n\t\t'click @ui.removeButton': 'click:remove',\n\t\t'click @ui.duplicateButton': 'click:duplicate',\n\t\t'click @ui.itemNumber': 'click:edit'\n\t},\n\n\ttemplateHelpers: function() {\n\t\treturn {\n\t\t\titemIndex: this.getOption( 'itemIndex' )\n\t\t};\n\t},\n\n\tchildViewContainer: '.elementor-repeater-row-controls',\n\n\tgetChildView: function( item ) {\n\t\tvar controlType = item.get( 'type' );\n\t\treturn elementor.getControlItemView( controlType );\n\t},\n\n\tchildViewOptions: function() {\n\t\treturn {\n\t\t\telementSettingsModel: this.model\n\t\t};\n\t},\n\n\tupdateIndex: function( newIndex ) {\n\t\tthis.itemIndex = newIndex;\n\t\tthis.render();\n\t},\n\n\tinitialize: function( options ) {\n\t\tthis.elementSettingsModel = options.elementSettingsModel;\n\n\t\tthis.itemIndex = 0;\n\n\t\t// Collection for Controls list\n\t\tthis.collection = new Backbone.Collection( options.controlFields );\n\t}\n} );\n\nmodule.exports = RepeaterRowView;\n",
122
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tRepeaterRowView = require( 'elementor-views/controls/repeater-row' ),\n\tControlRepeaterItemView;\n\nControlRepeaterItemView = ControlBaseItemView.extend( {\n\tui: {\n\t\tbtnAddRow: '.elementor-repeater-add',\n\t\tfieldContainer: '.elementor-repeater-fields'\n\t},\n\n\tevents: {\n\t\t'click @ui.btnAddRow': 'onButtonAddRowClick',\n\t\t'sortstart @ui.fieldContainer': 'onSortStart',\n\t\t'sortupdate @ui.fieldContainer': 'onSortUpdate'\n\t},\n\n\tchildView: RepeaterRowView,\n\n\tchildViewContainer: '.elementor-repeater-fields',\n\n\ttemplateHelpers: function() {\n\t\treturn {\n\t\t\tdata: _.extend( {}, this.model.toJSON(), { controlValue: [] } )\n\t\t};\n\t},\n\n\tchildViewOptions: function( childView ) {\n\t\treturn {\n\t\t\tcontrolFields: this.model.get( 'fields' )\n\t\t};\n\t},\n\n\tinitialize: function( options ) {\n\t\tControlBaseItemView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.collection = this.elementSettingsModel.get( this.model.get( 'name' ) );\n\n\t\tthis.listenTo( this.collection, 'change add remove reset', this.onCollectionChanged, this );\n\t},\n\n\teditRow: function( rowView ) {\n\t\tif ( this.currentEditableChild ) {\n\t\t\tthis.currentEditableChild.getChildViewContainer( this.currentEditableChild ).removeClass( 'editable' );\n\t\t}\n\n\t\tif ( this.currentEditableChild === rowView ) {\n\t\t\tdelete this.currentEditableChild;\n\t\t\treturn;\n\t\t}\n\n\t\trowView.getChildViewContainer( rowView ).addClass( 'editable' );\n\n\t\tthis.currentEditableChild = rowView;\n\n\t\tthis.updateActiveRow();\n\t},\n\n\ttoggleMinRowsClass: function() {\n\t\tif ( ! this.model.get( 'prevent_empty' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.$el.toggleClass( 'elementor-repeater-has-minimum-rows', 1 >= this.collection.length );\n\t},\n\n\tupdateActiveRow: function() {\n\t\tvar activeItemIndex = 0;\n\n\t\tif ( this.currentEditableChild ) {\n\t\t\tactiveItemIndex = this.currentEditableChild.itemIndex;\n\t\t}\n\n\t\tthis.setEditSetting( 'activeItemIndex', activeItemIndex );\n\t},\n\n\tupdateChildIndexes: function() {\n\t\tthis.children.each( _.bind( function( view ) {\n\t\t\tview.updateIndex( this.collection.indexOf( view.model ) + 1 );\n\t\t}, this ) );\n\t},\n\n\tonRender: function() {\n\t\tthis.ui.fieldContainer.sortable( { axis: 'y' } );\n\n\t\tthis.toggleMinRowsClass();\n\t},\n\n\tonSortStart: function( event, ui ) {\n\t\tui.item.data( 'oldIndex', ui.item.index() );\n\t},\n\n\tonSortUpdate: function( event, ui ) {\n\t\tvar oldIndex = ui.item.data( 'oldIndex' ),\n\t\t\tmodel = this.collection.at( oldIndex ),\n\t\t\tnewIndex = ui.item.index();\n\n\t\tthis.collection.remove( model );\n\t\tthis.collection.add( model, { at: newIndex } );\n\t},\n\n\tonAddChild: function() {\n\t\tthis.updateChildIndexes();\n\t\tthis.updateActiveRow();\n\t},\n\n\tonRemoveChild: function( childView ) {\n\t\tif ( childView === this.currentEditableChild ) {\n\t\t\tdelete this.currentEditableChild;\n\t\t}\n\n\t\tthis.updateChildIndexes();\n\t\tthis.updateActiveRow();\n\t},\n\n\tonCollectionChanged: function() {\n\t\tthis.elementSettingsModel.trigger( 'change' );\n\n\t\tthis.toggleMinRowsClass();\n\t},\n\n\tonButtonAddRowClick: function() {\n\t\tvar defaults = {};\n\t\t_.each( this.model.get( 'fields' ), function( field ) {\n\t\t\tdefaults[ field.name ] = field['default'];\n\t\t} );\n\n\t\tvar newModel = this.collection.add( defaults ),\n\t\t\tnewChildView = this.children.findByModel( newModel );\n\n\t\tthis.editRow( newChildView );\n\t},\n\n\tonChildviewClickRemove: function( childView ) {\n\t\tchildView.model.destroy();\n\t},\n\n\tonChildviewClickDuplicate: function( childView ) {\n\t\tthis.collection.add( childView.model.clone(), { at: childView.itemIndex } );\n\t},\n\n\tonChildviewClickEdit: function( childView ) {\n\t\tthis.editRow( childView );\n\t}\n} );\n\nmodule.exports = ControlRepeaterItemView;\n",
123
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlSectionItemView;\n\nControlSectionItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.heading = '.elementor-panel-heading';\n\n\t\treturn ui;\n\t},\n\n\ttriggers: {\n\t\t'click': 'control:section:clicked'\n\t}\n} );\n\nmodule.exports = ControlSectionItemView;\n",
124
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlSelect2ItemView;\n\nControlSelect2ItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.select = '.elementor-select2';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tvar options = {\n\t\t\tallowClear: true\n\t\t};\n\n\t\tthis.ui.select.select2( options );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.select.data( 'select2' ) ) {\n\t\t\tthis.ui.select.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlSelect2ItemView;\n",
125
  "var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),\n\tControlSliderItemView;\n\nControlSliderItemView = ControlBaseUnitsItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseUnitsItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.slider = '.elementor-control-slider';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'slide @ui.slider': 'onSlideChange'\n\t},\n\n\tinitSlider: function() {\n\t\tvar size = this.getControlValue( 'size' ),\n\t\t\tunitRange = this.getCurrentRange();\n\n\t\tthis.ui.input.attr( unitRange ).val( size );\n\n\t\tthis.ui.slider.slider( _.extend( {}, unitRange, { value: size } ) );\n\t},\n\n\tresetSize: function() {\n\t\tthis.setValue( 'size', '' );\n\n\t\tthis.initSlider();\n\t},\n\n\tonReady: function() {\n\t\tthis.initSlider();\n\t},\n\n\tonSlideChange: function( event, ui ) {\n\t\tthis.setValue( 'size', ui.value );\n\n\t\tthis.ui.input.val( ui.value );\n\t},\n\n\tonInputChange: function( event ) {\n\t\tvar dataChanged = event.currentTarget.dataset.setting;\n\n\t\tif ( 'size' === dataChanged ) {\n\t\t\tthis.ui.slider.slider( 'value', this.getControlValue( 'size' ) );\n\t\t} else if ( 'unit' === dataChanged ) {\n\t\t\tthis.resetSize();\n\t\t}\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tthis.ui.slider.slider( 'destroy' );\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlSliderItemView;\n",
126
- "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tSectionView = require( 'elementor-views/section' ),\n\tControlStructureItemView;\n\nControlStructureItemView = ControlBaseItemView.extend( {\n\n\ttemplateHelpers: function() {\n\t\tvar helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );\n\n\t\thelpers.getPresetByStructure = function( structure ) {\n\t\t\treturn SectionView.getPresetByStructure( structure );\n\t\t};\n\n\t\thelpers.getMorePresets = _.bind( this.getMorePresets, this );\n\n\t\treturn helpers;\n\t},\n\n\tgetMorePresets: function() {\n\t\tvar parsedStructure = SectionView.getParsedStructure( this.getControlValue() );\n\n\t\treturn SectionView.getPresets( parsedStructure.columnsCount );\n\t},\n\n\tonInputChange: function() {\n\t\tthis.render();\n\t}\n} );\n\nmodule.exports = ControlStructureItemView;\n",
127
  "var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),\n\tControlUrlItemView;\n\nControlUrlItemView = ControlMultipleBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlMultipleBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.btnExternal = 'button.elementor-control-url-target';\n\n\t\treturn ui;\n\t},\n\n\t// Override the base events\n\tchildEvents: {\n\t\t'click @ui.btnExternal': 'onExternalClicked'\n\t},\n\n\tonReady: function() {\n\t\tvar values = this.getControlValue();\n\n\t\tif ( values.is_external ) {\n\t\t\tthis.ui.btnExternal.addClass( 'active' );\n\t\t}\n\n\t\tif ( values.url ) {\n\t\t\tthis.ui.input.val( values.url );\n\t\t}\n\t},\n\n\tonExternalClicked: function( event ) {\n\t\tevent.preventDefault();\n\n\t\tthis.ui.btnExternal.toggleClass( 'active' );\n\t\tthis.setValue( 'is_external', this.isExternal() );\n\t},\n\n\tisExternal: function() {\n\t\treturn this.ui.btnExternal.hasClass( 'active' );\n\t}\n} );\n\nmodule.exports = ControlUrlItemView;\n",
128
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlWPWidgetItemView;\n\nControlWPWidgetItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.form = 'form';\n\t\tui.loading = '.wp-widget-form-loading';\n\n\t\treturn ui;\n\t},\n\n\tevents: {\n\t\t'keyup @ui.form :input': 'onFormChanged',\n\t\t'change @ui.form :input': 'onFormChanged'\n\t},\n\n\tonFormChanged: function() {\n\t\tvar idBase = 'widget-' + this.model.get( 'id_base' ),\n\t\t\tsettings = this.ui.form.elementorSerializeObject()[ idBase ].REPLACE_TO_ID;\n\n\t\tthis.setValue( settings );\n\t},\n\n\tonReady: function() {\n\t\tBackbone.$.ajax( {\n\t\t\ttype: 'POST',\n\t\t\turl: elementor.config.ajaxurl,\n\t\t\tdata: {\n\t\t\t\taction: 'elementor_editor_get_wp_widget_form',\n\t\t\t\twidget_type: this.model.get( 'widget' ),\n\t\t\t\tdata: JSON.stringify( this.elementSettingsModel.toJSON() )\n\t\t\t}\n\t\t} )\n\t\t\t.done( _.bind( function( data ) {\n\t\t\t\tthis.ui.form.html( data );\n\t\t\t}, this ) );\n\t}\n} );\n\nmodule.exports = ControlWPWidgetItemView;\n",
129
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlWysiwygItemView;\n\nControlWysiwygItemView = ControlBaseItemView.extend( {\n\tchildEvents: {\n\t\t'keyup textarea.elementor-wp-editor': 'updateElementModel'\n\t},\n\n\tbuttons: {\n\t\tkeepInBasic: [\n\t\t\t'bold',\n\t\t\t'italic',\n\t\t\t'link',\n\t\t\t'unlink',\n\t\t\t'wp_adv',\n\t\t\t'fullscreen'\n\t\t],\n\t\tmoveToBasic: {\n\t\t\tunderline: 'italic'\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tControlBaseItemView.prototype.initialize.apply( this, arguments );\n\n\t\tvar self = this;\n\n\t\tthis.editorID = 'elementorwpeditor' + this.cid;\n\n\t\tvar editorConfig = {\n\t\t\tid: this.editorID,\n\t\t\tselector: '#' + this.editorID,\n\t\t\tsetup: function( editor ) {\n\t\t\t\teditor.on( 'keyup change', function() {\n\t\t\t\t\teditor.save();\n\n\t\t\t\t\tself.setValue( editor.getContent() );\n\t\t\t\t} );\n\t\t\t}\n\t\t};\n\n\t\ttinyMCEPreInit.mceInit[ this.editorID ] = _.extend( _.clone( tinyMCEPreInit.mceInit.elementorwpeditor ), editorConfig );\n\n\t\tthis.rearrangeButtons();\n\n\t\t// This class allows us to reduce \"flicker\" by hiding the editor\n\t\t// until we are done loading and modifying it.\n\t\tthis.$el.addClass( 'elementor-loading-editor' );\n\n\t\t// Wait a cycle before initializing the editors.\n\t\t_.defer( function() {\n\t\t\t// Initialize QuickTags, and set as the default mode.\n\t\t\tquicktags( {\n\t\t\t\tbuttons: 'strong,em,del,link,img,close',\n\t\t\t\tid: self.editorID\n\t\t\t} );\n\n\t\t\tswitchEditors.go( self.editorID, 'tmce' );\n\n\t\t\t// Remove default instance after initializes. This allows reinitializion an unlimited amount of times.\n\t\t\t_.defer( function() {\n\t\t\t\tdelete QTags.instances[ 0 ];\n\t\t\t} );\n\n\t\t} );\n\t},\n\n\tattachElContent: function() {\n\t\tvar editorTemplate = elementor.config.wp_editor.replace( /elementorwpeditor/g, this.editorID ).replace( '%%EDITORCONTENT%%', this.getControlValue() );\n\n\t\tthis.$el.html( editorTemplate );\n\n\t\treturn this;\n\t},\n\n\trearrangeButtons: function() {\n\t\tvar editorProps = tinyMCEPreInit.mceInit[ this.editorID ],\n\t\t\teditorBasicToolbarButtons = editorProps.toolbar1.split( ',' ),\n\t\t\teditorAdvancedToolbarButtons = editorProps.toolbar2.split( ',' ),\n\t\t\tbuttonsToKeepInBasic = Array.prototype.slice.call( this.buttons.keepInBasic ),\n\t\t\tbuttonsToMoveToAdvanced = _.difference( editorBasicToolbarButtons, buttonsToKeepInBasic ),\n\t\t\tbuttonsToKeepInAdvanced = _.difference( editorAdvancedToolbarButtons, Object.keys( this.buttons.moveToBasic ) );\n\n\t\t_.each( this.buttons.moveToBasic, function( afterButton, button ) {\n\t\t\tvar afterButtonIndex = buttonsToKeepInBasic.indexOf( afterButton );\n\n\t\t\tif ( -1 !== afterButtonIndex ) {\n\t\t\t\tbuttonsToKeepInBasic.splice( afterButtonIndex + 1, 0, button );\n\t\t\t}\n\t\t} );\n\n\t\teditorProps.toolbar1 = buttonsToKeepInBasic.join( ',' );\n\t\teditorProps.toolbar2 = buttonsToMoveToAdvanced + ',' + buttonsToKeepInAdvanced;\n\t},\n\n\tonBeforeDestroy: function() {\n\t\t// Remove TinyMCE and QuickTags instances\n\t\ttinymce.EditorManager.execCommand( 'mceRemoveEditor', true, this.editorID );\n\t\tdelete QTags.instances[ this.editorID ];\n\n\t\t// Cleanup PreInit data\n\t\tdelete tinyMCEPreInit.mceInit[ this.editorID ];\n\t\tdelete tinyMCEPreInit.qtInit[ this.editorID ];\n\t}\n} );\n\nmodule.exports = ControlWysiwygItemView;\n",
130
  "var ElementEmptyView;\n\nElementEmptyView = Marionette.ItemView.extend( {\n\ttemplate: '#tmpl-elementor-empty-preview',\n\n\tclassName: 'elementor-empty-view',\n\n\tevents: {\n\t\t'click': 'onClickAdd'\n\t},\n\n\tonClickAdd: function() {\n\t\telementor.getPanelView().setPage( 'elements' );\n\t}\n} );\n\nmodule.exports = ElementEmptyView;\n",
131
- "var BaseElementView = require( 'elementor-views/base-element' ),\n\tColumnView = require( 'elementor-views/column' ),\n\tSectionView;\n\nSectionView = BaseElementView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-element-section-content' ),\n\n\tchildView: ColumnView,\n\n\tclassName: function() {\n\t\tvar classes = 'elementor-section',\n\t\t\ttype = this.isInner() ? 'inner' : 'top';\n\n\t\tclasses += ' elementor-' + type + '-section';\n\n\t\treturn classes;\n\t},\n\n\ttagName: 'section',\n\n\tchildViewContainer: '> .elementor-container > .elementor-row',\n\n\ttriggers: {\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-edit': 'click:edit',\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-trigger': 'click:edit',\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\telementEvents: {\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-remove': 'onClickRemove'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'column'\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t},\n\t\tHandleAddMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.listenTo( this.collection, 'add remove reset', this._checkIsFull );\n\t\tthis.listenTo( this.collection, 'remove', this.onCollectionRemove );\n\t\tthis.listenTo( this.model, 'change:settings:structure', this.onStructureChanged );\n\t},\n\n\taddEmptyColumn: function() {\n\t\tthis.addChildModel( {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: 'column',\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t} );\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\tvar isModelInstance = model instanceof Backbone.Model,\n\t\t\tisInner = this.isInner();\n\n\t\tif ( isModelInstance ) {\n\t\t\tmodel.set( 'isInner', isInner );\n\t\t} else {\n\t\t\tmodel.isInner = isInner;\n\t\t}\n\n\t\treturn BaseElementView.prototype.addChildModel.apply( this, arguments );\n\t},\n\n\tgetSortableOptions: function() {\n\t\tvar sectionConnectClass = this.isInner() ? '.elementor-inner-section' : '.elementor-top-section';\n\n\t\treturn {\n\t\t\tconnectWith: sectionConnectClass + ' > .elementor-container > .elementor-row',\n\t\t\thandle: '> .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger',\n\t\t\titems: '> .elementor-column'\n\t\t};\n\t},\n\n\tgetColumnPercentSize: function( element, size ) {\n\t\treturn size / element.parent().width() * 100;\n\t},\n\n\tgetDefaultStructure: function() {\n\t\treturn this.collection.length + '0';\n\t},\n\n\tgetStructure: function() {\n\t\treturn this.model.getSetting( 'structure' );\n\t},\n\n\tsetStructure: function( structure ) {\n\t\tvar parsedStructure = SectionView.getParsedStructure( structure );\n\t\tif ( +parsedStructure.columnsCount !== this.collection.length ) {\n\t\t\tthrow new TypeError( 'The provided structure doesn\\'t match the columns count.' );\n\t\t}\n\n\t\tthis.model.setSetting( 'structure', structure, true );\n\t},\n\n\tredefineLayout: function() {\n\t\tvar preset = SectionView.getPresetByStructure( this.getStructure() );\n\n\t\tthis.collection.each( function( model, index ) {\n\t\t\tmodel.setSetting( '_column_size', preset.preset[ index ] );\n\t\t\tmodel.setSetting( '_inline_size', null );\n\t\t} );\n\n\t\tthis.children.invoke( 'changeSizeUI' );\n\t},\n\n\tresetLayout: function() {\n\t\tthis.setStructure( this.getDefaultStructure() );\n\t},\n\n\tisCollectionFilled: function() {\n\t\tvar MAX_SIZE = 10,\n\t\t\tcolumnsCount = this.collection.length;\n\n\t\treturn ( MAX_SIZE <= columnsCount );\n\t},\n\n\t_checkIsFull: function() {\n\t\tthis.$el.toggleClass( 'elementor-section-filled', this.isCollectionFilled() );\n\t},\n\n\t_checkIsEmpty: function() {\n\t\tif ( ! this.collection.length ) {\n\t\t\tthis.addEmptyColumn();\n\t\t}\n\t},\n\n\tonBeforeRender: function() {\n\t\tthis._checkIsEmpty();\n\t},\n\n\tonRender: function() {\n\t\tthis._checkIsFull();\n\n\t\tthis.redefineLayout();\n\t},\n\n\tonAddChild: function() {\n\t\tif ( ! this.isBuffering ) {\n\t\t\t// Reset the layout just when we have really add/remove element.\n\t\t\tthis.resetLayout();\n\t\t}\n\t},\n\n\tonCollectionRemove: function() {\n\t\t// If it's the last column, please create new one.\n\t\tthis._checkIsEmpty();\n\n\t\tthis.resetLayout();\n\t},\n\n\tonChildviewRequestResize: function( childView, ui ) {\n\t\t// Get current column details\n\t\tvar currentSize = childView.model.getSetting( '_inline_size' );\n\n\t\tif ( ! currentSize ) {\n\t\t\tcurrentSize = this.getColumnPercentSize( ui.element, ui.originalSize.width );\n\t\t}\n\n\t\tvar\tnewSize = this.getColumnPercentSize( ui.element, ui.size.width ),\n\t\t\tdifference = newSize - currentSize;\n\n\t\tui.element.css( {\n\t\t\t//width: currentSize + '%',\n\t\t\twidth: '',\n\t\t\tleft: 'initial' // Fix for RTL resizing\n\t\t} );\n\n\t\t// Get next column details\n\t\tvar modelIndex = this.collection.indexOf( childView.model ),\n\t\t\tnextModel = this.collection.at( modelIndex + 1 ),\n\t\t\tnextChildView = this.children.findByModelCid( nextModel.cid );\n\n\t\tif ( ! nextChildView ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $nextElement = nextChildView.$el,\n\t\t\tnextElementCurrentSize = this.getColumnPercentSize( $nextElement, $nextElement.width() ),\n\t\t\tnextElementNewSize = nextElementCurrentSize - difference;\n\n\t\tif ( newSize < 10 || newSize > 100 || ! difference || nextElementNewSize < 10 || nextElementNewSize > 100 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Set the current column size\n\t\tchildView.model.setSetting( '_inline_size', newSize.toFixed( 3 ) );\n\t\tchildView.changeSizeUI();\n\n\t\t// Set the next column size\n\t\tnextChildView.model.setSetting( '_inline_size', nextElementNewSize.toFixed( 3 ) );\n\t\tnextChildView.changeSizeUI();\n\t},\n\n\tonSettingsChanged: function() {\n\t\tBaseElementView.prototype.onSettingsChanged.apply( this, arguments );\n\n\t\tthis.render();\n\t},\n\n\tonStructureChanged: function() {\n\t\tthis.redefineLayout();\n\t}\n}, {\n\t// Static methods\n\tgetPresets: function( columnsCount, presetIndex ) {\n\t\tvar presets = elementor.helpers.cloneObject( elementor.config.elements.section.presets );\n\n\t\tif ( columnsCount ) {\n\t\t\tpresets = presets[ columnsCount ];\n\t\t}\n\n\t\tif ( presetIndex ) {\n\t\t\tpresets = presets[ presetIndex ];\n\t\t}\n\n\t\treturn presets;\n\t},\n\n\tgetPresetByStructure: function( structure ) {\n\t\tvar parsedStructure = SectionView.getParsedStructure( structure );\n\n\t\treturn SectionView.getPresets( parsedStructure.columnsCount, parsedStructure.presetIndex );\n\t},\n\n\tgetParsedStructure: function( structure ) {\n\t\treturn {\n\t\t\tcolumnsCount: structure.slice( 0, -1 ),\n\t\t\tpresetIndex: structure.substr( -1 )\n\t\t};\n\t}\n} );\n\nmodule.exports = SectionView;\n",
132
- "var SectionView = require( 'elementor-views/section' ),\n\tSectionsCollectionView;\n\nSectionsCollectionView = Marionette.CompositeView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-preview' ),\n\n\tid: 'elementor-inner',\n\n\tchildViewContainer: '#elementor-section-wrap',\n\n\tchildView: SectionView,\n\n\tui: {\n\t\taddSectionArea: '#elementor-add-section',\n\t\taddNewSection: '#elementor-add-new-section',\n\t\tclosePresetsIcon: '#elementor-select-preset-close',\n\t\taddIcon: '#elementor-add-section-button',\n\t\tselectPreset: '#elementor-select-preset',\n\t\tpresets: '.elementor-preset'\n\t},\n\n\tevents: {\n\t\t'click @ui.addIcon': 'showSelectPresets',\n\t\t'click @ui.closePresetsIcon': 'closeSelectPresets',\n\t\t'click @ui.presets': 'onPresetSelected'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'section'\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleAdd: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tgetSortableOptions: function() {\n\t\treturn {\n\t\t\thandle: '> .elementor-container > .elementor-row > .elementor-column > .elementor-element-overlay .elementor-editor-section-settings-list .elementor-editor-element-trigger',\n\t\t\titems: '> .elementor-section'\n\t\t};\n\t},\n\n\tgetChildType: function() {\n\t\treturn [ 'section' ];\n\t},\n\n\tisCollectionFilled: function() {\n\t\treturn false;\n\t},\n\n\tinitialize: function() {\n\t\tif ( 1 > this.collection.length ) {\n\t\t\tthis.addChildModel( {\n\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\telType: 'section',\n\t\t\t\tsettings: {},\n\t\t\t\telements: []\n\t\t\t} );\n\t\t}\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\treturn this.collection.add( model, options, true );\n\t},\n\n\taddSection: function( properties ) {\n\t\tvar newSection = {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: 'section',\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t};\n\n\t\tif ( properties ) {\n\t\t\t_.extend( newSection, properties );\n\t\t}\n\n\t\tvar newModel = this.addChildModel( newSection );\n\n\t\treturn this.children.findByModelCid( newModel.cid );\n\t},\n\n\tshowSelectPresets: function() {\n\t\tthis.ui.addNewSection.hide();\n\t\tthis.ui.selectPreset.show();\n\t},\n\n\tcloseSelectPresets: function() {\n\t\tthis.ui.addNewSection.show();\n\t\tthis.ui.selectPreset.hide();\n\t},\n\n\tonRender: function() {\n\t\tvar self = this;\n\n\t\tself.ui.addSectionArea.html5Droppable( {\n\t\t\taxis: [ 'vertical' ],\n\t\t\tgroups: [ 'elementor-element' ],\n\t\t\tonDragging: function( side ) {\n\t\t\t\tif ( self.ui.addSectionArea.data( 'side' ) !== side ) {\n\t\t\t\t\tself.ui.addSectionArea.attr( 'data-side', side );\n\t\t\t\t}\n\t\t\t},\n\t\t\tonDragLeave: function() {\n\t\t\t\tself.ui.addSectionArea.removeAttr( 'data-side' );\n\t\t\t},\n\t\t\tonDropping: function() {\n\t\t\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\t\t\tnewSection = self.addSection();\n\n\t\t\t\tvar widgetData = {\n\t\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\t\telType: 'widget',\n\t\t\t\t\twidgetType: elementView.model.get( 'widgetType' )\n\t\t\t\t};\n\n\t\t\t\tnewSection.triggerMethod( 'request:add', widgetData );\n\t\t\t}\n\t\t} );\n\t},\n\n\tonPresetSelected: function( event ) {\n\t\tthis.closeSelectPresets();\n\n\t\tvar selectedStructure = event.currentTarget.dataset.structure,\n\t\t\tparsedStructure = SectionView.getParsedStructure( selectedStructure ),\n\t\t\telements = [],\n\t\t\tloopIndex;\n\n\t\tfor ( loopIndex = 0; loopIndex < parsedStructure.columnsCount; loopIndex++ ) {\n\t\t\telements.push( {\n\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\telType: 'column',\n\t\t\t\tsettings: {},\n\t\t\t\telements: []\n\t\t\t} );\n\t\t}\n\n\t\tvar newSection = this.addSection( { elements: elements } );\n\n\t\tnewSection.setStructure( selectedStructure );\n\t}\n} );\n\nmodule.exports = SectionsCollectionView;\n",
133
  "var BaseElementView = require( 'elementor-views/base-element' );\n\nvar WidgetView = BaseElementView.extend( {\n\t_templateType: null,\n\n\tgetTemplate: function() {\n\t\tif ( 'remote' !== this.getTemplateType() ) {\n\t\t\treturn Marionette.TemplateCache.get( '#tmpl-elementor-widget-' + this.model.get( 'widgetType' ) + '-content' );\n\t\t} else {\n\t\t\treturn _.template( '' );\n\t\t}\n\t},\n\n\tclassName: function() {\n\t\treturn 'elementor-widget elementor-widget-' + this.model.get( 'widgetType' );\n\t},\n\n\tmodelEvents: {\n\t\t'before:remote:render': 'onModelBeforeRemoteRender',\n\t\t'remote:render': 'onModelRemoteRender'\n\t},\n\n\ttriggers: {\n\t\t'click > .elementor-element-overlay': {\n\t\t\tevent: 'click:edit',\n\t\t\tstopPropagation: false\n\t\t},\n\t\t'click > .elementor-element-overlay .elementor-editor-add-element': 'click:add',\n\t\t'click > .elementor-element-overlay .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\tui: {\n\t\tsettings: '> .elementor-element-overlay .elementor-editor-widget-settings'\n\t},\n\n\telementEvents: {\n\t\t'click': 'showSettings',\n\t\t'mouseleave @ui.settings': 'hideSettings',\n\t\t'click > .elementor-element-overlay .elementor-editor-element-remove': 'onClickRemove'\n\t},\n\n\tbehaviors: {\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tif ( ! this.model.getHtmlCache() ) {\n\t\t\tthis.model.renderRemoteServer();\n\t\t}\n\t},\n\n\tgetTemplateType: function() {\n\t\tif ( null === this.getOption( '_templateType' ) ) {\n\t\t\tvar $template = Backbone.$( '#tmpl-elementor-widget-' + this.model.get( 'widgetType' ) + '-content' );\n\n\t\t\tif ( 0 === $template.length ) {\n\t\t\t\tthis._templateType = 'remote';\n\t\t\t} else {\n\t\t\t\tthis._templateType = 'js';\n\t\t\t}\n\t\t}\n\n\t\treturn this.getOption( '_templateType' );\n\t},\n\n\tonModelBeforeRemoteRender: function() {\n\t\tthis.$el.addClass( 'elementor-loading' );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\t// Remove old style from the DOM.\n\t\telementor.$previewContents.find( '#elementor-style-' + this.model.cid ).remove();\n\t},\n\n\tonModelRemoteRender: function() {\n\t\tif ( this.isDestroyed ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.$el.removeClass( 'elementor-loading' );\n\t\tthis.render();\n\t},\n\n\tonSettingsChanged: function( settings ) {\n\t\tBaseElementView.prototype.onSettingsChanged.apply( this, arguments );\n\n\t\tswitch ( this.getTemplateType() ) {\n\t\t\tcase 'js' :\n\t\t\t\tthis.model.setHtmlCache();\n\t\t\t\tthis.render();\n\t\t\t\tbreak;\n\n\t\t\tdefault :\n\t\t\t\tthis.model.renderRemoteServer();\n\t\t}\n\t},\n\n\tattachElContent: function( html ) {\n\t\tvar htmlCache = this.model.getHtmlCache();\n\n\t\tif ( htmlCache ) {\n\t\t\thtml = htmlCache;\n\t\t}\n\n\t\tthis.$el.html( html );\n\n\t\treturn this;\n\t},\n\n\tonRender: function() {\n\t\tthis.$el\n\t\t\t.removeClass( 'elementor-widget-empty' )\n\t\t\t.find( '> .elementor-element-overlay .elementor-widget-empty-icon' ).remove();\n\n\t\tthis.$el.imagesLoaded().always( _.bind( function() {\n\t\t\t// Is element empty?\n\t\t\tif ( 1 > this.$el.height() ) {\n\t\t\t\tthis.$el.addClass( 'elementor-widget-empty' );\n\n\t\t\t\t// TODO: REMOVE THIS !!\n\t\t\t\t// TEMP CODING !!\n\t\t\t\tthis.$( '> .elementor-element-overlay' ).append( '<i class=\"elementor-widget-empty-icon fa fa-' + this.model.getIcon() + '\"></i>' );\n\t\t\t}\n\t\t}, this ) );\n\t},\n\n\tshowSettings: function( event ) {\n\t\tvar positionSettings = {\n\t\t\tmy: elementor.config.is_rtl ? 'right+15 center' : 'left-15 center',\n\t\t\tof: event,\n\t\t\tcollision: 'fit',\n\t\t\twithin: this.$el\n\t\t};\n\n\t\tthis.ui.settings.addClass( 'elementor-open' ).position( positionSettings );\n\t},\n\n\thideSettings: function() {\n\t\tthis.ui.settings.removeClass( 'elementor-open' );\n\t}\n} );\n\nmodule.exports = WidgetView;\n"
134
  ]
135
  }
37
  "assets/admin/js/dev/models/widget-settings.js",
38
  "assets/admin/js/dev/utils/heartbeat.js",
39
  "assets/admin/js/dev/utils/helpers.js",
40
+ "assets/admin/js/dev/utils/presets-factory.js",
41
  "assets/admin/js/dev/utils/schemes.js",
42
  "assets/admin/js/dev/views/base-element.js",
43
  "assets/admin/js/dev/views/column.js",
66
  "assets/admin/js/dev/views/widget.js"
67
  ],
68
  "names": [],
69
+ "mappings": "AAAA;ACAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7RA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1NA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/JA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACzEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACbA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC5BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7HA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACXA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnQA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1IA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC9MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1MA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACnCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClKA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrHA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACtCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACvDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AClBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC9BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC1CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3GA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC3JA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA",
70
  "file": "generated.js",
71
  "sourceRoot": "",
72
  "sourcesContent": [
73
  "(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})",
74
+ "/* global ElementorConfig */\nvar App;\n\nApp = Marionette.Application.extend( {\n\thelpers: require( 'elementor-utils/helpers' ),\n\theartbeat: require( 'elementor-utils/heartbeat' ),\n\tschemes: require( 'elementor-utils/schemes' ),\n\tpresetsFactory: require( 'elementor-utils/presets-factory' ),\n\n\t// Channels\n\teditor: Backbone.Radio.channel( 'ELEMENTOR:editor' ),\n\tdata: Backbone.Radio.channel( 'ELEMENTOR:data' ),\n\tfilterState: Backbone.Radio.channel( 'ELEMENTOR:filterState' ),\n\telementLibrary: Backbone.Radio.channel( 'ELEMENTOR:elementLibrary' ),\n\tpanelElements: Backbone.Radio.channel( 'ELEMENTOR:panelElements' ),\n\tdataEditMode: Backbone.Radio.channel( 'ELEMENTOR:editmode' ),\n\tpreview: Backbone.Radio.channel( 'ELEMENTOR:preview' ),\n\tdeviceMode: Backbone.Radio.channel( 'ELEMENTOR:deviceMode' ),\n\n\t// Private Members\n\t_controlsItemView: null,\n\n\tgetElementData: function( modelElement ) {\n\t\tvar elType = modelElement.get( 'elType' );\n\n\t\tif ( 'widget' === elType ) {\n\t\t\tvar widgetType = modelElement.get( 'widgetType' );\n\n\t\t\tif ( ! this.config.widgets[ widgetType ] ) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\treturn this.config.widgets[ widgetType ];\n\t\t}\n\n\t\tif ( ! this.config.elements[ elType ] ) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn this.config.elements[ elType ];\n\t},\n\n\tgetElementControls: function( modelElement ) {\n\t\tvar elementData = this.getElementData( modelElement );\n\n\t\tif ( ! elementData ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar elType = modelElement.get( 'elType' ),\n\t\t\tisInner = modelElement.get( 'isInner' );\n\n\t\tif ( 'widget' === elType ) {\n\t\t\treturn elementData.controls;\n\t\t}\n\n\t\treturn _.filter( elementData.controls, function( controlData ) {\n\t\t\treturn ! ( isInner && controlData.hide_in_inner || ! isInner && controlData.hide_in_top );\n\t\t} );\n\t},\n\n\tgetControlItemView: function( controlType ) {\n\t\tif ( null === this._controlsItemView ) {\n\t\t\tthis._controlsItemView = {\n\t\t\t\tcolor: require( 'elementor-views/controls/color' ),\n\t\t\t\tdimensions: require( 'elementor-views/controls/dimensions' ),\n\t\t\t\tmedia: require( 'elementor-views/controls/media' ),\n\t\t\t\tslider: require( 'elementor-views/controls/slider' ),\n\t\t\t\twysiwyg: require( 'elementor-views/controls/wysiwyg' ),\n\t\t\t\tchoose: require( 'elementor-views/controls/choose' ),\n\t\t\t\turl: require( 'elementor-views/controls/url' ),\n\t\t\t\tfont: require( 'elementor-views/controls/font' ),\n\t\t\t\tsection: require( 'elementor-views/controls/section' ),\n\t\t\t\trepeater: require( 'elementor-views/controls/repeater' ),\n\t\t\t\twp_widget: require( 'elementor-views/controls/wp_widget' ),\n\t\t\t\ticon: require( 'elementor-views/controls/icon' ),\n\t\t\t\tgallery: require( 'elementor-views/controls/gallery' ),\n\t\t\t\tselect2: require( 'elementor-views/controls/select2' ),\n\t\t\t\tstructure: require( 'elementor-views/controls/structure' )\n\t\t\t};\n\n\t\t\tthis.editor.trigger( 'editor:controls:initialize' );\n\t\t}\n\n\t\treturn this._controlsItemView[ controlType ] || require( 'elementor-views/controls/base' );\n\t},\n\n\tgetPanelView: function() {\n\t\treturn this.getRegion( 'panel' ).currentView;\n\t},\n\n\tinitDialogsManager: function() {\n\t\tthis.dialogsManager = new DialogsManager.Instance();\n\t},\n\n\tonStart: function() {\n\t\tNProgress.start();\n\t\tNProgress.inc( 0.2 );\n\n\t\tthis.config = ElementorConfig;\n\n\t\tvar ElementModel = require( 'elementor-models/element' );\n\n\t\tBackbone.Radio.DEBUG = false;\n\t\tBackbone.Radio.tuneIn( 'ELEMENTOR' );\n\n\t\tthis.initDialogsManager();\n\n\t\tthis.heartbeat.init();\n\n\t\telementorBindUI.setEditorMode( true );\n\n\t\t// Init Base elements collection from the server\n\t\tthis.elements = new ElementModel.Collection( this.config.data );\n\n\t\tthis.$previewResponsiveWrapper = Backbone.$( '#elementor-preview-responsive-wrapper' );\n\n\t\tvar previewIframeId = 'elementor-preview-iframe';\n\n\t\t// Make sure the iFrame does not exist.\n\t\tif ( ! Backbone.$( '#' + previewIframeId ).length ) {\n\t\t\tvar previewIFrame = document.createElement( 'iframe' );\n\n\t\t\tpreviewIFrame.id = previewIframeId;\n\t\t\tpreviewIFrame.src = this.config.preview_link + '&' + ( new Date().getTime() );\n\n\t\t\tthis.$previewResponsiveWrapper.append( previewIFrame );\n\t\t}\n\n\t\tthis.$preview = Backbone.$( '#' + previewIframeId );\n\t\tthis.$preview.on( 'load', _.bind( function() {\n\t\t\tthis.$previewContents = this.$preview.contents();\n\n\t\t\telementorBindUI.setScopeWindow( this.$preview[0].contentWindow );\n\n\t\t\tthis.triggerMethod( 'preview:loaded' );\n\t\t}, this ) );\n\n\t\tthis.listenTo( this.dataEditMode, 'switch', this.onEditModeSwitched );\n\n\t\tthis.setWorkSaver();\n\t},\n\n\tonPreviewLoaded: function() {\n\t\tvar SectionsCollectionView = require( 'elementor-views/sections' ),\n\t\t\tPanelLayoutView = require( 'elementor-layouts/panel/panel' );\n\n\t\tvar iframeRegion = new Marionette.Region( {\n\t\t\t// Make sure you get the DOM object out of the jQuery object\n\t\t\tel: this.$previewContents.find( '#elementor' ).get( 0 )\n\t\t} );\n\n\t\tthis.schemes.init().printSchemesStyle();\n\n\t\tthis.$previewContents.on( 'click', function( event ) {\n\t\t\tvar $target = Backbone.$( event.target ),\n\t\t\t\teditMode = elementor.dataEditMode.request( 'get:active:mode' ),\n\t\t\t\tisClickInsideElementor = !! $target.closest( '#elementor' ).length;\n\n\t\t\tif ( isClickInsideElementor && 'preview' !== editMode ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( $target.closest( 'a' ).length ) {\n\t\t\t\tevent.preventDefault();\n\t\t\t}\n\n\t\t\tif ( ! isClickInsideElementor ) {\n\t\t\t\telementor.getPanelView().setPage( 'elements' );\n\t\t\t}\n\t\t} );\n\n\t\tthis.addRegions( {\n\t\t\tsections: iframeRegion,\n\t\t\tpanel: '#elementor-panel',\n\t\t\tmodal: '#elementor-modal-area'\n\t\t} );\n\n\t\tthis.getRegion( 'sections' ).show( new SectionsCollectionView( {\n\t\t\tcollection: this.elements\n\t\t} ) );\n\n\t\tthis.getRegion( 'panel' ).show( new PanelLayoutView() );\n\n\t\tthis.$previewContents\n\t\t .children() // <html>\n\t\t .addClass( 'elementor-html' )\n\t\t .children( 'body' )\n\t\t .addClass( 'elementor-editor-active' );\n\n\t\tBackbone.$( '#elementor-loading' ).fadeOut( 600 );\n\n\t\tNProgress.done();\n\t},\n\n\tonEditModeSwitched: function() {\n\t\tvar activeMode = elementor.dataEditMode.request( 'get:active:mode' );\n\n\t\tif ( 'preview' === activeMode ) {\n\t\t\tthis.enterPreviewMode();\n\t\t} else {\n\t\t\tthis.exitPreviewMode();\n\t\t}\n\t},\n\n\tsetFlagEditorChange: function( status ) {\n\t\telementor.editor.reply( 'editor:changed', status );\n\t\telementor.editor.trigger( 'editor:changed', status );\n\t},\n\n\tisEditorChanged: function() {\n\t\treturn ( true === elementor.editor.request( 'editor:changed' ) );\n\t},\n\n\tsetWorkSaver: function() {\n\t\tBackbone.$( window ).on( 'beforeunload', function() {\n\t\t\tif ( elementor.isEditorChanged() ) {\n\t\t\t\treturn elementor.translate( 'before_unload_alert' );\n\t\t\t}\n\t\t} );\n\t},\n\n\tenterPreviewMode: function() {\n\t\tthis.$previewContents\n\t\t .find( 'body' )\n\t\t .add( 'body' )\n\t\t .removeClass( 'elementor-editor-active' )\n\t\t .addClass( 'elementor-editor-preview' );\n\t},\n\n\texitPreviewMode: function() {\n\t\tthis.$previewContents\n\t\t .find( 'body' )\n\t\t .add( 'body' )\n\t\t .removeClass( 'elementor-editor-preview' )\n\t\t .addClass( 'elementor-editor-active' );\n\t},\n\n\tsaveBuilder: function( options ) {\n\t\toptions = _.extend( {\n\t\t\trevision: 'draft',\n\t\t\tonSuccess: null\n\t\t}, options );\n\n\t\tNProgress.start();\n\n\t\treturn Backbone.$.ajax( {\n\t type: 'POST',\n\t url: this.config.ajaxurl,\n\t data: {\n\t\t action: 'elementor_save_builder',\n\t\t post_id: this.config.post_id,\n\t\t revision: options.revision,\n\t\t data: JSON.stringify( elementor.elements.toJSON() )\n\t }\n } )\n .done( function( data ) {\n\t NProgress.done();\n\n\t elementor.setFlagEditorChange( false );\n\n\t if ( _.isFunction( options.onSuccess ) ) {\n\t\t options.onSuccess.call( this, data );\n\t }\n } );\n\t},\n\n\ttranslate: function( stringKey, templateArgs ) {\n\t\tvar string = this.config.i18n[ stringKey ];\n\n\t\tif ( undefined === string ) {\n\t\t\tstring = stringKey;\n\t\t}\n\n\t\tif ( templateArgs ) {\n\t\t\tstring = string.replace( /{(\\d+)}/g, function( match, number ) {\n\t\t\t\treturn undefined !== templateArgs[ number ] ? templateArgs[ number ] : match;\n\t\t\t} );\n\t\t}\n\n\t\treturn string;\n\t}\n} );\n\nmodule.exports = ( window.elementor = new App() ).start();\n",
75
  "var HandleAddDuplicateBehavior;\n\nHandleAddDuplicateBehavior = Marionette.Behavior.extend( {\n\n\tonChildviewClickNew: function( childView ) {\n\t\tvar currentIndex = childView.$el.index() + 1;\n\n\t\tthis.addChild( { at: currentIndex } );\n\t},\n\n\tonRequestNew: function() {\n\t\tthis.addChild();\n\t},\n\n\taddChild: function( options ) {\n\t\tif ( this.view.isCollectionFilled() ) {\n\t\t\treturn;\n\t\t}\n\n\t\toptions = options || {};\n\n\t\tvar newItem = {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: this.view.getChildType()[0],\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t};\n\n\t\tthis.view.addChildModel( newItem, options );\n\t}\n} );\n\nmodule.exports = HandleAddDuplicateBehavior;\n",
76
  "var HandleElementsRelation;\n\nHandleElementsRelation = Marionette.Behavior.extend( {\n\n\tonRequestAdd: function( itemData, options ) {\n\t\tthis._addChildElement( itemData, options );\n\t},\n\n\t/**\n\t *\n\t * @param {Object} itemData\n\t * @param {Object} options\n\t * @private\n\t */\n\t_addChildElement: function( itemData, options ) {\n\t\toptions = options || {};\n\n\t\tvar myChildType = this.view.getChildType();\n\n\t\tif ( -1 === myChildType.indexOf( itemData.elType ) ) {\n\t\t\tdelete options.at;\n\n\t\t\tthis.view.children.last().triggerMethod( 'request:add', itemData, options );\n\n\t\t\treturn;\n\t\t}\n\n\t\tvar newModel = this.view.addChildModel( itemData, options ),\n\t\t\tnewView = this.view.children.findByModel( newModel );\n\n\t\tif ( 'section' === newView.getElementType() && newView.isInner() ) {\n\t\t\tnewView.addEmptyColumn();\n\t\t}\n\n\t\tnewView.triggerMethod( 'open:editor' );\n\t}\n} );\n\nmodule.exports = HandleElementsRelation;\n",
77
  "var HandleDuplicateBehavior;\n\nHandleDuplicateBehavior = Marionette.Behavior.extend( {\n\n\tonChildviewClickDuplicate: function( childView ) {\n\t\tif ( this.view.isCollectionFilled() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar currentIndex = childView.$el.index() + 1,\n\t\t\tnewModel = childView.model.clone();\n\n\t\tthis.view.addChildModel( newModel, { at: currentIndex } );\n\t}\n} );\n\nmodule.exports = HandleDuplicateBehavior;\n",
106
  "var BaseSettingsModel = require( 'elementor-models/base-settings' ),\n\tWidgetSettingsModel;\n\nWidgetSettingsModel = BaseSettingsModel.extend( {\n\t\n} );\n\nmodule.exports = WidgetSettingsModel;",
107
  "var heartbeat;\n\nheartbeat = {\n\n\tinit: function() {\n\t\tvar modal;\n\n\t\tthis.getModal = function() {\n\t\t\tif ( ! modal ) {\n\t\t\t\tmodal = this.initModal();\n\t\t\t}\n\n\t\t\treturn modal;\n\t\t};\n\n\t\tBackbone.$( document ).on( {\n\t\t\t'heartbeat-send': function( event, data ) {\n\t\t\t\tdata.elementor_post_lock = {\n\t\t\t\t\tpost_ID: elementor.config.post_id\n\t\t\t\t};\n\t\t\t},\n\t\t\t'heartbeat-tick': function( event, response ) {\n\t\t\t\tif ( response.locked_user ) {\n\t\t\t\t\theartbeat.showLockMessage( response.locked_user );\n\t\t\t\t} else {\n\t\t\t\t\theartbeat.getModal().hide();\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\tif ( elementor.config.locked_user ) {\n\t\t\theartbeat.showLockMessage( elementor.config.locked_user );\n\t\t}\n\t},\n\n\tinitModal: function() {\n\t\tvar modal = elementor.dialogsManager.createWidget( 'options', {\n\t\t\theaderMessage: elementor.translate( 'take_over' )\n\t\t} );\n\n\t\tmodal.addButton( {\n\t\t\tname: 'go_back',\n\t\t\ttext: elementor.translate( 'go_back' ),\n\t\t\tcallback: function() {\n\t\t\t\tparent.history.go( -1 );\n\t\t\t}\n\t\t} );\n\n\t\tmodal.addButton( {\n\t\t\tname: 'take_over',\n\t\t\ttext: elementor.translate( 'take_over' ),\n\t\t\tcallback: function() {\n\t\t\t\twp.heartbeat.enqueue( 'elementor_force_post_lock', true );\n\t\t\t\twp.heartbeat.connectNow();\n\t\t\t}\n\t\t} );\n\n\t\treturn modal;\n\t},\n\n\tshowLockMessage: function( lockedUser ) {\n\t\tvar modal = heartbeat.getModal();\n\n\t\tmodal\n\t\t\t.setMessage( elementor.translate( 'dialog_user_taken_over', [ lockedUser ] ) )\n\t\t .show();\n\t}\n};\n\nmodule.exports = heartbeat;\n",
108
  "var helpers;\n\nhelpers = {\n\t_enqueuedFonts: [],\n\n\telementsHierarchy: {\n\t\tsection: {\n\t\t\tcolumn: {\n\t\t\t\twidget: null,\n\t\t\t\tsection: null\n\t\t\t}\n\t\t}\n\t},\n\n\tenqueueFont: function( font ) {\n\t\tif ( -1 !== this._enqueuedFonts.indexOf( font ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar fontType = elementor.config.controls.font.fonts[ font ],\n\t\t\tfontUrl;\n\n\t\tswitch ( fontType ) {\n\t\t\tcase 'googlefonts' :\n\t\t\t\tfontUrl = 'https://fonts.googleapis.com/css?family=' + font + ':100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';\n\t\t\t\tbreak;\n\n\t\t\tcase 'earlyaccess' :\n\t\t\t\tvar fontLowerString = font.replace( /\\s+/g, '' ).toLowerCase();\n\t\t\t\tfontUrl = 'https://fonts.googleapis.com/earlyaccess/' + fontLowerString + '.css';\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( ! _.isEmpty( fontUrl ) ) {\n\t\t\telementor.$previewContents.find( 'link:last' ).after( '<link href=\"' + fontUrl + '\" rel=\"stylesheet\" type=\"text/css\">' );\n\t\t}\n\t\tthis._enqueuedFonts.push( font );\n\t},\n\n\tgetElementChildType: function( elementType, container ) {\n\t\tif ( ! container ) {\n\t\t\tcontainer = this.elementsHierarchy;\n\t\t}\n\n\t\tif ( undefined !== container[ elementType ] ) {\n\n\t\t\tif ( Backbone.$.isPlainObject( container[ elementType ] ) ) {\n\t\t\t\treturn Object.keys( container[ elementType ] );\n\t\t\t}\n\n\t\t\treturn null;\n\t\t}\n\n\t\tfor ( var type in container ) {\n\n\t\t\tif ( ! container.hasOwnProperty( type ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif ( ! Backbone.$.isPlainObject( container[ type ] ) ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tvar result = this.getElementChildType( elementType, container[ type ] );\n\n\t\t\tif ( result ) {\n\t\t\t\treturn result;\n\t\t\t}\n\t\t}\n\n\t\treturn null;\n\t},\n\n\tgetUniqueID: function() {\n\t\tvar id;\n\n\t\t// TODO: Check conflict models\n\t\t//while ( true ) {\n\t\t\tid = Math.random().toString( 36 ).substr( 2, 7 );\n\t\t\t//if ( 1 > $( 'li.item-id-' + id ).length ) {\n\t\t\t\treturn id;\n\t\t\t//}\n\t\t//}\n\t},\n\n\tstringReplaceAll: function( string, replaces ) {\n\t\tvar re = new RegExp( Object.keys( replaces ).join( '|' ), 'gi' );\n\n\t\treturn string.replace( re, function( matched ) {\n\t\t\treturn replaces[ matched ];\n\t\t} );\n\t},\n\n\tisControlVisible: function( controlModel, elementSettingsModel ) {\n\t\tvar condition;\n\n\t\t// TODO: Better way to get this?\n\t\tif ( _.isFunction( controlModel.get ) ) {\n\t\t\tcondition = controlModel.get( 'condition' );\n\t\t} else {\n\t\t\tcondition = controlModel.condition;\n\t\t}\n\n\t\tif ( _.isEmpty( condition ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\tvar hasFields = _.filter( condition, function( conditionValue, conditionName ) {\n\t\t\tvar conditionNameParts = conditionName.match( /([a-z_0-9]+)(?:\\[([a-z_]+)])?(!?)$/i ),\n\t\t\t\tconditionRealName = conditionNameParts[1],\n\t\t\t\tconditionSubKey = conditionNameParts[2],\n\t\t\t\tisNegativeCondition = !! conditionNameParts[3],\n\t\t\t\tcontrolValue = elementSettingsModel.get( conditionRealName );\n\n\t\t\tif ( conditionSubKey ) {\n\t\t\t\tcontrolValue = controlValue[ conditionSubKey ];\n\t\t\t}\n\n\t\t\tvar isContains = ( _.isArray( conditionValue ) ) ? _.contains( conditionValue, controlValue ) : conditionValue === controlValue;\n\n\t\t\treturn isNegativeCondition ? isContains : ! isContains;\n\t\t} );\n\n\t\treturn _.isEmpty( hasFields );\n\t},\n\n\tcloneObject: function( object ) {\n\t\treturn JSON.parse( JSON.stringify( object ) );\n\t},\n\n\tgetYoutubeIDFromURL: function( url ) {\n\t\tvar videoIDParts = url.match( /^.*(youtu.be\\/|v\\/|e\\/|u\\/\\w+\\/|embed\\/|v=)([^#\\&\\?]*).*/ );\n\n\t\treturn videoIDParts && videoIDParts[2];\n\t}\n};\n\nmodule.exports = helpers;\n",
109
+ "var presetsFactory;\n\npresetsFactory = {\n\n\tgetPresetsDictionary: function() {\n\t\treturn {\n\t\t\t11: 100 / 9,\n\t\t\t12: 100 / 8,\n\t\t\t14: 100 / 7,\n\t\t\t16: 100 / 6,\n\t\t\t33: 100 / 3,\n\t\t\t66: 2 / 3 * 100,\n\t\t\t83: 5 / 6 * 100\n\t\t};\n\t},\n\n\tgetAbsolutePresetValues: function( preset ) {\n\t\tvar clonedPreset = elementor.helpers.cloneObject( preset ),\n\t\t\tpresetDictionary = this.getPresetsDictionary();\n\n\t\t_.each( clonedPreset, function( unitValue, unitIndex ) {\n\t\t\tif ( presetDictionary[ unitValue ] ) {\n\t\t\t\tclonedPreset[ unitIndex ] = presetDictionary[ unitValue ];\n\t\t\t}\n\t\t} );\n\n\t\treturn clonedPreset;\n\t},\n\n\tgetPresets: function( columnsCount, presetIndex ) {\n\t\tvar presets = elementor.helpers.cloneObject( elementor.config.elements.section.presets );\n\n\t\tif ( columnsCount ) {\n\t\t\tpresets = presets[ columnsCount ];\n\t\t}\n\n\t\tif ( presetIndex ) {\n\t\t\tpresets = presets[ presetIndex ];\n\t\t}\n\n\t\treturn presets;\n\t},\n\n\tgetPresetByStructure: function( structure ) {\n\t\tvar parsedStructure = this.getParsedStructure( structure );\n\n\t\treturn this.getPresets( parsedStructure.columnsCount, parsedStructure.presetIndex );\n\t},\n\n\tgetParsedStructure: function( structure ) {\n\t\tstructure += ''; // Make sure this is a string\n\n\t\treturn {\n\t\t\tcolumnsCount: structure.slice( 0, -1 ),\n\t\t\tpresetIndex: structure.substr( -1 )\n\t\t};\n\t},\n\n\tgetPresetSVG: function( preset, svgWidth, svgHeight, separatorWidth ) {\n\t\tsvgWidth = svgWidth || 100;\n\t\tsvgHeight = svgHeight || 50;\n\t\tseparatorWidth = separatorWidth || 2;\n\n\t\tvar absolutePresetValues = this.getAbsolutePresetValues( preset ),\n\t\t\tpresetSVGPath = this._generatePresetSVGPath( absolutePresetValues, svgWidth, svgHeight, separatorWidth );\n\n\t\treturn this._createSVGPreset( presetSVGPath, svgWidth, svgHeight );\n\t},\n\n\t_createSVGPreset: function( presetPath, svgWidth, svgHeight ) {\n\t\tvar svg = document.createElementNS( 'http://www.w3.org/2000/svg', 'svg' );\n\n\t\tsvg.setAttributeNS( 'http://www.w3.org/2000/xmlns/', 'xmlns:xlink', 'http://www.w3.org/1999/xlink' );\n\t\tsvg.setAttribute( 'viewBox', '0 0 ' + svgWidth + ' ' + svgHeight );\n\n\t\tvar path = document.createElementNS( 'http://www.w3.org/2000/svg', 'path' );\n\n\t\tpath.setAttribute( 'd', presetPath );\n\n\t\tsvg.appendChild( path );\n\n\t\treturn svg;\n\t},\n\n\t_generatePresetSVGPath: function( preset, svgWidth, svgHeight, separatorWidth ) {\n\t\tvar DRAW_SIZE = svgWidth - separatorWidth * ( preset.length - 1 );\n\n\t\tvar xPointer = 0,\n\t\t\tdOutput = '';\n\n\t\tfor ( var i = 0; i < preset.length; i++ ) {\n\t\t\tif ( i ) {\n\t\t\t\tdOutput += ' ';\n\t\t\t}\n\n\t\t\tvar increment = preset[ i ] / 100 * DRAW_SIZE;\n\n\t\t\txPointer += increment;\n\n\t\t\tdOutput += 'M' + ( +xPointer.toFixed( 4 ) ) + ',0';\n\n\t\t\tdOutput += 'V' + svgHeight;\n\n\t\t\tdOutput += 'H' + ( +( xPointer - increment ).toFixed( 4 ) );\n\n\t\t\tdOutput += 'V0Z';\n\n\t\t\txPointer += separatorWidth;\n\t\t}\n\n\t\treturn dOutput;\n\t}\n};\n\nmodule.exports = presetsFactory;\n",
110
  "var Schemes;\n\nSchemes = function() {\n\tvar self = this,\n\t\tstyleRules = {},\n\t\tschemes = {},\n\t\tsettings = {\n\t\t\tselectorWrapperPrefix: '.elementor-widget-'\n\t\t},\n\t\telements = {};\n\n\tvar buildUI = function() {\n\t\telements.$previewHead.append( elements.$style );\n\t};\n\n\tvar initElements = function() {\n\t\telements.$style = Backbone.$( '<style>', {\n\t\t\tid: 'elementor-style-scheme'\n\t\t});\n\n\t\telements.$previewHead = elementor.$previewContents.find( 'head' );\n\t};\n\n\tvar addStyleRule = function( selector, property ) {\n\t\tif ( ! styleRules[ selector ] ) {\n\t\t\tstyleRules[ selector ] = [];\n\t\t}\n\n\t\tstyleRules[ selector ].push( property );\n\t};\n\n\tvar fetchControlStyles = function( control, widgetType ) {\n\t\t_.each( control.selectors, function( cssProperty, selector ) {\n\t\t\tvar currentSchemeValue = self.getSchemeValue( control.scheme.type, control.scheme.value, control.scheme.key ),\n\t\t\t\toutputSelector,\n\t\t\t\toutputCssProperty;\n\n\t\t\tif ( _.isEmpty( currentSchemeValue ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\toutputSelector = selector.replace( /\\{\\{WRAPPER\\}\\}/g, settings.selectorWrapperPrefix + widgetType );\n\t\t\toutputCssProperty = elementor.getControlItemView().replaceStyleValues( cssProperty, currentSchemeValue.value );\n\n\t\t\taddStyleRule( outputSelector, outputCssProperty );\n\t\t} );\n\t};\n\n\tvar fetchWidgetControlsStyles = function( widget, widgetType ) {\n\t\tvar widgetSchemeControls = self.getWidgetSchemeControls( widget );\n\n\t\t_.each( widgetSchemeControls, function( control ) {\n\t\t\tfetchControlStyles( control, widgetType );\n\t\t} );\n\t};\n\n\tvar fetchAllWidgetsSchemesStyle = function() {\n\t\t_.each( elementor.config.widgets, function( widget, widgetType ) {\n\t\t\tfetchWidgetControlsStyles( widget, widgetType );\n\t\t} );\n\t};\n\n\tvar parseSchemeStyle = function() {\n\t\tvar stringOutput = '';\n\n\t\t_.each( styleRules, function( properties, selector ) {\n\t\t\tstringOutput += selector + '{' + properties.join( '' ) + '}';\n\t\t} );\n\n\t\treturn stringOutput;\n\t};\n\n\tvar resetStyleRules = function() {\n\t\tstyleRules = {};\n\t};\n\n\tthis.init = function() {\n\t\tinitElements();\n\t\tbuildUI();\n\n\t\tself.resetSchemes();\n\n\t\treturn self;\n\t};\n\n\tthis.getWidgetSchemeControls = function( widget ) {\n\t\treturn _.filter( widget.controls, function( control ) {\n\t\t\treturn _.isObject( control.scheme );\n\t\t} );\n\t};\n\n\tthis.getSchemes = function() {\n\t\treturn schemes;\n\t};\n\n\tthis.getScheme = function( schemeName ) {\n\t\treturn schemes[ schemeName ];\n\t};\n\n\tthis.getSchemeValue = function( schemeName, value, key ) {\n\t\tvar scheme = self.getScheme( schemeName ),\n\t\t\tschemeValue = scheme.items[ value ];\n\n\t\tif ( key && _.isObject( schemeValue ) ) {\n\t\t\tvar clonedSchemeValue = elementor.helpers.cloneObject( schemeValue );\n\n\t\t\tclonedSchemeValue.value = schemeValue.value[ key ];\n\n\t\t\treturn clonedSchemeValue;\n\t\t}\n\n\t\treturn schemeValue;\n\t};\n\n\tthis.printSchemesStyle = function() {\n\t\tresetStyleRules();\n\t\tfetchAllWidgetsSchemesStyle();\n\n\t\telements.$style.text( parseSchemeStyle() );\n\t};\n\n\tthis.resetSchemes = function( schemeName ) {\n\t\tif ( schemeName ) {\n\t\t\tschemes[ schemeName ] = elementor.helpers.cloneObject( elementor.config.schemes[ schemeName ] );\n\t\t} else {\n\t\t\tschemes = elementor.helpers.cloneObject( elementor.config.schemes );\n\t\t}\n\n\t\tthis.onSchemeChange();\n\t};\n\n\tthis.saveScheme = function( schemeName ) {\n\t\telementor.config.schemes[ schemeName ].items = elementor.helpers.cloneObject( schemes[ schemeName ].items );\n\n\t\tNProgress.start();\n\t\tBackbone.$.ajax( {\n\t\t\t\ttype: 'POST',\n\t\t\t\turl: elementor.config.ajaxurl,\n\t\t\t\tdata: {\n\t\t\t\t\taction: 'elementor_apply_scheme',\n\t\t\t\t\tscheme_name: schemeName,\n\t\t\t\t\tdata: JSON.stringify( schemes[ schemeName ].items )\n\t\t\t\t}\n\t\t\t} )\n\n\t\t\t.done( function( data ) {\n\t\t\t\tNProgress.done();\n\t\t\t} );\n\t};\n\n\tthis.setSchemeValue = function( schemeName, itemKey, value ) {\n\t\tschemes[ schemeName ].items[ itemKey ].value = value;\n\n\t\tthis.onSchemeChange();\n\t};\n\n\tthis.onSchemeChange = function() {\n\t\tthis.printSchemesStyle();\n\t};\n};\n\nmodule.exports = new Schemes();\n",
111
  "var BaseElementView;\n\nBaseElementView = Marionette.CompositeView.extend( {\n\ttagName: 'div',\n\n\tid: function() {\n\t\treturn this.getElementUniqueClass();\n\t},\n\n\tattributes: function() {\n\t\tvar type = this.model.get( 'elType' );\n\n\t\tif ( 'widget' === type ) {\n\t\t\ttype = this.model.get( 'widgetType' );\n\t\t}\n\t\treturn {\n\t\t\t'data-element_type': type\n\t\t};\n\t},\n\n\tmodelEvents: {\n\t\t//\"change\": \"render\"\n\t\t//'destroy': 'onModelDestroy'\n\t},\n\n\tbaseEvents: {},\n\n\telementEvents: {},\n\n\tgetElementType: function() {\n\t\treturn this.model.get( 'elType' );\n\t},\n\n\tgetChildType: function() {\n\t\treturn elementor.helpers.getElementChildType( this.getElementType() );\n\t},\n\n\tevents: function() {\n\t\treturn _.extend( {}, this.baseEvents, this.elementEvents );\n\t},\n\n\tinitialize: function() {\n\t\t// grab the child collection from the parent model\n\t\t// so that we can render the collection as children\n\t\t// of this parent element\n\t\tthis.collection = this.model.get( 'elements' );\n\n\t\tif ( this.collection ) {\n\t\t\tthis.listenTo( this.collection, 'add remove reset', this.onCollectionChanged, this );\n\t\t}\n\n\t\tthis.listenTo( this.model.get( 'settings' ), 'change', this.onSettingsChanged, this );\n\t\tthis.listenTo( this.model.get( 'editSettings' ), 'change', this.onSettingsChanged, this );\n\n\t\tthis.on( 'render', this.enqueueFonts );\n\t\tthis.on( 'render', this.renderStyles );\n\t\tthis.on( 'render', this.renderCustomClasses );\n\t\tthis.on( 'render', this.runReadyTrigger );\n\n\t\tthis.initRemoveDialog();\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\treturn this.collection.add( model, options, true );\n\t},\n\n\tisCollectionFilled: function() {\n\t\treturn false;\n\t},\n\n\tisInner: function() {\n\t\treturn !! this.model.get( 'isInner' );\n\t},\n\n\tinitRemoveDialog: function() {\n\t\tvar removeDialog;\n\n\t\tthis.getRemoveDialog = function() {\n\t\t\tif ( ! removeDialog ) {\n\t\t\t\tremoveDialog = elementor.dialogsManager.createWidget( 'confirm', {\n\t\t\t\t\tmessage: elementor.translate( 'dialog_confirm_delete' ),\n\t\t\t\t\theaderMessage: elementor.translate( 'delete_element' ),\n\t\t\t\t\tstrings: {\n\t\t\t\t\t\tconfirm: elementor.translate( 'delete' ),\n\t\t\t\t\t\tcancel: elementor.translate( 'cancel' )\n\t\t\t\t\t},\n\t\t\t\t\tdefaultOption: 'confirm',\n\t\t\t\t\tonConfirm: _.bind( function() {\n\t\t\t\t\t\tthis.model.destroy();\n\t\t\t\t\t}, this )\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn removeDialog;\n\t\t};\n\t},\n\n\tenqueueFonts: function() {\n\t\t_.each( this.model.get( 'settings' ).getFontControls(), _.bind( function( control ) {\n\t\t\tvar fontFamilyName = this.model.getSetting( control.name );\n\t\t\tif ( _.isEmpty( fontFamilyName ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar isVisible = elementor.helpers.isControlVisible( control, this.model.get( 'settings' ) );\n\t\t\tif ( ! isVisible ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\telementor.helpers.enqueueFont( fontFamilyName );\n\t\t}, this ) );\n\t},\n\n\trenderStyles: function() {\n\t\tvar styleHtml = '',\n\t\t\t$stylesheet = elementor.$previewContents.find( '#elementor-style-' + this.model.cid ),\n\t\t\tstyleControls = this.model.get( 'settings' ).getStyleControls();\n\n\t\t_.each( styleControls, _.bind( function( control ) {\n\t\t\tvar controlValue = this.model.getSetting( control.name );\n\n\t\t\tif ( ! _.isNumber( controlValue ) && _.isEmpty( controlValue ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar isVisibility = elementor.helpers.isControlVisible( control, this.model.get( 'settings' ) );\n\t\t\tif ( ! isVisibility ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t_.each( control.selectors, _.bind( function( cssProperty, selector ) {\n\t\t\t\tvar outputSelector = selector.replace( /\\{\\{WRAPPER\\}\\}/g, '#' + this.getElementUniqueClass() ),\n\t\t\t\t\toutputCssProperty = elementor.getControlItemView( control.type ).replaceStyleValues( cssProperty, controlValue );\n\n\t\t\t\tif ( _.isEmpty( outputCssProperty ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tstyleHtml += outputSelector + '{' + outputCssProperty + '}';\n\t\t\t}, this ) );\n\t\t}, this ) );\n\n\t\tif ( 'column' === this.model.get( 'elType' ) ) {\n\t\t\tvar inlineSize = this.model.getSetting( '_inline_size' );\n\t\t\tif ( ! _.isEmpty( inlineSize ) ) {\n\t\t\t\tstyleHtml += '@media (min-width: 768px) {#' + this.getElementUniqueClass() + '{width:' + inlineSize + '%;}';\n\t\t\t}\n\t\t}\n\n\t\tif ( 0 === $stylesheet.length ) {\n\t\t\telementor.$previewContents.find( 'head' ).append( '<style type=\"text/css\" id=\"elementor-style-' + this.model.cid + '\"></style>' );\n\t\t\t$stylesheet = elementor.$previewContents.find( '#elementor-style-' + this.model.cid );\n\t\t}\n\n\t\t$stylesheet.html( styleHtml );\n\t},\n\n\trenderCustomClasses: function() {\n\t\tthis.$el.addClass( 'elementor-element' );\n\n\t\tvar settings = this.model.get( 'settings' );\n\n\t\t_.each( settings.attributes, _.bind( function( value, attribute ) {\n\t\t\tif ( settings.isClassControl( attribute ) ) {\n\t\t\t\tvar currentControl = settings.getControl( attribute );\n\n\t\t\t\tthis.$el.removeClass( currentControl.prefix_class + settings.previous( attribute ) );\n\n\t\t\t\tvar isVisible = elementor.helpers.isControlVisible( currentControl, this.model.get( 'settings' ) );\n\n\t\t\t\tif ( isVisible && ! _.isEmpty( settings.get( attribute ) ) ) {\n\t\t\t\t\tthis.$el.addClass( currentControl.prefix_class + settings.get( attribute ) );\n\t\t\t\t\tthis.$el.addClass( _.result( this, 'className' ) );\n\t\t\t\t}\n\t\t\t}\n\t\t}, this ) );\n\t},\n\n\trunReadyTrigger: function() {\n\t\telementorBindUI.runReadyTrigger( this.$el );\n\t},\n\n\tgetElementUniqueClass: function() {\n\t\treturn 'elementor-element-' + this.model.get( 'id' );\n\t},\n\n\tonCollectionChanged: function() {\n\t\telementor.setFlagEditorChange( true );\n\t},\n\n\tonSettingsChanged: function( settings ) {\n\t\telementor.setFlagEditorChange( true );\n\n this.renderStyles();\n\t\tthis.renderCustomClasses();\n\t},\n\n\tonClickRemove: function( event ) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\n\t\tthis.getRemoveDialog().show();\n\t}\n} );\n\nmodule.exports = BaseElementView;\n",
112
  "var BaseElementView = require( 'elementor-views/base-element' ),\n\tElementEmptyView = require( 'elementor-views/element-empty' ),\n\tWidgetView = require( 'elementor-views/widget' ),\n\tColumnView;\n\nColumnView = BaseElementView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-element-column-content' ),\n\n\telementEvents: {\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-remove': 'onClickRemove',\n\t\t'click @ui.listTriggers': 'onClickTrigger'\n\t},\n\n\tgetChildView: function( model ) {\n\t\tif ( 'section' === model.get( 'elType' ) ) {\n\t\t\treturn require( 'elementor-views/section' ); // We need to require the section dynamically\n\t\t}\n\n\t\treturn WidgetView;\n\t},\n\n\temptyView: ElementEmptyView,\n\n\tclassName: function() {\n\t\tvar classes = 'elementor-column',\n\t\t\ttype = this.isInner() ? 'inner' : 'top';\n\n\t\tclasses += ' elementor-' + type + '-column';\n\n\t\treturn classes;\n\t},\n\n\tchildViewContainer: '> .elementor-column-wrap > .elementor-widget-wrap',\n\n\ttriggers: {\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-add': 'click:new',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-edit': 'click:edit',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger': 'click:edit',\n\t\t'click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\tui: {\n\t\tcolumnTitle: '.column-title',\n\t\tcolumnInner: '> .elementor-column-wrap',\n\t\tlistTriggers: '> .elementor-element-overlay .elementor-editor-element-trigger'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'widget'\n\t\t},\n\t\tResizable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/resizable' )\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t},\n\t\tHandleAddMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.listenTo( elementor.data, 'widget:drag:start', this.onWidgetDragStart );\n\t\tthis.listenTo( elementor.data, 'widget:drag:end', this.onWidgetDragEnd );\n\t},\n\n\tisDroppingAllowed: function( side, event ) {\n\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\telType = elementView.model.get( 'elType' );\n\n\t\tif ( 'section' === elType ) {\n\t\t\treturn ! this.isInner();\n\t\t}\n\n\t\treturn 'widget' === elType;\n\t},\n\n\tchangeSizeUI: function() {\n\t\tvar columnSize = this.model.getSetting( '_column_size' ),\n\t\t\tinlineSize = this.model.getSetting( '_inline_size' ),\n\t\t\tcolumnSizeTitle = parseFloat( inlineSize || columnSize ).toFixed( 1 ) + '%';\n\n\t\tthis.$el.attr( 'data-col', columnSize );\n\t\t//this.$el.css( 'width', inlineSize ? inlineSize + '%' : '' );\n\n\t\tthis.ui.columnTitle.html( columnSizeTitle );\n\t},\n\n\tgetSortableOptions: function() {\n\t\treturn {\n\t\t\tconnectWith: '.elementor-widget-wrap',\n\t\t\titems: '> .elementor-element'\n\t\t};\n\t},\n\n\t// Events\n\tonCollectionChanged: function() {\n\t\tBaseElementView.prototype.onCollectionChanged.apply( this, arguments );\n\n\t\tthis.changeChildContainerClasses();\n\t},\n\n\tchangeChildContainerClasses: function() {\n\t\tvar emptyClass = 'elementor-element-empty',\n\t\t\tpopulatedClass = 'elementor-element-populated';\n\n\t\tif ( this.collection.isEmpty() ) {\n\t\t\tthis.ui.columnInner.removeClass( populatedClass ).addClass( emptyClass );\n\t\t} else {\n\t\t\tthis.ui.columnInner.removeClass( emptyClass ).addClass( populatedClass );\n\t\t}\n\t},\n\n\tonRender: function() {\n\t\tvar self = this;\n\n\t\tself.changeChildContainerClasses();\n\t\tself.changeSizeUI();\n\n\t\tself.$el.html5Droppable( {\n\t\t\titems: ' > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element, >.elementor-column-wrap > .elementor-widget-wrap > .elementor-empty-view > .elementor-first-add',\n\t\t\taxis: [ 'vertical' ],\n\t\t\tgroups: [ 'elementor-element' ],\n\t\t\tisDroppingAllowed: _.bind( self.isDroppingAllowed, self ),\n\t\t\tonDragging: function( side, event ) {\n\t\t\t\tevent.stopPropagation();\n\n\t\t\t\tself.$el.addClass( 'elementor-dragging-on-child' );\n\n\t\t\t\tif ( this.dataset.side !== side ) {\n\t\t\t\t\tBackbone.$( this ).attr( 'data-side', side );\n\t\t\t\t}\n\t\t\t},\n\t\t\tonDragLeave: function() {\n\t\t\t\tself.$el.removeClass( 'elementor-dragging-on-child' );\n\n\t\t\t\tBackbone.$( this ).removeAttr( 'data-side' );\n\t\t\t},\n\t\t\tonDropping: function( side, event ) {\n\t\t\t\tevent.stopPropagation();\n\n\t\t\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\t\t\tnewIndex = Backbone.$( this ).index();\n\n\t\t\t\tif ( 'bottom' === side ) {\n\t\t\t\t\tnewIndex++;\n\t\t\t\t}\n\n\t\t\t\tvar itemData = {\n\t\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\t\telType: elementView.model.get( 'elType' )\n\t\t\t\t};\n\n\t\t\t\tif ( 'widget' === itemData.elType ) {\n\t\t\t\t\titemData.widgetType = elementView.model.get( 'widgetType' );\n\t\t\t\t} else if ( 'section' === itemData.elType ) {\n\t\t\t\t\titemData.elements = [];\n\t\t\t\t\titemData.isInner = true;\n\t\t\t\t} else {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tself.triggerMethod( 'request:add', itemData, { at: newIndex } );\n\t\t\t}\n\t\t} );\n\t},\n\n\tonClickTrigger: function( event ) {\n\t\tevent.preventDefault();\n\n\t\tvar $trigger = this.$( event.currentTarget ),\n\t\t\tisTriggerActive = $trigger.hasClass( 'elementor-active' );\n\n\t\tthis.ui.listTriggers.removeClass( 'elementor-active' );\n\n\t\tif ( ! isTriggerActive ) {\n\t\t\t$trigger.addClass( 'elementor-active' );\n\t\t}\n\t},\n\n\tonWidgetDragStart: function() {\n\t\tthis.$el.addClass( 'elementor-dragging' );\n\t},\n\n\tonWidgetDragEnd: function() {\n\t\tthis.$el.removeClass( 'elementor-dragging' );\n\t}\n} );\n\nmodule.exports = ColumnView;\n",
115
  "var ControlBaseItemView;\n\nControlBaseItemView = Marionette.CompositeView.extend( {\n\tui: function() {\n\t\treturn {\n\t\t\tinput: 'input[data-setting][type!=\"checkbox\"][type!=\"radio\"]',\n\t\t\tcheckbox: 'input[data-setting][type=\"checkbox\"]',\n\t\t\tradio: 'input[data-setting][type=\"radio\"]',\n\t\t\tselect: 'select[data-setting]',\n\t\t\ttextarea: 'textarea[data-setting]'\n\t\t};\n\t},\n\n\tclassName: function() {\n\t\t// TODO: Any better classes for that?\n\t\tvar classes = 'elementor-control elementor-control-' + this.model.get( 'name' ) + ' elementor-control-type-' + this.model.get( 'type' ),\n\t\t\tmodelClasses = this.model.get( 'classes' );\n\n\t\tif ( ! _.isEmpty( modelClasses ) ) {\n\t\t\tclasses += ' ' + modelClasses;\n\t\t}\n\n\t\tif ( ! _.isEmpty( this.model.get( 'section' ) ) ) {\n\t\t\tclasses += ' elementor-control-under-section';\n\t\t}\n\n\t\treturn classes;\n\t},\n\n\tgetTemplate: function() {\n\t\treturn Marionette.TemplateCache.get( '#tmpl-elementor-control-' + this.model.get( 'type' ) + '-content' );\n\t},\n\n\ttemplateHelpers: function() {\n\t\tvar controlData = {\n\t\t\tcontrolValue: this.getControlValue(),\n\t\t\t_cid: this.model.cid\n\t\t};\n\n\t\treturn {\n\t\t\tdata: _.extend( {}, this.model.toJSON(), controlData )\n\t\t};\n\t},\n\n\tbaseEvents: {\n\t\t'input @ui.input': 'onBaseInputChange',\n\t\t'change @ui.checkbox': 'onBaseInputChange',\n\t\t'change @ui.radio': 'onBaseInputChange',\n\t\t'input @ui.textarea': 'onBaseInputChange',\n\t\t'change @ui.select': 'onBaseInputChange'\n\t},\n\n\tchildEvents: {},\n\n\tevents: function() {\n\t\treturn _.extend( {}, this.baseEvents, this.childEvents );\n\t},\n\n\tinitialize: function( options ) {\n\t\tthis.elementSettingsModel = options.elementSettingsModel;\n\n\t\tvar controlType = this.model.get( 'type' ),\n\t\t\tcontrolSettings = _.extend( {}, elementor.config.controls[ controlType ], this.model.attributes );\n\n\t\tthis.model.set( controlSettings );\n\n\t\tthis.listenTo( this.elementSettingsModel, 'change', this.toggleControlVisibility );\n\t\tthis.listenTo( this.elementSettingsModel, 'control:switch:tab', this.onControlSwitchTab );\n\t},\n\n\tgetControlValue: function() {\n\t\treturn this.elementSettingsModel.get( this.model.get( 'name' ) );\n\t},\n\n\tisValidValue: function( value ) {\n\t\treturn true;\n\t},\n\n\tsetValue: function( value ) {\n\t\tthis.setSettingsModel( value );\n\t},\n\n\tsetSettingsModel: function( value ) {\n\t\tif ( true !== this.isValidValue( value ) ) {\n\t\t\tthis.triggerMethod( 'settings:error' );\n\t\t\treturn;\n\t\t}\n\n\t\tthis.elementSettingsModel.set( this.model.get( 'name' ), value );\n\n\t\tthis.triggerMethod( 'settings:change' );\n\t},\n\n\tapplySavedValue: function() {\n\t\tthis.setInputValue( '[data-setting=\"' + this.model.get( 'name' ) + '\"]', this.getControlValue() );\n\t},\n\n\tgetEditSettings: function( setting ) {\n\t\tvar settings = this.getOption( 'elementEditSettings' ).toJSON();\n\n\t\tif ( setting ) {\n\t\t\treturn settings[ setting ];\n\t\t}\n\n\t\treturn settings;\n\t},\n\n\tsetEditSetting: function( settingKey, settingValue ) {\n\t\tvar settings = this.getOption( 'elementEditSettings' );\n\n\t\tsettings.set( settingKey, settingValue );\n\t},\n\n\tgetInputValue: function( input ) {\n\t\tvar $input = this.$( input ),\n\t\t\tinputValue = $input.val(),\n\t\t\tinputType = $input.attr( 'type' );\n\n\t\tif ( 'checkbox' === inputType ) {\n\t\t\treturn $input.prop( 'checked' );\n\t\t} else if ( 'radio' === inputType ) {\n\t\t\treturn $input.prop( 'checked' ) ? inputValue : '';\n\t\t}\n\n\t\treturn inputValue;\n\t},\n\n\tsetInputValue: function( input, value ) {\n\t\tvar $input = this.$( input ),\n\t\t\tinputType = $input.attr( 'type' );\n\n\t\tif ( 'checkbox' === inputType ) {\n\t\t\t$input.prop( 'checked', !! value );\n\t\t} else if ( 'radio' === inputType ) {\n\t\t\t$input.filter( '[value=\"' + value + '\"]' ).prop( 'checked', true );\n\t\t} else {\n\t\t\t$input.val( value );\n\t\t}\n\t},\n\n\tonSettingsError: function() {\n\t\tthis.$el.addClass( 'elementor-error' );\n\t},\n\n\tonSettingsChange: function() {\n\t\tthis.$el.removeClass( 'elementor-error' );\n\t},\n\n\tonRender: function() {\n\t\tthis.applySavedValue();\n\n\t\tvar layoutType = this.model.get( 'label_block' ) ? 'block' : 'inline',\n\t\t\tshowLabel = this.model.get( 'show_label' ),\n\t\t\telClasses = 'elementor-label-' + layoutType;\n\n\t\telClasses += ' elementor-control-separator-' + this.model.get( 'separator' );\n\n\t\tif ( ! showLabel ) {\n\t\t\telClasses += ' elementor-control-hidden-label';\n\t\t}\n\n\t\tthis.$el.addClass( elClasses );\n\n\t\tthis.triggerMethod( 'ready' );\n\t\tthis.toggleControlVisibility();\n\t},\n\n\tonBaseInputChange: function( event ) {\n\t\tthis.updateElementModel( event );\n\n\t\tthis.triggerMethod( 'input:change', event );\n\t},\n\n\ttoggleControlVisibility: function() {\n\t\tvar isVisible = elementor.helpers.isControlVisible( this.model, this.elementSettingsModel );\n\n\t\tthis.$el.toggleClass( 'elementor-hidden-control', ! isVisible );\n\n\t\telementor.data.trigger( 'scrollbar:update' );\n\t},\n\n\tonControlSwitchTab: function( activeTab ) {\n\t\tthis.$el.toggleClass( 'elementor-active-tab', ( activeTab === this.model.get( 'tab' ) ) );\n\n\t\telementor.data.trigger( 'scrollbar:update' );\n\t},\n\n\tonReady: function() {},\n\n\tupdateElementModel: function( event ) {\n\t\tthis.setValue( this.getInputValue( event.currentTarget ) );\n\t}\n}, {\n\t// Static methods\n\treplaceStyleValues: function( cssProperty, controlValue ) {\n\t\tvar replaceArray = { '\\{\\{VALUE\\}\\}': controlValue };\n\n\t\treturn elementor.helpers.stringReplaceAll( cssProperty, replaceArray );\n\t}\n} );\n\nmodule.exports = ControlBaseItemView;\n",
116
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlChooseItemView;\n\nControlChooseItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.inputs = '[type=radio]';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'mousedown label': 'onMouseDownLabel',\n\t\t'click @ui.inputs': 'onClickInput',\n\t\t'change @ui.inputs': 'updateElementModel'\n\t},\n\n\tonMouseDownLabel: function( event ) {\n\t\tvar $clickedLabel = this.$( event.currentTarget ),\n\t\t\t$selectedInput = this.$( '#' + $clickedLabel.attr( 'for' ) );\n\n\t\t$selectedInput.data( 'checked', $selectedInput.prop( 'checked' ) );\n\t},\n\n\tonClickInput: function( event ) {\n\t\tif ( ! this.model.get( 'toggle' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $selectedInput = this.$( event.currentTarget );\n\n\t\tif ( $selectedInput.data( 'checked' ) ) {\n\t\t\t$selectedInput.prop( 'checked', false ).trigger( 'change' );\n\t\t}\n\t},\n\n\tonRender: function() {\n\t\tControlBaseItemView.prototype.onRender.apply( this, arguments );\n\n\t\tvar currentValue = this.getControlValue();\n\n\t\tif ( currentValue ) {\n\t\t\tthis.ui.inputs.filter( '[value=' + currentValue + ']' ).prop( 'checked', true );\n\t\t} else if ( ! this.model.get( 'toggle' ) ) {\n\t\t\tthis.ui.inputs.first().prop( 'checked', true ).trigger( 'change' );\n\t\t}\n\t}\n} );\n\nmodule.exports = ControlChooseItemView;\n",
117
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlColorItemView;\n\nControlColorItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.picker = '.color-picker-hex';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tthis.ui.picker.wpColorPicker( {\n\t\t\tchange: _.bind( function() {\n\t\t\t\tthis.setValue( this.ui.picker.wpColorPicker( 'color' ) );\n\t\t\t}, this ),\n\n\t\t\tclear: _.bind( function() {\n\t\t\t\tthis.setValue( '' );\n\t\t\t}, this ),\n\n\t\t\twidth: 251\n\t\t} );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.picker.wpColorPicker( 'instance' ) ) {\n\t\t\tthis.ui.picker.wpColorPicker( 'close' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlColorItemView;\n",
118
+ "var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),\n\tControlDimensionsItemView;\n\nControlDimensionsItemView = ControlBaseUnitsItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseUnitsItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controls = '.elementor-control-dimension > input:enabled';\n\t\tui.link = 'button.elementor-link-dimensions';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.link': 'onLinkDimensionsClicked'\n\t},\n\n\tdefaultDimensionValue: 0,\n\n\tinitialize: function() {\n\t\tControlBaseUnitsItemView.prototype.initialize.apply( this, arguments );\n\n\t\t// TODO: Need to be in helpers, and not in variable\n\t\tthis.model.set( 'allowed_dimensions', this.filterDimensions( this.model.get( 'allowed_dimensions' ) ) );\n\t},\n\n\tgetPossibleDimensions: function() {\n\t\treturn [\n\t\t\t'top',\n\t\t\t'right',\n\t\t\t'bottom',\n\t\t\t'left'\n\t\t];\n\t},\n\n\tfilterDimensions: function( filter ) {\n\t\tfilter = filter || 'all';\n\n\t\tvar dimensions = this.getPossibleDimensions();\n\n\t\tif ( 'all' === filter ) {\n\t\t\treturn dimensions;\n\t\t}\n\n\t\tif ( ! _.isArray( filter ) ) {\n\t\t\tif ( 'horizontal' === filter ) {\n\t\t\t\tfilter = [ 'right', 'left' ];\n\t\t\t} else if ( 'vertical' === filter ) {\n\t\t\t\tfilter = [ 'top', 'bottom' ];\n\t\t\t}\n\t\t}\n\n\t\treturn filter;\n\t},\n\n\tonReady: function() {\n\t\tvar currentValue = this.getControlValue();\n\n\t\tif ( ! this.isLinkedDimensions() ) {\n\t\t\tthis.ui.link.addClass( 'unlinked' );\n\n\t\t\tthis.ui.controls.each( _.bind( function( index, element ) {\n\t\t\t\tvar value = currentValue[ element.dataset.setting ];\n\n\t\t\t\tif ( _.isEmpty( value ) ) {\n\t\t\t\t\tvalue = this.defaultDimensionValue;\n\t\t\t\t}\n\n\t\t\t\tthis.$( element ).val( value );\n\t\t\t}, this ) );\n\t\t}\n\n\t\tthis.fillEmptyDimensions();\n\t},\n\n\tupdateDimensionsValue: function() {\n\t\tvar currentValue = {},\n\t\t\tdimensions = this.getPossibleDimensions(),\n\t\t\t$controls = this.ui.controls;\n\n\t\tdimensions.forEach( _.bind( function( dimension ) {\n\t\t\tvar $element = $controls.filter( '[data-setting=\"' + dimension + '\"]' );\n\n\t\t\tcurrentValue[ dimension ] = $element.length ? $element.val() : this.defaultDimensionValue;\n\t\t}, this ) );\n\n\t\tthis.setValue( currentValue );\n\t},\n\n\tfillEmptyDimensions: function() {\n\t\tvar dimensions = this.getPossibleDimensions(),\n\t\t\tallowedDimensions = this.model.get( 'allowed_dimensions' ),\n\t\t\t$controls = this.ui.controls;\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdimensions.forEach( _.bind( function( dimension ) {\n\t\t\tvar $element = $controls.filter( '[data-setting=\"' + dimension + '\"]' ),\n\t\t\t\tisAllowedDimension = -1 !== _.indexOf( allowedDimensions, dimension );\n\n\t\t\tif ( isAllowedDimension && $element.length && _.isEmpty( $element.val() ) ) {\n\t\t\t\t$element.val( this.defaultDimensionValue );\n\t\t\t}\n\n\t\t}, this ) );\n\t},\n\n\tupdateDimensions: function() {\n\t\tthis.fillEmptyDimensions();\n\t\tthis.updateDimensionsValue();\n\t},\n\n\tresetDimensions: function() {\n\t\tthis.ui.controls.val( '' );\n\n\t\tthis.updateDimensionsValue();\n\t},\n\n\tonInputChange: function( event ) {\n\t\tvar inputSetting = event.target.dataset.setting;\n\n\t\tif ( 'unit' === inputSetting ) {\n\t\t\tthis.resetDimensions();\n\t\t}\n\n\t\tif ( ! _.contains( this.getPossibleDimensions(), inputSetting ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\tvar $thisControl = this.$( event.target );\n\n\t\t\tthis.ui.controls.val( $thisControl.val() );\n\t\t}\n\n\t\tthis.updateDimensions();\n\t},\n\n\tonLinkDimensionsClicked: function( event ) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\n\t\tthis.ui.link.toggleClass( 'unlinked' );\n\n\t\tthis.setValue( 'isLinked', ! this.ui.link.hasClass( 'unlinked' ) );\n\n\t\tif ( this.isLinkedDimensions() ) {\n\t\t\t// Set all controls value from the first control.\n\t\t\tthis.ui.controls.val( this.ui.controls.eq( 0 ).val() );\n\t\t}\n\n\t\tthis.updateDimensions();\n\t},\n\n\tisLinkedDimensions: function() {\n\t\treturn this.getControlValue( 'isLinked' );\n\t}\n} );\n\nmodule.exports = ControlDimensionsItemView;\n",
119
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlFontItemView;\n\nControlFontItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.fontSelect = '.elementor-control-font-family';\n\n\t\treturn ui;\n\t},\n\tonReady: function() {\n\t\tthis.ui.fontSelect.select2( {\n\t\t\tdir: elementor.config.is_rtl ? 'rtl' : 'ltr'\n\t\t} );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.fontSelect.data( 'select2' ) ) {\n\t\t\tthis.ui.fontSelect.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t},\n\n\ttemplateHelpers: function() {\n\t\tvar helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );\n\n\t\thelpers.getFontsByGroups = _.bind( function( groups ) {\n\t\t\treturn _.pick( this.model.get( 'fonts' ), function( fontType, fontName ) {\n\t\t\t\treturn _.isArray( groups ) ? _.contains( groups, fontType ) : fontType === groups;\n\t\t\t} );\n\t\t}, this );\n\n\t\treturn helpers;\n\t}\n} );\n\nmodule.exports = ControlFontItemView;\n",
120
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlMediaItemView;\n\nControlMediaItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controlMedia = '.elementor-control-media';\n\t\tui.frameOpeners = '.elementor-control-media-upload-button, .elementor-control-media-image';\n\t\tui.deleteButton = '.elementor-control-media-delete';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.frameOpeners': 'openFrame',\n\t\t'click @ui.deleteButton': 'deleteImage'\n\t},\n\n\tonReady: function() {\n\t\tif ( _.isEmpty( this.getControlValue() ) ) {\n\t\t\tthis.ui.controlMedia.addClass( 'media-empty' );\n\t\t}\n\t},\n\n\topenFrame: function() {\n\t\tthis.initFrame();\n\n\t\tthis.frame.open();\n\t},\n\n\tdeleteImage: function() {\n\t\tthis.setValue( '' );\n\t\tthis.render();\n\t},\n\n\t/**\n\t * Create a media modal select frame, and store it so the instance can be reused when needed.\n\t */\n\tinitFrame: function() {\n\t\tvar options,\n\t\t\tids = this.getControlValue();\n\n\t\toptions = {\n\t\t\tframe: 'post',\n\t\t\tmultiple: true,\n\t\t\tbutton: {\n\t\t\t\ttext: 'Insert Media'\n\t\t\t},\n\t\t\tstate: 'gallery'\n\t\t};\n\n\t\tif ( '' !== ids ) {\n\t\t\toptions.selection = this.fetchSelection( ids );\n\t\t\toptions.state = 'gallery-edit';\n\t\t}\n\n\t\tthis.frame = wp.media( options );\n\n\t\t// When a file is selected, run a callback.\n\t\tthis.frame.on( 'update', _.bind( this.select, this ) );\n\t\tthis.frame.on( 'menu:render:default', _.bind( this.menuRender, this ) );\n\t\tthis.frame.on( 'content:render:browse', _.bind( this.gallerySettings, this ) );\n\t},\n\n\tmenuRender: function( view ) {\n\t\tview.unset( 'insert' );\n\t\tview.unset( 'featured-image' );\n\t},\n\n\tgallerySettings: function( browser ) {\n\t\tbrowser.sidebar.on( 'ready', function() {\n\t\t\tbrowser.sidebar.unset( 'gallery' );\n\t\t} );\n\t},\n\n\tfetchSelection: function( ids ) {\n\t\tvar idArray = ids.split( ',' ),\n\t\t\targs = {\n\t\t\t\torderby: 'post__in',\n\t\t\t\torder: 'ASC',\n\t\t\t\ttype: 'image',\n\t\t\t\tperPage: -1,\n\t\t\t\tpost__in: idArray\n\t\t\t},\n\t\t\tattachments = wp.media.query( args ),\n\t\t\tselection = new wp.media.model.Selection( attachments.models, {\n\t\t\t\tprops: attachments.props.toJSON(),\n\t\t\t\tmultiple: true\n\t\t\t} );\n\n\t\treturn selection;\n\t},\n\n\t/**\n\t * Callback handler for when an attachment is selected in the media modal.\n\t * Gets the selected image information, and sets it within the control.\n\t */\n\tselect: function( selection ) {\n\t\tvar ids = selection.pluck( 'id' );\n\n\t\tthis.setValue( ids.toString() );\n\t\tthis.render();\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.frame ) {\n\t\t\tthis.frame.off( 'update' );\n\t\t\tthis.frame.off( 'menu:render:default' );\n\t\t\tthis.frame.off( 'content:render:browse' );\n\t\t}\n\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlMediaItemView;\n",
121
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlIconItemView;\n\nControlIconItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.iconSelect = '.elementor-control-icon';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tthis.ui.iconSelect.select2( {\n\t\t\tallowClear: true,\n\t\t\ttemplateResult: _.bind( this.iconsList, this ),\n\t\t\ttemplateSelection: _.bind( this.iconsList, this )\n\t\t} );\n\t},\n\n\ticonsList: function( icon ) {\n\t\tif ( ! icon.id ) {\n\t\t\treturn icon.text;\n\t\t}\n\t\treturn Backbone.$(\n\t\t\t'<span><i class=\"' + icon.id + '\"></i> ' + icon.text + '</span>'\n\t\t);\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.iconSelect.data( 'select2' ) ) {\n\t\t\tthis.ui.iconSelect.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlIconItemView;\n",
122
+ "var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),\n\tControlMediaItemView;\n\nControlMediaItemView = ControlMultipleBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlMultipleBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.controlMedia = '.elementor-control-media';\n\t\tui.frameOpeners = '.elementor-control-media-upload-button, .elementor-control-media-image';\n\t\tui.deleteButton = '.elementor-control-media-delete';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'click @ui.frameOpeners': 'openFrame',\n\t\t'click @ui.deleteButton': 'deleteImage'\n\t},\n\n\tonReady: function() {\n\t\tif ( _.isEmpty( this.getControlValue( 'url' ) ) ) {\n\t\t\tthis.ui.controlMedia.addClass( 'media-empty' );\n\t\t}\n\t},\n\n\topenFrame: function() {\n\t\tif ( ! this.frame ) {\n\t\t\tthis.initFrame();\n\t\t}\n\n\t\tthis.frame.open();\n\t},\n\n\tdeleteImage: function() {\n\t\tthis.setValue( {\n\t\t\turl: '',\n\t\t\tid: ''\n\t\t} );\n\n\t\tthis.render();\n\t},\n\n\t/**\n\t * Create a media modal select frame, and store it so the instance can be reused when needed.\n\t */\n\tinitFrame: function() {\n\t\tthis.frame = wp.media( {\n\t\t\tbutton: {\n\t\t\t\ttext: 'Insert Media' // TODO: gettext\n\t\t\t},\n\t\t\tstates: [\n\t\t\t\tnew wp.media.controller.Library( {\n\t\t\t\t\ttitle: 'Insert Media', // TODO: gettext\n\t\t\t\t\tlibrary: wp.media.query( { type: 'image' } ),\n\t\t\t\t\tmultiple: false,\n\t\t\t\t\tdate: false\n\t\t\t\t} )\n\t\t\t]\n\t\t} );\n\n\t\t// When a file is selected, run a callback.\n\t\tthis.frame.on( 'insert select', _.bind( this.select, this ) );\n\t},\n\n\t/**\n\t * Callback handler for when an attachment is selected in the media modal.\n\t * Gets the selected image information, and sets it within the control.\n\t */\n\tselect: function() {\n\t\t// Get the attachment from the modal frame.\n\t\tvar attachment = this.frame.state().get( 'selection' ).first().toJSON();\n\n\t\tif ( attachment.url ) {\n\t\t\tthis.setValue( {\n\t\t\t\turl: attachment.url,\n\t\t\t\tid: attachment.id\n\t\t\t} );\n\n\t\t\tthis.render();\n\t\t}\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlMediaItemView;\n",
123
  "var RepeaterRowView;\n\nRepeaterRowView = Marionette.CompositeView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-repeater-row' ),\n\n\tclassName: 'repeater-fields',\n\n\tui: {\n\t\tduplicateButton: '.elementor-repeater-tool-duplicate',\n\t\teditButton: '.elementor-repeater-tool-edit',\n\t\tremoveButton: '.elementor-repeater-tool-remove',\n\t\titemNumber: '.elementor-repeater-row-item-number'\n\t},\n\n\ttriggers: {\n\t\t'click @ui.removeButton': 'click:remove',\n\t\t'click @ui.duplicateButton': 'click:duplicate',\n\t\t'click @ui.itemNumber': 'click:edit'\n\t},\n\n\ttemplateHelpers: function() {\n\t\treturn {\n\t\t\titemIndex: this.getOption( 'itemIndex' )\n\t\t};\n\t},\n\n\tchildViewContainer: '.elementor-repeater-row-controls',\n\n\tgetChildView: function( item ) {\n\t\tvar controlType = item.get( 'type' );\n\t\treturn elementor.getControlItemView( controlType );\n\t},\n\n\tchildViewOptions: function() {\n\t\treturn {\n\t\t\telementSettingsModel: this.model\n\t\t};\n\t},\n\n\tupdateIndex: function( newIndex ) {\n\t\tthis.itemIndex = newIndex;\n\t\tthis.render();\n\t},\n\n\tinitialize: function( options ) {\n\t\tthis.elementSettingsModel = options.elementSettingsModel;\n\n\t\tthis.itemIndex = 0;\n\n\t\t// Collection for Controls list\n\t\tthis.collection = new Backbone.Collection( options.controlFields );\n\t}\n} );\n\nmodule.exports = RepeaterRowView;\n",
124
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tRepeaterRowView = require( 'elementor-views/controls/repeater-row' ),\n\tControlRepeaterItemView;\n\nControlRepeaterItemView = ControlBaseItemView.extend( {\n\tui: {\n\t\tbtnAddRow: '.elementor-repeater-add',\n\t\tfieldContainer: '.elementor-repeater-fields'\n\t},\n\n\tevents: {\n\t\t'click @ui.btnAddRow': 'onButtonAddRowClick',\n\t\t'sortstart @ui.fieldContainer': 'onSortStart',\n\t\t'sortupdate @ui.fieldContainer': 'onSortUpdate'\n\t},\n\n\tchildView: RepeaterRowView,\n\n\tchildViewContainer: '.elementor-repeater-fields',\n\n\ttemplateHelpers: function() {\n\t\treturn {\n\t\t\tdata: _.extend( {}, this.model.toJSON(), { controlValue: [] } )\n\t\t};\n\t},\n\n\tchildViewOptions: function( childView ) {\n\t\treturn {\n\t\t\tcontrolFields: this.model.get( 'fields' )\n\t\t};\n\t},\n\n\tinitialize: function( options ) {\n\t\tControlBaseItemView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.collection = this.elementSettingsModel.get( this.model.get( 'name' ) );\n\n\t\tthis.listenTo( this.collection, 'change add remove reset', this.onCollectionChanged, this );\n\t},\n\n\teditRow: function( rowView ) {\n\t\tif ( this.currentEditableChild ) {\n\t\t\tthis.currentEditableChild.getChildViewContainer( this.currentEditableChild ).removeClass( 'editable' );\n\t\t}\n\n\t\tif ( this.currentEditableChild === rowView ) {\n\t\t\tdelete this.currentEditableChild;\n\t\t\treturn;\n\t\t}\n\n\t\trowView.getChildViewContainer( rowView ).addClass( 'editable' );\n\n\t\tthis.currentEditableChild = rowView;\n\n\t\tthis.updateActiveRow();\n\t},\n\n\ttoggleMinRowsClass: function() {\n\t\tif ( ! this.model.get( 'prevent_empty' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.$el.toggleClass( 'elementor-repeater-has-minimum-rows', 1 >= this.collection.length );\n\t},\n\n\tupdateActiveRow: function() {\n\t\tvar activeItemIndex = 0;\n\n\t\tif ( this.currentEditableChild ) {\n\t\t\tactiveItemIndex = this.currentEditableChild.itemIndex;\n\t\t}\n\n\t\tthis.setEditSetting( 'activeItemIndex', activeItemIndex );\n\t},\n\n\tupdateChildIndexes: function() {\n\t\tthis.children.each( _.bind( function( view ) {\n\t\t\tview.updateIndex( this.collection.indexOf( view.model ) + 1 );\n\t\t}, this ) );\n\t},\n\n\tonRender: function() {\n\t\tthis.ui.fieldContainer.sortable( { axis: 'y' } );\n\n\t\tthis.toggleMinRowsClass();\n\t},\n\n\tonSortStart: function( event, ui ) {\n\t\tui.item.data( 'oldIndex', ui.item.index() );\n\t},\n\n\tonSortUpdate: function( event, ui ) {\n\t\tvar oldIndex = ui.item.data( 'oldIndex' ),\n\t\t\tmodel = this.collection.at( oldIndex ),\n\t\t\tnewIndex = ui.item.index();\n\n\t\tthis.collection.remove( model );\n\t\tthis.collection.add( model, { at: newIndex } );\n\t},\n\n\tonAddChild: function() {\n\t\tthis.updateChildIndexes();\n\t\tthis.updateActiveRow();\n\t},\n\n\tonRemoveChild: function( childView ) {\n\t\tif ( childView === this.currentEditableChild ) {\n\t\t\tdelete this.currentEditableChild;\n\t\t}\n\n\t\tthis.updateChildIndexes();\n\t\tthis.updateActiveRow();\n\t},\n\n\tonCollectionChanged: function() {\n\t\tthis.elementSettingsModel.trigger( 'change' );\n\n\t\tthis.toggleMinRowsClass();\n\t},\n\n\tonButtonAddRowClick: function() {\n\t\tvar defaults = {};\n\t\t_.each( this.model.get( 'fields' ), function( field ) {\n\t\t\tdefaults[ field.name ] = field['default'];\n\t\t} );\n\n\t\tvar newModel = this.collection.add( defaults ),\n\t\t\tnewChildView = this.children.findByModel( newModel );\n\n\t\tthis.editRow( newChildView );\n\t},\n\n\tonChildviewClickRemove: function( childView ) {\n\t\tchildView.model.destroy();\n\t},\n\n\tonChildviewClickDuplicate: function( childView ) {\n\t\tthis.collection.add( childView.model.clone(), { at: childView.itemIndex } );\n\t},\n\n\tonChildviewClickEdit: function( childView ) {\n\t\tthis.editRow( childView );\n\t}\n} );\n\nmodule.exports = ControlRepeaterItemView;\n",
125
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlSectionItemView;\n\nControlSectionItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.heading = '.elementor-panel-heading';\n\n\t\treturn ui;\n\t},\n\n\ttriggers: {\n\t\t'click': 'control:section:clicked'\n\t}\n} );\n\nmodule.exports = ControlSectionItemView;\n",
126
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlSelect2ItemView;\n\nControlSelect2ItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.select = '.elementor-select2';\n\n\t\treturn ui;\n\t},\n\n\tonReady: function() {\n\t\tvar options = {\n\t\t\tallowClear: true\n\t\t};\n\n\t\tthis.ui.select.select2( options );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tif ( this.ui.select.data( 'select2' ) ) {\n\t\t\tthis.ui.select.select2( 'destroy' );\n\t\t}\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlSelect2ItemView;\n",
127
  "var ControlBaseUnitsItemView = require( 'elementor-views/controls/base-units' ),\n\tControlSliderItemView;\n\nControlSliderItemView = ControlBaseUnitsItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseUnitsItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.slider = '.elementor-control-slider';\n\n\t\treturn ui;\n\t},\n\n\tchildEvents: {\n\t\t'slide @ui.slider': 'onSlideChange'\n\t},\n\n\tinitSlider: function() {\n\t\tvar size = this.getControlValue( 'size' ),\n\t\t\tunitRange = this.getCurrentRange();\n\n\t\tthis.ui.input.attr( unitRange ).val( size );\n\n\t\tthis.ui.slider.slider( _.extend( {}, unitRange, { value: size } ) );\n\t},\n\n\tresetSize: function() {\n\t\tthis.setValue( 'size', '' );\n\n\t\tthis.initSlider();\n\t},\n\n\tonReady: function() {\n\t\tthis.initSlider();\n\t},\n\n\tonSlideChange: function( event, ui ) {\n\t\tthis.setValue( 'size', ui.value );\n\n\t\tthis.ui.input.val( ui.value );\n\t},\n\n\tonInputChange: function( event ) {\n\t\tvar dataChanged = event.currentTarget.dataset.setting;\n\n\t\tif ( 'size' === dataChanged ) {\n\t\t\tthis.ui.slider.slider( 'value', this.getControlValue( 'size' ) );\n\t\t} else if ( 'unit' === dataChanged ) {\n\t\t\tthis.resetSize();\n\t\t}\n\t},\n\n\tonBeforeDestroy: function() {\n\t\tthis.ui.slider.slider( 'destroy' );\n\t\tthis.$el.remove();\n\t}\n} );\n\nmodule.exports = ControlSliderItemView;\n",
128
+ "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlStructureItemView;\n\nControlStructureItemView = ControlBaseItemView.extend( {\n\n\ttemplateHelpers: function() {\n\t\tvar helpers = ControlBaseItemView.prototype.templateHelpers.apply( this, arguments );\n\n\t\thelpers.getMorePresets = _.bind( this.getMorePresets, this );\n\n\t\treturn helpers;\n\t},\n\n\tgetMorePresets: function() {\n\t\tvar parsedStructure = elementor.presetsFactory.getParsedStructure( this.getControlValue() );\n\n\t\treturn elementor.presetsFactory.getPresets( parsedStructure.columnsCount );\n\t},\n\n\tonInputChange: function() {\n\t\tvar editor = elementor.getPanelView().getCurrentPageView(),\n\t\t\tcurrentEditedSection = editor.getOption( 'editedElementView' );\n\n\t\tcurrentEditedSection.redefineLayout();\n\n\t\tthis.render();\n\t}\n} );\n\nmodule.exports = ControlStructureItemView;\n",
129
  "var ControlMultipleBaseItemView = require( 'elementor-views/controls/base-multiple' ),\n\tControlUrlItemView;\n\nControlUrlItemView = ControlMultipleBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlMultipleBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.btnExternal = 'button.elementor-control-url-target';\n\n\t\treturn ui;\n\t},\n\n\t// Override the base events\n\tchildEvents: {\n\t\t'click @ui.btnExternal': 'onExternalClicked'\n\t},\n\n\tonReady: function() {\n\t\tvar values = this.getControlValue();\n\n\t\tif ( values.is_external ) {\n\t\t\tthis.ui.btnExternal.addClass( 'active' );\n\t\t}\n\n\t\tif ( values.url ) {\n\t\t\tthis.ui.input.val( values.url );\n\t\t}\n\t},\n\n\tonExternalClicked: function( event ) {\n\t\tevent.preventDefault();\n\n\t\tthis.ui.btnExternal.toggleClass( 'active' );\n\t\tthis.setValue( 'is_external', this.isExternal() );\n\t},\n\n\tisExternal: function() {\n\t\treturn this.ui.btnExternal.hasClass( 'active' );\n\t}\n} );\n\nmodule.exports = ControlUrlItemView;\n",
130
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlWPWidgetItemView;\n\nControlWPWidgetItemView = ControlBaseItemView.extend( {\n\tui: function() {\n\t\tvar ui = ControlBaseItemView.prototype.ui.apply( this, arguments );\n\n\t\tui.form = 'form';\n\t\tui.loading = '.wp-widget-form-loading';\n\n\t\treturn ui;\n\t},\n\n\tevents: {\n\t\t'keyup @ui.form :input': 'onFormChanged',\n\t\t'change @ui.form :input': 'onFormChanged'\n\t},\n\n\tonFormChanged: function() {\n\t\tvar idBase = 'widget-' + this.model.get( 'id_base' ),\n\t\t\tsettings = this.ui.form.elementorSerializeObject()[ idBase ].REPLACE_TO_ID;\n\n\t\tthis.setValue( settings );\n\t},\n\n\tonReady: function() {\n\t\tBackbone.$.ajax( {\n\t\t\ttype: 'POST',\n\t\t\turl: elementor.config.ajaxurl,\n\t\t\tdata: {\n\t\t\t\taction: 'elementor_editor_get_wp_widget_form',\n\t\t\t\twidget_type: this.model.get( 'widget' ),\n\t\t\t\tdata: JSON.stringify( this.elementSettingsModel.toJSON() )\n\t\t\t}\n\t\t} )\n\t\t\t.done( _.bind( function( data ) {\n\t\t\t\tthis.ui.form.html( data );\n\t\t\t}, this ) );\n\t}\n} );\n\nmodule.exports = ControlWPWidgetItemView;\n",
131
  "var ControlBaseItemView = require( 'elementor-views/controls/base' ),\n\tControlWysiwygItemView;\n\nControlWysiwygItemView = ControlBaseItemView.extend( {\n\tchildEvents: {\n\t\t'keyup textarea.elementor-wp-editor': 'updateElementModel'\n\t},\n\n\tbuttons: {\n\t\tkeepInBasic: [\n\t\t\t'bold',\n\t\t\t'italic',\n\t\t\t'link',\n\t\t\t'unlink',\n\t\t\t'wp_adv',\n\t\t\t'fullscreen'\n\t\t],\n\t\tmoveToBasic: {\n\t\t\tunderline: 'italic'\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tControlBaseItemView.prototype.initialize.apply( this, arguments );\n\n\t\tvar self = this;\n\n\t\tthis.editorID = 'elementorwpeditor' + this.cid;\n\n\t\tvar editorConfig = {\n\t\t\tid: this.editorID,\n\t\t\tselector: '#' + this.editorID,\n\t\t\tsetup: function( editor ) {\n\t\t\t\teditor.on( 'keyup change', function() {\n\t\t\t\t\teditor.save();\n\n\t\t\t\t\tself.setValue( editor.getContent() );\n\t\t\t\t} );\n\t\t\t}\n\t\t};\n\n\t\ttinyMCEPreInit.mceInit[ this.editorID ] = _.extend( _.clone( tinyMCEPreInit.mceInit.elementorwpeditor ), editorConfig );\n\n\t\tthis.rearrangeButtons();\n\n\t\t// This class allows us to reduce \"flicker\" by hiding the editor\n\t\t// until we are done loading and modifying it.\n\t\tthis.$el.addClass( 'elementor-loading-editor' );\n\n\t\t// Wait a cycle before initializing the editors.\n\t\t_.defer( function() {\n\t\t\t// Initialize QuickTags, and set as the default mode.\n\t\t\tquicktags( {\n\t\t\t\tbuttons: 'strong,em,del,link,img,close',\n\t\t\t\tid: self.editorID\n\t\t\t} );\n\n\t\t\tswitchEditors.go( self.editorID, 'tmce' );\n\n\t\t\t// Remove default instance after initializes. This allows reinitializion an unlimited amount of times.\n\t\t\t_.defer( function() {\n\t\t\t\tdelete QTags.instances[ 0 ];\n\t\t\t} );\n\n\t\t} );\n\t},\n\n\tattachElContent: function() {\n\t\tvar editorTemplate = elementor.config.wp_editor.replace( /elementorwpeditor/g, this.editorID ).replace( '%%EDITORCONTENT%%', this.getControlValue() );\n\n\t\tthis.$el.html( editorTemplate );\n\n\t\treturn this;\n\t},\n\n\trearrangeButtons: function() {\n\t\tvar editorProps = tinyMCEPreInit.mceInit[ this.editorID ],\n\t\t\teditorBasicToolbarButtons = editorProps.toolbar1.split( ',' ),\n\t\t\teditorAdvancedToolbarButtons = editorProps.toolbar2.split( ',' ),\n\t\t\tbuttonsToKeepInBasic = Array.prototype.slice.call( this.buttons.keepInBasic ),\n\t\t\tbuttonsToMoveToAdvanced = _.difference( editorBasicToolbarButtons, buttonsToKeepInBasic ),\n\t\t\tbuttonsToKeepInAdvanced = _.difference( editorAdvancedToolbarButtons, Object.keys( this.buttons.moveToBasic ) );\n\n\t\t_.each( this.buttons.moveToBasic, function( afterButton, button ) {\n\t\t\tvar afterButtonIndex = buttonsToKeepInBasic.indexOf( afterButton );\n\n\t\t\tif ( -1 !== afterButtonIndex ) {\n\t\t\t\tbuttonsToKeepInBasic.splice( afterButtonIndex + 1, 0, button );\n\t\t\t}\n\t\t} );\n\n\t\teditorProps.toolbar1 = buttonsToKeepInBasic.join( ',' );\n\t\teditorProps.toolbar2 = buttonsToMoveToAdvanced + ',' + buttonsToKeepInAdvanced;\n\t},\n\n\tonBeforeDestroy: function() {\n\t\t// Remove TinyMCE and QuickTags instances\n\t\ttinymce.EditorManager.execCommand( 'mceRemoveEditor', true, this.editorID );\n\t\tdelete QTags.instances[ this.editorID ];\n\n\t\t// Cleanup PreInit data\n\t\tdelete tinyMCEPreInit.mceInit[ this.editorID ];\n\t\tdelete tinyMCEPreInit.qtInit[ this.editorID ];\n\t}\n} );\n\nmodule.exports = ControlWysiwygItemView;\n",
132
  "var ElementEmptyView;\n\nElementEmptyView = Marionette.ItemView.extend( {\n\ttemplate: '#tmpl-elementor-empty-preview',\n\n\tclassName: 'elementor-empty-view',\n\n\tevents: {\n\t\t'click': 'onClickAdd'\n\t},\n\n\tonClickAdd: function() {\n\t\telementor.getPanelView().setPage( 'elements' );\n\t}\n} );\n\nmodule.exports = ElementEmptyView;\n",
133
+ "var BaseElementView = require( 'elementor-views/base-element' ),\n\tColumnView = require( 'elementor-views/column' ),\n\tSectionView;\n\nSectionView = BaseElementView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-element-section-content' ),\n\n\tchildView: ColumnView,\n\n\tclassName: function() {\n\t\tvar classes = 'elementor-section',\n\t\t\ttype = this.isInner() ? 'inner' : 'top';\n\n\t\tclasses += ' elementor-' + type + '-section';\n\n\t\treturn classes;\n\t},\n\n\ttagName: 'section',\n\n\tchildViewContainer: '> .elementor-container > .elementor-row',\n\n\ttriggers: {\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-edit': 'click:edit',\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-trigger': 'click:edit',\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\telementEvents: {\n\t\t'click .elementor-editor-section-settings-list .elementor-editor-element-remove': 'onClickRemove'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'column'\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t},\n\t\tHandleAddMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tthis.listenTo( this.collection, 'add remove reset', this._checkIsFull );\n\t\tthis.listenTo( this.collection, 'remove', this.onCollectionRemove );\n\t\tthis.listenTo( this.model, 'change:settings:structure', this.onStructureChanged );\n\t},\n\n\taddEmptyColumn: function() {\n\t\tthis.addChildModel( {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: 'column',\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t} );\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\tvar isModelInstance = model instanceof Backbone.Model,\n\t\t\tisInner = this.isInner();\n\n\t\tif ( isModelInstance ) {\n\t\t\tmodel.set( 'isInner', isInner );\n\t\t} else {\n\t\t\tmodel.isInner = isInner;\n\t\t}\n\n\t\treturn BaseElementView.prototype.addChildModel.apply( this, arguments );\n\t},\n\n\tgetSortableOptions: function() {\n\t\tvar sectionConnectClass = this.isInner() ? '.elementor-inner-section' : '.elementor-top-section';\n\n\t\treturn {\n\t\t\tconnectWith: sectionConnectClass + ' > .elementor-container > .elementor-row',\n\t\t\thandle: '> .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger',\n\t\t\titems: '> .elementor-column'\n\t\t};\n\t},\n\n\tgetColumnPercentSize: function( element, size ) {\n\t\treturn size / element.parent().width() * 100;\n\t},\n\n\tgetDefaultStructure: function() {\n\t\treturn this.collection.length + '0';\n\t},\n\n\tgetStructure: function() {\n\t\treturn this.model.getSetting( 'structure' );\n\t},\n\n\tsetStructure: function( structure ) {\n\t\tvar parsedStructure = elementor.presetsFactory.getParsedStructure( structure );\n\n\t\tif ( +parsedStructure.columnsCount !== this.collection.length ) {\n\t\t\tthrow new TypeError( 'The provided structure doesn\\'t match the columns count.' );\n\t\t}\n\n\t\tthis.model.setSetting( 'structure', structure, true );\n\t},\n\n\tredefineLayout: function() {\n\t\tvar preset = elementor.presetsFactory.getPresetByStructure( this.getStructure() );\n\n\t\tthis.collection.each( function( model, index ) {\n\t\t\tmodel.setSetting( '_column_size', preset.preset[ index ] );\n\t\t\tmodel.setSetting( '_inline_size', null );\n\t\t} );\n\n\t\tthis.children.invoke( 'changeSizeUI' );\n\t},\n\n\tresetLayout: function() {\n\t\tthis.setStructure( this.getDefaultStructure() );\n\t},\n\n\tisCollectionFilled: function() {\n\t\tvar MAX_SIZE = 10,\n\t\t\tcolumnsCount = this.collection.length;\n\n\t\treturn ( MAX_SIZE <= columnsCount );\n\t},\n\n\t_checkIsFull: function() {\n\t\tthis.$el.toggleClass( 'elementor-section-filled', this.isCollectionFilled() );\n\t},\n\n\t_checkIsEmpty: function() {\n\t\tif ( ! this.collection.length ) {\n\t\t\tthis.addEmptyColumn();\n\t\t}\n\t},\n\n\tonBeforeRender: function() {\n\t\tthis._checkIsEmpty();\n\t},\n\n\tonRender: function() {\n\t\tthis._checkIsFull();\n\t},\n\n\tonAddChild: function() {\n\t\tif ( ! this.isBuffering ) {\n\t\t\t// Reset the layout just when we have really add/remove element.\n\t\t\tthis.resetLayout();\n\t\t}\n\t},\n\n\tonCollectionRemove: function() {\n\t\t// If it's the last column, please create new one.\n\t\tthis._checkIsEmpty();\n\n\t\tthis.resetLayout();\n\t},\n\n\tonChildviewRequestResize: function( childView, ui ) {\n\t\t// Get current column details\n\t\tvar currentSize = childView.model.getSetting( '_inline_size' );\n\n\t\tif ( ! currentSize ) {\n\t\t\tcurrentSize = this.getColumnPercentSize( ui.element, ui.originalSize.width );\n\t\t}\n\n\t\tvar\tnewSize = this.getColumnPercentSize( ui.element, ui.size.width ),\n\t\t\tdifference = newSize - currentSize;\n\n\t\tui.element.css( {\n\t\t\t//width: currentSize + '%',\n\t\t\twidth: '',\n\t\t\tleft: 'initial' // Fix for RTL resizing\n\t\t} );\n\n\t\t// Get next column details\n\t\tvar modelIndex = this.collection.indexOf( childView.model ),\n\t\t\tnextModel = this.collection.at( modelIndex + 1 ),\n\t\t\tnextChildView = this.children.findByModelCid( nextModel.cid );\n\n\t\tif ( ! nextChildView ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar $nextElement = nextChildView.$el,\n\t\t\tnextElementCurrentSize = this.getColumnPercentSize( $nextElement, $nextElement.width() ),\n\t\t\tnextElementNewSize = nextElementCurrentSize - difference;\n\n\t\tif ( newSize < 10 || newSize > 100 || ! difference || nextElementNewSize < 10 || nextElementNewSize > 100 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Set the current column size\n\t\tchildView.model.setSetting( '_inline_size', newSize.toFixed( 3 ) );\n\t\tchildView.changeSizeUI();\n\n\t\t// Set the next column size\n\t\tnextChildView.model.setSetting( '_inline_size', nextElementNewSize.toFixed( 3 ) );\n\t\tnextChildView.changeSizeUI();\n\t},\n\n\tonSettingsChanged: function() {\n\t\tBaseElementView.prototype.onSettingsChanged.apply( this, arguments );\n\n\t\tthis.render();\n\t},\n\n\tonStructureChanged: function() {\n\t\tthis.redefineLayout();\n\t}\n} );\n\nmodule.exports = SectionView;\n",
134
+ "var SectionView = require( 'elementor-views/section' ),\n\tSectionsCollectionView;\n\nSectionsCollectionView = Marionette.CompositeView.extend( {\n\ttemplate: Marionette.TemplateCache.get( '#tmpl-elementor-preview' ),\n\n\tid: 'elementor-inner',\n\n\tchildViewContainer: '#elementor-section-wrap',\n\n\tchildView: SectionView,\n\n\tui: {\n\t\taddSectionArea: '#elementor-add-section',\n\t\taddNewSection: '#elementor-add-new-section',\n\t\tclosePresetsIcon: '#elementor-select-preset-close',\n\t\taddIcon: '#elementor-add-section-button',\n\t\tselectPreset: '#elementor-select-preset',\n\t\tpresets: '.elementor-preset'\n\t},\n\n\tevents: {\n\t\t'click @ui.addIcon': 'showSelectPresets',\n\t\t'click @ui.closePresetsIcon': 'closeSelectPresets',\n\t\t'click @ui.presets': 'onPresetSelected'\n\t},\n\n\tbehaviors: {\n\t\tSortable: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/sortable' ),\n\t\t\telChildType: 'section'\n\t\t},\n\t\tHandleDuplicate: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-duplicate' )\n\t\t},\n\t\tHandleAdd: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/duplicate' )\n\t\t},\n\t\tHandleElementsRelation: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/elements-relation' )\n\t\t}\n\t},\n\n\tgetSortableOptions: function() {\n\t\treturn {\n\t\t\thandle: '> .elementor-container > .elementor-row > .elementor-column > .elementor-element-overlay .elementor-editor-section-settings-list .elementor-editor-element-trigger',\n\t\t\titems: '> .elementor-section'\n\t\t};\n\t},\n\n\tgetChildType: function() {\n\t\treturn [ 'section' ];\n\t},\n\n\tisCollectionFilled: function() {\n\t\treturn false;\n\t},\n\n\tinitialize: function() {\n\t\tif ( 1 > this.collection.length ) {\n\t\t\tthis.addChildModel( {\n\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\telType: 'section',\n\t\t\t\tsettings: {},\n\t\t\t\telements: []\n\t\t\t} );\n\t\t}\n\t},\n\n\taddChildModel: function( model, options ) {\n\t\treturn this.collection.add( model, options, true );\n\t},\n\n\taddSection: function( properties ) {\n\t\tvar newSection = {\n\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\telType: 'section',\n\t\t\tsettings: {},\n\t\t\telements: []\n\t\t};\n\n\t\tif ( properties ) {\n\t\t\t_.extend( newSection, properties );\n\t\t}\n\n\t\tvar newModel = this.addChildModel( newSection );\n\n\t\treturn this.children.findByModelCid( newModel.cid );\n\t},\n\n\tshowSelectPresets: function() {\n\t\tthis.ui.addNewSection.hide();\n\t\tthis.ui.selectPreset.show();\n\t},\n\n\tcloseSelectPresets: function() {\n\t\tthis.ui.addNewSection.show();\n\t\tthis.ui.selectPreset.hide();\n\t},\n\n\tonRender: function() {\n\t\tvar self = this;\n\n\t\tself.ui.addSectionArea.html5Droppable( {\n\t\t\taxis: [ 'vertical' ],\n\t\t\tgroups: [ 'elementor-element' ],\n\t\t\tonDragging: function( side ) {\n\t\t\t\tif ( self.ui.addSectionArea.data( 'side' ) !== side ) {\n\t\t\t\t\tself.ui.addSectionArea.attr( 'data-side', side );\n\t\t\t\t}\n\t\t\t},\n\t\t\tonDragLeave: function() {\n\t\t\t\tself.ui.addSectionArea.removeAttr( 'data-side' );\n\t\t\t},\n\t\t\tonDropping: function() {\n\t\t\t\tvar elementView = elementor.panelElements.request( 'element:selected' ),\n\t\t\t\t\tnewSection = self.addSection();\n\n\t\t\t\tvar widgetData = {\n\t\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\t\telType: 'widget',\n\t\t\t\t\twidgetType: elementView.model.get( 'widgetType' )\n\t\t\t\t};\n\n\t\t\t\tnewSection.triggerMethod( 'request:add', widgetData );\n\t\t\t}\n\t\t} );\n\t},\n\n\tonPresetSelected: function( event ) {\n\t\tthis.closeSelectPresets();\n\n\t\tvar selectedStructure = event.currentTarget.dataset.structure,\n\t\t\tparsedStructure = elementor.presetsFactory.getParsedStructure( selectedStructure ),\n\t\t\telements = [],\n\t\t\tloopIndex;\n\n\t\tfor ( loopIndex = 0; loopIndex < parsedStructure.columnsCount; loopIndex++ ) {\n\t\t\telements.push( {\n\t\t\t\tid: elementor.helpers.getUniqueID(),\n\t\t\t\telType: 'column',\n\t\t\t\tsettings: {},\n\t\t\t\telements: []\n\t\t\t} );\n\t\t}\n\n\t\tvar newSection = this.addSection( { elements: elements } );\n\n\t\tnewSection.setStructure( selectedStructure );\n\n\t\tnewSection.redefineLayout();\n\t}\n} );\n\nmodule.exports = SectionsCollectionView;\n",
135
  "var BaseElementView = require( 'elementor-views/base-element' );\n\nvar WidgetView = BaseElementView.extend( {\n\t_templateType: null,\n\n\tgetTemplate: function() {\n\t\tif ( 'remote' !== this.getTemplateType() ) {\n\t\t\treturn Marionette.TemplateCache.get( '#tmpl-elementor-widget-' + this.model.get( 'widgetType' ) + '-content' );\n\t\t} else {\n\t\t\treturn _.template( '' );\n\t\t}\n\t},\n\n\tclassName: function() {\n\t\treturn 'elementor-widget elementor-widget-' + this.model.get( 'widgetType' );\n\t},\n\n\tmodelEvents: {\n\t\t'before:remote:render': 'onModelBeforeRemoteRender',\n\t\t'remote:render': 'onModelRemoteRender'\n\t},\n\n\ttriggers: {\n\t\t'click > .elementor-element-overlay': {\n\t\t\tevent: 'click:edit',\n\t\t\tstopPropagation: false\n\t\t},\n\t\t'click > .elementor-element-overlay .elementor-editor-add-element': 'click:add',\n\t\t'click > .elementor-element-overlay .elementor-editor-element-duplicate': 'click:duplicate'\n\t},\n\n\tui: {\n\t\tsettings: '> .elementor-element-overlay .elementor-editor-widget-settings'\n\t},\n\n\telementEvents: {\n\t\t'click': 'showSettings',\n\t\t'mouseleave @ui.settings': 'hideSettings',\n\t\t'click > .elementor-element-overlay .elementor-editor-element-remove': 'onClickRemove'\n\t},\n\n\tbehaviors: {\n\t\tHandleEditor: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-editor' )\n\t\t},\n\t\tHandleEditMode: {\n\t\t\tbehaviorClass: require( 'elementor-behaviors/handle-edit-mode' )\n\t\t}\n\t},\n\n\tinitialize: function() {\n\t\tBaseElementView.prototype.initialize.apply( this, arguments );\n\n\t\tif ( ! this.model.getHtmlCache() ) {\n\t\t\tthis.model.renderRemoteServer();\n\t\t}\n\t},\n\n\tgetTemplateType: function() {\n\t\tif ( null === this.getOption( '_templateType' ) ) {\n\t\t\tvar $template = Backbone.$( '#tmpl-elementor-widget-' + this.model.get( 'widgetType' ) + '-content' );\n\n\t\t\tif ( 0 === $template.length ) {\n\t\t\t\tthis._templateType = 'remote';\n\t\t\t} else {\n\t\t\t\tthis._templateType = 'js';\n\t\t\t}\n\t\t}\n\n\t\treturn this.getOption( '_templateType' );\n\t},\n\n\tonModelBeforeRemoteRender: function() {\n\t\tthis.$el.addClass( 'elementor-loading' );\n\t},\n\n\tonBeforeDestroy: function() {\n\t\t// Remove old style from the DOM.\n\t\telementor.$previewContents.find( '#elementor-style-' + this.model.cid ).remove();\n\t},\n\n\tonModelRemoteRender: function() {\n\t\tif ( this.isDestroyed ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.$el.removeClass( 'elementor-loading' );\n\t\tthis.render();\n\t},\n\n\tonSettingsChanged: function( settings ) {\n\t\tBaseElementView.prototype.onSettingsChanged.apply( this, arguments );\n\n\t\tswitch ( this.getTemplateType() ) {\n\t\t\tcase 'js' :\n\t\t\t\tthis.model.setHtmlCache();\n\t\t\t\tthis.render();\n\t\t\t\tbreak;\n\n\t\t\tdefault :\n\t\t\t\tthis.model.renderRemoteServer();\n\t\t}\n\t},\n\n\tattachElContent: function( html ) {\n\t\tvar htmlCache = this.model.getHtmlCache();\n\n\t\tif ( htmlCache ) {\n\t\t\thtml = htmlCache;\n\t\t}\n\n\t\tthis.$el.html( html );\n\n\t\treturn this;\n\t},\n\n\tonRender: function() {\n\t\tthis.$el\n\t\t\t.removeClass( 'elementor-widget-empty' )\n\t\t\t.find( '> .elementor-element-overlay .elementor-widget-empty-icon' ).remove();\n\n\t\tthis.$el.imagesLoaded().always( _.bind( function() {\n\t\t\t// Is element empty?\n\t\t\tif ( 1 > this.$el.height() ) {\n\t\t\t\tthis.$el.addClass( 'elementor-widget-empty' );\n\n\t\t\t\t// TODO: REMOVE THIS !!\n\t\t\t\t// TEMP CODING !!\n\t\t\t\tthis.$( '> .elementor-element-overlay' ).append( '<i class=\"elementor-widget-empty-icon fa fa-' + this.model.getIcon() + '\"></i>' );\n\t\t\t}\n\t\t}, this ) );\n\t},\n\n\tshowSettings: function( event ) {\n\t\tvar positionSettings = {\n\t\t\tmy: elementor.config.is_rtl ? 'right+15 center' : 'left-15 center',\n\t\t\tof: event,\n\t\t\tcollision: 'fit',\n\t\t\twithin: this.$el\n\t\t};\n\n\t\tthis.ui.settings.addClass( 'elementor-open' ).position( positionSettings );\n\t},\n\n\thideSettings: function() {\n\t\tthis.ui.settings.removeClass( 'elementor-open' );\n\t}\n} );\n\nmodule.exports = WidgetView;\n"
136
  ]
137
  }
assets/admin/js/app.min.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! elementor - v0.1.1 - 30-05-2016 */
2
- !function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){var d;d=Marionette.Application.extend({helpers:a("elementor-utils/helpers"),heartbeat:a("elementor-utils/heartbeat"),schemes:a("elementor-utils/schemes"),editor:Backbone.Radio.channel("ELEMENTOR:editor"),data:Backbone.Radio.channel("ELEMENTOR:data"),filterState:Backbone.Radio.channel("ELEMENTOR:filterState"),elementLibrary:Backbone.Radio.channel("ELEMENTOR:elementLibrary"),panelElements:Backbone.Radio.channel("ELEMENTOR:panelElements"),dataEditMode:Backbone.Radio.channel("ELEMENTOR:editmode"),preview:Backbone.Radio.channel("ELEMENTOR:preview"),deviceMode:Backbone.Radio.channel("ELEMENTOR:deviceMode"),_controlsItemView:null,getElementData:function(a){var b=a.get("elType");if("widget"===b){var c=a.get("widgetType");return this.config.widgets[c]?this.config.widgets[c]:!1}return this.config.elements[b]?this.config.elements[b]:!1},getElementControls:function(a){var b=this.getElementData(a);if(!b)return!1;var c=a.get("elType"),d=a.get("isInner");return"widget"===c?b.controls:_.filter(b.controls,function(a){return!(d&&a.hide_in_inner||!d&&a.hide_in_top)})},getControlItemView:function(b){return null===this._controlsItemView&&(this._controlsItemView={color:a("elementor-views/controls/color"),dimensions:a("elementor-views/controls/dimensions"),media:a("elementor-views/controls/media"),slider:a("elementor-views/controls/slider"),wysiwyg:a("elementor-views/controls/wysiwyg"),choose:a("elementor-views/controls/choose"),url:a("elementor-views/controls/url"),font:a("elementor-views/controls/font"),section:a("elementor-views/controls/section"),repeater:a("elementor-views/controls/repeater"),wp_widget:a("elementor-views/controls/wp_widget"),icon:a("elementor-views/controls/icon"),gallery:a("elementor-views/controls/gallery"),select2:a("elementor-views/controls/select2"),structure:a("elementor-views/controls/structure")},this.editor.trigger("editor:controls:initialize")),this._controlsItemView[b]||a("elementor-views/controls/base")},getPanelView:function(){return this.getRegion("panel").currentView},initDialogsManager:function(){this.dialogsManager=new DialogsManager.Instance},onStart:function(){NProgress.start(),NProgress.inc(.2),this.config=ElementorConfig;var b=a("elementor-models/element");Backbone.Radio.DEBUG=!1,Backbone.Radio.tuneIn("ELEMENTOR"),this.initDialogsManager(),this.heartbeat.init(),elementorBindUI.setEditorMode(!0),this.elements=new b.Collection(this.config.data),this.$previewResponsiveWrapper=Backbone.$("#elementor-preview-responsive-wrapper");var c="elementor-preview-iframe";if(!Backbone.$("#"+c).length){var d=document.createElement("iframe");d.id=c,d.src=this.config.preview_link+"&"+(new Date).getTime(),this.$previewResponsiveWrapper.append(d)}this.$preview=Backbone.$("#"+c),this.$preview.on("load",_.bind(function(){this.$previewContents=this.$preview.contents(),elementorBindUI.setScopeWindow(this.$preview[0].contentWindow),this.triggerMethod("preview:loaded")},this)),this.listenTo(this.dataEditMode,"switch",this.onEditModeSwitched),this.setWorkSaver()},onPreviewLoaded:function(){var b=a("elementor-views/sections"),c=a("elementor-layouts/panel/panel"),d=new Marionette.Region({el:this.$previewContents.find("#elementor").get(0)});this.schemes.init().printSchemesStyle(),this.$previewContents.on("click",function(a){var b=Backbone.$(a.target),c=elementor.dataEditMode.request("get:active:mode"),d=!!b.closest("#elementor").length;d&&"preview"!==c||(b.closest("a").length&&a.preventDefault(),d||elementor.getPanelView().setPage("elements"))}),this.addRegions({sections:d,panel:"#elementor-panel",modal:"#elementor-modal-area"}),this.getRegion("sections").show(new b({collection:this.elements})),this.getRegion("panel").show(new c),this.$previewContents.children().addClass("elementor-html").children("body").addClass("elementor-editor-active"),Backbone.$("#elementor-loading").fadeOut(600),NProgress.done()},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"===a?this.enterPreviewMode():this.exitPreviewMode()},setFlagEditorChange:function(a){elementor.editor.reply("editor:changed",a),elementor.editor.trigger("editor:changed",a)},isEditorChanged:function(){return!0===elementor.editor.request("editor:changed")},setWorkSaver:function(){Backbone.$(window).on("beforeunload",function(){return elementor.isEditorChanged()?elementor.translate("before_unload_alert"):void 0})},enterPreviewMode:function(){this.$previewContents.find("body").add("body").removeClass("elementor-editor-active").addClass("elementor-editor-preview")},exitPreviewMode:function(){this.$previewContents.find("body").add("body").removeClass("elementor-editor-preview").addClass("elementor-editor-active")},saveBuilder:function(a){return a=_.extend({revision:"draft",onSuccess:null},a),NProgress.start(),Backbone.$.ajax({type:"POST",url:this.config.ajaxurl,data:{action:"elementor_save_builder",post_id:this.config.post_id,revision:a.revision,data:JSON.stringify(elementor.elements.toJSON())}}).done(function(b){NProgress.done(),elementor.setFlagEditorChange(!1),_.isFunction(a.onSuccess)&&a.onSuccess.call(this,b)})},translate:function(a,b){var c=this.config.i18n[a];return void 0===c&&(c=a),b&&(c=c.replace(/{(\d+)}/g,function(a,c){return void 0!==b[c]?b[c]:a})),c}}),b.exports=(window.elementor=new d).start()},{"elementor-layouts/panel/panel":27,"elementor-models/element":30,"elementor-utils/heartbeat":34,"elementor-utils/helpers":35,"elementor-utils/schemes":36,"elementor-views/controls/base":41,"elementor-views/controls/choose":42,"elementor-views/controls/color":43,"elementor-views/controls/dimensions":44,"elementor-views/controls/font":45,"elementor-views/controls/gallery":46,"elementor-views/controls/icon":47,"elementor-views/controls/media":48,"elementor-views/controls/repeater":50,"elementor-views/controls/section":51,"elementor-views/controls/select2":52,"elementor-views/controls/slider":53,"elementor-views/controls/structure":54,"elementor-views/controls/url":55,"elementor-views/controls/wp_widget":56,"elementor-views/controls/wysiwyg":57,"elementor-views/sections":60}],2:[function(a,b,c){var d;d=Marionette.Behavior.extend({onChildviewClickNew:function(a){var b=a.$el.index()+1;this.addChild({at:b})},onRequestNew:function(){this.addChild()},addChild:function(a){if(!this.view.isCollectionFilled()){a=a||{};var b={id:elementor.helpers.getUniqueID(),elType:this.view.getChildType()[0],settings:{},elements:[]};this.view.addChildModel(b,a)}}}),b.exports=d},{}],3:[function(a,b,c){var d;d=Marionette.Behavior.extend({onRequestAdd:function(a,b){this._addChildElement(a,b)},_addChildElement:function(a,b){b=b||{};var c=this.view.getChildType();if(-1===c.indexOf(a.elType))return delete b.at,void this.view.children.last().triggerMethod("request:add",a,b);var d=this.view.addChildModel(a,b),e=this.view.children.findByModel(d);"section"===e.getElementType()&&e.isInner()&&e.addEmptyColumn(),e.triggerMethod("open:editor")}}),b.exports=d},{}],4:[function(a,b,c){var d;d=Marionette.Behavior.extend({onChildviewClickDuplicate:function(a){if(!this.view.isCollectionFilled()){var b=a.$el.index()+1,c=a.model.clone();this.view.addChildModel(c,{at:b})}}}),b.exports=d},{}],5:[function(a,b,c){var d;d=Marionette.Behavior.extend({initialize:function(){this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched)},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");this.view.$el.toggleClass("elementor-active-mode","preview"!==a)},onRender:function(){this.onEditModeSwitched()}}),b.exports=d},{}],6:[function(a,b,c){var d;d=Marionette.Behavior.extend({onClickEdit:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a&&this.onOpenEditor()},onOpenEditor:function(){var a=elementor.getPanelView().getCurrentPageName();if("editor"===a){var b=elementor.getPanelView().getCurrentPageView(),c=b.model;if(c===this.view.model)return}var d=elementor.getElementData(this.view.model);elementor.getPanelView().setPage("editor",elementor.translate("edit_element",[d.title]),{model:this.view.model,editedElementView:this.view})}}),b.exports=d},{}],7:[function(a,b,c){var d;d=Marionette.Behavior.extend({defaults:{handles:elementor.config.is_rtl?"w":"e"},ui:{columnTitle:".column-title"},events:{resizestart:"onResizeStart",resizestop:"onResizeStop",resize:"onResize"},initialize:function(){Marionette.Behavior.prototype.initialize.apply(this,arguments),this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched)},active:function(){var a=_.clone(this.options);delete a.behaviorClass;var b=this.getChildViewContainer(),c={},d=_.extend(c,a);b.resizable(d)},deactivate:function(){this.getChildViewContainer().resizable("instance")&&this.getChildViewContainer().resizable("destroy")},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a?this.active():this.deactivate()},onRender:function(){_.defer(_.bind(this.onEditModeSwitched,this))},onDestroy:function(){this.deactivate()},onResizeStart:function(a,b){},onResizeStop:function(a,b){},onResize:function(a,b){a.stopPropagation(),this.view.triggerMethod("request:resize",b)},getChildViewContainer:function(){return this.$el}}),b.exports=d},{}],8:[function(a,b,c){var d;d=Marionette.Behavior.extend({defaults:{elChildType:"widget"},events:{sortstart:"onSortStart",sortreceive:"onSortReceive",sortupdate:"onSortUpdate",sortstop:"onSortStop",sortover:"onSortOver",sortout:"onSortOut"},initialize:function(){this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched),this.listenTo(elementor.deviceMode,"change",this.onDeviceModeChange)},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a?this.active():this.deactivate()},onDeviceModeChange:function(){var a=elementor.deviceMode.request("currentMode");"desktop"===a?this.active():this.deactivate()},onRender:function(){_.defer(_.bind(this.onEditModeSwitched,this))},onDestroy:function(){this.deactivate()},active:function(){if(!this.getChildViewContainer().sortable("instance")){var a=this.getChildViewContainer(),b={connectWith:a.selector,cursor:"move",placeholder:"elementor-sortable-placeholder",cursorAt:{top:20,left:25},helper:_.bind(this._getSortableHelper,this)},c=_.extend(b,this.view.getSortableOptions());a.sortable(c)}},_getSortableHelper:function(a,b){var c=this.view.collection.get({cid:b.data("model-cid")});return'<div style="height: 50px; width: 250px;" class="elementor-sortable-helper elementor-sortable-helper-'+c.get("elType")+'"><i class="fa fa-'+c.getIcon()+'"></i><div class="elementor-title">'+c.getTitle()+"</div></div>"},deactivate:function(){this.getChildViewContainer().sortable("instance")&&this.getChildViewContainer().sortable("destroy")},onSortStart:function(a,b){a.stopPropagation();var c=this.view.collection.get({cid:b.item.data("model-cid")});if("column"===this.options.elChildType){b.placeholder.addClass("elementor-column");var d=b.item.data("sortableItem"),e=d.items,f=0;e.forEach(function(a){return a.item[0]===b.item[0]?(f=a.height,!1):void 0}),b.placeholder.height(f)}elementor.data.trigger(c.get("elType")+":drag:start"),elementor.data.reply("cache:"+c.cid,c)},onSortOver:function(a,b){a.stopPropagation();var c=elementor.data.request("cache:"+b.item.data("model-cid"));Backbone.$(a.target).addClass("elementor-draggable-over").attr({"data-dragged-element":c.get("elType"),"data-dragged-is-inner":c.get("isInner")}),this.$el.addClass("elementor-dragging-on-child")},onSortOut:function(a){a.stopPropagation(),Backbone.$(a.target).removeClass("elementor-draggable-over").removeAttr("data-dragged-element data-dragged-is-inner"),this.$el.removeClass("elementor-dragging-on-child")},onSortReceive:function(a,b){if(a.stopPropagation(),this.view.isCollectionFilled())return void Backbone.$(b.sender).sortable("cancel");var c=elementor.data.request("cache:"+b.item.data("model-cid")),d=c.get("elType"),e="section"===d&&c.get("isInner"),f="column"===this.view.getElementType()&&this.view.isInner();if(e&&f)return void Backbone.$(b.sender).sortable("cancel");var g=b.item.parent().children().index(b.item),h=new this.view.collection.model(c.toJSON({copyHtmlCache:!0}));this.view.addChildModel(h,{at:g}),elementor.data.trigger(d+":drag:end"),c.destroy()},onSortUpdate:function(a,b){a.stopPropagation();var c=this.view.collection.get(b.item.attr("data-model-cid"));c&&elementor.data.trigger(c.get("elType")+":drag:end")},onSortStop:function(a,b){a.stopPropagation();var c=b.item,d=this.view.collection,e=d.get(c.attr("data-model-cid")),f=c.parent().children().index(c);if(this.getChildViewContainer()[0]===b.item.parent()[0]&&null===b.sender&&e){var g=d.indexOf(e);g!==f&&(d.remove(e,{silent:!0}),d.add(e,{silent:!0,at:f}),elementor.setFlagEditorChange(!0)),elementor.data.trigger(e.get("elType")+":drag:end")}},onAddChild:function(a){a.$el.attr("data-model-cid",a.model.cid)},getChildViewContainer:function(){return"function"==typeof this.view.getChildViewContainer?this.view.getChildViewContainer(this.view):this.$el}}),b.exports=d},{}],9:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-mode-switcher-content",id:"elementor-mode-switcher-inner",ui:{previewButton:"#elementor-mode-switcher-preview-input",previewLabel:"#elementor-mode-switcher-preview",previewLabelA11y:"#elementor-mode-switcher-preview .elementor-screen-only"},events:{"change @ui.previewButton":"onEditModeChange"},getCurrentMode:function(){return this.ui.previewButton.is(":checked")?"preview":"edit"},setMode:function(a){this.ui.previewButton.prop("checked","preview"===a)},onRender:function(){this.onEditModeChange()},onEditModeChange:function(){var a=elementor.dataEditMode.request("get:active:mode"),b=this.getCurrentMode();if(elementor.dataEditMode.reply("get:active:mode",b),b!==a){elementor.dataEditMode.trigger("switch");var c="preview"===b?"Back to Editor":"Preview";this.ui.previewLabel.attr("title",c),this.ui.previewLabelA11y.text(c)}}}),b.exports=d},{}],10:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-footer-content",tagName:"nav",id:"elementor-panel-footer-tools",defaultDeviceMode:"desktop",currentDeviceMode:"",possibleRotateModes:["portrait","landscape"],ui:{menuButtons:".elementor-panel-footer-tool",deviceModeButtons:"#elementor-panel-footer-responsive .elementor-panel-footer-sub-menu-item",buttonSave:"#elementor-panel-footer-save",buttonSaveButton:"#elementor-panel-footer-save .elementor-button",buttonPublish:"#elementor-panel-footer-publish"},events:{"click @ui.deviceModeButtons":"onClickResponsiveButtons","click @ui.buttonSave":"onClickButtonSave","click @ui.buttonPublish":"onClickButtonPublish"},initialize:function(){this._initDialog(),Backbone.$(document).on("click",_.bind(this.onDocumentClick,this)),this.listenTo(elementor.editor,"editor:changed",this.onEditorChanged)},_initDialog:function(){var a;this.getDialog=function(){if(!a){var b=Backbone.$,c=b("<div>",{"class":"elementor-dialog-message"}),d=b("<i>",{"class":"fa fa-check-circle"}),e=b("<div>",{"class":"elementor-dialog-message-text"}).text(elementor.translate("saved"));c.append(d,e),a=elementor.dialogsManager.createWidget("popup",{hide:{delay:1500}}),a.setMessage(c)}return a}},_publishBuilder:function(){var a=this,b={revision:"publish",onSuccess:function(){a.getDialog().show(),a.ui.buttonSaveButton.removeClass("elementor-button-state")}};a.ui.buttonSaveButton.addClass("elementor-button-state"),elementor.saveBuilder(b)},_saveBuilderDraft:function(){elementor.saveBuilder()},onRender:function(){this.changeDeviceMode(this.defaultDeviceMode)},changeDeviceMode:function(a){this.currentDeviceMode!==a&&(this.getCurrentDeviceModeButton().removeClass("active"),elementor.$previewResponsiveWrapper.removeClass("elementor-device-"+this.currentDeviceMode).addClass("elementor-device-"+a),this.currentDeviceMode=a,this.getCurrentDeviceModeButton().addClass("active"),elementor.deviceMode.reply("currentMode",this.currentDeviceMode),elementor.deviceMode.trigger("change"))},getCurrentDeviceModeButton:function(){return this.ui.deviceModeButtons.filter('[data-device-mode="'+this.currentDeviceMode+'"]')},onDocumentClick:function(a){var b=Backbone.$(a.target),c=b.closest(".elementor-panel-footer-sub-menu-wrapper").length;if(!c){var d=b.closest(".elementor-panel-footer-tool"),e=d.length&&!d.hasClass("elementor-open");this.ui.menuButtons.removeClass("elementor-open"),e&&d.addClass("elementor-open")}},onEditorChanged:function(){this.ui.buttonSave.toggleClass("elementor-save-active",elementor.isEditorChanged())},onClickButtonSave:function(){this._publishBuilder()},onClickButtonPublish:function(a){a.stopPropagation(),this._publishBuilder()},onClickResponsiveButtons:function(a){var b=this.$(a.currentTarget),c=b.data("device-mode");this.changeDeviceMode(c)}}),b.exports=d},{}],11:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-header",id:"elementor-panel-header",ui:{menuButton:"#elementor-panel-header-menu-button",title:"#elementor-panel-header-title",addButton:"#elementor-panel-header-add-button"},events:{"click @ui.addButton":"onClickAdd","click @ui.menuButton":"onClickMenu"},setTitle:function(a){this.ui.title.html(a)},onClickAdd:function(){elementor.getPanelView().setPage("elements")},onClickMenu:function(){var a=elementor.getPanelView(),b=a.getCurrentPageName(),c="menu"===b?"elements":"menu";a.setPage(c)}}),b.exports=d},{}],12:[function(a,b,c){var d;d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-editor-content"),id:"elementor-panel-page-editor",templateHelpers:function(){return{elementData:elementor.getElementData(this.model)}},childViewContainer:"div.elementor-controls",modelEvents:{destroy:"onModelDestroy"},ui:{tabs:".elementor-tabs-controls li"},events:{"click @ui.tabs a":"onClickTabControl"},getChildView:function(a){var b=a.get("type");return elementor.getControlItemView(b)},childViewOptions:function(){return{elementSettingsModel:this.model.get("settings"),elementEditSettings:this.model.get("editSettings")}},onDestroy:function(){this.getOption("editedElementView").$el.removeClass("elementor-element-editable"),this.model.trigger("editor:close"),this.triggerMethod("editor:destroy")},onBeforeRender:function(){var a=elementor.getElementControls(this.model);if(!a)throw new Error("No found editor controls");this.collection=new Backbone.Collection(a)},onRender:function(){this.getOption("editedElementView").$el.addClass("elementor-element-editable"),this.ui.tabs.eq(0).find("a").trigger("click"),this.$(".tooltip-target").tipsy({gravity:function(){var a=Backbone.$(this).data("tooltip-pos");return void 0!==a?a:"n"},title:function(){return this.getAttribute("data-tooltip")}})},onModelDestroy:function(){this.destroy()},onClickTabControl:function(a){a.preventDefault();var b=this.$(a.target);this.ui.tabs.removeClass("active"),b.closest("li").addClass("active"),this.model.get("settings").trigger("control:switch:tab",b.data("tab")),this.openFirstSectionInCurrentTab(b.data("tab"))},openFirstSectionInCurrentTab:function(a){var b="elementor-open",c=this.children.filter(function(a){return!_.isEmpty(a.model.get("section"))}),d=this.children.filter(function(b){return"section"===b.model.get("type")&&a===b.model.get("tab")});_.isEmpty(d)||(d=d[0],d.ui.heading.addClass(b),_.each(c,function(a){return a.model.get("section")!==d.model.get("name")?void a.$el.removeClass(b):void a.$el.addClass(b)}))},onChildviewControlSectionClicked:function(a){var b="elementor-open",c=a.model.get("name"),d=a.ui.heading.hasClass(b),e=this.children.filter(function(a){return!_.isEmpty(a.model.get("section"))});this.$(".elementor-control.elementor-control-type-section .elementor-panel-heading").removeClass(b),d?c="":a.ui.heading.addClass(b),_.each(e,function(a){return a.model.get("section")!==c?void a.$el.removeClass(b):void a.$el.addClass(b)}),elementor.data.trigger("scrollbar:update")}}),b.exports=d},{}],13:[function(a,b,c){var d,e=a("../models/element");d=Backbone.Collection.extend({model:e}),b.exports=d},{"../models/element":15}],14:[function(a,b,c){var d,e=a("./collections/elements"),f=a("./views/elements"),g=a("./views/search");d=Marionette.LayoutView.extend({template:"#tmpl-elementor-panel-elements",regions:{elements:"#elementor-panel-elements-wrapper",search:"#elementor-panel-elements-search-area"},initialize:function(){this.listenTo(elementor.panelElements,"element:selected",this.destroy)},clearSearchInput:function(){this.getChildView("search").triggerMethod("clear:filter")},changeFilter:function(a){elementor.panelElements.reply("filter:value",a).trigger("change")},clearFilters:function(){this.changeFilter(null),this.clearSearchInput()},onChildviewDragStart:function(a){elementor.panelElements.reply("element:selected",a)},onChildviewChildrenRender:function(){this.updateElementsScrollbar()},onChildviewSearchChangeInput:function(a){var b=a.ui.input.val();this.changeFilter(b,"search")},onDestroy:function(){elementor.panelElements.reply("filter:value",null)},onShow:function(){var a=this.getRegion("elements"),b=this.getRegion("search"),c=new e,d=elementor.config.elements.section;c.add({title:elementor.translate("inner_section"),elType:"section",keywords:d.keywords,icon:d.icon}),_.each(elementor.config.widgets,function(a,b){c.add({title:a.title,elType:"widget",categories:a.categories,keywords:a.keywords,icon:a.icon,widgetType:b})}),a.show(new f({collection:c})),b.show(new g)},updateElementsScrollbar:function(){elementor.data.trigger("scrollbar:update")}}),b.exports=d},{"./collections/elements":13,"./views/elements":17,"./views/search":18}],15:[function(a,b,c){var d;d=Backbone.Model.extend({defaults:{title:"",categories:[],keywords:[],icon:"",elType:"widget",widgetType:""}}),b.exports=d},{}],16:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-element-library-element",className:"elementor-element-wrapper",events:{click:"onClick"},triggers:{dragend:"drag:end"},onRender:function(){this.$el.html5Draggable({onDragStart:_.bind(function(){this.triggerMethod("drag:start")},this),groups:["elementor-element"]})}}),b.exports=d},{}],17:[function(a,b,c){var d,e=a("./element");d=Marionette.CollectionView.extend({childView:e,id:"elementor-panel-elements",initialize:function(){this.listenTo(elementor.panelElements,"change",this.onFilterChanged)},filter:function(a){var b=elementor.panelElements.request("filter:value");return b?_.any(["title","keywords"],function(c){return-1!==a.get(c).toLowerCase().indexOf(b.toLowerCase())}):!0},onFilterChanged:function(){this._renderChildren(),this.triggerMethod("children:render")}}),b.exports=d},{"./element":16}],18:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-element-search",id:"elementor-panel-elements-search-wrapper",ui:{input:"input"},triggers:{"keyup @ui.input":"search:change:input"},onClearFilter:function(){this.ui.input.val("")}}),b.exports=d},{}],19:[function(a,b,c){var d,e=a("elementor-panel/pages/menu/views/item");d=Marionette.CollectionView.extend({id:"elementor-panel-page-menu",childView:e,initialize:function(){this.collection=new Backbone.Collection([{icon:"paint-brush",title:elementor.translate("colors"),type:"page",pageName:"colorsScheme"},{icon:"font",title:elementor.translate("fonts"),type:"page",pageName:"typographyScheme"},{icon:"file-text",title:elementor.translate("page_settings")+" <span>("+elementor.translate("soon")+")</span>"},{icon:"cog",title:elementor.translate("elementor_settings"),type:"link",link:elementor.config.settings_page_link},{icon:"history",title:elementor.translate("revisions_history")+" <span>("+elementor.translate("soon")+")</span>"},{icon:"info-circle",title:elementor.translate("about_elementor"),type:"link",link:elementor.config.elementor_site,newTab:!0}])},onChildviewClick:function(a){var b=a.model.get("type");switch(b){case"page":var c=a.model.get("pageName"),d=a.model.get("title");elementor.getPanelView().setPage(c,d);break;case"link":var e=a.model.get("link"),f=a.model.get("newTab");f?open(e,"_blank"):location.href=a.model.get("link")}}}),b.exports=d},{"elementor-panel/pages/menu/views/item":20}],20:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-menu-item",className:"elementor-panel-menu-item",triggers:{click:"click"}}),b.exports=d},{}],21:[function(a,b,c){var d;d=Marionette.CompositeView.extend({id:function(){return"elementor-panel-scheme-"+this.getType()},className:"elementor-panel-scheme",ui:function(){return{saveButton:".elementor-panel-scheme-save .elementor-button",discardButton:".elementor-panel-scheme-discard .elementor-button",resetButton:".elementor-panel-scheme-reset .elementor-button"}},events:function(){return{"click @ui.saveButton":"saveScheme","click @ui.discardButton":"discardScheme","click @ui.resetButton":"setDefaultScheme"}},childViewContainer:".elementor-panel-scheme-items",templateHelpers:function(){return{getTitle:_.bind(this.getTitle,this)}},initialize:function(){this.model=new Backbone.Model,this.resetScheme()},getType:function(){},getTitle:function(){return this.getScheme().title},getScheme:function(){return elementor.schemes.getScheme(this.getType())},changeChildrenUIValues:function(a){var b=this;_.each(a,function(a,c){var d=b.collection.findWhere({key:c}),e=b.children.findByModelCid(d.cid);e.changeUIValue(a)})},discardScheme:function(){elementor.schemes.resetSchemes(this.getType()),this.ui.saveButton.prop("disabled",!0),this._renderChildren()},setSchemeValue:function(a,b){elementor.schemes.setSchemeValue(this.getType(),a,b)},saveScheme:function(){elementor.schemes.saveScheme(this.getType()),this.ui.saveButton.prop("disabled",!0),this.resetScheme(),this._renderChildren()},setDefaultScheme:function(){var a=elementor.config.default_schemes[this.getType()].items;this.changeChildrenUIValues(a)},resetItems:function(){this.model.set("items",this.getScheme().items)},resetCollection:function(){var a=this.model.get("items");this.collection=new Backbone.Collection,_.each(a,_.bind(function(a,b){a.type=this.getType(),a.key=b,this.collection.add(a)},this))},resetScheme:function(){this.resetItems(),this.resetCollection()},onChildviewValueChange:function(a,b){this.ui.saveButton.removeProp("disabled"),this.setSchemeValue(a.model.get("key"),b)}}),b.exports=d},{}],22:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/base");d=e.extend({template:"#tmpl-elementor-panel-schemes-colors",ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.systemSchemes=".elementor-panel-scheme-color-system-scheme",a},events:function(){var a=e.prototype.events.apply(this,arguments);return a["click @ui.systemSchemes"]="onSystemSchemeClick",a},getChildView:function(){return a("elementor-panel/pages/schemes/items/color")},getType:function(){return"color"},onSystemSchemeClick:function(a){var b=Backbone.$(a.currentTarget),c=b.data("schemeName"),d=elementor.config.system_schemes.color[c].items;this.changeChildrenUIValues(d)}}),b.exports=d},{"elementor-panel/pages/schemes/base":21,"elementor-panel/pages/schemes/items/color":24}],23:[function(a,b,c){var d;d=Marionette.ItemView.extend({getTemplate:function(){return Marionette.TemplateCache.get("#tmpl-elementor-panel-scheme-"+this.model.get("type")+"-item")},className:function(){return"elementor-panel-scheme-item"}}),b.exports=d},{}],24:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/items/base");d=e.extend({ui:{input:".elementor-panel-scheme-color-value"},changeUIValue:function(a){this.ui.input.wpColorPicker("color",a)},onBeforeDestroy:function(){this.ui.input.wpColorPicker("instance")&&this.ui.input.wpColorPicker("close")},onRender:function(){this.ui.input.wpColorPicker({change:_.bind(function(a,b){this.triggerMethod("value:change",b.color.toString())},this)})}}),b.exports=d},{"elementor-panel/pages/schemes/items/base":23}],25:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/items/base");d=e.extend({className:function(){var a=e.prototype.className.apply(this,arguments);return a+" elementor-panel-box"},ui:{heading:".elementor-panel-heading",allFields:".elementor-panel-scheme-typography-item-field",inputFields:"input.elementor-panel-scheme-typography-item-field",selectFields:"select.elementor-panel-scheme-typography-item-field",selectFamilyFields:'select.elementor-panel-scheme-typography-item-field[name="font_family"]'},events:{"input @ui.inputFields":"onFieldChange","change @ui.selectFields":"onFieldChange","click @ui.heading":"toggleVisibility"},onRender:function(){var a=this;this.ui.inputFields.add(this.ui.selectFields).each(function(){var b=Backbone.$(this),c=b.attr("name"),d=a.model.get("value")[c];b.val(d)}),this.ui.selectFamilyFields.select2({dir:elementor.config.is_rtl?"rtl":"ltr"})},toggleVisibility:function(){this.ui.heading.toggleClass("elementor-open")},changeUIValue:function(a){this.ui.allFields.each(function(){var b=Backbone.$(this),c=b.attr("name"),d=a[c];b.val(d).trigger("change")})},onFieldChange:function(a){var b=this.$(a.currentTarget),c=elementor.helpers.cloneObject(this.model.get("value")),d=b.attr("name");c[d]=b.val(),"font_family"!==d||_.isEmpty(c[d])||elementor.helpers.enqueueFont(c[d]),this.triggerMethod("value:change",c)}}),b.exports=d},{"elementor-panel/pages/schemes/items/base":23}],26:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/base");d=e.extend({template:"#tmpl-elementor-panel-schemes-typography",getChildView:function(){return a("elementor-panel/pages/schemes/items/typography")},getType:function(){return"typography"}}),b.exports=d},{"elementor-panel/pages/schemes/base":21,"elementor-panel/pages/schemes/items/typography":25}],27:[function(a,b,c){var d,e=a("elementor-layouts/edit-mode");d=Marionette.LayoutView.extend({template:"#tmpl-elementor-panel",className:"elementor-panel-inner",regions:{content:"#elementor-panel-content-wrapper",header:"#elementor-panel-header-wrapper",footer:"#elementor-panel-footer",modeSwitcher:"#elementor-mode-switcher"},pages:{elements:{view:a("elementor-panel/pages/elements/elements"),title:elementor.translate("elementor")},editor:{view:a("elementor-panel/pages/editor")},menu:{view:a("elementor-panel/pages/menu/menu"),title:elementor.translate("elementor")},colorsScheme:{view:a("elementor-panel/pages/schemes/colors")},typographyScheme:{view:a("elementor-panel/pages/schemes/typography")}},childEvents:{"click:add":function(){this.setPage("elements")},"editor:destroy":function(){this.setPage("elements")}},currentPageName:null,_isScrollbarInitialized:!1,getHeaderView:function(){return this.getChildView("header")},getCurrentPageName:function(){return this.currentPageName},getCurrentPageView:function(){return this.getChildView("content")},setPage:function(a,b,c){var d=this.pages[a];if(!d)throw new ReferenceError("Elementor panel doesn't have page named '"+a+"'");this.showChildView("content",new d.view(c)),this.getHeaderView().setTitle(b||d.title),this.currentPageName=a},onBeforeShow:function(){elementor.filterState.reply("get",{type:"parent",term:""});var b=a("elementor-layouts/panel/footer"),c=a("elementor-layouts/panel/header");this.showChildView("modeSwitcher",new e),this.showChildView("header",new c),this.showChildView("footer",new b),this.updateScrollbar=_.throttle(this.updateScrollbar,100),this.getRegion("content").on("before:show",_.bind(this.onEditorBeforeShow,this)).on("empty",_.bind(this.onEditorEmpty,this)).on("show",_.bind(this.updateScrollbar,this)),this.setPage("elements"),this.listenTo(elementor.data,"scrollbar:update",this.updateScrollbar)},onEditorBeforeShow:function(a,b,c){_.defer(this.updateScrollbar);
3
- },onEditorEmpty:function(a){this.updateScrollbar()},updateScrollbar:function(){var a=Backbone.$("#elementor-panel-content-wrapper");return this._isScrollbarInitialized?void a.perfectScrollbar("update"):(a.perfectScrollbar(),void(this._isScrollbarInitialized=!0))}}),b.exports=d},{"elementor-layouts/edit-mode":9,"elementor-layouts/panel/footer":10,"elementor-layouts/panel/header":11,"elementor-panel/pages/editor":12,"elementor-panel/pages/elements/elements":14,"elementor-panel/pages/menu/menu":19,"elementor-panel/pages/schemes/colors":22,"elementor-panel/pages/schemes/typography":26}],28:[function(a,b,c){var d;d=Backbone.Model.extend({initialize:function(a){if(this.controls=elementor.getElementControls(this),this.controls){var b=a||{},c={};_.each(this.controls,function(a){var b=elementor.config.controls[a.type];_.isObject(b.default_value)?c[a.name]=_.extend({},b.default_value,a["default"]||{}):c[a.name]=a["default"]||b.default_value}),this.defaults=c,b=_.defaults({},b,c),_.each(this.controls,function(a){"repeater"===a.type&&(b[a.name]=new Backbone.Collection(b[a.name],{model:d}))}),this.set(b)}},getFontControls:function(){return _.filter(this.controls,_.bind(function(a){return"font"===a.type},this))},getStyleControls:function(){return _.filter(this.controls,_.bind(function(a){return this.isStyleControl(a.name)},this))},isStyleControl:function(a){var b=_.find(this.controls,function(b){return a===b.name});return _.isUndefined(b)?!1:!_.isEmpty(b.selectors)},getClassControls:function(){return _.filter(this.controls,_.bind(function(a){return this.isClassControl(a.name)},this))},isClassControl:function(a){var b=_.find(this.controls,function(b){return a===b.name});return b&&!_.isUndefined(b.prefix_class)},getControl:function(a){return _.find(this.controls,function(b){return a===b.name})},clone:function(){return new d(elementor.helpers.cloneObject(this.attributes))},toJSON:function(){var a=Backbone.Model.prototype.toJSON.call(this);return delete a.widgetType,delete a.elType,_.each(a,function(b,c){b&&b.toJSON&&(a[c]=b.toJSON())}),a}}),b.exports=d},{}],29:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{_inline_size:"",_column_size:100}}),b.exports=d},{"elementor-models/base-settings":28}],30:[function(a,b,c){var d,e,f=a("elementor-models/base-settings"),g=a("elementor-models/widget-settings"),h=a("elementor-models/column-settings"),i=a("elementor-models/row-settings"),j=a("elementor-models/section-settings");d=Backbone.Model.extend({defaults:{id:"",elType:"",isInner:!1,settings:{},defaultEditSettings:{}},remoteRender:!1,_htmlCache:null,_jqueryXhr:null,initialize:function(a){var b,c=this.get("elements"),d=this.get("elType"),k={widget:g,column:h,row:i,section:j},l=k[d]||f;b=this.get("settings"),"widget"===d&&(b.widgetType=this.get("widgetType")),b.elType=d,b=new l(b),this.set("settings",b),this.initEditSettings(),void 0!==c&&this.set("elements",new e(c)),"widget"===this.get("elType")&&(this.remoteRender=!0,this.setHtmlCache(a.htmlCache||"")),delete a.htmlCache,this.renderRemoteServer=_.throttle(this.renderRemoteServer,1e3),this.on("destroy",this.onDestroy),this.on("editor:close",this.onCloseEditor)},initEditSettings:function(){this.set("editSettings",new Backbone.Model(this.get("defaultEditSettings")))},onDestroy:function(){var a=this.get("settings"),b=this.get("elements");void 0!==b&&_.each(_.clone(b.models),function(a){a.destroy()}),a.destroy()},onCloseEditor:function(){this.initEditSettings(),this.renderRemoteServer()},setSetting:function(a,b,c){c=c||!1;var d=this.get("settings");d.set(a,b),this.set("settings",d),c&&(this.trigger("change",this),this.trigger("change:settings",this),this.trigger("change:settings:"+a,this))},getSetting:function(a){var b=this.get("settings");return void 0===b.get(a)?"":b.get(a)},setHtmlCache:function(a){this._htmlCache=a},getHtmlCache:function(){return this._htmlCache},getTitle:function(){var a=elementor.getElementData(this);return a?a.title:"Unknown"},getIcon:function(){var a=elementor.getElementData(this);return a?a.icon:"unknown"},renderRemoteServer:function(){if(this.remoteRender){this.trigger("before:remote:render"),this._jqueryXhr&&4!==this._jqueryXhr&&this._jqueryXhr.abort();var a=this.toJSON();this._jqueryXhr=Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_render_widget",post_id:elementor.config.post_id,data:JSON.stringify(a)},dataType:"json"}).done(_.bind(this.onRemoteGetHtml,this))}},onRemoteGetHtml:function(a){this.setHtmlCache(a.data.render),this.trigger("remote:render")},clone:function(){var a=Backbone.Model.prototype.clone.apply(this,arguments);a.set("id",elementor.helpers.getUniqueID()),a.setHtmlCache(this.getHtmlCache());var b=this.get("elements"),c=this.get("settings");return _.isEmpty(b)||a.set("elements",b.clone()),a.set("settings",c.clone()),a},toJSON:function(a){a=_.extend({copyHtmlCache:!1},a);var b=Backbone.Model.prototype.toJSON.call(this);return _.each(b,function(c,d){c&&c.toJSON&&(b[d]=c.toJSON(a))}),a.copyHtmlCache?b.htmlCache=this.getHtmlCache():delete b.htmlCache,b}}),e=Backbone.Collection.extend({add:function(a,b,c){if(!(b&&b.silent||c))throw"Call Error: Adding model to element collection is allowed only by the dedicated addChildModel() method.";return Backbone.Collection.prototype.add.call(this,a,b)},model:function(a,b){return a.elType?new d(a,b):new Backbone.Model(a,b)},clone:function(){var a=Backbone.Collection.prototype.clone.apply(this,arguments),b=new e;return a.forEach(function(a){b.add(a.clone(),null,!0)}),b}}),e.prototype.sync=function(){return null},e.prototype.fetch=function(){return null},e.prototype.save=function(){return null},d.prototype.sync=function(){return null},d.prototype.fetch=function(){return null},d.prototype.save=function(){return null},b.exports={Model:d,Collection:e}},{"elementor-models/base-settings":28,"elementor-models/column-settings":29,"elementor-models/row-settings":31,"elementor-models/section-settings":32,"elementor-models/widget-settings":33}],31:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{}}),b.exports=d},{"elementor-models/base-settings":28}],32:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{}}),b.exports=d},{"elementor-models/base-settings":28}],33:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({}),b.exports=d},{"elementor-models/base-settings":28}],34:[function(a,b,c){var d;d={init:function(){var a;this.getModal=function(){return a||(a=this.initModal()),a},Backbone.$(document).on({"heartbeat-send":function(a,b){b.elementor_post_lock={post_ID:elementor.config.post_id}},"heartbeat-tick":function(a,b){b.locked_user?d.showLockMessage(b.locked_user):d.getModal().hide()}}),elementor.config.locked_user&&d.showLockMessage(elementor.config.locked_user)},initModal:function(){var a=elementor.dialogsManager.createWidget("options",{headerMessage:elementor.translate("take_over")});return a.addButton({name:"go_back",text:elementor.translate("go_back"),callback:function(){parent.history.go(-1)}}),a.addButton({name:"take_over",text:elementor.translate("take_over"),callback:function(){wp.heartbeat.enqueue("elementor_force_post_lock",!0),wp.heartbeat.connectNow()}}),a},showLockMessage:function(a){var b=d.getModal();b.setMessage(elementor.translate("dialog_user_taken_over",[a])).show()}},b.exports=d},{}],35:[function(a,b,c){var d;d={_enqueuedFonts:[],elementsHierarchy:{section:{column:{widget:null,section:null}}},enqueueFont:function(a){if(-1===this._enqueuedFonts.indexOf(a)){var b,c=elementor.config.controls.font.fonts[a];switch(c){case"googlefonts":b="https://fonts.googleapis.com/css?family="+a+":100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";break;case"earlyaccess":var d=a.replace(/\s+/g,"").toLowerCase();b="https://fonts.googleapis.com/earlyaccess/"+d+".css"}_.isEmpty(b)||elementor.$previewContents.find("link:last").after('<link href="'+b+'" rel="stylesheet" type="text/css">'),this._enqueuedFonts.push(a)}},getElementChildType:function(a,b){if(b||(b=this.elementsHierarchy),void 0!==b[a])return Backbone.$.isPlainObject(b[a])?Object.keys(b[a]):null;for(var c in b)if(b.hasOwnProperty(c)&&Backbone.$.isPlainObject(b[c])){var d=this.getElementChildType(a,b[c]);if(d)return d}return null},getUniqueID:function(){var a;return a=Math.random().toString(36).substr(2,7)},stringReplaceAll:function(a,b){var c=new RegExp(Object.keys(b).join("|"),"gi");return a.replace(c,function(a){return b[a]})},isControlVisible:function(a,b){var c;if(c=_.isFunction(a.get)?a.get("condition"):a.condition,_.isEmpty(c))return!0;var d=_.filter(c,function(a,c){var d=c.match(/([a-z_0-9]+)(?:\[([a-z_]+)])?(!?)$/i),e=d[1],f=d[2],g=!!d[3],h=b.get(e);f&&(h=h[f]);var i=_.isArray(a)?_.contains(a,h):a===h;return g?i:!i});return _.isEmpty(d)},cloneObject:function(a){return JSON.parse(JSON.stringify(a))},getYoutubeIDFromURL:function(a){var b=a.match(/^.*(youtu.be\/|v\/|e\/|u\/\w+\/|embed\/|v=)([^#\&\?]*).*/);return b&&b[2]}},b.exports=d},{}],36:[function(a,b,c){var d;d=function(){var a=this,b={},c={},d={selectorWrapperPrefix:".elementor-widget-"},e={},f=function(){e.$previewHead.append(e.$style)},g=function(){e.$style=Backbone.$("<style>",{id:"elementor-style-scheme"}),e.$previewHead=elementor.$previewContents.find("head")},h=function(a,c){b[a]||(b[a]=[]),b[a].push(c)},i=function(b,c){_.each(b.selectors,function(e,f){var g,i,j=a.getSchemeValue(b.scheme.type,b.scheme.value,b.scheme.key);_.isEmpty(j)||(g=f.replace(/\{\{WRAPPER\}\}/g,d.selectorWrapperPrefix+c),i=elementor.getControlItemView().replaceStyleValues(e,j.value),h(g,i))})},j=function(b,c){var d=a.getWidgetSchemeControls(b);_.each(d,function(a){i(a,c)})},k=function(){_.each(elementor.config.widgets,function(a,b){j(a,b)})},l=function(){var a="";return _.each(b,function(b,c){a+=c+"{"+b.join("")+"}"}),a},m=function(){b={}};this.init=function(){return g(),f(),a.resetSchemes(),a},this.getWidgetSchemeControls=function(a){return _.filter(a.controls,function(a){return _.isObject(a.scheme)})},this.getSchemes=function(){return c},this.getScheme=function(a){return c[a]},this.getSchemeValue=function(b,c,d){var e=a.getScheme(b),f=e.items[c];if(d&&_.isObject(f)){var g=elementor.helpers.cloneObject(f);return g.value=f.value[d],g}return f},this.printSchemesStyle=function(){m(),k(),e.$style.text(l())},this.resetSchemes=function(a){a?c[a]=elementor.helpers.cloneObject(elementor.config.schemes[a]):c=elementor.helpers.cloneObject(elementor.config.schemes),this.onSchemeChange()},this.saveScheme=function(a){elementor.config.schemes[a].items=elementor.helpers.cloneObject(c[a].items),NProgress.start(),Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_apply_scheme",scheme_name:a,data:JSON.stringify(c[a].items)}}).done(function(a){NProgress.done()})},this.setSchemeValue=function(a,b,d){c[a].items[b].value=d,this.onSchemeChange()},this.onSchemeChange=function(){this.printSchemesStyle()}},b.exports=new d},{}],37:[function(a,b,c){var d;d=Marionette.CompositeView.extend({tagName:"div",id:function(){return this.getElementUniqueClass()},attributes:function(){var a=this.model.get("elType");return"widget"===a&&(a=this.model.get("widgetType")),{"data-element_type":a}},modelEvents:{},baseEvents:{},elementEvents:{},getElementType:function(){return this.model.get("elType")},getChildType:function(){return elementor.helpers.getElementChildType(this.getElementType())},events:function(){return _.extend({},this.baseEvents,this.elementEvents)},initialize:function(){this.collection=this.model.get("elements"),this.collection&&this.listenTo(this.collection,"add remove reset",this.onCollectionChanged,this),this.listenTo(this.model.get("settings"),"change",this.onSettingsChanged,this),this.listenTo(this.model.get("editSettings"),"change",this.onSettingsChanged,this),this.on("render",this.enqueueFonts),this.on("render",this.renderStyles),this.on("render",this.renderCustomClasses),this.on("render",this.runReadyTrigger),this.initRemoveDialog()},addChildModel:function(a,b){return this.collection.add(a,b,!0)},isCollectionFilled:function(){return!1},isInner:function(){return!!this.model.get("isInner")},initRemoveDialog:function(){var a;this.getRemoveDialog=function(){return a||(a=elementor.dialogsManager.createWidget("confirm",{message:elementor.translate("dialog_confirm_delete"),headerMessage:elementor.translate("delete_element"),strings:{confirm:elementor.translate("delete"),cancel:elementor.translate("cancel")},defaultOption:"confirm",onConfirm:_.bind(function(){this.model.destroy()},this)})),a}},enqueueFonts:function(){_.each(this.model.get("settings").getFontControls(),_.bind(function(a){var b=this.model.getSetting(a.name);if(!_.isEmpty(b)){var c=elementor.helpers.isControlVisible(a,this.model.get("settings"));c&&elementor.helpers.enqueueFont(b)}},this))},renderStyles:function(){var a="",b=elementor.$previewContents.find("#elementor-style-"+this.model.cid),c=this.model.get("settings").getStyleControls();if(_.each(c,_.bind(function(b){var c=this.model.getSetting(b.name);if(_.isNumber(c)||!_.isEmpty(c)){var d=elementor.helpers.isControlVisible(b,this.model.get("settings"));d&&_.each(b.selectors,_.bind(function(d,e){var f=e.replace(/\{\{WRAPPER\}\}/g,"#"+this.getElementUniqueClass()),g=elementor.getControlItemView(b.type).replaceStyleValues(d,c);_.isEmpty(g)||(a+=f+"{"+g+"}")},this))}},this)),"column"===this.model.get("elType")){var d=this.model.getSetting("_inline_size");_.isEmpty(d)||(a+="@media (min-width: 768px) {#"+this.getElementUniqueClass()+"{width:"+d+"%;}")}0===b.length&&(elementor.$previewContents.find("head").append('<style type="text/css" id="elementor-style-'+this.model.cid+'"></style>'),b=elementor.$previewContents.find("#elementor-style-"+this.model.cid)),b.html(a)},renderCustomClasses:function(){this.$el.addClass("elementor-element");var a=this.model.get("settings");_.each(a.attributes,_.bind(function(b,c){if(a.isClassControl(c)){var d=a.getControl(c);this.$el.removeClass(d.prefix_class+a.previous(c));var e=elementor.helpers.isControlVisible(d,this.model.get("settings"));e&&!_.isEmpty(a.get(c))&&(this.$el.addClass(d.prefix_class+a.get(c)),this.$el.addClass(_.result(this,"className")))}},this))},runReadyTrigger:function(){elementorBindUI.runReadyTrigger(this.$el)},getElementUniqueClass:function(){return"elementor-element-"+this.model.get("id")},onCollectionChanged:function(){elementor.setFlagEditorChange(!0)},onSettingsChanged:function(a){elementor.setFlagEditorChange(!0),this.renderStyles(),this.renderCustomClasses()},onClickRemove:function(a){a.preventDefault(),a.stopPropagation(),this.getRemoveDialog().show()}}),b.exports=d},{}],38:[function(a,b,c){var d,e=a("elementor-views/base-element"),f=a("elementor-views/element-empty"),g=a("elementor-views/widget");d=e.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-element-column-content"),elementEvents:{"click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-remove":"onClickRemove","click @ui.listTriggers":"onClickTrigger"},getChildView:function(b){return"section"===b.get("elType")?a("elementor-views/section"):g},emptyView:f,className:function(){var a="elementor-column",b=this.isInner()?"inner":"top";return a+=" elementor-"+b+"-column"},childViewContainer:"> .elementor-column-wrap > .elementor-widget-wrap",triggers:{"click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-add":"click:new","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-edit":"click:edit","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger":"click:edit","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-duplicate":"click:duplicate"},ui:{columnTitle:".column-title",columnInner:"> .elementor-column-wrap",listTriggers:"> .elementor-element-overlay .elementor-editor-element-trigger"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"widget"},Resizable:{behaviorClass:a("elementor-behaviors/resizable")},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")},HandleAddMode:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},initialize:function(){e.prototype.initialize.apply(this,arguments),this.listenTo(elementor.data,"widget:drag:start",this.onWidgetDragStart),this.listenTo(elementor.data,"widget:drag:end",this.onWidgetDragEnd)},isDroppingAllowed:function(a,b){var c=elementor.panelElements.request("element:selected"),d=c.model.get("elType");return"section"===d?!this.isInner():"widget"===d},changeSizeUI:function(){var a=this.model.getSetting("_column_size"),b=this.model.getSetting("_inline_size"),c=parseFloat(b||a).toFixed(1)+"%";this.$el.attr("data-col",a),this.ui.columnTitle.html(c)},getSortableOptions:function(){return{connectWith:".elementor-widget-wrap",items:"> .elementor-element"}},onCollectionChanged:function(){e.prototype.onCollectionChanged.apply(this,arguments),this.changeChildContainerClasses()},changeChildContainerClasses:function(){var a="elementor-element-empty",b="elementor-element-populated";this.collection.isEmpty()?this.ui.columnInner.removeClass(b).addClass(a):this.ui.columnInner.removeClass(a).addClass(b)},onRender:function(){var a=this;a.changeChildContainerClasses(),a.changeSizeUI(),a.$el.html5Droppable({items:" > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element, >.elementor-column-wrap > .elementor-widget-wrap > .elementor-empty-view > .elementor-first-add",axis:["vertical"],groups:["elementor-element"],isDroppingAllowed:_.bind(a.isDroppingAllowed,a),onDragging:function(b,c){c.stopPropagation(),a.$el.addClass("elementor-dragging-on-child"),this.dataset.side!==b&&Backbone.$(this).attr("data-side",b)},onDragLeave:function(){a.$el.removeClass("elementor-dragging-on-child"),Backbone.$(this).removeAttr("data-side")},onDropping:function(b,c){c.stopPropagation();var d=elementor.panelElements.request("element:selected"),e=Backbone.$(this).index();"bottom"===b&&e++;var f={id:elementor.helpers.getUniqueID(),elType:d.model.get("elType")};if("widget"===f.elType)f.widgetType=d.model.get("widgetType");else{if("section"!==f.elType)return;f.elements=[],f.isInner=!0}a.triggerMethod("request:add",f,{at:e})}})},onClickTrigger:function(a){a.preventDefault();var b=this.$(a.currentTarget),c=b.hasClass("elementor-active");this.ui.listTriggers.removeClass("elementor-active"),c||b.addClass("elementor-active")},onWidgetDragStart:function(){this.$el.addClass("elementor-dragging")},onWidgetDragEnd:function(){this.$el.removeClass("elementor-dragging")}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/resizable":7,"elementor-behaviors/sortable":8,"elementor-views/base-element":37,"elementor-views/element-empty":58,"elementor-views/section":59,"elementor-views/widget":61}],39:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({applySavedValue:function(){var a=this.getControlValue(),b=this.$("[data-setting]"),c=this;_.each(a,function(a,d){var e=b.filter(function(){return d===this.dataset.setting});c.setInputValue(e,a)})},getControlValue:function(a){var b=this.elementSettingsModel.get(this.model.get("name"));return Backbone.$.isPlainObject(b)?a?b[a]||"":elementor.helpers.cloneObject(b):{}},setValue:function(a,b){var c=this.getControlValue();"object"==typeof a?_.each(a,function(a,b){c[b]=a}):c[a]=b,this.setSettingsModel(c)},updateElementModel:function(a){var b=this.getInputValue(a.currentTarget),c=a.currentTarget.dataset.setting;this.setValue(c,b)}},{replaceStyleValues:function(a,b){if(!_.isObject(b))return"";try{return a.replace(/\{\{([A-Z]+)}}/g,function(a,c){var d=b[c.toLowerCase()];if(""===d)throw"";return d})}catch(c){return""}}}),b.exports=d},{"elementor-views/controls/base":41}],40:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({getCurrentRange:function(){return this.getUnitRange(this.getControlValue("unit"))},getUnitRange:function(a){var b=this.model.get("range");return b&&b[a]?b[a]:!1}}),b.exports=d},{"elementor-views/controls/base-multiple":39}],41:[function(a,b,c){var d;d=Marionette.CompositeView.extend({ui:function(){return{input:'input[data-setting][type!="checkbox"][type!="radio"]',checkbox:'input[data-setting][type="checkbox"]',radio:'input[data-setting][type="radio"]',select:"select[data-setting]",textarea:"textarea[data-setting]"}},className:function(){var a="elementor-control elementor-control-"+this.model.get("name")+" elementor-control-type-"+this.model.get("type"),b=this.model.get("classes");return _.isEmpty(b)||(a+=" "+b),_.isEmpty(this.model.get("section"))||(a+=" elementor-control-under-section"),a},getTemplate:function(){return Marionette.TemplateCache.get("#tmpl-elementor-control-"+this.model.get("type")+"-content")},templateHelpers:function(){var a={controlValue:this.getControlValue(),_cid:this.model.cid};return{data:_.extend({},this.model.toJSON(),a)}},baseEvents:{"input @ui.input":"onBaseInputChange","change @ui.checkbox":"onBaseInputChange","change @ui.radio":"onBaseInputChange","input @ui.textarea":"onBaseInputChange","change @ui.select":"onBaseInputChange"},childEvents:{},events:function(){return _.extend({},this.baseEvents,this.childEvents)},initialize:function(a){this.elementSettingsModel=a.elementSettingsModel;var b=this.model.get("type"),c=_.extend({},elementor.config.controls[b],this.model.attributes);this.model.set(c),this.listenTo(this.elementSettingsModel,"change",this.toggleControlVisibility),this.listenTo(this.elementSettingsModel,"control:switch:tab",this.onControlSwitchTab)},getControlValue:function(){return this.elementSettingsModel.get(this.model.get("name"))},isValidValue:function(a){return!0},setValue:function(a){this.setSettingsModel(a)},setSettingsModel:function(a){return!0!==this.isValidValue(a)?void this.triggerMethod("settings:error"):(this.elementSettingsModel.set(this.model.get("name"),a),void this.triggerMethod("settings:change"))},applySavedValue:function(){this.setInputValue('[data-setting="'+this.model.get("name")+'"]',this.getControlValue())},getEditSettings:function(a){var b=this.getOption("elementEditSettings").toJSON();return a?b[a]:b},setEditSetting:function(a,b){var c=this.getOption("elementEditSettings");c.set(a,b)},getInputValue:function(a){var b=this.$(a),c=b.val(),d=b.attr("type");return"checkbox"===d?b.prop("checked"):"radio"===d?b.prop("checked")?c:"":c},setInputValue:function(a,b){var c=this.$(a),d=c.attr("type");"checkbox"===d?c.prop("checked",!!b):"radio"===d?c.filter('[value="'+b+'"]').prop("checked",!0):c.val(b)},onSettingsError:function(){this.$el.addClass("elementor-error")},onSettingsChange:function(){this.$el.removeClass("elementor-error")},onRender:function(){this.applySavedValue();var a=this.model.get("label_block")?"block":"inline",b=this.model.get("show_label"),c="elementor-label-"+a;c+=" elementor-control-separator-"+this.model.get("separator"),b||(c+=" elementor-control-hidden-label"),this.$el.addClass(c),this.triggerMethod("ready"),this.toggleControlVisibility()},onBaseInputChange:function(a){this.updateElementModel(a),this.triggerMethod("input:change",a)},toggleControlVisibility:function(){var a=elementor.helpers.isControlVisible(this.model,this.elementSettingsModel);this.$el.toggleClass("elementor-hidden-control",!a),elementor.data.trigger("scrollbar:update")},onControlSwitchTab:function(a){this.$el.toggleClass("elementor-active-tab",a===this.model.get("tab")),elementor.data.trigger("scrollbar:update")},onReady:function(){},updateElementModel:function(a){this.setValue(this.getInputValue(a.currentTarget))}},{replaceStyleValues:function(a,b){var c={"{{VALUE}}":b};return elementor.helpers.stringReplaceAll(a,c)}}),b.exports=d},{}],42:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.inputs="[type=radio]",a},childEvents:{"mousedown label":"onMouseDownLabel","click @ui.inputs":"onClickInput","change @ui.inputs":"updateElementModel"},onMouseDownLabel:function(a){var b=this.$(a.currentTarget),c=this.$("#"+b.attr("for"));c.data("checked",c.prop("checked"))},onClickInput:function(a){if(this.model.get("toggle")){var b=this.$(a.currentTarget);b.data("checked")&&b.prop("checked",!1).trigger("change")}},onRender:function(){e.prototype.onRender.apply(this,arguments);var a=this.getControlValue();a?this.ui.inputs.filter("[value="+a+"]").prop("checked",!0):this.model.get("toggle")||this.ui.inputs.first().prop("checked",!0).trigger("change")}}),b.exports=d},{"elementor-views/controls/base":41}],43:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.picker=".color-picker-hex",a},onReady:function(){this.ui.picker.wpColorPicker({change:_.bind(function(){this.setValue(this.ui.picker.wpColorPicker("color"))},this),clear:_.bind(function(){this.setValue("")},this),width:251})},onBeforeDestroy:function(){this.ui.picker.wpColorPicker("instance")&&this.ui.picker.wpColorPicker("close"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":41}],44:[function(a,b,c){var d,e=a("elementor-views/controls/base-units");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controls=".elementor-control-dimension > input:enabled",a.link="button.elementor-link-dimensions",a},childEvents:{"click @ui.link":"onLinkDimensionsClicked"},defaultDimensionValue:0,initialize:function(){e.prototype.initialize.apply(this,arguments),this.model.set("allowed_dimensions",this.filterDimensions(this.model.get("allowed_dimensions")))},getPossibleDimensions:function(){return["top","right","bottom","left"]},filterDimensions:function(a){a=a||"all";var b=this.getPossibleDimensions();return"all"===a?b:(_.isArray(a)||("horizontal"===a?a=["right","left"]:"vertical"===a&&(a=["top","bottom"])),a)},onReady:function(){var a=this.getControlValue();this.isLinkedDimensions()||(this.ui.link.addClass("unlinked"),this.ui.controls.each(_.bind(function(b,c){_.isEmpty(a[c.name])&&(a[c.name]=this.defaultDimensionValue),this.$(c).val(a[c.name])},this))),this.fillEmptyDimensions()},updateDimensionsValue:function(){var a={},b=this.getPossibleDimensions(),c=this.ui.controls;b.forEach(_.bind(function(b){var d=c.filter('[data-setting="'+b+'"]');a[b]=d.length?d.val():this.defaultDimensionValue},this)),this.setValue(a)},fillEmptyDimensions:function(){var a=this.getPossibleDimensions(),b=this.model.get("allowed_dimensions"),c=this.ui.controls;this.isLinkedDimensions()||a.forEach(_.bind(function(a){var d=c.filter('[data-setting="'+a+'"]'),e=-1!==_.indexOf(b,a);e&&d.length&&_.isEmpty(d.val())&&d.val(this.defaultDimensionValue)},this))},updateDimensions:function(){this.fillEmptyDimensions(),this.updateDimensionsValue()},resetDimensions:function(){this.ui.controls.val(""),this.updateDimensionsValue()},onInputChange:function(a){var b=a.target.dataset.setting;if("unit"===b&&this.resetDimensions(),_.contains(this.getPossibleDimensions(),b)){if(this.isLinkedDimensions()){var c=this.$(a.target);this.ui.controls.val(c.val())}this.updateDimensions()}},onLinkDimensionsClicked:function(a){a.preventDefault(),a.stopPropagation(),this.ui.link.toggleClass("unlinked"),this.setValue("isLinked",!this.ui.link.hasClass("unlinked")),this.isLinkedDimensions()&&this.ui.controls.val(this.ui.controls.eq(0).val()),this.updateDimensions()},isLinkedDimensions:function(){return this.getControlValue("isLinked")}}),b.exports=d},{"elementor-views/controls/base-units":40}],45:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.fontSelect=".elementor-control-font-family",a},onReady:function(){this.ui.fontSelect.select2({dir:elementor.config.is_rtl?"rtl":"ltr"})},onBeforeDestroy:function(){this.ui.fontSelect.data("select2")&&this.ui.fontSelect.select2("destroy"),this.$el.remove()},templateHelpers:function(){var a=e.prototype.templateHelpers.apply(this,arguments);return a.getFontsByGroups=_.bind(function(a){return _.pick(this.model.get("fonts"),function(b,c){return _.isArray(a)?_.contains(a,b):b===a})},this),a}}),b.exports=d},{"elementor-views/controls/base":41}],46:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controlMedia=".elementor-control-media",a.frameOpeners=".elementor-control-media-upload-button, .elementor-control-media-image",a.deleteButton=".elementor-control-media-delete",a},childEvents:{"click @ui.frameOpeners":"openFrame","click @ui.deleteButton":"deleteImage"},onReady:function(){_.isEmpty(this.getControlValue())&&this.ui.controlMedia.addClass("media-empty")},openFrame:function(){this.initFrame(),this.frame.open()},deleteImage:function(){this.setValue(""),this.render()},initFrame:function(){var a,b=this.getControlValue();a={frame:"post",multiple:!0,button:{text:"Insert Media"},state:"gallery"},""!==b&&(a.selection=this.fetchSelection(b),a.state="gallery-edit"),this.frame=wp.media(a),this.frame.on("update",_.bind(this.select,this)),this.frame.on("menu:render:default",_.bind(this.menuRender,this)),this.frame.on("content:render:browse",_.bind(this.gallerySettings,this))},menuRender:function(a){a.unset("insert"),a.unset("featured-image")},gallerySettings:function(a){a.sidebar.on("ready",function(){a.sidebar.unset("gallery")})},fetchSelection:function(a){var b=a.split(","),c={orderby:"post__in",order:"ASC",type:"image",perPage:-1,post__in:b},d=wp.media.query(c),e=new wp.media.model.Selection(d.models,{props:d.props.toJSON(),multiple:!0});return e},select:function(a){var b=a.pluck("id");this.setValue(b.toString()),this.render()},onBeforeDestroy:function(){this.frame&&(this.frame.off("update"),this.frame.off("menu:render:default"),this.frame.off("content:render:browse")),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":41}],47:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.iconSelect=".elementor-control-icon",a},onReady:function(){this.ui.iconSelect.select2({allowClear:!0,templateResult:_.bind(this.iconsList,this),templateSelection:_.bind(this.iconsList,this)})},iconsList:function(a){return a.id?Backbone.$('<span><i class="'+a.id+'"></i> '+a.text+"</span>"):a.text},onBeforeDestroy:function(){this.ui.iconSelect.data("select2")&&this.ui.iconSelect.select2("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":41}],48:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controlMedia=".elementor-control-media",a.frameOpeners=".elementor-control-media-upload-button, .elementor-control-media-image",a.deleteButton=".elementor-control-media-delete",a},childEvents:{"click @ui.frameOpeners":"openFrame","click @ui.deleteButton":"deleteImage"},onReady:function(){_.isEmpty(this.getControlValue())&&this.ui.controlMedia.addClass("media-empty")},openFrame:function(){this.frame||this.initFrame(),this.frame.open()},deleteImage:function(){this.setValue({url:"",id:""}),this.render()},initFrame:function(){this.frame=wp.media({button:{text:"Insert Media"},states:[new wp.media.controller.Library({title:"Insert Media",library:wp.media.query({type:"image"}),multiple:!1,date:!1})]}),this.frame.on("insert select",_.bind(this.select,this))},
4
- select:function(){var a=this.frame.state().get("selection").first().toJSON();a.url&&(this.setValue({url:a.url,id:a.id}),this.render())},onBeforeDestroy:function(){this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base-multiple":39}],49:[function(a,b,c){var d;d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-repeater-row"),className:"repeater-fields",ui:{duplicateButton:".elementor-repeater-tool-duplicate",editButton:".elementor-repeater-tool-edit",removeButton:".elementor-repeater-tool-remove",itemNumber:".elementor-repeater-row-item-number"},triggers:{"click @ui.removeButton":"click:remove","click @ui.duplicateButton":"click:duplicate","click @ui.itemNumber":"click:edit"},templateHelpers:function(){return{itemIndex:this.getOption("itemIndex")}},childViewContainer:".elementor-repeater-row-controls",getChildView:function(a){var b=a.get("type");return elementor.getControlItemView(b)},childViewOptions:function(){return{elementSettingsModel:this.model}},updateIndex:function(a){this.itemIndex=a,this.render()},initialize:function(a){this.elementSettingsModel=a.elementSettingsModel,this.itemIndex=0,this.collection=new Backbone.Collection(a.controlFields)}}),b.exports=d},{}],50:[function(a,b,c){var d,e=a("elementor-views/controls/base"),f=a("elementor-views/controls/repeater-row");d=e.extend({ui:{btnAddRow:".elementor-repeater-add",fieldContainer:".elementor-repeater-fields"},events:{"click @ui.btnAddRow":"onButtonAddRowClick","sortstart @ui.fieldContainer":"onSortStart","sortupdate @ui.fieldContainer":"onSortUpdate"},childView:f,childViewContainer:".elementor-repeater-fields",templateHelpers:function(){return{data:_.extend({},this.model.toJSON(),{controlValue:[]})}},childViewOptions:function(a){return{controlFields:this.model.get("fields")}},initialize:function(a){e.prototype.initialize.apply(this,arguments),this.collection=this.elementSettingsModel.get(this.model.get("name")),this.listenTo(this.collection,"change add remove reset",this.onCollectionChanged,this)},editRow:function(a){return this.currentEditableChild&&this.currentEditableChild.getChildViewContainer(this.currentEditableChild).removeClass("editable"),this.currentEditableChild===a?void delete this.currentEditableChild:(a.getChildViewContainer(a).addClass("editable"),this.currentEditableChild=a,void this.updateActiveRow())},toggleMinRowsClass:function(){this.model.get("prevent_empty")&&this.$el.toggleClass("elementor-repeater-has-minimum-rows",1>=this.collection.length)},updateActiveRow:function(){var a=0;this.currentEditableChild&&(a=this.currentEditableChild.itemIndex),this.setEditSetting("activeItemIndex",a)},updateChildIndexes:function(){this.children.each(_.bind(function(a){a.updateIndex(this.collection.indexOf(a.model)+1)},this))},onRender:function(){this.ui.fieldContainer.sortable({axis:"y"}),this.toggleMinRowsClass()},onSortStart:function(a,b){b.item.data("oldIndex",b.item.index())},onSortUpdate:function(a,b){var c=b.item.data("oldIndex"),d=this.collection.at(c),e=b.item.index();this.collection.remove(d),this.collection.add(d,{at:e})},onAddChild:function(){this.updateChildIndexes(),this.updateActiveRow()},onRemoveChild:function(a){a===this.currentEditableChild&&delete this.currentEditableChild,this.updateChildIndexes(),this.updateActiveRow()},onCollectionChanged:function(){this.elementSettingsModel.trigger("change"),this.toggleMinRowsClass()},onButtonAddRowClick:function(){var a={};_.each(this.model.get("fields"),function(b){a[b.name]=b["default"]});var b=this.collection.add(a),c=this.children.findByModel(b);this.editRow(c)},onChildviewClickRemove:function(a){a.model.destroy()},onChildviewClickDuplicate:function(a){this.collection.add(a.model.clone(),{at:a.itemIndex})},onChildviewClickEdit:function(a){this.editRow(a)}}),b.exports=d},{"elementor-views/controls/base":41,"elementor-views/controls/repeater-row":49}],51:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.heading=".elementor-panel-heading",a},triggers:{click:"control:section:clicked"}}),b.exports=d},{"elementor-views/controls/base":41}],52:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.select=".elementor-select2",a},onReady:function(){var a={allowClear:!0};this.ui.select.select2(a)},onBeforeDestroy:function(){this.ui.select.data("select2")&&this.ui.select.select2("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":41}],53:[function(a,b,c){var d,e=a("elementor-views/controls/base-units");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.slider=".elementor-control-slider",a},childEvents:{"slide @ui.slider":"onSlideChange"},initSlider:function(){var a=this.getControlValue("size"),b=this.getCurrentRange();this.ui.input.attr(b).val(a),this.ui.slider.slider(_.extend({},b,{value:a}))},resetSize:function(){this.setValue("size",""),this.initSlider()},onReady:function(){this.initSlider()},onSlideChange:function(a,b){this.setValue("size",b.value),this.ui.input.val(b.value)},onInputChange:function(a){var b=a.currentTarget.dataset.setting;"size"===b?this.ui.slider.slider("value",this.getControlValue("size")):"unit"===b&&this.resetSize()},onBeforeDestroy:function(){this.ui.slider.slider("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base-units":40}],54:[function(a,b,c){var d,e=a("elementor-views/controls/base"),f=a("elementor-views/section");d=e.extend({templateHelpers:function(){var a=e.prototype.templateHelpers.apply(this,arguments);return a.getPresetByStructure=function(a){return f.getPresetByStructure(a)},a.getMorePresets=_.bind(this.getMorePresets,this),a},getMorePresets:function(){var a=f.getParsedStructure(this.getControlValue());return f.getPresets(a.columnsCount)},onInputChange:function(){this.render()}}),b.exports=d},{"elementor-views/controls/base":41,"elementor-views/section":59}],55:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.btnExternal="button.elementor-control-url-target",a},childEvents:{"click @ui.btnExternal":"onExternalClicked"},onReady:function(){var a=this.getControlValue();a.is_external&&this.ui.btnExternal.addClass("active"),a.url&&this.ui.input.val(a.url)},onExternalClicked:function(a){a.preventDefault(),this.ui.btnExternal.toggleClass("active"),this.setValue("is_external",this.isExternal())},isExternal:function(){return this.ui.btnExternal.hasClass("active")}}),b.exports=d},{"elementor-views/controls/base-multiple":39}],56:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.form="form",a.loading=".wp-widget-form-loading",a},events:{"keyup @ui.form :input":"onFormChanged","change @ui.form :input":"onFormChanged"},onFormChanged:function(){var a="widget-"+this.model.get("id_base"),b=this.ui.form.elementorSerializeObject()[a].REPLACE_TO_ID;this.setValue(b)},onReady:function(){Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_editor_get_wp_widget_form",widget_type:this.model.get("widget"),data:JSON.stringify(this.elementSettingsModel.toJSON())}}).done(_.bind(function(a){this.ui.form.html(a)},this))}}),b.exports=d},{"elementor-views/controls/base":41}],57:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({childEvents:{"keyup textarea.elementor-wp-editor":"updateElementModel"},buttons:{keepInBasic:["bold","italic","link","unlink","wp_adv","fullscreen"],moveToBasic:{underline:"italic"}},initialize:function(){e.prototype.initialize.apply(this,arguments);var a=this;this.editorID="elementorwpeditor"+this.cid;var b={id:this.editorID,selector:"#"+this.editorID,setup:function(b){b.on("keyup change",function(){b.save(),a.setValue(b.getContent())})}};tinyMCEPreInit.mceInit[this.editorID]=_.extend(_.clone(tinyMCEPreInit.mceInit.elementorwpeditor),b),this.rearrangeButtons(),this.$el.addClass("elementor-loading-editor"),_.defer(function(){quicktags({buttons:"strong,em,del,link,img,close",id:a.editorID}),switchEditors.go(a.editorID,"tmce"),_.defer(function(){delete QTags.instances[0]})})},attachElContent:function(){var a=elementor.config.wp_editor.replace(/elementorwpeditor/g,this.editorID).replace("%%EDITORCONTENT%%",this.getControlValue());return this.$el.html(a),this},rearrangeButtons:function(){var a=tinyMCEPreInit.mceInit[this.editorID],b=a.toolbar1.split(","),c=a.toolbar2.split(","),d=Array.prototype.slice.call(this.buttons.keepInBasic),e=_.difference(b,d),f=_.difference(c,Object.keys(this.buttons.moveToBasic));_.each(this.buttons.moveToBasic,function(a,b){var c=d.indexOf(a);-1!==c&&d.splice(c+1,0,b)}),a.toolbar1=d.join(","),a.toolbar2=e+","+f},onBeforeDestroy:function(){tinymce.EditorManager.execCommand("mceRemoveEditor",!0,this.editorID),delete QTags.instances[this.editorID],delete tinyMCEPreInit.mceInit[this.editorID],delete tinyMCEPreInit.qtInit[this.editorID]}}),b.exports=d},{"elementor-views/controls/base":41}],58:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-empty-preview",className:"elementor-empty-view",events:{click:"onClickAdd"},onClickAdd:function(){elementor.getPanelView().setPage("elements")}}),b.exports=d},{}],59:[function(a,b,c){var d,e=a("elementor-views/base-element"),f=a("elementor-views/column");d=e.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-element-section-content"),childView:f,className:function(){var a="elementor-section",b=this.isInner()?"inner":"top";return a+=" elementor-"+b+"-section"},tagName:"section",childViewContainer:"> .elementor-container > .elementor-row",triggers:{"click .elementor-editor-section-settings-list .elementor-editor-element-edit":"click:edit","click .elementor-editor-section-settings-list .elementor-editor-element-trigger":"click:edit","click .elementor-editor-section-settings-list .elementor-editor-element-duplicate":"click:duplicate"},elementEvents:{"click .elementor-editor-section-settings-list .elementor-editor-element-remove":"onClickRemove"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"column"},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")},HandleAddMode:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},initialize:function(){e.prototype.initialize.apply(this,arguments),this.listenTo(this.collection,"add remove reset",this._checkIsFull),this.listenTo(this.collection,"remove",this.onCollectionRemove),this.listenTo(this.model,"change:settings:structure",this.onStructureChanged)},addEmptyColumn:function(){this.addChildModel({id:elementor.helpers.getUniqueID(),elType:"column",settings:{},elements:[]})},addChildModel:function(a,b){var c=a instanceof Backbone.Model,d=this.isInner();return c?a.set("isInner",d):a.isInner=d,e.prototype.addChildModel.apply(this,arguments)},getSortableOptions:function(){var a=this.isInner()?".elementor-inner-section":".elementor-top-section";return{connectWith:a+" > .elementor-container > .elementor-row",handle:"> .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger",items:"> .elementor-column"}},getColumnPercentSize:function(a,b){return b/a.parent().width()*100},getDefaultStructure:function(){return this.collection.length+"0"},getStructure:function(){return this.model.getSetting("structure")},setStructure:function(a){var b=d.getParsedStructure(a);if(+b.columnsCount!==this.collection.length)throw new TypeError("The provided structure doesn't match the columns count.");this.model.setSetting("structure",a,!0)},redefineLayout:function(){var a=d.getPresetByStructure(this.getStructure());this.collection.each(function(b,c){b.setSetting("_column_size",a.preset[c]),b.setSetting("_inline_size",null)}),this.children.invoke("changeSizeUI")},resetLayout:function(){this.setStructure(this.getDefaultStructure())},isCollectionFilled:function(){var a=10,b=this.collection.length;return b>=a},_checkIsFull:function(){this.$el.toggleClass("elementor-section-filled",this.isCollectionFilled())},_checkIsEmpty:function(){this.collection.length||this.addEmptyColumn()},onBeforeRender:function(){this._checkIsEmpty()},onRender:function(){this._checkIsFull(),this.redefineLayout()},onAddChild:function(){this.isBuffering||this.resetLayout()},onCollectionRemove:function(){this._checkIsEmpty(),this.resetLayout()},onChildviewRequestResize:function(a,b){var c=a.model.getSetting("_inline_size");c||(c=this.getColumnPercentSize(b.element,b.originalSize.width));var d=this.getColumnPercentSize(b.element,b.size.width),e=d-c;b.element.css({width:"",left:"initial"});var f=this.collection.indexOf(a.model),g=this.collection.at(f+1),h=this.children.findByModelCid(g.cid);if(h){var i=h.$el,j=this.getColumnPercentSize(i,i.width()),k=j-e;10>d||d>100||!e||10>k||k>100||(a.model.setSetting("_inline_size",d.toFixed(3)),a.changeSizeUI(),h.model.setSetting("_inline_size",k.toFixed(3)),h.changeSizeUI())}},onSettingsChanged:function(){e.prototype.onSettingsChanged.apply(this,arguments),this.render()},onStructureChanged:function(){this.redefineLayout()}},{getPresets:function(a,b){var c=elementor.helpers.cloneObject(elementor.config.elements.section.presets);return a&&(c=c[a]),b&&(c=c[b]),c},getPresetByStructure:function(a){var b=d.getParsedStructure(a);return d.getPresets(b.columnsCount,b.presetIndex)},getParsedStructure:function(a){return{columnsCount:a.slice(0,-1),presetIndex:a.substr(-1)}}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/sortable":8,"elementor-views/base-element":37,"elementor-views/column":38}],60:[function(a,b,c){var d,e=a("elementor-views/section");d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-preview"),id:"elementor-inner",childViewContainer:"#elementor-section-wrap",childView:e,ui:{addSectionArea:"#elementor-add-section",addNewSection:"#elementor-add-new-section",closePresetsIcon:"#elementor-select-preset-close",addIcon:"#elementor-add-section-button",selectPreset:"#elementor-select-preset",presets:".elementor-preset"},events:{"click @ui.addIcon":"showSelectPresets","click @ui.closePresetsIcon":"closeSelectPresets","click @ui.presets":"onPresetSelected"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"section"},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleAdd:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},getSortableOptions:function(){return{handle:"> .elementor-container > .elementor-row > .elementor-column > .elementor-element-overlay .elementor-editor-section-settings-list .elementor-editor-element-trigger",items:"> .elementor-section"}},getChildType:function(){return["section"]},isCollectionFilled:function(){return!1},initialize:function(){1>this.collection.length&&this.addChildModel({id:elementor.helpers.getUniqueID(),elType:"section",settings:{},elements:[]})},addChildModel:function(a,b){return this.collection.add(a,b,!0)},addSection:function(a){var b={id:elementor.helpers.getUniqueID(),elType:"section",settings:{},elements:[]};a&&_.extend(b,a);var c=this.addChildModel(b);return this.children.findByModelCid(c.cid)},showSelectPresets:function(){this.ui.addNewSection.hide(),this.ui.selectPreset.show()},closeSelectPresets:function(){this.ui.addNewSection.show(),this.ui.selectPreset.hide()},onRender:function(){var a=this;a.ui.addSectionArea.html5Droppable({axis:["vertical"],groups:["elementor-element"],onDragging:function(b){a.ui.addSectionArea.data("side")!==b&&a.ui.addSectionArea.attr("data-side",b)},onDragLeave:function(){a.ui.addSectionArea.removeAttr("data-side")},onDropping:function(){var b=elementor.panelElements.request("element:selected"),c=a.addSection(),d={id:elementor.helpers.getUniqueID(),elType:"widget",widgetType:b.model.get("widgetType")};c.triggerMethod("request:add",d)}})},onPresetSelected:function(a){this.closeSelectPresets();var b,c=a.currentTarget.dataset.structure,d=e.getParsedStructure(c),f=[];for(b=0;b<d.columnsCount;b++)f.push({id:elementor.helpers.getUniqueID(),elType:"column",settings:{},elements:[]});var g=this.addSection({elements:f});g.setStructure(c)}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/sortable":8,"elementor-views/section":59}],61:[function(a,b,c){var d=a("elementor-views/base-element"),e=d.extend({_templateType:null,getTemplate:function(){return"remote"!==this.getTemplateType()?Marionette.TemplateCache.get("#tmpl-elementor-widget-"+this.model.get("widgetType")+"-content"):_.template("")},className:function(){return"elementor-widget elementor-widget-"+this.model.get("widgetType")},modelEvents:{"before:remote:render":"onModelBeforeRemoteRender","remote:render":"onModelRemoteRender"},triggers:{"click > .elementor-element-overlay":{event:"click:edit",stopPropagation:!1},"click > .elementor-element-overlay .elementor-editor-add-element":"click:add","click > .elementor-element-overlay .elementor-editor-element-duplicate":"click:duplicate"},ui:{settings:"> .elementor-element-overlay .elementor-editor-widget-settings"},elementEvents:{click:"showSettings","mouseleave @ui.settings":"hideSettings","click > .elementor-element-overlay .elementor-editor-element-remove":"onClickRemove"},behaviors:{HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")}},initialize:function(){d.prototype.initialize.apply(this,arguments),this.model.getHtmlCache()||this.model.renderRemoteServer()},getTemplateType:function(){if(null===this.getOption("_templateType")){var a=Backbone.$("#tmpl-elementor-widget-"+this.model.get("widgetType")+"-content");0===a.length?this._templateType="remote":this._templateType="js"}return this.getOption("_templateType")},onModelBeforeRemoteRender:function(){this.$el.addClass("elementor-loading")},onBeforeDestroy:function(){elementor.$previewContents.find("#elementor-style-"+this.model.cid).remove()},onModelRemoteRender:function(){this.isDestroyed||(this.$el.removeClass("elementor-loading"),this.render())},onSettingsChanged:function(a){switch(d.prototype.onSettingsChanged.apply(this,arguments),this.getTemplateType()){case"js":this.model.setHtmlCache(),this.render();break;default:this.model.renderRemoteServer()}},attachElContent:function(a){var b=this.model.getHtmlCache();return b&&(a=b),this.$el.html(a),this},onRender:function(){this.$el.removeClass("elementor-widget-empty").find("> .elementor-element-overlay .elementor-widget-empty-icon").remove(),this.$el.imagesLoaded().always(_.bind(function(){1>this.$el.height()&&(this.$el.addClass("elementor-widget-empty"),this.$("> .elementor-element-overlay").append('<i class="elementor-widget-empty-icon fa fa-'+this.model.getIcon()+'"></i>'))},this))},showSettings:function(a){var b={my:elementor.config.is_rtl?"right+15 center":"left-15 center",of:a,collision:"fit",within:this.$el};this.ui.settings.addClass("elementor-open").position(b)},hideSettings:function(){this.ui.settings.removeClass("elementor-open")}});b.exports=e},{"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-views/base-element":37}]},{},[1]);
1
+ /*! elementor - v0.1.2 - 31-05-2016 */
2
+ !function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){var d;d=Marionette.Application.extend({helpers:a("elementor-utils/helpers"),heartbeat:a("elementor-utils/heartbeat"),schemes:a("elementor-utils/schemes"),presetsFactory:a("elementor-utils/presets-factory"),editor:Backbone.Radio.channel("ELEMENTOR:editor"),data:Backbone.Radio.channel("ELEMENTOR:data"),filterState:Backbone.Radio.channel("ELEMENTOR:filterState"),elementLibrary:Backbone.Radio.channel("ELEMENTOR:elementLibrary"),panelElements:Backbone.Radio.channel("ELEMENTOR:panelElements"),dataEditMode:Backbone.Radio.channel("ELEMENTOR:editmode"),preview:Backbone.Radio.channel("ELEMENTOR:preview"),deviceMode:Backbone.Radio.channel("ELEMENTOR:deviceMode"),_controlsItemView:null,getElementData:function(a){var b=a.get("elType");if("widget"===b){var c=a.get("widgetType");return this.config.widgets[c]?this.config.widgets[c]:!1}return this.config.elements[b]?this.config.elements[b]:!1},getElementControls:function(a){var b=this.getElementData(a);if(!b)return!1;var c=a.get("elType"),d=a.get("isInner");return"widget"===c?b.controls:_.filter(b.controls,function(a){return!(d&&a.hide_in_inner||!d&&a.hide_in_top)})},getControlItemView:function(b){return null===this._controlsItemView&&(this._controlsItemView={color:a("elementor-views/controls/color"),dimensions:a("elementor-views/controls/dimensions"),media:a("elementor-views/controls/media"),slider:a("elementor-views/controls/slider"),wysiwyg:a("elementor-views/controls/wysiwyg"),choose:a("elementor-views/controls/choose"),url:a("elementor-views/controls/url"),font:a("elementor-views/controls/font"),section:a("elementor-views/controls/section"),repeater:a("elementor-views/controls/repeater"),wp_widget:a("elementor-views/controls/wp_widget"),icon:a("elementor-views/controls/icon"),gallery:a("elementor-views/controls/gallery"),select2:a("elementor-views/controls/select2"),structure:a("elementor-views/controls/structure")},this.editor.trigger("editor:controls:initialize")),this._controlsItemView[b]||a("elementor-views/controls/base")},getPanelView:function(){return this.getRegion("panel").currentView},initDialogsManager:function(){this.dialogsManager=new DialogsManager.Instance},onStart:function(){NProgress.start(),NProgress.inc(.2),this.config=ElementorConfig;var b=a("elementor-models/element");Backbone.Radio.DEBUG=!1,Backbone.Radio.tuneIn("ELEMENTOR"),this.initDialogsManager(),this.heartbeat.init(),elementorBindUI.setEditorMode(!0),this.elements=new b.Collection(this.config.data),this.$previewResponsiveWrapper=Backbone.$("#elementor-preview-responsive-wrapper");var c="elementor-preview-iframe";if(!Backbone.$("#"+c).length){var d=document.createElement("iframe");d.id=c,d.src=this.config.preview_link+"&"+(new Date).getTime(),this.$previewResponsiveWrapper.append(d)}this.$preview=Backbone.$("#"+c),this.$preview.on("load",_.bind(function(){this.$previewContents=this.$preview.contents(),elementorBindUI.setScopeWindow(this.$preview[0].contentWindow),this.triggerMethod("preview:loaded")},this)),this.listenTo(this.dataEditMode,"switch",this.onEditModeSwitched),this.setWorkSaver()},onPreviewLoaded:function(){var b=a("elementor-views/sections"),c=a("elementor-layouts/panel/panel"),d=new Marionette.Region({el:this.$previewContents.find("#elementor").get(0)});this.schemes.init().printSchemesStyle(),this.$previewContents.on("click",function(a){var b=Backbone.$(a.target),c=elementor.dataEditMode.request("get:active:mode"),d=!!b.closest("#elementor").length;d&&"preview"!==c||(b.closest("a").length&&a.preventDefault(),d||elementor.getPanelView().setPage("elements"))}),this.addRegions({sections:d,panel:"#elementor-panel",modal:"#elementor-modal-area"}),this.getRegion("sections").show(new b({collection:this.elements})),this.getRegion("panel").show(new c),this.$previewContents.children().addClass("elementor-html").children("body").addClass("elementor-editor-active"),Backbone.$("#elementor-loading").fadeOut(600),NProgress.done()},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"===a?this.enterPreviewMode():this.exitPreviewMode()},setFlagEditorChange:function(a){elementor.editor.reply("editor:changed",a),elementor.editor.trigger("editor:changed",a)},isEditorChanged:function(){return!0===elementor.editor.request("editor:changed")},setWorkSaver:function(){Backbone.$(window).on("beforeunload",function(){return elementor.isEditorChanged()?elementor.translate("before_unload_alert"):void 0})},enterPreviewMode:function(){this.$previewContents.find("body").add("body").removeClass("elementor-editor-active").addClass("elementor-editor-preview")},exitPreviewMode:function(){this.$previewContents.find("body").add("body").removeClass("elementor-editor-preview").addClass("elementor-editor-active")},saveBuilder:function(a){return a=_.extend({revision:"draft",onSuccess:null},a),NProgress.start(),Backbone.$.ajax({type:"POST",url:this.config.ajaxurl,data:{action:"elementor_save_builder",post_id:this.config.post_id,revision:a.revision,data:JSON.stringify(elementor.elements.toJSON())}}).done(function(b){NProgress.done(),elementor.setFlagEditorChange(!1),_.isFunction(a.onSuccess)&&a.onSuccess.call(this,b)})},translate:function(a,b){var c=this.config.i18n[a];return void 0===c&&(c=a),b&&(c=c.replace(/{(\d+)}/g,function(a,c){return void 0!==b[c]?b[c]:a})),c}}),b.exports=(window.elementor=new d).start()},{"elementor-layouts/panel/panel":27,"elementor-models/element":30,"elementor-utils/heartbeat":34,"elementor-utils/helpers":35,"elementor-utils/presets-factory":36,"elementor-utils/schemes":37,"elementor-views/controls/base":42,"elementor-views/controls/choose":43,"elementor-views/controls/color":44,"elementor-views/controls/dimensions":45,"elementor-views/controls/font":46,"elementor-views/controls/gallery":47,"elementor-views/controls/icon":48,"elementor-views/controls/media":49,"elementor-views/controls/repeater":51,"elementor-views/controls/section":52,"elementor-views/controls/select2":53,"elementor-views/controls/slider":54,"elementor-views/controls/structure":55,"elementor-views/controls/url":56,"elementor-views/controls/wp_widget":57,"elementor-views/controls/wysiwyg":58,"elementor-views/sections":61}],2:[function(a,b,c){var d;d=Marionette.Behavior.extend({onChildviewClickNew:function(a){var b=a.$el.index()+1;this.addChild({at:b})},onRequestNew:function(){this.addChild()},addChild:function(a){if(!this.view.isCollectionFilled()){a=a||{};var b={id:elementor.helpers.getUniqueID(),elType:this.view.getChildType()[0],settings:{},elements:[]};this.view.addChildModel(b,a)}}}),b.exports=d},{}],3:[function(a,b,c){var d;d=Marionette.Behavior.extend({onRequestAdd:function(a,b){this._addChildElement(a,b)},_addChildElement:function(a,b){b=b||{};var c=this.view.getChildType();if(-1===c.indexOf(a.elType))return delete b.at,void this.view.children.last().triggerMethod("request:add",a,b);var d=this.view.addChildModel(a,b),e=this.view.children.findByModel(d);"section"===e.getElementType()&&e.isInner()&&e.addEmptyColumn(),e.triggerMethod("open:editor")}}),b.exports=d},{}],4:[function(a,b,c){var d;d=Marionette.Behavior.extend({onChildviewClickDuplicate:function(a){if(!this.view.isCollectionFilled()){var b=a.$el.index()+1,c=a.model.clone();this.view.addChildModel(c,{at:b})}}}),b.exports=d},{}],5:[function(a,b,c){var d;d=Marionette.Behavior.extend({initialize:function(){this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched)},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");this.view.$el.toggleClass("elementor-active-mode","preview"!==a)},onRender:function(){this.onEditModeSwitched()}}),b.exports=d},{}],6:[function(a,b,c){var d;d=Marionette.Behavior.extend({onClickEdit:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a&&this.onOpenEditor()},onOpenEditor:function(){var a=elementor.getPanelView().getCurrentPageName();if("editor"===a){var b=elementor.getPanelView().getCurrentPageView(),c=b.model;if(c===this.view.model)return}var d=elementor.getElementData(this.view.model);elementor.getPanelView().setPage("editor",elementor.translate("edit_element",[d.title]),{model:this.view.model,editedElementView:this.view})}}),b.exports=d},{}],7:[function(a,b,c){var d;d=Marionette.Behavior.extend({defaults:{handles:elementor.config.is_rtl?"w":"e"},ui:{columnTitle:".column-title"},events:{resizestart:"onResizeStart",resizestop:"onResizeStop",resize:"onResize"},initialize:function(){Marionette.Behavior.prototype.initialize.apply(this,arguments),this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched)},active:function(){var a=_.clone(this.options);delete a.behaviorClass;var b=this.getChildViewContainer(),c={},d=_.extend(c,a);b.resizable(d)},deactivate:function(){this.getChildViewContainer().resizable("instance")&&this.getChildViewContainer().resizable("destroy")},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a?this.active():this.deactivate()},onRender:function(){_.defer(_.bind(this.onEditModeSwitched,this))},onDestroy:function(){this.deactivate()},onResizeStart:function(a,b){},onResizeStop:function(a,b){},onResize:function(a,b){a.stopPropagation(),this.view.triggerMethod("request:resize",b)},getChildViewContainer:function(){return this.$el}}),b.exports=d},{}],8:[function(a,b,c){var d;d=Marionette.Behavior.extend({defaults:{elChildType:"widget"},events:{sortstart:"onSortStart",sortreceive:"onSortReceive",sortupdate:"onSortUpdate",sortstop:"onSortStop",sortover:"onSortOver",sortout:"onSortOut"},initialize:function(){this.listenTo(elementor.dataEditMode,"switch",this.onEditModeSwitched),this.listenTo(elementor.deviceMode,"change",this.onDeviceModeChange)},onEditModeSwitched:function(){var a=elementor.dataEditMode.request("get:active:mode");"preview"!==a?this.active():this.deactivate()},onDeviceModeChange:function(){var a=elementor.deviceMode.request("currentMode");"desktop"===a?this.active():this.deactivate()},onRender:function(){_.defer(_.bind(this.onEditModeSwitched,this))},onDestroy:function(){this.deactivate()},active:function(){if(!this.getChildViewContainer().sortable("instance")){var a=this.getChildViewContainer(),b={connectWith:a.selector,cursor:"move",placeholder:"elementor-sortable-placeholder",cursorAt:{top:20,left:25},helper:_.bind(this._getSortableHelper,this)},c=_.extend(b,this.view.getSortableOptions());a.sortable(c)}},_getSortableHelper:function(a,b){var c=this.view.collection.get({cid:b.data("model-cid")});return'<div style="height: 50px; width: 250px;" class="elementor-sortable-helper elementor-sortable-helper-'+c.get("elType")+'"><i class="fa fa-'+c.getIcon()+'"></i><div class="elementor-title">'+c.getTitle()+"</div></div>"},deactivate:function(){this.getChildViewContainer().sortable("instance")&&this.getChildViewContainer().sortable("destroy")},onSortStart:function(a,b){a.stopPropagation();var c=this.view.collection.get({cid:b.item.data("model-cid")});if("column"===this.options.elChildType){b.placeholder.addClass("elementor-column");var d=b.item.data("sortableItem"),e=d.items,f=0;e.forEach(function(a){return a.item[0]===b.item[0]?(f=a.height,!1):void 0}),b.placeholder.height(f)}elementor.data.trigger(c.get("elType")+":drag:start"),elementor.data.reply("cache:"+c.cid,c)},onSortOver:function(a,b){a.stopPropagation();var c=elementor.data.request("cache:"+b.item.data("model-cid"));Backbone.$(a.target).addClass("elementor-draggable-over").attr({"data-dragged-element":c.get("elType"),"data-dragged-is-inner":c.get("isInner")}),this.$el.addClass("elementor-dragging-on-child")},onSortOut:function(a){a.stopPropagation(),Backbone.$(a.target).removeClass("elementor-draggable-over").removeAttr("data-dragged-element data-dragged-is-inner"),this.$el.removeClass("elementor-dragging-on-child")},onSortReceive:function(a,b){if(a.stopPropagation(),this.view.isCollectionFilled())return void Backbone.$(b.sender).sortable("cancel");var c=elementor.data.request("cache:"+b.item.data("model-cid")),d=c.get("elType"),e="section"===d&&c.get("isInner"),f="column"===this.view.getElementType()&&this.view.isInner();if(e&&f)return void Backbone.$(b.sender).sortable("cancel");var g=b.item.parent().children().index(b.item),h=new this.view.collection.model(c.toJSON({copyHtmlCache:!0}));this.view.addChildModel(h,{at:g}),elementor.data.trigger(d+":drag:end"),c.destroy()},onSortUpdate:function(a,b){a.stopPropagation();var c=this.view.collection.get(b.item.attr("data-model-cid"));c&&elementor.data.trigger(c.get("elType")+":drag:end")},onSortStop:function(a,b){a.stopPropagation();var c=b.item,d=this.view.collection,e=d.get(c.attr("data-model-cid")),f=c.parent().children().index(c);if(this.getChildViewContainer()[0]===b.item.parent()[0]&&null===b.sender&&e){var g=d.indexOf(e);g!==f&&(d.remove(e,{silent:!0}),d.add(e,{silent:!0,at:f}),elementor.setFlagEditorChange(!0)),elementor.data.trigger(e.get("elType")+":drag:end")}},onAddChild:function(a){a.$el.attr("data-model-cid",a.model.cid)},getChildViewContainer:function(){return"function"==typeof this.view.getChildViewContainer?this.view.getChildViewContainer(this.view):this.$el}}),b.exports=d},{}],9:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-mode-switcher-content",id:"elementor-mode-switcher-inner",ui:{previewButton:"#elementor-mode-switcher-preview-input",previewLabel:"#elementor-mode-switcher-preview",previewLabelA11y:"#elementor-mode-switcher-preview .elementor-screen-only"},events:{"change @ui.previewButton":"onEditModeChange"},getCurrentMode:function(){return this.ui.previewButton.is(":checked")?"preview":"edit"},setMode:function(a){this.ui.previewButton.prop("checked","preview"===a)},onRender:function(){this.onEditModeChange()},onEditModeChange:function(){var a=elementor.dataEditMode.request("get:active:mode"),b=this.getCurrentMode();if(elementor.dataEditMode.reply("get:active:mode",b),b!==a){elementor.dataEditMode.trigger("switch");var c="preview"===b?"Back to Editor":"Preview";this.ui.previewLabel.attr("title",c),this.ui.previewLabelA11y.text(c)}}}),b.exports=d},{}],10:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-footer-content",tagName:"nav",id:"elementor-panel-footer-tools",defaultDeviceMode:"desktop",currentDeviceMode:"",possibleRotateModes:["portrait","landscape"],ui:{menuButtons:".elementor-panel-footer-tool",deviceModeButtons:"#elementor-panel-footer-responsive .elementor-panel-footer-sub-menu-item",buttonSave:"#elementor-panel-footer-save",buttonSaveButton:"#elementor-panel-footer-save .elementor-button",buttonPublish:"#elementor-panel-footer-publish"},events:{"click @ui.deviceModeButtons":"onClickResponsiveButtons","click @ui.buttonSave":"onClickButtonSave","click @ui.buttonPublish":"onClickButtonPublish"},initialize:function(){this._initDialog(),Backbone.$(document).on("click",_.bind(this.onDocumentClick,this)),this.listenTo(elementor.editor,"editor:changed",this.onEditorChanged)},_initDialog:function(){var a;this.getDialog=function(){if(!a){var b=Backbone.$,c=b("<div>",{"class":"elementor-dialog-message"}),d=b("<i>",{"class":"fa fa-check-circle"}),e=b("<div>",{"class":"elementor-dialog-message-text"}).text(elementor.translate("saved"));c.append(d,e),a=elementor.dialogsManager.createWidget("popup",{hide:{delay:1500}}),a.setMessage(c)}return a}},_publishBuilder:function(){var a=this,b={revision:"publish",onSuccess:function(){a.getDialog().show(),a.ui.buttonSaveButton.removeClass("elementor-button-state")}};a.ui.buttonSaveButton.addClass("elementor-button-state"),elementor.saveBuilder(b)},_saveBuilderDraft:function(){elementor.saveBuilder()},onRender:function(){this.changeDeviceMode(this.defaultDeviceMode)},changeDeviceMode:function(a){this.currentDeviceMode!==a&&(this.getCurrentDeviceModeButton().removeClass("active"),elementor.$previewResponsiveWrapper.removeClass("elementor-device-"+this.currentDeviceMode).addClass("elementor-device-"+a),this.currentDeviceMode=a,this.getCurrentDeviceModeButton().addClass("active"),elementor.deviceMode.reply("currentMode",this.currentDeviceMode),elementor.deviceMode.trigger("change"))},getCurrentDeviceModeButton:function(){return this.ui.deviceModeButtons.filter('[data-device-mode="'+this.currentDeviceMode+'"]')},onDocumentClick:function(a){var b=Backbone.$(a.target),c=b.closest(".elementor-panel-footer-sub-menu-wrapper").length;if(!c){var d=b.closest(".elementor-panel-footer-tool"),e=d.length&&!d.hasClass("elementor-open");this.ui.menuButtons.removeClass("elementor-open"),e&&d.addClass("elementor-open")}},onEditorChanged:function(){this.ui.buttonSave.toggleClass("elementor-save-active",elementor.isEditorChanged())},onClickButtonSave:function(){this._publishBuilder()},onClickButtonPublish:function(a){a.stopPropagation(),this._publishBuilder()},onClickResponsiveButtons:function(a){var b=this.$(a.currentTarget),c=b.data("device-mode");this.changeDeviceMode(c)}}),b.exports=d},{}],11:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-header",id:"elementor-panel-header",ui:{menuButton:"#elementor-panel-header-menu-button",title:"#elementor-panel-header-title",addButton:"#elementor-panel-header-add-button"},events:{"click @ui.addButton":"onClickAdd","click @ui.menuButton":"onClickMenu"},setTitle:function(a){this.ui.title.html(a)},onClickAdd:function(){elementor.getPanelView().setPage("elements")},onClickMenu:function(){var a=elementor.getPanelView(),b=a.getCurrentPageName(),c="menu"===b?"elements":"menu";a.setPage(c)}}),b.exports=d},{}],12:[function(a,b,c){var d;d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-editor-content"),id:"elementor-panel-page-editor",templateHelpers:function(){return{elementData:elementor.getElementData(this.model)}},childViewContainer:"div.elementor-controls",modelEvents:{destroy:"onModelDestroy"},ui:{tabs:".elementor-tabs-controls li"},events:{"click @ui.tabs a":"onClickTabControl"},getChildView:function(a){var b=a.get("type");return elementor.getControlItemView(b)},childViewOptions:function(){return{elementSettingsModel:this.model.get("settings"),elementEditSettings:this.model.get("editSettings")}},onDestroy:function(){this.getOption("editedElementView").$el.removeClass("elementor-element-editable"),this.model.trigger("editor:close"),this.triggerMethod("editor:destroy")},onBeforeRender:function(){var a=elementor.getElementControls(this.model);if(!a)throw new Error("No found editor controls");this.collection=new Backbone.Collection(a)},onRender:function(){this.getOption("editedElementView").$el.addClass("elementor-element-editable"),this.ui.tabs.eq(0).find("a").trigger("click"),this.$(".tooltip-target").tipsy({gravity:function(){var a=Backbone.$(this).data("tooltip-pos");return void 0!==a?a:"n"},title:function(){return this.getAttribute("data-tooltip")}})},onModelDestroy:function(){this.destroy()},onClickTabControl:function(a){a.preventDefault();var b=this.$(a.target);this.ui.tabs.removeClass("active"),b.closest("li").addClass("active"),this.model.get("settings").trigger("control:switch:tab",b.data("tab")),this.openFirstSectionInCurrentTab(b.data("tab"))},openFirstSectionInCurrentTab:function(a){var b="elementor-open",c=this.children.filter(function(a){return!_.isEmpty(a.model.get("section"))}),d=this.children.filter(function(b){return"section"===b.model.get("type")&&a===b.model.get("tab")});_.isEmpty(d)||(d=d[0],d.ui.heading.addClass(b),_.each(c,function(a){return a.model.get("section")!==d.model.get("name")?void a.$el.removeClass(b):void a.$el.addClass(b)}))},onChildviewControlSectionClicked:function(a){var b="elementor-open",c=a.model.get("name"),d=a.ui.heading.hasClass(b),e=this.children.filter(function(a){return!_.isEmpty(a.model.get("section"))});this.$(".elementor-control.elementor-control-type-section .elementor-panel-heading").removeClass(b),d?c="":a.ui.heading.addClass(b),_.each(e,function(a){return a.model.get("section")!==c?void a.$el.removeClass(b):void a.$el.addClass(b)}),elementor.data.trigger("scrollbar:update")}}),b.exports=d},{}],13:[function(a,b,c){var d,e=a("../models/element");d=Backbone.Collection.extend({model:e}),b.exports=d},{"../models/element":15}],14:[function(a,b,c){var d,e=a("./collections/elements"),f=a("./views/elements"),g=a("./views/search");d=Marionette.LayoutView.extend({template:"#tmpl-elementor-panel-elements",regions:{elements:"#elementor-panel-elements-wrapper",search:"#elementor-panel-elements-search-area"},initialize:function(){this.listenTo(elementor.panelElements,"element:selected",this.destroy)},clearSearchInput:function(){this.getChildView("search").triggerMethod("clear:filter")},changeFilter:function(a){elementor.panelElements.reply("filter:value",a).trigger("change")},clearFilters:function(){this.changeFilter(null),this.clearSearchInput()},onChildviewDragStart:function(a){elementor.panelElements.reply("element:selected",a)},onChildviewChildrenRender:function(){this.updateElementsScrollbar()},onChildviewSearchChangeInput:function(a){var b=a.ui.input.val();this.changeFilter(b,"search")},onDestroy:function(){elementor.panelElements.reply("filter:value",null)},onShow:function(){var a=this.getRegion("elements"),b=this.getRegion("search"),c=new e,d=elementor.config.elements.section;c.add({title:elementor.translate("inner_section"),elType:"section",keywords:d.keywords,icon:d.icon}),_.each(elementor.config.widgets,function(a,b){c.add({title:a.title,elType:"widget",categories:a.categories,keywords:a.keywords,icon:a.icon,widgetType:b})}),a.show(new f({collection:c})),b.show(new g)},updateElementsScrollbar:function(){elementor.data.trigger("scrollbar:update")}}),b.exports=d},{"./collections/elements":13,"./views/elements":17,"./views/search":18}],15:[function(a,b,c){var d;d=Backbone.Model.extend({defaults:{title:"",categories:[],keywords:[],icon:"",elType:"widget",widgetType:""}}),b.exports=d},{}],16:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-element-library-element",className:"elementor-element-wrapper",events:{click:"onClick"},triggers:{dragend:"drag:end"},onRender:function(){this.$el.html5Draggable({onDragStart:_.bind(function(){this.triggerMethod("drag:start")},this),groups:["elementor-element"]})}}),b.exports=d},{}],17:[function(a,b,c){var d,e=a("./element");d=Marionette.CollectionView.extend({childView:e,id:"elementor-panel-elements",initialize:function(){this.listenTo(elementor.panelElements,"change",this.onFilterChanged)},filter:function(a){var b=elementor.panelElements.request("filter:value");return b?_.any(["title","keywords"],function(c){return-1!==a.get(c).toLowerCase().indexOf(b.toLowerCase())}):!0},onFilterChanged:function(){this._renderChildren(),this.triggerMethod("children:render")}}),b.exports=d},{"./element":16}],18:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-element-search",id:"elementor-panel-elements-search-wrapper",ui:{input:"input"},triggers:{"keyup @ui.input":"search:change:input"},onClearFilter:function(){this.ui.input.val("")}}),b.exports=d},{}],19:[function(a,b,c){var d,e=a("elementor-panel/pages/menu/views/item");d=Marionette.CollectionView.extend({id:"elementor-panel-page-menu",childView:e,initialize:function(){this.collection=new Backbone.Collection([{icon:"paint-brush",title:elementor.translate("colors"),type:"page",pageName:"colorsScheme"},{icon:"font",title:elementor.translate("fonts"),type:"page",pageName:"typographyScheme"},{icon:"file-text",title:elementor.translate("page_settings")+" <span>("+elementor.translate("soon")+")</span>"},{icon:"cog",title:elementor.translate("elementor_settings"),type:"link",link:elementor.config.settings_page_link},{icon:"history",title:elementor.translate("revisions_history")+" <span>("+elementor.translate("soon")+")</span>"},{icon:"info-circle",title:elementor.translate("about_elementor"),type:"link",link:elementor.config.elementor_site,newTab:!0}])},onChildviewClick:function(a){var b=a.model.get("type");switch(b){case"page":var c=a.model.get("pageName"),d=a.model.get("title");elementor.getPanelView().setPage(c,d);break;case"link":var e=a.model.get("link"),f=a.model.get("newTab");f?open(e,"_blank"):location.href=a.model.get("link")}}}),b.exports=d},{"elementor-panel/pages/menu/views/item":20}],20:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-panel-menu-item",className:"elementor-panel-menu-item",triggers:{click:"click"}}),b.exports=d},{}],21:[function(a,b,c){var d;d=Marionette.CompositeView.extend({id:function(){return"elementor-panel-scheme-"+this.getType()},className:"elementor-panel-scheme",ui:function(){return{saveButton:".elementor-panel-scheme-save .elementor-button",discardButton:".elementor-panel-scheme-discard .elementor-button",resetButton:".elementor-panel-scheme-reset .elementor-button"}},events:function(){return{"click @ui.saveButton":"saveScheme","click @ui.discardButton":"discardScheme","click @ui.resetButton":"setDefaultScheme"}},childViewContainer:".elementor-panel-scheme-items",templateHelpers:function(){return{getTitle:_.bind(this.getTitle,this)}},initialize:function(){this.model=new Backbone.Model,this.resetScheme()},getType:function(){},getTitle:function(){return this.getScheme().title},getScheme:function(){return elementor.schemes.getScheme(this.getType())},changeChildrenUIValues:function(a){var b=this;_.each(a,function(a,c){var d=b.collection.findWhere({key:c}),e=b.children.findByModelCid(d.cid);e.changeUIValue(a)})},discardScheme:function(){elementor.schemes.resetSchemes(this.getType()),this.ui.saveButton.prop("disabled",!0),this._renderChildren()},setSchemeValue:function(a,b){elementor.schemes.setSchemeValue(this.getType(),a,b)},saveScheme:function(){elementor.schemes.saveScheme(this.getType()),this.ui.saveButton.prop("disabled",!0),this.resetScheme(),this._renderChildren()},setDefaultScheme:function(){var a=elementor.config.default_schemes[this.getType()].items;this.changeChildrenUIValues(a)},resetItems:function(){this.model.set("items",this.getScheme().items)},resetCollection:function(){var a=this.model.get("items");this.collection=new Backbone.Collection,_.each(a,_.bind(function(a,b){a.type=this.getType(),a.key=b,this.collection.add(a)},this))},resetScheme:function(){this.resetItems(),this.resetCollection()},onChildviewValueChange:function(a,b){this.ui.saveButton.removeProp("disabled"),this.setSchemeValue(a.model.get("key"),b)}}),b.exports=d},{}],22:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/base");d=e.extend({template:"#tmpl-elementor-panel-schemes-colors",ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.systemSchemes=".elementor-panel-scheme-color-system-scheme",a},events:function(){var a=e.prototype.events.apply(this,arguments);return a["click @ui.systemSchemes"]="onSystemSchemeClick",a},getChildView:function(){return a("elementor-panel/pages/schemes/items/color")},getType:function(){return"color"},onSystemSchemeClick:function(a){var b=Backbone.$(a.currentTarget),c=b.data("schemeName"),d=elementor.config.system_schemes.color[c].items;this.changeChildrenUIValues(d)}}),b.exports=d},{"elementor-panel/pages/schemes/base":21,"elementor-panel/pages/schemes/items/color":24}],23:[function(a,b,c){var d;d=Marionette.ItemView.extend({getTemplate:function(){return Marionette.TemplateCache.get("#tmpl-elementor-panel-scheme-"+this.model.get("type")+"-item")},className:function(){return"elementor-panel-scheme-item"}}),b.exports=d},{}],24:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/items/base");d=e.extend({ui:{input:".elementor-panel-scheme-color-value"},changeUIValue:function(a){this.ui.input.wpColorPicker("color",a)},onBeforeDestroy:function(){this.ui.input.wpColorPicker("instance")&&this.ui.input.wpColorPicker("close")},onRender:function(){this.ui.input.wpColorPicker({change:_.bind(function(a,b){this.triggerMethod("value:change",b.color.toString())},this)})}}),b.exports=d},{"elementor-panel/pages/schemes/items/base":23}],25:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/items/base");d=e.extend({className:function(){var a=e.prototype.className.apply(this,arguments);return a+" elementor-panel-box"},ui:{heading:".elementor-panel-heading",allFields:".elementor-panel-scheme-typography-item-field",inputFields:"input.elementor-panel-scheme-typography-item-field",selectFields:"select.elementor-panel-scheme-typography-item-field",selectFamilyFields:'select.elementor-panel-scheme-typography-item-field[name="font_family"]'},events:{"input @ui.inputFields":"onFieldChange","change @ui.selectFields":"onFieldChange","click @ui.heading":"toggleVisibility"},onRender:function(){var a=this;this.ui.inputFields.add(this.ui.selectFields).each(function(){var b=Backbone.$(this),c=b.attr("name"),d=a.model.get("value")[c];b.val(d)}),this.ui.selectFamilyFields.select2({dir:elementor.config.is_rtl?"rtl":"ltr"})},toggleVisibility:function(){this.ui.heading.toggleClass("elementor-open")},changeUIValue:function(a){this.ui.allFields.each(function(){var b=Backbone.$(this),c=b.attr("name"),d=a[c];b.val(d).trigger("change")})},onFieldChange:function(a){var b=this.$(a.currentTarget),c=elementor.helpers.cloneObject(this.model.get("value")),d=b.attr("name");c[d]=b.val(),"font_family"!==d||_.isEmpty(c[d])||elementor.helpers.enqueueFont(c[d]),this.triggerMethod("value:change",c)}}),b.exports=d},{"elementor-panel/pages/schemes/items/base":23}],26:[function(a,b,c){var d,e=a("elementor-panel/pages/schemes/base");d=e.extend({template:"#tmpl-elementor-panel-schemes-typography",getChildView:function(){return a("elementor-panel/pages/schemes/items/typography")},getType:function(){return"typography"}}),b.exports=d},{"elementor-panel/pages/schemes/base":21,"elementor-panel/pages/schemes/items/typography":25}],27:[function(a,b,c){var d,e=a("elementor-layouts/edit-mode");d=Marionette.LayoutView.extend({template:"#tmpl-elementor-panel",className:"elementor-panel-inner",regions:{content:"#elementor-panel-content-wrapper",header:"#elementor-panel-header-wrapper",footer:"#elementor-panel-footer",modeSwitcher:"#elementor-mode-switcher"},pages:{elements:{view:a("elementor-panel/pages/elements/elements"),title:elementor.translate("elementor")},editor:{view:a("elementor-panel/pages/editor")},menu:{view:a("elementor-panel/pages/menu/menu"),title:elementor.translate("elementor")},colorsScheme:{view:a("elementor-panel/pages/schemes/colors")},typographyScheme:{view:a("elementor-panel/pages/schemes/typography")}},childEvents:{"click:add":function(){this.setPage("elements")},"editor:destroy":function(){this.setPage("elements")}},currentPageName:null,_isScrollbarInitialized:!1,getHeaderView:function(){return this.getChildView("header")},getCurrentPageName:function(){return this.currentPageName},getCurrentPageView:function(){return this.getChildView("content")},setPage:function(a,b,c){var d=this.pages[a];if(!d)throw new ReferenceError("Elementor panel doesn't have page named '"+a+"'");this.showChildView("content",new d.view(c)),this.getHeaderView().setTitle(b||d.title),this.currentPageName=a},onBeforeShow:function(){elementor.filterState.reply("get",{type:"parent",term:""});var b=a("elementor-layouts/panel/footer"),c=a("elementor-layouts/panel/header");this.showChildView("modeSwitcher",new e),this.showChildView("header",new c),this.showChildView("footer",new b),this.updateScrollbar=_.throttle(this.updateScrollbar,100),this.getRegion("content").on("before:show",_.bind(this.onEditorBeforeShow,this)).on("empty",_.bind(this.onEditorEmpty,this)).on("show",_.bind(this.updateScrollbar,this)),this.setPage("elements"),this.listenTo(elementor.data,"scrollbar:update",this.updateScrollbar);
3
+ },onEditorBeforeShow:function(a,b,c){_.defer(this.updateScrollbar)},onEditorEmpty:function(a){this.updateScrollbar()},updateScrollbar:function(){var a=Backbone.$("#elementor-panel-content-wrapper");return this._isScrollbarInitialized?void a.perfectScrollbar("update"):(a.perfectScrollbar(),void(this._isScrollbarInitialized=!0))}}),b.exports=d},{"elementor-layouts/edit-mode":9,"elementor-layouts/panel/footer":10,"elementor-layouts/panel/header":11,"elementor-panel/pages/editor":12,"elementor-panel/pages/elements/elements":14,"elementor-panel/pages/menu/menu":19,"elementor-panel/pages/schemes/colors":22,"elementor-panel/pages/schemes/typography":26}],28:[function(a,b,c){var d;d=Backbone.Model.extend({initialize:function(a){if(this.controls=elementor.getElementControls(this),this.controls){var b=a||{},c={};_.each(this.controls,function(a){var b=elementor.config.controls[a.type];_.isObject(b.default_value)?c[a.name]=_.extend({},b.default_value,a["default"]||{}):c[a.name]=a["default"]||b.default_value}),this.defaults=c,b=_.defaults({},b,c),_.each(this.controls,function(a){"repeater"===a.type&&(b[a.name]=new Backbone.Collection(b[a.name],{model:d}))}),this.set(b)}},getFontControls:function(){return _.filter(this.controls,_.bind(function(a){return"font"===a.type},this))},getStyleControls:function(){return _.filter(this.controls,_.bind(function(a){return this.isStyleControl(a.name)},this))},isStyleControl:function(a){var b=_.find(this.controls,function(b){return a===b.name});return _.isUndefined(b)?!1:!_.isEmpty(b.selectors)},getClassControls:function(){return _.filter(this.controls,_.bind(function(a){return this.isClassControl(a.name)},this))},isClassControl:function(a){var b=_.find(this.controls,function(b){return a===b.name});return b&&!_.isUndefined(b.prefix_class)},getControl:function(a){return _.find(this.controls,function(b){return a===b.name})},clone:function(){return new d(elementor.helpers.cloneObject(this.attributes))},toJSON:function(){var a=Backbone.Model.prototype.toJSON.call(this);return delete a.widgetType,delete a.elType,_.each(a,function(b,c){b&&b.toJSON&&(a[c]=b.toJSON())}),a}}),b.exports=d},{}],29:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{_inline_size:"",_column_size:100}}),b.exports=d},{"elementor-models/base-settings":28}],30:[function(a,b,c){var d,e,f=a("elementor-models/base-settings"),g=a("elementor-models/widget-settings"),h=a("elementor-models/column-settings"),i=a("elementor-models/row-settings"),j=a("elementor-models/section-settings");d=Backbone.Model.extend({defaults:{id:"",elType:"",isInner:!1,settings:{},defaultEditSettings:{}},remoteRender:!1,_htmlCache:null,_jqueryXhr:null,initialize:function(a){var b,c=this.get("elements"),d=this.get("elType"),k={widget:g,column:h,row:i,section:j},l=k[d]||f;b=this.get("settings"),"widget"===d&&(b.widgetType=this.get("widgetType")),b.elType=d,b=new l(b),this.set("settings",b),this.initEditSettings(),void 0!==c&&this.set("elements",new e(c)),"widget"===this.get("elType")&&(this.remoteRender=!0,this.setHtmlCache(a.htmlCache||"")),delete a.htmlCache,this.renderRemoteServer=_.throttle(this.renderRemoteServer,1e3),this.on("destroy",this.onDestroy),this.on("editor:close",this.onCloseEditor)},initEditSettings:function(){this.set("editSettings",new Backbone.Model(this.get("defaultEditSettings")))},onDestroy:function(){var a=this.get("settings"),b=this.get("elements");void 0!==b&&_.each(_.clone(b.models),function(a){a.destroy()}),a.destroy()},onCloseEditor:function(){this.initEditSettings(),this.renderRemoteServer()},setSetting:function(a,b,c){c=c||!1;var d=this.get("settings");d.set(a,b),this.set("settings",d),c&&(this.trigger("change",this),this.trigger("change:settings",this),this.trigger("change:settings:"+a,this))},getSetting:function(a){var b=this.get("settings");return void 0===b.get(a)?"":b.get(a)},setHtmlCache:function(a){this._htmlCache=a},getHtmlCache:function(){return this._htmlCache},getTitle:function(){var a=elementor.getElementData(this);return a?a.title:"Unknown"},getIcon:function(){var a=elementor.getElementData(this);return a?a.icon:"unknown"},renderRemoteServer:function(){if(this.remoteRender){this.trigger("before:remote:render"),this._jqueryXhr&&4!==this._jqueryXhr&&this._jqueryXhr.abort();var a=this.toJSON();this._jqueryXhr=Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_render_widget",post_id:elementor.config.post_id,data:JSON.stringify(a)},dataType:"json"}).done(_.bind(this.onRemoteGetHtml,this))}},onRemoteGetHtml:function(a){this.setHtmlCache(a.data.render),this.trigger("remote:render")},clone:function(){var a=Backbone.Model.prototype.clone.apply(this,arguments);a.set("id",elementor.helpers.getUniqueID()),a.setHtmlCache(this.getHtmlCache());var b=this.get("elements"),c=this.get("settings");return _.isEmpty(b)||a.set("elements",b.clone()),a.set("settings",c.clone()),a},toJSON:function(a){a=_.extend({copyHtmlCache:!1},a);var b=Backbone.Model.prototype.toJSON.call(this);return _.each(b,function(c,d){c&&c.toJSON&&(b[d]=c.toJSON(a))}),a.copyHtmlCache?b.htmlCache=this.getHtmlCache():delete b.htmlCache,b}}),e=Backbone.Collection.extend({add:function(a,b,c){if(!(b&&b.silent||c))throw"Call Error: Adding model to element collection is allowed only by the dedicated addChildModel() method.";return Backbone.Collection.prototype.add.call(this,a,b)},model:function(a,b){return a.elType?new d(a,b):new Backbone.Model(a,b)},clone:function(){var a=Backbone.Collection.prototype.clone.apply(this,arguments),b=new e;return a.forEach(function(a){b.add(a.clone(),null,!0)}),b}}),e.prototype.sync=function(){return null},e.prototype.fetch=function(){return null},e.prototype.save=function(){return null},d.prototype.sync=function(){return null},d.prototype.fetch=function(){return null},d.prototype.save=function(){return null},b.exports={Model:d,Collection:e}},{"elementor-models/base-settings":28,"elementor-models/column-settings":29,"elementor-models/row-settings":31,"elementor-models/section-settings":32,"elementor-models/widget-settings":33}],31:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{}}),b.exports=d},{"elementor-models/base-settings":28}],32:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({defaults:{}}),b.exports=d},{"elementor-models/base-settings":28}],33:[function(a,b,c){var d,e=a("elementor-models/base-settings");d=e.extend({}),b.exports=d},{"elementor-models/base-settings":28}],34:[function(a,b,c){var d;d={init:function(){var a;this.getModal=function(){return a||(a=this.initModal()),a},Backbone.$(document).on({"heartbeat-send":function(a,b){b.elementor_post_lock={post_ID:elementor.config.post_id}},"heartbeat-tick":function(a,b){b.locked_user?d.showLockMessage(b.locked_user):d.getModal().hide()}}),elementor.config.locked_user&&d.showLockMessage(elementor.config.locked_user)},initModal:function(){var a=elementor.dialogsManager.createWidget("options",{headerMessage:elementor.translate("take_over")});return a.addButton({name:"go_back",text:elementor.translate("go_back"),callback:function(){parent.history.go(-1)}}),a.addButton({name:"take_over",text:elementor.translate("take_over"),callback:function(){wp.heartbeat.enqueue("elementor_force_post_lock",!0),wp.heartbeat.connectNow()}}),a},showLockMessage:function(a){var b=d.getModal();b.setMessage(elementor.translate("dialog_user_taken_over",[a])).show()}},b.exports=d},{}],35:[function(a,b,c){var d;d={_enqueuedFonts:[],elementsHierarchy:{section:{column:{widget:null,section:null}}},enqueueFont:function(a){if(-1===this._enqueuedFonts.indexOf(a)){var b,c=elementor.config.controls.font.fonts[a];switch(c){case"googlefonts":b="https://fonts.googleapis.com/css?family="+a+":100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";break;case"earlyaccess":var d=a.replace(/\s+/g,"").toLowerCase();b="https://fonts.googleapis.com/earlyaccess/"+d+".css"}_.isEmpty(b)||elementor.$previewContents.find("link:last").after('<link href="'+b+'" rel="stylesheet" type="text/css">'),this._enqueuedFonts.push(a)}},getElementChildType:function(a,b){if(b||(b=this.elementsHierarchy),void 0!==b[a])return Backbone.$.isPlainObject(b[a])?Object.keys(b[a]):null;for(var c in b)if(b.hasOwnProperty(c)&&Backbone.$.isPlainObject(b[c])){var d=this.getElementChildType(a,b[c]);if(d)return d}return null},getUniqueID:function(){var a;return a=Math.random().toString(36).substr(2,7)},stringReplaceAll:function(a,b){var c=new RegExp(Object.keys(b).join("|"),"gi");return a.replace(c,function(a){return b[a]})},isControlVisible:function(a,b){var c;if(c=_.isFunction(a.get)?a.get("condition"):a.condition,_.isEmpty(c))return!0;var d=_.filter(c,function(a,c){var d=c.match(/([a-z_0-9]+)(?:\[([a-z_]+)])?(!?)$/i),e=d[1],f=d[2],g=!!d[3],h=b.get(e);f&&(h=h[f]);var i=_.isArray(a)?_.contains(a,h):a===h;return g?i:!i});return _.isEmpty(d)},cloneObject:function(a){return JSON.parse(JSON.stringify(a))},getYoutubeIDFromURL:function(a){var b=a.match(/^.*(youtu.be\/|v\/|e\/|u\/\w+\/|embed\/|v=)([^#\&\?]*).*/);return b&&b[2]}},b.exports=d},{}],36:[function(a,b,c){var d;d={getPresetsDictionary:function(){return{11:100/9,12:12.5,14:100/7,16:100/6,33:100/3,66:2/3*100,83:5/6*100}},getAbsolutePresetValues:function(a){var b=elementor.helpers.cloneObject(a),c=this.getPresetsDictionary();return _.each(b,function(a,d){c[a]&&(b[d]=c[a])}),b},getPresets:function(a,b){var c=elementor.helpers.cloneObject(elementor.config.elements.section.presets);return a&&(c=c[a]),b&&(c=c[b]),c},getPresetByStructure:function(a){var b=this.getParsedStructure(a);return this.getPresets(b.columnsCount,b.presetIndex)},getParsedStructure:function(a){return a+="",{columnsCount:a.slice(0,-1),presetIndex:a.substr(-1)}},getPresetSVG:function(a,b,c,d){b=b||100,c=c||50,d=d||2;var e=this.getAbsolutePresetValues(a),f=this._generatePresetSVGPath(e,b,c,d);return this._createSVGPreset(f,b,c)},_createSVGPreset:function(a,b,c){var d=document.createElementNS("http://www.w3.org/2000/svg","svg");d.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),d.setAttribute("viewBox","0 0 "+b+" "+c);var e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("d",a),d.appendChild(e),d},_generatePresetSVGPath:function(a,b,c,d){for(var e=b-d*(a.length-1),f=0,g="",h=0;h<a.length;h++){h&&(g+=" ");var i=a[h]/100*e;f+=i,g+="M"+ +f.toFixed(4)+",0",g+="V"+c,g+="H"+ +(f-i).toFixed(4),g+="V0Z",f+=d}return g}},b.exports=d},{}],37:[function(a,b,c){var d;d=function(){var a=this,b={},c={},d={selectorWrapperPrefix:".elementor-widget-"},e={},f=function(){e.$previewHead.append(e.$style)},g=function(){e.$style=Backbone.$("<style>",{id:"elementor-style-scheme"}),e.$previewHead=elementor.$previewContents.find("head")},h=function(a,c){b[a]||(b[a]=[]),b[a].push(c)},i=function(b,c){_.each(b.selectors,function(e,f){var g,i,j=a.getSchemeValue(b.scheme.type,b.scheme.value,b.scheme.key);_.isEmpty(j)||(g=f.replace(/\{\{WRAPPER\}\}/g,d.selectorWrapperPrefix+c),i=elementor.getControlItemView().replaceStyleValues(e,j.value),h(g,i))})},j=function(b,c){var d=a.getWidgetSchemeControls(b);_.each(d,function(a){i(a,c)})},k=function(){_.each(elementor.config.widgets,function(a,b){j(a,b)})},l=function(){var a="";return _.each(b,function(b,c){a+=c+"{"+b.join("")+"}"}),a},m=function(){b={}};this.init=function(){return g(),f(),a.resetSchemes(),a},this.getWidgetSchemeControls=function(a){return _.filter(a.controls,function(a){return _.isObject(a.scheme)})},this.getSchemes=function(){return c},this.getScheme=function(a){return c[a]},this.getSchemeValue=function(b,c,d){var e=a.getScheme(b),f=e.items[c];if(d&&_.isObject(f)){var g=elementor.helpers.cloneObject(f);return g.value=f.value[d],g}return f},this.printSchemesStyle=function(){m(),k(),e.$style.text(l())},this.resetSchemes=function(a){a?c[a]=elementor.helpers.cloneObject(elementor.config.schemes[a]):c=elementor.helpers.cloneObject(elementor.config.schemes),this.onSchemeChange()},this.saveScheme=function(a){elementor.config.schemes[a].items=elementor.helpers.cloneObject(c[a].items),NProgress.start(),Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_apply_scheme",scheme_name:a,data:JSON.stringify(c[a].items)}}).done(function(a){NProgress.done()})},this.setSchemeValue=function(a,b,d){c[a].items[b].value=d,this.onSchemeChange()},this.onSchemeChange=function(){this.printSchemesStyle()}},b.exports=new d},{}],38:[function(a,b,c){var d;d=Marionette.CompositeView.extend({tagName:"div",id:function(){return this.getElementUniqueClass()},attributes:function(){var a=this.model.get("elType");return"widget"===a&&(a=this.model.get("widgetType")),{"data-element_type":a}},modelEvents:{},baseEvents:{},elementEvents:{},getElementType:function(){return this.model.get("elType")},getChildType:function(){return elementor.helpers.getElementChildType(this.getElementType())},events:function(){return _.extend({},this.baseEvents,this.elementEvents)},initialize:function(){this.collection=this.model.get("elements"),this.collection&&this.listenTo(this.collection,"add remove reset",this.onCollectionChanged,this),this.listenTo(this.model.get("settings"),"change",this.onSettingsChanged,this),this.listenTo(this.model.get("editSettings"),"change",this.onSettingsChanged,this),this.on("render",this.enqueueFonts),this.on("render",this.renderStyles),this.on("render",this.renderCustomClasses),this.on("render",this.runReadyTrigger),this.initRemoveDialog()},addChildModel:function(a,b){return this.collection.add(a,b,!0)},isCollectionFilled:function(){return!1},isInner:function(){return!!this.model.get("isInner")},initRemoveDialog:function(){var a;this.getRemoveDialog=function(){return a||(a=elementor.dialogsManager.createWidget("confirm",{message:elementor.translate("dialog_confirm_delete"),headerMessage:elementor.translate("delete_element"),strings:{confirm:elementor.translate("delete"),cancel:elementor.translate("cancel")},defaultOption:"confirm",onConfirm:_.bind(function(){this.model.destroy()},this)})),a}},enqueueFonts:function(){_.each(this.model.get("settings").getFontControls(),_.bind(function(a){var b=this.model.getSetting(a.name);if(!_.isEmpty(b)){var c=elementor.helpers.isControlVisible(a,this.model.get("settings"));c&&elementor.helpers.enqueueFont(b)}},this))},renderStyles:function(){var a="",b=elementor.$previewContents.find("#elementor-style-"+this.model.cid),c=this.model.get("settings").getStyleControls();if(_.each(c,_.bind(function(b){var c=this.model.getSetting(b.name);if(_.isNumber(c)||!_.isEmpty(c)){var d=elementor.helpers.isControlVisible(b,this.model.get("settings"));d&&_.each(b.selectors,_.bind(function(d,e){var f=e.replace(/\{\{WRAPPER\}\}/g,"#"+this.getElementUniqueClass()),g=elementor.getControlItemView(b.type).replaceStyleValues(d,c);_.isEmpty(g)||(a+=f+"{"+g+"}")},this))}},this)),"column"===this.model.get("elType")){var d=this.model.getSetting("_inline_size");_.isEmpty(d)||(a+="@media (min-width: 768px) {#"+this.getElementUniqueClass()+"{width:"+d+"%;}")}0===b.length&&(elementor.$previewContents.find("head").append('<style type="text/css" id="elementor-style-'+this.model.cid+'"></style>'),b=elementor.$previewContents.find("#elementor-style-"+this.model.cid)),b.html(a)},renderCustomClasses:function(){this.$el.addClass("elementor-element");var a=this.model.get("settings");_.each(a.attributes,_.bind(function(b,c){if(a.isClassControl(c)){var d=a.getControl(c);this.$el.removeClass(d.prefix_class+a.previous(c));var e=elementor.helpers.isControlVisible(d,this.model.get("settings"));e&&!_.isEmpty(a.get(c))&&(this.$el.addClass(d.prefix_class+a.get(c)),this.$el.addClass(_.result(this,"className")))}},this))},runReadyTrigger:function(){elementorBindUI.runReadyTrigger(this.$el)},getElementUniqueClass:function(){return"elementor-element-"+this.model.get("id")},onCollectionChanged:function(){elementor.setFlagEditorChange(!0)},onSettingsChanged:function(a){elementor.setFlagEditorChange(!0),this.renderStyles(),this.renderCustomClasses()},onClickRemove:function(a){a.preventDefault(),a.stopPropagation(),this.getRemoveDialog().show()}}),b.exports=d},{}],39:[function(a,b,c){var d,e=a("elementor-views/base-element"),f=a("elementor-views/element-empty"),g=a("elementor-views/widget");d=e.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-element-column-content"),elementEvents:{"click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-remove":"onClickRemove","click @ui.listTriggers":"onClickTrigger"},getChildView:function(b){return"section"===b.get("elType")?a("elementor-views/section"):g},emptyView:f,className:function(){var a="elementor-column",b=this.isInner()?"inner":"top";return a+=" elementor-"+b+"-column"},childViewContainer:"> .elementor-column-wrap > .elementor-widget-wrap",triggers:{"click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-add":"click:new","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-edit":"click:edit","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger":"click:edit","click > .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-duplicate":"click:duplicate"},ui:{columnTitle:".column-title",columnInner:"> .elementor-column-wrap",listTriggers:"> .elementor-element-overlay .elementor-editor-element-trigger"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"widget"},Resizable:{behaviorClass:a("elementor-behaviors/resizable")},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")},HandleAddMode:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},initialize:function(){e.prototype.initialize.apply(this,arguments),this.listenTo(elementor.data,"widget:drag:start",this.onWidgetDragStart),this.listenTo(elementor.data,"widget:drag:end",this.onWidgetDragEnd)},isDroppingAllowed:function(a,b){var c=elementor.panelElements.request("element:selected"),d=c.model.get("elType");return"section"===d?!this.isInner():"widget"===d},changeSizeUI:function(){var a=this.model.getSetting("_column_size"),b=this.model.getSetting("_inline_size"),c=parseFloat(b||a).toFixed(1)+"%";this.$el.attr("data-col",a),this.ui.columnTitle.html(c)},getSortableOptions:function(){return{connectWith:".elementor-widget-wrap",items:"> .elementor-element"}},onCollectionChanged:function(){e.prototype.onCollectionChanged.apply(this,arguments),this.changeChildContainerClasses()},changeChildContainerClasses:function(){var a="elementor-element-empty",b="elementor-element-populated";this.collection.isEmpty()?this.ui.columnInner.removeClass(b).addClass(a):this.ui.columnInner.removeClass(a).addClass(b)},onRender:function(){var a=this;a.changeChildContainerClasses(),a.changeSizeUI(),a.$el.html5Droppable({items:" > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element, >.elementor-column-wrap > .elementor-widget-wrap > .elementor-empty-view > .elementor-first-add",axis:["vertical"],groups:["elementor-element"],isDroppingAllowed:_.bind(a.isDroppingAllowed,a),onDragging:function(b,c){c.stopPropagation(),a.$el.addClass("elementor-dragging-on-child"),this.dataset.side!==b&&Backbone.$(this).attr("data-side",b)},onDragLeave:function(){a.$el.removeClass("elementor-dragging-on-child"),Backbone.$(this).removeAttr("data-side")},onDropping:function(b,c){c.stopPropagation();var d=elementor.panelElements.request("element:selected"),e=Backbone.$(this).index();"bottom"===b&&e++;var f={id:elementor.helpers.getUniqueID(),elType:d.model.get("elType")};if("widget"===f.elType)f.widgetType=d.model.get("widgetType");else{if("section"!==f.elType)return;f.elements=[],f.isInner=!0}a.triggerMethod("request:add",f,{at:e})}})},onClickTrigger:function(a){a.preventDefault();var b=this.$(a.currentTarget),c=b.hasClass("elementor-active");this.ui.listTriggers.removeClass("elementor-active"),c||b.addClass("elementor-active")},onWidgetDragStart:function(){this.$el.addClass("elementor-dragging")},onWidgetDragEnd:function(){this.$el.removeClass("elementor-dragging")}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/resizable":7,"elementor-behaviors/sortable":8,"elementor-views/base-element":38,"elementor-views/element-empty":59,"elementor-views/section":60,"elementor-views/widget":62}],40:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({applySavedValue:function(){var a=this.getControlValue(),b=this.$("[data-setting]"),c=this;_.each(a,function(a,d){var e=b.filter(function(){return d===this.dataset.setting});c.setInputValue(e,a)})},getControlValue:function(a){var b=this.elementSettingsModel.get(this.model.get("name"));return Backbone.$.isPlainObject(b)?a?b[a]||"":elementor.helpers.cloneObject(b):{}},setValue:function(a,b){var c=this.getControlValue();"object"==typeof a?_.each(a,function(a,b){c[b]=a}):c[a]=b,this.setSettingsModel(c)},updateElementModel:function(a){var b=this.getInputValue(a.currentTarget),c=a.currentTarget.dataset.setting;this.setValue(c,b)}},{replaceStyleValues:function(a,b){if(!_.isObject(b))return"";try{return a.replace(/\{\{([A-Z]+)}}/g,function(a,c){var d=b[c.toLowerCase()];if(""===d)throw"";return d})}catch(c){return""}}}),b.exports=d},{"elementor-views/controls/base":42}],41:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({getCurrentRange:function(){return this.getUnitRange(this.getControlValue("unit"))},getUnitRange:function(a){var b=this.model.get("range");return b&&b[a]?b[a]:!1}}),b.exports=d},{"elementor-views/controls/base-multiple":40}],42:[function(a,b,c){var d;d=Marionette.CompositeView.extend({ui:function(){return{input:'input[data-setting][type!="checkbox"][type!="radio"]',checkbox:'input[data-setting][type="checkbox"]',radio:'input[data-setting][type="radio"]',select:"select[data-setting]",textarea:"textarea[data-setting]"}},className:function(){var a="elementor-control elementor-control-"+this.model.get("name")+" elementor-control-type-"+this.model.get("type"),b=this.model.get("classes");return _.isEmpty(b)||(a+=" "+b),_.isEmpty(this.model.get("section"))||(a+=" elementor-control-under-section"),a},getTemplate:function(){return Marionette.TemplateCache.get("#tmpl-elementor-control-"+this.model.get("type")+"-content")},templateHelpers:function(){var a={controlValue:this.getControlValue(),_cid:this.model.cid};return{data:_.extend({},this.model.toJSON(),a)}},baseEvents:{"input @ui.input":"onBaseInputChange","change @ui.checkbox":"onBaseInputChange","change @ui.radio":"onBaseInputChange","input @ui.textarea":"onBaseInputChange","change @ui.select":"onBaseInputChange"},childEvents:{},events:function(){return _.extend({},this.baseEvents,this.childEvents)},initialize:function(a){this.elementSettingsModel=a.elementSettingsModel;var b=this.model.get("type"),c=_.extend({},elementor.config.controls[b],this.model.attributes);this.model.set(c),this.listenTo(this.elementSettingsModel,"change",this.toggleControlVisibility),this.listenTo(this.elementSettingsModel,"control:switch:tab",this.onControlSwitchTab)},getControlValue:function(){return this.elementSettingsModel.get(this.model.get("name"))},isValidValue:function(a){return!0},setValue:function(a){this.setSettingsModel(a)},setSettingsModel:function(a){return!0!==this.isValidValue(a)?void this.triggerMethod("settings:error"):(this.elementSettingsModel.set(this.model.get("name"),a),void this.triggerMethod("settings:change"))},applySavedValue:function(){this.setInputValue('[data-setting="'+this.model.get("name")+'"]',this.getControlValue())},getEditSettings:function(a){var b=this.getOption("elementEditSettings").toJSON();return a?b[a]:b},setEditSetting:function(a,b){var c=this.getOption("elementEditSettings");c.set(a,b)},getInputValue:function(a){var b=this.$(a),c=b.val(),d=b.attr("type");return"checkbox"===d?b.prop("checked"):"radio"===d?b.prop("checked")?c:"":c},setInputValue:function(a,b){var c=this.$(a),d=c.attr("type");"checkbox"===d?c.prop("checked",!!b):"radio"===d?c.filter('[value="'+b+'"]').prop("checked",!0):c.val(b)},onSettingsError:function(){this.$el.addClass("elementor-error")},onSettingsChange:function(){this.$el.removeClass("elementor-error")},onRender:function(){this.applySavedValue();var a=this.model.get("label_block")?"block":"inline",b=this.model.get("show_label"),c="elementor-label-"+a;c+=" elementor-control-separator-"+this.model.get("separator"),b||(c+=" elementor-control-hidden-label"),this.$el.addClass(c),this.triggerMethod("ready"),this.toggleControlVisibility()},onBaseInputChange:function(a){this.updateElementModel(a),this.triggerMethod("input:change",a)},toggleControlVisibility:function(){var a=elementor.helpers.isControlVisible(this.model,this.elementSettingsModel);this.$el.toggleClass("elementor-hidden-control",!a),elementor.data.trigger("scrollbar:update")},onControlSwitchTab:function(a){this.$el.toggleClass("elementor-active-tab",a===this.model.get("tab")),elementor.data.trigger("scrollbar:update")},onReady:function(){},updateElementModel:function(a){this.setValue(this.getInputValue(a.currentTarget))}},{replaceStyleValues:function(a,b){var c={"{{VALUE}}":b};return elementor.helpers.stringReplaceAll(a,c)}}),b.exports=d},{}],43:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.inputs="[type=radio]",a},childEvents:{"mousedown label":"onMouseDownLabel","click @ui.inputs":"onClickInput","change @ui.inputs":"updateElementModel"},onMouseDownLabel:function(a){var b=this.$(a.currentTarget),c=this.$("#"+b.attr("for"));c.data("checked",c.prop("checked"))},onClickInput:function(a){if(this.model.get("toggle")){var b=this.$(a.currentTarget);b.data("checked")&&b.prop("checked",!1).trigger("change")}},onRender:function(){e.prototype.onRender.apply(this,arguments);var a=this.getControlValue();a?this.ui.inputs.filter("[value="+a+"]").prop("checked",!0):this.model.get("toggle")||this.ui.inputs.first().prop("checked",!0).trigger("change")}}),b.exports=d},{"elementor-views/controls/base":42}],44:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.picker=".color-picker-hex",a},onReady:function(){this.ui.picker.wpColorPicker({change:_.bind(function(){this.setValue(this.ui.picker.wpColorPicker("color"))},this),clear:_.bind(function(){this.setValue("")},this),width:251})},onBeforeDestroy:function(){this.ui.picker.wpColorPicker("instance")&&this.ui.picker.wpColorPicker("close"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":42}],45:[function(a,b,c){var d,e=a("elementor-views/controls/base-units");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controls=".elementor-control-dimension > input:enabled",a.link="button.elementor-link-dimensions",a},childEvents:{"click @ui.link":"onLinkDimensionsClicked"},defaultDimensionValue:0,initialize:function(){e.prototype.initialize.apply(this,arguments),this.model.set("allowed_dimensions",this.filterDimensions(this.model.get("allowed_dimensions")))},getPossibleDimensions:function(){return["top","right","bottom","left"]},filterDimensions:function(a){a=a||"all";var b=this.getPossibleDimensions();return"all"===a?b:(_.isArray(a)||("horizontal"===a?a=["right","left"]:"vertical"===a&&(a=["top","bottom"])),a)},onReady:function(){var a=this.getControlValue();this.isLinkedDimensions()||(this.ui.link.addClass("unlinked"),this.ui.controls.each(_.bind(function(b,c){var d=a[c.dataset.setting];_.isEmpty(d)&&(d=this.defaultDimensionValue),this.$(c).val(d)},this))),this.fillEmptyDimensions()},updateDimensionsValue:function(){var a={},b=this.getPossibleDimensions(),c=this.ui.controls;b.forEach(_.bind(function(b){var d=c.filter('[data-setting="'+b+'"]');a[b]=d.length?d.val():this.defaultDimensionValue},this)),this.setValue(a)},fillEmptyDimensions:function(){var a=this.getPossibleDimensions(),b=this.model.get("allowed_dimensions"),c=this.ui.controls;this.isLinkedDimensions()||a.forEach(_.bind(function(a){var d=c.filter('[data-setting="'+a+'"]'),e=-1!==_.indexOf(b,a);e&&d.length&&_.isEmpty(d.val())&&d.val(this.defaultDimensionValue)},this))},updateDimensions:function(){this.fillEmptyDimensions(),this.updateDimensionsValue()},resetDimensions:function(){this.ui.controls.val(""),this.updateDimensionsValue()},onInputChange:function(a){var b=a.target.dataset.setting;if("unit"===b&&this.resetDimensions(),_.contains(this.getPossibleDimensions(),b)){if(this.isLinkedDimensions()){var c=this.$(a.target);this.ui.controls.val(c.val())}this.updateDimensions()}},onLinkDimensionsClicked:function(a){a.preventDefault(),a.stopPropagation(),this.ui.link.toggleClass("unlinked"),this.setValue("isLinked",!this.ui.link.hasClass("unlinked")),this.isLinkedDimensions()&&this.ui.controls.val(this.ui.controls.eq(0).val()),this.updateDimensions()},isLinkedDimensions:function(){return this.getControlValue("isLinked")}}),b.exports=d},{"elementor-views/controls/base-units":41}],46:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.fontSelect=".elementor-control-font-family",a},onReady:function(){this.ui.fontSelect.select2({dir:elementor.config.is_rtl?"rtl":"ltr"})},onBeforeDestroy:function(){this.ui.fontSelect.data("select2")&&this.ui.fontSelect.select2("destroy"),this.$el.remove()},templateHelpers:function(){var a=e.prototype.templateHelpers.apply(this,arguments);return a.getFontsByGroups=_.bind(function(a){return _.pick(this.model.get("fonts"),function(b,c){return _.isArray(a)?_.contains(a,b):b===a})},this),a}}),b.exports=d},{"elementor-views/controls/base":42}],47:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controlMedia=".elementor-control-media",a.frameOpeners=".elementor-control-media-upload-button, .elementor-control-media-image",a.deleteButton=".elementor-control-media-delete",a},childEvents:{"click @ui.frameOpeners":"openFrame","click @ui.deleteButton":"deleteImage"},onReady:function(){_.isEmpty(this.getControlValue())&&this.ui.controlMedia.addClass("media-empty")},openFrame:function(){this.initFrame(),this.frame.open()},deleteImage:function(){this.setValue(""),this.render()},initFrame:function(){var a,b=this.getControlValue();a={frame:"post",multiple:!0,button:{text:"Insert Media"},state:"gallery"},""!==b&&(a.selection=this.fetchSelection(b),a.state="gallery-edit"),this.frame=wp.media(a),this.frame.on("update",_.bind(this.select,this)),this.frame.on("menu:render:default",_.bind(this.menuRender,this)),this.frame.on("content:render:browse",_.bind(this.gallerySettings,this))},menuRender:function(a){a.unset("insert"),a.unset("featured-image")},gallerySettings:function(a){a.sidebar.on("ready",function(){a.sidebar.unset("gallery")})},fetchSelection:function(a){var b=a.split(","),c={orderby:"post__in",order:"ASC",type:"image",perPage:-1,post__in:b},d=wp.media.query(c),e=new wp.media.model.Selection(d.models,{props:d.props.toJSON(),multiple:!0});return e},select:function(a){var b=a.pluck("id");this.setValue(b.toString()),this.render()},onBeforeDestroy:function(){this.frame&&(this.frame.off("update"),this.frame.off("menu:render:default"),this.frame.off("content:render:browse")),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":42}],48:[function(a,b,c){var d,e=a("elementor-views/controls/base");
4
+ d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.iconSelect=".elementor-control-icon",a},onReady:function(){this.ui.iconSelect.select2({allowClear:!0,templateResult:_.bind(this.iconsList,this),templateSelection:_.bind(this.iconsList,this)})},iconsList:function(a){return a.id?Backbone.$('<span><i class="'+a.id+'"></i> '+a.text+"</span>"):a.text},onBeforeDestroy:function(){this.ui.iconSelect.data("select2")&&this.ui.iconSelect.select2("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":42}],49:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.controlMedia=".elementor-control-media",a.frameOpeners=".elementor-control-media-upload-button, .elementor-control-media-image",a.deleteButton=".elementor-control-media-delete",a},childEvents:{"click @ui.frameOpeners":"openFrame","click @ui.deleteButton":"deleteImage"},onReady:function(){_.isEmpty(this.getControlValue("url"))&&this.ui.controlMedia.addClass("media-empty")},openFrame:function(){this.frame||this.initFrame(),this.frame.open()},deleteImage:function(){this.setValue({url:"",id:""}),this.render()},initFrame:function(){this.frame=wp.media({button:{text:"Insert Media"},states:[new wp.media.controller.Library({title:"Insert Media",library:wp.media.query({type:"image"}),multiple:!1,date:!1})]}),this.frame.on("insert select",_.bind(this.select,this))},select:function(){var a=this.frame.state().get("selection").first().toJSON();a.url&&(this.setValue({url:a.url,id:a.id}),this.render())},onBeforeDestroy:function(){this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base-multiple":40}],50:[function(a,b,c){var d;d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-repeater-row"),className:"repeater-fields",ui:{duplicateButton:".elementor-repeater-tool-duplicate",editButton:".elementor-repeater-tool-edit",removeButton:".elementor-repeater-tool-remove",itemNumber:".elementor-repeater-row-item-number"},triggers:{"click @ui.removeButton":"click:remove","click @ui.duplicateButton":"click:duplicate","click @ui.itemNumber":"click:edit"},templateHelpers:function(){return{itemIndex:this.getOption("itemIndex")}},childViewContainer:".elementor-repeater-row-controls",getChildView:function(a){var b=a.get("type");return elementor.getControlItemView(b)},childViewOptions:function(){return{elementSettingsModel:this.model}},updateIndex:function(a){this.itemIndex=a,this.render()},initialize:function(a){this.elementSettingsModel=a.elementSettingsModel,this.itemIndex=0,this.collection=new Backbone.Collection(a.controlFields)}}),b.exports=d},{}],51:[function(a,b,c){var d,e=a("elementor-views/controls/base"),f=a("elementor-views/controls/repeater-row");d=e.extend({ui:{btnAddRow:".elementor-repeater-add",fieldContainer:".elementor-repeater-fields"},events:{"click @ui.btnAddRow":"onButtonAddRowClick","sortstart @ui.fieldContainer":"onSortStart","sortupdate @ui.fieldContainer":"onSortUpdate"},childView:f,childViewContainer:".elementor-repeater-fields",templateHelpers:function(){return{data:_.extend({},this.model.toJSON(),{controlValue:[]})}},childViewOptions:function(a){return{controlFields:this.model.get("fields")}},initialize:function(a){e.prototype.initialize.apply(this,arguments),this.collection=this.elementSettingsModel.get(this.model.get("name")),this.listenTo(this.collection,"change add remove reset",this.onCollectionChanged,this)},editRow:function(a){return this.currentEditableChild&&this.currentEditableChild.getChildViewContainer(this.currentEditableChild).removeClass("editable"),this.currentEditableChild===a?void delete this.currentEditableChild:(a.getChildViewContainer(a).addClass("editable"),this.currentEditableChild=a,void this.updateActiveRow())},toggleMinRowsClass:function(){this.model.get("prevent_empty")&&this.$el.toggleClass("elementor-repeater-has-minimum-rows",1>=this.collection.length)},updateActiveRow:function(){var a=0;this.currentEditableChild&&(a=this.currentEditableChild.itemIndex),this.setEditSetting("activeItemIndex",a)},updateChildIndexes:function(){this.children.each(_.bind(function(a){a.updateIndex(this.collection.indexOf(a.model)+1)},this))},onRender:function(){this.ui.fieldContainer.sortable({axis:"y"}),this.toggleMinRowsClass()},onSortStart:function(a,b){b.item.data("oldIndex",b.item.index())},onSortUpdate:function(a,b){var c=b.item.data("oldIndex"),d=this.collection.at(c),e=b.item.index();this.collection.remove(d),this.collection.add(d,{at:e})},onAddChild:function(){this.updateChildIndexes(),this.updateActiveRow()},onRemoveChild:function(a){a===this.currentEditableChild&&delete this.currentEditableChild,this.updateChildIndexes(),this.updateActiveRow()},onCollectionChanged:function(){this.elementSettingsModel.trigger("change"),this.toggleMinRowsClass()},onButtonAddRowClick:function(){var a={};_.each(this.model.get("fields"),function(b){a[b.name]=b["default"]});var b=this.collection.add(a),c=this.children.findByModel(b);this.editRow(c)},onChildviewClickRemove:function(a){a.model.destroy()},onChildviewClickDuplicate:function(a){this.collection.add(a.model.clone(),{at:a.itemIndex})},onChildviewClickEdit:function(a){this.editRow(a)}}),b.exports=d},{"elementor-views/controls/base":42,"elementor-views/controls/repeater-row":50}],52:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.heading=".elementor-panel-heading",a},triggers:{click:"control:section:clicked"}}),b.exports=d},{"elementor-views/controls/base":42}],53:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.select=".elementor-select2",a},onReady:function(){var a={allowClear:!0};this.ui.select.select2(a)},onBeforeDestroy:function(){this.ui.select.data("select2")&&this.ui.select.select2("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base":42}],54:[function(a,b,c){var d,e=a("elementor-views/controls/base-units");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.slider=".elementor-control-slider",a},childEvents:{"slide @ui.slider":"onSlideChange"},initSlider:function(){var a=this.getControlValue("size"),b=this.getCurrentRange();this.ui.input.attr(b).val(a),this.ui.slider.slider(_.extend({},b,{value:a}))},resetSize:function(){this.setValue("size",""),this.initSlider()},onReady:function(){this.initSlider()},onSlideChange:function(a,b){this.setValue("size",b.value),this.ui.input.val(b.value)},onInputChange:function(a){var b=a.currentTarget.dataset.setting;"size"===b?this.ui.slider.slider("value",this.getControlValue("size")):"unit"===b&&this.resetSize()},onBeforeDestroy:function(){this.ui.slider.slider("destroy"),this.$el.remove()}}),b.exports=d},{"elementor-views/controls/base-units":41}],55:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({templateHelpers:function(){var a=e.prototype.templateHelpers.apply(this,arguments);return a.getMorePresets=_.bind(this.getMorePresets,this),a},getMorePresets:function(){var a=elementor.presetsFactory.getParsedStructure(this.getControlValue());return elementor.presetsFactory.getPresets(a.columnsCount)},onInputChange:function(){var a=elementor.getPanelView().getCurrentPageView(),b=a.getOption("editedElementView");b.redefineLayout(),this.render()}}),b.exports=d},{"elementor-views/controls/base":42}],56:[function(a,b,c){var d,e=a("elementor-views/controls/base-multiple");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.btnExternal="button.elementor-control-url-target",a},childEvents:{"click @ui.btnExternal":"onExternalClicked"},onReady:function(){var a=this.getControlValue();a.is_external&&this.ui.btnExternal.addClass("active"),a.url&&this.ui.input.val(a.url)},onExternalClicked:function(a){a.preventDefault(),this.ui.btnExternal.toggleClass("active"),this.setValue("is_external",this.isExternal())},isExternal:function(){return this.ui.btnExternal.hasClass("active")}}),b.exports=d},{"elementor-views/controls/base-multiple":40}],57:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({ui:function(){var a=e.prototype.ui.apply(this,arguments);return a.form="form",a.loading=".wp-widget-form-loading",a},events:{"keyup @ui.form :input":"onFormChanged","change @ui.form :input":"onFormChanged"},onFormChanged:function(){var a="widget-"+this.model.get("id_base"),b=this.ui.form.elementorSerializeObject()[a].REPLACE_TO_ID;this.setValue(b)},onReady:function(){Backbone.$.ajax({type:"POST",url:elementor.config.ajaxurl,data:{action:"elementor_editor_get_wp_widget_form",widget_type:this.model.get("widget"),data:JSON.stringify(this.elementSettingsModel.toJSON())}}).done(_.bind(function(a){this.ui.form.html(a)},this))}}),b.exports=d},{"elementor-views/controls/base":42}],58:[function(a,b,c){var d,e=a("elementor-views/controls/base");d=e.extend({childEvents:{"keyup textarea.elementor-wp-editor":"updateElementModel"},buttons:{keepInBasic:["bold","italic","link","unlink","wp_adv","fullscreen"],moveToBasic:{underline:"italic"}},initialize:function(){e.prototype.initialize.apply(this,arguments);var a=this;this.editorID="elementorwpeditor"+this.cid;var b={id:this.editorID,selector:"#"+this.editorID,setup:function(b){b.on("keyup change",function(){b.save(),a.setValue(b.getContent())})}};tinyMCEPreInit.mceInit[this.editorID]=_.extend(_.clone(tinyMCEPreInit.mceInit.elementorwpeditor),b),this.rearrangeButtons(),this.$el.addClass("elementor-loading-editor"),_.defer(function(){quicktags({buttons:"strong,em,del,link,img,close",id:a.editorID}),switchEditors.go(a.editorID,"tmce"),_.defer(function(){delete QTags.instances[0]})})},attachElContent:function(){var a=elementor.config.wp_editor.replace(/elementorwpeditor/g,this.editorID).replace("%%EDITORCONTENT%%",this.getControlValue());return this.$el.html(a),this},rearrangeButtons:function(){var a=tinyMCEPreInit.mceInit[this.editorID],b=a.toolbar1.split(","),c=a.toolbar2.split(","),d=Array.prototype.slice.call(this.buttons.keepInBasic),e=_.difference(b,d),f=_.difference(c,Object.keys(this.buttons.moveToBasic));_.each(this.buttons.moveToBasic,function(a,b){var c=d.indexOf(a);-1!==c&&d.splice(c+1,0,b)}),a.toolbar1=d.join(","),a.toolbar2=e+","+f},onBeforeDestroy:function(){tinymce.EditorManager.execCommand("mceRemoveEditor",!0,this.editorID),delete QTags.instances[this.editorID],delete tinyMCEPreInit.mceInit[this.editorID],delete tinyMCEPreInit.qtInit[this.editorID]}}),b.exports=d},{"elementor-views/controls/base":42}],59:[function(a,b,c){var d;d=Marionette.ItemView.extend({template:"#tmpl-elementor-empty-preview",className:"elementor-empty-view",events:{click:"onClickAdd"},onClickAdd:function(){elementor.getPanelView().setPage("elements")}}),b.exports=d},{}],60:[function(a,b,c){var d,e=a("elementor-views/base-element"),f=a("elementor-views/column");d=e.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-element-section-content"),childView:f,className:function(){var a="elementor-section",b=this.isInner()?"inner":"top";return a+=" elementor-"+b+"-section"},tagName:"section",childViewContainer:"> .elementor-container > .elementor-row",triggers:{"click .elementor-editor-section-settings-list .elementor-editor-element-edit":"click:edit","click .elementor-editor-section-settings-list .elementor-editor-element-trigger":"click:edit","click .elementor-editor-section-settings-list .elementor-editor-element-duplicate":"click:duplicate"},elementEvents:{"click .elementor-editor-section-settings-list .elementor-editor-element-remove":"onClickRemove"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"column"},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")},HandleAddMode:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},initialize:function(){e.prototype.initialize.apply(this,arguments),this.listenTo(this.collection,"add remove reset",this._checkIsFull),this.listenTo(this.collection,"remove",this.onCollectionRemove),this.listenTo(this.model,"change:settings:structure",this.onStructureChanged)},addEmptyColumn:function(){this.addChildModel({id:elementor.helpers.getUniqueID(),elType:"column",settings:{},elements:[]})},addChildModel:function(a,b){var c=a instanceof Backbone.Model,d=this.isInner();return c?a.set("isInner",d):a.isInner=d,e.prototype.addChildModel.apply(this,arguments)},getSortableOptions:function(){var a=this.isInner()?".elementor-inner-section":".elementor-top-section";return{connectWith:a+" > .elementor-container > .elementor-row",handle:"> .elementor-element-overlay .elementor-editor-column-settings-list .elementor-editor-element-trigger",items:"> .elementor-column"}},getColumnPercentSize:function(a,b){return b/a.parent().width()*100},getDefaultStructure:function(){return this.collection.length+"0"},getStructure:function(){return this.model.getSetting("structure")},setStructure:function(a){var b=elementor.presetsFactory.getParsedStructure(a);if(+b.columnsCount!==this.collection.length)throw new TypeError("The provided structure doesn't match the columns count.");this.model.setSetting("structure",a,!0)},redefineLayout:function(){var a=elementor.presetsFactory.getPresetByStructure(this.getStructure());this.collection.each(function(b,c){b.setSetting("_column_size",a.preset[c]),b.setSetting("_inline_size",null)}),this.children.invoke("changeSizeUI")},resetLayout:function(){this.setStructure(this.getDefaultStructure())},isCollectionFilled:function(){var a=10,b=this.collection.length;return b>=a},_checkIsFull:function(){this.$el.toggleClass("elementor-section-filled",this.isCollectionFilled())},_checkIsEmpty:function(){this.collection.length||this.addEmptyColumn()},onBeforeRender:function(){this._checkIsEmpty()},onRender:function(){this._checkIsFull()},onAddChild:function(){this.isBuffering||this.resetLayout()},onCollectionRemove:function(){this._checkIsEmpty(),this.resetLayout()},onChildviewRequestResize:function(a,b){var c=a.model.getSetting("_inline_size");c||(c=this.getColumnPercentSize(b.element,b.originalSize.width));var d=this.getColumnPercentSize(b.element,b.size.width),e=d-c;b.element.css({width:"",left:"initial"});var f=this.collection.indexOf(a.model),g=this.collection.at(f+1),h=this.children.findByModelCid(g.cid);if(h){var i=h.$el,j=this.getColumnPercentSize(i,i.width()),k=j-e;10>d||d>100||!e||10>k||k>100||(a.model.setSetting("_inline_size",d.toFixed(3)),a.changeSizeUI(),h.model.setSetting("_inline_size",k.toFixed(3)),h.changeSizeUI())}},onSettingsChanged:function(){e.prototype.onSettingsChanged.apply(this,arguments),this.render()},onStructureChanged:function(){this.redefineLayout()}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-behaviors/sortable":8,"elementor-views/base-element":38,"elementor-views/column":39}],61:[function(a,b,c){var d,e=a("elementor-views/section");d=Marionette.CompositeView.extend({template:Marionette.TemplateCache.get("#tmpl-elementor-preview"),id:"elementor-inner",childViewContainer:"#elementor-section-wrap",childView:e,ui:{addSectionArea:"#elementor-add-section",addNewSection:"#elementor-add-new-section",closePresetsIcon:"#elementor-select-preset-close",addIcon:"#elementor-add-section-button",selectPreset:"#elementor-select-preset",presets:".elementor-preset"},events:{"click @ui.addIcon":"showSelectPresets","click @ui.closePresetsIcon":"closeSelectPresets","click @ui.presets":"onPresetSelected"},behaviors:{Sortable:{behaviorClass:a("elementor-behaviors/sortable"),elChildType:"section"},HandleDuplicate:{behaviorClass:a("elementor-behaviors/handle-duplicate")},HandleAdd:{behaviorClass:a("elementor-behaviors/duplicate")},HandleElementsRelation:{behaviorClass:a("elementor-behaviors/elements-relation")}},getSortableOptions:function(){return{handle:"> .elementor-container > .elementor-row > .elementor-column > .elementor-element-overlay .elementor-editor-section-settings-list .elementor-editor-element-trigger",items:"> .elementor-section"}},getChildType:function(){return["section"]},isCollectionFilled:function(){return!1},initialize:function(){1>this.collection.length&&this.addChildModel({id:elementor.helpers.getUniqueID(),elType:"section",settings:{},elements:[]})},addChildModel:function(a,b){return this.collection.add(a,b,!0)},addSection:function(a){var b={id:elementor.helpers.getUniqueID(),elType:"section",settings:{},elements:[]};a&&_.extend(b,a);var c=this.addChildModel(b);return this.children.findByModelCid(c.cid)},showSelectPresets:function(){this.ui.addNewSection.hide(),this.ui.selectPreset.show()},closeSelectPresets:function(){this.ui.addNewSection.show(),this.ui.selectPreset.hide()},onRender:function(){var a=this;a.ui.addSectionArea.html5Droppable({axis:["vertical"],groups:["elementor-element"],onDragging:function(b){a.ui.addSectionArea.data("side")!==b&&a.ui.addSectionArea.attr("data-side",b)},onDragLeave:function(){a.ui.addSectionArea.removeAttr("data-side")},onDropping:function(){var b=elementor.panelElements.request("element:selected"),c=a.addSection(),d={id:elementor.helpers.getUniqueID(),elType:"widget",widgetType:b.model.get("widgetType")};c.triggerMethod("request:add",d)}})},onPresetSelected:function(a){this.closeSelectPresets();var b,c=a.currentTarget.dataset.structure,d=elementor.presetsFactory.getParsedStructure(c),e=[];for(b=0;b<d.columnsCount;b++)e.push({id:elementor.helpers.getUniqueID(),elType:"column",settings:{},elements:[]});var f=this.addSection({elements:e});f.setStructure(c),f.redefineLayout()}}),b.exports=d},{"elementor-behaviors/duplicate":2,"elementor-behaviors/elements-relation":3,"elementor-behaviors/handle-duplicate":4,"elementor-behaviors/sortable":8,"elementor-views/section":60}],62:[function(a,b,c){var d=a("elementor-views/base-element"),e=d.extend({_templateType:null,getTemplate:function(){return"remote"!==this.getTemplateType()?Marionette.TemplateCache.get("#tmpl-elementor-widget-"+this.model.get("widgetType")+"-content"):_.template("")},className:function(){return"elementor-widget elementor-widget-"+this.model.get("widgetType")},modelEvents:{"before:remote:render":"onModelBeforeRemoteRender","remote:render":"onModelRemoteRender"},triggers:{"click > .elementor-element-overlay":{event:"click:edit",stopPropagation:!1},"click > .elementor-element-overlay .elementor-editor-add-element":"click:add","click > .elementor-element-overlay .elementor-editor-element-duplicate":"click:duplicate"},ui:{settings:"> .elementor-element-overlay .elementor-editor-widget-settings"},elementEvents:{click:"showSettings","mouseleave @ui.settings":"hideSettings","click > .elementor-element-overlay .elementor-editor-element-remove":"onClickRemove"},behaviors:{HandleEditor:{behaviorClass:a("elementor-behaviors/handle-editor")},HandleEditMode:{behaviorClass:a("elementor-behaviors/handle-edit-mode")}},initialize:function(){d.prototype.initialize.apply(this,arguments),this.model.getHtmlCache()||this.model.renderRemoteServer()},getTemplateType:function(){if(null===this.getOption("_templateType")){var a=Backbone.$("#tmpl-elementor-widget-"+this.model.get("widgetType")+"-content");0===a.length?this._templateType="remote":this._templateType="js"}return this.getOption("_templateType")},onModelBeforeRemoteRender:function(){this.$el.addClass("elementor-loading")},onBeforeDestroy:function(){elementor.$previewContents.find("#elementor-style-"+this.model.cid).remove()},onModelRemoteRender:function(){this.isDestroyed||(this.$el.removeClass("elementor-loading"),this.render())},onSettingsChanged:function(a){switch(d.prototype.onSettingsChanged.apply(this,arguments),this.getTemplateType()){case"js":this.model.setHtmlCache(),this.render();break;default:this.model.renderRemoteServer()}},attachElContent:function(a){var b=this.model.getHtmlCache();return b&&(a=b),this.$el.html(a),this},onRender:function(){this.$el.removeClass("elementor-widget-empty").find("> .elementor-element-overlay .elementor-widget-empty-icon").remove(),this.$el.imagesLoaded().always(_.bind(function(){1>this.$el.height()&&(this.$el.addClass("elementor-widget-empty"),this.$("> .elementor-element-overlay").append('<i class="elementor-widget-empty-icon fa fa-'+this.model.getIcon()+'"></i>'))},this))},showSettings:function(a){var b={my:elementor.config.is_rtl?"right+15 center":"left-15 center",of:a,collision:"fit",within:this.$el};this.ui.settings.addClass("elementor-open").position(b)},hideSettings:function(){this.ui.settings.removeClass("elementor-open")}});b.exports=e},{"elementor-behaviors/handle-edit-mode":5,"elementor-behaviors/handle-editor":6,"elementor-views/base-element":38}]},{},[1]);
assets/css/admin-rtl.css CHANGED
@@ -1,268 +1,3 @@
1
- @font-face {
2
- font-family: 'eicon';
3
- src: url("../fonts/eicon/eicon.eot?0.11");
4
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
5
- font-weight: normal;
6
- font-style: normal; }
7
- [class^="eicon-"],
8
- [class*=" eicon-"] {
9
- display: inline-block;
10
- font-family: eicon;
11
- font-size: inherit;
12
- font-weight: normal;
13
- font-style: normal;
14
- font-variant: normal;
15
- line-height: 1;
16
- text-rendering: auto;
17
- -webkit-font-smoothing: antialiased;
18
- -moz-osx-font-smoothing: grayscale; }
19
-
20
- .eicon-c1-1:before {
21
- content: '\e800'; }
22
-
23
- .eicon-c2-1:before {
24
- content: '\e801'; }
25
-
26
- .eicon-c2-2:before {
27
- content: '\e802'; }
28
-
29
- .eicon-c2-3:before {
30
- content: '\e803'; }
31
-
32
- .eicon-c2-4:before {
33
- content: '\e804'; }
34
-
35
- .eicon-c2-5:before {
36
- content: '\e805'; }
37
-
38
- .eicon-c2-6:before {
39
- content: '\e806'; }
40
-
41
- .eicon-c2-7:before {
42
- content: '\e807'; }
43
-
44
- .eicon-c2-8:before {
45
- content: '\e808'; }
46
-
47
- .eicon-c2-9:before {
48
- content: '\e809'; }
49
-
50
- .eicon-c3-1:before {
51
- content: '\e80a'; }
52
-
53
- .eicon-c3-2:before {
54
- content: '\e80b'; }
55
-
56
- .eicon-c3-3:before {
57
- content: '\e80c'; }
58
-
59
- .eicon-c3-4:before {
60
- content: '\e80d'; }
61
-
62
- .eicon-c3-5:before {
63
- content: '\e80e'; }
64
-
65
- .eicon-c3-6:before {
66
- content: '\e80f'; }
67
-
68
- .eicon-c3-7:before {
69
- content: '\e811'; }
70
-
71
- .eicon-c3-8:before {
72
- content: '\e811'; }
73
-
74
- .eicon-c3-9:before {
75
- content: '\e812'; }
76
-
77
- .eicon-c4-1:before {
78
- content: '\e813'; }
79
-
80
- .eicon-c4-2:before {
81
- content: '\e814'; }
82
-
83
- .eicon-c4-3:before {
84
- content: '\e815'; }
85
-
86
- .eicon-c4-4:before {
87
- content: '\e816'; }
88
-
89
- .eicon-c4-5:before {
90
- content: '\e817'; }
91
-
92
- .eicon-c4-6:before {
93
- content: '\e818'; }
94
-
95
- .eicon-c4-7:before {
96
- content: '\e819'; }
97
-
98
- .eicon-c4-8:before {
99
- content: '\e81a'; }
100
-
101
- .eicon-c4-9:before {
102
- content: '\e81b'; }
103
-
104
- .eicon-c4-11:before {
105
- content: '\e81c'; }
106
-
107
- .eicon-c4-11:before {
108
- content: '\e81d'; }
109
-
110
- .eicon-c5-1:before {
111
- content: '\e81e'; }
112
-
113
- .eicon-c5-2:before {
114
- content: '\e81f'; }
115
-
116
- .eicon-c5-3:before {
117
- content: '\e820'; }
118
-
119
- .eicon-c5-4:before {
120
- content: '\e821'; }
121
-
122
- .eicon-c5-5:before {
123
- content: '\e822'; }
124
-
125
- .eicon-c5-6:before {
126
- content: '\e823'; }
127
-
128
- .eicon-c5-7:before {
129
- content: '\e824'; }
130
-
131
- .eicon-c5-8:before {
132
- content: '\e825'; }
133
-
134
- .eicon-c5-9:before {
135
- content: '\e826'; }
136
-
137
- .eicon-c5-11:before {
138
- content: '\e827'; }
139
-
140
- .eicon-c6-1:before {
141
- content: '\e828'; }
142
-
143
- .eicon-c6-2:before {
144
- content: '\e829'; }
145
-
146
- .eicon-c6-3:before {
147
- content: '\e82a'; }
148
-
149
- .eicon-c6-4:before {
150
- content: '\e82b'; }
151
-
152
- .eicon-c6-5:before {
153
- content: '\e82c'; }
154
-
155
- .eicon-c6-6:before {
156
- content: '\e82d'; }
157
-
158
- .eicon-c6-7:before {
159
- content: '\e82e'; }
160
-
161
- .eicon-c6-8:before {
162
- content: '\e82f'; }
163
-
164
- .eicon-c6-9:before {
165
- content: '\e830'; }
166
-
167
- .eicon-c6-11:before {
168
- content: '\e831'; }
169
-
170
- .eicon-c6-11:before {
171
- content: '\e832'; }
172
-
173
- .eicon-c7-1:before {
174
- content: '\e833'; }
175
-
176
- .eicon-c8-1:before {
177
- content: '\e834'; }
178
-
179
- .eicon-c9-1:before {
180
- content: '\e835'; }
181
-
182
- .eicon-c11-1:before {
183
- content: '\e836'; }
184
-
185
- .eicon-anchor:before {
186
- content: '\e837'; }
187
-
188
- .eicon-wordpress:before {
189
- content: '\e838'; }
190
-
191
- .eicon-insert-image:before {
192
- content: '\e839'; }
193
-
194
- .eicon-align-left:before {
195
- content: '\e83a'; }
196
-
197
- .eicon-digital-alarm-clock:before {
198
- content: '\e83b'; }
199
-
200
- .eicon-favorite:before {
201
- content: '\e83c'; }
202
-
203
- .eicon-firewall-on:before {
204
- content: '\e83d'; }
205
-
206
- .eicon-google-maps:before {
207
- content: '\e83e'; }
208
-
209
- .eicon-text-size:before {
210
- content: '\e83f'; }
211
-
212
- .eicon-youtube:before {
213
- content: '\e840'; }
214
-
215
- .eicon-success-chart:before {
216
- content: '\e841'; }
217
-
218
- .eicon-type-tool:before {
219
- content: '\e842'; }
220
-
221
- .eicon-bullet-list:before {
222
- content: '\e843'; }
223
-
224
- .eicon-click:before {
225
- content: '\e844'; }
226
-
227
- .eicon-coding:before {
228
- content: '\e845'; }
229
-
230
- .eicon-accordion:before {
231
- content: '\e846'; }
232
-
233
- .eicon-divider:before {
234
- content: '\e847'; }
235
-
236
- .eicon-toggle:before {
237
- content: '\e848'; }
238
-
239
- .eicon-settings:before {
240
- content: '\e849'; }
241
-
242
- .eicon-section:before {
243
- content: '\e84a'; }
244
-
245
- .eicon-photo-library:before {
246
- content: '\e84b'; }
247
-
248
- .eicon-elementor:before {
249
- content: '\e84c'; }
250
-
251
- .eicon-menu:before {
252
- content: '\e84d'; }
253
-
254
- .eicon-plus:before {
255
- content: '\e84e'; }
256
-
257
- .eicon-apps:before {
258
- content: '\e84f'; }
259
-
260
- .eicon-tabs:before {
261
- content: '\e850'; }
262
-
263
- .eicon-elementor-square:before {
264
- content: '\e851'; }
265
-
266
  #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
267
  content: "\e84c";
268
  font-family: eicon;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
2
  content: "\e84c";
3
  font-family: eicon;
assets/css/admin-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/admin/_eicon.scss","../scss/admin/admin.scss","../scss/helpers/mixins.scss","../scss/admin/_system_info.scss"],"names":[],"mappings":"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","file":"admin-rtl.css"}
1
+ {"version":3,"sources":["../scss/admin/admin.scss","../scss/helpers/mixins.scss","../scss/admin/_system_info.scss"],"names":[],"mappings":"AAUA;EACC,iBAAgB;EAChB,mBAAkB;EAClB,gBAAe;EACf,gBAAe,EAAA;;AAIhB;EACC,iBAAgB;EAChB,mBAAkB;EAClB,gBAAe;EACf,gBAAe,EAAA;;AAIhB;EACC,eAAc,EAAA;EACd;IACC,cAAa,EAAA;IACb;MACC,gBAAe;MACf,aAAY;MACZ,kBAAiB,EAAA;MACjB;QACC,cAAa,EAAA;EAMd;IACC,cAAa;IACb,0BAAyB;IACzB,eAAc;IACd,sBAAqB;IACrB,4BAA2B;IAC3B,kBAAiB,EAAA;;AAMrB;EACC,0BAAyB;EACzB,uBAAsB;EACtB,aAAY;EACZ,YAAW;EACX,cAAa;ECLb,0BDMgC,EAAA;EAChC;IACC,eAAc,EAAA;EAEf;IACC,0BAAyB,EAAA;EAE1B;IACC,oBAAmB;IACnB,uBAAsB;IACtB,mBAAkB,EAAA;IAClB;MACC,gBAAe;MACf,eAAc;MACd,sBAAqB,EAAA;MACrB;QACC,gDAA+C;QAC/C,gCAA+B;QAC/B,6BAA4B;QAC5B,mBAAkB;QAClB,gBAAe;QACf,0BAAyB;QACzB,eAAc;QACd,eAAc,EAAA;;AEjFlB;yCACyC;AAEzC;EACC,cAAa,EAAA;EAEb;IACC,oBAAmB,EAAA;IAEnB;MACC,mBAAkB;MAClB,iCAAgC,EAAA;EAIlC;IACC,0BAAyB;IACzB,gBAAe;IACf,UAAS;IACT,eAAc,EAAA;EAGf;IACC,iBAAgB;IAChB,eAAc,EAAA;IAEd;MACC,YAAW,EAAA;EAIb;IACC,mBAAkB;IAClB,eAAc,EAAA;EAGf;IACC,mBAAkB,EAAA;EAGnB;IACC,YAAW,EAAA;EAGZ;IACC,cAAa,EAAA;EAGd;IACC,YAAW;IACX,cAAa,EAAA;EAGd;IACC,aAAY;IACZ,eAAc,EAAA","file":"admin-rtl.css"}
assets/css/admin-rtl.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:5px}#adminmenu #toplevel_page_elementor div.wp-menu-image:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:3px}#elementor-switch-mode{margin:15px 0}#elementor-switch-mode button{display:none}#elementor-switch-mode button.elementor-switch-mode-button{padding:0 30px;height:50px;line-height:50px}#elementor-switch-mode button.elementor-switch-mode-button span{display:none}#elementor-switch-mode.elementor-editor-inactive button.elementor-switch-mode-button{display:none;background-color:#b40b51;color:#fff;border-color:#7d1036;box-shadow:0 2px 0 #7d1036;text-shadow:none}#elementor-editor{background-color:#f7f7f7;border:1px solid #ddd;height:auto;width:100%;display:none;transition:all .5s ease}#elementor-editor.elementor-editor-active{display:table}#elementor-editor:hover{background-color:#fff}#elementor-editor .elementor-go-to-edit-page{display:table-cell;vertical-align:middle;text-align:center}#elementor-editor .elementor-go-to-edit-page>a{padding:70px 0;display:block;text-decoration:none}#elementor-editor .elementor-go-to-edit-page>a span.elementor-go-to-edit-text{background-image:url(../images/go-to-edit.png);background-position:top;background-repeat:no-repeat;padding-top:135px;font-size:20px;text-transform:uppercase;color:#b40b51;display:block}#elementor-system-info{padding:15px}#elementor-system-info .elementor-system-info-section{margin-bottom:10px}#elementor-system-info .elementor-system-info-section>.elementor-system-info-report-name{padding-left:10px;border-bottom:1px solid #e1e1e1}#elementor-system-info .elementor-system-info-report-name{text-transform:uppercase;font-size:14px;margin:0;line-height:2}#elementor-system-info .elementor-system-info-report-row{overflow:hidden;padding:5px 0}#elementor-system-info .elementor-system-info-report-row>*{float:left}#elementor-system-info .elementor-system-info-field-recommendation,#elementor-system-info .elementor-system-info-report-field{padding-left:10px;color:#7f7f7f}#elementor-system-info .elementor-system-info-report-fields{padding-left:20px}#elementor-system-info .elementor-system-info-plugin-name{color:#000}#elementor-system-info .elementor-system-info-plugin-properties{padding:10px}#elementor-system-info #elementor-system-info-raw-code{width:100%;height:200px}#elementor-system-info #elementor-system-info-raw-code-label{padding:5px;display:block}
1
+ #wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:5px}#adminmenu #toplevel_page_elementor div.wp-menu-image:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:3px}#elementor-switch-mode{margin:15px 0}#elementor-switch-mode button{display:none}#elementor-switch-mode button.elementor-switch-mode-button{padding:0 30px;height:50px;line-height:50px}#elementor-switch-mode button.elementor-switch-mode-button span{display:none}#elementor-switch-mode.elementor-editor-inactive button.elementor-switch-mode-button{display:none;background-color:#b40b51;color:#fff;border-color:#7d1036;box-shadow:0 2px 0 #7d1036;text-shadow:none}#elementor-editor{background-color:#f7f7f7;border:1px solid #ddd;height:auto;width:100%;display:none;transition:all .5s ease}#elementor-editor.elementor-editor-active{display:table}#elementor-editor:hover{background-color:#fff}#elementor-editor .elementor-go-to-edit-page{display:table-cell;vertical-align:middle;text-align:center}#elementor-editor .elementor-go-to-edit-page>a{padding:70px 0;display:block;text-decoration:none}#elementor-editor .elementor-go-to-edit-page>a span.elementor-go-to-edit-text{background-image:url(../images/go-to-edit.png);background-position:top;background-repeat:no-repeat;padding-top:135px;font-size:20px;text-transform:uppercase;color:#b40b51;display:block}#elementor-system-info{padding:15px}#elementor-system-info .elementor-system-info-section{margin-bottom:10px}#elementor-system-info .elementor-system-info-section>.elementor-system-info-report-name{padding-left:10px;border-bottom:1px solid #e1e1e1}#elementor-system-info .elementor-system-info-report-name{text-transform:uppercase;font-size:14px;margin:0;line-height:2}#elementor-system-info .elementor-system-info-report-row{overflow:hidden;padding:5px 0}#elementor-system-info .elementor-system-info-report-row>*{float:left}#elementor-system-info .elementor-system-info-field-recommendation,#elementor-system-info .elementor-system-info-report-field{padding-left:10px;color:#7f7f7f}#elementor-system-info .elementor-system-info-report-fields{padding-left:20px}#elementor-system-info .elementor-system-info-plugin-name{color:#000}#elementor-system-info .elementor-system-info-plugin-properties{padding:10px}#elementor-system-info #elementor-system-info-raw-code{width:100%;height:200px}#elementor-system-info #elementor-system-info-raw-code-label{padding:5px;display:block}
assets/css/admin.css CHANGED
@@ -1,268 +1,3 @@
1
- @font-face {
2
- font-family: 'eicon';
3
- src: url("../fonts/eicon/eicon.eot?0.11");
4
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
5
- font-weight: normal;
6
- font-style: normal; }
7
- [class^="eicon-"],
8
- [class*=" eicon-"] {
9
- display: inline-block;
10
- font-family: eicon;
11
- font-size: inherit;
12
- font-weight: normal;
13
- font-style: normal;
14
- font-variant: normal;
15
- line-height: 1;
16
- text-rendering: auto;
17
- -webkit-font-smoothing: antialiased;
18
- -moz-osx-font-smoothing: grayscale; }
19
-
20
- .eicon-c1-1:before {
21
- content: '\e800'; }
22
-
23
- .eicon-c2-1:before {
24
- content: '\e801'; }
25
-
26
- .eicon-c2-2:before {
27
- content: '\e802'; }
28
-
29
- .eicon-c2-3:before {
30
- content: '\e803'; }
31
-
32
- .eicon-c2-4:before {
33
- content: '\e804'; }
34
-
35
- .eicon-c2-5:before {
36
- content: '\e805'; }
37
-
38
- .eicon-c2-6:before {
39
- content: '\e806'; }
40
-
41
- .eicon-c2-7:before {
42
- content: '\e807'; }
43
-
44
- .eicon-c2-8:before {
45
- content: '\e808'; }
46
-
47
- .eicon-c2-9:before {
48
- content: '\e809'; }
49
-
50
- .eicon-c3-1:before {
51
- content: '\e80a'; }
52
-
53
- .eicon-c3-2:before {
54
- content: '\e80b'; }
55
-
56
- .eicon-c3-3:before {
57
- content: '\e80c'; }
58
-
59
- .eicon-c3-4:before {
60
- content: '\e80d'; }
61
-
62
- .eicon-c3-5:before {
63
- content: '\e80e'; }
64
-
65
- .eicon-c3-6:before {
66
- content: '\e80f'; }
67
-
68
- .eicon-c3-7:before {
69
- content: '\e811'; }
70
-
71
- .eicon-c3-8:before {
72
- content: '\e811'; }
73
-
74
- .eicon-c3-9:before {
75
- content: '\e812'; }
76
-
77
- .eicon-c4-1:before {
78
- content: '\e813'; }
79
-
80
- .eicon-c4-2:before {
81
- content: '\e814'; }
82
-
83
- .eicon-c4-3:before {
84
- content: '\e815'; }
85
-
86
- .eicon-c4-4:before {
87
- content: '\e816'; }
88
-
89
- .eicon-c4-5:before {
90
- content: '\e817'; }
91
-
92
- .eicon-c4-6:before {
93
- content: '\e818'; }
94
-
95
- .eicon-c4-7:before {
96
- content: '\e819'; }
97
-
98
- .eicon-c4-8:before {
99
- content: '\e81a'; }
100
-
101
- .eicon-c4-9:before {
102
- content: '\e81b'; }
103
-
104
- .eicon-c4-11:before {
105
- content: '\e81c'; }
106
-
107
- .eicon-c4-11:before {
108
- content: '\e81d'; }
109
-
110
- .eicon-c5-1:before {
111
- content: '\e81e'; }
112
-
113
- .eicon-c5-2:before {
114
- content: '\e81f'; }
115
-
116
- .eicon-c5-3:before {
117
- content: '\e820'; }
118
-
119
- .eicon-c5-4:before {
120
- content: '\e821'; }
121
-
122
- .eicon-c5-5:before {
123
- content: '\e822'; }
124
-
125
- .eicon-c5-6:before {
126
- content: '\e823'; }
127
-
128
- .eicon-c5-7:before {
129
- content: '\e824'; }
130
-
131
- .eicon-c5-8:before {
132
- content: '\e825'; }
133
-
134
- .eicon-c5-9:before {
135
- content: '\e826'; }
136
-
137
- .eicon-c5-11:before {
138
- content: '\e827'; }
139
-
140
- .eicon-c6-1:before {
141
- content: '\e828'; }
142
-
143
- .eicon-c6-2:before {
144
- content: '\e829'; }
145
-
146
- .eicon-c6-3:before {
147
- content: '\e82a'; }
148
-
149
- .eicon-c6-4:before {
150
- content: '\e82b'; }
151
-
152
- .eicon-c6-5:before {
153
- content: '\e82c'; }
154
-
155
- .eicon-c6-6:before {
156
- content: '\e82d'; }
157
-
158
- .eicon-c6-7:before {
159
- content: '\e82e'; }
160
-
161
- .eicon-c6-8:before {
162
- content: '\e82f'; }
163
-
164
- .eicon-c6-9:before {
165
- content: '\e830'; }
166
-
167
- .eicon-c6-11:before {
168
- content: '\e831'; }
169
-
170
- .eicon-c6-11:before {
171
- content: '\e832'; }
172
-
173
- .eicon-c7-1:before {
174
- content: '\e833'; }
175
-
176
- .eicon-c8-1:before {
177
- content: '\e834'; }
178
-
179
- .eicon-c9-1:before {
180
- content: '\e835'; }
181
-
182
- .eicon-c11-1:before {
183
- content: '\e836'; }
184
-
185
- .eicon-anchor:before {
186
- content: '\e837'; }
187
-
188
- .eicon-wordpress:before {
189
- content: '\e838'; }
190
-
191
- .eicon-insert-image:before {
192
- content: '\e839'; }
193
-
194
- .eicon-align-left:before {
195
- content: '\e83a'; }
196
-
197
- .eicon-digital-alarm-clock:before {
198
- content: '\e83b'; }
199
-
200
- .eicon-favorite:before {
201
- content: '\e83c'; }
202
-
203
- .eicon-firewall-on:before {
204
- content: '\e83d'; }
205
-
206
- .eicon-google-maps:before {
207
- content: '\e83e'; }
208
-
209
- .eicon-text-size:before {
210
- content: '\e83f'; }
211
-
212
- .eicon-youtube:before {
213
- content: '\e840'; }
214
-
215
- .eicon-success-chart:before {
216
- content: '\e841'; }
217
-
218
- .eicon-type-tool:before {
219
- content: '\e842'; }
220
-
221
- .eicon-bullet-list:before {
222
- content: '\e843'; }
223
-
224
- .eicon-click:before {
225
- content: '\e844'; }
226
-
227
- .eicon-coding:before {
228
- content: '\e845'; }
229
-
230
- .eicon-accordion:before {
231
- content: '\e846'; }
232
-
233
- .eicon-divider:before {
234
- content: '\e847'; }
235
-
236
- .eicon-toggle:before {
237
- content: '\e848'; }
238
-
239
- .eicon-settings:before {
240
- content: '\e849'; }
241
-
242
- .eicon-section:before {
243
- content: '\e84a'; }
244
-
245
- .eicon-photo-library:before {
246
- content: '\e84b'; }
247
-
248
- .eicon-elementor:before {
249
- content: '\e84c'; }
250
-
251
- .eicon-menu:before {
252
- content: '\e84d'; }
253
-
254
- .eicon-plus:before {
255
- content: '\e84e'; }
256
-
257
- .eicon-apps:before {
258
- content: '\e84f'; }
259
-
260
- .eicon-tabs:before {
261
- content: '\e850'; }
262
-
263
- .eicon-elementor-square:before {
264
- content: '\e851'; }
265
-
266
  #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
267
  content: "\e84c";
268
  font-family: eicon;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
2
  content: "\e84c";
3
  font-family: eicon;
assets/css/admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/admin/_eicon.scss","../scss/admin/admin.scss","../scss/helpers/mixins.scss","../scss/admin/_system_info.scss"],"names":[],"mappings":"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","file":"admin.css"}
1
+ {"version":3,"sources":["../scss/admin/admin.scss","../scss/helpers/mixins.scss","../scss/admin/_system_info.scss"],"names":[],"mappings":"AAUA;EACC,iBAAgB;EAChB,mBAAkB;EAClB,gBAAe;EACf,gBAAe,EAAA;;AAIhB;EACC,iBAAgB;EAChB,mBAAkB;EAClB,gBAAe;EACf,gBAAe,EAAA;;AAIhB;EACC,eAAc,EAAA;EACd;IACC,cAAa,EAAA;IACb;MACC,gBAAe;MACf,aAAY;MACZ,kBAAiB,EAAA;MACjB;QACC,cAAa,EAAA;EAMd;IACC,cAAa;IACb,0BAAyB;IACzB,eAAc;IACd,sBAAqB;IACrB,4BAA2B;IAC3B,kBAAiB,EAAA;;AAMrB;EACC,0BAAyB;EACzB,uBAAsB;EACtB,aAAY;EACZ,YAAW;EACX,cAAa;ECLb,0BDMgC,EAAA;EAChC;IACC,eAAc,EAAA;EAEf;IACC,0BAAyB,EAAA;EAE1B;IACC,oBAAmB;IACnB,uBAAsB;IACtB,mBAAkB,EAAA;IAClB;MACC,gBAAe;MACf,eAAc;MACd,sBAAqB,EAAA;MACrB;QACC,gDAA+C;QAC/C,gCAA+B;QAC/B,6BAA4B;QAC5B,mBAAkB;QAClB,gBAAe;QACf,0BAAyB;QACzB,eAAc;QACd,eAAc,EAAA;;AEjFlB;yCACyC;AAEzC;EACC,cAAa,EAAA;EAEb;IACC,oBAAmB,EAAA;IAEnB;MACC,mBAAkB;MAClB,iCAAgC,EAAA;EAIlC;IACC,0BAAyB;IACzB,gBAAe;IACf,UAAS;IACT,eAAc,EAAA;EAGf;IACC,iBAAgB;IAChB,eAAc,EAAA;IAEd;MACC,YAAW,EAAA;EAIb;IACC,mBAAkB;IAClB,eAAc,EAAA;EAGf;IACC,mBAAkB,EAAA;EAGnB;IACC,YAAW,EAAA;EAGZ;IACC,cAAa,EAAA;EAGd;IACC,YAAW;IACX,cAAa,EAAA;EAGd;IACC,aAAY;IACZ,eAAc,EAAA","file":"admin.css"}
assets/css/admin.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:5px}#adminmenu #toplevel_page_elementor div.wp-menu-image:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:3px}#elementor-switch-mode{margin:15px 0}#elementor-switch-mode button{display:none}#elementor-switch-mode button.elementor-switch-mode-button{padding:0 30px;height:50px;line-height:50px}#elementor-switch-mode button.elementor-switch-mode-button span{display:none}#elementor-switch-mode.elementor-editor-inactive button.elementor-switch-mode-button{display:none;background-color:#b40b51;color:#fff;border-color:#7d1036;box-shadow:0 2px 0 #7d1036;text-shadow:none}#elementor-editor{background-color:#f7f7f7;border:1px solid #ddd;height:auto;width:100%;display:none;transition:all .5s ease}#elementor-editor.elementor-editor-active{display:table}#elementor-editor:hover{background-color:#fff}#elementor-editor .elementor-go-to-edit-page{display:table-cell;vertical-align:middle;text-align:center}#elementor-editor .elementor-go-to-edit-page>a{padding:70px 0;display:block;text-decoration:none}#elementor-editor .elementor-go-to-edit-page>a span.elementor-go-to-edit-text{background-image:url(../images/go-to-edit.png);background-position:top;background-repeat:no-repeat;padding-top:135px;font-size:20px;text-transform:uppercase;color:#b40b51;display:block}#elementor-system-info{padding:15px}#elementor-system-info .elementor-system-info-section{margin-bottom:10px}#elementor-system-info .elementor-system-info-section>.elementor-system-info-report-name{padding-left:10px;border-bottom:1px solid #e1e1e1}#elementor-system-info .elementor-system-info-report-name{text-transform:uppercase;font-size:14px;margin:0;line-height:2}#elementor-system-info .elementor-system-info-report-row{overflow:hidden;padding:5px 0}#elementor-system-info .elementor-system-info-report-row>*{float:left}#elementor-system-info .elementor-system-info-field-recommendation,#elementor-system-info .elementor-system-info-report-field{padding-left:10px;color:#7f7f7f}#elementor-system-info .elementor-system-info-report-fields{padding-left:20px}#elementor-system-info .elementor-system-info-plugin-name{color:#000}#elementor-system-info .elementor-system-info-plugin-properties{padding:10px}#elementor-system-info #elementor-system-info-raw-code{width:100%;height:200px}#elementor-system-info #elementor-system-info-raw-code-label{padding:5px;display:block}
1
+ #wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:5px}#adminmenu #toplevel_page_elementor div.wp-menu-image:before{content:"\e84c";font-family:eicon;font-size:14px;margin-top:3px}#elementor-switch-mode{margin:15px 0}#elementor-switch-mode button{display:none}#elementor-switch-mode button.elementor-switch-mode-button{padding:0 30px;height:50px;line-height:50px}#elementor-switch-mode button.elementor-switch-mode-button span{display:none}#elementor-switch-mode.elementor-editor-inactive button.elementor-switch-mode-button{display:none;background-color:#b40b51;color:#fff;border-color:#7d1036;box-shadow:0 2px 0 #7d1036;text-shadow:none}#elementor-editor{background-color:#f7f7f7;border:1px solid #ddd;height:auto;width:100%;display:none;transition:all .5s ease}#elementor-editor.elementor-editor-active{display:table}#elementor-editor:hover{background-color:#fff}#elementor-editor .elementor-go-to-edit-page{display:table-cell;vertical-align:middle;text-align:center}#elementor-editor .elementor-go-to-edit-page>a{padding:70px 0;display:block;text-decoration:none}#elementor-editor .elementor-go-to-edit-page>a span.elementor-go-to-edit-text{background-image:url(../images/go-to-edit.png);background-position:top;background-repeat:no-repeat;padding-top:135px;font-size:20px;text-transform:uppercase;color:#b40b51;display:block}#elementor-system-info{padding:15px}#elementor-system-info .elementor-system-info-section{margin-bottom:10px}#elementor-system-info .elementor-system-info-section>.elementor-system-info-report-name{padding-left:10px;border-bottom:1px solid #e1e1e1}#elementor-system-info .elementor-system-info-report-name{text-transform:uppercase;font-size:14px;margin:0;line-height:2}#elementor-system-info .elementor-system-info-report-row{overflow:hidden;padding:5px 0}#elementor-system-info .elementor-system-info-report-row>*{float:left}#elementor-system-info .elementor-system-info-field-recommendation,#elementor-system-info .elementor-system-info-report-field{padding-left:10px;color:#7f7f7f}#elementor-system-info .elementor-system-info-report-fields{padding-left:20px}#elementor-system-info .elementor-system-info-plugin-name{color:#000}#elementor-system-info .elementor-system-info-plugin-properties{padding:10px}#elementor-system-info #elementor-system-info-raw-code{width:100%;height:200px}#elementor-system-info #elementor-system-info-raw-code-label{padding:5px;display:block}
assets/css/editor-preview-rtl.css CHANGED
@@ -1,269 +1,4 @@
1
  @charset "UTF-8";
2
- @font-face {
3
- font-family: 'eicon';
4
- src: url("../fonts/eicon/eicon.eot?0.11");
5
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
6
- font-weight: normal;
7
- font-style: normal; }
8
- [class^="eicon-"],
9
- [class*=" eicon-"] {
10
- display: inline-block;
11
- font-family: eicon;
12
- font-size: inherit;
13
- font-weight: normal;
14
- font-style: normal;
15
- font-variant: normal;
16
- line-height: 1;
17
- text-rendering: auto;
18
- -webkit-font-smoothing: antialiased;
19
- -moz-osx-font-smoothing: grayscale; }
20
-
21
- .eicon-c1-1:before {
22
- content: '\e800'; }
23
-
24
- .eicon-c2-1:before {
25
- content: '\e801'; }
26
-
27
- .eicon-c2-2:before {
28
- content: '\e802'; }
29
-
30
- .eicon-c2-3:before {
31
- content: '\e803'; }
32
-
33
- .eicon-c2-4:before {
34
- content: '\e804'; }
35
-
36
- .eicon-c2-5:before {
37
- content: '\e805'; }
38
-
39
- .eicon-c2-6:before {
40
- content: '\e806'; }
41
-
42
- .eicon-c2-7:before {
43
- content: '\e807'; }
44
-
45
- .eicon-c2-8:before {
46
- content: '\e808'; }
47
-
48
- .eicon-c2-9:before {
49
- content: '\e809'; }
50
-
51
- .eicon-c3-1:before {
52
- content: '\e80a'; }
53
-
54
- .eicon-c3-2:before {
55
- content: '\e80b'; }
56
-
57
- .eicon-c3-3:before {
58
- content: '\e80c'; }
59
-
60
- .eicon-c3-4:before {
61
- content: '\e80d'; }
62
-
63
- .eicon-c3-5:before {
64
- content: '\e80e'; }
65
-
66
- .eicon-c3-6:before {
67
- content: '\e80f'; }
68
-
69
- .eicon-c3-7:before {
70
- content: '\e811'; }
71
-
72
- .eicon-c3-8:before {
73
- content: '\e811'; }
74
-
75
- .eicon-c3-9:before {
76
- content: '\e812'; }
77
-
78
- .eicon-c4-1:before {
79
- content: '\e813'; }
80
-
81
- .eicon-c4-2:before {
82
- content: '\e814'; }
83
-
84
- .eicon-c4-3:before {
85
- content: '\e815'; }
86
-
87
- .eicon-c4-4:before {
88
- content: '\e816'; }
89
-
90
- .eicon-c4-5:before {
91
- content: '\e817'; }
92
-
93
- .eicon-c4-6:before {
94
- content: '\e818'; }
95
-
96
- .eicon-c4-7:before {
97
- content: '\e819'; }
98
-
99
- .eicon-c4-8:before {
100
- content: '\e81a'; }
101
-
102
- .eicon-c4-9:before {
103
- content: '\e81b'; }
104
-
105
- .eicon-c4-11:before {
106
- content: '\e81c'; }
107
-
108
- .eicon-c4-11:before {
109
- content: '\e81d'; }
110
-
111
- .eicon-c5-1:before {
112
- content: '\e81e'; }
113
-
114
- .eicon-c5-2:before {
115
- content: '\e81f'; }
116
-
117
- .eicon-c5-3:before {
118
- content: '\e820'; }
119
-
120
- .eicon-c5-4:before {
121
- content: '\e821'; }
122
-
123
- .eicon-c5-5:before {
124
- content: '\e822'; }
125
-
126
- .eicon-c5-6:before {
127
- content: '\e823'; }
128
-
129
- .eicon-c5-7:before {
130
- content: '\e824'; }
131
-
132
- .eicon-c5-8:before {
133
- content: '\e825'; }
134
-
135
- .eicon-c5-9:before {
136
- content: '\e826'; }
137
-
138
- .eicon-c5-11:before {
139
- content: '\e827'; }
140
-
141
- .eicon-c6-1:before {
142
- content: '\e828'; }
143
-
144
- .eicon-c6-2:before {
145
- content: '\e829'; }
146
-
147
- .eicon-c6-3:before {
148
- content: '\e82a'; }
149
-
150
- .eicon-c6-4:before {
151
- content: '\e82b'; }
152
-
153
- .eicon-c6-5:before {
154
- content: '\e82c'; }
155
-
156
- .eicon-c6-6:before {
157
- content: '\e82d'; }
158
-
159
- .eicon-c6-7:before {
160
- content: '\e82e'; }
161
-
162
- .eicon-c6-8:before {
163
- content: '\e82f'; }
164
-
165
- .eicon-c6-9:before {
166
- content: '\e830'; }
167
-
168
- .eicon-c6-11:before {
169
- content: '\e831'; }
170
-
171
- .eicon-c6-11:before {
172
- content: '\e832'; }
173
-
174
- .eicon-c7-1:before {
175
- content: '\e833'; }
176
-
177
- .eicon-c8-1:before {
178
- content: '\e834'; }
179
-
180
- .eicon-c9-1:before {
181
- content: '\e835'; }
182
-
183
- .eicon-c11-1:before {
184
- content: '\e836'; }
185
-
186
- .eicon-anchor:before {
187
- content: '\e837'; }
188
-
189
- .eicon-wordpress:before {
190
- content: '\e838'; }
191
-
192
- .eicon-insert-image:before {
193
- content: '\e839'; }
194
-
195
- .eicon-align-left:before {
196
- content: '\e83a'; }
197
-
198
- .eicon-digital-alarm-clock:before {
199
- content: '\e83b'; }
200
-
201
- .eicon-favorite:before {
202
- content: '\e83c'; }
203
-
204
- .eicon-firewall-on:before {
205
- content: '\e83d'; }
206
-
207
- .eicon-google-maps:before {
208
- content: '\e83e'; }
209
-
210
- .eicon-text-size:before {
211
- content: '\e83f'; }
212
-
213
- .eicon-youtube:before {
214
- content: '\e840'; }
215
-
216
- .eicon-success-chart:before {
217
- content: '\e841'; }
218
-
219
- .eicon-type-tool:before {
220
- content: '\e842'; }
221
-
222
- .eicon-bullet-list:before {
223
- content: '\e843'; }
224
-
225
- .eicon-click:before {
226
- content: '\e844'; }
227
-
228
- .eicon-coding:before {
229
- content: '\e845'; }
230
-
231
- .eicon-accordion:before {
232
- content: '\e846'; }
233
-
234
- .eicon-divider:before {
235
- content: '\e847'; }
236
-
237
- .eicon-toggle:before {
238
- content: '\e848'; }
239
-
240
- .eicon-settings:before {
241
- content: '\e849'; }
242
-
243
- .eicon-section:before {
244
- content: '\e84a'; }
245
-
246
- .eicon-photo-library:before {
247
- content: '\e84b'; }
248
-
249
- .eicon-elementor:before {
250
- content: '\e84c'; }
251
-
252
- .eicon-menu:before {
253
- content: '\e84d'; }
254
-
255
- .eicon-plus:before {
256
- content: '\e84e'; }
257
-
258
- .eicon-apps:before {
259
- content: '\e84f'; }
260
-
261
- .eicon-tabs:before {
262
- content: '\e850'; }
263
-
264
- .eicon-elementor-square:before {
265
- content: '\e851'; }
266
-
267
  html.elementor-html {
268
  margin-top: 0 !important; }
269
 
@@ -350,6 +85,9 @@ body.elementor-editor-active #elementor {
350
  margin: 0;
351
  padding: 0;
352
  font-family: Arial, Helvetica, sans-serif;
 
 
 
353
  line-height: 1; }
354
  body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) {
355
  background-color: #495157; }
@@ -422,6 +160,8 @@ body.elementor-editor-active #elementor {
422
  background-color: #71d7f7;
423
  color: #fff;
424
  font-family: Arial, Helvetica, sans-serif;
 
 
425
  font-size: 9px;
426
  line-height: 1;
427
  padding: 3px 6px; }
@@ -455,6 +195,7 @@ body.elementor-editor-active #elementor {
455
  left: 0;
456
  color: #999;
457
  font-family: Arial, Helvetica, sans-serif;
 
458
  line-height: 1;
459
  font-size: 12px;
460
  font-style: italic; }
@@ -498,6 +239,10 @@ body.elementor-editor-active .elementor-sortable-helper {
498
  display: table;
499
  table-layout: fixed;
500
  color: #fff;
 
 
 
 
501
  line-height: 50px;
502
  border-radius: 3px; }
503
  body.elementor-editor-active .elementor-sortable-helper .fa {
@@ -537,9 +282,10 @@ body.elementor-editor-active #elementor-add-section-button {
537
  color: #fff;
538
  font-size: 13px;
539
  font-family: Arial, Helvetica, sans-serif;
 
 
540
  line-height: 1;
541
  text-transform: uppercase;
542
- font-weight: normal;
543
  height: 40px;
544
  width: 170px;
545
  padding: 0;
@@ -571,6 +317,7 @@ body.elementor-editor-active #elementor-select-preset-title {
571
  font-family: Arial, Helvetica, sans-serif;
572
  font-size: 13px;
573
  font-weight: 500;
 
574
  color: #556068; }
575
  body.elementor-editor-active ul#elementor-select-preset-list {
576
  list-style: none;
@@ -583,12 +330,12 @@ body.elementor-editor-active ul#elementor-select-preset-list {
583
  margin: 0;
584
  padding: 10px;
585
  float: right; }
586
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover {
587
- color: #6d7882; }
588
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) {
589
- color: #d5dadf; }
590
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset [class^="eicon-"] {
591
- font-size: 40px; }
592
  body.elementor-editor-preview .elementor-element-overlay,
593
  body.elementor-editor-preview .column-title,
594
  body.elementor-editor-preview .elementor-empty,
1
  @charset "UTF-8";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  html.elementor-html {
3
  margin-top: 0 !important; }
4
 
85
  margin: 0;
86
  padding: 0;
87
  font-family: Arial, Helvetica, sans-serif;
88
+ font-size: 13px;
89
+ font-weight: normal;
90
+ font-style: normal;
91
  line-height: 1; }
92
  body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) {
93
  background-color: #495157; }
160
  background-color: #71d7f7;
161
  color: #fff;
162
  font-family: Arial, Helvetica, sans-serif;
163
+ font-weight: normal;
164
+ font-style: normal;
165
  font-size: 9px;
166
  line-height: 1;
167
  padding: 3px 6px; }
195
  left: 0;
196
  color: #999;
197
  font-family: Arial, Helvetica, sans-serif;
198
+ font-weight: normal;
199
  line-height: 1;
200
  font-size: 12px;
201
  font-style: italic; }
239
  display: table;
240
  table-layout: fixed;
241
  color: #fff;
242
+ font-family: Arial, Helvetica, sans-serif;
243
+ font-size: 13px;
244
+ font-weight: normal;
245
+ font-style: normal;
246
  line-height: 50px;
247
  border-radius: 3px; }
248
  body.elementor-editor-active .elementor-sortable-helper .fa {
282
  color: #fff;
283
  font-size: 13px;
284
  font-family: Arial, Helvetica, sans-serif;
285
+ font-weight: normal;
286
+ font-style: normal;
287
  line-height: 1;
288
  text-transform: uppercase;
 
289
  height: 40px;
290
  width: 170px;
291
  padding: 0;
317
  font-family: Arial, Helvetica, sans-serif;
318
  font-size: 13px;
319
  font-weight: 500;
320
+ font-style: normal;
321
  color: #556068; }
322
  body.elementor-editor-active ul#elementor-select-preset-list {
323
  list-style: none;
330
  margin: 0;
331
  padding: 10px;
332
  float: right; }
333
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover path {
334
+ fill: #6d7882; }
335
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) path {
336
+ fill: #d5dadf; }
337
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset svg {
338
+ height: 50px; }
339
  body.elementor-editor-preview .elementor-element-overlay,
340
  body.elementor-editor-preview .column-title,
341
  body.elementor-editor-preview .elementor-empty,
assets/css/editor-preview-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["editor-preview-rtl.css","../scss/admin/_eicon.scss","../scss/editor/editor-preview.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss"],"names":[],"mappings":"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","file":"editor-preview-rtl.css"}
1
+ {"version":3,"sources":["editor-preview-rtl.css","../scss/editor/editor-preview.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss"],"names":[],"mappings":"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","file":"editor-preview-rtl.css"}
assets/css/editor-preview-rtl.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}html.elementor-html{margin-top:0!important}body.layout-section .entry-content{overflow:visible}body.elementor-editor-active #elementor{position:relative}body.elementor-editor-active #elementor .elementor-element-empty .elementor-sortable-placeholder{display:none}body.elementor-editor-active #elementor .elementor-empty-view{display:table;width:100%;height:100%;position:relative;z-index:1}body.elementor-editor-active #elementor .elementor-first-add{display:table-cell;vertical-align:middle;text-align:center;border:1px dashed #d5dadf}body.elementor-editor-active #elementor .elementor-first-add .elementor-icon{font-size:19px;color:#a4afb7;cursor:pointer}body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty{height:50px;background:#fff}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;background-color:rgba(230,233,236,.8)}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;height:25px;width:25px;top:0;bottom:0;right:0;left:0;margin:auto;color:#818a91;font-size:22px}body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.elementor-element-editable)>.elementor-element-overlay .elementor-editor-element-settings-list,body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.ui-resizable-resizing)>.elementor-element-overlay .column-title{display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay .column-title{display:none}}body.elementor-editor-active #elementor .elementor-element[data-side]{animation:increase-border .6s;animation-timing-function:ease-out}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]+.elementor-element,body.elementor-editor-active #elementor .elementor-element[data-side=top]{border-top:4px solid #71d7f7}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]:last-child{border-bottom:4px solid #71d7f7}@media (min-width:768px){body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty,body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{position:absolute;width:100%;height:100%;top:0}}body.elementor-editor-active #elementor .elementor-top-column .elementor-widget-wrap .elementor-inner-section{margin-top:20px}body.elementor-editor-active #elementor .elementor-editor-element-settings{position:absolute;overflow:hidden}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list{display:table;table-layout:fixed;height:20px;list-style:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;line-height:1}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list){background-color:#495157}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting:not(:last-child){border-left:1px solid #556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting>a:hover{background-color:#556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list{background-color:#a4afb7}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting:not(:last-child){border-left:1px solid #c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting.elementor-editor-element-trigger:not(.elementor-active){border:none}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting>a:hover{background-color:#c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list .fa{color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting{display:table-cell;vertical-align:middle;width:35px;text-align:center;padding:0;margin:0}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting>a{padding:8.5px 0;display:inline-block;width:100%;font-size:11px;color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-remove .fa{color:red}body.elementor-editor-active #elementor .elementor-editor-column-settings{right:-1px;z-index:1;bottom:100%;margin-bottom:1px;transform:translateY(1px);border-radius:3px 3px 0 0}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-settings-list{float:right}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger:not(.elementor-active)~.elementor-editor-element-setting{display:none}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a{cursor:move;padding:8.5px}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger.elementor-active>a:after,body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a:hover:after{content:"";font-family:FontAwesome;margin-right:5px}body.elementor-editor-active #elementor .elementor-editor-widget-settings{z-index:2;border-radius:3px}body.elementor-editor-active #elementor .elementor-editor-widget-settings:not(.elementor-open){display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-element-label{position:absolute;left:-1px;top:-1px;background-color:#71d7f7;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:9px;line-height:1;padding:3px 6px}body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-add,body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-duplicate,body.elementor-editor-active #elementor .elementor-section-filled .elementor-sortable-placeholder.elementor-column{display:none}body.elementor-editor-active #elementor .elementor-section-filled .elementor-row.elementor-draggable-over{border:1px solid red}body.elementor-editor-active #elementor .elementor-row{min-height:100px}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay{border:1px solid #fff}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay:after,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;width:100%;height:100%;outline:1px dashed #373a3c}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay:after{display:none}body.elementor-editor-active #elementor .elementor-column .column-title{position:absolute;bottom:100%;left:0;color:#999;font-family:Arial,Helvetica,sans-serif;line-height:1;font-size:12px;font-style:italic}body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e,body.elementor-editor-active #elementor .elementor-column>.ui-resizable-w{cursor:ew-resize;width:7px;position:absolute;left:-5px;top:0;height:100%}body.elementor-editor-active #elementor .elementor-column:last-of-type>.ui-resizable-e{display:none!important}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e{display:none!important}}@media (min-width:768px){body.elementor-editor-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{padding:10px}}body.elementor-editor-active .elementor-widget.elementor-loading{opacity:.3}body.elementor-editor-active .elementor-widget:not(.elementor-loading){transition:all .1s}body.elementor-editor-active .elementor-widget.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active .elementor-widget:hover>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-element-label{display:none}body.elementor-editor-active .elementor-column.elementor-dragging div.elementor-column-wrap{min-height:50px}body.elementor-editor-active div.handle{display:none}body.elementor-editor-active .elementor-sortable-placeholder{background:#71d7f7;transition-timing-function:ease-out}body.elementor-editor-active .elementor-sortable-placeholder:not(.elementor-column){height:5px}body.elementor-editor-active .elementor-sortable-placeholder.elementor-column{width:5px}body.elementor-editor-active .elementor-sortable-helper{position:absolute;background:rgba(73,81,87,.85);display:table;table-layout:fixed;color:#fff;line-height:50px;border-radius:3px}body.elementor-editor-active .elementor-sortable-helper .fa{font-size:25px;width:60px;text-align:center}body.elementor-editor-active .elementor-sortable-helper>*{display:table-cell;vertical-align:middle}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add:after,body.elementor-editor-active .elementor-first-add[data-side]:after{content:'';height:4px;display:block;background-color:#71d7f7}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add .elementor-icon,body.elementor-editor-active .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-sortable-placeholder,body.elementor-editor-active .elementor-first-add[data-side] .elementor-icon{display:none}body.elementor-editor-active #elementor-add-section{background-color:hsla(0,0%,100%,.5);margin:60px auto;padding:40px 0;max-width:1140px;position:relative}body.elementor-editor-active #elementor-add-section:not([data-side]){border:2px dashed #d5dadf}body.elementor-editor-active #elementor-add-section[data-side]{border:3px dashed #71d7f7}body.elementor-editor-active #elementor-add-section-inner{text-align:center;margin-top:10px}body.elementor-editor-active #elementor-add-section-button{background-color:#9b0a46;background-image:none;color:#fff;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:1;text-transform:uppercase;font-weight:400;height:40px;width:170px;padding:0;border:none;border-radius:3px;cursor:pointer}body.elementor-editor-active #elementor-add-section-button:hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}body.elementor-editor-active #elementor-add-section-button:active{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.1)}body.elementor-editor-active #elementor-add-section-drag-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:italic;line-height:1;color:#556068;margin-top:10px}body.elementor-editor-active #elementor-select-preset-close{position:absolute;right:20px;top:20px;font-size:20px;cursor:pointer;line-height:1;color:#d5dadf}body.elementor-editor-active #elementor-select-preset-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:500;color:#556068}body.elementor-editor-active ul#elementor-select-preset-list{list-style:none;padding:0 25px;margin:20px auto 0;overflow:hidden;max-width:700px}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset{cursor:pointer;margin:0;padding:10px;float:right}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover{color:#6d7882}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover){color:#d5dadf}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset [class^=eicon-]{font-size:40px}body.elementor-editor-preview #elementor-add-section,body.elementor-editor-preview .column-title,body.elementor-editor-preview .elementor-element-empty,body.elementor-editor-preview .elementor-element-overlay,body.elementor-editor-preview .elementor-empty{display:none}
1
+ @charset "UTF-8";html.elementor-html{margin-top:0!important}body.layout-section .entry-content{overflow:visible}body.elementor-editor-active #elementor{position:relative}body.elementor-editor-active #elementor .elementor-element-empty .elementor-sortable-placeholder{display:none}body.elementor-editor-active #elementor .elementor-empty-view{display:table;width:100%;height:100%;position:relative;z-index:1}body.elementor-editor-active #elementor .elementor-first-add{display:table-cell;vertical-align:middle;text-align:center;border:1px dashed #d5dadf}body.elementor-editor-active #elementor .elementor-first-add .elementor-icon{font-size:19px;color:#a4afb7;cursor:pointer}body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty{height:50px;background:#fff}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;background-color:rgba(230,233,236,.8)}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;height:25px;width:25px;top:0;bottom:0;right:0;left:0;margin:auto;color:#818a91;font-size:22px}body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.elementor-element-editable)>.elementor-element-overlay .elementor-editor-element-settings-list,body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.ui-resizable-resizing)>.elementor-element-overlay .column-title{display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay .column-title{display:none}}body.elementor-editor-active #elementor .elementor-element[data-side]{animation:increase-border .6s;animation-timing-function:ease-out}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]+.elementor-element,body.elementor-editor-active #elementor .elementor-element[data-side=top]{border-top:4px solid #71d7f7}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]:last-child{border-bottom:4px solid #71d7f7}@media (min-width:768px){body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty,body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{position:absolute;width:100%;height:100%;top:0}}body.elementor-editor-active #elementor .elementor-top-column .elementor-widget-wrap .elementor-inner-section{margin-top:20px}body.elementor-editor-active #elementor .elementor-editor-element-settings{position:absolute;overflow:hidden}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list{display:table;table-layout:fixed;height:20px;list-style:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:1}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list){background-color:#495157}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting:not(:last-child){border-left:1px solid #556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting>a:hover{background-color:#556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list{background-color:#a4afb7}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting:not(:last-child){border-left:1px solid #c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting.elementor-editor-element-trigger:not(.elementor-active){border:none}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting>a:hover{background-color:#c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list .fa{color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting{display:table-cell;vertical-align:middle;width:35px;text-align:center;padding:0;margin:0}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting>a{padding:8.5px 0;display:inline-block;width:100%;font-size:11px;color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-remove .fa{color:red}body.elementor-editor-active #elementor .elementor-editor-column-settings{right:-1px;z-index:1;bottom:100%;margin-bottom:1px;transform:translateY(1px);border-radius:3px 3px 0 0}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-settings-list{float:right}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger:not(.elementor-active)~.elementor-editor-element-setting{display:none}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a{cursor:move;padding:8.5px}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger.elementor-active>a:after,body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a:hover:after{content:"";font-family:FontAwesome;margin-right:5px}body.elementor-editor-active #elementor .elementor-editor-widget-settings{z-index:2;border-radius:3px}body.elementor-editor-active #elementor .elementor-editor-widget-settings:not(.elementor-open){display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-element-label{position:absolute;left:-1px;top:-1px;background-color:#71d7f7;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;font-size:9px;line-height:1;padding:3px 6px}body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-add,body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-duplicate,body.elementor-editor-active #elementor .elementor-section-filled .elementor-sortable-placeholder.elementor-column{display:none}body.elementor-editor-active #elementor .elementor-section-filled .elementor-row.elementor-draggable-over{border:1px solid red}body.elementor-editor-active #elementor .elementor-row{min-height:100px}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay{border:1px solid #fff}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay:after,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;width:100%;height:100%;outline:1px dashed #373a3c}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay:after{display:none}body.elementor-editor-active #elementor .elementor-column .column-title{position:absolute;bottom:100%;left:0;color:#999;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1;font-size:12px;font-style:italic}body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e,body.elementor-editor-active #elementor .elementor-column>.ui-resizable-w{cursor:ew-resize;width:7px;position:absolute;left:-5px;top:0;height:100%}body.elementor-editor-active #elementor .elementor-column:last-of-type>.ui-resizable-e{display:none!important}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e{display:none!important}}@media (min-width:768px){body.elementor-editor-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{padding:10px}}body.elementor-editor-active .elementor-widget.elementor-loading{opacity:.3}body.elementor-editor-active .elementor-widget:not(.elementor-loading){transition:all .1s}body.elementor-editor-active .elementor-widget.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active .elementor-widget:hover>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-element-label{display:none}body.elementor-editor-active .elementor-column.elementor-dragging div.elementor-column-wrap{min-height:50px}body.elementor-editor-active div.handle{display:none}body.elementor-editor-active .elementor-sortable-placeholder{background:#71d7f7;transition-timing-function:ease-out}body.elementor-editor-active .elementor-sortable-placeholder:not(.elementor-column){height:5px}body.elementor-editor-active .elementor-sortable-placeholder.elementor-column{width:5px}body.elementor-editor-active .elementor-sortable-helper{position:absolute;background:rgba(73,81,87,.85);display:table;table-layout:fixed;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:50px;border-radius:3px}body.elementor-editor-active .elementor-sortable-helper .fa{font-size:25px;width:60px;text-align:center}body.elementor-editor-active .elementor-sortable-helper>*{display:table-cell;vertical-align:middle}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add:after,body.elementor-editor-active .elementor-first-add[data-side]:after{content:'';height:4px;display:block;background-color:#71d7f7}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add .elementor-icon,body.elementor-editor-active .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-sortable-placeholder,body.elementor-editor-active .elementor-first-add[data-side] .elementor-icon{display:none}body.elementor-editor-active #elementor-add-section{background-color:hsla(0,0%,100%,.5);margin:60px auto;padding:40px 0;max-width:1140px;position:relative}body.elementor-editor-active #elementor-add-section:not([data-side]){border:2px dashed #d5dadf}body.elementor-editor-active #elementor-add-section[data-side]{border:3px dashed #71d7f7}body.elementor-editor-active #elementor-add-section-inner{text-align:center;margin-top:10px}body.elementor-editor-active #elementor-add-section-button{background-color:#9b0a46;background-image:none;color:#fff;font-size:13px;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;line-height:1;text-transform:uppercase;height:40px;width:170px;padding:0;border:none;border-radius:3px;cursor:pointer}body.elementor-editor-active #elementor-add-section-button:hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}body.elementor-editor-active #elementor-add-section-button:active{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.1)}body.elementor-editor-active #elementor-add-section-drag-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:italic;line-height:1;color:#556068;margin-top:10px}body.elementor-editor-active #elementor-select-preset-close{position:absolute;right:20px;top:20px;font-size:20px;cursor:pointer;line-height:1;color:#d5dadf}body.elementor-editor-active #elementor-select-preset-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:500;font-style:normal;color:#556068}body.elementor-editor-active ul#elementor-select-preset-list{list-style:none;padding:0 25px;margin:20px auto 0;overflow:hidden;max-width:700px}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset{cursor:pointer;margin:0;padding:10px;float:right}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover path{fill:#6d7882}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) path{fill:#d5dadf}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset svg{height:50px}body.elementor-editor-preview #elementor-add-section,body.elementor-editor-preview .column-title,body.elementor-editor-preview .elementor-element-empty,body.elementor-editor-preview .elementor-element-overlay,body.elementor-editor-preview .elementor-empty{display:none}
assets/css/editor-preview.css CHANGED
@@ -1,269 +1,4 @@
1
  @charset "UTF-8";
2
- @font-face {
3
- font-family: 'eicon';
4
- src: url("../fonts/eicon/eicon.eot?0.11");
5
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
6
- font-weight: normal;
7
- font-style: normal; }
8
- [class^="eicon-"],
9
- [class*=" eicon-"] {
10
- display: inline-block;
11
- font-family: eicon;
12
- font-size: inherit;
13
- font-weight: normal;
14
- font-style: normal;
15
- font-variant: normal;
16
- line-height: 1;
17
- text-rendering: auto;
18
- -webkit-font-smoothing: antialiased;
19
- -moz-osx-font-smoothing: grayscale; }
20
-
21
- .eicon-c1-1:before {
22
- content: '\e800'; }
23
-
24
- .eicon-c2-1:before {
25
- content: '\e801'; }
26
-
27
- .eicon-c2-2:before {
28
- content: '\e802'; }
29
-
30
- .eicon-c2-3:before {
31
- content: '\e803'; }
32
-
33
- .eicon-c2-4:before {
34
- content: '\e804'; }
35
-
36
- .eicon-c2-5:before {
37
- content: '\e805'; }
38
-
39
- .eicon-c2-6:before {
40
- content: '\e806'; }
41
-
42
- .eicon-c2-7:before {
43
- content: '\e807'; }
44
-
45
- .eicon-c2-8:before {
46
- content: '\e808'; }
47
-
48
- .eicon-c2-9:before {
49
- content: '\e809'; }
50
-
51
- .eicon-c3-1:before {
52
- content: '\e80a'; }
53
-
54
- .eicon-c3-2:before {
55
- content: '\e80b'; }
56
-
57
- .eicon-c3-3:before {
58
- content: '\e80c'; }
59
-
60
- .eicon-c3-4:before {
61
- content: '\e80d'; }
62
-
63
- .eicon-c3-5:before {
64
- content: '\e80e'; }
65
-
66
- .eicon-c3-6:before {
67
- content: '\e80f'; }
68
-
69
- .eicon-c3-7:before {
70
- content: '\e811'; }
71
-
72
- .eicon-c3-8:before {
73
- content: '\e811'; }
74
-
75
- .eicon-c3-9:before {
76
- content: '\e812'; }
77
-
78
- .eicon-c4-1:before {
79
- content: '\e813'; }
80
-
81
- .eicon-c4-2:before {
82
- content: '\e814'; }
83
-
84
- .eicon-c4-3:before {
85
- content: '\e815'; }
86
-
87
- .eicon-c4-4:before {
88
- content: '\e816'; }
89
-
90
- .eicon-c4-5:before {
91
- content: '\e817'; }
92
-
93
- .eicon-c4-6:before {
94
- content: '\e818'; }
95
-
96
- .eicon-c4-7:before {
97
- content: '\e819'; }
98
-
99
- .eicon-c4-8:before {
100
- content: '\e81a'; }
101
-
102
- .eicon-c4-9:before {
103
- content: '\e81b'; }
104
-
105
- .eicon-c4-11:before {
106
- content: '\e81c'; }
107
-
108
- .eicon-c4-11:before {
109
- content: '\e81d'; }
110
-
111
- .eicon-c5-1:before {
112
- content: '\e81e'; }
113
-
114
- .eicon-c5-2:before {
115
- content: '\e81f'; }
116
-
117
- .eicon-c5-3:before {
118
- content: '\e820'; }
119
-
120
- .eicon-c5-4:before {
121
- content: '\e821'; }
122
-
123
- .eicon-c5-5:before {
124
- content: '\e822'; }
125
-
126
- .eicon-c5-6:before {
127
- content: '\e823'; }
128
-
129
- .eicon-c5-7:before {
130
- content: '\e824'; }
131
-
132
- .eicon-c5-8:before {
133
- content: '\e825'; }
134
-
135
- .eicon-c5-9:before {
136
- content: '\e826'; }
137
-
138
- .eicon-c5-11:before {
139
- content: '\e827'; }
140
-
141
- .eicon-c6-1:before {
142
- content: '\e828'; }
143
-
144
- .eicon-c6-2:before {
145
- content: '\e829'; }
146
-
147
- .eicon-c6-3:before {
148
- content: '\e82a'; }
149
-
150
- .eicon-c6-4:before {
151
- content: '\e82b'; }
152
-
153
- .eicon-c6-5:before {
154
- content: '\e82c'; }
155
-
156
- .eicon-c6-6:before {
157
- content: '\e82d'; }
158
-
159
- .eicon-c6-7:before {
160
- content: '\e82e'; }
161
-
162
- .eicon-c6-8:before {
163
- content: '\e82f'; }
164
-
165
- .eicon-c6-9:before {
166
- content: '\e830'; }
167
-
168
- .eicon-c6-11:before {
169
- content: '\e831'; }
170
-
171
- .eicon-c6-11:before {
172
- content: '\e832'; }
173
-
174
- .eicon-c7-1:before {
175
- content: '\e833'; }
176
-
177
- .eicon-c8-1:before {
178
- content: '\e834'; }
179
-
180
- .eicon-c9-1:before {
181
- content: '\e835'; }
182
-
183
- .eicon-c11-1:before {
184
- content: '\e836'; }
185
-
186
- .eicon-anchor:before {
187
- content: '\e837'; }
188
-
189
- .eicon-wordpress:before {
190
- content: '\e838'; }
191
-
192
- .eicon-insert-image:before {
193
- content: '\e839'; }
194
-
195
- .eicon-align-left:before {
196
- content: '\e83a'; }
197
-
198
- .eicon-digital-alarm-clock:before {
199
- content: '\e83b'; }
200
-
201
- .eicon-favorite:before {
202
- content: '\e83c'; }
203
-
204
- .eicon-firewall-on:before {
205
- content: '\e83d'; }
206
-
207
- .eicon-google-maps:before {
208
- content: '\e83e'; }
209
-
210
- .eicon-text-size:before {
211
- content: '\e83f'; }
212
-
213
- .eicon-youtube:before {
214
- content: '\e840'; }
215
-
216
- .eicon-success-chart:before {
217
- content: '\e841'; }
218
-
219
- .eicon-type-tool:before {
220
- content: '\e842'; }
221
-
222
- .eicon-bullet-list:before {
223
- content: '\e843'; }
224
-
225
- .eicon-click:before {
226
- content: '\e844'; }
227
-
228
- .eicon-coding:before {
229
- content: '\e845'; }
230
-
231
- .eicon-accordion:before {
232
- content: '\e846'; }
233
-
234
- .eicon-divider:before {
235
- content: '\e847'; }
236
-
237
- .eicon-toggle:before {
238
- content: '\e848'; }
239
-
240
- .eicon-settings:before {
241
- content: '\e849'; }
242
-
243
- .eicon-section:before {
244
- content: '\e84a'; }
245
-
246
- .eicon-photo-library:before {
247
- content: '\e84b'; }
248
-
249
- .eicon-elementor:before {
250
- content: '\e84c'; }
251
-
252
- .eicon-menu:before {
253
- content: '\e84d'; }
254
-
255
- .eicon-plus:before {
256
- content: '\e84e'; }
257
-
258
- .eicon-apps:before {
259
- content: '\e84f'; }
260
-
261
- .eicon-tabs:before {
262
- content: '\e850'; }
263
-
264
- .eicon-elementor-square:before {
265
- content: '\e851'; }
266
-
267
  html.elementor-html {
268
  margin-top: 0 !important; }
269
 
@@ -350,6 +85,9 @@ body.elementor-editor-active #elementor {
350
  margin: 0;
351
  padding: 0;
352
  font-family: Arial, Helvetica, sans-serif;
 
 
 
353
  line-height: 1; }
354
  body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) {
355
  background-color: #495157; }
@@ -422,6 +160,8 @@ body.elementor-editor-active #elementor {
422
  background-color: #71d7f7;
423
  color: #fff;
424
  font-family: Arial, Helvetica, sans-serif;
 
 
425
  font-size: 9px;
426
  line-height: 1;
427
  padding: 3px 6px; }
@@ -455,6 +195,7 @@ body.elementor-editor-active #elementor {
455
  right: 0;
456
  color: #999;
457
  font-family: Arial, Helvetica, sans-serif;
 
458
  line-height: 1;
459
  font-size: 12px;
460
  font-style: italic; }
@@ -498,6 +239,10 @@ body.elementor-editor-active .elementor-sortable-helper {
498
  display: table;
499
  table-layout: fixed;
500
  color: #fff;
 
 
 
 
501
  line-height: 50px;
502
  border-radius: 3px; }
503
  body.elementor-editor-active .elementor-sortable-helper .fa {
@@ -537,9 +282,10 @@ body.elementor-editor-active #elementor-add-section-button {
537
  color: #fff;
538
  font-size: 13px;
539
  font-family: Arial, Helvetica, sans-serif;
 
 
540
  line-height: 1;
541
  text-transform: uppercase;
542
- font-weight: normal;
543
  height: 40px;
544
  width: 170px;
545
  padding: 0;
@@ -571,6 +317,7 @@ body.elementor-editor-active #elementor-select-preset-title {
571
  font-family: Arial, Helvetica, sans-serif;
572
  font-size: 13px;
573
  font-weight: 500;
 
574
  color: #556068; }
575
  body.elementor-editor-active ul#elementor-select-preset-list {
576
  list-style: none;
@@ -583,12 +330,12 @@ body.elementor-editor-active ul#elementor-select-preset-list {
583
  margin: 0;
584
  padding: 10px;
585
  float: left; }
586
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover {
587
- color: #6d7882; }
588
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) {
589
- color: #d5dadf; }
590
- body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset [class^="eicon-"] {
591
- font-size: 40px; }
592
  body.elementor-editor-preview .elementor-element-overlay,
593
  body.elementor-editor-preview .column-title,
594
  body.elementor-editor-preview .elementor-empty,
1
  @charset "UTF-8";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  html.elementor-html {
3
  margin-top: 0 !important; }
4
 
85
  margin: 0;
86
  padding: 0;
87
  font-family: Arial, Helvetica, sans-serif;
88
+ font-size: 13px;
89
+ font-weight: normal;
90
+ font-style: normal;
91
  line-height: 1; }
92
  body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) {
93
  background-color: #495157; }
160
  background-color: #71d7f7;
161
  color: #fff;
162
  font-family: Arial, Helvetica, sans-serif;
163
+ font-weight: normal;
164
+ font-style: normal;
165
  font-size: 9px;
166
  line-height: 1;
167
  padding: 3px 6px; }
195
  right: 0;
196
  color: #999;
197
  font-family: Arial, Helvetica, sans-serif;
198
+ font-weight: normal;
199
  line-height: 1;
200
  font-size: 12px;
201
  font-style: italic; }
239
  display: table;
240
  table-layout: fixed;
241
  color: #fff;
242
+ font-family: Arial, Helvetica, sans-serif;
243
+ font-size: 13px;
244
+ font-weight: normal;
245
+ font-style: normal;
246
  line-height: 50px;
247
  border-radius: 3px; }
248
  body.elementor-editor-active .elementor-sortable-helper .fa {
282
  color: #fff;
283
  font-size: 13px;
284
  font-family: Arial, Helvetica, sans-serif;
285
+ font-weight: normal;
286
+ font-style: normal;
287
  line-height: 1;
288
  text-transform: uppercase;
 
289
  height: 40px;
290
  width: 170px;
291
  padding: 0;
317
  font-family: Arial, Helvetica, sans-serif;
318
  font-size: 13px;
319
  font-weight: 500;
320
+ font-style: normal;
321
  color: #556068; }
322
  body.elementor-editor-active ul#elementor-select-preset-list {
323
  list-style: none;
330
  margin: 0;
331
  padding: 10px;
332
  float: left; }
333
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover path {
334
+ fill: #6d7882; }
335
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) path {
336
+ fill: #d5dadf; }
337
+ body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset svg {
338
+ height: 50px; }
339
  body.elementor-editor-preview .elementor-element-overlay,
340
  body.elementor-editor-preview .column-title,
341
  body.elementor-editor-preview .elementor-empty,
assets/css/editor-preview.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["editor-preview.css","../scss/admin/_eicon.scss","../scss/editor/editor-preview.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss"],"names":[],"mappings":"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","file":"editor-preview.css"}
1
+ {"version":3,"sources":["editor-preview.css","../scss/editor/editor-preview.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss"],"names":[],"mappings":"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","file":"editor-preview.css"}
assets/css/editor-preview.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}html.elementor-html{margin-top:0!important}body.layout-section .entry-content{overflow:visible}body.elementor-editor-active #elementor{position:relative}body.elementor-editor-active #elementor .elementor-element-empty .elementor-sortable-placeholder{display:none}body.elementor-editor-active #elementor .elementor-empty-view{display:table;width:100%;height:100%;position:relative;z-index:1}body.elementor-editor-active #elementor .elementor-first-add{display:table-cell;vertical-align:middle;text-align:center;border:1px dashed #d5dadf}body.elementor-editor-active #elementor .elementor-first-add .elementor-icon{font-size:19px;color:#a4afb7;cursor:pointer}body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty{height:50px;background:#fff}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;background-color:rgba(230,233,236,.8)}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;height:25px;width:25px;top:0;bottom:0;right:0;left:0;margin:auto;color:#818a91;font-size:22px}body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.elementor-element-editable)>.elementor-element-overlay .elementor-editor-element-settings-list,body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.ui-resizable-resizing)>.elementor-element-overlay .column-title{display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay .column-title{display:none}}body.elementor-editor-active #elementor .elementor-element[data-side]{animation:increase-border .6s;animation-timing-function:ease-out}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]+.elementor-element,body.elementor-editor-active #elementor .elementor-element[data-side=top]{border-top:4px solid #71d7f7}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]:last-child{border-bottom:4px solid #71d7f7}@media (min-width:768px){body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty,body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{position:absolute;width:100%;height:100%;top:0}}body.elementor-editor-active #elementor .elementor-top-column .elementor-widget-wrap .elementor-inner-section{margin-top:20px}body.elementor-editor-active #elementor .elementor-editor-element-settings{position:absolute;overflow:hidden}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list{display:table;table-layout:fixed;height:20px;list-style:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;line-height:1}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list){background-color:#495157}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting:not(:last-child){border-right:1px solid #556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting>a:hover{background-color:#556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list{background-color:#a4afb7}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting:not(:last-child){border-right:1px solid #c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting.elementor-editor-element-trigger:not(.elementor-active){border:none}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting>a:hover{background-color:#c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list .fa{color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting{display:table-cell;vertical-align:middle;width:35px;text-align:center;padding:0;margin:0}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting>a{padding:8.5px 0;display:inline-block;width:100%;font-size:11px;color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-remove .fa{color:red}body.elementor-editor-active #elementor .elementor-editor-column-settings{left:-1px;z-index:1;bottom:100%;margin-bottom:1px;transform:translateY(1px);border-radius:3px 3px 0 0}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-settings-list{float:left}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger:not(.elementor-active)~.elementor-editor-element-setting{display:none}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a{cursor:move;padding:8.5px}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger.elementor-active>a:after,body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a:hover:after{content:"";font-family:FontAwesome;margin-left:5px}body.elementor-editor-active #elementor .elementor-editor-widget-settings{z-index:2;border-radius:3px}body.elementor-editor-active #elementor .elementor-editor-widget-settings:not(.elementor-open){display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-element-label{position:absolute;right:-1px;top:-1px;background-color:#71d7f7;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:9px;line-height:1;padding:3px 6px}body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-add,body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-duplicate,body.elementor-editor-active #elementor .elementor-section-filled .elementor-sortable-placeholder.elementor-column{display:none}body.elementor-editor-active #elementor .elementor-section-filled .elementor-row.elementor-draggable-over{border:1px solid red}body.elementor-editor-active #elementor .elementor-row{min-height:100px}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay{border:1px solid #fff}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay:after,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;width:100%;height:100%;outline:1px dashed #373a3c}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay:after{display:none}body.elementor-editor-active #elementor .elementor-column .column-title{position:absolute;bottom:100%;right:0;color:#999;font-family:Arial,Helvetica,sans-serif;line-height:1;font-size:12px;font-style:italic}body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e,body.elementor-editor-active #elementor .elementor-column>.ui-resizable-w{cursor:ew-resize;width:7px;position:absolute;right:-5px;top:0;height:100%}body.elementor-editor-active #elementor .elementor-column:last-of-type>.ui-resizable-e{display:none!important}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e{display:none!important}}@media (min-width:768px){body.elementor-editor-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{padding:10px}}body.elementor-editor-active .elementor-widget.elementor-loading{opacity:.3}body.elementor-editor-active .elementor-widget:not(.elementor-loading){transition:all .1s}body.elementor-editor-active .elementor-widget.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active .elementor-widget:hover>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-element-label{display:none}body.elementor-editor-active .elementor-column.elementor-dragging div.elementor-column-wrap{min-height:50px}body.elementor-editor-active div.handle{display:none}body.elementor-editor-active .elementor-sortable-placeholder{background:#71d7f7;transition-timing-function:ease-out}body.elementor-editor-active .elementor-sortable-placeholder:not(.elementor-column){height:5px}body.elementor-editor-active .elementor-sortable-placeholder.elementor-column{width:5px}body.elementor-editor-active .elementor-sortable-helper{position:absolute;background:rgba(73,81,87,.85);display:table;table-layout:fixed;color:#fff;line-height:50px;border-radius:3px}body.elementor-editor-active .elementor-sortable-helper .fa{font-size:25px;width:60px;text-align:center}body.elementor-editor-active .elementor-sortable-helper>*{display:table-cell;vertical-align:middle}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add:after,body.elementor-editor-active .elementor-first-add[data-side]:after{content:'';height:4px;display:block;background-color:#71d7f7}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add .elementor-icon,body.elementor-editor-active .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-sortable-placeholder,body.elementor-editor-active .elementor-first-add[data-side] .elementor-icon{display:none}body.elementor-editor-active #elementor-add-section{background-color:hsla(0,0%,100%,.5);margin:60px auto;padding:40px 0;max-width:1140px;position:relative}body.elementor-editor-active #elementor-add-section:not([data-side]){border:2px dashed #d5dadf}body.elementor-editor-active #elementor-add-section[data-side]{border:3px dashed #71d7f7}body.elementor-editor-active #elementor-add-section-inner{text-align:center;margin-top:10px}body.elementor-editor-active #elementor-add-section-button{background-color:#9b0a46;background-image:none;color:#fff;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:1;text-transform:uppercase;font-weight:400;height:40px;width:170px;padding:0;border:none;border-radius:3px;cursor:pointer}body.elementor-editor-active #elementor-add-section-button:hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}body.elementor-editor-active #elementor-add-section-button:active{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.1)}body.elementor-editor-active #elementor-add-section-drag-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:italic;line-height:1;color:#556068;margin-top:10px}body.elementor-editor-active #elementor-select-preset-close{position:absolute;right:20px;top:20px;font-size:20px;cursor:pointer;line-height:1;color:#d5dadf}body.elementor-editor-active #elementor-select-preset-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:500;color:#556068}body.elementor-editor-active ul#elementor-select-preset-list{list-style:none;padding:0 25px;margin:20px auto 0;overflow:hidden;max-width:700px}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset{cursor:pointer;margin:0;padding:10px;float:left}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover{color:#6d7882}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover){color:#d5dadf}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset [class^=eicon-]{font-size:40px}body.elementor-editor-preview #elementor-add-section,body.elementor-editor-preview .column-title,body.elementor-editor-preview .elementor-element-empty,body.elementor-editor-preview .elementor-element-overlay,body.elementor-editor-preview .elementor-empty{display:none}
1
+ @charset "UTF-8";html.elementor-html{margin-top:0!important}body.layout-section .entry-content{overflow:visible}body.elementor-editor-active #elementor{position:relative}body.elementor-editor-active #elementor .elementor-element-empty .elementor-sortable-placeholder{display:none}body.elementor-editor-active #elementor .elementor-empty-view{display:table;width:100%;height:100%;position:relative;z-index:1}body.elementor-editor-active #elementor .elementor-first-add{display:table-cell;vertical-align:middle;text-align:center;border:1px dashed #d5dadf}body.elementor-editor-active #elementor .elementor-first-add .elementor-icon{font-size:19px;color:#a4afb7;cursor:pointer}body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty{height:50px;background:#fff}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;background-color:rgba(230,233,236,.8)}body.elementor-editor-active #elementor .elementor-element.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;height:25px;width:25px;top:0;bottom:0;right:0;left:0;margin:auto;color:#818a91;font-size:22px}body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.elementor-element-editable)>.elementor-element-overlay .elementor-editor-element-settings-list,body.elementor-editor-active #elementor .elementor-element:not(:hover):not(.ui-resizable-resizing)>.elementor-element-overlay .column-title{display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-element>.elementor-element-overlay .column-title{display:none}}body.elementor-editor-active #elementor .elementor-element[data-side]{animation:increase-border .6s;animation-timing-function:ease-out}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]+.elementor-element,body.elementor-editor-active #elementor .elementor-element[data-side=top]{border-top:4px solid #71d7f7}body.elementor-editor-active #elementor .elementor-element[data-side=bottom]:last-child{border-bottom:4px solid #71d7f7}@media (min-width:768px){body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty,body.elementor-editor-active #elementor .elementor-section:not(.elementor-section-height-full) .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{position:absolute;width:100%;height:100%;top:0}}body.elementor-editor-active #elementor .elementor-top-column .elementor-widget-wrap .elementor-inner-section{margin-top:20px}body.elementor-editor-active #elementor .elementor-editor-element-settings{position:absolute;overflow:hidden}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list{display:table;table-layout:fixed;height:20px;list-style:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:1}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list){background-color:#495157}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting:not(:last-child){border-right:1px solid #556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list:not(.elementor-editor-section-settings-list) .elementor-editor-element-setting>a:hover{background-color:#556068}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list{background-color:#a4afb7}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting:not(:last-child){border-right:1px solid #c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting.elementor-editor-element-trigger:not(.elementor-active){border:none}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list.elementor-editor-section-settings-list .elementor-editor-element-setting>a:hover{background-color:#c2cbd2}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-settings-list .fa{color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting{display:table-cell;vertical-align:middle;width:35px;text-align:center;padding:0;margin:0}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-setting>a{padding:8.5px 0;display:inline-block;width:100%;font-size:11px;color:#fff}body.elementor-editor-active #elementor .elementor-editor-element-settings .elementor-editor-element-remove .fa{color:red}body.elementor-editor-active #elementor .elementor-editor-column-settings{left:-1px;z-index:1;bottom:100%;margin-bottom:1px;transform:translateY(1px);border-radius:3px 3px 0 0}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-settings-list{float:left}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger:not(.elementor-active)~.elementor-editor-element-setting{display:none}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a{cursor:move;padding:8.5px}body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger.elementor-active>a:after,body.elementor-editor-active #elementor .elementor-editor-column-settings .elementor-editor-element-trigger>a:hover:after{content:"";font-family:FontAwesome;margin-left:5px}body.elementor-editor-active #elementor .elementor-editor-widget-settings{z-index:2;border-radius:3px}body.elementor-editor-active #elementor .elementor-editor-widget-settings:not(.elementor-open){display:none}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-editor-element-setting:not(.elementor-editor-element-edit){display:none}}body.elementor-editor-active #elementor .elementor-element-label{position:absolute;right:-1px;top:-1px;background-color:#71d7f7;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;font-size:9px;line-height:1;padding:3px 6px}body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-add,body.elementor-editor-active #elementor .elementor-section-filled .elementor-editor-column-settings .elementor-editor-element-duplicate,body.elementor-editor-active #elementor .elementor-section-filled .elementor-sortable-placeholder.elementor-column{display:none}body.elementor-editor-active #elementor .elementor-section-filled .elementor-row.elementor-draggable-over{border:1px solid red}body.elementor-editor-active #elementor .elementor-row{min-height:100px}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay{border:1px solid #fff}body.elementor-editor-active #elementor .elementor-column.elementor-element-editable>.elementor-element-overlay:after,body.elementor-editor-active #elementor .elementor-column:hover>.elementor-element-overlay:after{position:absolute;content:'';left:0;right:0;top:0;bottom:0;width:100%;height:100%;outline:1px dashed #373a3c}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active #elementor .elementor-column.elementor-dragging-on-child>.elementor-element-overlay:after{display:none}body.elementor-editor-active #elementor .elementor-column .column-title{position:absolute;bottom:100%;right:0;color:#999;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1;font-size:12px;font-style:italic}body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e,body.elementor-editor-active #elementor .elementor-column>.ui-resizable-w{cursor:ew-resize;width:7px;position:absolute;right:-5px;top:0;height:100%}body.elementor-editor-active #elementor .elementor-column:last-of-type>.ui-resizable-e{display:none!important}@media (max-width:1023px){body.elementor-editor-active #elementor .elementor-column>.ui-resizable-e{display:none!important}}@media (min-width:768px){body.elementor-editor-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{padding:10px}}body.elementor-editor-active .elementor-widget.elementor-loading{opacity:.3}body.elementor-editor-active .elementor-widget:not(.elementor-loading){transition:all .1s}body.elementor-editor-active .elementor-widget.elementor-element-editable>.elementor-element-overlay,body.elementor-editor-active .elementor-widget:hover>.elementor-element-overlay{border:1px solid #71d7f7}body.elementor-editor-active .elementor-widget:not(.elementor-element-editable):not(:hover) .elementor-element-label{display:none}body.elementor-editor-active .elementor-column.elementor-dragging div.elementor-column-wrap{min-height:50px}body.elementor-editor-active div.handle{display:none}body.elementor-editor-active .elementor-sortable-placeholder{background:#71d7f7;transition-timing-function:ease-out}body.elementor-editor-active .elementor-sortable-placeholder:not(.elementor-column){height:5px}body.elementor-editor-active .elementor-sortable-placeholder.elementor-column{width:5px}body.elementor-editor-active .elementor-sortable-helper{position:absolute;background:rgba(73,81,87,.85);display:table;table-layout:fixed;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:50px;border-radius:3px}body.elementor-editor-active .elementor-sortable-helper .fa{font-size:25px;width:60px;text-align:center}body.elementor-editor-active .elementor-sortable-helper>*{display:table-cell;vertical-align:middle}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add:after,body.elementor-editor-active .elementor-first-add[data-side]:after{content:'';height:4px;display:block;background-color:#71d7f7}body.elementor-editor-active .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true])>.elementor-empty-view>.elementor-first-add .elementor-icon,body.elementor-editor-active .elementor-draggable-over[data-dragged-element=section][data-dragged-is-inner=true] .elementor-sortable-placeholder,body.elementor-editor-active .elementor-first-add[data-side] .elementor-icon{display:none}body.elementor-editor-active #elementor-add-section{background-color:hsla(0,0%,100%,.5);margin:60px auto;padding:40px 0;max-width:1140px;position:relative}body.elementor-editor-active #elementor-add-section:not([data-side]){border:2px dashed #d5dadf}body.elementor-editor-active #elementor-add-section[data-side]{border:3px dashed #71d7f7}body.elementor-editor-active #elementor-add-section-inner{text-align:center;margin-top:10px}body.elementor-editor-active #elementor-add-section-button{background-color:#9b0a46;background-image:none;color:#fff;font-size:13px;font-family:Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;line-height:1;text-transform:uppercase;height:40px;width:170px;padding:0;border:none;border-radius:3px;cursor:pointer}body.elementor-editor-active #elementor-add-section-button:hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}body.elementor-editor-active #elementor-add-section-button:active{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.1)}body.elementor-editor-active #elementor-add-section-drag-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:400;font-style:italic;line-height:1;color:#556068;margin-top:10px}body.elementor-editor-active #elementor-select-preset-close{position:absolute;right:20px;top:20px;font-size:20px;cursor:pointer;line-height:1;color:#d5dadf}body.elementor-editor-active #elementor-select-preset-title{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:500;font-style:normal;color:#556068}body.elementor-editor-active ul#elementor-select-preset-list{list-style:none;padding:0 25px;margin:20px auto 0;overflow:hidden;max-width:700px}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset{cursor:pointer;margin:0;padding:10px;float:left}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:hover path{fill:#6d7882}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset:not(:hover) path{fill:#d5dadf}body.elementor-editor-active ul#elementor-select-preset-list li.elementor-preset svg{height:50px}body.elementor-editor-preview #elementor-add-section,body.elementor-editor-preview .column-title,body.elementor-editor-preview .elementor-element-empty,body.elementor-editor-preview .elementor-element-overlay,body.elementor-editor-preview .elementor-empty{display:none}
assets/css/editor-rtl.css CHANGED
@@ -57,7 +57,6 @@ img {
57
  #elementor-preview {
58
  background-color: #333;
59
  position: absolute;
60
- overflow: auto;
61
  height: 100%;
62
  top: 0;
63
  right: 0;
@@ -663,9 +662,9 @@ select {
663
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before {
664
  content: '\f10a'; }
665
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before {
666
- content: '\f00a'; }
667
- #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-section a:before {
668
- content: '\f147'; }
669
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before {
670
  content: '\f0db'; }
671
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active {
@@ -995,13 +994,14 @@ select {
995
  border-radius: 3px; }
996
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) {
997
  display: inline-block;
998
- cursor: pointer; }
999
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) i {
1000
- font-size: 50px; }
1001
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset i {
1002
- color: #e6e9ec; }
1003
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset i {
1004
- font-size: 116px; }
 
1005
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title {
1006
  color: #495157;
1007
  font-weight: bold;
@@ -1017,10 +1017,10 @@ select {
1017
  justify-content: space-between; }
1018
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input {
1019
  display: none; }
1020
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked + .elementor-control-structure-preset i {
1021
- color: #a4afb7; }
1022
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
1023
- width: 45%;
1024
  margin-top: 15px; }
1025
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title {
1026
  text-align: center;
@@ -1449,269 +1449,4 @@ body.elementor-editor-preview #elementor-mode-switcher {
1449
  .elementor-dialog-message-text {
1450
  text-transform: uppercase; }
1451
 
1452
- @font-face {
1453
- font-family: 'eicon';
1454
- src: url("../fonts/eicon/eicon.eot?0.11");
1455
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
1456
- font-weight: normal;
1457
- font-style: normal; }
1458
- [class^="eicon-"],
1459
- [class*=" eicon-"] {
1460
- display: inline-block;
1461
- font-family: eicon;
1462
- font-size: inherit;
1463
- font-weight: normal;
1464
- font-style: normal;
1465
- font-variant: normal;
1466
- line-height: 1;
1467
- text-rendering: auto;
1468
- -webkit-font-smoothing: antialiased;
1469
- -moz-osx-font-smoothing: grayscale; }
1470
-
1471
- .eicon-c1-1:before {
1472
- content: '\e800'; }
1473
-
1474
- .eicon-c2-1:before {
1475
- content: '\e801'; }
1476
-
1477
- .eicon-c2-2:before {
1478
- content: '\e802'; }
1479
-
1480
- .eicon-c2-3:before {
1481
- content: '\e803'; }
1482
-
1483
- .eicon-c2-4:before {
1484
- content: '\e804'; }
1485
-
1486
- .eicon-c2-5:before {
1487
- content: '\e805'; }
1488
-
1489
- .eicon-c2-6:before {
1490
- content: '\e806'; }
1491
-
1492
- .eicon-c2-7:before {
1493
- content: '\e807'; }
1494
-
1495
- .eicon-c2-8:before {
1496
- content: '\e808'; }
1497
-
1498
- .eicon-c2-9:before {
1499
- content: '\e809'; }
1500
-
1501
- .eicon-c3-1:before {
1502
- content: '\e80a'; }
1503
-
1504
- .eicon-c3-2:before {
1505
- content: '\e80b'; }
1506
-
1507
- .eicon-c3-3:before {
1508
- content: '\e80c'; }
1509
-
1510
- .eicon-c3-4:before {
1511
- content: '\e80d'; }
1512
-
1513
- .eicon-c3-5:before {
1514
- content: '\e80e'; }
1515
-
1516
- .eicon-c3-6:before {
1517
- content: '\e80f'; }
1518
-
1519
- .eicon-c3-7:before {
1520
- content: '\e811'; }
1521
-
1522
- .eicon-c3-8:before {
1523
- content: '\e811'; }
1524
-
1525
- .eicon-c3-9:before {
1526
- content: '\e812'; }
1527
-
1528
- .eicon-c4-1:before {
1529
- content: '\e813'; }
1530
-
1531
- .eicon-c4-2:before {
1532
- content: '\e814'; }
1533
-
1534
- .eicon-c4-3:before {
1535
- content: '\e815'; }
1536
-
1537
- .eicon-c4-4:before {
1538
- content: '\e816'; }
1539
-
1540
- .eicon-c4-5:before {
1541
- content: '\e817'; }
1542
-
1543
- .eicon-c4-6:before {
1544
- content: '\e818'; }
1545
-
1546
- .eicon-c4-7:before {
1547
- content: '\e819'; }
1548
-
1549
- .eicon-c4-8:before {
1550
- content: '\e81a'; }
1551
-
1552
- .eicon-c4-9:before {
1553
- content: '\e81b'; }
1554
-
1555
- .eicon-c4-11:before {
1556
- content: '\e81c'; }
1557
-
1558
- .eicon-c4-11:before {
1559
- content: '\e81d'; }
1560
-
1561
- .eicon-c5-1:before {
1562
- content: '\e81e'; }
1563
-
1564
- .eicon-c5-2:before {
1565
- content: '\e81f'; }
1566
-
1567
- .eicon-c5-3:before {
1568
- content: '\e820'; }
1569
-
1570
- .eicon-c5-4:before {
1571
- content: '\e821'; }
1572
-
1573
- .eicon-c5-5:before {
1574
- content: '\e822'; }
1575
-
1576
- .eicon-c5-6:before {
1577
- content: '\e823'; }
1578
-
1579
- .eicon-c5-7:before {
1580
- content: '\e824'; }
1581
-
1582
- .eicon-c5-8:before {
1583
- content: '\e825'; }
1584
-
1585
- .eicon-c5-9:before {
1586
- content: '\e826'; }
1587
-
1588
- .eicon-c5-11:before {
1589
- content: '\e827'; }
1590
-
1591
- .eicon-c6-1:before {
1592
- content: '\e828'; }
1593
-
1594
- .eicon-c6-2:before {
1595
- content: '\e829'; }
1596
-
1597
- .eicon-c6-3:before {
1598
- content: '\e82a'; }
1599
-
1600
- .eicon-c6-4:before {
1601
- content: '\e82b'; }
1602
-
1603
- .eicon-c6-5:before {
1604
- content: '\e82c'; }
1605
-
1606
- .eicon-c6-6:before {
1607
- content: '\e82d'; }
1608
-
1609
- .eicon-c6-7:before {
1610
- content: '\e82e'; }
1611
-
1612
- .eicon-c6-8:before {
1613
- content: '\e82f'; }
1614
-
1615
- .eicon-c6-9:before {
1616
- content: '\e830'; }
1617
-
1618
- .eicon-c6-11:before {
1619
- content: '\e831'; }
1620
-
1621
- .eicon-c6-11:before {
1622
- content: '\e832'; }
1623
-
1624
- .eicon-c7-1:before {
1625
- content: '\e833'; }
1626
-
1627
- .eicon-c8-1:before {
1628
- content: '\e834'; }
1629
-
1630
- .eicon-c9-1:before {
1631
- content: '\e835'; }
1632
-
1633
- .eicon-c11-1:before {
1634
- content: '\e836'; }
1635
-
1636
- .eicon-anchor:before {
1637
- content: '\e837'; }
1638
-
1639
- .eicon-wordpress:before {
1640
- content: '\e838'; }
1641
-
1642
- .eicon-insert-image:before {
1643
- content: '\e839'; }
1644
-
1645
- .eicon-align-left:before {
1646
- content: '\e83a'; }
1647
-
1648
- .eicon-digital-alarm-clock:before {
1649
- content: '\e83b'; }
1650
-
1651
- .eicon-favorite:before {
1652
- content: '\e83c'; }
1653
-
1654
- .eicon-firewall-on:before {
1655
- content: '\e83d'; }
1656
-
1657
- .eicon-google-maps:before {
1658
- content: '\e83e'; }
1659
-
1660
- .eicon-text-size:before {
1661
- content: '\e83f'; }
1662
-
1663
- .eicon-youtube:before {
1664
- content: '\e840'; }
1665
-
1666
- .eicon-success-chart:before {
1667
- content: '\e841'; }
1668
-
1669
- .eicon-type-tool:before {
1670
- content: '\e842'; }
1671
-
1672
- .eicon-bullet-list:before {
1673
- content: '\e843'; }
1674
-
1675
- .eicon-click:before {
1676
- content: '\e844'; }
1677
-
1678
- .eicon-coding:before {
1679
- content: '\e845'; }
1680
-
1681
- .eicon-accordion:before {
1682
- content: '\e846'; }
1683
-
1684
- .eicon-divider:before {
1685
- content: '\e847'; }
1686
-
1687
- .eicon-toggle:before {
1688
- content: '\e848'; }
1689
-
1690
- .eicon-settings:before {
1691
- content: '\e849'; }
1692
-
1693
- .eicon-section:before {
1694
- content: '\e84a'; }
1695
-
1696
- .eicon-photo-library:before {
1697
- content: '\e84b'; }
1698
-
1699
- .eicon-elementor:before {
1700
- content: '\e84c'; }
1701
-
1702
- .eicon-menu:before {
1703
- content: '\e84d'; }
1704
-
1705
- .eicon-plus:before {
1706
- content: '\e84e'; }
1707
-
1708
- .eicon-apps:before {
1709
- content: '\e84f'; }
1710
-
1711
- .eicon-tabs:before {
1712
- content: '\e850'; }
1713
-
1714
- .eicon-elementor-square:before {
1715
- content: '\e851'; }
1716
-
1717
  /*# sourceMappingURL=editor-rtl.css.map */
57
  #elementor-preview {
58
  background-color: #333;
59
  position: absolute;
 
60
  height: 100%;
61
  top: 0;
62
  right: 0;
662
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before {
663
  content: '\f10a'; }
664
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before {
665
+ content: '\f0db'; }
666
+ #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-settings a:before {
667
+ content: '\f013'; }
668
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before {
669
  content: '\f0db'; }
670
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active {
994
  border-radius: 3px; }
995
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) {
996
  display: inline-block;
997
+ cursor: pointer;
998
+ height: 60px; }
999
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) svg {
1000
+ height: 100%; }
1001
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset path {
1002
+ fill: #e6e9ec; }
1003
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset {
1004
+ height: 85px; }
1005
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title {
1006
  color: #495157;
1007
  font-weight: bold;
1017
  justify-content: space-between; }
1018
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input {
1019
  display: none; }
1020
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked + .elementor-control-structure-preset path {
1021
+ fill: #a4afb7; }
1022
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
1023
+ width: 47%;
1024
  margin-top: 15px; }
1025
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title {
1026
  text-align: center;
1449
  .elementor-dialog-message-text {
1450
  text-transform: uppercase; }
1451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  /*# sourceMappingURL=editor-rtl.css.map */
assets/css/editor-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["editor-rtl.css","../scss/helpers/mixins.scss","../scss/helpers/utilities.scss","../scss/editor/_wrapper.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss","../scss/editor/_global.scss","../scss/editor/_buttons.scss","../scss/editor/_forms.scss","../scss/editor/_perfect-scrollbar.scss","../scss/editor/_nprogress.scss","../scss/editor/panel/_panel.scss","../scss/editor/panel/_reset.scss","../scss/editor/panel/_global.scss","../scss/editor/panel/_header.scss","../scss/editor/panel/_elements.scss","../scss/editor/panel/_schemes.scss","../scss/editor/panel/_menu.scss","../scss/editor/panel/_element-settings.scss","../scss/editor/panel/_control.scss","../scss/editor/panel/controls/_repeater.scss","../scss/editor/panel/_color-picker.scss","../scss/editor/panel/_footer.scss","../scss/editor/_mode-switcher.scss","../scss/editor/_devices.scss","../scss/editor/_tipsy.scss","../scss/editor/_dialog.scss","../scss/admin/_eicon.scss"],"names":[],"mappings":"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","file":"editor-rtl.css"}
1
+ {"version":3,"sources":["editor-rtl.css","../scss/helpers/mixins.scss","../scss/helpers/utilities.scss","../scss/editor/_wrapper.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss","../scss/editor/_global.scss","../scss/editor/_buttons.scss","../scss/editor/_forms.scss","../scss/editor/_perfect-scrollbar.scss","../scss/editor/_nprogress.scss","../scss/editor/panel/_panel.scss","../scss/editor/panel/_reset.scss","../scss/editor/panel/_global.scss","../scss/editor/panel/_header.scss","../scss/editor/panel/_elements.scss","../scss/editor/panel/_schemes.scss","../scss/editor/panel/_menu.scss","../scss/editor/panel/_element-settings.scss","../scss/editor/panel/_control.scss","../scss/editor/panel/controls/_repeater.scss","../scss/editor/panel/_color-picker.scss","../scss/editor/panel/_footer.scss","../scss/editor/_mode-switcher.scss","../scss/editor/_devices.scss","../scss/editor/_tipsy.scss","../scss/editor/_dialog.scss"],"names":[],"mappings":"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","file":"editor-rtl.css"}
assets/css/editor-rtl.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body,html{height:100%;margin:0;padding:0}html{background-color:#f1f1f1}body{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;text-transform:none;overflow:hidden}body.elementor-editor-active #elementor-preview{right:280px;left:0}body.elementor-editor-active #elementor-panel{right:0}body.elementor-editor-active #elementor-mode-switcher-preview .fa:before{content:""}body:not(.elementor-editor-active) #elementor-preview{left:0}body:not(.elementor-editor-active) #elementor-panel{right:-280px}body:not(.elementor-editor-active) #elementor-mode-switcher-preview .fa:before{content:""}iframe,img{border:0 none}#elementor-preview{background-color:#333;position:absolute;overflow:auto;height:100%;top:0;right:0;border:0}#elementor-panel,#elementor-preview{transition:right .5s}#elementor-loading{position:fixed;top:0;left:0;bottom:0;right:0;background:#6d7882;z-index:3}#elementor-loader-wrapper{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100px}#elementor-loader-wrapper #elementor-loader{height:100px;position:relative}#elementor-loader-wrapper .elementor-loader-box{position:absolute;background-color:#e6e9ec;opacity:0;animation:a 1.8s linear infinite}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(1){width:20%;height:100%;left:0;top:0}#elementor-loader-wrapper .elementor-loader-box:not(:nth-of-type(1)){right:0;height:20%;width:60%}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(2){top:0;animation-delay:-.45s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(3){top:40%;animation-delay:-.9s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(4){bottom:0;animation-delay:-1.35s}@keyframes a{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes b{0%{opacity:1}50%{opacity:.6}to{opacity:1}}#elementor-loading-title{color:#fff;text-align:center;text-transform:uppercase;margin-top:30px;letter-spacing:7px;font-size:10px;animation:b 1.5s linear infinite}.select2-dropdown{border-color:#a4afb7}.select2-dropdown .select2-search__field{outline:none}.elementor-button{border:none;cursor:pointer;border-radius:3px;transition:all .5s}.elementor-button:not(.elementor-button-state) .elementor-state-icon{display:none}.elementor-button .elementor-state-icon{float:left;padding-left:5px}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button,.elementor-button-success{color:#fff}#elementor-panel #elementor-panel-footer-save.elementor-save-active [disabled].elementor-button,.elementor-button-success[disabled]{background-color:#c2cbd2}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]),.elementor-button-success:not([disabled]){background-color:#38b54a}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):hover,.elementor-button-success:not([disabled]):hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):active,.elementor-button-success:not([disabled]):active{box-shadow:0 5px 10px rgba(0,0,0,.19),0 3px 3px rgba(0,0,0,.1)}input,select,textarea{border-radius:3px;font-size:12px;width:100%;background:none;box-shadow:none;color:#495157;border:1px solid;margin:0}input:not(:focus),select:not(:focus),textarea:not(:focus){border-color:#d5dadf}input:focus,select:focus,textarea:focus{border-color:#a4afb7}.elementor-error input,.elementor-error select,.elementor-error textarea{border-color:#b01b1b}input,textarea{padding:5px 8px}textarea{resize:vertical}input[type=checkbox],input[type=radio]{border:1px solid #d5dadf;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=radio]:focus{border-color:#a4afb7}input[disabled]{background-color:#e6e9ec;cursor:not-allowed;opacity:1}select{height:27px}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}#nprogress{pointer-events:none}#nprogress .bar{background:#39b54a;position:fixed;z-index:2;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #39b54a,0 0 5px #39b54a;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:2;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#39b54a;border-left-color:#39b54a;border-radius:50%;animation:c .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress .bar,#nprogress .spinner{z-index:4}#elementor-panel{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;background-color:#e6e9ec;position:fixed;width:280px;height:100%;top:0;bottom:0;overflow:visible}#elementor-panel *,#elementor-panel :after,#elementor-panel :before{box-sizing:border-box}#elementor-panel ::-moz-selection{background:#5bc0de;color:#fff}#elementor-panel ::selection{background:#5bc0de;color:#fff}#elementor-panel a{text-decoration:none;transition:none}#elementor-panel a:visited{color:inherit}#elementor-panel ol,#elementor-panel ul{list-style:none;padding:0;margin:0}#elementor-panel h1,#elementor-panel h2,#elementor-panel h3,#elementor-panel h4,#elementor-panel h5,#elementor-panel h6{font-size:100%;font-weight:400}#elementor-panel abbr,#elementor-panel acronym{border:0;font-variant:normal}#elementor-panel sup{vertical-align:text-top}#elementor-panel sub{vertical-align:text-bottom}#elementor-panel img{max-width:100%;height:auto;border:0}#elementor-panel ::-moz-focus-inner{padding:0;border:0}#elementor-panel :focus{outline:0}#elementor-panel .elementor-panel-inner{position:relative;height:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}#elementor-panel .elementor-panel-container{clear:both;padding-left:15px;padding-right:15px}#elementor-panel .elementor-panel-heading{display:table;table-layout:fixed;height:40px;padding:0 20px;width:100%;border-bottom:1px solid #e6e9ec;cursor:pointer}#elementor-panel .elementor-panel-heading:not(.elementor-open) .elementor-panel-heading-toggle .fa:before{content:""}#elementor-panel .elementor-panel-heading.elementor-open .elementor-panel-heading-toggle .fa:before{content:'\f0d7'}#elementor-panel .elementor-panel-heading>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-heading-toggle{width:20px;color:#495157}#elementor-panel .elementor-panel-heading-title{color:#495157;font-weight:700}#elementor-panel .elementor-panel-box{margin-top:10px;background-color:#fff}#elementor-panel .elementor-panel-box-content{padding:20px 20px 10px}#elementor-panel .elementor-control-title{color:#6d7882;font-size:12px}#elementor-panel .select2-container{width:100%!important}#elementor-panel .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single{border-color:#d5dadf}#elementor-panel .select2-container.select2-container--focus .select2-selection--single,#elementor-panel .select2-container.select2-container--open .select2-selection--single{border-color:#a4afb7}#elementor-panel .select2-selection--single{height:27px}#elementor-panel .select2-selection__rendered{line-height:27px}#elementor-panel .select2-selection__arrow{height:27px;top:0}#elementor-panel #elementor-panel-header{display:table;height:40px;width:100%;background-color:#9b0a46;color:#fff}#elementor-panel #elementor-panel-header>*{display:table-cell;vertical-align:middle;text-align:center}#elementor-panel .elementor-header-button{width:40px}#elementor-panel .elementor-header-button .elementor-icon{cursor:pointer;display:block;font-size:19px;height:40px;line-height:40px;transition:all .5s}#elementor-panel .elementor-header-button .elementor-icon:hover{color:#d5dadf}#elementor-panel #elementor-panel-header-title{font-size:15px}#elementor-panel #elementor-panel-elements-search-area{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-elements{overflow:hidden;padding:5px}#elementor-panel .elementor-element-wrapper{float:left;width:50%;padding:5px;text-align:center;box-sizing:border-box}#elementor-panel .elementor-element{border-radius:3px;padding-bottom:10px;background-color:#fff;cursor:move}#elementor-panel .elementor-element:hover{box-shadow:0 2px 6px rgba(0,0,0,.2)}#elementor-panel .elementor-element:hover .icon,#elementor-panel .elementor-element:hover .title{color:#9b0a46}#elementor-panel .elementor-element .icon{font-size:28px;padding:15px 0;line-height:1;color:#556068}#elementor-panel .elementor-element .title{font-size:11px;color:#556068}#elementor-panel #elementor-panel-elements-search-wrapper{position:relative}#elementor-panel #elementor-panel-elements-search-wrapper .fa{position:absolute;left:15px;top:50%;color:#a4afb7;transform:translateY(-50%)}#elementor-panel #elementor-panel-elements-search-input{width:100%;background-color:#fff;line-height:1;font-size:11px;padding:8px 15px 8px 42px;font-style:italic;color:#a4afb7;border:none;border-radius:0;margin:0}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-title{padding:10px 20px;margin-top:10px}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-buttons{padding-right:20px;display:table;table-layout:fixed;width:100%;height:40px;background-color:#fff}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-button-wrapper{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save{text-align:center}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save .elementor-button{padding:6px 18px;text-transform:uppercase}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .elementor-button,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .elementor-button{color:#a4afb7;background:none}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .fa,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .fa{margin-right:3px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-items{position:relative}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item{display:inline-block;margin-bottom:10px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item:not(:nth-child(4n)){margin-left:13px}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active{transform:translateY(-20px)}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active .wp-color-result{margin-right:7px}#elementor-panel .elementor-panel-scheme-typography-item{display:table;table-layout:fixed;width:100%;margin-bottom:15px}#elementor-panel .elementor-panel-scheme-typography-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme-typography-item-value input,#elementor-panel .elementor-panel-scheme-typography-item-value select{width:100%}#elementor-panel .elementor-panel-scheme-item .elementor-panel-heading:not(.elementor-open)+.elementor-panel-scheme-typography-items{display:none}#elementor-panel .elementor-panel-scheme-color-system-scheme{margin-bottom:10px}#elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title{font-size:11px;color:#a4afb7;font-style:italic;margin-top:5px}#elementor-panel .elementor-panel-scheme-color-system-items{transition:border .5s;overflow:hidden;padding:3px;border-radius:3px;border:1px solid #d5dadf;cursor:pointer}#elementor-panel .elementor-panel-scheme-color-system-items:hover{border:1px solid #a4afb7}#elementor-panel .elementor-panel-scheme-color-system-item{float:left;height:20px;width:25%}#elementor-panel #elementor-panel-content-wrapper{position:absolute;bottom:40px;top:40px;left:0;width:100%}#elementor-panel #elementor-panel-page-menu{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel .elementor-panel-menu-item{display:table;width:100%;height:50px;cursor:pointer;margin-bottom:1px}#elementor-panel .elementor-panel-menu-item:not(:hover){background-color:#fff}#elementor-panel .elementor-panel-menu-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-menu-item-icon{text-align:center;color:#6d7882;width:55px}#elementor-panel .elementor-panel-menu-item-title{color:#6d7882;font-weight:500}#elementor-panel .elementor-panel-menu-item-title>span{color:#39b54a}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul{display:table;table-layout:fixed;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li{display:table-cell}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-content a:before{content:'\f040'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-style a:before{content:'\f042'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-advanced a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before{content:'\f10a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before{content:'\f00a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-section a:before{content:'\f147'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active{background-image:linear-gradient(180deg,#f3f3f3,#fff);border-bottom:3px solid #9b0a46}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a{display:block;line-height:1;text-align:center;padding:12px 0 8px;font-size:10px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a:before{font-family:FontAwesome;font-size:16px;display:block;line-height:1;margin-bottom:6px}#elementor-panel #elementor-panel-page-editor .elementor-controls>.elementor-control:not(.elementor-active-tab){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control{background-color:#fff;position:relative;padding:0 20px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-default:before{content:'';height:1px;display:block;margin-bottom:15px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before{padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before:before{content:'';position:absolute;height:3px;width:100%;top:0;left:0;background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-hidden-control,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-hidden-label .elementor-control-title{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open{display:block}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open.elementor-hidden-control{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-block:not(.elementor-control-hidden-label) .elementor-control-title{display:block;margin-bottom:10px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field{display:table;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field>*{display:table-cell;vertical-align:middle}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-title{width:45%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-type-heading .elementor-control-title{font-weight:700;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-description{margin-top:10px;font-size:11px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-descriptor{font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices{display:table;width:100%;height:27px;background-color:#a4afb7;text-align:center;border-spacing:1px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-choices input:checked+.elementor-choices-label{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-choices input:not(:checked)+.elementor-choices-label{background-color:#fff;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices .elementor-choices-label{display:table-cell;vertical-align:middle;font-size:12px;transition:all .5s;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-units-choices{float:left}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:not(:checked)+label{color:#c2cbd2}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:checked+label{text-decoration:underline}#elementor-panel #elementor-panel-page-editor .elementor-units-choices label{cursor:pointer;padding:0 2px;text-transform:uppercase;font-size:9px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media{padding:7px;border:1px solid;height:150px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover){border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover) .elementor-control-media-upload-button{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover .elementor-control-media-upload-button{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media.media-empty .elementor-control-media-image-area,#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(.media-empty) .elementor-control-media-upload-button{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media>*{height:100%;cursor:pointer;position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .fa-plus-circle{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:not(:hover) .elementor-control-media-delete{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:hover .elementor-control-media-image{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-delete{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1;padding:9.5px;font-size:11px;color:#fff;background-color:#a4afb7;text-transform:uppercase}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image{height:100%;background-size:cover}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-control-dimensions{overflow:hidden}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li{float:left;width:20%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions,#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{display:block;text-align:center;width:100%;border-color:#a4afb7;height:27px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{border-left:none;border-radius:0;padding:4px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input+span{display:block;text-align:center;color:#d4d4d4;font-size:9px;text-transform:uppercase;line-height:1;padding-top:5px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input:focus+span{color:#818a91}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions{border:1px solid #a4afb7;border-left:none;background-color:#fff;padding:0;outline:none;border-radius:0 3px 3px 0;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li:first-child input{border-left:1px solid #a4afb7;border-radius:3px 0 0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked{background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked){background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-input-wrapper{position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target{position:absolute;top:0;right:0;padding:0;height:100%;width:40px;border:none;border-left:1px solid;background:none;cursor:pointer;font-size:10px;border-radius:0 3px 3px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active .elementor-control-url-external{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target:not(.active) .elementor-control-url-external{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input{padding-right:46px;direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target.active{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-text_align .elementor-control-type-choose .elementor-choices{direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider input{width:80%;float:left}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider{display:inline-block;margin-top:10px;height:4px;background-color:#a4afb7;border-radius:5px;position:relative;width:67%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider-input{width:33%;float:left}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .ui-slider-handle{height:16px;width:16px;background-color:#fff;display:inline-block;top:50%;transform:translateY(-50%) translateX(-8px);position:absolute;box-shadow:1px 1px 6px rgba(0,0,0,.3);border-radius:50%;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section{margin-top:10px;padding:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section){padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section):before{display:none}#elementor-panel #elementor-panel-page-editor .wp-picker-container:not(.wp-picker-active){float:left}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active{transform:translateY(-18px)}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active .wp-color-result{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg *{box-sizing:content-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-editor-container{border:1px solid #e6e9ec;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg #insert-media-button{margin-top:7px;height:initial;line-height:1;font-size:11px;padding:3px 9px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .ed_button{height:22px;width:initial}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon{height:14px;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon:before{font-size:14px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-switch-editor{border:none;color:#6d7882;font-size:11px;padding:3px 12px 4px;border-radius:3px 3px 0 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-tmce{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-html,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-tmce{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-html{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .quicktags-toolbar{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp>div{padding:0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .elementor-wp-editor{box-sizing:border-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-ico{color:#6d7882;font-size:16px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn.mce-active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:hover{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path{padding:5px 10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path-item{font-size:12px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-control-type-icon .select2-selection__rendered .fa{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset{border:1px solid #e6e9ec;padding:3px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset){display:inline-block;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) i{font-size:50px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset i{color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset i{font-size:116px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title{color:#495157;font-weight:700;padding:15px 20px;border-bottom:1px solid #e6e9ec;line-height:1}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked+.elementor-control-structure-preset i{color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper{width:45%;margin-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title{text-align:center;padding-top:5px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control{padding:0 10px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control:before,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .repeater-fields{margin:10px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls{border:1px solid #d5dadf;border-top-width:0;padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools{display:table;width:100%;color:#556068;background-color:#d5dadf;height:40px;border-spacing:1px;transition:all .5s}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools:hover{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div{display:table-cell;text-align:center;vertical-align:middle;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:not(.elementor-repeater-row-handle-sortable){background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:hover{opacity:.95}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-number{text-align:right;padding-right:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool{width:40px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable{cursor:move;width:10px;color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-button-wrapper{text-align:center;padding:10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add{background-color:#a4afb7;color:#fff;font-size:11px;text-transform:uppercase;padding:6.5px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add:hover{background-color:#6d7882}#elementor-panel .wp-picker-container.wp-picker-active{position:absolute;z-index:1;left:0;background-color:#fff;border:solid #fff;border-width:0 17px 0 12px;padding-top:10px}#elementor-panel .wp-picker-container.wp-picker-active .wp-color-result{float:right}#elementor-panel .wp-picker-container.wp-picker-active .wp-picker-input-wrap{padding-left:10px;float:left}#elementor-panel .wp-picker-container *{box-sizing:content-box}#elementor-panel .wp-picker-container .iris-picker{border:none}#elementor-panel .wp-color-result{margin:0;width:48px;height:25px;box-shadow:inset 0 0 0 3px #fff;transition:border .5s;padding:0;border-radius:3px;border:1px solid #d5dadf}#elementor-panel .wp-color-result:after{content:none}#elementor-panel .wp-color-result:hover{border:1px solid #a4afb7}#elementor-panel .wp-color-result:active,#elementor-panel .wp-color-result:focus{outline:0}#elementor-panel .wp-picker-clear{height:24px;width:48px;padding:0;background-color:#d5dadf;border-radius:0 3px 3px 0;margin:0}#elementor-panel .wp-color-picker{float:left;width:100px;border-radius:3px 0 0 3px}#elementor-panel .wp-picker-holder *{box-sizing:content-box}#elementor-panel .wp-picker-open~.wp-picker-holder{clear:both;margin-bottom:15px}#elementor-panel #elementor-panel-footer{position:absolute;bottom:0;left:0;right:0;height:40px;background-color:#495157}#elementor-panel #elementor-panel-footer-tools{display:table;table-layout:fixed;width:100%;height:100%}#elementor-panel .elementor-panel-footer-tool{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer;color:#a4afb7;transition:all .5s}#elementor-panel .elementor-panel-footer-tool.elementor-open{color:#fff}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover{color:#d5dadf}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper{display:none}#elementor-panel .elementor-panel-footer-sub-menu-wrapper{position:absolute;bottom:100%;left:0;width:100%;background-color:#556068;padding:10px;box-shadow:-2px -5px 8px rgba(0,0,0,.1);cursor:default}#elementor-panel .elementor-panel-footer-sub-menu{border-radius:5px;overflow:hidden}#elementor-panel .elementor-panel-footer-sub-menu-item{background-color:#495157;display:table;table-layout:fixed;width:100%;cursor:pointer}#elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child){margin-bottom:1px}#elementor-panel .elementor-panel-footer-sub-menu-item[data-device-mode=mobile-landscape] .fa-mobile{transform:rotate(-90deg)}#elementor-panel .elementor-panel-footer-sub-menu-item:hover{background-color:rgba(0,0,0,.2)}#elementor-panel .elementor-panel-footer-sub-menu-item.active{background-color:rgba(0,0,0,.3)}#elementor-panel .elementor-panel-footer-sub-menu-item>*{display:table-cell;height:40px;vertical-align:middle}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon{width:40px;color:#a4afb7}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title{text-align:right;color:#d5dadf}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description{width:95px;text-align:right;font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-footer-save{width:90px;padding:0 10px}#elementor-panel #elementor-panel-footer-save .elementor-button{font-size:11px;text-transform:uppercase;width:100%;height:26px;background-color:#556068;color:#a4afb7}#elementor-panel #elementor-panel-footer-publish .elementor-icon,#elementor-panel #elementor-panel-footer-publish .elementor-title{color:#39b54a}#elementor-panel #elementor-panel-footer-discard .elementor-icon,#elementor-panel #elementor-panel-footer-discard .elementor-title{color:#b01b1b}#elementor-mode-switcher{position:absolute;right:100%;top:50%;width:15px;height:50px;transform:translateY(-50%);background-color:#e6e9ec;font-size:15px;box-shadow:-3px 1px 5px rgba(0,0,0,.1);cursor:pointer}#elementor-mode-switcher:hover,body.elementor-editor-preview #elementor-mode-switcher{background-color:#9b0a46;color:#fff}#elementor-mode-switcher-inner,#elementor-mode-switcher-preview{width:100%;height:100%;position:absolute;top:0;left:0}#elementor-mode-switcher-preview{cursor:pointer}#elementor-mode-switcher-preview .fa{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}#elementor-mode-switcher-preview-input{display:none}#elementor-preview-responsive-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;transition:all .5s ease 0s}#elementor-preview-responsive-wrapper.elementor-device-desktop{min-width:1024px;width:100%;height:100%}#elementor-preview-responsive-wrapper.elementor-device-laptop,#elementor-preview-responsive-wrapper.elementor-device-mobile,#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape,#elementor-preview-responsive-wrapper.elementor-device-tablet{border-radius:30px;background-color:#111;margin:30px auto 80px}#elementor-preview-responsive-wrapper.elementor-device-laptop{width:1024px;height:768px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-tablet{width:768px;height:1024px;padding:40px 10px 70px}#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape{width:640px;height:360px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-mobile{width:360px;height:640px;padding:40px 10px 70px}#elementor-preview-iframe{width:100%;height:100%;background-color:#fff}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:4}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px;text-align:center;border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}.dialog-widget{position:fixed;height:100%;width:100%;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;background-color:rgba(0,0,0,.5)}.dialog-widget *{box-sizing:border-box}.dialog-widget-content{background-color:#fff;position:absolute;width:350px;height:150px;margin:auto;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message,.dialog-widget-header{text-align:center}.dialog-widget-header{font-size:15px;line-height:1;padding:20px 0;font-weight:500;color:#495157}.dialog-message{color:#6d7882;padding:0 20px;font-size:12px}.dialog-buttons-wrapper{border-top:1px solid #e6e9ec;position:absolute;bottom:0;width:100%}.dialog-buttons-wrapper>button{width:50%;border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:none;margin:0}.dialog-buttons-wrapper>button:first-child{border-right:1px solid #e6e9ec;color:#6d7882}.dialog-buttons-wrapper>button.dialog-ok{color:#b01b1b}.dialog-buttons-wrapper>button.dialog-take_over{color:#39b54a}.dialog-buttons-wrapper>button:focus{background-color:#e6e9ec}.dialog-buttons-wrapper>button:active{background-color:rgba(230,233,236,.5)}.dialog-popup-message{height:155px;width:155px;background-color:#fff;border-radius:10px}.elementor-dialog-message{padding:15px}.elementor-dialog-message .fa{font-size:85px;padding:10px}.elementor-dialog-message-text{text-transform:uppercase}@font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}
1
+ @charset "UTF-8";.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body,html{height:100%;margin:0;padding:0}html{background-color:#f1f1f1}body{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;text-transform:none;overflow:hidden}body.elementor-editor-active #elementor-preview{right:280px;left:0}body.elementor-editor-active #elementor-panel{right:0}body.elementor-editor-active #elementor-mode-switcher-preview .fa:before{content:""}body:not(.elementor-editor-active) #elementor-preview{left:0}body:not(.elementor-editor-active) #elementor-panel{right:-280px}body:not(.elementor-editor-active) #elementor-mode-switcher-preview .fa:before{content:""}iframe,img{border:0 none}#elementor-preview{background-color:#333;position:absolute;height:100%;top:0;right:0;border:0}#elementor-panel,#elementor-preview{transition:right .5s}#elementor-loading{position:fixed;top:0;left:0;bottom:0;right:0;background:#6d7882;z-index:3}#elementor-loader-wrapper{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100px}#elementor-loader-wrapper #elementor-loader{height:100px;position:relative}#elementor-loader-wrapper .elementor-loader-box{position:absolute;background-color:#e6e9ec;opacity:0;animation:a 1.8s linear infinite}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(1){width:20%;height:100%;left:0;top:0}#elementor-loader-wrapper .elementor-loader-box:not(:nth-of-type(1)){right:0;height:20%;width:60%}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(2){top:0;animation-delay:-.45s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(3){top:40%;animation-delay:-.9s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(4){bottom:0;animation-delay:-1.35s}@keyframes a{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes b{0%{opacity:1}50%{opacity:.6}to{opacity:1}}#elementor-loading-title{color:#fff;text-align:center;text-transform:uppercase;margin-top:30px;letter-spacing:7px;font-size:10px;animation:b 1.5s linear infinite}.select2-dropdown{border-color:#a4afb7}.select2-dropdown .select2-search__field{outline:none}.elementor-button{border:none;cursor:pointer;border-radius:3px;transition:all .5s}.elementor-button:not(.elementor-button-state) .elementor-state-icon{display:none}.elementor-button .elementor-state-icon{float:left;padding-left:5px}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button,.elementor-button-success{color:#fff}#elementor-panel #elementor-panel-footer-save.elementor-save-active [disabled].elementor-button,.elementor-button-success[disabled]{background-color:#c2cbd2}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]),.elementor-button-success:not([disabled]){background-color:#38b54a}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):hover,.elementor-button-success:not([disabled]):hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):active,.elementor-button-success:not([disabled]):active{box-shadow:0 5px 10px rgba(0,0,0,.19),0 3px 3px rgba(0,0,0,.1)}input,select,textarea{border-radius:3px;font-size:12px;width:100%;background:none;box-shadow:none;color:#495157;border:1px solid;margin:0}input:not(:focus),select:not(:focus),textarea:not(:focus){border-color:#d5dadf}input:focus,select:focus,textarea:focus{border-color:#a4afb7}.elementor-error input,.elementor-error select,.elementor-error textarea{border-color:#b01b1b}input,textarea{padding:5px 8px}textarea{resize:vertical}input[type=checkbox],input[type=radio]{border:1px solid #d5dadf;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=radio]:focus{border-color:#a4afb7}input[disabled]{background-color:#e6e9ec;cursor:not-allowed;opacity:1}select{height:27px}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}#nprogress{pointer-events:none}#nprogress .bar{background:#39b54a;position:fixed;z-index:2;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #39b54a,0 0 5px #39b54a;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:2;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#39b54a;border-left-color:#39b54a;border-radius:50%;animation:c .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress .bar,#nprogress .spinner{z-index:4}#elementor-panel{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;background-color:#e6e9ec;position:fixed;width:280px;height:100%;top:0;bottom:0;overflow:visible}#elementor-panel *,#elementor-panel :after,#elementor-panel :before{box-sizing:border-box}#elementor-panel ::-moz-selection{background:#5bc0de;color:#fff}#elementor-panel ::selection{background:#5bc0de;color:#fff}#elementor-panel a{text-decoration:none;transition:none}#elementor-panel a:visited{color:inherit}#elementor-panel ol,#elementor-panel ul{list-style:none;padding:0;margin:0}#elementor-panel h1,#elementor-panel h2,#elementor-panel h3,#elementor-panel h4,#elementor-panel h5,#elementor-panel h6{font-size:100%;font-weight:400}#elementor-panel abbr,#elementor-panel acronym{border:0;font-variant:normal}#elementor-panel sup{vertical-align:text-top}#elementor-panel sub{vertical-align:text-bottom}#elementor-panel img{max-width:100%;height:auto;border:0}#elementor-panel ::-moz-focus-inner{padding:0;border:0}#elementor-panel :focus{outline:0}#elementor-panel .elementor-panel-inner{position:relative;height:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}#elementor-panel .elementor-panel-container{clear:both;padding-left:15px;padding-right:15px}#elementor-panel .elementor-panel-heading{display:table;table-layout:fixed;height:40px;padding:0 20px;width:100%;border-bottom:1px solid #e6e9ec;cursor:pointer}#elementor-panel .elementor-panel-heading:not(.elementor-open) .elementor-panel-heading-toggle .fa:before{content:""}#elementor-panel .elementor-panel-heading.elementor-open .elementor-panel-heading-toggle .fa:before{content:'\f0d7'}#elementor-panel .elementor-panel-heading>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-heading-toggle{width:20px;color:#495157}#elementor-panel .elementor-panel-heading-title{color:#495157;font-weight:700}#elementor-panel .elementor-panel-box{margin-top:10px;background-color:#fff}#elementor-panel .elementor-panel-box-content{padding:20px 20px 10px}#elementor-panel .elementor-control-title{color:#6d7882;font-size:12px}#elementor-panel .select2-container{width:100%!important}#elementor-panel .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single{border-color:#d5dadf}#elementor-panel .select2-container.select2-container--focus .select2-selection--single,#elementor-panel .select2-container.select2-container--open .select2-selection--single{border-color:#a4afb7}#elementor-panel .select2-selection--single{height:27px}#elementor-panel .select2-selection__rendered{line-height:27px}#elementor-panel .select2-selection__arrow{height:27px;top:0}#elementor-panel #elementor-panel-header{display:table;height:40px;width:100%;background-color:#9b0a46;color:#fff}#elementor-panel #elementor-panel-header>*{display:table-cell;vertical-align:middle;text-align:center}#elementor-panel .elementor-header-button{width:40px}#elementor-panel .elementor-header-button .elementor-icon{cursor:pointer;display:block;font-size:19px;height:40px;line-height:40px;transition:all .5s}#elementor-panel .elementor-header-button .elementor-icon:hover{color:#d5dadf}#elementor-panel #elementor-panel-header-title{font-size:15px}#elementor-panel #elementor-panel-elements-search-area{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-elements{overflow:hidden;padding:5px}#elementor-panel .elementor-element-wrapper{float:left;width:50%;padding:5px;text-align:center;box-sizing:border-box}#elementor-panel .elementor-element{border-radius:3px;padding-bottom:10px;background-color:#fff;cursor:move}#elementor-panel .elementor-element:hover{box-shadow:0 2px 6px rgba(0,0,0,.2)}#elementor-panel .elementor-element:hover .icon,#elementor-panel .elementor-element:hover .title{color:#9b0a46}#elementor-panel .elementor-element .icon{font-size:28px;padding:15px 0;line-height:1;color:#556068}#elementor-panel .elementor-element .title{font-size:11px;color:#556068}#elementor-panel #elementor-panel-elements-search-wrapper{position:relative}#elementor-panel #elementor-panel-elements-search-wrapper .fa{position:absolute;left:15px;top:50%;color:#a4afb7;transform:translateY(-50%)}#elementor-panel #elementor-panel-elements-search-input{width:100%;background-color:#fff;line-height:1;font-size:11px;padding:8px 15px 8px 42px;font-style:italic;color:#a4afb7;border:none;border-radius:0;margin:0}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-title{padding:10px 20px;margin-top:10px}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-buttons{padding-right:20px;display:table;table-layout:fixed;width:100%;height:40px;background-color:#fff}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-button-wrapper{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save{text-align:center}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save .elementor-button{padding:6px 18px;text-transform:uppercase}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .elementor-button,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .elementor-button{color:#a4afb7;background:none}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .fa,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .fa{margin-right:3px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-items{position:relative}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item{display:inline-block;margin-bottom:10px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item:not(:nth-child(4n)){margin-left:13px}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active{transform:translateY(-20px)}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active .wp-color-result{margin-right:7px}#elementor-panel .elementor-panel-scheme-typography-item{display:table;table-layout:fixed;width:100%;margin-bottom:15px}#elementor-panel .elementor-panel-scheme-typography-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme-typography-item-value input,#elementor-panel .elementor-panel-scheme-typography-item-value select{width:100%}#elementor-panel .elementor-panel-scheme-item .elementor-panel-heading:not(.elementor-open)+.elementor-panel-scheme-typography-items{display:none}#elementor-panel .elementor-panel-scheme-color-system-scheme{margin-bottom:10px}#elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title{font-size:11px;color:#a4afb7;font-style:italic;margin-top:5px}#elementor-panel .elementor-panel-scheme-color-system-items{transition:border .5s;overflow:hidden;padding:3px;border-radius:3px;border:1px solid #d5dadf;cursor:pointer}#elementor-panel .elementor-panel-scheme-color-system-items:hover{border:1px solid #a4afb7}#elementor-panel .elementor-panel-scheme-color-system-item{float:left;height:20px;width:25%}#elementor-panel #elementor-panel-content-wrapper{position:absolute;bottom:40px;top:40px;left:0;width:100%}#elementor-panel #elementor-panel-page-menu{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel .elementor-panel-menu-item{display:table;width:100%;height:50px;cursor:pointer;margin-bottom:1px}#elementor-panel .elementor-panel-menu-item:not(:hover){background-color:#fff}#elementor-panel .elementor-panel-menu-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-menu-item-icon{text-align:center;color:#6d7882;width:55px}#elementor-panel .elementor-panel-menu-item-title{color:#6d7882;font-weight:500}#elementor-panel .elementor-panel-menu-item-title>span{color:#39b54a}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul{display:table;table-layout:fixed;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li{display:table-cell}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-content a:before{content:'\f040'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-style a:before{content:'\f042'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-advanced a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before{content:'\f10a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-settings a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active{background-image:linear-gradient(180deg,#f3f3f3,#fff);border-bottom:3px solid #9b0a46}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a{display:block;line-height:1;text-align:center;padding:12px 0 8px;font-size:10px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a:before{font-family:FontAwesome;font-size:16px;display:block;line-height:1;margin-bottom:6px}#elementor-panel #elementor-panel-page-editor .elementor-controls>.elementor-control:not(.elementor-active-tab){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control{background-color:#fff;position:relative;padding:0 20px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-default:before{content:'';height:1px;display:block;margin-bottom:15px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before{padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before:before{content:'';position:absolute;height:3px;width:100%;top:0;left:0;background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-hidden-control,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-hidden-label .elementor-control-title{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open{display:block}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open.elementor-hidden-control{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-block:not(.elementor-control-hidden-label) .elementor-control-title{display:block;margin-bottom:10px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field{display:table;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field>*{display:table-cell;vertical-align:middle}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-title{width:45%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-type-heading .elementor-control-title{font-weight:700;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-description{margin-top:10px;font-size:11px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-descriptor{font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices{display:table;width:100%;height:27px;background-color:#a4afb7;text-align:center;border-spacing:1px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-choices input:checked+.elementor-choices-label{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-choices input:not(:checked)+.elementor-choices-label{background-color:#fff;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices .elementor-choices-label{display:table-cell;vertical-align:middle;font-size:12px;transition:all .5s;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-units-choices{float:left}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:not(:checked)+label{color:#c2cbd2}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:checked+label{text-decoration:underline}#elementor-panel #elementor-panel-page-editor .elementor-units-choices label{cursor:pointer;padding:0 2px;text-transform:uppercase;font-size:9px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media{padding:7px;border:1px solid;height:150px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover){border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover) .elementor-control-media-upload-button{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover .elementor-control-media-upload-button{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media.media-empty .elementor-control-media-image-area,#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(.media-empty) .elementor-control-media-upload-button{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media>*{height:100%;cursor:pointer;position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .fa-plus-circle{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:not(:hover) .elementor-control-media-delete{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:hover .elementor-control-media-image{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-delete{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1;padding:9.5px;font-size:11px;color:#fff;background-color:#a4afb7;text-transform:uppercase}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image{height:100%;background-size:cover}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-control-dimensions{overflow:hidden}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li{float:left;width:20%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions,#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{display:block;text-align:center;width:100%;border-color:#a4afb7;height:27px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{border-left:none;border-radius:0;padding:4px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input+span{display:block;text-align:center;color:#d4d4d4;font-size:9px;text-transform:uppercase;line-height:1;padding-top:5px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input:focus+span{color:#818a91}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions{border:1px solid #a4afb7;border-left:none;background-color:#fff;padding:0;outline:none;border-radius:0 3px 3px 0;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li:first-child input{border-left:1px solid #a4afb7;border-radius:3px 0 0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked{background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked){background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-input-wrapper{position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target{position:absolute;top:0;right:0;padding:0;height:100%;width:40px;border:none;border-left:1px solid;background:none;cursor:pointer;font-size:10px;border-radius:0 3px 3px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active .elementor-control-url-external{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target:not(.active) .elementor-control-url-external{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input{padding-right:46px;direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target.active{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-text_align .elementor-control-type-choose .elementor-choices{direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider input{width:80%;float:left}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider{display:inline-block;margin-top:10px;height:4px;background-color:#a4afb7;border-radius:5px;position:relative;width:67%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider-input{width:33%;float:left}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .ui-slider-handle{height:16px;width:16px;background-color:#fff;display:inline-block;top:50%;transform:translateY(-50%) translateX(-8px);position:absolute;box-shadow:1px 1px 6px rgba(0,0,0,.3);border-radius:50%;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section{margin-top:10px;padding:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section){padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section):before{display:none}#elementor-panel #elementor-panel-page-editor .wp-picker-container:not(.wp-picker-active){float:left}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active{transform:translateY(-18px)}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active .wp-color-result{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg *{box-sizing:content-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-editor-container{border:1px solid #e6e9ec;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg #insert-media-button{margin-top:7px;height:initial;line-height:1;font-size:11px;padding:3px 9px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .ed_button{height:22px;width:initial}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon{height:14px;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon:before{font-size:14px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-switch-editor{border:none;color:#6d7882;font-size:11px;padding:3px 12px 4px;border-radius:3px 3px 0 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-tmce{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-html,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-tmce{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-html{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .quicktags-toolbar{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp>div{padding:0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .elementor-wp-editor{box-sizing:border-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-ico{color:#6d7882;font-size:16px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn.mce-active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:hover{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path{padding:5px 10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path-item{font-size:12px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-control-type-icon .select2-selection__rendered .fa{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset{border:1px solid #e6e9ec;padding:3px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset){display:inline-block;cursor:pointer;height:60px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) svg{height:100%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset path{fill:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset{height:85px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title{color:#495157;font-weight:700;padding:15px 20px;border-bottom:1px solid #e6e9ec;line-height:1}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked+.elementor-control-structure-preset path{fill:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper{width:47%;margin-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title{text-align:center;padding-top:5px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control{padding:0 10px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control:before,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .repeater-fields{margin:10px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls{border:1px solid #d5dadf;border-top-width:0;padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools{display:table;width:100%;color:#556068;background-color:#d5dadf;height:40px;border-spacing:1px;transition:all .5s}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools:hover{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div{display:table-cell;text-align:center;vertical-align:middle;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:not(.elementor-repeater-row-handle-sortable){background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:hover{opacity:.95}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-number{text-align:right;padding-right:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool{width:40px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable{cursor:move;width:10px;color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-button-wrapper{text-align:center;padding:10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add{background-color:#a4afb7;color:#fff;font-size:11px;text-transform:uppercase;padding:6.5px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add:hover{background-color:#6d7882}#elementor-panel .wp-picker-container.wp-picker-active{position:absolute;z-index:1;left:0;background-color:#fff;border:solid #fff;border-width:0 17px 0 12px;padding-top:10px}#elementor-panel .wp-picker-container.wp-picker-active .wp-color-result{float:right}#elementor-panel .wp-picker-container.wp-picker-active .wp-picker-input-wrap{padding-left:10px;float:left}#elementor-panel .wp-picker-container *{box-sizing:content-box}#elementor-panel .wp-picker-container .iris-picker{border:none}#elementor-panel .wp-color-result{margin:0;width:48px;height:25px;box-shadow:inset 0 0 0 3px #fff;transition:border .5s;padding:0;border-radius:3px;border:1px solid #d5dadf}#elementor-panel .wp-color-result:after{content:none}#elementor-panel .wp-color-result:hover{border:1px solid #a4afb7}#elementor-panel .wp-color-result:active,#elementor-panel .wp-color-result:focus{outline:0}#elementor-panel .wp-picker-clear{height:24px;width:48px;padding:0;background-color:#d5dadf;border-radius:0 3px 3px 0;margin:0}#elementor-panel .wp-color-picker{float:left;width:100px;border-radius:3px 0 0 3px}#elementor-panel .wp-picker-holder *{box-sizing:content-box}#elementor-panel .wp-picker-open~.wp-picker-holder{clear:both;margin-bottom:15px}#elementor-panel #elementor-panel-footer{position:absolute;bottom:0;left:0;right:0;height:40px;background-color:#495157}#elementor-panel #elementor-panel-footer-tools{display:table;table-layout:fixed;width:100%;height:100%}#elementor-panel .elementor-panel-footer-tool{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer;color:#a4afb7;transition:all .5s}#elementor-panel .elementor-panel-footer-tool.elementor-open{color:#fff}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover{color:#d5dadf}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper{display:none}#elementor-panel .elementor-panel-footer-sub-menu-wrapper{position:absolute;bottom:100%;left:0;width:100%;background-color:#556068;padding:10px;box-shadow:-2px -5px 8px rgba(0,0,0,.1);cursor:default}#elementor-panel .elementor-panel-footer-sub-menu{border-radius:5px;overflow:hidden}#elementor-panel .elementor-panel-footer-sub-menu-item{background-color:#495157;display:table;table-layout:fixed;width:100%;cursor:pointer}#elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child){margin-bottom:1px}#elementor-panel .elementor-panel-footer-sub-menu-item[data-device-mode=mobile-landscape] .fa-mobile{transform:rotate(-90deg)}#elementor-panel .elementor-panel-footer-sub-menu-item:hover{background-color:rgba(0,0,0,.2)}#elementor-panel .elementor-panel-footer-sub-menu-item.active{background-color:rgba(0,0,0,.3)}#elementor-panel .elementor-panel-footer-sub-menu-item>*{display:table-cell;height:40px;vertical-align:middle}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon{width:40px;color:#a4afb7}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title{text-align:right;color:#d5dadf}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description{width:95px;text-align:right;font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-footer-save{width:90px;padding:0 10px}#elementor-panel #elementor-panel-footer-save .elementor-button{font-size:11px;text-transform:uppercase;width:100%;height:26px;background-color:#556068;color:#a4afb7}#elementor-panel #elementor-panel-footer-publish .elementor-icon,#elementor-panel #elementor-panel-footer-publish .elementor-title{color:#39b54a}#elementor-panel #elementor-panel-footer-discard .elementor-icon,#elementor-panel #elementor-panel-footer-discard .elementor-title{color:#b01b1b}#elementor-mode-switcher{position:absolute;right:100%;top:50%;width:15px;height:50px;transform:translateY(-50%);background-color:#e6e9ec;font-size:15px;box-shadow:-3px 1px 5px rgba(0,0,0,.1);cursor:pointer}#elementor-mode-switcher:hover,body.elementor-editor-preview #elementor-mode-switcher{background-color:#9b0a46;color:#fff}#elementor-mode-switcher-inner,#elementor-mode-switcher-preview{width:100%;height:100%;position:absolute;top:0;left:0}#elementor-mode-switcher-preview{cursor:pointer}#elementor-mode-switcher-preview .fa{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}#elementor-mode-switcher-preview-input{display:none}#elementor-preview-responsive-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;transition:all .5s ease 0s}#elementor-preview-responsive-wrapper.elementor-device-desktop{min-width:1024px;width:100%;height:100%}#elementor-preview-responsive-wrapper.elementor-device-laptop,#elementor-preview-responsive-wrapper.elementor-device-mobile,#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape,#elementor-preview-responsive-wrapper.elementor-device-tablet{border-radius:30px;background-color:#111;margin:30px auto 80px}#elementor-preview-responsive-wrapper.elementor-device-laptop{width:1024px;height:768px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-tablet{width:768px;height:1024px;padding:40px 10px 70px}#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape{width:640px;height:360px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-mobile{width:360px;height:640px;padding:40px 10px 70px}#elementor-preview-iframe{width:100%;height:100%;background-color:#fff}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:4}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px;text-align:center;border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}.dialog-widget{position:fixed;height:100%;width:100%;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;background-color:rgba(0,0,0,.5)}.dialog-widget *{box-sizing:border-box}.dialog-widget-content{background-color:#fff;position:absolute;width:350px;height:150px;margin:auto;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message,.dialog-widget-header{text-align:center}.dialog-widget-header{font-size:15px;line-height:1;padding:20px 0;font-weight:500;color:#495157}.dialog-message{color:#6d7882;padding:0 20px;font-size:12px}.dialog-buttons-wrapper{border-top:1px solid #e6e9ec;position:absolute;bottom:0;width:100%}.dialog-buttons-wrapper>button{width:50%;border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:none;margin:0}.dialog-buttons-wrapper>button:first-child{border-right:1px solid #e6e9ec;color:#6d7882}.dialog-buttons-wrapper>button.dialog-ok{color:#b01b1b}.dialog-buttons-wrapper>button.dialog-take_over{color:#39b54a}.dialog-buttons-wrapper>button:focus{background-color:#e6e9ec}.dialog-buttons-wrapper>button:active{background-color:rgba(230,233,236,.5)}.dialog-popup-message{height:155px;width:155px;background-color:#fff;border-radius:10px}.elementor-dialog-message{padding:15px}.elementor-dialog-message .fa{font-size:85px;padding:10px}.elementor-dialog-message-text{text-transform:uppercase}
assets/css/editor.css CHANGED
@@ -57,7 +57,6 @@ img {
57
  #elementor-preview {
58
  background-color: #333;
59
  position: absolute;
60
- overflow: auto;
61
  height: 100%;
62
  top: 0;
63
  right: 0;
@@ -663,9 +662,9 @@ select {
663
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before {
664
  content: '\f10a'; }
665
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before {
666
- content: '\f00a'; }
667
- #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-section a:before {
668
- content: '\f147'; }
669
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before {
670
  content: '\f0db'; }
671
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active {
@@ -995,13 +994,14 @@ select {
995
  border-radius: 3px; }
996
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) {
997
  display: inline-block;
998
- cursor: pointer; }
999
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) i {
1000
- font-size: 50px; }
1001
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset i {
1002
- color: #e6e9ec; }
1003
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset i {
1004
- font-size: 116px; }
 
1005
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title {
1006
  color: #495157;
1007
  font-weight: bold;
@@ -1017,10 +1017,10 @@ select {
1017
  justify-content: space-between; }
1018
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input {
1019
  display: none; }
1020
- #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked + .elementor-control-structure-preset i {
1021
- color: #a4afb7; }
1022
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
1023
- width: 45%;
1024
  margin-top: 15px; }
1025
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title {
1026
  text-align: center;
@@ -1449,269 +1449,4 @@ body.elementor-editor-preview #elementor-mode-switcher {
1449
  .elementor-dialog-message-text {
1450
  text-transform: uppercase; }
1451
 
1452
- @font-face {
1453
- font-family: 'eicon';
1454
- src: url("../fonts/eicon/eicon.eot?0.11");
1455
- src: url("../fonts/eicon/eicon.eot?0.11#iefix") format("embedded-opentype"), url("../fonts/eicon/eicon.woff2?0.11") format("woff2"), url("../fonts/eicon/eicon.woff?0.11") format("woff"), url("../fonts/eicon/eicon.ttf?0.11") format("truetype"), url("../fonts/eicon/eicon.svg?0.11#eicon") format("svg");
1456
- font-weight: normal;
1457
- font-style: normal; }
1458
- [class^="eicon-"],
1459
- [class*=" eicon-"] {
1460
- display: inline-block;
1461
- font-family: eicon;
1462
- font-size: inherit;
1463
- font-weight: normal;
1464
- font-style: normal;
1465
- font-variant: normal;
1466
- line-height: 1;
1467
- text-rendering: auto;
1468
- -webkit-font-smoothing: antialiased;
1469
- -moz-osx-font-smoothing: grayscale; }
1470
-
1471
- .eicon-c1-1:before {
1472
- content: '\e800'; }
1473
-
1474
- .eicon-c2-1:before {
1475
- content: '\e801'; }
1476
-
1477
- .eicon-c2-2:before {
1478
- content: '\e802'; }
1479
-
1480
- .eicon-c2-3:before {
1481
- content: '\e803'; }
1482
-
1483
- .eicon-c2-4:before {
1484
- content: '\e804'; }
1485
-
1486
- .eicon-c2-5:before {
1487
- content: '\e805'; }
1488
-
1489
- .eicon-c2-6:before {
1490
- content: '\e806'; }
1491
-
1492
- .eicon-c2-7:before {
1493
- content: '\e807'; }
1494
-
1495
- .eicon-c2-8:before {
1496
- content: '\e808'; }
1497
-
1498
- .eicon-c2-9:before {
1499
- content: '\e809'; }
1500
-
1501
- .eicon-c3-1:before {
1502
- content: '\e80a'; }
1503
-
1504
- .eicon-c3-2:before {
1505
- content: '\e80b'; }
1506
-
1507
- .eicon-c3-3:before {
1508
- content: '\e80c'; }
1509
-
1510
- .eicon-c3-4:before {
1511
- content: '\e80d'; }
1512
-
1513
- .eicon-c3-5:before {
1514
- content: '\e80e'; }
1515
-
1516
- .eicon-c3-6:before {
1517
- content: '\e80f'; }
1518
-
1519
- .eicon-c3-7:before {
1520
- content: '\e811'; }
1521
-
1522
- .eicon-c3-8:before {
1523
- content: '\e811'; }
1524
-
1525
- .eicon-c3-9:before {
1526
- content: '\e812'; }
1527
-
1528
- .eicon-c4-1:before {
1529
- content: '\e813'; }
1530
-
1531
- .eicon-c4-2:before {
1532
- content: '\e814'; }
1533
-
1534
- .eicon-c4-3:before {
1535
- content: '\e815'; }
1536
-
1537
- .eicon-c4-4:before {
1538
- content: '\e816'; }
1539
-
1540
- .eicon-c4-5:before {
1541
- content: '\e817'; }
1542
-
1543
- .eicon-c4-6:before {
1544
- content: '\e818'; }
1545
-
1546
- .eicon-c4-7:before {
1547
- content: '\e819'; }
1548
-
1549
- .eicon-c4-8:before {
1550
- content: '\e81a'; }
1551
-
1552
- .eicon-c4-9:before {
1553
- content: '\e81b'; }
1554
-
1555
- .eicon-c4-11:before {
1556
- content: '\e81c'; }
1557
-
1558
- .eicon-c4-11:before {
1559
- content: '\e81d'; }
1560
-
1561
- .eicon-c5-1:before {
1562
- content: '\e81e'; }
1563
-
1564
- .eicon-c5-2:before {
1565
- content: '\e81f'; }
1566
-
1567
- .eicon-c5-3:before {
1568
- content: '\e820'; }
1569
-
1570
- .eicon-c5-4:before {
1571
- content: '\e821'; }
1572
-
1573
- .eicon-c5-5:before {
1574
- content: '\e822'; }
1575
-
1576
- .eicon-c5-6:before {
1577
- content: '\e823'; }
1578
-
1579
- .eicon-c5-7:before {
1580
- content: '\e824'; }
1581
-
1582
- .eicon-c5-8:before {
1583
- content: '\e825'; }
1584
-
1585
- .eicon-c5-9:before {
1586
- content: '\e826'; }
1587
-
1588
- .eicon-c5-11:before {
1589
- content: '\e827'; }
1590
-
1591
- .eicon-c6-1:before {
1592
- content: '\e828'; }
1593
-
1594
- .eicon-c6-2:before {
1595
- content: '\e829'; }
1596
-
1597
- .eicon-c6-3:before {
1598
- content: '\e82a'; }
1599
-
1600
- .eicon-c6-4:before {
1601
- content: '\e82b'; }
1602
-
1603
- .eicon-c6-5:before {
1604
- content: '\e82c'; }
1605
-
1606
- .eicon-c6-6:before {
1607
- content: '\e82d'; }
1608
-
1609
- .eicon-c6-7:before {
1610
- content: '\e82e'; }
1611
-
1612
- .eicon-c6-8:before {
1613
- content: '\e82f'; }
1614
-
1615
- .eicon-c6-9:before {
1616
- content: '\e830'; }
1617
-
1618
- .eicon-c6-11:before {
1619
- content: '\e831'; }
1620
-
1621
- .eicon-c6-11:before {
1622
- content: '\e832'; }
1623
-
1624
- .eicon-c7-1:before {
1625
- content: '\e833'; }
1626
-
1627
- .eicon-c8-1:before {
1628
- content: '\e834'; }
1629
-
1630
- .eicon-c9-1:before {
1631
- content: '\e835'; }
1632
-
1633
- .eicon-c11-1:before {
1634
- content: '\e836'; }
1635
-
1636
- .eicon-anchor:before {
1637
- content: '\e837'; }
1638
-
1639
- .eicon-wordpress:before {
1640
- content: '\e838'; }
1641
-
1642
- .eicon-insert-image:before {
1643
- content: '\e839'; }
1644
-
1645
- .eicon-align-left:before {
1646
- content: '\e83a'; }
1647
-
1648
- .eicon-digital-alarm-clock:before {
1649
- content: '\e83b'; }
1650
-
1651
- .eicon-favorite:before {
1652
- content: '\e83c'; }
1653
-
1654
- .eicon-firewall-on:before {
1655
- content: '\e83d'; }
1656
-
1657
- .eicon-google-maps:before {
1658
- content: '\e83e'; }
1659
-
1660
- .eicon-text-size:before {
1661
- content: '\e83f'; }
1662
-
1663
- .eicon-youtube:before {
1664
- content: '\e840'; }
1665
-
1666
- .eicon-success-chart:before {
1667
- content: '\e841'; }
1668
-
1669
- .eicon-type-tool:before {
1670
- content: '\e842'; }
1671
-
1672
- .eicon-bullet-list:before {
1673
- content: '\e843'; }
1674
-
1675
- .eicon-click:before {
1676
- content: '\e844'; }
1677
-
1678
- .eicon-coding:before {
1679
- content: '\e845'; }
1680
-
1681
- .eicon-accordion:before {
1682
- content: '\e846'; }
1683
-
1684
- .eicon-divider:before {
1685
- content: '\e847'; }
1686
-
1687
- .eicon-toggle:before {
1688
- content: '\e848'; }
1689
-
1690
- .eicon-settings:before {
1691
- content: '\e849'; }
1692
-
1693
- .eicon-section:before {
1694
- content: '\e84a'; }
1695
-
1696
- .eicon-photo-library:before {
1697
- content: '\e84b'; }
1698
-
1699
- .eicon-elementor:before {
1700
- content: '\e84c'; }
1701
-
1702
- .eicon-menu:before {
1703
- content: '\e84d'; }
1704
-
1705
- .eicon-plus:before {
1706
- content: '\e84e'; }
1707
-
1708
- .eicon-apps:before {
1709
- content: '\e84f'; }
1710
-
1711
- .eicon-tabs:before {
1712
- content: '\e850'; }
1713
-
1714
- .eicon-elementor-square:before {
1715
- content: '\e851'; }
1716
-
1717
  /*# sourceMappingURL=editor.css.map */
57
  #elementor-preview {
58
  background-color: #333;
59
  position: absolute;
 
60
  height: 100%;
61
  top: 0;
62
  right: 0;
662
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before {
663
  content: '\f10a'; }
664
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before {
665
+ content: '\f0db'; }
666
+ #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-settings a:before {
667
+ content: '\f013'; }
668
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before {
669
  content: '\f0db'; }
670
  #elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active {
994
  border-radius: 3px; }
995
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) {
996
  display: inline-block;
997
+ cursor: pointer;
998
+ height: 60px; }
999
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) svg {
1000
+ height: 100%; }
1001
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset path {
1002
+ fill: #e6e9ec; }
1003
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset {
1004
+ height: 85px; }
1005
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title {
1006
  color: #495157;
1007
  font-weight: bold;
1017
  justify-content: space-between; }
1018
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input {
1019
  display: none; }
1020
+ #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked + .elementor-control-structure-preset path {
1021
+ fill: #a4afb7; }
1022
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
1023
+ width: 47%;
1024
  margin-top: 15px; }
1025
  #elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title {
1026
  text-align: center;
1449
  .elementor-dialog-message-text {
1450
  text-transform: uppercase; }
1451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  /*# sourceMappingURL=editor.css.map */
assets/css/editor.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["editor.css","../scss/helpers/mixins.scss","../scss/helpers/utilities.scss","../scss/editor/_wrapper.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss","../scss/editor/_global.scss","../scss/editor/_buttons.scss","../scss/editor/_forms.scss","../scss/editor/_perfect-scrollbar.scss","../scss/editor/_nprogress.scss","../scss/editor/panel/_panel.scss","../scss/editor/panel/_reset.scss","../scss/editor/panel/_global.scss","../scss/editor/panel/_header.scss","../scss/editor/panel/_elements.scss","../scss/editor/panel/_schemes.scss","../scss/editor/panel/_menu.scss","../scss/editor/panel/_element-settings.scss","../scss/editor/panel/_control.scss","../scss/editor/panel/controls/_repeater.scss","../scss/editor/panel/_color-picker.scss","../scss/editor/panel/_footer.scss","../scss/editor/_mode-switcher.scss","../scss/editor/_devices.scss","../scss/editor/_tipsy.scss","../scss/editor/_dialog.scss","../scss/admin/_eicon.scss"],"names":[],"mappings":"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","file":"editor.css"}
1
+ {"version":3,"sources":["editor.css","../scss/helpers/mixins.scss","../scss/helpers/utilities.scss","../scss/editor/_wrapper.scss","../scss/helpers/variables.scss","../scss/helpers/direction.scss","../scss/editor/_global.scss","../scss/editor/_buttons.scss","../scss/editor/_forms.scss","../scss/editor/_perfect-scrollbar.scss","../scss/editor/_nprogress.scss","../scss/editor/panel/_panel.scss","../scss/editor/panel/_reset.scss","../scss/editor/panel/_global.scss","../scss/editor/panel/_header.scss","../scss/editor/panel/_elements.scss","../scss/editor/panel/_schemes.scss","../scss/editor/panel/_menu.scss","../scss/editor/panel/_element-settings.scss","../scss/editor/panel/_control.scss","../scss/editor/panel/controls/_repeater.scss","../scss/editor/panel/_color-picker.scss","../scss/editor/panel/_footer.scss","../scss/editor/_mode-switcher.scss","../scss/editor/_devices.scss","../scss/editor/_tipsy.scss","../scss/editor/_dialog.scss"],"names":[],"mappings":"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","file":"editor.css"}
assets/css/editor.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body,html{height:100%;margin:0;padding:0}html{background-color:#f1f1f1}body{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;text-transform:none;overflow:hidden}body.elementor-editor-active #elementor-preview{left:280px;right:0}body.elementor-editor-active #elementor-panel{left:0}body.elementor-editor-active #elementor-mode-switcher-preview .fa:before{content:""}body:not(.elementor-editor-active) #elementor-preview{left:0}body:not(.elementor-editor-active) #elementor-panel{left:-280px}body:not(.elementor-editor-active) #elementor-mode-switcher-preview .fa:before{content:""}iframe,img{border:0 none}#elementor-preview{background-color:#333;position:absolute;overflow:auto;height:100%;top:0;right:0;border:0}#elementor-panel,#elementor-preview{transition:left .5s}#elementor-loading{position:fixed;top:0;left:0;bottom:0;right:0;background:#6d7882;z-index:3}#elementor-loader-wrapper{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100px}#elementor-loader-wrapper #elementor-loader{height:100px;position:relative}#elementor-loader-wrapper .elementor-loader-box{position:absolute;background-color:#e6e9ec;opacity:0;animation:a 1.8s linear infinite}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(1){width:20%;height:100%;left:0;top:0}#elementor-loader-wrapper .elementor-loader-box:not(:nth-of-type(1)){right:0;height:20%;width:60%}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(2){top:0;animation-delay:-.45s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(3){top:40%;animation-delay:-.9s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(4){bottom:0;animation-delay:-1.35s}@keyframes a{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes b{0%{opacity:1}50%{opacity:.6}to{opacity:1}}#elementor-loading-title{color:#fff;text-align:center;text-transform:uppercase;margin-top:30px;letter-spacing:7px;font-size:10px;animation:b 1.5s linear infinite}.select2-dropdown{border-color:#a4afb7}.select2-dropdown .select2-search__field{outline:none}.elementor-button{border:none;cursor:pointer;border-radius:3px;transition:all .5s}.elementor-button:not(.elementor-button-state) .elementor-state-icon{display:none}.elementor-button .elementor-state-icon{float:left;padding-left:5px}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button,.elementor-button-success{color:#fff}#elementor-panel #elementor-panel-footer-save.elementor-save-active [disabled].elementor-button,.elementor-button-success[disabled]{background-color:#c2cbd2}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]),.elementor-button-success:not([disabled]){background-color:#38b54a}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):hover,.elementor-button-success:not([disabled]):hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):active,.elementor-button-success:not([disabled]):active{box-shadow:0 5px 10px rgba(0,0,0,.19),0 3px 3px rgba(0,0,0,.1)}input,select,textarea{border-radius:3px;font-size:12px;width:100%;background:none;box-shadow:none;color:#495157;border:1px solid;margin:0}input:not(:focus),select:not(:focus),textarea:not(:focus){border-color:#d5dadf}input:focus,select:focus,textarea:focus{border-color:#a4afb7}.elementor-error input,.elementor-error select,.elementor-error textarea{border-color:#b01b1b}input,textarea{padding:5px 8px}textarea{resize:vertical}input[type=checkbox],input[type=radio]{border:1px solid #d5dadf;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=radio]:focus{border-color:#a4afb7}input[disabled]{background-color:#e6e9ec;cursor:not-allowed;opacity:1}select{height:27px}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}#nprogress{pointer-events:none}#nprogress .bar{background:#39b54a;position:fixed;z-index:2;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #39b54a,0 0 5px #39b54a;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:2;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#39b54a;border-left-color:#39b54a;border-radius:50%;animation:c .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress .bar,#nprogress .spinner{z-index:4}#elementor-panel{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;background-color:#e6e9ec;position:fixed;width:280px;height:100%;top:0;bottom:0;overflow:visible}#elementor-panel *,#elementor-panel :after,#elementor-panel :before{box-sizing:border-box}#elementor-panel ::-moz-selection{background:#5bc0de;color:#fff}#elementor-panel ::selection{background:#5bc0de;color:#fff}#elementor-panel a{text-decoration:none;transition:none}#elementor-panel a:visited{color:inherit}#elementor-panel ol,#elementor-panel ul{list-style:none;padding:0;margin:0}#elementor-panel h1,#elementor-panel h2,#elementor-panel h3,#elementor-panel h4,#elementor-panel h5,#elementor-panel h6{font-size:100%;font-weight:400}#elementor-panel abbr,#elementor-panel acronym{border:0;font-variant:normal}#elementor-panel sup{vertical-align:text-top}#elementor-panel sub{vertical-align:text-bottom}#elementor-panel img{max-width:100%;height:auto;border:0}#elementor-panel ::-moz-focus-inner{padding:0;border:0}#elementor-panel :focus{outline:0}#elementor-panel .elementor-panel-inner{position:relative;height:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}#elementor-panel .elementor-panel-container{clear:both;padding-left:15px;padding-right:15px}#elementor-panel .elementor-panel-heading{display:table;table-layout:fixed;height:40px;padding:0 20px;width:100%;border-bottom:1px solid #e6e9ec;cursor:pointer}#elementor-panel .elementor-panel-heading:not(.elementor-open) .elementor-panel-heading-toggle .fa:before{content:""}#elementor-panel .elementor-panel-heading.elementor-open .elementor-panel-heading-toggle .fa:before{content:'\f0d7'}#elementor-panel .elementor-panel-heading>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-heading-toggle{width:20px;color:#495157}#elementor-panel .elementor-panel-heading-title{color:#495157;font-weight:700}#elementor-panel .elementor-panel-box{margin-top:10px;background-color:#fff}#elementor-panel .elementor-panel-box-content{padding:20px 20px 10px}#elementor-panel .elementor-control-title{color:#6d7882;font-size:12px}#elementor-panel .select2-container{width:100%!important}#elementor-panel .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single{border-color:#d5dadf}#elementor-panel .select2-container.select2-container--focus .select2-selection--single,#elementor-panel .select2-container.select2-container--open .select2-selection--single{border-color:#a4afb7}#elementor-panel .select2-selection--single{height:27px}#elementor-panel .select2-selection__rendered{line-height:27px}#elementor-panel .select2-selection__arrow{height:27px;top:0}#elementor-panel #elementor-panel-header{display:table;height:40px;width:100%;background-color:#9b0a46;color:#fff}#elementor-panel #elementor-panel-header>*{display:table-cell;vertical-align:middle;text-align:center}#elementor-panel .elementor-header-button{width:40px}#elementor-panel .elementor-header-button .elementor-icon{cursor:pointer;display:block;font-size:19px;height:40px;line-height:40px;transition:all .5s}#elementor-panel .elementor-header-button .elementor-icon:hover{color:#d5dadf}#elementor-panel #elementor-panel-header-title{font-size:15px}#elementor-panel #elementor-panel-elements-search-area{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-elements{overflow:hidden;padding:5px}#elementor-panel .elementor-element-wrapper{float:left;width:50%;padding:5px;text-align:center;box-sizing:border-box}#elementor-panel .elementor-element{border-radius:3px;padding-bottom:10px;background-color:#fff;cursor:move}#elementor-panel .elementor-element:hover{box-shadow:0 2px 6px rgba(0,0,0,.2)}#elementor-panel .elementor-element:hover .icon,#elementor-panel .elementor-element:hover .title{color:#9b0a46}#elementor-panel .elementor-element .icon{font-size:28px;padding:15px 0;line-height:1;color:#556068}#elementor-panel .elementor-element .title{font-size:11px;color:#556068}#elementor-panel #elementor-panel-elements-search-wrapper{position:relative}#elementor-panel #elementor-panel-elements-search-wrapper .fa{position:absolute;right:15px;top:50%;color:#a4afb7;transform:translateY(-50%)}#elementor-panel #elementor-panel-elements-search-input{width:100%;background-color:#fff;line-height:1;font-size:11px;padding:8px 42px 8px 15px;font-style:italic;color:#a4afb7;border:none;border-radius:0;margin:0}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-title{padding:10px 20px;margin-top:10px}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-buttons{padding-left:20px;display:table;table-layout:fixed;width:100%;height:40px;background-color:#fff}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-button-wrapper{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save{text-align:center}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save .elementor-button{padding:6px 18px;text-transform:uppercase}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .elementor-button,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .elementor-button{color:#a4afb7;background:none}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .fa,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .fa{margin-right:3px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-items{position:relative}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item{display:inline-block;margin-bottom:10px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item:not(:nth-child(4n)){margin-right:13px}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active{transform:translateY(-20px)}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active .wp-color-result{margin-right:8px}#elementor-panel .elementor-panel-scheme-typography-item{display:table;table-layout:fixed;width:100%;margin-bottom:15px}#elementor-panel .elementor-panel-scheme-typography-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme-typography-item-value input,#elementor-panel .elementor-panel-scheme-typography-item-value select{width:100%}#elementor-panel .elementor-panel-scheme-item .elementor-panel-heading:not(.elementor-open)+.elementor-panel-scheme-typography-items{display:none}#elementor-panel .elementor-panel-scheme-color-system-scheme{margin-bottom:10px}#elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title{font-size:11px;color:#a4afb7;font-style:italic;margin-top:5px}#elementor-panel .elementor-panel-scheme-color-system-items{transition:border .5s;overflow:hidden;padding:3px;border-radius:3px;border:1px solid #d5dadf;cursor:pointer}#elementor-panel .elementor-panel-scheme-color-system-items:hover{border:1px solid #a4afb7}#elementor-panel .elementor-panel-scheme-color-system-item{float:left;height:20px;width:25%}#elementor-panel #elementor-panel-content-wrapper{position:absolute;bottom:40px;top:40px;left:0;width:100%}#elementor-panel #elementor-panel-page-menu{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel .elementor-panel-menu-item{display:table;width:100%;height:50px;cursor:pointer;margin-bottom:1px}#elementor-panel .elementor-panel-menu-item:not(:hover){background-color:#fff}#elementor-panel .elementor-panel-menu-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-menu-item-icon{text-align:center;color:#6d7882;width:55px}#elementor-panel .elementor-panel-menu-item-title{color:#6d7882;font-weight:500}#elementor-panel .elementor-panel-menu-item-title>span{color:#39b54a}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul{display:table;table-layout:fixed;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li{display:table-cell}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-content a:before{content:'\f040'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-style a:before{content:'\f042'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-advanced a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before{content:'\f10a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before{content:'\f00a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-section a:before{content:'\f147'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active{background-image:linear-gradient(180deg,#f3f3f3,#fff);border-bottom:3px solid #9b0a46}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a{display:block;line-height:1;text-align:center;padding:12px 0 8px;font-size:10px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a:before{font-family:FontAwesome;font-size:16px;display:block;line-height:1;margin-bottom:6px}#elementor-panel #elementor-panel-page-editor .elementor-controls>.elementor-control:not(.elementor-active-tab){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control{background-color:#fff;position:relative;padding:0 20px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-default:before{content:'';height:1px;display:block;margin-bottom:15px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before{padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before:before{content:'';position:absolute;height:3px;width:100%;top:0;left:0;background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-hidden-control,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-hidden-label .elementor-control-title{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open{display:block}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open.elementor-hidden-control{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-block:not(.elementor-control-hidden-label) .elementor-control-title{display:block;margin-bottom:10px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field{display:table;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field>*{display:table-cell;vertical-align:middle}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-title{width:45%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-type-heading .elementor-control-title{font-weight:700;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-description{margin-top:10px;font-size:11px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-descriptor{font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices{display:table;width:100%;height:27px;background-color:#a4afb7;text-align:center;border-spacing:1px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-choices input:checked+.elementor-choices-label{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-choices input:not(:checked)+.elementor-choices-label{background-color:#fff;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices .elementor-choices-label{display:table-cell;vertical-align:middle;font-size:12px;transition:all .5s;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-units-choices{float:right}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:not(:checked)+label{color:#c2cbd2}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:checked+label{text-decoration:underline}#elementor-panel #elementor-panel-page-editor .elementor-units-choices label{cursor:pointer;padding:0 2px;text-transform:uppercase;font-size:9px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media{padding:7px;border:1px solid;height:150px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover){border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover) .elementor-control-media-upload-button{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover .elementor-control-media-upload-button{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media.media-empty .elementor-control-media-image-area,#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(.media-empty) .elementor-control-media-upload-button{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media>*{height:100%;cursor:pointer;position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .fa-plus-circle{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:not(:hover) .elementor-control-media-delete{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:hover .elementor-control-media-image{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-delete{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1;padding:9.5px;font-size:11px;color:#fff;background-color:#a4afb7;text-transform:uppercase}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image{height:100%;background-size:cover}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-control-dimensions{overflow:hidden}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li{float:left;width:20%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions,#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{display:block;text-align:center;width:100%;border-color:#a4afb7;height:27px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{border-left:none;border-radius:0;padding:4px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input+span{display:block;text-align:center;color:#d4d4d4;font-size:9px;text-transform:uppercase;line-height:1;padding-top:5px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input:focus+span{color:#818a91}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions{border:1px solid #a4afb7;border-left:none;background-color:#fff;padding:0;outline:none;border-radius:0 3px 3px 0;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li:first-child input{border-left:1px solid #a4afb7;border-radius:3px 0 0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked{background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked){background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-input-wrapper{position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target{position:absolute;top:0;right:0;padding:0;height:100%;width:40px;border:none;border-left:1px solid;background:none;cursor:pointer;font-size:10px;border-radius:0 3px 3px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active .elementor-control-url-external{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target:not(.active) .elementor-control-url-external{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input{padding-right:46px;direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target.active{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-text_align .elementor-control-type-choose .elementor-choices{direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider input{width:80%;float:right}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider{display:inline-block;margin-top:10px;height:4px;background-color:#a4afb7;border-radius:5px;position:relative;width:67%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider-input{width:33%;float:right}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .ui-slider-handle{height:16px;width:16px;background-color:#fff;display:inline-block;top:50%;transform:translateY(-50%) translateX(-8px);position:absolute;box-shadow:1px 1px 6px rgba(0,0,0,.3);border-radius:50%;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section{margin-top:10px;padding:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section){padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section):before{display:none}#elementor-panel #elementor-panel-page-editor .wp-picker-container:not(.wp-picker-active){float:right}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active{transform:translateY(-18px)}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active .wp-color-result{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg *{box-sizing:content-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-editor-container{border:1px solid #e6e9ec;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg #insert-media-button{margin-top:7px;height:initial;line-height:1;font-size:11px;padding:3px 9px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .ed_button{height:22px;width:initial}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon{height:14px;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon:before{font-size:14px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-switch-editor{border:none;color:#6d7882;font-size:11px;padding:3px 12px 4px;border-radius:3px 3px 0 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-tmce{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-html,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-tmce{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-html{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .quicktags-toolbar{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp>div{padding:0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .elementor-wp-editor{box-sizing:border-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-ico{color:#6d7882;font-size:16px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn.mce-active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:hover{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path{padding:5px 10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path-item{font-size:12px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-control-type-icon .select2-selection__rendered .fa{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset{border:1px solid #e6e9ec;padding:3px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset){display:inline-block;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) i{font-size:50px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset i{color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset i{font-size:116px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title{color:#495157;font-weight:700;padding:15px 20px;border-bottom:1px solid #e6e9ec;line-height:1}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked+.elementor-control-structure-preset i{color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper{width:45%;margin-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title{text-align:center;padding-top:5px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control{padding:0 10px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control:before,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .repeater-fields{margin:10px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls{border:1px solid #d5dadf;border-top-width:0;padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools{display:table;width:100%;color:#556068;background-color:#d5dadf;height:40px;border-spacing:1px;transition:all .5s}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools:hover{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div{display:table-cell;text-align:center;vertical-align:middle;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:not(.elementor-repeater-row-handle-sortable){background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:hover{opacity:.95}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-number{text-align:left;padding-left:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool{width:40px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable{cursor:move;width:10px;color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-button-wrapper{text-align:center;padding:10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add{background-color:#a4afb7;color:#fff;font-size:11px;text-transform:uppercase;padding:6.5px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add:hover{background-color:#6d7882}#elementor-panel .wp-picker-container.wp-picker-active{position:absolute;z-index:1;left:0;background-color:#fff;border:solid #fff;border-width:0 17px 0 12px;padding-top:10px}#elementor-panel .wp-picker-container.wp-picker-active .wp-color-result{float:right}#elementor-panel .wp-picker-container.wp-picker-active .wp-picker-input-wrap{padding-left:10px;float:left}#elementor-panel .wp-picker-container *{box-sizing:content-box}#elementor-panel .wp-picker-container .iris-picker{border:none}#elementor-panel .wp-color-result{margin:0;width:48px;height:25px;box-shadow:inset 0 0 0 3px #fff;transition:border .5s;padding:0;border-radius:3px;border:1px solid #d5dadf}#elementor-panel .wp-color-result:after{content:none}#elementor-panel .wp-color-result:hover{border:1px solid #a4afb7}#elementor-panel .wp-color-result:active,#elementor-panel .wp-color-result:focus{outline:0}#elementor-panel .wp-picker-clear{height:24px;width:48px;padding:0;background-color:#d5dadf;border-radius:0 3px 3px 0;margin:0}#elementor-panel .wp-color-picker{float:left;width:100px;border-radius:3px 0 0 3px}#elementor-panel .wp-picker-holder *{box-sizing:content-box}#elementor-panel .wp-picker-open~.wp-picker-holder{clear:both;margin-bottom:15px}#elementor-panel #elementor-panel-footer{position:absolute;bottom:0;left:0;right:0;height:40px;background-color:#495157}#elementor-panel #elementor-panel-footer-tools{display:table;table-layout:fixed;width:100%;height:100%}#elementor-panel .elementor-panel-footer-tool{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer;color:#a4afb7;transition:all .5s}#elementor-panel .elementor-panel-footer-tool.elementor-open{color:#fff}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover{color:#d5dadf}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper{display:none}#elementor-panel .elementor-panel-footer-sub-menu-wrapper{position:absolute;bottom:100%;left:0;width:100%;background-color:#556068;padding:10px;box-shadow:-2px -5px 8px rgba(0,0,0,.1);cursor:default}#elementor-panel .elementor-panel-footer-sub-menu{border-radius:5px;overflow:hidden}#elementor-panel .elementor-panel-footer-sub-menu-item{background-color:#495157;display:table;table-layout:fixed;width:100%;cursor:pointer}#elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child){margin-bottom:1px}#elementor-panel .elementor-panel-footer-sub-menu-item[data-device-mode=mobile-landscape] .fa-mobile{transform:rotate(-90deg)}#elementor-panel .elementor-panel-footer-sub-menu-item:hover{background-color:rgba(0,0,0,.2)}#elementor-panel .elementor-panel-footer-sub-menu-item.active{background-color:rgba(0,0,0,.3)}#elementor-panel .elementor-panel-footer-sub-menu-item>*{display:table-cell;height:40px;vertical-align:middle}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon{width:40px;color:#a4afb7}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title{text-align:left;color:#d5dadf}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description{width:95px;text-align:left;font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-footer-save{width:90px;padding:0 10px}#elementor-panel #elementor-panel-footer-save .elementor-button{font-size:11px;text-transform:uppercase;width:100%;height:26px;background-color:#556068;color:#a4afb7}#elementor-panel #elementor-panel-footer-publish .elementor-icon,#elementor-panel #elementor-panel-footer-publish .elementor-title{color:#39b54a}#elementor-panel #elementor-panel-footer-discard .elementor-icon,#elementor-panel #elementor-panel-footer-discard .elementor-title{color:#b01b1b}#elementor-mode-switcher{position:absolute;left:100%;top:50%;width:15px;height:50px;transform:translateY(-50%);background-color:#e6e9ec;font-size:15px;box-shadow:3px 1px 5px rgba(0,0,0,.1);cursor:pointer}#elementor-mode-switcher:hover,body.elementor-editor-preview #elementor-mode-switcher{background-color:#9b0a46;color:#fff}#elementor-mode-switcher-inner,#elementor-mode-switcher-preview{width:100%;height:100%;position:absolute;top:0;left:0}#elementor-mode-switcher-preview{cursor:pointer}#elementor-mode-switcher-preview .fa{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}#elementor-mode-switcher-preview-input{display:none}#elementor-preview-responsive-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;transition:all .5s ease 0s}#elementor-preview-responsive-wrapper.elementor-device-desktop{min-width:1024px;width:100%;height:100%}#elementor-preview-responsive-wrapper.elementor-device-laptop,#elementor-preview-responsive-wrapper.elementor-device-mobile,#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape,#elementor-preview-responsive-wrapper.elementor-device-tablet{border-radius:30px;background-color:#111;margin:30px auto 80px}#elementor-preview-responsive-wrapper.elementor-device-laptop{width:1024px;height:768px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-tablet{width:768px;height:1024px;padding:40px 10px 70px}#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape{width:640px;height:360px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-mobile{width:360px;height:640px;padding:40px 10px 70px}#elementor-preview-iframe{width:100%;height:100%;background-color:#fff}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:4}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px;text-align:center;border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}.dialog-widget{position:fixed;height:100%;width:100%;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;background-color:rgba(0,0,0,.5)}.dialog-widget *{box-sizing:border-box}.dialog-widget-content{background-color:#fff;position:absolute;width:350px;height:150px;margin:auto;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message,.dialog-widget-header{text-align:center}.dialog-widget-header{font-size:15px;line-height:1;padding:20px 0;font-weight:500;color:#495157}.dialog-message{color:#6d7882;padding:0 20px;font-size:12px}.dialog-buttons-wrapper{border-top:1px solid #e6e9ec;position:absolute;bottom:0;width:100%}.dialog-buttons-wrapper>button{width:50%;border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:none;margin:0}.dialog-buttons-wrapper>button:first-child{border-right:1px solid #e6e9ec;color:#6d7882}.dialog-buttons-wrapper>button.dialog-ok{color:#b01b1b}.dialog-buttons-wrapper>button.dialog-take_over{color:#39b54a}.dialog-buttons-wrapper>button:focus{background-color:#e6e9ec}.dialog-buttons-wrapper>button:active{background-color:rgba(230,233,236,.5)}.dialog-popup-message{height:155px;width:155px;background-color:#fff;border-radius:10px}.elementor-dialog-message{padding:15px}.elementor-dialog-message .fa{font-size:85px;padding:10px}.elementor-dialog-message-text{text-transform:uppercase}@font-face{font-family:eicon;src:url(../fonts/eicon/eicon.eot?0.11);src:url(../fonts/eicon/eicon.eot?0.11#iefix) format("embedded-opentype"),url(../fonts/eicon/eicon.woff2?0.11) format("woff2"),url(../fonts/eicon/eicon.woff?0.11) format("woff"),url(../fonts/eicon/eicon.ttf?0.11) format("truetype"),url(../fonts/eicon/eicon.svg?0.11#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-c1-1:before{content:'\e800'}.eicon-c2-1:before{content:'\e801'}.eicon-c2-2:before{content:'\e802'}.eicon-c2-3:before{content:'\e803'}.eicon-c2-4:before{content:'\e804'}.eicon-c2-5:before{content:'\e805'}.eicon-c2-6:before{content:'\e806'}.eicon-c2-7:before{content:'\e807'}.eicon-c2-8:before{content:'\e808'}.eicon-c2-9:before{content:'\e809'}.eicon-c3-1:before{content:'\e80a'}.eicon-c3-2:before{content:'\e80b'}.eicon-c3-3:before{content:'\e80c'}.eicon-c3-4:before{content:'\e80d'}.eicon-c3-5:before{content:'\e80e'}.eicon-c3-6:before{content:'\e80f'}.eicon-c3-7:before,.eicon-c3-8:before{content:'\e811'}.eicon-c3-9:before{content:'\e812'}.eicon-c4-1:before{content:'\e813'}.eicon-c4-2:before{content:'\e814'}.eicon-c4-3:before{content:'\e815'}.eicon-c4-4:before{content:'\e816'}.eicon-c4-5:before{content:'\e817'}.eicon-c4-6:before{content:'\e818'}.eicon-c4-7:before{content:'\e819'}.eicon-c4-8:before{content:'\e81a'}.eicon-c4-9:before{content:'\e81b'}.eicon-c4-11:before{content:'\e81c';content:'\e81d'}.eicon-c5-1:before{content:'\e81e'}.eicon-c5-2:before{content:'\e81f'}.eicon-c5-3:before{content:'\e820'}.eicon-c5-4:before{content:'\e821'}.eicon-c5-5:before{content:'\e822'}.eicon-c5-6:before{content:'\e823'}.eicon-c5-7:before{content:'\e824'}.eicon-c5-8:before{content:'\e825'}.eicon-c5-9:before{content:'\e826'}.eicon-c5-11:before{content:'\e827'}.eicon-c6-1:before{content:'\e828'}.eicon-c6-2:before{content:'\e829'}.eicon-c6-3:before{content:'\e82a'}.eicon-c6-4:before{content:'\e82b'}.eicon-c6-5:before{content:'\e82c'}.eicon-c6-6:before{content:'\e82d'}.eicon-c6-7:before{content:'\e82e'}.eicon-c6-8:before{content:'\e82f'}.eicon-c6-9:before{content:'\e830'}.eicon-c6-11:before{content:'\e831';content:'\e832'}.eicon-c7-1:before{content:'\e833'}.eicon-c8-1:before{content:'\e834'}.eicon-c9-1:before{content:'\e835'}.eicon-c11-1:before{content:'\e836'}.eicon-anchor:before{content:'\e837'}.eicon-wordpress:before{content:'\e838'}.eicon-insert-image:before{content:'\e839'}.eicon-align-left:before{content:'\e83a'}.eicon-digital-alarm-clock:before{content:'\e83b'}.eicon-favorite:before{content:'\e83c'}.eicon-firewall-on:before{content:'\e83d'}.eicon-google-maps:before{content:'\e83e'}.eicon-text-size:before{content:'\e83f'}.eicon-youtube:before{content:'\e840'}.eicon-success-chart:before{content:'\e841'}.eicon-type-tool:before{content:'\e842'}.eicon-bullet-list:before{content:'\e843'}.eicon-click:before{content:'\e844'}.eicon-coding:before{content:'\e845'}.eicon-accordion:before{content:'\e846'}.eicon-divider:before{content:'\e847'}.eicon-toggle:before{content:'\e848'}.eicon-settings:before{content:'\e849'}.eicon-section:before{content:'\e84a'}.eicon-photo-library:before{content:'\e84b'}.eicon-elementor:before{content:'\e84c'}.eicon-menu:before{content:'\e84d'}.eicon-plus:before{content:'\e84e'}.eicon-apps:before{content:'\e84f'}.eicon-tabs:before{content:'\e850'}.eicon-elementor-square:before{content:'\e851'}
1
+ @charset "UTF-8";.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body,html{height:100%;margin:0;padding:0}html{background-color:#f1f1f1}body{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;text-transform:none;overflow:hidden}body.elementor-editor-active #elementor-preview{left:280px;right:0}body.elementor-editor-active #elementor-panel{left:0}body.elementor-editor-active #elementor-mode-switcher-preview .fa:before{content:""}body:not(.elementor-editor-active) #elementor-preview{left:0}body:not(.elementor-editor-active) #elementor-panel{left:-280px}body:not(.elementor-editor-active) #elementor-mode-switcher-preview .fa:before{content:""}iframe,img{border:0 none}#elementor-preview{background-color:#333;position:absolute;height:100%;top:0;right:0;border:0}#elementor-panel,#elementor-preview{transition:left .5s}#elementor-loading{position:fixed;top:0;left:0;bottom:0;right:0;background:#6d7882;z-index:3}#elementor-loader-wrapper{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100px}#elementor-loader-wrapper #elementor-loader{height:100px;position:relative}#elementor-loader-wrapper .elementor-loader-box{position:absolute;background-color:#e6e9ec;opacity:0;animation:a 1.8s linear infinite}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(1){width:20%;height:100%;left:0;top:0}#elementor-loader-wrapper .elementor-loader-box:not(:nth-of-type(1)){right:0;height:20%;width:60%}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(2){top:0;animation-delay:-.45s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(3){top:40%;animation-delay:-.9s}#elementor-loader-wrapper .elementor-loader-box:nth-of-type(4){bottom:0;animation-delay:-1.35s}@keyframes a{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes b{0%{opacity:1}50%{opacity:.6}to{opacity:1}}#elementor-loading-title{color:#fff;text-align:center;text-transform:uppercase;margin-top:30px;letter-spacing:7px;font-size:10px;animation:b 1.5s linear infinite}.select2-dropdown{border-color:#a4afb7}.select2-dropdown .select2-search__field{outline:none}.elementor-button{border:none;cursor:pointer;border-radius:3px;transition:all .5s}.elementor-button:not(.elementor-button-state) .elementor-state-icon{display:none}.elementor-button .elementor-state-icon{float:left;padding-left:5px}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button,.elementor-button-success{color:#fff}#elementor-panel #elementor-panel-footer-save.elementor-save-active [disabled].elementor-button,.elementor-button-success[disabled]{background-color:#c2cbd2}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]),.elementor-button-success:not([disabled]){background-color:#38b54a}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):hover,.elementor-button-success:not([disabled]):hover{opacity:.85;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}#elementor-panel #elementor-panel-footer-save.elementor-save-active .elementor-button:not([disabled]):active,.elementor-button-success:not([disabled]):active{box-shadow:0 5px 10px rgba(0,0,0,.19),0 3px 3px rgba(0,0,0,.1)}input,select,textarea{border-radius:3px;font-size:12px;width:100%;background:none;box-shadow:none;color:#495157;border:1px solid;margin:0}input:not(:focus),select:not(:focus),textarea:not(:focus){border-color:#d5dadf}input:focus,select:focus,textarea:focus{border-color:#a4afb7}.elementor-error input,.elementor-error select,.elementor-error textarea{border-color:#b01b1b}input,textarea{padding:5px 8px}textarea{resize:vertical}input[type=checkbox],input[type=radio]{border:1px solid #d5dadf;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;line-height:0;height:16px;margin:-4px 4px 0 0;outline:0;padding:0;text-align:center;vertical-align:middle;width:16px;min-width:16px;transition:border-color .05s ease-in-out}input[type=checkbox]:focus,input[type=radio]:focus{border-color:#a4afb7}input[disabled]{background-color:#e6e9ec;cursor:not-allowed;opacity:1}select{height:27px}.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;border-radius:4px;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:4px;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}#nprogress{pointer-events:none}#nprogress .bar{background:#39b54a;position:fixed;z-index:2;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #39b54a,0 0 5px #39b54a;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:2;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#39b54a;border-left-color:#39b54a;border-radius:50%;animation:c .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nprogress .bar,#nprogress .spinner{z-index:4}#elementor-panel{color:#373a3c;font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;font-size:13px;font-weight:400;line-height:1.4;background-color:#e6e9ec;position:fixed;width:280px;height:100%;top:0;bottom:0;overflow:visible}#elementor-panel *,#elementor-panel :after,#elementor-panel :before{box-sizing:border-box}#elementor-panel ::-moz-selection{background:#5bc0de;color:#fff}#elementor-panel ::selection{background:#5bc0de;color:#fff}#elementor-panel a{text-decoration:none;transition:none}#elementor-panel a:visited{color:inherit}#elementor-panel ol,#elementor-panel ul{list-style:none;padding:0;margin:0}#elementor-panel h1,#elementor-panel h2,#elementor-panel h3,#elementor-panel h4,#elementor-panel h5,#elementor-panel h6{font-size:100%;font-weight:400}#elementor-panel abbr,#elementor-panel acronym{border:0;font-variant:normal}#elementor-panel sup{vertical-align:text-top}#elementor-panel sub{vertical-align:text-bottom}#elementor-panel img{max-width:100%;height:auto;border:0}#elementor-panel ::-moz-focus-inner{padding:0;border:0}#elementor-panel :focus{outline:0}#elementor-panel .elementor-panel-inner{position:relative;height:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}#elementor-panel .elementor-panel-container{clear:both;padding-left:15px;padding-right:15px}#elementor-panel .elementor-panel-heading{display:table;table-layout:fixed;height:40px;padding:0 20px;width:100%;border-bottom:1px solid #e6e9ec;cursor:pointer}#elementor-panel .elementor-panel-heading:not(.elementor-open) .elementor-panel-heading-toggle .fa:before{content:""}#elementor-panel .elementor-panel-heading.elementor-open .elementor-panel-heading-toggle .fa:before{content:'\f0d7'}#elementor-panel .elementor-panel-heading>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-heading-toggle{width:20px;color:#495157}#elementor-panel .elementor-panel-heading-title{color:#495157;font-weight:700}#elementor-panel .elementor-panel-box{margin-top:10px;background-color:#fff}#elementor-panel .elementor-panel-box-content{padding:20px 20px 10px}#elementor-panel .elementor-control-title{color:#6d7882;font-size:12px}#elementor-panel .select2-container{width:100%!important}#elementor-panel .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single{border-color:#d5dadf}#elementor-panel .select2-container.select2-container--focus .select2-selection--single,#elementor-panel .select2-container.select2-container--open .select2-selection--single{border-color:#a4afb7}#elementor-panel .select2-selection--single{height:27px}#elementor-panel .select2-selection__rendered{line-height:27px}#elementor-panel .select2-selection__arrow{height:27px;top:0}#elementor-panel #elementor-panel-header{display:table;height:40px;width:100%;background-color:#9b0a46;color:#fff}#elementor-panel #elementor-panel-header>*{display:table-cell;vertical-align:middle;text-align:center}#elementor-panel .elementor-header-button{width:40px}#elementor-panel .elementor-header-button .elementor-icon{cursor:pointer;display:block;font-size:19px;height:40px;line-height:40px;transition:all .5s}#elementor-panel .elementor-header-button .elementor-icon:hover{color:#d5dadf}#elementor-panel #elementor-panel-header-title{font-size:15px}#elementor-panel #elementor-panel-elements-search-area{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-elements{overflow:hidden;padding:5px}#elementor-panel .elementor-element-wrapper{float:left;width:50%;padding:5px;text-align:center;box-sizing:border-box}#elementor-panel .elementor-element{border-radius:3px;padding-bottom:10px;background-color:#fff;cursor:move}#elementor-panel .elementor-element:hover{box-shadow:0 2px 6px rgba(0,0,0,.2)}#elementor-panel .elementor-element:hover .icon,#elementor-panel .elementor-element:hover .title{color:#9b0a46}#elementor-panel .elementor-element .icon{font-size:28px;padding:15px 0;line-height:1;color:#556068}#elementor-panel .elementor-element .title{font-size:11px;color:#556068}#elementor-panel #elementor-panel-elements-search-wrapper{position:relative}#elementor-panel #elementor-panel-elements-search-wrapper .fa{position:absolute;right:15px;top:50%;color:#a4afb7;transform:translateY(-50%)}#elementor-panel #elementor-panel-elements-search-input{width:100%;background-color:#fff;line-height:1;font-size:11px;padding:8px 42px 8px 15px;font-style:italic;color:#a4afb7;border:none;border-radius:0;margin:0}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-title{padding:10px 20px;margin-top:10px}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-buttons{padding-left:20px;display:table;table-layout:fixed;width:100%;height:40px;background-color:#fff}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-button-wrapper{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save{text-align:center}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-save .elementor-button{padding:6px 18px;text-transform:uppercase}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .elementor-button,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .elementor-button{color:#a4afb7;background:none}#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-discard .fa,#elementor-panel .elementor-panel-scheme .elementor-panel-scheme-reset .fa{margin-right:3px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-items{position:relative}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item{display:inline-block;margin-bottom:10px}#elementor-panel #elementor-panel-scheme-color .elementor-panel-scheme-item:not(:nth-child(4n)){margin-right:13px}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active{transform:translateY(-20px)}#elementor-panel #elementor-panel-scheme-color .wp-picker-container.wp-picker-active .wp-color-result{margin-right:8px}#elementor-panel .elementor-panel-scheme-typography-item{display:table;table-layout:fixed;width:100%;margin-bottom:15px}#elementor-panel .elementor-panel-scheme-typography-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-scheme-typography-item-value input,#elementor-panel .elementor-panel-scheme-typography-item-value select{width:100%}#elementor-panel .elementor-panel-scheme-item .elementor-panel-heading:not(.elementor-open)+.elementor-panel-scheme-typography-items{display:none}#elementor-panel .elementor-panel-scheme-color-system-scheme{margin-bottom:10px}#elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title{font-size:11px;color:#a4afb7;font-style:italic;margin-top:5px}#elementor-panel .elementor-panel-scheme-color-system-items{transition:border .5s;overflow:hidden;padding:3px;border-radius:3px;border:1px solid #d5dadf;cursor:pointer}#elementor-panel .elementor-panel-scheme-color-system-items:hover{border:1px solid #a4afb7}#elementor-panel .elementor-panel-scheme-color-system-item{float:left;height:20px;width:25%}#elementor-panel #elementor-panel-content-wrapper{position:absolute;bottom:40px;top:40px;left:0;width:100%}#elementor-panel #elementor-panel-page-menu{box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel .elementor-panel-menu-item{display:table;width:100%;height:50px;cursor:pointer;margin-bottom:1px}#elementor-panel .elementor-panel-menu-item:not(:hover){background-color:#fff}#elementor-panel .elementor-panel-menu-item>*{display:table-cell;vertical-align:middle}#elementor-panel .elementor-panel-menu-item-icon{text-align:center;color:#6d7882;width:55px}#elementor-panel .elementor-panel-menu-item-title{color:#6d7882;font-weight:500}#elementor-panel .elementor-panel-menu-item-title>span{color:#39b54a}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls{background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1)}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul{display:table;table-layout:fixed;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li{display:table-cell}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-content a:before{content:'\f040'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-style a:before{content:'\f042'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-advanced a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-responsive a:before{content:'\f10a'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-structure a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-settings a:before{content:'\f013'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.elementor-tab-control-column a:before{content:'\f0db'}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li.active{background-image:linear-gradient(180deg,#f3f3f3,#fff);border-bottom:3px solid #9b0a46}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a{display:block;line-height:1;text-align:center;padding:12px 0 8px;font-size:10px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-tabs-controls ul li a:before{font-family:FontAwesome;font-size:16px;display:block;line-height:1;margin-bottom:6px}#elementor-panel #elementor-panel-page-editor .elementor-controls>.elementor-control:not(.elementor-active-tab){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control{background-color:#fff;position:relative;padding:0 20px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-default:before{content:'';height:1px;display:block;margin-bottom:15px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before{padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-separator-before:before{content:'';position:absolute;height:3px;width:100%;top:0;left:0;background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-hidden-control,#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-hidden-label .elementor-control-title{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open{display:block}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-active-tab.elementor-control-under-section.elementor-open.elementor-hidden-control{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-block:not(.elementor-control-hidden-label) .elementor-control-title{display:block;margin-bottom:10px}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field{display:table;width:100%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-field>*{display:table-cell;vertical-align:middle}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-label-inline .elementor-control-title{width:45%}#elementor-panel #elementor-panel-page-editor .elementor-control.elementor-control-type-heading .elementor-control-title{font-weight:700;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-description{margin-top:10px;font-size:11px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-descriptor{font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices{display:table;width:100%;height:27px;background-color:#a4afb7;text-align:center;border-spacing:1px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-choices input:checked+.elementor-choices-label{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-choices input:not(:checked)+.elementor-choices-label{background-color:#fff;color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-choices .elementor-choices-label{display:table-cell;vertical-align:middle;font-size:12px;transition:all .5s;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-units-choices{float:right}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:not(:checked)+label{color:#c2cbd2}#elementor-panel #elementor-panel-page-editor .elementor-units-choices input:checked+label{text-decoration:underline}#elementor-panel #elementor-panel-page-editor .elementor-units-choices label{cursor:pointer;padding:0 2px;text-transform:uppercase;font-size:9px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media{padding:7px;border:1px solid;height:150px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover){border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(:hover) .elementor-control-media-upload-button{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:hover .elementor-control-media-upload-button{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media.media-empty .elementor-control-media-image-area,#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media:not(.media-empty) .elementor-control-media-upload-button{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media>*{height:100%;cursor:pointer;position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .fa-plus-circle{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:not(:hover) .elementor-control-media-delete{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image-area:hover .elementor-control-media-image{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-delete{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1;padding:9.5px;font-size:11px;color:#fff;background-color:#a4afb7;text-transform:uppercase}#elementor-panel #elementor-panel-page-editor .elementor-control-type-media .elementor-control-media-image{height:100%;background-size:cover}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-control-dimensions{overflow:hidden}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li{float:left;width:20%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions,#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{display:block;text-align:center;width:100%;border-color:#a4afb7;height:27px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input{border-left:none;border-radius:0;padding:4px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input+span{display:block;text-align:center;color:#d4d4d4;font-size:9px;text-transform:uppercase;line-height:1;padding-top:5px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li input:focus+span{color:#818a91}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li .elementor-link-dimensions{border:1px solid #a4afb7;border-left:none;background-color:#fff;padding:0;outline:none;border-radius:0 3px 3px 0;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions li:first-child input{border-left:1px solid #a4afb7;border-radius:3px 0 0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked{background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked){background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-input-wrapper{position:relative}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target{position:absolute;top:0;right:0;padding:0;height:100%;width:40px;border:none;border-left:1px solid;background:none;cursor:pointer;font-size:10px;border-radius:0 3px 3px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target.active .elementor-control-url-external{color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url .elementor-control-url-target:not(.active) .elementor-control-url-external{opacity:.5}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input{padding-right:46px;direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:not(:focus)+.elementor-control-url-target.active{background-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target{border-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-url input:focus+.elementor-control-url-target.active{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-text_align .elementor-control-type-choose .elementor-choices{direction:ltr}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider input{width:80%;float:right}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider{display:inline-block;margin-top:10px;height:4px;background-color:#a4afb7;border-radius:5px;position:relative;width:67%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .elementor-control-slider-input{width:33%;float:right}#elementor-panel #elementor-panel-page-editor .elementor-control-type-slider .ui-slider-handle{height:16px;width:16px;background-color:#fff;display:inline-block;top:50%;transform:translateY(-50%) translateX(-8px);position:absolute;box-shadow:1px 1px 6px rgba(0,0,0,.3);border-radius:50%;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section{margin-top:10px;padding:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section){padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-section+.elementor-control:not(.elementor-control-type-section):before{display:none}#elementor-panel #elementor-panel-page-editor .wp-picker-container:not(.wp-picker-active){float:right}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active{transform:translateY(-18px)}#elementor-panel #elementor-panel-page-editor .wp-picker-container.wp-picker-active .wp-color-result{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg *{box-sizing:content-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-editor-container{border:1px solid #e6e9ec;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg #insert-media-button{margin-top:7px;height:initial;line-height:1;font-size:11px;padding:3px 9px;background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .ed_button{height:22px;width:initial}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon{height:14px;margin:0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-media-buttons-icon:before{font-size:14px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .wp-switch-editor{border:none;color:#6d7882;font-size:11px;padding:3px 12px 4px;border-radius:3px 3px 0 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-tmce{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .html-active .switch-html,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-tmce{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .tmce-active .switch-html{background-color:transparent}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .quicktags-toolbar{background-color:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-toolbar-grp>div{padding:0 3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .elementor-wp-editor{box-sizing:border-box}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-ico{color:#6d7882;font-size:16px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn.mce-active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:active,#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-btn:hover{border-color:#d5dadf}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path{padding:5px 10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-wysiwyg .mce-path-item{font-size:12px;color:#6d7882}#elementor-panel #elementor-panel-page-editor .elementor-control-type-icon .select2-selection__rendered .fa{margin-right:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset{border:1px solid #e6e9ec;padding:3px;border-radius:3px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset){display:inline-block;cursor:pointer;height:60px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset:not(.elementor-control-structure-current-preset) svg{height:100%}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset path{fill:#e6e9ec}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-current-preset{height:85px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets-title{color:#495157;font-weight:700;padding:15px 20px;border-bottom:1px solid #e6e9ec;line-height:1}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-more-presets input:checked+.elementor-control-structure-preset path{fill:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-wrapper{width:47%;margin-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-structure .elementor-control-structure-preset-title{text-align:center;padding-top:5px;font-style:italic}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control{padding:0 10px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-control:before,#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove{display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .repeater-fields{margin:10px 0}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls{border:1px solid #d5dadf;border-top-width:0;padding-top:15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable){display:none}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools{display:table;width:100%;color:#556068;background-color:#d5dadf;height:40px;border-spacing:1px;transition:all .5s}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools:hover{background-color:#a4afb7}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div{display:table-cell;text-align:center;vertical-align:middle;cursor:pointer}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:not(.elementor-repeater-row-handle-sortable){background-color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools>div:hover{opacity:.95}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-number{text-align:left;padding-left:20px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool{width:40px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable{cursor:move;width:10px;color:#fff}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-button-wrapper{text-align:center;padding:10px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add{background-color:#a4afb7;color:#fff;font-size:11px;text-transform:uppercase;padding:6.5px 15px}#elementor-panel #elementor-panel-page-editor .elementor-control-type-repeater .elementor-repeater-add:hover{background-color:#6d7882}#elementor-panel .wp-picker-container.wp-picker-active{position:absolute;z-index:1;left:0;background-color:#fff;border:solid #fff;border-width:0 17px 0 12px;padding-top:10px}#elementor-panel .wp-picker-container.wp-picker-active .wp-color-result{float:right}#elementor-panel .wp-picker-container.wp-picker-active .wp-picker-input-wrap{padding-left:10px;float:left}#elementor-panel .wp-picker-container *{box-sizing:content-box}#elementor-panel .wp-picker-container .iris-picker{border:none}#elementor-panel .wp-color-result{margin:0;width:48px;height:25px;box-shadow:inset 0 0 0 3px #fff;transition:border .5s;padding:0;border-radius:3px;border:1px solid #d5dadf}#elementor-panel .wp-color-result:after{content:none}#elementor-panel .wp-color-result:hover{border:1px solid #a4afb7}#elementor-panel .wp-color-result:active,#elementor-panel .wp-color-result:focus{outline:0}#elementor-panel .wp-picker-clear{height:24px;width:48px;padding:0;background-color:#d5dadf;border-radius:0 3px 3px 0;margin:0}#elementor-panel .wp-color-picker{float:left;width:100px;border-radius:3px 0 0 3px}#elementor-panel .wp-picker-holder *{box-sizing:content-box}#elementor-panel .wp-picker-open~.wp-picker-holder{clear:both;margin-bottom:15px}#elementor-panel #elementor-panel-footer{position:absolute;bottom:0;left:0;right:0;height:40px;background-color:#495157}#elementor-panel #elementor-panel-footer-tools{display:table;table-layout:fixed;width:100%;height:100%}#elementor-panel .elementor-panel-footer-tool{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer;color:#a4afb7;transition:all .5s}#elementor-panel .elementor-panel-footer-tool.elementor-open{color:#fff}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover{color:#d5dadf}#elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper{display:none}#elementor-panel .elementor-panel-footer-sub-menu-wrapper{position:absolute;bottom:100%;left:0;width:100%;background-color:#556068;padding:10px;box-shadow:-2px -5px 8px rgba(0,0,0,.1);cursor:default}#elementor-panel .elementor-panel-footer-sub-menu{border-radius:5px;overflow:hidden}#elementor-panel .elementor-panel-footer-sub-menu-item{background-color:#495157;display:table;table-layout:fixed;width:100%;cursor:pointer}#elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child){margin-bottom:1px}#elementor-panel .elementor-panel-footer-sub-menu-item[data-device-mode=mobile-landscape] .fa-mobile{transform:rotate(-90deg)}#elementor-panel .elementor-panel-footer-sub-menu-item:hover{background-color:rgba(0,0,0,.2)}#elementor-panel .elementor-panel-footer-sub-menu-item.active{background-color:rgba(0,0,0,.3)}#elementor-panel .elementor-panel-footer-sub-menu-item>*{display:table-cell;height:40px;vertical-align:middle}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon{width:40px;color:#a4afb7}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title{text-align:left;color:#d5dadf}#elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description{width:95px;text-align:left;font-size:11px;font-style:italic;color:#a4afb7}#elementor-panel #elementor-panel-footer-save{width:90px;padding:0 10px}#elementor-panel #elementor-panel-footer-save .elementor-button{font-size:11px;text-transform:uppercase;width:100%;height:26px;background-color:#556068;color:#a4afb7}#elementor-panel #elementor-panel-footer-publish .elementor-icon,#elementor-panel #elementor-panel-footer-publish .elementor-title{color:#39b54a}#elementor-panel #elementor-panel-footer-discard .elementor-icon,#elementor-panel #elementor-panel-footer-discard .elementor-title{color:#b01b1b}#elementor-mode-switcher{position:absolute;left:100%;top:50%;width:15px;height:50px;transform:translateY(-50%);background-color:#e6e9ec;font-size:15px;box-shadow:3px 1px 5px rgba(0,0,0,.1);cursor:pointer}#elementor-mode-switcher:hover,body.elementor-editor-preview #elementor-mode-switcher{background-color:#9b0a46;color:#fff}#elementor-mode-switcher-inner,#elementor-mode-switcher-preview{width:100%;height:100%;position:absolute;top:0;left:0}#elementor-mode-switcher-preview{cursor:pointer}#elementor-mode-switcher-preview .fa{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}#elementor-mode-switcher-preview-input{display:none}#elementor-preview-responsive-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;transition:all .5s ease 0s}#elementor-preview-responsive-wrapper.elementor-device-desktop{min-width:1024px;width:100%;height:100%}#elementor-preview-responsive-wrapper.elementor-device-laptop,#elementor-preview-responsive-wrapper.elementor-device-mobile,#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape,#elementor-preview-responsive-wrapper.elementor-device-tablet{border-radius:30px;background-color:#111;margin:30px auto 80px}#elementor-preview-responsive-wrapper.elementor-device-laptop{width:1024px;height:768px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-tablet{width:768px;height:1024px;padding:40px 10px 70px}#elementor-preview-responsive-wrapper.elementor-device-mobile-landscape{width:640px;height:360px;padding:10px 70px 10px 40px}#elementor-preview-responsive-wrapper.elementor-device-mobile{width:360px;height:640px;padding:40px 10px 70px}#elementor-preview-iframe{width:100%;height:100%;background-color:#fff}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:4}.tipsy-inner{background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px;text-align:center;border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow,.tipsy-nw .tipsy-arrow{border-left-color:transparent;border-right-color:transparent;top:0;border-bottom-style:solid;border-top:none}.tipsy-n .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-nw .tipsy-arrow{left:10px}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow,.tipsy-se .tipsy-arrow,.tipsy-sw .tipsy-arrow{bottom:0;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{left:50%;margin-left:-5px}.tipsy-sw .tipsy-arrow{left:10px}.tipsy-se .tipsy-arrow{right:10px}.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;border-top-color:transparent;border-bottom-color:transparent}.tipsy-e .tipsy-arrow{right:0;border-left-style:solid;border-right:none}.tipsy-w .tipsy-arrow{left:0;border-right-style:solid;border-left:none}.dialog-widget{position:fixed;height:100%;width:100%;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;background-color:rgba(0,0,0,.5)}.dialog-widget *{box-sizing:border-box}.dialog-widget-content{background-color:#fff;position:absolute;width:350px;height:150px;margin:auto;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message,.dialog-widget-header{text-align:center}.dialog-widget-header{font-size:15px;line-height:1;padding:20px 0;font-weight:500;color:#495157}.dialog-message{color:#6d7882;padding:0 20px;font-size:12px}.dialog-buttons-wrapper{border-top:1px solid #e6e9ec;position:absolute;bottom:0;width:100%}.dialog-buttons-wrapper>button{width:50%;border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:none;margin:0}.dialog-buttons-wrapper>button:first-child{border-right:1px solid #e6e9ec;color:#6d7882}.dialog-buttons-wrapper>button.dialog-ok{color:#b01b1b}.dialog-buttons-wrapper>button.dialog-take_over{color:#39b54a}.dialog-buttons-wrapper>button:focus{background-color:#e6e9ec}.dialog-buttons-wrapper>button:active{background-color:rgba(230,233,236,.5)}.dialog-popup-message{height:155px;width:155px;background-color:#fff;border-radius:10px}.elementor-dialog-message{padding:15px}.elementor-dialog-message .fa{font-size:85px;padding:10px}.elementor-dialog-message-text{text-transform:uppercase}
assets/css/frontend-rtl.css CHANGED
@@ -45,14 +45,6 @@
45
  top: 50%;
46
  left: 50%;
47
  transform: translateY(-50%) translateX(-50%); }
48
- .elementor .elementor-background-video-fallback {
49
- position: absolute;
50
- height: 100%;
51
- width: 100%;
52
- top: 0;
53
- left: 0;
54
- background-size: cover;
55
- background-position: 50% 50%; }
56
 
57
  #elementor-select-preset {
58
  display: none; }
45
  top: 50%;
46
  left: 50%;
47
  transform: translateY(-50%) translateX(-50%); }
 
 
 
 
 
 
 
 
48
 
49
  #elementor-select-preset {
50
  display: none; }
assets/css/frontend-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/frontend/_global.scss","../scss/helpers/mixins.scss","../scss/helpers/variables.scss","../scss/frontend/_grid.scss","../scss/helpers/utilities.scss","../scss/frontend/widgets/heading.scss","../scss/frontend/widgets/image.scss","../scss/frontend/widgets/button.scss","../scss/frontend/widgets/divider.scss","../scss/frontend/widgets/gallery.scss","../scss/frontend/widgets/counter.scss","../scss/frontend/widgets/alert.scss","../scss/helpers/direction.scss","../scss/frontend/widgets/progress.scss","../scss/frontend/widgets/tabs.scss","../scss/frontend/widgets/accordion.scss","../scss/frontend/widgets/toggle.scss","../scss/frontend/widgets/icon.scss","../scss/frontend/widgets/icon-list.scss","../scss/frontend/widgets/video.scss","../scss/frontend/widgets/carousel.scss","../scss/frontend/widgets/image-box.scss","../scss/frontend/widgets/icon-box.scss","../scss/frontend/_visibility.scss"],"names":[],"mappings":"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","file":"frontend-rtl.css"}
1
+ {"version":3,"sources":["../scss/frontend/_global.scss","../scss/helpers/mixins.scss","../scss/helpers/variables.scss","../scss/frontend/_grid.scss","../scss/helpers/utilities.scss","../scss/frontend/widgets/heading.scss","../scss/frontend/widgets/image.scss","../scss/frontend/widgets/button.scss","../scss/frontend/widgets/divider.scss","../scss/frontend/widgets/gallery.scss","../scss/frontend/widgets/counter.scss","../scss/frontend/widgets/alert.scss","../scss/helpers/direction.scss","../scss/frontend/widgets/progress.scss","../scss/frontend/widgets/tabs.scss","../scss/frontend/widgets/accordion.scss","../scss/frontend/widgets/toggle.scss","../scss/frontend/widgets/icon.scss","../scss/frontend/widgets/icon-list.scss","../scss/frontend/widgets/video.scss","../scss/frontend/widgets/carousel.scss","../scss/frontend/widgets/image-box.scss","../scss/frontend/widgets/icon-box.scss","../scss/frontend/_visibility.scss"],"names":[],"mappings":"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","file":"frontend-rtl.css"}
assets/css/frontend-rtl.min.css CHANGED
@@ -1 +1 @@
1
- .elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:0}.elementor figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.elementor .elementor-background-video-fallback{position:absolute;height:100%;width:100%;top:0;left:0;background-size:cover;background-position:50% 50%}#elementor-select-preset{display:none}.elementor-section{position:relative}.elementor-section .elementor-container{margin-right:auto;margin-left:auto;position:relative}.elementor-section .elementor-container.elementor-container-fluid{max-width:100%}.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}@media (min-width:768px){.elementor-section>.elementor-container{display:-ms-flexbox;display:flex}.elementor-section.elementor-section-items-top>.elementor-container{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.elementor-section.elementor-section-content-top .elementor-column-wrap{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-content-middle .elementor-column-wrap{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-content-bottom .elementor-column-wrap{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}}.elementor-row{width:100%;display:-ms-flexbox;display:flex}@media (max-width:767px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%}@media (min-width:768px){.elementor-column-wrap{display:-ms-flexbox;display:flex}}.elementor-widget-wrap{position:relative;width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:-ms-flexbox;display:flex}.elementor-column-gap-default .elementor-element-populated{padding:10px}.elementor-column-gap-narrow .elementor-element-populated{padding:5px}.elementor-column-gap-wide .elementor-element-populated{padding:20px}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1023px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image .elementor-image{overflow:hidden}.elementor-widget-image .elementor-image.elementor-image-shape-circle{border-radius:50%}.elementor-button-wrapper.elementor-align-center{text-align:center}.elementor-button-wrapper.elementor-align-right{text-align:right}.elementor-button-wrapper.elementor-align-left{text-align:left}.elementor-button-wrapper.elementor-align-block .elementor-button{width:100%}.elementor-button{display:inline-block;line-height:1;border-radius:3px;padding:12px 24px;color:#fff;text-align:center;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;opacity:.9}.elementor-button.elementor-size-small{font-size:13px;padding:10px 20px}.elementor-button.elementor-size-medium{font-size:15px}.elementor-button.elementor-size-large{font-size:16px;padding:15px 30px}.elementor-button.elementor-size-xl{font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xxl{font-size:20px;padding:25px 50px}.elementor-button .elementor-align-icon-right{float:right}.elementor-button .elementor-align-icon-left{float:left}.elementor-button .elementor-button-icon{padding:0 5px}.elementor-widget-button .elementor-button.elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button.elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button.elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button.elementor-button-danger{background-color:#d9534f}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{background-color:#dcdcdc;opacity:.7;width:100%}.elementor-counter{text-align:center}.elementor-counter .elementor-counter-number-wrapper{font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-title{font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:right}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:13px;line-height:1;background:transparent;color:inherit;border:none}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-widget-progress{text-align:right}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;border-radius:2px}.elementor-progress-wrapper .elementor-progress-bar{display:inline-block;height:100%;width:0;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text{display:inline-block;position:absolute;right:0;padding:0 15px;font-size:11px;width:0;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text .elementor-progress-percentage{position:relative;float:left}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-wrapper .elementor-progress-inner-text{padding:0 10px}}.elementor-tabs{text-align:right}.elementor-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{display:inline-block}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{position:relative;display:block;padding:20px 25px;line-height:1;font-weight:700;cursor:pointer}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span{border:1px solid #d4d4d4;border-bottom:none}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after,.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{display:block;content:'';position:absolute;bottom:0;height:0;width:999em;border-bottom:1px solid #d4d4d4}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{right:100%}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after{left:100%}.elementor-tabs .elementor-tab-content{padding:20px;display:none;border:1px solid #d4d4d4;border-top:none}@media (max-width:767px){.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{padding:12px 15px}.elementor-tabs .elementor-tab-content{padding:10px}}.elementor-accordion{text-align:right}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-accordion-title{padding:15px 20px;font-weight:700;line-height:1;cursor:pointer}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before{content:'\f067'}.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before{content:'\f068'}.elementor-accordion .elementor-accordion-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-accordion-title{padding:12px 15px}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-accordion-content{padding:7px 15px}}.elementor-toggle{text-align:right}.elementor-toggle .elementor-toggle-title{font-weight:700;line-height:1;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before{content:'\f0da'}.elementor-toggle .elementor-toggle-title.active{border-bottom:none}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before{content:'\f0d7'}.elementor-toggle .elementor-toggle-content{padding:0 15px 15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-toggle-title{padding:12px}.elementor-toggle .elementor-toggle-content{padding:0 12px 10px}}.elementor-widget-icon .elementor-icon{display:inline-block;line-height:1;transition:all .5s}.elementor-widget-icon .elementor-icon a,.elementor-widget-icon .elementor-icon a:hover{color:inherit}.elementor-widget-icon .elementor-icon i{width:1em;height:1em}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#000;color:#fff}.elementor-widget-icon.elementor-view-framed .elementor-icon{color:#000;border:3px solid #000}.elementor-widget-icon.elementor-align-right .elementor-icon-wrapper{text-align:right}.elementor-widget-icon.elementor-align-left .elementor-icon-wrapper{text-align:left}.elementor-widget-icon.elementor-align-center .elementor-icon-wrapper{text-align:center}.elementor-widget-icon.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-widget-icon-list ul.elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item{margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a{display:inline-block}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon,.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text{display:inline-block;vertical-align:middle}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon{width:1em}.elementor-widget-video.elementor-aspect-ratio-169 .elementor-custom-embed{padding-bottom:56.25%}.elementor-widget-video.elementor-aspect-ratio-43 .elementor-custom-embed{padding-bottom:75%}.elementor-widget-video.elementor-aspect-ratio-32 .elementor-custom-embed{padding-bottom:66.6666%}.elementor-widget-video .elementor-custom-embed{position:relative;padding-top:25px;height:0}.elementor-widget-video .elementor-custom-embed iframe{position:absolute;top:0;left:0;height:100%}.elementor-widget-video .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:.9;text-shadow:3px 2px 30px rgba(0,0,0,.6)}.elementor-widget-video .elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.elementor-widget-video .elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.7;text-shadow:3px 2px 24px rgba(0,0,0,.5);transition:all .5s}.elementor-carousel-wrapper .slick-slider .slick-next:before,.elementor-carousel-wrapper .slick-slider .slick-prev:before{color:#000}.elementor-image-box-wrapper{overflow:hidden}.elementor-image-box-wrapper .elementor-position-right{float:right}.elementor-image-box-wrapper .elementor-position-left{float:left}.elementor-image-box-wrapper .elementor-position-center{text-align:center}.elementor-icon-box-wrapper{overflow:hidden}.elementor-icon-box-wrapper .elementor-position-right{float:right}.elementor-icon-box-wrapper .elementor-position-left{float:left}.elementor-icon-box-wrapper .elementor-position-center{text-align:center}@media (max-width:479px){body.elementor-editor-preview .elementor-hidden-phone,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-tablet{display:none}}@media (min-width:480px) and (max-width:1023px){body.elementor-editor-preview .elementor-hidden-tablet,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-phone{display:none}}@media (min-width:1024px){body.elementor-editor-preview .elementor-hidden-desktop,body.elementor-editor-preview .elementor-visible-phone,body.elementor-editor-preview .elementor-visible-tablet{display:none}}body.elementor-editor-preview .elementor-hidden{display:none}
1
+ .elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:0}.elementor figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}#elementor-select-preset{display:none}.elementor-section{position:relative}.elementor-section .elementor-container{margin-right:auto;margin-left:auto;position:relative}.elementor-section .elementor-container.elementor-container-fluid{max-width:100%}.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}@media (min-width:768px){.elementor-section>.elementor-container{display:-ms-flexbox;display:flex}.elementor-section.elementor-section-items-top>.elementor-container{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.elementor-section.elementor-section-content-top .elementor-column-wrap{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-content-middle .elementor-column-wrap{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-content-bottom .elementor-column-wrap{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}}.elementor-row{width:100%;display:-ms-flexbox;display:flex}@media (max-width:767px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%}@media (min-width:768px){.elementor-column-wrap{display:-ms-flexbox;display:flex}}.elementor-widget-wrap{position:relative;width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:-ms-flexbox;display:flex}.elementor-column-gap-default .elementor-element-populated{padding:10px}.elementor-column-gap-narrow .elementor-element-populated{padding:5px}.elementor-column-gap-wide .elementor-element-populated{padding:20px}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1023px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image .elementor-image{overflow:hidden}.elementor-widget-image .elementor-image.elementor-image-shape-circle{border-radius:50%}.elementor-button-wrapper.elementor-align-center{text-align:center}.elementor-button-wrapper.elementor-align-right{text-align:right}.elementor-button-wrapper.elementor-align-left{text-align:left}.elementor-button-wrapper.elementor-align-block .elementor-button{width:100%}.elementor-button{display:inline-block;line-height:1;border-radius:3px;padding:12px 24px;color:#fff;text-align:center;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;opacity:.9}.elementor-button.elementor-size-small{font-size:13px;padding:10px 20px}.elementor-button.elementor-size-medium{font-size:15px}.elementor-button.elementor-size-large{font-size:16px;padding:15px 30px}.elementor-button.elementor-size-xl{font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xxl{font-size:20px;padding:25px 50px}.elementor-button .elementor-align-icon-right{float:right}.elementor-button .elementor-align-icon-left{float:left}.elementor-button .elementor-button-icon{padding:0 5px}.elementor-widget-button .elementor-button.elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button.elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button.elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button.elementor-button-danger{background-color:#d9534f}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{background-color:#dcdcdc;opacity:.7;width:100%}.elementor-counter{text-align:center}.elementor-counter .elementor-counter-number-wrapper{font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-title{font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:right}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:13px;line-height:1;background:transparent;color:inherit;border:none}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-widget-progress{text-align:right}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;border-radius:2px}.elementor-progress-wrapper .elementor-progress-bar{display:inline-block;height:100%;width:0;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text{display:inline-block;position:absolute;right:0;padding:0 15px;font-size:11px;width:0;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text .elementor-progress-percentage{position:relative;float:left}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-wrapper .elementor-progress-inner-text{padding:0 10px}}.elementor-tabs{text-align:right}.elementor-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{display:inline-block}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{position:relative;display:block;padding:20px 25px;line-height:1;font-weight:700;cursor:pointer}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span{border:1px solid #d4d4d4;border-bottom:none}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after,.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{display:block;content:'';position:absolute;bottom:0;height:0;width:999em;border-bottom:1px solid #d4d4d4}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{right:100%}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after{left:100%}.elementor-tabs .elementor-tab-content{padding:20px;display:none;border:1px solid #d4d4d4;border-top:none}@media (max-width:767px){.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{padding:12px 15px}.elementor-tabs .elementor-tab-content{padding:10px}}.elementor-accordion{text-align:right}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-accordion-title{padding:15px 20px;font-weight:700;line-height:1;cursor:pointer}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before{content:'\f067'}.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before{content:'\f068'}.elementor-accordion .elementor-accordion-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-accordion-title{padding:12px 15px}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-accordion-content{padding:7px 15px}}.elementor-toggle{text-align:right}.elementor-toggle .elementor-toggle-title{font-weight:700;line-height:1;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before{content:'\f0da'}.elementor-toggle .elementor-toggle-title.active{border-bottom:none}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before{content:'\f0d7'}.elementor-toggle .elementor-toggle-content{padding:0 15px 15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-toggle-title{padding:12px}.elementor-toggle .elementor-toggle-content{padding:0 12px 10px}}.elementor-widget-icon .elementor-icon{display:inline-block;line-height:1;transition:all .5s}.elementor-widget-icon .elementor-icon a,.elementor-widget-icon .elementor-icon a:hover{color:inherit}.elementor-widget-icon .elementor-icon i{width:1em;height:1em}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#000;color:#fff}.elementor-widget-icon.elementor-view-framed .elementor-icon{color:#000;border:3px solid #000}.elementor-widget-icon.elementor-align-right .elementor-icon-wrapper{text-align:right}.elementor-widget-icon.elementor-align-left .elementor-icon-wrapper{text-align:left}.elementor-widget-icon.elementor-align-center .elementor-icon-wrapper{text-align:center}.elementor-widget-icon.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-widget-icon-list ul.elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item{margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a{display:inline-block}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon,.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text{display:inline-block;vertical-align:middle}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon{width:1em}.elementor-widget-video.elementor-aspect-ratio-169 .elementor-custom-embed{padding-bottom:56.25%}.elementor-widget-video.elementor-aspect-ratio-43 .elementor-custom-embed{padding-bottom:75%}.elementor-widget-video.elementor-aspect-ratio-32 .elementor-custom-embed{padding-bottom:66.6666%}.elementor-widget-video .elementor-custom-embed{position:relative;padding-top:25px;height:0}.elementor-widget-video .elementor-custom-embed iframe{position:absolute;top:0;left:0;height:100%}.elementor-widget-video .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:.9;text-shadow:3px 2px 30px rgba(0,0,0,.6)}.elementor-widget-video .elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.elementor-widget-video .elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.7;text-shadow:3px 2px 24px rgba(0,0,0,.5);transition:all .5s}.elementor-carousel-wrapper .slick-slider .slick-next:before,.elementor-carousel-wrapper .slick-slider .slick-prev:before{color:#000}.elementor-image-box-wrapper{overflow:hidden}.elementor-image-box-wrapper .elementor-position-right{float:right}.elementor-image-box-wrapper .elementor-position-left{float:left}.elementor-image-box-wrapper .elementor-position-center{text-align:center}.elementor-icon-box-wrapper{overflow:hidden}.elementor-icon-box-wrapper .elementor-position-right{float:right}.elementor-icon-box-wrapper .elementor-position-left{float:left}.elementor-icon-box-wrapper .elementor-position-center{text-align:center}@media (max-width:479px){body.elementor-editor-preview .elementor-hidden-phone,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-tablet{display:none}}@media (min-width:480px) and (max-width:1023px){body.elementor-editor-preview .elementor-hidden-tablet,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-phone{display:none}}@media (min-width:1024px){body.elementor-editor-preview .elementor-hidden-desktop,body.elementor-editor-preview .elementor-visible-phone,body.elementor-editor-preview .elementor-visible-tablet{display:none}}body.elementor-editor-preview .elementor-hidden{display:none}
assets/css/frontend.css CHANGED
@@ -45,14 +45,6 @@
45
  top: 50%;
46
  left: 50%;
47
  transform: translateY(-50%) translateX(-50%); }
48
- .elementor .elementor-background-video-fallback {
49
- position: absolute;
50
- height: 100%;
51
- width: 100%;
52
- top: 0;
53
- left: 0;
54
- background-size: cover;
55
- background-position: 50% 50%; }
56
 
57
  #elementor-select-preset {
58
  display: none; }
45
  top: 50%;
46
  left: 50%;
47
  transform: translateY(-50%) translateX(-50%); }
 
 
 
 
 
 
 
 
48
 
49
  #elementor-select-preset {
50
  display: none; }
assets/css/frontend.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/frontend/_global.scss","../scss/helpers/mixins.scss","../scss/helpers/variables.scss","../scss/frontend/_grid.scss","../scss/helpers/utilities.scss","../scss/frontend/widgets/heading.scss","../scss/frontend/widgets/image.scss","../scss/frontend/widgets/button.scss","../scss/frontend/widgets/divider.scss","../scss/frontend/widgets/gallery.scss","../scss/frontend/widgets/counter.scss","../scss/frontend/widgets/alert.scss","../scss/helpers/direction.scss","../scss/frontend/widgets/progress.scss","../scss/frontend/widgets/tabs.scss","../scss/frontend/widgets/accordion.scss","../scss/frontend/widgets/toggle.scss","../scss/frontend/widgets/icon.scss","../scss/frontend/widgets/icon-list.scss","../scss/frontend/widgets/video.scss","../scss/frontend/widgets/carousel.scss","../scss/frontend/widgets/image-box.scss","../scss/frontend/widgets/icon-box.scss","../scss/frontend/_visibility.scss"],"names":[],"mappings":"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","file":"frontend.css"}
1
+ {"version":3,"sources":["../scss/frontend/_global.scss","../scss/helpers/mixins.scss","../scss/helpers/variables.scss","../scss/frontend/_grid.scss","../scss/helpers/utilities.scss","../scss/frontend/widgets/heading.scss","../scss/frontend/widgets/image.scss","../scss/frontend/widgets/button.scss","../scss/frontend/widgets/divider.scss","../scss/frontend/widgets/gallery.scss","../scss/frontend/widgets/counter.scss","../scss/frontend/widgets/alert.scss","../scss/helpers/direction.scss","../scss/frontend/widgets/progress.scss","../scss/frontend/widgets/tabs.scss","../scss/frontend/widgets/accordion.scss","../scss/frontend/widgets/toggle.scss","../scss/frontend/widgets/icon.scss","../scss/frontend/widgets/icon-list.scss","../scss/frontend/widgets/video.scss","../scss/frontend/widgets/carousel.scss","../scss/frontend/widgets/image-box.scss","../scss/frontend/widgets/icon-box.scss","../scss/frontend/_visibility.scss"],"names":[],"mappings":"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","file":"frontend.css"}
assets/css/frontend.min.css CHANGED
@@ -1 +1 @@
1
- .elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:0}.elementor figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.elementor .elementor-background-video-fallback{position:absolute;height:100%;width:100%;top:0;left:0;background-size:cover;background-position:50% 50%}#elementor-select-preset{display:none}.elementor-section{position:relative}.elementor-section .elementor-container{margin-right:auto;margin-left:auto;position:relative}.elementor-section .elementor-container.elementor-container-fluid{max-width:100%}.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}@media (min-width:768px){.elementor-section>.elementor-container{display:-ms-flexbox;display:flex}.elementor-section.elementor-section-items-top>.elementor-container{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.elementor-section.elementor-section-content-top .elementor-column-wrap{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-content-middle .elementor-column-wrap{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-content-bottom .elementor-column-wrap{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}}.elementor-row{width:100%;display:-ms-flexbox;display:flex}@media (max-width:767px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%}@media (min-width:768px){.elementor-column-wrap{display:-ms-flexbox;display:flex}}.elementor-widget-wrap{position:relative;width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:-ms-flexbox;display:flex}.elementor-column-gap-default .elementor-element-populated{padding:10px}.elementor-column-gap-narrow .elementor-element-populated{padding:5px}.elementor-column-gap-wide .elementor-element-populated{padding:20px}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1023px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image .elementor-image{overflow:hidden}.elementor-widget-image .elementor-image.elementor-image-shape-circle{border-radius:50%}.elementor-button-wrapper.elementor-align-center{text-align:center}.elementor-button-wrapper.elementor-align-right{text-align:right}.elementor-button-wrapper.elementor-align-left{text-align:left}.elementor-button-wrapper.elementor-align-block .elementor-button{width:100%}.elementor-button{display:inline-block;line-height:1;border-radius:3px;padding:12px 24px;color:#fff;text-align:center;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;opacity:.9}.elementor-button.elementor-size-small{font-size:13px;padding:10px 20px}.elementor-button.elementor-size-medium{font-size:15px}.elementor-button.elementor-size-large{font-size:16px;padding:15px 30px}.elementor-button.elementor-size-xl{font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xxl{font-size:20px;padding:25px 50px}.elementor-button .elementor-align-icon-right{float:right}.elementor-button .elementor-align-icon-left{float:left}.elementor-button .elementor-button-icon{padding:0 5px}.elementor-widget-button .elementor-button.elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button.elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button.elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button.elementor-button-danger{background-color:#d9534f}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{background-color:#dcdcdc;opacity:.7;width:100%}.elementor-counter{text-align:center}.elementor-counter .elementor-counter-number-wrapper{font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-title{font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:13px;line-height:1;background:transparent;color:inherit;border:none}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;border-radius:2px}.elementor-progress-wrapper .elementor-progress-bar{display:inline-block;height:100%;width:0;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text{display:inline-block;position:absolute;left:0;padding:0 15px;font-size:11px;width:0;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text .elementor-progress-percentage{position:relative;float:right}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-wrapper .elementor-progress-inner-text{padding:0 10px}}.elementor-tabs{text-align:left}.elementor-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{display:inline-block}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{position:relative;display:block;padding:20px 25px;line-height:1;font-weight:700;cursor:pointer}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span{border:1px solid #d4d4d4;border-bottom:none}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after,.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{display:block;content:'';position:absolute;bottom:0;height:0;width:999em;border-bottom:1px solid #d4d4d4}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{right:100%}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after{left:100%}.elementor-tabs .elementor-tab-content{padding:20px;display:none;border:1px solid #d4d4d4;border-top:none}@media (max-width:767px){.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{padding:12px 15px}.elementor-tabs .elementor-tab-content{padding:10px}}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-accordion-title{padding:15px 20px;font-weight:700;line-height:1;cursor:pointer}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before{content:'\f067'}.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before{content:'\f068'}.elementor-accordion .elementor-accordion-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-accordion-title{padding:12px 15px}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-accordion-content{padding:7px 15px}}.elementor-toggle{text-align:left}.elementor-toggle .elementor-toggle-title{font-weight:700;line-height:1;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before{content:'\f0da'}.elementor-toggle .elementor-toggle-title.active{border-bottom:none}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before{content:'\f0d7'}.elementor-toggle .elementor-toggle-content{padding:0 15px 15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-toggle-title{padding:12px}.elementor-toggle .elementor-toggle-content{padding:0 12px 10px}}.elementor-widget-icon .elementor-icon{display:inline-block;line-height:1;transition:all .5s}.elementor-widget-icon .elementor-icon a,.elementor-widget-icon .elementor-icon a:hover{color:inherit}.elementor-widget-icon .elementor-icon i{width:1em;height:1em}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#000;color:#fff}.elementor-widget-icon.elementor-view-framed .elementor-icon{color:#000;border:3px solid #000}.elementor-widget-icon.elementor-align-right .elementor-icon-wrapper{text-align:right}.elementor-widget-icon.elementor-align-left .elementor-icon-wrapper{text-align:left}.elementor-widget-icon.elementor-align-center .elementor-icon-wrapper{text-align:center}.elementor-widget-icon.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-widget-icon-list ul.elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item{margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a{display:inline-block}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon,.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text{display:inline-block;vertical-align:middle}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon{width:1em}.elementor-widget-video.elementor-aspect-ratio-169 .elementor-custom-embed{padding-bottom:56.25%}.elementor-widget-video.elementor-aspect-ratio-43 .elementor-custom-embed{padding-bottom:75%}.elementor-widget-video.elementor-aspect-ratio-32 .elementor-custom-embed{padding-bottom:66.6666%}.elementor-widget-video .elementor-custom-embed{position:relative;padding-top:25px;height:0}.elementor-widget-video .elementor-custom-embed iframe{position:absolute;top:0;left:0;height:100%}.elementor-widget-video .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:.9;text-shadow:3px 2px 30px rgba(0,0,0,.6)}.elementor-widget-video .elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.elementor-widget-video .elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.7;text-shadow:3px 2px 24px rgba(0,0,0,.5);transition:all .5s}.elementor-carousel-wrapper .slick-slider .slick-next:before,.elementor-carousel-wrapper .slick-slider .slick-prev:before{color:#000}.elementor-image-box-wrapper{overflow:hidden}.elementor-image-box-wrapper .elementor-position-right{float:right}.elementor-image-box-wrapper .elementor-position-left{float:left}.elementor-image-box-wrapper .elementor-position-center{text-align:center}.elementor-icon-box-wrapper{overflow:hidden}.elementor-icon-box-wrapper .elementor-position-right{float:right}.elementor-icon-box-wrapper .elementor-position-left{float:left}.elementor-icon-box-wrapper .elementor-position-center{text-align:center}@media (max-width:479px){body.elementor-editor-preview .elementor-hidden-phone,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-tablet{display:none}}@media (min-width:480px) and (max-width:1023px){body.elementor-editor-preview .elementor-hidden-tablet,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-phone{display:none}}@media (min-width:1024px){body.elementor-editor-preview .elementor-hidden-desktop,body.elementor-editor-preview .elementor-visible-phone,body.elementor-editor-preview .elementor-visible-tablet{display:none}}body.elementor-editor-preview .elementor-hidden{display:none}
1
+ .elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:0}.elementor figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}#elementor-select-preset{display:none}.elementor-section{position:relative}.elementor-section .elementor-container{margin-right:auto;margin-left:auto;position:relative}.elementor-section .elementor-container.elementor-container-fluid{max-width:100%}.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}@media (min-width:768px){.elementor-section>.elementor-container{display:-ms-flexbox;display:flex}.elementor-section.elementor-section-items-top>.elementor-container{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.elementor-section.elementor-section-content-top .elementor-column-wrap{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.elementor-section.elementor-section-content-middle .elementor-column-wrap{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.elementor-section.elementor-section-content-bottom .elementor-column-wrap{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}}.elementor-row{width:100%;display:-ms-flexbox;display:flex}@media (max-width:767px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{width:100%}@media (min-width:768px){.elementor-column-wrap{display:-ms-flexbox;display:flex}}.elementor-widget-wrap{position:relative;width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:-ms-flexbox;display:flex}.elementor-column-gap-default .elementor-element-populated{padding:10px}.elementor-column-gap-narrow .elementor-element-populated{padding:5px}.elementor-column-gap-wide .elementor-element-populated{padding:20px}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1023px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:767px){.elementor-column{width:100%}}.elementor-clearfix:after,.elementor-clearfix:before{content:" ";display:table}.elementor-clearfix:after{clear:both}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image .elementor-image{overflow:hidden}.elementor-widget-image .elementor-image.elementor-image-shape-circle{border-radius:50%}.elementor-button-wrapper.elementor-align-center{text-align:center}.elementor-button-wrapper.elementor-align-right{text-align:right}.elementor-button-wrapper.elementor-align-left{text-align:left}.elementor-button-wrapper.elementor-align-block .elementor-button{width:100%}.elementor-button{display:inline-block;line-height:1;border-radius:3px;padding:12px 24px;color:#fff;text-align:center;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;opacity:.9}.elementor-button.elementor-size-small{font-size:13px;padding:10px 20px}.elementor-button.elementor-size-medium{font-size:15px}.elementor-button.elementor-size-large{font-size:16px;padding:15px 30px}.elementor-button.elementor-size-xl{font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xxl{font-size:20px;padding:25px 50px}.elementor-button .elementor-align-icon-right{float:right}.elementor-button .elementor-align-icon-left{float:left}.elementor-button .elementor-button-icon{padding:0 5px}.elementor-widget-button .elementor-button.elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button.elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button.elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button.elementor-button-danger{background-color:#d9534f}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{background-color:#dcdcdc;opacity:.7;width:100%}.elementor-counter{text-align:center}.elementor-counter .elementor-counter-number-wrapper{font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-title{font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:13px;line-height:1;background:transparent;color:inherit;border:none}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;border-radius:2px}.elementor-progress-wrapper .elementor-progress-bar{display:inline-block;height:100%;width:0;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text{display:inline-block;position:absolute;left:0;padding:0 15px;font-size:11px;width:0;transition:width 1s ease-in-out}.elementor-progress-wrapper .elementor-progress-inner-text .elementor-progress-percentage{position:relative;float:right}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-wrapper .elementor-progress-inner-text{padding:0 10px}}.elementor-tabs{text-align:left}.elementor-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{display:inline-block}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{position:relative;display:block;padding:20px 25px;line-height:1;font-weight:700;cursor:pointer}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span{border:1px solid #d4d4d4;border-bottom:none}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after,.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{display:block;content:'';position:absolute;bottom:0;height:0;width:999em;border-bottom:1px solid #d4d4d4}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:before{right:100%}.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active>span:after{left:100%}.elementor-tabs .elementor-tab-content{padding:20px;display:none;border:1px solid #d4d4d4;border-top:none}@media (max-width:767px){.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title>span{padding:12px 15px}.elementor-tabs .elementor-tab-content{padding:10px}}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-accordion-title{padding:15px 20px;font-weight:700;line-height:1;cursor:pointer}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before{content:'\f067'}.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before{content:'\f068'}.elementor-accordion .elementor-accordion-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-accordion-title{padding:12px 15px}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-accordion-content{padding:7px 15px}}.elementor-toggle{text-align:left}.elementor-toggle .elementor-toggle-title{font-weight:700;line-height:1;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before{content:'\f0da'}.elementor-toggle .elementor-toggle-title.active{border-bottom:none}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before{content:'\f0d7'}.elementor-toggle .elementor-toggle-content{padding:0 15px 15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-toggle-title{padding:12px}.elementor-toggle .elementor-toggle-content{padding:0 12px 10px}}.elementor-widget-icon .elementor-icon{display:inline-block;line-height:1;transition:all .5s}.elementor-widget-icon .elementor-icon a,.elementor-widget-icon .elementor-icon a:hover{color:inherit}.elementor-widget-icon .elementor-icon i{width:1em;height:1em}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#000;color:#fff}.elementor-widget-icon.elementor-view-framed .elementor-icon{color:#000;border:3px solid #000}.elementor-widget-icon.elementor-align-right .elementor-icon-wrapper{text-align:right}.elementor-widget-icon.elementor-align-left .elementor-icon-wrapper{text-align:left}.elementor-widget-icon.elementor-align-center .elementor-icon-wrapper{text-align:center}.elementor-widget-icon.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-widget-icon-list ul.elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item{margin:0;padding:0}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a{display:inline-block}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon,.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text{display:inline-block;vertical-align:middle}.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon{width:1em}.elementor-widget-video.elementor-aspect-ratio-169 .elementor-custom-embed{padding-bottom:56.25%}.elementor-widget-video.elementor-aspect-ratio-43 .elementor-custom-embed{padding-bottom:75%}.elementor-widget-video.elementor-aspect-ratio-32 .elementor-custom-embed{padding-bottom:66.6666%}.elementor-widget-video .elementor-custom-embed{position:relative;padding-top:25px;height:0}.elementor-widget-video .elementor-custom-embed iframe{position:absolute;top:0;left:0;height:100%}.elementor-widget-video .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:.9;text-shadow:3px 2px 30px rgba(0,0,0,.6)}.elementor-widget-video .elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.elementor-widget-video .elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.7;text-shadow:3px 2px 24px rgba(0,0,0,.5);transition:all .5s}.elementor-carousel-wrapper .slick-slider .slick-next:before,.elementor-carousel-wrapper .slick-slider .slick-prev:before{color:#000}.elementor-image-box-wrapper{overflow:hidden}.elementor-image-box-wrapper .elementor-position-right{float:right}.elementor-image-box-wrapper .elementor-position-left{float:left}.elementor-image-box-wrapper .elementor-position-center{text-align:center}.elementor-icon-box-wrapper{overflow:hidden}.elementor-icon-box-wrapper .elementor-position-right{float:right}.elementor-icon-box-wrapper .elementor-position-left{float:left}.elementor-icon-box-wrapper .elementor-position-center{text-align:center}@media (max-width:479px){body.elementor-editor-preview .elementor-hidden-phone,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-tablet{display:none}}@media (min-width:480px) and (max-width:1023px){body.elementor-editor-preview .elementor-hidden-tablet,body.elementor-editor-preview .elementor-visible-desktop,body.elementor-editor-preview .elementor-visible-phone{display:none}}@media (min-width:1024px){body.elementor-editor-preview .elementor-hidden-desktop,body.elementor-editor-preview .elementor-visible-phone,body.elementor-editor-preview .elementor-visible-tablet{display:none}}body.elementor-editor-preview .elementor-hidden{display:none}
assets/fonts/eicon/eicon.eot DELETED
Binary file
assets/fonts/eicon/eicon.svg DELETED
@@ -1,174 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Elementor Icon Font by Elementor.com</metadata>
5
- <defs>
6
- <font id="eicon" horiz-adv-x="1000" >
7
- <font-face font-family="eicon" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
- <missing-glyph horiz-adv-x="1000" />
9
- <glyph glyph-name="c1-1" unicode="&#xe800;" d="M-2 850h2000v-1000h-2000v1000z" horiz-adv-x="2000" />
10
-
11
- <glyph glyph-name="c2-1" unicode="&#xe801;" d="M0 850h971v-1000h-971c0 0 0 1000 0 1000z m1029 0v-1000h971v1000c0 0-971 0-971 0z" horiz-adv-x="2000" />
12
-
13
- <glyph glyph-name="c2-2" unicode="&#xe802;" d="M0 850h629v-1000h-629v1000z m686 0v-1000h1314v1000l-1314 0 0 0z" horiz-adv-x="2000" />
14
-
15
- <glyph glyph-name="c2-3" unicode="&#xe803;" d="M2000 850v-1000h-629v1000c0 0 629 0 629 0z m-2000-1000h1314v1000h-1314v-1000z" horiz-adv-x="2000" />
16
-
17
- <glyph glyph-name="c2-4" unicode="&#xe804;" d="M0 850h457v-1000h-457c0 0 0 1000 0 1000z m514 0v-1000h1486v1000l-1486 0 0 0z" horiz-adv-x="2000" />
18
-
19
- <glyph glyph-name="c2-5" unicode="&#xe805;" d="M2000 850v-1000h-457v1000c0 0 457 0 457 0z m-2000-1000h1486v1000h-1486l0-1000 0 0z" horiz-adv-x="2000" />
20
-
21
- <glyph glyph-name="c2-6" unicode="&#xe806;" d="M0 850h354v-1000h-354c0 0 0 1000 0 1000z m411 0v-1000h1589v1000l-1589 0 0 0z" horiz-adv-x="2000" />
22
-
23
- <glyph glyph-name="c2-7" unicode="&#xe807;" d="M2000 852v-1000h-354v1000h354z m-2000-1000h1589v1000h-1589v-1000z" horiz-adv-x="2000" />
24
-
25
- <glyph glyph-name="c2-8" unicode="&#xe808;" d="M0 850h286v-1000h-286v1000z m343 0v-1000h1657v1000h-1657z" horiz-adv-x="2000" />
26
-
27
- <glyph glyph-name="c2-9" unicode="&#xe809;" d="M2000 850v-1000h-286v1000h286z m-2000-1000h1657v1000h-1657v-1000z" horiz-adv-x="2000" />
28
-
29
- <glyph glyph-name="c3-1" unicode="&#xe80a;" d="M2000 850v-1000h-629v1000h629z m-2000-1000h629v1000h-629v-1000z m686 0h628v1000h-628v-1000z" horiz-adv-x="2000" />
30
-
31
- <glyph glyph-name="c3-2" unicode="&#xe80b;" d="M2000 850v-1000h-457v1000h457z m-2000-1000h457v1000h-457v-1000z m514 0h972v1000h-972v-1000z" horiz-adv-x="2000" />
32
-
33
- <glyph glyph-name="c3-3" unicode="&#xe80c;" d="M0 850h354v-1000h-354v1000z m411-1000h1178v1000h-1178v-1000z m1235 1000v-1000h354v1000h-354z" horiz-adv-x="2000" />
34
-
35
- <glyph glyph-name="c3-4" unicode="&#xe80d;" d="M0 850h286v-1000h-286v1000z m343-1000h1314v1000h-1314v-1000z m1371 1000v-1000h286v1000h-286z" horiz-adv-x="2000" />
36
-
37
- <glyph glyph-name="c3-5" unicode="&#xe80e;" d="M0 850h354v-1000h-354v1000z m411-1000h355v1000h-355v-1000z m412 1000v-1000h1177v1000h-1177z" horiz-adv-x="2000" />
38
-
39
- <glyph glyph-name="c3-6" unicode="&#xe80f;" d="M2000 850v-1000h-354v1000h354z m-766-1000h355v1000h-355v-1000z m-1234 0h1177v1000h-1177v-1000z" horiz-adv-x="2000" />
40
-
41
- <glyph glyph-name="c3-7" unicode="&#xe810;" d="M0 850h766v-1000h-766v1000z m823-1000h354v1000h-354v-1000z m411 1000v-1000h766v1000h-766z" horiz-adv-x="2000" />
42
-
43
- <glyph glyph-name="c3-8" unicode="&#xe811;" d="M2000 850v-1000h-629v1000h629z m-1657-1000h971v1000h-971v-1000z m-343 0h286v1000h-286v-1000z" horiz-adv-x="2000" />
44
-
45
- <glyph glyph-name="c3-9" unicode="&#xe812;" d="M0 850h629v-1000h-629v1000z m686-1000h971v1000h-971v-1000z m1028 1000v-1000h286v1000h-286z" horiz-adv-x="2000" />
46
-
47
- <glyph glyph-name="c4-1" unicode="&#xe813;" d="M2000 850v-1000h-457v1000h457z m-2000-1000h457v1000h-457v-1000z m514 0h457v1000h-457v-1000z m515 0h457v1000h-457v-1000z" horiz-adv-x="2000" />
48
-
49
- <glyph glyph-name="c4-2" unicode="&#xe814;" d="M0 850h286v-1000h-286v1000z m343 0h628v-1000h-628v1000z m686 0h628v-1000h-628v1000z m685 0h286v-1000h-286v1000z" horiz-adv-x="2000" />
50
-
51
- <glyph glyph-name="c4-3" unicode="&#xe815;" d="M0 850h286v-1000h-286v1000z m343 0h286v-1000h-286v1000z m343 0h628v-1000h-628v1000z m685 0h629v-1000h-629v1000z" horiz-adv-x="2000" />
52
-
53
- <glyph glyph-name="c4-4" unicode="&#xe816;" d="M1714 850h286v-1000h-286v1000z m-343 0h286v-1000h-286v1000z m-685 0h628v-1000h-628v1000z m-686 0h629v-1000h-629v1000z" horiz-adv-x="2000" />
54
-
55
- <glyph glyph-name="c4-5" unicode="&#xe817;" d="M0 850h354v-1000h-354v1000z m411 0h766v-1000h-766v1000z m823 0h355v-1000h-355v1000z m412 0h354v-1000h-354v1000z" horiz-adv-x="2000" />
56
-
57
- <glyph glyph-name="c4-6" unicode="&#xe818;" d="M0 850h766v-1000h-766v1000z m823 0h354v-1000h-354v1000z m411 0h355v-1000h-355v1000z m412 0h354v-1000h-354v1000z" horiz-adv-x="2000" />
58
-
59
- <glyph glyph-name="c4-7" unicode="&#xe819;" d="M0 850h149v-1000h-149v1000z m206 0h354v-1000h-354v1000z m1028 0h766v-1000h-766v1000z m-617 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
60
-
61
- <glyph glyph-name="c4-8" unicode="&#xe81a;" d="M2000 850v-1000h-629v1000h629z m-971-1000h285v1000h-285v-1000z m-686 0h628v1000h-628v-1000z m-343 0h286v1000h-286v-1000z" horiz-adv-x="2000" />
62
-
63
- <glyph glyph-name="c4-9" unicode="&#xe81b;" d="M0 850h629v-1000h-629v1000z m686-1000h285v1000h-285v-1000z m343 0h628v1000h-628v-1000z m685 1000v-1000h286v1000h-286z" horiz-adv-x="2000" />
64
-
65
- <glyph glyph-name="c4-10" unicode="&#xe81c;" d="M0 850h629v-1000h-629v1000z m686 0h285v-1000h-285v1000z m343 0h285v-1000h-285v1000z m342 0h629v-1000h-629v1000z" horiz-adv-x="2000" />
66
-
67
- <glyph glyph-name="c4-11" unicode="&#xe81d;" d="M0 850h354v-1000h-354v1000z m411 0h149v-1000h-149v1000z m206 0h766v-1000h-766v1000z m823 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
68
-
69
- <glyph glyph-name="c5-1" unicode="&#xe81e;" d="M0 850h354v-1000h-354v1000z m411-1000h355v1000h-355v-1000z m412 0h354v1000h-354v-1000z m411 0h355v1000h-355v-1000z m412 1000v-1000h354v1000h-354z" horiz-adv-x="2000" />
70
-
71
- <glyph glyph-name="c5-2" unicode="&#xe81f;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1028 0h354v-1000h-354v1000z m-617 0h560v-1000h-560v1000z m1028 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
72
-
73
- <glyph glyph-name="c5-3" unicode="&#xe820;" d="M0 850h354v-1000h-354v1000z m411 0h149v-1000h-149v1000z m206 0h766v-1000h-766v1000z m1029 0h354v-1000h-354v1000z m-206 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
74
-
75
- <glyph glyph-name="c5-4" unicode="&#xe821;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1645 0h354v-1000h-354v1000z m411 0h766v-1000h-766v1000z m823 0h354v-1000h-354v1000z" horiz-adv-x="2000" />
76
-
77
- <glyph glyph-name="c5-5" unicode="&#xe822;" d="M0 850h560v-1000h-560v1000z m823 0h354v-1000h-354v1000z m411 0h149v-1000h-149v1000z m-617 0h149v-1000h-149v1000z m823 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
78
-
79
- <glyph glyph-name="c5-6" unicode="&#xe823;" d="M0 850h149v-1000h-149v1000z m823 0h560v-1000h-560v1000z m-617 0h148v-1000h-148v1000z m205 0h355v-1000h-355v1000z m1029 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
80
-
81
- <glyph glyph-name="c5-7" unicode="&#xe824;" d="M0 850h149v-1000h-149v1000z m823 0h148v-1000h-148v1000z m823 0h354v-1000h-354v1000z m-1440 0h560v-1000h-560v1000z m823 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
82
-
83
- <glyph glyph-name="c5-8" unicode="&#xe825;" d="M0 850h149v-1000h-149v1000z m823 0h354v-1000h-354v1000z m-617 0h148v-1000h-148v1000z m205 0h355v-1000h-355v1000z m823 0h766v-1000h-766v1000z" horiz-adv-x="2000" />
84
-
85
- <glyph glyph-name="c5-9" unicode="&#xe826;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1234 0h354v-1000h-354v1000z m-411 0h354v-1000h-354v1000z m823 0h765v-1000h-765v1000z" horiz-adv-x="2000" />
86
-
87
- <glyph glyph-name="c5-10" unicode="&#xe827;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1645 0h354v-1000h-354v1000z m1028 0h560v-1000h-560v1000z m-617 0h560v-1000h-560v1000z" horiz-adv-x="2000" />
88
-
89
- <glyph glyph-name="c6-1" unicode="&#xe828;" d="M0 850h286v-1000h-286v1000z m343-1000h286v1000h-286v-1000z m343 0h285v1000h-285v-1000z m343 0h285v1000h-285v-1000z m342 0h286v1000h-286v-1000z m343 1000v-1000h286v1000h-286z" horiz-adv-x="2000" />
90
-
91
- <glyph glyph-name="c6-2" unicode="&#xe829;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1645 0h354v-1000h-354v1000z m823 0h354v-1000h-354v1000z m411 0h354v-1000h-354v1000z m-823 0h354v-1000h-354v1000z" horiz-adv-x="2000" />
92
-
93
- <glyph glyph-name="c6-3" unicode="&#xe82a;" d="M0 850h354v-1000h-354v1000z m1646 0h354v-1000h-354v1000z m-823 0h148v-1000h-148v1000z m-412 0h355v-1000h-355v1000z m823 0h355v-1000h-355v1000z m-205 0h148v-1000h-148v1000z" horiz-adv-x="2000" />
94
-
95
- <glyph glyph-name="c6-4" unicode="&#xe82b;" d="M0 850h354v-1000h-354v1000z m1646 0h354v-1000h-354v1000z m-1235 0h149v-1000h-149v1000z m618 0h354v-1000h-354v1000z m-412 0h354v-1000h-354v1000z m823 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
96
-
97
- <glyph glyph-name="c6-5" unicode="&#xe82c;" d="M1851 850h149v-1000h-149v1000z m-1851 0h560v-1000h-560v1000z m1646 0h148v-1000h-148v1000z m-206 0h149v-1000h-149v1000z m-823 0h560v-1000h-560v1000z m617 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
98
-
99
- <glyph glyph-name="c6-6" unicode="&#xe82d;" d="M0 850h149v-1000h-149v1000z m1440 0h560v-1000h-560v1000z m-1234 0h148v-1000h-148v1000z m205 0h149v-1000h-149v1000z m412 0h560v-1000h-560v1000z m-206 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
100
-
101
- <glyph glyph-name="c6-7" unicode="&#xe82e;" d="M1851 850h149v-1000h-149v1000z m-1851 0h971v-1000h-971v1000z m1234 0h149v-1000h-149v1000z m412 0h148v-1000h-148v1000z m-206 0h149v-1000h-149v1000z m-411 0h148v-1000h-148v1000z" horiz-adv-x="2000" />
102
-
103
- <glyph glyph-name="c6-8" unicode="&#xe82f;" d="M0 850h149v-1000h-149v1000z m1029 0h971v-1000h-971v1000z m-412 0h149v-1000h-149v1000z m-411 0h148v-1000h-148v1000z m205 0h149v-1000h-149v1000z m412 0h148v-1000h-148v1000z" horiz-adv-x="2000" />
104
-
105
- <glyph glyph-name="c6-9" unicode="&#xe830;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1645 0h148v-1000h-148v1000z m205 0h972v-1000h-972v1000z m1235 0h148v-1000h-148v1000z m-206 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
106
-
107
- <glyph glyph-name="c6-10" unicode="&#xe831;" d="M1851 850h149v-1000h-149v1000z m-1851 0h149v-1000h-149v1000z m1646 0h148v-1000h-148v1000z m-206 0h149v-1000h-149v1000z m-1234 0h971v-1000h-971v1000z m1028 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
108
-
109
- <glyph glyph-name="c6-11" unicode="&#xe832;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1645 0h148v-1000h-148v1000z m205 0h149v-1000h-149v1000z m412 0h971v-1000h-971v1000z m-206 0h149v-1000h-149v1000z" horiz-adv-x="2000" />
110
-
111
- <glyph glyph-name="c7-1" unicode="&#xe833;" d="M0 850h234v-1000h-234v1000z m294 0h235v-1000h-235v1000z m295 0h234v-1000h-234v1000z m294 0h234v-1000h-234v1000z m294 0h234v-1000h-234v1000z m294 0h235v-1000h-235v1000z m295 0h234v-1000h-234v1000z" horiz-adv-x="2000" />
112
-
113
- <glyph glyph-name="c8-1" unicode="&#xe834;" d="M0 850h200v-1000h-200v1000z m1800 0h200v-1000h-200v1000z m-1543 0h200v-1000h-200v1000z m257 0h200v-1000h-200v1000z m257 0h200v-1000h-200v1000z m258 0h200v-1000h-200v1000z m257 0h200v-1000h-200v1000z m257 0h200v-1000h-200v1000z" horiz-adv-x="2000" />
114
-
115
- <glyph glyph-name="c9-1" unicode="&#xe835;" d="M0 850h171v-1000h-171v1000z m1829 0h171v-1000h-171v1000z m-1600 0h171v-1000h-171v1000z m1371 0h171v-1000h-171v1000z m-229 0h172v-1000h-172v1000z m-228 0h171v-1000h-171v1000z m-229 0h172v-1000h-172v1000z m-457 0h172v-1000h-172v1000z m229 0h171v-1000h-171v1000z" horiz-adv-x="2000" />
116
-
117
- <glyph glyph-name="c10-1" unicode="&#xe836;" d="M0 850h149v-1000h-149v1000z m1851 0h149v-1000h-149v1000z m-1028 0h148v-1000h-148v1000z m-617 0h148v-1000h-148v1000z m205 0h149v-1000h-149v1000z m823 0h149v-1000h-149v1000z m412 0h148v-1000h-148v1000z m-1029 0h149v-1000h-149v1000z m823 0h149v-1000h-149v1000z m-411 0h148v-1000h-148v1000z" horiz-adv-x="2000" />
118
-
119
- <glyph glyph-name="anchor" unicode="&#xe837;" d="M500-154c-10 0-19 8-20 17-8 7-38 16-61 24-79 24-196 61-245 167h-28c-3 0-6 1-9 2-10 5-95 50-95 269 0 9 5 16 13 20 7 3 16 1 22-5 102-101 204-163 205-164 9-5 12-17 8-27l-14-28c65-62 108-67 120-67 16 0 21 24 21 25l0 392h-63c-20-26-51-42-83-42-58 0-104 47-104 105s46 104 104 104c32 0 63-16 83-42h63v32c-27 24-42 57-42 93 0 69 56 125 125 125s125-56 125-125c0-36-15-69-42-93v-32h63c20 26 51 42 83 42 58 0 104-47 104-104s-46-105-104-105c-32 0-63 16-83 42h-63v-396c0 0 0 0 0 0 1 0 6-21 21-21 12 0 55 5 121 67l-14 28c-5 10-2 22 7 27 2 1 104 63 205 164 6 6 15 8 23 5 7-4 12-11 12-20 0-219-85-264-95-269-3-1-6-2-9-2h-28c-49-106-166-143-244-167-24-8-54-17-61-24-2-9-11-17-21-17z m-348 250h36c8 0 16-5 19-13 38-98 150-133 224-157 29-9 53-16 69-26 16 10 40 17 69 26 74 24 186 59 224 157 3 8 11 13 20 13h35c12 9 57 50 67 179-68-62-130-105-159-124l13-25c4-8 2-17-4-24-58-57-115-89-161-89-41 0-59 38-62 59l0 420c0 11 9 21 21 21h94c8 0 15-4 18-11 12-19 32-31 54-31 35 0 63 28 63 63s-28 62-63 62c-22 0-42-12-54-31-3-7-10-11-18-11h-94c-12 0-21 10-21 21v63c0 7 3 13 8 17 21 16 33 40 33 66 0 46-37 83-83 83s-83-37-83-83c0-26 12-50 33-66 5-4 8-10 8-17v-63c0-11-9-21-20-21h-95c-8 0-15 4-18 11-12 19-32 31-54 31-35 0-63-28-63-62s28-63 63-63c22 0 42 12 54 31 3 7 10 11 18 11h95c11 0 20-10 20-21v-417c-3-24-21-62-62-62-46 0-103 32-161 89-6 7-8 16-4 24l13 25c-29 19-91 62-159 124 10-129 54-170 67-179z" horiz-adv-x="1000" />
120
-
121
- <glyph glyph-name="wordpress" unicode="&#xe838;" d="M500-150c-276 0-500 224-500 500s224 500 500 500 500-224 500-500-224-500-500-500z m0 958c-253 0-458-205-458-458s205-458 458-458 458 205 458 458-205 458-458 458z m-1-260c-4 0-8 0-11 0l-9 0-8 0c-35 0-88 0-123 11-11 4-17 16-14 27 4 11 16 17 27 13 29-10 79-9 109-9l9 0 9 0c30 0 81-1 110 9 11 4 22-2 26-13 4-11-2-23-13-27-32-10-78-11-112-11z m147-656c-9 0-17 5-20 13l-229 646c-4 11 2 23 13 27 10 4 23-2 26-13l230-646c3-11-2-22-13-26-2-1-5-1-7-1z m83 125c-9 0-17 5-20 14l-166 521c-4 11 2 23 13 26 11 4 23-2 26-13l167-521c4-11-2-23-13-26-3-1-5-1-7-1z m-563 531c-4 0-8 0-12 0l-8 0c-46 0-70 11-72 13-10 5-14 18-9 28 5 10 18 14 28 9l0 0c0 0 17-8 53-8l9 0c30-1 80-1 109 9 11 4 23-2 27-13 3-11-3-23-14-27-31-10-77-11-111-11z m147-656c-9 0-17 5-20 13l-229 646c-4 11 2 23 12 27 11 4 23-2 27-13l229-646c4-11-2-22-12-26-3-1-5-1-7-1z m83 125c-9 0-17 5-20 14l-167 521c-3 11 3 23 14 26 11 4 23-2 26-13l167-521c3-11-3-23-14-26-2-1-4-1-6-1z m332-90l-39 13c0 0 75 235 124 389 0 2 0 4 0 6 16 52-25 122-58 178-25 42-47 78-47 108 0 90 53 104 84 104 42 0 76-25 102-74 26-50 19-142-20-266-43-137-146-458-146-458z m64 756c-15 0-42 0-42-62 0-18 21-53 41-87 18-32 39-68 53-104 37 132 22 185 13 202-24 46-49 51-65 51z m-438-791c-2 0-4 0-7 1-11 3-16 15-12 26l145 417c4 11 16 17 27 13 11-4 17-16 13-27l-146-417c-3-8-11-13-20-13z" horiz-adv-x="1000" />
122
-
123
- <glyph glyph-name="insert-image" unicode="&#xe839;" d="M979-46h-958c-12 0-21 9-21 21v750c0 12 9 21 21 21h958c12 0 21-9 21-21v-750c0-12-9-21-21-21z m-937 42h916v708h-916v-708z m937-42c-7 0-14 4-18 10l-335 553-150-261c-3-5-8-9-15-10-6-1-13 1-17 6l-108 108-298-398c-7-9-20-11-30-4-9 7-11 20-4 29l313 417c3 5 9 8 15 9 6 0 12-2 16-7l106-105 153 268c4 6 10 10 18 10 6-1 14-3 18-10l354-583c6-10 3-23-7-29-3-2-7-3-11-3z m-625 500c-57 0-104 47-104 104s47 105 104 105 104-47 104-105-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z" horiz-adv-x="1000" />
124
-
125
- <glyph glyph-name="align-left" unicode="&#xe83a;" d="M979 642h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z m291-125h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z m291-125h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z" horiz-adv-x="1000" />
126
-
127
- <glyph glyph-name="digital-alarm-clock" unicode="&#xe83b;" d="M854 100h-708c-81 0-146 65-146 146v250c0 80 65 146 146 146h708c81 0 146-66 146-146v-250c0-81-65-146-146-146z m-708 500c-58 0-104-47-104-104v-250c0-58 46-104 104-104h708c58 0 104 46 104 104v250c0 57-46 104-104 104h-708z m125-542h-83c-12 0-21 10-21 21s9 21 21 21h83c11 0 21-9 21-21s-10-21-21-21z m542 0h-84c-11 0-21 10-21 21s10 21 21 21h84c11 0 20-9 20-21s-9-21-20-21z m-667 167c-12 0-21 9-21 21v162l-2-5c-5-10-18-14-28-9-10 5-15 18-9 28l41 83c5 9 14 13 24 11 9-2 16-10 16-20v-250c0-12-10-21-21-21z m42 0h-84c-11 0-21 9-21 21s10 21 21 21h84c11 0 20-10 20-21s-9-21-20-21z m208 0h-125c-9 0-16 5-19 13-4 8-2 17 4 23l81 80c25 25 38 58 38 92 0 23-19 42-42 42s-41-19-41-42v-20c0-12-10-21-21-21s-21 9-21 21v20c0 46 37 84 83 84s84-38 84-84c0-45-18-89-51-121l-45-45h75c11 0 21-10 21-21s-10-21-21-21z m229 0c-46 0-83 37-83 83 0 12 9 21 21 21s20-9 20-21c0-23 19-41 42-41s42 18 42 41-19 42-42 42h-21c-11 0-21 9-21 21s10 21 21 21h21c23 0 42 18 42 41s-19 42-42 42-42-19-42-42c0-11-9-20-20-20s-21 9-21 20c0 46 37 84 83 84s83-38 83-84c0-24-11-47-28-62 17-15 28-38 28-63 0-46-37-83-83-83z m271 83h-125c-7 0-13 3-17 8-3 5-5 12-3 18l41 167c3 11 14 18 26 15 11-3 18-14 15-25l-35-141h98c11 0 21-9 21-21s-10-21-21-21z m-42-83c-11 0-21 9-21 21v125c0 11 10 21 21 21s21-10 21-21v-125c0-12-9-21-21-21z" horiz-adv-x="1000" />
128
-
129
- <glyph glyph-name="favorite" unicode="&#xe83c;" d="M500-150c-276 0-500 224-500 500s224 500 500 500 500-224 500-500-224-500-500-500z m0 958c-253 0-458-205-458-458s205-458 458-458 458 205 458 458-205 458-458 458z m188-750c-4 0-8 2-12 4l-176 117-176-117c-7-5-17-5-24 0-7 5-10 14-8 23l59 215-176 138c-7 5-10 15-7 23 3 8 11 14 20 14h215l78 195c6 16 32 16 38 0l78-195h216c8 0 16-6 19-14 3-8 0-18-7-23l-176-138 59-215c2-9-1-18-8-23-4-2-8-4-12-4z m-188 167c4 0 8-1 12-3l141-95-48 176c-2 8 1 17 7 22l140 108h-169c-8 0-16 6-19 13l-64 160-64-159c-3-8-11-14-19-14h-169l140-108c6-5 9-14 7-22l-48-176 141 95c4 2 8 3 12 3z" horiz-adv-x="1000" />
130
-
131
- <glyph glyph-name="firewall-on" unicode="&#xe83d;" d="M458 183c-5 0-10 2-14 6l-167 167c-8 8-8 21 0 30s21 8 29 0l152-152 277 277c8 8 22 8 30 0s8-22 0-30l-292-292c-4-4-9-6-15-6z m42-333c-2 0-4 0-6 1-151 47-431 211-431 395v458c0 9 6 18 14 20l417 125c4 1 8 1 12 0l417-125c9-2 15-11 15-20v-458c0-184-281-348-432-395-2-1-4-1-6-1z m-396 839v-443c0-146 232-300 396-353 164 53 396 207 396 353v443l-396 118-396-118z" horiz-adv-x="1000" />
132
-
133
- <glyph glyph-name="google-maps" unicode="&#xe83e;" d="M750 100c-10 0-18 7-20 17-33 162-91 252-137 324-12 18-23 35-33 52-18 26-30 57-35 90-3 14-4 26-4 38 0 126 103 229 229 229s229-103 229-229c0-12-1-24-4-38-5-33-17-64-36-91-8-16-20-33-31-51-47-72-105-162-138-324-1-10-10-17-20-17z m0 708c-103 0-187-84-187-187 0-9 1-19 3-30 4-29 14-54 29-76 10-17 21-34 33-52 39-61 87-136 122-255 35 119 83 193 123 255 11 18 22 35 31 51 16 23 26 48 30 76 3 12 4 22 4 31 0 103-85 187-188 187z m0-291c-57 0-104 46-104 104s47 104 104 104 104-47 104-104-47-104-104-104z m0 166c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m83-833h-708c-57 0-104 47-104 104v667c0 57 47 104 104 104h417c11 0 21-9 21-21s-10-21-21-21h-417c-34 0-62-28-62-62v-667c0-34 28-62 62-62h708c35 0 63 28 63 62v521c0 12 9 21 21 21s21-9 21-21v-521c0-57-47-104-105-104z m-750 42c-5 0-10 2-14 6-8 8-8 21 0 29l520 521c9 8 22 8 30 0s8-21 0-29l-521-521c-4-4-9-6-15-6z m792 0c-5 0-11 2-15 6l-396 396c-8 8-8 21 0 29s22 8 30 0l396-396c8-8 8-21 0-29-4-4-10-6-15-6z m-667 583c-46 0-83 37-83 83s37 84 83 84 84-38 84-84-38-83-84-83z m0 125c-23 0-41-19-41-42s18-41 41-41 42 18 42 41-19 42-42 42z m84 0h-84c-11 0-20 9-20 21s9 21 20 21h84c11 0 21-10 21-21s-10-21-21-21z m-84-292c-71 0-104 49-104 84 0 39 37 65 110 78-3 8-6 16-6 26 0 11 10 21 21 21s21-10 21-21c0-10 9-19 23-32 18-17 40-39 40-72 0-74-51-84-105-84z m37 125c-73-10-99-28-99-41 0-9 11-42 62-42 60 0 63 14 63 42 0 14-10 25-26 41z" horiz-adv-x="1000" />
134
-
135
- <glyph glyph-name="text-size" unicode="&#xe83f;" d="M604 725c-11 0-21 9-21 21v62h-541v-62c0-12-10-21-21-21s-21 9-21 21v83c0 12 9 21 21 21h583c12 0 21-9 21-21v-83c0-12-9-21-21-21z m-291-875c-12 0-21 9-21 21v958c0 12 9 21 21 21s20-9 20-21v-958c0-12-9-21-20-21z m666 458c-11 0-21 10-21 21v21h-291v-21c0-11-10-21-21-21s-21 10-21 21v42c0 11 9 21 21 21h333c12 0 21-10 21-21v-42c0-11-9-21-21-21z m-166-458c-12 0-21 9-21 21v500c0 11 9 21 21 21s20-10 20-21v-500c0-12-9-21-20-21z m-417 0h-167c-11 0-21 9-21 21s10 21 21 21h167c11 0 21-10 21-21s-10-21-21-21z m458 0h-83c-12 0-21 9-21 21s9 21 21 21h83c12 0 21-10 21-21s-9-21-21-21z" horiz-adv-x="1000" />
136
-
137
- <glyph glyph-name="youtube" unicode="&#xe840;" d="M500-19c-49 0-98 2-146 6l-221 20c-76 6-133 69-133 145v396c0 76 57 139 133 145l221 19c97 9 195 9 292 0l221-19c76-6 133-69 133-145v-396c0-76-57-139-133-145l-221-20c-48-4-97-6-146-6z m0 696c-48 0-95-2-143-6l-220-19c-54-5-95-50-95-104v-396c0-54 41-99 95-104l220-19c95-8 191-8 286 0l220 19 0 0c54 5 95 50 95 104v396c0 54-41 99-95 104l-220 19c-48 4-95 6-143 6z m-104-535c-4 0-7 0-10 2-7 4-11 11-11 18v375c0 8 4 15 11 19 7 3 15 3 21-1l292-188c6-3 9-10 9-17s-3-14-9-18l-292-187c-3-2-7-3-11-3z m21 357v-298l232 149-232 149z" horiz-adv-x="1000" />
138
-
139
- <glyph glyph-name="success-chart" unicode="&#xe841;" d="M524 558h-167c-12 0-21-9-21-20v-626c0-11 9-20 21-20h167c11 0 20 9 20 20v626c0 11-9 20-20 20z m-21-625h-125v584h125v-584z m494 321l-27 213c-6 52-51 91-103 91h-103c-53 0-97-39-104-91l-26-213c-2-18 3-36 15-49 11-13 26-20 43-21l19-273c1-11 10-19 21-19h167c11 0 20 8 20 19l20 273c16 1 32 8 43 21 12 13 17 31 15 49z m-47-22c-4-4-9-7-15-7h-16c-10 0-19-8-20-19l-20-273h-128l-19 273c-1 11-10 19-21 19h-15c-6 0-12 3-16 7-4 5-6 10-5 16l27 214c4 31 30 55 62 55h30v-21c0-12 10-21 21-21 12 0 21 9 21 21v21h31c31 0 58-24 62-55l26-214c1-6-1-11-5-16z m-135 368c58 0 104 47 104 104s-46 104-104 104-104-46-104-104 47-104 104-104z m0 167c35 0 63-28 63-63s-28-62-63-62-62 28-62 62 28 63 62 63z m0-334c-11 0-21-9-21-20v-84c0-11 10-21 21-21 12 0 21 10 21 21v84c0 11-9 20-21 20z m-625-125h-166c-12 0-21-9-21-20v-376c0-11 9-20 21-20h166c12 0 21 9 21 20v376c0 11-9 20-21 20z m-21-375h-125v334h125v-334z" horiz-adv-x="1000" />
140
-
141
- <glyph glyph-name="type-tool" unicode="&#xe842;" d="M647-108c0 0-1 0-1 0h-292c-11 0-21 9-21 20s10 21 21 21c35 0 63 28 63 63v646h-271c-35 0-63-28-63-63 0-11-9-21-20-21s-21 10-21 21v209c0 11 9 20 21 20h875c11 0 20-9 20-20v-209c0-11-9-21-20-21s-21 10-21 21c0 35-28 63-63 63h-271v-646c0-35 28-63 63-63 0 0 0 0 0 0h1c11 0 21-9 21-21s-10-20-21-20z m-209 41h125c-13 18-21 39-21 63v667c0 11 9 20 21 20h291c24 0 45-7 63-20v104h-834v-104c18 13 39 20 63 20h292c11 0 20-9 20-20v-667c0-24-7-45-20-63z" horiz-adv-x="1000" />
142
-
143
- <glyph glyph-name="bullet-list" unicode="&#xe843;" d="M979 663h-708c-12 0-21 9-21 20s9 21 21 21h708c12 0 21-9 21-21s-9-20-21-20z m0-334h-708c-12 0-21 10-21 21s9 21 21 21h708c12 0 21-9 21-21s-9-21-21-21z m0-333h-708c-12 0-21 9-21 21s9 21 21 21h708c12 0 21-10 21-21s-9-21-21-21z m-875 250c-57 0-104 47-104 104s47 104 104 104 104-47 104-104-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z m0-501c-57 0-104 47-104 105s47 104 104 104 104-47 104-104-46-105-104-105z m0 167c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m0 500c-57 0-104 47-104 104s47 105 104 105 104-47 104-105-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z" horiz-adv-x="1000" />
144
-
145
- <glyph glyph-name="click" unicode="&#xe844;" d="M667-150c-8 0-15 4-19 11l-92 166-106-83c-6-5-14-6-22-2-7 3-11 11-11 18v578c0 8 5 16 13 19 7 3 16 1 22-5l417-416c6-6 8-15 4-23s-10-13-19-13h-131l87-157c3-5 3-10 2-16-2-5-6-10-11-12l-125-63c-3-1-6-2-9-2z m-104 229c1 0 2 0 4 0 6-1 11-5 14-11l94-170 88 44-94 169c-3 6-3 14 1 20 3 7 10 11 18 11h116l-346 345v-484l92 72c3 3 8 4 13 4z m-125 604c-12 0-21 10-21 21v125c0 12 9 21 21 21s20-9 20-21v-125c0-11-9-21-20-21z m-167-166h-125c-12 0-21 9-21 21s9 20 21 20h125c11 0 21-9 21-20s-10-21-21-21z m458 0h-125c-11 0-21 9-21 21s10 20 21 20h125c12 0 21-9 21-20s-9-21-21-21z m-409 118c-6 0-11 2-15 6l-88 88c-9 8-9 21 0 30s21 8 29 0l88-89c9-8 9-21 0-29-4-4-9-6-14-6z m-89-324c-5 0-10 2-14 6-9 8-9 21 0 29l88 88c8 9 21 9 29 0 9-8 9-21 0-29l-88-88c-4-4-9-6-15-6z m324 324c-5 0-10 2-14 6-8 8-8 21 0 29l88 89c8 8 21 8 30 0s8-22 0-30l-89-88c-4-4-9-6-15-6z" horiz-adv-x="1000" />
146
-
147
- <glyph glyph-name="coding" unicode="&#xe845;" d="M313-129c-3 0-6 0-8 1-11 5-16 17-12 27l375 917c5 11 17 16 27 12 11-5 16-17 12-28l-375-916c-3-8-11-13-19-13z m416 167c-5 0-9 1-13 5-9 7-10 20-3 29l239 278-239 278c-7 9-6 22 3 30 8 7 22 6 29-3l250-291c7-8 7-20 0-27l-250-292c-4-5-10-7-16-7z m-458 0c-6 0-12 2-16 7l-250 292c-7 7-7 19 0 27l250 291c8 9 21 10 29 3 9-8 10-21 3-30l-239-278 239-278c7-9 6-22-3-29-3-4-8-5-13-5z" horiz-adv-x="1000" />
148
-
149
- <glyph glyph-name="accordion" unicode="&#xe846;" d="M896-67h-125c-12 0-21 10-21 21s9 21 21 21h125c34 0 62 28 62 63v625c0 34-28 62-62 62h-125c-12 0-21 9-21 21s9 21 21 21h125c57 0 104-47 104-104v-625c0-58-47-105-104-105z m-167 750c-23 0-34 21-40 33 0 1-1 3-2 4-1-1-2-3-2-4-6-12-16-33-40-33-23 0-33 21-39 33-1 1-2 2-2 4-1-2-2-3-3-4-6-12-16-33-39-33-23 0-33 21-39 33-1 1-2 2-3 4 0-2-1-3-2-4-6-12-16-33-39-33s-34 21-40 33c0 1-1 2-2 4-1-2-1-3-2-4-6-12-16-33-39-33s-34 21-40 33c-1 1-1 2-2 4-1-2-2-3-2-4-6-12-16-33-40-33-23 0-33 21-39 33-2 3-4 7-5 9-10 2-18 10-18 21 0 11 9 21 21 21 23 0 33-21 39-33 1-1 2-3 2-4 1 1 2 3 3 4 6 12 16 33 39 33s33-21 39-33c1-1 2-2 3-4 0 2 1 3 2 4 6 12 16 33 39 33 23 0 34-21 40-33 0-1 1-2 2-4 1 2 1 3 2 4 6 12 16 33 39 33s34-21 40-33c1-1 1-2 2-4 1 2 2 3 2 4 6 12 16 33 40 33 23 0 33-21 39-33 1-1 2-2 2-4 1 2 2 3 3 4 6 12 16 33 39 33s34-21 40-33c0-1 1-3 2-4 1 1 2 3 2 4 6 12 17 33 40 33 11 0 21-10 21-21s-10-21-21-21c2 0-1-6-2-9-7-12-17-33-40-33z m-458-750h-167c-57 0-104 47-104 105v625c0 57 47 104 104 104h167c11 0 21-10 21-21s-10-21-21-21h-167c-34 0-62-28-62-62v-625c0-35 28-63 62-63h167c11 0 21-9 21-21s-10-21-21-21z m500 0c-23 0-33 21-39 33-1 1-2 2-3 4 0-2-1-3-2-4-6-13-16-33-39-33s-34 20-40 33c0 1-1 2-2 4 0-2-1-3-2-4-6-13-16-33-39-33-24 0-34 20-40 33 0 1-1 2-2 4-1-2-2-3-2-4-6-13-16-33-40-33s-33 20-39 33c-1 1-1 2-2 4-1-2-2-3-2-4-6-13-16-33-40-33-23 0-33 20-39 33-1 1-2 2-3 4 0-2-1-3-2-4-6-13-16-33-39-33-24 0-34 20-40 32-1 2-1 3-2 5-1-2-2-3-3-5-6-12-16-32-39-32-12 0-21 10-21 21s9 21 21 21c-2 0 0 6 2 9 6 12 16 33 40 33s33-21 39-33c1-1 2-3 3-4 0 1 1 3 2 4 6 12 16 33 39 33s34-21 40-33c1-1 1-3 2-4 1 1 2 3 2 4 6 12 16 33 40 33 23 0 33-21 39-33 1-1 2-3 2-4 1 1 2 3 2 4 7 12 17 33 40 33 23 0 33-21 39-33 1-1 2-3 3-4 0 1 1 3 2 4 6 12 16 33 39 33s34-21 40-33c0-1 1-3 2-4 1 1 1 3 2 4 6 12 16 33 39 33 24 0 34-21 40-33 1-3 3-7 5-9 10-2 18-10 18-21 0-11-10-21-21-21z m-521 625h-146c-11 0-21 10-21 21s10 21 21 21h146c12 0 21-9 21-21s-9-21-21-21z m0-83h-146c-11 0-21 9-21 21s10 21 21 21h146c12 0 21-10 21-21s-9-21-21-21z m0-83h-146c-11 0-21 9-21 21s10 20 21 20h146c12 0 21-9 21-20s-9-21-21-21z m0-209h-146c-11 0-21 10-21 21s10 21 21 21h146c12 0 21-9 21-21s-9-21-21-21z m0-83h-146c-11 0-21 9-21 21s10 21 21 21h146c12 0 21-10 21-21s-9-21-21-21z m21-167c-12 0-21 10-21 21v792c0 11 9 21 21 21s21-10 21-21v-792c0-11-10-21-21-21z m125 42c-12 0-21 9-21 21v708c0 12 9 21 21 21s21-9 21-21v-708c0-12-10-21-21-21z m125-42c-12 0-21 10-21 21v792c0 11 9 21 21 21s21-10 21-21v-792c0-11-10-21-21-21z m125 42c-12 0-21 9-21 21v708c0 12 9 21 21 21s21-9 21-21v-708c0-12-10-21-21-21z m125-42c-12 0-21 10-21 21v792c0 11 9 21 21 21s21-10 21-21v-792c0-11-10-21-21-21z m125 667c-6 0-11 2-15 6-4 4-6 9-6 15 0 5 2 11 6 14 8 8 22 8 29 0 5-3 7-9 7-14 0-6-2-11-7-15-3-4-9-6-14-6z m-42-83c-5 0-11 2-14 6-5 4-7 9-7 15 0 5 2 10 7 14 7 8 21 8 29 0 4-4 6-9 6-14 0-6-2-11-6-15-4-4-9-6-15-6z m42-84c-6 0-11 2-15 7-4 3-6 9-6 14 0 6 2 11 6 15 8 8 22 8 29 0 5-4 7-9 7-15 0-5-2-11-7-14-3-5-9-7-14-7z m-42-83c-5 0-11 2-14 6-5 4-7 9-7 15 0 5 2 11 6 14 9 8 22 8 30 0 4-3 6-9 6-14 0-6-2-11-6-15-4-4-9-6-15-6z m42-83c-6 0-11 2-15 6-4 4-6 9-6 15 0 5 2 10 6 14 8 8 22 8 29 0 5-4 7-9 7-14 0-6-2-11-7-15-3-4-9-6-14-6z m-42-84c-5 0-11 2-14 7-5 3-7 9-7 14 0 6 2 11 7 15 7 8 21 8 29 0 4-4 6-9 6-15 0-5-2-11-6-14-4-5-9-7-15-7z m42-83c-6 0-11 2-15 6-4 4-6 9-6 15 0 5 2 11 6 14 8 8 22 8 29 0 5-3 7-9 7-14 0-6-2-11-6-15-4-4-10-6-15-6z m-42-83c-5 0-11 2-14 6-5 4-7 9-7 15 0 5 2 10 7 14 7 8 21 8 29 0 4-4 6-9 6-14 0-6-2-11-6-15-4-4-9-6-15-6z" horiz-adv-x="1000" />
150
-
151
- <glyph glyph-name="divider" unicode="&#xe847;" d="M0 392l0 83c0 13 8 21 21 21s21-8 21-21v-83c0-13 8-21 21-21h875c12 0 20 8 20 21v83c0 13 9 21 21 21 13 0 21-8 21-21v-83c0-34-29-63-62-63h-875c-34 0-63 29-63 63z m0-167l0 83c0 34 29 63 63 63h875c33 0 62-29 62-63v-83c0-12-8-21-21-21s-21 9-21 21v83c0 13-8 21-20 21h-875c-13 0-21-8-21-21v-83c0-12-9-21-21-21s-21 9-21 21z" horiz-adv-x="1000" />
152
-
153
- <glyph glyph-name="toggle" unicode="&#xe848;" d="M792-129h-584c-103 0-187 84-187 187v584c0 103 84 187 187 187h584c103 0 187-84 187-187v-584c0-103-84-187-187-187z m-584 917c-80 0-145-66-145-146v-584c0-80 65-146 145-146h584c80 0 146 66 146 146v584c0 80-66 146-146 146h-584z m125-334c-57 0-104 47-104 104s47 105 104 105 105-47 105-105-47-104-105-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z m334-250h-334c-103 0-187 84-187 187s84 188 187 188h334c103 0 187-84 187-188s-84-187-187-187z m-334 333c-80 0-145-65-145-146s65-145 145-145h334c80 0 146 65 146 145s-66 146-146 146h-334z m334-666c-58 0-104 46-104 104s46 104 104 104 104-47 104-104-47-104-104-104z m0 166c-35 0-63-28-63-62s28-63 63-63 62 28 62 63-28 62-62 62z m0-250h-334c-103 0-187 84-187 188s84 187 187 187h334c103 0 187-84 187-187s-84-188-187-188z m-334 334c-80 0-145-66-145-146s65-146 145-146h334c80 0 146 65 146 146s-66 146-146 146h-334z" horiz-adv-x="1000" />
154
-
155
- <glyph glyph-name="settings" unicode="&#xe849;" d="M662-117c-14 0-27 3-40 10-21 12-36 33-40 57-4 21-23 35-45 33-24-3-50-3-74 0-22 2-41-12-45-33-4-24-19-45-40-57-22-12-48-13-72-3-38 16-75 37-108 62-20 15-32 38-32 64-1 24 10 48 29 64 16 13 18 36 6 54-15 20-27 42-38 65-8 20-30 29-50 22-23-9-49-6-70 6-21 13-36 35-39 60-3 21-4 42-4 63s1 42 4 63c3 25 18 47 39 60 21 12 47 15 70 6 20-7 42 3 50 22 11 23 23 45 38 65 13 18 10 41-6 55-19 15-30 39-29 63 0 26 12 49 32 64 33 25 70 46 108 62 23 10 50 9 72-3 21-12 36-33 40-57 4-21 23-35 45-33 24 3 50 3 74 0 22-2 41 12 45 33 4 24 19 45 40 57 22 12 49 13 72 3 38-16 75-37 108-62 20-15 32-38 33-64 0-24-11-48-30-63-16-14-18-37-5-55 14-20 27-42 37-65 9-19 31-29 50-22 23 9 49 6 70-6 22-13 36-35 39-60 3-21 4-42 4-63s-1-42-4-63c-3-25-17-47-39-60-21-12-47-15-70-6l0 0c-19 7-42-2-50-22-11-23-23-45-38-65-12-18-10-41 6-54 19-16 30-40 29-64 0-26-12-49-32-64-33-25-70-46-108-62-10-5-21-7-32-7z m-120 142c40 0 74-28 81-68 2-12 9-22 19-27 11-6 24-7 36-2 35 15 68 34 99 57 10 8 16 19 16 31 0 12-5 24-14 31-34 28-39 75-13 111 13 18 24 38 33 58 17 39 62 59 102 44l0 0c12-4 24-3 35 3 10 7 17 17 19 30 2 19 3 38 3 57s-1 38-3 57c-2 13-9 24-19 30-11 6-23 7-34 3-40-15-86 5-103 44-9 20-20 40-33 58-26 36-21 83 13 111 9 7 14 19 14 31 0 12-6 23-16 31-31 23-64 42-99 57-12 5-25 4-36-2-10-5-17-16-19-27-7-43-46-72-90-67-22 2-44 2-66 0-44-5-83 24-90 67-2 11-9 22-19 27-11 6-24 7-36 2-35-15-68-34-99-57-10-8-15-19-16-31 0-12 5-24 14-31 34-28 39-75 13-111-12-18-24-38-33-58-17-39-62-59-102-44-12 4-24 3-34-3-11-6-18-17-20-30-2-19-3-38-3-57s1-38 3-57c2-13 9-23 20-30 10-6 22-7 33-3 41 15 86-4 103-44 9-20 21-40 33-57 26-36 21-84-13-112-9-7-14-18-14-30 1-13 6-24 16-32 31-23 64-42 99-57 12-5 25-4 36 2 10 6 17 16 19 27 7 43 46 72 90 67 22-2 44-2 66 0 3 0 6 1 9 1z m-42 117c-115 0-208 93-208 208s93 208 208 208 208-93 208-208-93-208-208-208z m0 375c-92 0-167-75-167-167s75-167 167-167 167 75 167 167-75 167-167 167z" horiz-adv-x="1000" />
156
-
157
- <glyph glyph-name="section" unicode="&#xe84a;" d="M958-14h-916c-12 0-21 10-21 21v667c0 11 9 21 21 21h916c12 0 21-10 21-21v-667c0-11-9-21-21-21z m-895 42h875v625h-875v-625z m437-42c-11 0-21 10-21 21v167c0 11 10 21 21 21s21-10 21-21v-167c0-11-9-21-21-21z m333 0c-11 0-20 10-20 21v167c0 11 9 21 20 21s21-10 21-21v-167c0-11-9-21-21-21z m-666 0c-12 0-21 10-21 21v167c0 11 9 21 21 21s21-10 21-21v-167c0-11-10-21-21-21z m791 167h-916c-12 0-21 9-21 21 0 11 9 21 21 21h916c12 0 21-10 21-21 0-12-9-21-21-21z m-625 0c-11 0-20 9-20 21v167c0 11 9 20 20 20s21-9 21-20v-167c0-12-9-21-21-21z m334 0c-12 0-21 9-21 21v167c0 11 9 20 21 20s21-9 21-20v-167c0-12-10-21-21-21z m291 167h-916c-12 0-21 9-21 21s9 20 21 20h916c12 0 21-9 21-20s-9-21-21-21z m-458 0c-11 0-21 9-21 21v166c0 12 10 21 21 21s21-9 21-21v-166c0-12-9-21-21-21z m333 0c-11 0-20 9-20 21v166c0 12 9 21 20 21s21-9 21-21v-166c0-12-9-21-21-21z m-666 0c-12 0-21 9-21 21v166c0 12 9 21 21 21s21-9 21-21v-166c0-12-10-21-21-21z m791 166h-916c-12 0-21 10-21 21s9 21 21 21h916c12 0 21-9 21-21s-9-21-21-21z m-625 0c-11 0-20 10-20 21v167c0 11 9 21 20 21s21-10 21-21v-167c0-11-9-21-21-21z m334 0c-12 0-21 10-21 21v167c0 11 9 21 21 21s21-10 21-21v-167c0-11-10-21-21-21z" horiz-adv-x="1000" />
158
-
159
- <glyph glyph-name="photo-library" unicode="&#xe84b;" d="M729 142h-708c-12 0-21 9-21 21v625c0 11 9 20 21 20h708c12 0 21-9 21-20v-625c0-12-9-21-21-21z m-687 41h666v584h-666v-584z m687-41c-7 0-15 4-18 11l-212 424-148-258c-3-6-8-10-15-10-6-1-13 1-17 5l-107 107-174-270c-6-9-19-12-28-6-10 6-13 19-7 29l188 291c3 6 9 9 15 10 6 1 13-2 17-6l106-106 153 268c4 7 11 11 19 11 7 0 14-5 18-12l229-458c5-10 1-23-9-28-3-2-7-2-10-2z m-500 375c-57 0-104 46-104 104s47 104 104 104 104-47 104-104-46-104-104-104z m0 166c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m584-625h-709c-11 0-21 10-21 21v84c0 11 10 20 21 20s21-9 21-20v-63h667v583h-42c-11 0-21 10-21 21s10 21 21 21h63c11 0 20-9 20-21v-625c0-11-9-21-20-21z m83-83h-708c-12 0-21 9-21 21v83c0 12 9 21 21 21s20-9 20-21v-62h667v583h-62c-12 0-21 9-21 21s9 21 21 21h83c11 0 21-10 21-21v-625c0-12-10-21-21-21z m83-83h-708c-12 0-21 9-21 20v84c0 11 9 21 21 21s21-10 21-21v-63h666v542h-62c-12 0-21 9-21 21s9 21 21 21h83c12 0 21-10 21-21v-584c0-11-9-20-21-20z" horiz-adv-x="1000" />
160
-
161
- <glyph glyph-name="elementor" unicode="&#xe84c;" d="M0 850h200v-1000h-200v1000z m400-800h600v-200h-600v200z m0 400h600v-200h-600v200z m0 400h600v-200h-600v200z" horiz-adv-x="1000" />
162
-
163
- <glyph glyph-name="menu" unicode="&#xe84d;" d="M125 100h750v83h-750v-83z m0 208h750v84h-750v-84z m0 292v-83h750v83h-750z" horiz-adv-x="1000" />
164
-
165
- <glyph glyph-name="plus" unicode="&#xe84e;" d="M792 308h-250v-250h-84v250h-250v84h250v250h84v-250h250v-84z" horiz-adv-x="1000" />
166
-
167
- <glyph glyph-name="apps" unicode="&#xe84f;" d="M167 517h166v166h-166v-166z m250-500h166v166h-166v-166z m-250 0h166v166h-166v-166z m0 250h166v166h-166v-166z m250 0h166v166h-166v-166z m250 416v-166h166v166h-166z m-250-166h166v166h-166v-166z m250-250h166v166h-166v-166z m0-250h166v166h-166v-166z" horiz-adv-x="1000" />
168
-
169
- <glyph glyph-name="tabs" unicode="&#xe850;" d="M896-46h-792c-57 0-104 47-104 104v500c0 58 47 105 104 105h149c44 0 84-29 98-72l4-11c9-25 32-42 59-42h482c57 0 104-47 104-105v-375c0-57-47-104-104-104z m-792 667c-34 0-62-28-62-63v-500c0-34 28-62 62-62h792c34 0 62 28 62 62v375c0 35-28 63-62 63h-482c-45 0-84 29-99 71l-3 11c-9 26-33 43-59 43h-149z m834-125c-12 0-21 9-21 21v125c0 34-28 62-63 62h-708c-35 0-63-28-63-62 0-12-9-21-20-21s-21 9-21 21c0 57 46 104 104 104h708c58 0 104-47 104-104v-125c0-12-9-21-20-21z" horiz-adv-x="1000" />
170
-
171
- <glyph glyph-name="elementor-square" unicode="&#xe851;" d="M950 850h-900c-28 0-50-22-50-50v-900c0-28 22-50 50-50h900c28 0 50 22 50 50v900c0 28-22 50-50 50z m-583-722h-89v444h89v-444z m355 0h-266v89h266v-89z m0 178h-266v88h266v-88z m0 177h-266v89h266v-89z" horiz-adv-x="1000" />
172
- </font>
173
- </defs>
174
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/fonts/eicon/eicon.ttf DELETED
Binary file
assets/fonts/eicon/eicon.woff DELETED
Binary file
assets/fonts/eicon/eicon.woff2 DELETED
Binary file
assets/js/admin.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! elementor - v0.1.1 - 30-05-2016 */
2
  !function(a,b,c,d){"use strict";var e={cache:{},cacheElements:function(){this.cache.$switchMode=a("#elementor-switch-mode"),this.cache.$switchModeInput=this.cache.$switchMode.find(".elementor-switch-mode-input"),this.cache.$switchModeButton=this.cache.$switchMode.find(".elementor-switch-mode-button"),this.cache.$switchModeButtonEditorStatus=this.cache.$switchModeButton.find(".elementor-switch-mode-off"),this.cache.$switchModeButtonBuilderStatus=this.cache.$switchModeButton.find(".elementor-switch-mode-on"),this.cache.$builderEditor=a("#elementor-editor"),this.cache.$wpEditor=a("#postdivrich")},buildElements:function(){var a=this;setTimeout(function(){a.toggleStatus(a)},300),a.cache.$switchModeButton.show()},toggleStatus:function(a){"builder"===a.cache.$switchModeInput.val()?(a.cache.$switchModeButtonBuilderStatus.show(),a.cache.$switchModeButtonEditorStatus.hide(),a.cache.$builderEditor.removeClass("elementor-editor-inactive").addClass("elementor-editor-active"),a.cache.$wpEditor.hide(),a.cache.$switchMode.removeClass("elementor-editor-inactive").addClass("elementor-editor-active")):(a.cache.$switchModeButtonEditorStatus.show(),a.cache.$switchModeButtonBuilderStatus.hide(),a.cache.$wpEditor.show(),a.cache.$builderEditor.addClass("elementor-editor-inactive").removeClass("elementor-editor-active"),a.cache.$switchMode.addClass("elementor-editor-inactive").removeClass("elementor-editor-active"))},bindEvents:function(){var d=this;d.cache.$switchModeButton.on("click",function(e){if(e.preventDefault(),"builder"===d.cache.$switchModeInput.val())d.cache.$switchModeInput.val("editor");else{d.cache.$switchModeInput.val("builder");var f=a("#title");f.val()||f.val("Elementor #"+a("#post_ID").val()),wp.autosave.server.triggerSave(),a(c).on("heartbeat-tick.autosave",function(){a(b).off("beforeunload.edit-post"),b.location=d.cache.$builderEditor.find("a").attr("href")})}d.toggleStatus(d)})},init:function(){this.cacheElements(),this.buildElements(),this.bindEvents()}};a(c).ready(function(a){e.init()})}(jQuery,window,document);
1
+ /*! elementor - v0.1.2 - 31-05-2016 */
2
  !function(a,b,c,d){"use strict";var e={cache:{},cacheElements:function(){this.cache.$switchMode=a("#elementor-switch-mode"),this.cache.$switchModeInput=this.cache.$switchMode.find(".elementor-switch-mode-input"),this.cache.$switchModeButton=this.cache.$switchMode.find(".elementor-switch-mode-button"),this.cache.$switchModeButtonEditorStatus=this.cache.$switchModeButton.find(".elementor-switch-mode-off"),this.cache.$switchModeButtonBuilderStatus=this.cache.$switchModeButton.find(".elementor-switch-mode-on"),this.cache.$builderEditor=a("#elementor-editor"),this.cache.$wpEditor=a("#postdivrich")},buildElements:function(){var a=this;setTimeout(function(){a.toggleStatus(a)},300),a.cache.$switchModeButton.show()},toggleStatus:function(a){"builder"===a.cache.$switchModeInput.val()?(a.cache.$switchModeButtonBuilderStatus.show(),a.cache.$switchModeButtonEditorStatus.hide(),a.cache.$builderEditor.removeClass("elementor-editor-inactive").addClass("elementor-editor-active"),a.cache.$wpEditor.hide(),a.cache.$switchMode.removeClass("elementor-editor-inactive").addClass("elementor-editor-active")):(a.cache.$switchModeButtonEditorStatus.show(),a.cache.$switchModeButtonBuilderStatus.hide(),a.cache.$wpEditor.show(),a.cache.$builderEditor.addClass("elementor-editor-inactive").removeClass("elementor-editor-active"),a.cache.$switchMode.addClass("elementor-editor-inactive").removeClass("elementor-editor-active"))},bindEvents:function(){var d=this;d.cache.$switchModeButton.on("click",function(e){if(e.preventDefault(),"builder"===d.cache.$switchModeInput.val())d.cache.$switchModeInput.val("editor");else{d.cache.$switchModeInput.val("builder");var f=a("#title");f.val()||f.val("Elementor #"+a("#post_ID").val()),wp.autosave.server.triggerSave(),a(c).on("heartbeat-tick.autosave",function(){a(b).off("beforeunload.edit-post"),b.location=d.cache.$builderEditor.find("a").attr("href")})}d.toggleStatus(d)})},init:function(){this.cacheElements(),this.buildElements(),this.bindEvents()}};a(c).ready(function(a){e.init()})}(jQuery,window,document);
assets/js/frontend.js CHANGED
@@ -49,7 +49,7 @@
49
  } )();
50
 
51
  var onYoutubeApiReady = function( callback ) {
52
- if ( window.YT ) {
53
  callback( window.YT );
54
  } else {
55
  // If not ready check again by timeout..
49
  } )();
50
 
51
  var onYoutubeApiReady = function( callback ) {
52
+ if ( window.YT && YT.loaded ) {
53
  callback( window.YT );
54
  } else {
55
  // If not ready check again by timeout..
assets/js/frontend.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! elementor - v0.1.1 - 30-05-2016 */
2
- !function(a,b){"use strict";var c=b,d=function(){var a={},b=!1,d=function(a){b=a},e=function(a){c=a},f=function(){return b},g=function(b,c){a[b]=c},h=function(b){var c=b.data("element_type");c&&a[c]&&a[c].call(b)};return{isEditorMode:f,setEditorMode:d,setScopeWindow:e,addBindEvent:g,runReadyTrigger:h}}(),e=function(a){b.YT?a(b.YT):setTimeout(function(){e(a)},350)};d.addBindEvent("counter",function(){this.find(".elementor-counter-number").waypoint(function(){var b=a(this);b.numerator({duration:b.data("duration")})},{offset:"90%"})}),d.addBindEvent("progress",function(){a(this).find(".elementor-progress-bar").waypoint(function(){var b=a(this),c=parseInt(b.data("max"),10),d=b.next(),e=d.find(".elementor-progress-percentage"),f=d.data("inner")?d.data("inner"):"";b.css("width",c+"%"),d.css("width",c+"%"),d.prepend(f+" "),e.html(c+"%")},{offset:"90%"})}),d.addBindEvent("tabs",function(){var b,c,d=a(this),e=d.find(".elementor-tabs").data("active-tab"),f=d.find(".elementor-tab-title"),g=d.find(".elementor-tab-content");e||(e=0);var h=function(a){b&&(b.removeClass("active"),c.hide()),b=f.eq(a),b.addClass("active"),c=g.filter('[data-tab="'+b.data("tab")+'"]'),c.show()};h(e),f.on("click",function(){var b=a(this).index(f);h(b)})}),d.addBindEvent("accordion",function(){var b=a(this),c=b.find(".elementor-accordion").data("active-section"),d=b.find(".elementor-accordion-title"),e=d.filter(".active"),f=function(a){var b=d.eq(a),c=b.hasClass("active");e.removeClass("active").next().slideUp(),c||(b.addClass("active").next().slideDown(),e=b)};c||(c=0),f(c),d.on("click",function(){var b=a(this).index(d);f(b)})}),d.addBindEvent("toggle",function(){var b=a(this).find(".elementor-toggle-title");b.on("click",function(){var b=a(this),c=b.next();b.hasClass("active")?(b.removeClass("active"),c.slideUp()):(b.addClass("active"),c.slideDown())})}),d.addBindEvent("carousel",function(){var b=a(this).find(".elementor-carousel-wrapper"),c=b.children(".elementor-carousel-for"),d=b.children(".elementor-carousel-nav"),e=d.data();c.slick({slidesToShow:1,slidesToScroll:1,arrows:!1,fade:!0,asNavFor:d}),d.slick({slidesToShow:e.slideToShow,slidesToScroll:e.slideToScroll,asNavFor:c,dots:!0,arrows:!0,focusOnSelect:!0,autoplay:e.autoPlay})}),d.addBindEvent("slider",function(){var b=a(this).find(".elementor-slider-wrapper"),c=b.children(".elementor-slider"),d=c.data();c.slick(d)}),d.addBindEvent("alert",function(){a(this).find(".elementor-alert-dismiss").on("click",function(){a(this).parent().fadeOut()})}),d.addBindEvent("section",function(){var b,d={backgroundVideoContainer:this.find(".elementor-background-video-container")};d.backgroundVideoFrame=d.backgroundVideoContainer.children(".elementor-background-video");var f=function(){var c=a(b.getIframe()),d=g();c.width(d.width).height(d.height)},g=function(){var a=d.backgroundVideoContainer.outerWidth(),b=d.backgroundVideoContainer.outerHeight(),c="16:9",e=c.split(":"),f=e[0]/e[1],g=a/f,h=b*f,i=a/b>f;return{width:i?a:h,height:i?g:b}},h=function(e){var g=d.backgroundVideoFrame,h=g.data(),i=h.videoId;i&&(b=new e.Player(g[0],{videoId:i,events:{onReady:function(){b.mute(),f(),b.playVideo()},onStateChange:function(a){a.data===e.PlayerState.ENDED&&b.seekTo(0)}},playerVars:{controls:0,showinfo:0}}),a(c).on("resize",f))};d.backgroundVideoContainer.length&&e(function(a){setTimeout(function(){h(a)},1)})}),d.addBindEvent("video",function(){var b=a(this),c=b.find(".elementor-custom-embed-image-overlay"),d=b.find("iframe");c.length&&c.on("click",function(){c.remove(),d[0].src=d[0].src+"&autoplay=1"})}),b.elementorBindUI=d}(jQuery,window),jQuery(function(a){a(".elementor-element").each(function(){elementorBindUI.runReadyTrigger(a(this))})});
1
+ /*! elementor - v0.1.2 - 31-05-2016 */
2
+ !function(a,b){"use strict";var c=b,d=function(){var a={},b=!1,d=function(a){b=a},e=function(a){c=a},f=function(){return b},g=function(b,c){a[b]=c},h=function(b){var c=b.data("element_type");c&&a[c]&&a[c].call(b)};return{isEditorMode:f,setEditorMode:d,setScopeWindow:e,addBindEvent:g,runReadyTrigger:h}}(),e=function(a){b.YT&&YT.loaded?a(b.YT):setTimeout(function(){e(a)},350)};d.addBindEvent("counter",function(){this.find(".elementor-counter-number").waypoint(function(){var b=a(this);b.numerator({duration:b.data("duration")})},{offset:"90%"})}),d.addBindEvent("progress",function(){a(this).find(".elementor-progress-bar").waypoint(function(){var b=a(this),c=parseInt(b.data("max"),10),d=b.next(),e=d.find(".elementor-progress-percentage"),f=d.data("inner")?d.data("inner"):"";b.css("width",c+"%"),d.css("width",c+"%"),d.prepend(f+" "),e.html(c+"%")},{offset:"90%"})}),d.addBindEvent("tabs",function(){var b,c,d=a(this),e=d.find(".elementor-tabs").data("active-tab"),f=d.find(".elementor-tab-title"),g=d.find(".elementor-tab-content");e||(e=0);var h=function(a){b&&(b.removeClass("active"),c.hide()),b=f.eq(a),b.addClass("active"),c=g.filter('[data-tab="'+b.data("tab")+'"]'),c.show()};h(e),f.on("click",function(){var b=a(this).index(f);h(b)})}),d.addBindEvent("accordion",function(){var b=a(this),c=b.find(".elementor-accordion").data("active-section"),d=b.find(".elementor-accordion-title"),e=d.filter(".active"),f=function(a){var b=d.eq(a),c=b.hasClass("active");e.removeClass("active").next().slideUp(),c||(b.addClass("active").next().slideDown(),e=b)};c||(c=0),f(c),d.on("click",function(){var b=a(this).index(d);f(b)})}),d.addBindEvent("toggle",function(){var b=a(this).find(".elementor-toggle-title");b.on("click",function(){var b=a(this),c=b.next();b.hasClass("active")?(b.removeClass("active"),c.slideUp()):(b.addClass("active"),c.slideDown())})}),d.addBindEvent("carousel",function(){var b=a(this).find(".elementor-carousel-wrapper"),c=b.children(".elementor-carousel-for"),d=b.children(".elementor-carousel-nav"),e=d.data();c.slick({slidesToShow:1,slidesToScroll:1,arrows:!1,fade:!0,asNavFor:d}),d.slick({slidesToShow:e.slideToShow,slidesToScroll:e.slideToScroll,asNavFor:c,dots:!0,arrows:!0,focusOnSelect:!0,autoplay:e.autoPlay})}),d.addBindEvent("slider",function(){var b=a(this).find(".elementor-slider-wrapper"),c=b.children(".elementor-slider"),d=c.data();c.slick(d)}),d.addBindEvent("alert",function(){a(this).find(".elementor-alert-dismiss").on("click",function(){a(this).parent().fadeOut()})}),d.addBindEvent("section",function(){var b,d={backgroundVideoContainer:this.find(".elementor-background-video-container")};d.backgroundVideoFrame=d.backgroundVideoContainer.children(".elementor-background-video");var f=function(){var c=a(b.getIframe()),d=g();c.width(d.width).height(d.height)},g=function(){var a=d.backgroundVideoContainer.outerWidth(),b=d.backgroundVideoContainer.outerHeight(),c="16:9",e=c.split(":"),f=e[0]/e[1],g=a/f,h=b*f,i=a/b>f;return{width:i?a:h,height:i?g:b}},h=function(e){var g=d.backgroundVideoFrame,h=g.data(),i=h.videoId;i&&(b=new e.Player(g[0],{videoId:i,events:{onReady:function(){b.mute(),f(),b.playVideo()},onStateChange:function(a){a.data===e.PlayerState.ENDED&&b.seekTo(0)}},playerVars:{controls:0,showinfo:0}}),a(c).on("resize",f))};d.backgroundVideoContainer.length&&e(function(a){setTimeout(function(){h(a)},1)})}),d.addBindEvent("video",function(){var b=a(this),c=b.find(".elementor-custom-embed-image-overlay"),d=b.find("iframe");c.length&&c.on("click",function(){c.remove(),d[0].src=d[0].src+"&autoplay=1"})}),b.elementorBindUI=d}(jQuery,window),jQuery(function(a){a(".elementor-element").each(function(){elementorBindUI.runReadyTrigger(a(this))})});
assets/lib/eicons/css/elementor-icons.css ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'eicon';
3
+ src: url("../fonts/eicons.eot?1.0");
4
+ src: url("../fonts/eicons.eot?1.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?1.0") format("woff2"), url("../fonts/eicons.woff?1.0") format("woff"), url("../fonts/eicons.ttf?1.0") format("truetype"), url("../fonts/eicons.svg?1.0#eicon") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal; }
7
+ [class^="eicon-"],
8
+ [class*=" eicon-"] {
9
+ display: inline-block;
10
+ font-family: eicon;
11
+ font-size: inherit;
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ font-variant: normal;
15
+ line-height: 1;
16
+ text-rendering: auto;
17
+ -webkit-font-smoothing: antialiased;
18
+ -moz-osx-font-smoothing: grayscale; }
19
+
20
+ .eicon-coding:before {
21
+ content: '\e800'; }
22
+
23
+ .eicon-align-left:before {
24
+ content: '\e801'; }
25
+
26
+ .eicon-anchor:before {
27
+ content: '\e802'; }
28
+
29
+ .eicon-favorite:before {
30
+ content: '\e803'; }
31
+
32
+ .eicon-google-maps:before {
33
+ content: '\e804'; }
34
+
35
+ .eicon-insert-image:before {
36
+ content: '\e805'; }
37
+
38
+ .eicon-photo-library:before {
39
+ content: '\e806'; }
40
+
41
+ .eicon-type-tool:before {
42
+ content: '\e807'; }
43
+
44
+ .eicon-youtube:before {
45
+ content: '\e808'; }
46
+
47
+ .eicon-settings:before {
48
+ content: '\e809'; }
49
+
50
+ .eicon-apps:before {
51
+ content: '\e80a'; }
52
+
53
+ .eicon-menu:before {
54
+ content: '\e80b'; }
55
+
56
+ .eicon-plus:before {
57
+ content: '\e80c'; }
58
+
59
+ .eicon-elementor:before {
60
+ content: '\e80d'; }
61
+
62
+ .eicon-elementor-square:before {
63
+ content: '\e80e'; }
64
+
65
+ .eicon-accordion:before {
66
+ content: '\e80f'; }
67
+
68
+ .eicon-alert:before {
69
+ content: '\e810'; }
70
+
71
+ .eicon-animation-text:before {
72
+ content: '\e811'; }
73
+
74
+ .eicon-animation:before {
75
+ content: '\e812'; }
76
+
77
+ .eicon-banner:before {
78
+ content: '\e813'; }
79
+
80
+ .eicon-blockquote:before {
81
+ content: '\e814'; }
82
+
83
+ .eicon-button:before {
84
+ content: '\e815'; }
85
+
86
+ .eicon-call-to-action:before {
87
+ content: '\e816'; }
88
+
89
+ .eicon-captcha:before {
90
+ content: '\e817'; }
91
+
92
+ .eicon-carrousel:before {
93
+ content: '\e818'; }
94
+
95
+ .eicon-checkbox:before {
96
+ content: '\e819'; }
97
+
98
+ .eicon-columns:before {
99
+ content: '\e81a'; }
100
+
101
+ .eicon-countdown:before {
102
+ content: '\e81b'; }
103
+
104
+ .eicon-counter:before {
105
+ content: '\e81c'; }
106
+
107
+ .eicon-date:before {
108
+ content: '\e81d'; }
109
+
110
+ .eicon-divider-shape:before {
111
+ content: '\e81e'; }
112
+
113
+ .eicon-divider:before {
114
+ content: '\e81f'; }
115
+
116
+ .eicon-download-button:before {
117
+ content: '\e820'; }
118
+
119
+ .eicon-dual-button:before {
120
+ content: '\e821'; }
121
+
122
+ .eicon-email-field:before {
123
+ content: '\e822'; }
124
+
125
+ .eicon-facebook-comments:before {
126
+ content: '\e823'; }
127
+
128
+ .eicon-facebook-like-box:before {
129
+ content: '\e824'; }
130
+
131
+ .eicon-flip-box:before {
132
+ content: '\e825'; }
133
+
134
+ .eicon-form-horizontal:before {
135
+ content: '\e826'; }
136
+
137
+ .eicon-form-vertical:before {
138
+ content: '\e827'; }
139
+
140
+ .eicon-gallery-grid:before {
141
+ content: '\e828'; }
142
+
143
+ .eicon-gallery-group:before {
144
+ content: '\e829'; }
145
+
146
+ .eicon-gallery-justified:before {
147
+ content: '\e82a'; }
148
+
149
+ .eicon-gallery-masonry:before {
150
+ content: '\e82b'; }
151
+
152
+ .eicon-icon-box:before {
153
+ content: '\e82c'; }
154
+
155
+ .eicon-image-before-after:before {
156
+ content: '\e82d'; }
157
+
158
+ .eicon-image-box:before {
159
+ content: '\e82e'; }
160
+
161
+ .eicon-image-hotspot:before {
162
+ content: '\e82f'; }
163
+
164
+ .eicon-image-rollover:before {
165
+ content: '\e830'; }
166
+
167
+ .eicon-info-box:before {
168
+ content: '\e831'; }
169
+
170
+ .eicon-inner-section:before {
171
+ content: '\e832'; }
172
+
173
+ .eicon-mailchimp:before {
174
+ content: '\e833'; }
175
+
176
+ .eicon-menu-card:before {
177
+ content: '\e834'; }
178
+
179
+ .eicon-navigation-horizontal:before {
180
+ content: '\e835'; }
181
+
182
+ .eicon-navigation-menu:before {
183
+ content: '\e836'; }
184
+
185
+ .eicon-navigation-vertical:before {
186
+ content: '\e837'; }
187
+
188
+ .eicon-number-field:before {
189
+ content: '\e838'; }
190
+
191
+ .eicon-parallax:before {
192
+ content: '\e839'; }
193
+
194
+ .eicon-php7:before {
195
+ content: '\e83a'; }
196
+
197
+ .eicon-post-list:before {
198
+ content: '\e83b'; }
199
+
200
+ .eicon-post-slider:before {
201
+ content: '\e83c'; }
202
+
203
+ .eicon-post:before {
204
+ content: '\e83d'; }
205
+
206
+ .eicon-posts-carousel:before {
207
+ content: '\e83e'; }
208
+
209
+ .eicon-posts-grid:before {
210
+ content: '\e83f'; }
211
+
212
+ .eicon-posts-group:before {
213
+ content: '\e840'; }
214
+
215
+ .eicon-posts-justified:before {
216
+ content: '\e841'; }
217
+
218
+ .eicon-posts-masonry:before {
219
+ content: '\e842'; }
220
+
221
+ .eicon-posts-ticker:before {
222
+ content: '\e843'; }
223
+
224
+ .eicon-price-list:before {
225
+ content: '\e844'; }
226
+
227
+ .eicon-price-table:before {
228
+ content: '\e845'; }
229
+
230
+ .eicon-radio:before {
231
+ content: '\e846'; }
232
+
233
+ .eicon-rtl:before {
234
+ content: '\e847'; }
235
+
236
+ .eicon-scroll:before {
237
+ content: '\e848'; }
238
+
239
+ .eicon-search:before {
240
+ content: '\e849'; }
241
+
242
+ .eicon-selec:before {
243
+ content: '\e84a'; }
244
+
245
+ .eicon-share:before {
246
+ content: '\e84b'; }
247
+
248
+ .eicon-sidebar:before {
249
+ content: '\e84c'; }
250
+
251
+ .eicon-skill-bar:before {
252
+ content: '\e84d'; }
253
+
254
+ .eicon-slider-3d:before {
255
+ content: '\e84e'; }
256
+
257
+ .eicon-slider-album:before {
258
+ content: '\e84f'; }
259
+
260
+ .eicon-slider-device:before {
261
+ content: '\e850'; }
262
+
263
+ .eicon-slider-full-screen:before {
264
+ content: '\e851'; }
265
+
266
+ .eicon-slider-push:before {
267
+ content: '\e852'; }
268
+
269
+ .eicon-slider-vertical:before {
270
+ content: '\e853'; }
271
+
272
+ .eicon-slider-video:before {
273
+ content: '\e854'; }
274
+
275
+ .eicon-slideshow:before {
276
+ content: '\e855'; }
277
+
278
+ .eicon-social-icons:before {
279
+ content: '\e856'; }
280
+
281
+ .eicon-spacer:before {
282
+ content: '\e857'; }
283
+
284
+ .eicon-table:before {
285
+ content: '\e858'; }
286
+
287
+ .eicon-tabs:before {
288
+ content: '\e859'; }
289
+
290
+ .eicon-tel-field:before {
291
+ content: '\e85a'; }
292
+
293
+ .eicon-text-area:before {
294
+ content: '\e85b'; }
295
+
296
+ .eicon-text-field:before {
297
+ content: '\e85c'; }
298
+
299
+ .eicon-thumbnails-down:before {
300
+ content: '\e85d'; }
301
+
302
+ .eicon-thumbnails-half:before {
303
+ content: '\e85e'; }
304
+
305
+ .eicon-thumbnails-right:before {
306
+ content: '\e85f'; }
307
+
308
+ .eicon-time-line:before {
309
+ content: '\e860'; }
310
+
311
+ .eicon-toogle:before {
312
+ content: '\e861'; }
313
+
314
+ .eicon-url:before {
315
+ content: '\e862'; }
316
+
317
+ .eicon-woocommerce:before {
318
+ content: '\e863'; }
319
+
320
+ .eicon-wordpress:before {
321
+ content: '\e864'; }
322
+
323
+ .eicon-bullet-list:before {
324
+ content: '\e865'; }
325
+
326
+ /*# sourceMappingURL=elementor-icons.css.map */
assets/lib/eicons/css/elementor-icons.min.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /*! elementor-icons - v1.0 - 31-05-2016 */
2
+ @font-face{font-family:eicon;src:url(../fonts/eicons.eot?1.0);src:url(../fonts/eicons.eot?1.0#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2?1.0) format("woff2"),url(../fonts/eicons.woff?1.0) format("woff"),url(../fonts/eicons.ttf?1.0) format("truetype"),url(../fonts/eicons.svg?1.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon-]{display:inline-block;font-family:eicon;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-coding:before{content:'\e800'}.eicon-align-left:before{content:'\e801'}.eicon-anchor:before{content:'\e802'}.eicon-favorite:before{content:'\e803'}.eicon-google-maps:before{content:'\e804'}.eicon-insert-image:before{content:'\e805'}.eicon-photo-library:before{content:'\e806'}.eicon-type-tool:before{content:'\e807'}.eicon-youtube:before{content:'\e808'}.eicon-settings:before{content:'\e809'}.eicon-apps:before{content:'\e80a'}.eicon-menu:before{content:'\e80b'}.eicon-plus:before{content:'\e80c'}.eicon-elementor:before{content:'\e80d'}.eicon-elementor-square:before{content:'\e80e'}.eicon-accordion:before{content:'\e80f'}.eicon-alert:before{content:'\e810'}.eicon-animation-text:before{content:'\e811'}.eicon-animation:before{content:'\e812'}.eicon-banner:before{content:'\e813'}.eicon-blockquote:before{content:'\e814'}.eicon-button:before{content:'\e815'}.eicon-call-to-action:before{content:'\e816'}.eicon-captcha:before{content:'\e817'}.eicon-carrousel:before{content:'\e818'}.eicon-checkbox:before{content:'\e819'}.eicon-columns:before{content:'\e81a'}.eicon-countdown:before{content:'\e81b'}.eicon-counter:before{content:'\e81c'}.eicon-date:before{content:'\e81d'}.eicon-divider-shape:before{content:'\e81e'}.eicon-divider:before{content:'\e81f'}.eicon-download-button:before{content:'\e820'}.eicon-dual-button:before{content:'\e821'}.eicon-email-field:before{content:'\e822'}.eicon-facebook-comments:before{content:'\e823'}.eicon-facebook-like-box:before{content:'\e824'}.eicon-flip-box:before{content:'\e825'}.eicon-form-horizontal:before{content:'\e826'}.eicon-form-vertical:before{content:'\e827'}.eicon-gallery-grid:before{content:'\e828'}.eicon-gallery-group:before{content:'\e829'}.eicon-gallery-justified:before{content:'\e82a'}.eicon-gallery-masonry:before{content:'\e82b'}.eicon-icon-box:before{content:'\e82c'}.eicon-image-before-after:before{content:'\e82d'}.eicon-image-box:before{content:'\e82e'}.eicon-image-hotspot:before{content:'\e82f'}.eicon-image-rollover:before{content:'\e830'}.eicon-info-box:before{content:'\e831'}.eicon-inner-section:before{content:'\e832'}.eicon-mailchimp:before{content:'\e833'}.eicon-menu-card:before{content:'\e834'}.eicon-navigation-horizontal:before{content:'\e835'}.eicon-navigation-menu:before{content:'\e836'}.eicon-navigation-vertical:before{content:'\e837'}.eicon-number-field:before{content:'\e838'}.eicon-parallax:before{content:'\e839'}.eicon-php7:before{content:'\e83a'}.eicon-post-list:before{content:'\e83b'}.eicon-post-slider:before{content:'\e83c'}.eicon-post:before{content:'\e83d'}.eicon-posts-carousel:before{content:'\e83e'}.eicon-posts-grid:before{content:'\e83f'}.eicon-posts-group:before{content:'\e840'}.eicon-posts-justified:before{content:'\e841'}.eicon-posts-masonry:before{content:'\e842'}.eicon-posts-ticker:before{content:'\e843'}.eicon-price-list:before{content:'\e844'}.eicon-price-table:before{content:'\e845'}.eicon-radio:before{content:'\e846'}.eicon-rtl:before{content:'\e847'}.eicon-scroll:before{content:'\e848'}.eicon-search:before{content:'\e849'}.eicon-selec:before{content:'\e84a'}.eicon-share:before{content:'\e84b'}.eicon-sidebar:before{content:'\e84c'}.eicon-skill-bar:before{content:'\e84d'}.eicon-slider-3d:before{content:'\e84e'}.eicon-slider-album:before{content:'\e84f'}.eicon-slider-device:before{content:'\e850'}.eicon-slider-full-screen:before{content:'\e851'}.eicon-slider-push:before{content:'\e852'}.eicon-slider-vertical:before{content:'\e853'}.eicon-slider-video:before{content:'\e854'}.eicon-slideshow:before{content:'\e855'}.eicon-social-icons:before{content:'\e856'}.eicon-spacer:before{content:'\e857'}.eicon-table:before{content:'\e858'}.eicon-tabs:before{content:'\e859'}.eicon-tel-field:before{content:'\e85a'}.eicon-text-area:before{content:'\e85b'}.eicon-text-field:before{content:'\e85c'}.eicon-thumbnails-down:before{content:'\e85d'}.eicon-thumbnails-half:before{content:'\e85e'}.eicon-thumbnails-right:before{content:'\e85f'}.eicon-time-line:before{content:'\e860'}.eicon-toogle:before{content:'\e861'}.eicon-url:before{content:'\e862'}.eicon-woocommerce:before{content:'\e863'}.eicon-wordpress:before{content:'\e864'}.eicon-bullet-list:before{content:'\e865'}
assets/lib/eicons/fonts/eicons.eot ADDED
Binary file
assets/lib/eicons/fonts/eicons.svg ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Elementor Icon Font by Elementor.com</metadata>
5
+ <defs>
6
+ <font id="eicons" horiz-adv-x="1000" >
7
+ <font-face font-family="eicons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
8
+ <missing-glyph horiz-adv-x="1000" />
9
+ <glyph glyph-name="coding" unicode="&#xe800;" d="M313-129c-3 0-6 0-8 1-11 5-16 17-12 27l375 917c5 11 17 16 27 12 11-5 16-17 12-28l-375-916c-3-8-11-13-19-13z m416 167c-5 0-9 1-13 5-9 7-10 20-3 29l239 278-239 278c-7 9-6 22 3 30 8 7 22 6 29-3l250-291c7-8 7-20 0-27l-250-292c-4-5-10-7-16-7z m-458 0c-6 0-12 2-16 7l-250 292c-7 7-7 19 0 27l250 291c8 9 21 10 29 3 9-8 10-21 3-30l-239-278 239-278c7-9 6-22-3-29-3-4-8-5-13-5z" horiz-adv-x="1000" />
10
+
11
+ <glyph glyph-name="align-left" unicode="&#xe801;" d="M979 642h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z m291-125h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z m291-125h-958c-12 0-21 9-21 21s9 20 21 20h958c12 0 21-9 21-20s-9-21-21-21z m-291-125h-667c-12 0-21 9-21 21s9 20 21 20h667c11 0 20-9 20-20s-9-21-20-21z" horiz-adv-x="1000" />
12
+
13
+ <glyph glyph-name="anchor" unicode="&#xe802;" d="M500-154c-10 0-19 8-20 17-8 7-38 16-61 24-79 24-196 61-245 167h-28c-3 0-6 1-9 2-10 5-95 50-95 269 0 9 5 16 13 20 7 3 16 1 22-5 102-101 204-163 205-164 9-5 12-17 8-27l-14-28c65-62 108-67 120-67 16 0 21 24 21 25l0 392h-63c-20-26-51-42-83-42-58 0-104 47-104 105s46 104 104 104c32 0 63-16 83-42h63v32c-27 24-42 57-42 93 0 69 56 125 125 125s125-56 125-125c0-36-15-69-42-93v-32h63c20 26 51 42 83 42 58 0 104-47 104-104s-46-105-104-105c-32 0-63 16-83 42h-63v-396c0 0 0 0 0 0 1 0 6-21 21-21 12 0 55 5 121 67l-14 28c-5 10-2 22 7 27 2 1 104 63 205 164 6 6 15 8 23 5 7-4 12-11 12-20 0-219-85-264-95-269-3-1-6-2-9-2h-28c-49-106-166-143-244-167-24-8-54-17-61-24-2-9-11-17-21-17z m-348 250h36c8 0 16-5 19-13 38-98 150-133 224-157 29-9 53-16 69-26 16 10 40 17 69 26 74 24 186 59 224 157 3 8 11 13 20 13h35c12 9 57 50 67 179-68-62-130-105-159-124l13-25c4-8 2-17-4-24-58-57-115-89-161-89-41 0-59 38-62 59l0 420c0 11 9 21 21 21h94c8 0 15-4 18-11 12-19 32-31 54-31 35 0 63 28 63 63s-28 62-63 62c-22 0-42-12-54-31-3-7-10-11-18-11h-94c-12 0-21 10-21 21v63c0 7 3 13 8 17 21 16 33 40 33 66 0 46-37 83-83 83s-83-37-83-83c0-26 12-50 33-66 5-4 8-10 8-17v-63c0-11-9-21-20-21h-95c-8 0-15 4-18 11-12 19-32 31-54 31-35 0-63-28-63-62s28-63 63-63c22 0 42 12 54 31 3 7 10 11 18 11h95c11 0 20-10 20-21v-417c-3-24-21-62-62-62-46 0-103 32-161 89-6 7-8 16-4 24l13 25c-29 19-91 62-159 124 10-129 54-170 67-179z" horiz-adv-x="1000" />
14
+
15
+ <glyph glyph-name="favorite" unicode="&#xe803;" d="M500-150c-276 0-500 224-500 500s224 500 500 500 500-224 500-500-224-500-500-500z m0 958c-253 0-458-205-458-458s205-458 458-458 458 205 458 458-205 458-458 458z m188-750c-4 0-8 2-12 4l-176 117-176-117c-7-5-17-5-24 0-7 5-10 14-8 23l59 215-176 138c-7 5-10 15-7 23 3 8 11 14 20 14h215l78 195c6 16 32 16 38 0l78-195h216c8 0 16-6 19-14 3-8 0-18-7-23l-176-138 59-215c2-9-1-18-8-23-4-2-8-4-12-4z m-188 167c4 0 8-1 12-3l141-95-48 176c-2 8 1 17 7 22l140 108h-169c-8 0-16 6-19 13l-64 160-64-159c-3-8-11-14-19-14h-169l140-108c6-5 9-14 7-22l-48-176 141 95c4 2 8 3 12 3z" horiz-adv-x="1000" />
16
+
17
+ <glyph glyph-name="google-maps" unicode="&#xe804;" d="M750 100c-10 0-18 7-20 17-33 162-91 252-137 324-12 18-23 35-33 52-18 26-30 57-35 90-3 14-4 26-4 38 0 126 103 229 229 229s229-103 229-229c0-12-1-24-4-38-5-33-17-64-36-91-8-16-20-33-31-51-47-72-105-162-138-324-1-10-10-17-20-17z m0 708c-103 0-187-84-187-187 0-9 1-19 3-30 4-29 14-54 29-76 10-17 21-34 33-52 39-61 87-136 122-255 35 119 83 193 123 255 11 18 22 35 31 51 16 23 26 48 30 76 3 12 4 22 4 31 0 103-85 187-188 187z m0-291c-57 0-104 46-104 104s47 104 104 104 104-47 104-104-47-104-104-104z m0 166c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m83-833h-708c-57 0-104 47-104 104v667c0 57 47 104 104 104h417c11 0 21-9 21-21s-10-21-21-21h-417c-34 0-62-28-62-62v-667c0-34 28-62 62-62h708c35 0 63 28 63 62v521c0 12 9 21 21 21s21-9 21-21v-521c0-57-47-104-105-104z m-750 42c-5 0-10 2-14 6-8 8-8 21 0 29l520 521c9 8 22 8 30 0s8-21 0-29l-521-521c-4-4-9-6-15-6z m792 0c-5 0-11 2-15 6l-396 396c-8 8-8 21 0 29s22 8 30 0l396-396c8-8 8-21 0-29-4-4-10-6-15-6z m-667 583c-46 0-83 37-83 83s37 84 83 84 84-38 84-84-38-83-84-83z m0 125c-23 0-41-19-41-42s18-41 41-41 42 18 42 41-19 42-42 42z m84 0h-84c-11 0-20 9-20 21s9 21 20 21h84c11 0 21-10 21-21s-10-21-21-21z m-84-292c-71 0-104 49-104 84 0 39 37 65 110 78-3 8-6 16-6 26 0 11 10 21 21 21s21-10 21-21c0-10 9-19 23-32 18-17 40-39 40-72 0-74-51-84-105-84z m37 125c-73-10-99-28-99-41 0-9 11-42 62-42 60 0 63 14 63 42 0 14-10 25-26 41z" horiz-adv-x="1000" />
18
+
19
+ <glyph glyph-name="insert-image" unicode="&#xe805;" d="M979-46h-958c-12 0-21 9-21 21v750c0 12 9 21 21 21h958c12 0 21-9 21-21v-750c0-12-9-21-21-21z m-937 42h916v708h-916v-708z m937-42c-7 0-14 4-18 10l-335 553-150-261c-3-5-8-9-15-10-6-1-13 1-17 6l-108 108-298-398c-7-9-20-11-30-4-9 7-11 20-4 29l313 417c3 5 9 8 15 9 6 0 12-2 16-7l106-105 153 268c4 6 10 10 18 10 6-1 14-3 18-10l354-583c6-10 3-23-7-29-3-2-7-3-11-3z m-625 500c-57 0-104 47-104 104s47 105 104 105 104-47 104-105-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z" horiz-adv-x="1000" />
20
+
21
+ <glyph glyph-name="photo-library" unicode="&#xe806;" d="M729 142h-708c-12 0-21 9-21 21v625c0 11 9 20 21 20h708c12 0 21-9 21-20v-625c0-12-9-21-21-21z m-687 41h666v584h-666v-584z m687-41c-7 0-15 4-18 11l-212 424-148-258c-3-6-8-10-15-10-6-1-13 1-17 5l-107 107-174-270c-6-9-19-12-28-6-10 6-13 19-7 29l188 291c3 6 9 9 15 10 6 1 13-2 17-6l106-106 153 268c4 7 11 11 19 11 7 0 14-5 18-12l229-458c5-10 1-23-9-28-3-2-7-2-10-2z m-500 375c-57 0-104 46-104 104s47 104 104 104 104-47 104-104-46-104-104-104z m0 166c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m584-625h-709c-11 0-21 10-21 21v84c0 11 10 20 21 20s21-9 21-20v-63h667v583h-42c-11 0-21 10-21 21s10 21 21 21h63c11 0 20-9 20-21v-625c0-11-9-21-20-21z m83-83h-708c-12 0-21 9-21 21v83c0 12 9 21 21 21s20-9 20-21v-62h667v583h-62c-12 0-21 9-21 21s9 21 21 21h83c11 0 21-10 21-21v-625c0-12-10-21-21-21z m83-83h-708c-12 0-21 9-21 20v84c0 11 9 21 21 21s21-10 21-21v-63h666v542h-62c-12 0-21 9-21 21s9 21 21 21h83c12 0 21-10 21-21v-584c0-11-9-20-21-20z" horiz-adv-x="1000" />
22
+
23
+ <glyph glyph-name="type-tool" unicode="&#xe807;" d="M647-108c0 0-1 0-1 0h-292c-11 0-21 9-21 20s10 21 21 21c35 0 63 28 63 63v646h-271c-35 0-63-28-63-63 0-11-9-21-20-21s-21 10-21 21v209c0 11 9 20 21 20h875c11 0 20-9 20-20v-209c0-11-9-21-20-21s-21 10-21 21c0 35-28 63-63 63h-271v-646c0-35 28-63 63-63 0 0 0 0 0 0h1c11 0 21-9 21-21s-10-20-21-20z m-209 41h125c-13 18-21 39-21 63v667c0 11 9 20 21 20h291c24 0 45-7 63-20v104h-834v-104c18 13 39 20 63 20h292c11 0 20-9 20-20v-667c0-24-7-45-20-63z" horiz-adv-x="1000" />
24
+
25
+ <glyph glyph-name="youtube" unicode="&#xe808;" d="M500-19c-49 0-98 2-146 6l-221 20c-76 6-133 69-133 145v396c0 76 57 139 133 145l221 19c97 9 195 9 292 0l221-19c76-6 133-69 133-145v-396c0-76-57-139-133-145l-221-20c-48-4-97-6-146-6z m0 696c-48 0-95-2-143-6l-220-19c-54-5-95-50-95-104v-396c0-54 41-99 95-104l220-19c95-8 191-8 286 0l220 19 0 0c54 5 95 50 95 104v396c0 54-41 99-95 104l-220 19c-48 4-95 6-143 6z m-104-535c-4 0-7 0-10 2-7 4-11 11-11 18v375c0 8 4 15 11 19 7 3 15 3 21-1l292-188c6-3 9-10 9-17s-3-14-9-18l-292-187c-3-2-7-3-11-3z m21 357v-298l232 149-232 149z" horiz-adv-x="1000" />
26
+
27
+ <glyph glyph-name="settings" unicode="&#xe809;" d="M662-117c-14 0-27 3-40 10-21 12-36 33-40 57-4 21-23 35-45 33-24-3-50-3-74 0-22 2-41-12-45-33-4-24-19-45-40-57-22-12-48-13-72-3-38 16-75 37-108 62-20 15-32 38-32 64-1 24 10 48 29 64 16 13 18 36 6 54-15 20-27 42-38 65-8 20-30 29-50 22-23-9-49-6-70 6-21 13-36 35-39 60-3 21-4 42-4 63s1 42 4 63c3 25 18 47 39 60 21 12 47 15 70 6 20-7 42 3 50 22 11 23 23 45 38 65 13 18 10 41-6 55-19 15-30 39-29 63 0 26 12 49 32 64 33 25 70 46 108 62 23 10 50 9 72-3 21-12 36-33 40-57 4-21 23-35 45-33 24 3 50 3 74 0 22-2 41 12 45 33 4 24 19 45 40 57 22 12 49 13 72 3 38-16 75-37 108-62 20-15 32-38 33-64 0-24-11-48-30-63-16-14-18-37-5-55 14-20 27-42 37-65 9-19 31-29 50-22 23 9 49 6 70-6 22-13 36-35 39-60 3-21 4-42 4-63s-1-42-4-63c-3-25-17-47-39-60-21-12-47-15-70-6l0 0c-19 7-42-2-50-22-11-23-23-45-38-65-12-18-10-41 6-54 19-16 30-40 29-64 0-26-12-49-32-64-33-25-70-46-108-62-10-5-21-7-32-7z m-120 142c40 0 74-28 81-68 2-12 9-22 19-27 11-6 24-7 36-2 35 15 68 34 99 57 10 8 16 19 16 31 0 12-5 24-14 31-34 28-39 75-13 111 13 18 24 38 33 58 17 39 62 59 102 44l0 0c12-4 24-3 35 3 10 7 17 17 19 30 2 19 3 38 3 57s-1 38-3 57c-2 13-9 24-19 30-11 6-23 7-34 3-40-15-86 5-103 44-9 20-20 40-33 58-26 36-21 83 13 111 9 7 14 19 14 31 0 12-6 23-16 31-31 23-64 42-99 57-12 5-25 4-36-2-10-5-17-16-19-27-7-43-46-72-90-67-22 2-44 2-66 0-44-5-83 24-90 67-2 11-9 22-19 27-11 6-24 7-36 2-35-15-68-34-99-57-10-8-15-19-16-31 0-12 5-24 14-31 34-28 39-75 13-111-12-18-24-38-33-58-17-39-62-59-102-44-12 4-24 3-34-3-11-6-18-17-20-30-2-19-3-38-3-57s1-38 3-57c2-13 9-23 20-30 10-6 22-7 33-3 41 15 86-4 103-44 9-20 21-40 33-57 26-36 21-84-13-112-9-7-14-18-14-30 1-13 6-24 16-32 31-23 64-42 99-57 12-5 25-4 36 2 10 6 17 16 19 27 7 43 46 72 90 67 22-2 44-2 66 0 3 0 6 1 9 1z m-42 117c-115 0-208 93-208 208s93 208 208 208 208-93 208-208-93-208-208-208z m0 375c-92 0-167-75-167-167s75-167 167-167 167 75 167 167-75 167-167 167z" horiz-adv-x="1000" />
28
+
29
+ <glyph glyph-name="apps" unicode="&#xe80a;" d="M167 517h166v166h-166v-166z m250-500h166v166h-166v-166z m-250 0h166v166h-166v-166z m0 250h166v166h-166v-166z m250 0h166v166h-166v-166z m250 416v-166h166v166h-166z m-250-166h166v166h-166v-166z m250-250h166v166h-166v-166z m0-250h166v166h-166v-166z" horiz-adv-x="1000" />
30
+
31
+ <glyph glyph-name="menu" unicode="&#xe80b;" d="M125 100h750v83h-750v-83z m0 208h750v84h-750v-84z m0 292v-83h750v83h-750z" horiz-adv-x="1000" />
32
+
33
+ <glyph glyph-name="plus" unicode="&#xe80c;" d="M792 308h-250v-250h-84v250h-250v84h250v250h84v-250h250v-84z" horiz-adv-x="1000" />
34
+
35
+ <glyph glyph-name="elementor" unicode="&#xe80d;" d="M0 850h200v-1000h-200v1000z m400-800h600v-200h-600v200z m0 400h600v-200h-600v200z m0 400h600v-200h-600v200z" horiz-adv-x="1000" />
36
+
37
+ <glyph glyph-name="elementor-square" unicode="&#xe80e;" d="M950 850h-900c-28 0-50-22-50-50v-900c0-28 22-50 50-50h900c28 0 50 22 50 50v900c0 28-22 50-50 50z m-583-722h-89v444h89v-444z m355 0h-266v89h266v-89z m0 178h-266v88h266v-88z m0 177h-266v89h266v-89z" horiz-adv-x="1000" />
38
+
39
+ <glyph glyph-name="accordion" unicode="&#xe80f;" d="M938 600h-875c-35 0-63-28-63-62v-375c0-35 28-63 63-63h875c34 0 62 28 62 63v375c0 34-28 62-62 62z m20-437c0-12-9-21-20-21h-875c-12 0-21 9-21 21v375c0 11 9 20 21 20h875c11 0 20-9 20-20v-375z m-854 520h792c11 0 21 10 21 21s-10 21-21 21h-792c-11 0-21-9-21-21s10-21 21-21z m0 125h792c11 0 21 10 21 21s-10 21-21 21h-792c-11 0-21-9-21-21s10-21 21-21z m792-916h-792c-11 0-21-10-21-21s10-21 21-21h792c11 0 21 9 21 21s-10 21-21 21z m0 125h-792c-11 0-21-10-21-21s10-21 21-21h792c11 0 21 9 21 21s-10 21-21 21z" horiz-adv-x="1000" />
40
+
41
+ <glyph glyph-name="alert" unicode="&#xe810;" d="M500 829c-264 0-479-215-479-479s215-479 479-479 479 215 479 479-215 479-479 479z m0-917c-241 0-437 197-437 438s196 438 437 438 438-197 438-438-197-438-438-438z m0 542c-34 0-62-28-62-62v-250c0-35 28-63 62-63s63 28 63 63v250c0 34-28 62-63 62z m21-312c0-12-9-21-21-21s-21 9-21 21v250c0 11 10 21 21 21s21-10 21-21v-250z m-21 479c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z m0-83c-11 0-21 9-21 20s10 21 21 21 21-9 21-21-9-20-21-20z" horiz-adv-x="1000" />
42
+
43
+ <glyph glyph-name="animation-text" unicode="&#xe811;" d="M165 545c-6 16-33 16-39 0l-125-333c-4-11 2-23 13-27 10-4 22 1 26 12l42 112c1 0 1-1 1-1h125c1 0 1 1 1 1l42-112c4-8 11-14 20-14 2 0 5 1 7 2 11 4 16 16 12 27l-125 333z m-67-195l48 128 48-128h-96z m590 83c34 0 62-28 62-62 0-12 9-21 21-21s21 9 21 21c0 57-47 104-104 104s-105-47-105-104v-83c0-58 47-105 105-105s104 47 104 105c0 11-10 20-21 20s-21-9-21-20c0-35-28-63-62-63s-63 28-63 63v83c0 34 28 62 63 62z m-250 42c-24 0-45-8-63-21v84c0 11-9 20-21 20s-21-9-21-20v-167-21-42-20-84c0-11 10-21 21-21s21 10 21 21v1c18-13 39-22 63-22 57 0 104 47 104 105v83c0 57-47 104-104 104z m62-187c0-35-28-63-62-63s-63 28-63 63v20 42 21c0 34 28 62 63 62s62-28 62-62v-83z m497-239c-1 2-27 41-80 49v210h21c11 0 20 10 20 21s-9 21-20 21h-21v252c53 9 79 48 80 49 6 10 3 23-7 29-9 6-22 3-28-6-1-2-22-32-66-32s-65 30-66 32c-6 9-19 12-28 6-10-6-13-19-7-28 1-2 26-41 80-50v-252h-21c-11 0-21-9-21-21s10-21 21-21h21v-210c-54-8-79-48-80-49-6-10-3-23 6-29 10-6 23-3 29 6 1 2 22 32 66 32s65-30 66-31c4-7 10-10 17-10 4 0 8 1 11 3 10 6 13 19 7 29z" horiz-adv-x="1000" />
44
+
45
+ <glyph glyph-name="animation" unicode="&#xe812;" d="M973 365l-208 208c-2 2-4 4-7 5-1 0-2 0-3 0-2 1-3 1-5 1-1 0-2 0-3 0-2-1-3-1-5-1-2-1-5-3-7-5l0 0-208-208c-8-8-8-22 0-30l208-208c1-1 2-1 3-2 1-1 2-2 4-2 3-2 5-2 8-2s5 0 8 2c2 0 4 2 6 4 0 0 1 0 1 0l208 208c8 8 8 22 0 30z m-339-77l95 95v-66l-62-62-33 33z m95-30v-66l-33 33 33 33z m0 250v-66l-125-125-33 33 158 158z m42-316v316l158-158-158-158z m-423 298c-8 8-21 8-29 0l-125-125c-8-8-8-22 0-30l125-125c4-4 9-6 14-6 6 0 11 2 15 6 8 8 8 22 0 30l-110 110 110 110c8 8 8 22 0 30z m57-140l151 152c9 8 9 21 0 29s-21 9-29 0l-167-166c-8-8-8-22 0-30l167-166c4-4 9-6 15-6s10 2 14 6c9 8 9 21 0 29l-151 152z m-265 98c-8 8-22 8-30 0l-83-83c-8-8-8-22 0-30l83-83c4-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29l-69 69 69 69c8 8 8 21 0 29z" horiz-adv-x="1000" />
46
+
47
+ <glyph glyph-name="banner" unicode="&#xe813;" d="M999 378c-2 6-7 11-13 13l-113 37 22 105c2 6 1 11-3 16-3 5-7 8-13 9-9 2-220 42-379 42s-370-40-379-42c-5-1-10-4-13-9s-4-10-3-16l22-105-113-37c-6-2-10-7-13-13-2-6-1-12 2-18l59-98-20-138c-1-7 2-15 7-19 4-3 9-5 14-5 2 0 4 0 7 1 1 1 169 62 243 62 6 0 12 3 16 8 4 5 5 11 4 18l-16 62c54 8 118 16 183 16 65 0 129-8 183-16l-16-63c-1-6 0-12 4-17s10-8 17-8c73 0 241-61 242-62 3-1 5-1 8-1 4 0 9 2 13 5 5 4 8 12 7 19l-20 138 59 98c3 6 4 12 2 18z m-713-175c-62-7-151-35-198-51l16 112c1 5 0 9-3 14l-49 81 84 28 31-145c1-6 5-11 10-14 3-2 7-3 11-3 1 0 3 0 5 1 1 0 33 9 83 18l10-41z m214 105c-125 0-248-25-297-37l-53 250c58 10 223 37 350 37 127 0 292-27 350-37l-53-250c-49 12-172 37-297 37z m399-31c-3-4-4-8-3-13l16-112c-47 16-136 44-198 51l10 41c50-9 82-18 83-18 6-2 12-1 16 2 5 3 9 8 10 14l31 145 84-28-49-82z" horiz-adv-x="1000" />
48
+
49
+ <glyph glyph-name="blockquote" unicode="&#xe814;" d="M396 683h-292c-34 0-62-28-62-62v-292c0-34 28-62 62-62h104v-69c0-40-22-75-57-93l-98-49c-8-4-13-14-11-23 2-10 11-16 21-16h141c99 0 186 63 217 156 25 74 37 150 37 228v220c0 34-28 62-62 62z m21-282c0-73-12-145-35-214-26-77-97-129-178-129h-53l18 10c50 25 81 75 81 130v90c0 11-9 20-21 20h-125c-11 0-21 10-21 21v292c0 11 10 21 21 21h292c11 0 21-10 21-21 0 0 0-220 0-220z m479 282h-292c-34 0-62-28-62-62v-292c0-34 28-62 62-62h104v-69c0-40-22-75-57-93l-98-49c-8-4-13-14-11-23 2-10 11-16 21-16h141c99 0 186 63 217 156 25 74 37 150 37 228v220c0 34-28 62-62 62z m21-282c0-73-12-145-35-214-26-77-97-129-178-129h-53l18 10c50 25 81 75 81 130v90c0 11-9 20-21 20h-125c-11 0-21 10-21 21v292c0 11 10 21 21 21h292c11 0 21-10 21-21v-220z" horiz-adv-x="1000" />
50
+
51
+ <glyph glyph-name="button" unicode="&#xe815;" d="M451 470c-6 5-15 7-22 3-8-3-12-11-12-19v-375c0-8 5-16 13-19 7-3 16-1 22 4l63 63 71-141c2-5 7-9 12-10 2-1 4-1 6-1 4 0 8 1 11 3l93 54c5 3 8 8 10 13 1 6 0 11-3 16l-74 122h88c9 0 17 6 20 14 3 8 0 17-6 23l-292 250z m153-245c-7 0-14-4-18-11-4-6-4-14 0-21l83-135-56-33-73 147c-3 6-9 10-16 11-1 0-2 0-3 0-6 0-11-2-15-6l-48-47v279l215-184c0 0-69 0-69 0z m292 500h-792c-57 0-104-47-104-104v-250c0-58 47-104 104-104h250c12 0 21 9 21 21s-9 20-21 20h-250c-34 0-62 28-62 63v250c0 34 28 62 62 62h792c34 0 62-28 62-62v-250c0-35-28-63-62-63h-146c-11 0-21-9-21-20s10-21 21-21h146c57 0 104 46 104 104v250c0 57-47 104-104 104z" horiz-adv-x="1000" />
52
+
53
+ <glyph glyph-name="call-to-action" unicode="&#xe816;" d="M938 621h-875c-35 0-63-28-63-63v-416c0-35 28-63 63-63h875c34 0 62 28 62 63v416c0 35-28 63-62 63z m20-479c0-12-9-21-20-21h-875c-12 0-21 9-21 21v416c0 12 9 21 21 21h875c11 0 20-9 20-21v-416z m-229 354c-80 0-146-66-146-146s66-146 146-146 146 66 146 146-65 146-146 146z m0-250c-57 0-104 47-104 104s47 104 104 104 104-47 104-104-46-104-104-104z m-250 0h-333c-12 0-21-9-21-21s9-21 21-21h333c12 0 21 10 21 21s-9 21-21 21z m0 125h-333c-12 0-21-9-21-21s9-21 21-21h333c12 0 21 10 21 21s-9 21-21 21z m0 125h-333c-12 0-21-9-21-21s9-21 21-21h333c12 0 21 10 21 21s-9 21-21 21z" horiz-adv-x="1000" />
54
+
55
+ <glyph glyph-name="captcha" unicode="&#xe817;" d="M104 246c-11 0-21-9-21-21s-9-21-20-21-21 10-21 21v83c0 12 9 21 21 21s20-9 20-21 10-20 21-20 21 9 21 20c0 35-28 63-62 63s-63-28-63-63v-83c0-34 28-62 63-62s62 28 62 62c0 12-9 21-21 21z m417 104c11 0 21-9 21-21s9-21 21-21 20 10 20 21c0 35-28 63-62 63s-63-28-63-63v-83c0-35 28-63 63-63s62 28 62 63c0 11-9 21-20 21s-21-10-21-21-10-21-21-21-21 9-21 21v83c0 12 9 21 21 21z m478-159l-63 166c-6 17-33 17-39 0l-62-166c-4-11 1-23 12-27 11-4 23 1 27 12l10 28h65l11-28c3-8 11-13 19-13 3 0 5 0 8 1 10 4 16 16 12 27z m-99 55l17 45 17-45h-34z m-672 28c-6 16-33 16-39 0l-63-167c-4-10 2-22 13-26 10-4 22 1 26 12l11 28h65l10-28c4-9 11-14 20-14 2 0 5 1 7 2 11 4 16 16 12 26l-62 167z m-36-111l16 44 17-44h-33z m162 291h-41c-12 0-21-9-21-21v-166c0-12 9-21 21-21s20 9 20 21v62h21c35 0 63 28 63 63s-28 62-63 62z m0-83h-21v42h21c12 0 21-10 21-21s-9-21-21-21z m417-83c-12 0-21-10-21-21v-63h-83v63c0 11-10 21-21 21s-21-10-21-21v-167c0-11 9-21 21-21s21 10 21 21v63h83v-63c0-11 9-21 21-21s21 10 21 21v167c0 11-10 21-21 21z m-313 145c0-11 10-20 21-20s21 9 21 20v146h42c11 0 21 10 21 21s-10 21-21 21h-125c-12 0-21-9-21-21s9-21 21-21h41v-146z" horiz-adv-x="1000" />
56
+
57
+ <glyph glyph-name="carrousel" unicode="&#xe818;" d="M98 406c-8 9-21 9-29 0l-42-41c-8-8-8-22 0-30l42-41c4-4 9-6 14-6s11 2 15 6c8 8 8 21 0 29l-27 27 27 27c8 8 8 21 0 29z m875-41l-42 41c-8 9-21 9-29 0s-8-21 0-29l27-27-27-27c-8-8-8-21 0-29 4-4 9-6 15-6s10 2 14 6l42 41c8 8 8 22 0 30z m-640 68h-166c-12 0-21-9-21-20v-125c0-12 9-21 21-21h166c12 0 21 9 21 21v125c0 11-9 20-21 20z m-20-125h-125v84h125v-84z m270 125h-166c-12 0-21-9-21-20v-125c0-12 9-21 21-21h166c12 0 21 9 21 21v125c0 11-9 20-21 20z m-20-125h-125v84h125v-84z m270 125h-166c-12 0-21-9-21-20v-125c0-12 9-21 21-21h166c12 0 21 9 21 21v125c0 11-9 20-21 20z m-20-125h-125v84h125v-84z" horiz-adv-x="1000" />
58
+
59
+ <glyph glyph-name="checkbox" unicode="&#xe819;" d="M229 142h-166c-35 0-63-28-63-63v-167c0-34 28-62 63-62h166c35 0 63 28 63 62v167c0 35-28 63-63 63z m21-230c0-11-9-20-21-20h-166c-12 0-21 9-21 20v167c0 12 9 21 21 21h166c12 0 21-9 21-21v-167z m146 730h583c12 0 21 9 21 21s-9 20-21 20h-583c-12 0-21-9-21-20s9-21 21-21z m583-292h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z m0-333h-583c-12 0-21-10-21-21s9-21 21-21h583c12 0 21 9 21 21s-9 21-21 21z m-684 824l-30-44c-10 7-23 11-36 11h-166c-35 0-63-28-63-62v-167c0-34 28-62 63-62h166c35 0 63 28 63 62v167c0 5-1 10-2 14l40 57c6 10 4 23-6 29-9 7-22 5-29-5z m-45-262c0-11-9-21-21-21h-166c-12 0-21 10-21 21v167c0 11 9 21 21 21h166c5 0 8-2 12-4l-77-110-45 45c-8 8-21 8-30 0s-8-21 0-29l63-63c4-4 9-6 15-6 0 0 1 0 2 0 6 1 11 4 15 9l66 95v-125z m45-71l-30-44c-10 7-23 11-36 11h-166c-35 0-63-28-63-62v-167c0-35 28-63 63-63h166c35 0 63 28 63 63v167c0 5-1 9-2 14l40 57c6 9 4 22-6 29-9 7-22 4-29-5z m-45-262c0-12-9-21-21-21h-166c-12 0-21 9-21 21v167c0 11 9 20 21 20h166c5 0 8-1 12-3l-77-110-45 45c-8 8-21 8-30 0s-8-22 0-30l63-62c4-4 9-6 15-6 0 0 1 0 2 0 6 0 11 4 15 9l66 94v-124z" horiz-adv-x="1000" />
60
+
61
+ <glyph glyph-name="columns" unicode="&#xe81a;" d="M438 683h-417c-12 0-21-9-21-20s9-21 21-21h417c11 0 20 9 20 21s-9 20-20 20z m0-125h-417c-12 0-21-9-21-20s9-21 21-21h417c11 0 20 9 20 21s-9 20-20 20z m0-125h-417c-12 0-21-9-21-20s9-21 21-21h417c11 0 20 9 20 21s-9 20-20 20z m0-125h-417c-12 0-21-9-21-20s9-21 21-21h417c11 0 20 9 20 21s-9 20-20 20z m0-125h-417c-12 0-21-9-21-20s9-21 21-21h417c11 0 20 9 20 21s-9 20-20 20z m-125-125h-292c-12 0-21-9-21-20s9-21 21-21h292c11 0 20 9 20 21s-9 20-20 20z m250 584h416c12 0 21 9 21 21s-9 20-21 20h-416c-12 0-21-9-21-20s9-21 21-21z m416-84h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z m0-125h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z m0-125h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z m0-125h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z m-125-125h-291c-12 0-21-9-21-20s9-21 21-21h291c12 0 21 9 21 21s-9 20-21 20z" horiz-adv-x="1000" />
62
+
63
+ <glyph glyph-name="countdown" unicode="&#xe81b;" d="M779 624l50 68c7 9 5 22-4 29-9 7-22 5-29-4l-50-68c-54 37-116 61-183 71v88h20c12 0 21 10 21 21s-9 21-21 21h-41-84-41c-12 0-21-9-21-21s9-21 21-21h21v-88c-67-10-130-34-183-70l-51 67c-7 9-20 11-29 4s-11-20-4-29l50-68c-97-80-158-201-158-336 0-242 196-438 437-438s438 196 438 438c0 135-62 256-159 336z m-300 184h42v-84c-7 0-14 1-21 1s-14-1-21-1v84z m21-916c-218 0-396 177-396 396s178 395 396 395 396-177 396-395-178-396-396-396z m0 750c-11 0-21-10-21-21v-333c0-12 10-21 21-21h333c12 0 21 9 21 21 0 195-159 354-354 354z m21-334v291c156-10 281-135 291-291h-291z" horiz-adv-x="1000" />
64
+
65
+ <glyph glyph-name="counter" unicode="&#xe81c;" d="M994 584l-125 125 0 0c-2 1-4 3-7 4-1 1-3 1-4 1-2 0-3 1-4 1-1 0-3-1-4-1-1-1-3-1-4-1-2-1-5-3-7-5l-124-124c-9-9-9-22 0-30s21-8 29 0l89 89v-637c0-11 10-21 21-21s21 10 21 21v637l89-89c5-4 10-6 15-6s11 2 15 6c8 8 8 21 0 30z m-884-79c-8 3-18 0-23-8l-83-125c-7-10-4-22 5-29 10-6 23-4 29 6l45 68v-265c0-11 10-21 21-21s21 10 21 21v333c0 10-6 18-15 20z m203 1c-58 0-105-46-105-104 0-11 10-21 21-21s21 10 21 21c0 35 28 63 63 63s62-28 62-63v-12c0-14-5-28-14-39l-148-186c-5-6-6-15-3-22 4-7 11-12 19-12h167c11 0 21 10 21 21s-10 21-21 21h-123l121 152c15 18 23 41 23 65v12c0 58-47 104-104 104z m395-104c0 58-46 104-104 104s-104-46-104-104c0-11 9-21 21-21s21 10 21 21c0 35 28 63 62 63s63-28 63-63-28-62-63-62c-11 0-21-10-21-21s10-21 21-21c35 0 63-28 63-63s-28-62-63-62-62 28-62 62c0 12-10 21-21 21s-21-9-21-21c0-57 47-104 104-104s104 47 104 104c0 35-16 65-41 84 25 19 41 49 41 83z" horiz-adv-x="1000" />
66
+
67
+ <glyph glyph-name="date" unicode="&#xe81d;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-555 436c-11 4-23-1-27-12l-125-333c-4-11 2-23 13-27 2-1 4-1 7-1 8 0 16 5 19 13l125 333c4 11-1 23-12 27z m334 0c-11 4-23-1-27-12l-125-333c-4-11 1-23 12-27 2-1 5-1 7-1 9 0 17 5 20 13l125 333c4 11-2 23-12 27z m-549-332h-84c-11 0-21-9-21-21 0-11 10-20 21-20h84c11 0 20 9 20 20s-9 21-20 21z m333 0h-167c-11 0-21-9-21-21 0-11 10-20 21-20h167c11 0 21 9 21 20s-10 21-21 21z m375 0h-208c-12 0-21-9-21-21 0-11 9-20 21-20h208c11 0 21 9 21 20s-10 21-21 21z" horiz-adv-x="1000" />
68
+
69
+ <glyph glyph-name="divider-shape" unicode="&#xe81e;" d="M991 409c-9 6-22 4-29-5-15-21-62-75-103-75-40 0-88 54-103 75-8 11-26 11-34 0-15-21-62-75-103-75s-87 54-102 75c-4 5-11 9-17 9-7 0-13-4-17-9-15-21-63-75-103-75-40 0-88 54-103 75-4 5-10 9-17 9-6 0-13-4-17-9-15-21-62-75-102-75-41 0-88 54-103 75-7 9-20 11-29 5-10-7-12-20-5-29 7-10 68-92 137-92 49 0 95 43 119 70 24-27 70-70 120-70 50 0 96 43 120 71 24-28 70-71 119-71 50 0 96 43 120 71 24-28 70-71 120-71 69 0 130 82 137 92 7 9 5 22-5 29z" horiz-adv-x="1000" />
70
+
71
+ <glyph glyph-name="divider" unicode="&#xe81f;" d="M42 454h916c12 0 21 10 21 21s-9 21-21 21h-916c-12 0-21-9-21-21s9-21 21-21z m333 167h250c8 0 15 5 19 12s2 15-2 21l-125 167c-8 11-26 11-34 0l-125-167c-4-6-5-14-2-21 4-7 11-12 19-12z m125 153l83-111h-166l83 111z m125-695h-250c-8 0-15-4-19-11-3-7-2-16 2-22l125-167c4-5 11-8 17-8s13 3 17 8l125 167c4 6 5 15 2 22-4 7-11 11-19 11z m-125-152l-83 111h166l-83-111z m458 319h-916c-12 0-21-9-21-21s9-21 21-21h916c12 0 21 10 21 21s-9 21-21 21z" horiz-adv-x="1000" />
72
+
73
+ <glyph glyph-name="download-button" unicode="&#xe820;" d="M875 704h-750c-57 0-104-47-104-104v-250c0-57 47-104 104-104h292c11 0 21 9 21 21s-10 21-21 21h-292c-34 0-62 28-62 62v250c0 35 28 63 62 63h750c35 0 63-28 63-63v-250c0-34-28-62-63-62h-292c-11 0-20-10-20-21s9-21 20-21h292c57 0 104 47 104 104v250c0 57-47 104-104 104z m-265-548l-89-89v366c0 12-9 21-21 21s-21-9-21-21v-366l-89 89c-8 9-22 9-30 0s-8-21 0-29l125-125c4-4 10-6 15-6s11 2 15 6l125 125c8 8 8 21 0 29-8 9-22 9-30 0z" horiz-adv-x="1000" />
74
+
75
+ <glyph glyph-name="dual-button" unicode="&#xe821;" d="M326 470c-6 5-15 7-22 3-8-3-12-11-12-19v-375c0-8 5-16 13-19 7-3 16-1 22 4l63 63 71-141c2-5 7-9 12-10 2-1 4-1 6-1 4 0 8 1 11 3l93 54c5 3 9 8 10 13 1 6 0 11-3 16l-74 122h88c9 0 17 6 20 14 3 8 0 17-6 23l-292 250z m153-245c-7 0-14-4-18-11-4-6-4-14 0-21l83-135-56-33-73 147c-3 6-9 10-16 11-1 0-2 0-3 0-6 0-11-2-15-6l-48-47v279l215-184c0 0-69 0-69 0z m417 500h-792c-57 0-104-47-104-104v-250c0-58 47-104 104-104h125c12 0 21 9 21 21s-9 20-21 20h-125c-34 0-62 28-62 63v250c0 34 28 62 62 62h396v-104c0 0 0 0 0 0v-125c0 0 0 0 0 0v-62c0-12 9-21 21-21s21 9 21 21v54l238 237h66l-298-297c-8-9-8-22 0-30 4-4 9-6 15-6s10 2 14 6l327 327c17-3 32-12 42-25-1-1-2-1-2-2l-334-333c-7-7-7-17-3-25-1-3-3-7-3-10 0-12 10-21 21-21h271c57 0 104 47 104 104v250c0 57-47 104-104 104z m-300-42l-54-53v53h54z m-54-178v66l113 112h66l-179-178z m304-197h-66l178 179v-66l-112-113z m112 304v-66l-237-238h-66l303 304z m-53-303l52 52c-4-26-25-47-52-52z" horiz-adv-x="1000" />
76
+
77
+ <glyph glyph-name="email-field" unicode="&#xe822;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-645 479c-127 0-230-103-230-229s103-229 230-229c59 0 116 23 159 64 8 8 8 22 0 30s-21 8-29 0c-35-34-81-52-130-52-104 0-188 84-188 187s84 188 188 188c102 0 185-83 187-185 0-1-1-2-1-3 0-23-19-42-42-42-21 0-39 17-41 39 0 1 1 2 1 3 0 57-47 104-104 104s-105-47-105-104 47-104 105-104c35 0 67 18 85 45 16-15 36-24 59-24 43 0 79 33 83 75 1 2 2 5 2 8 0 126-103 229-229 229z m0-291c-35 0-63 28-63 62s28 63 63 63c33 0 60-27 62-60 0-1-1-2-1-3 0-2 0-3 1-5-3-32-30-57-62-57z" horiz-adv-x="1000" />
78
+
79
+ <glyph glyph-name="facebook-comments" unicode="&#xe823;" d="M896 725h-792c-57 0-104-47-104-104v-417c0-57 47-104 104-104h262l119-119c4-4 10-6 15-6s11 2 15 6l119 119h262c57 0 104 47 104 104v417c0 57-47 104-104 104z m62-521c0-34-28-62-62-62h-271c-5 0-11-2-15-6l-110-111-110 111c-4 4-9 6-15 6h-271c-34 0-62 28-62 62v417c0 34 28 62 62 62h792c34 0 62-28 62-62v-417z m-645 396h-42c-58 0-104-47-104-104v-21h-21c-12 0-21-9-21-21s9-21 21-21h21v-187c0-12 9-21 21-21s20 9 20 21v187h63c11 0 21 10 21 21s-10 21-21 21h-63v21c0 34 28 62 63 62h42c11 0 20 10 20 21s-9 21-20 21z m416-292h-291c-12 0-21-9-21-20s9-21 21-21h291c12 0 21 9 21 21s-9 20-21 20z m125 125h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z m0 125h-416c-12 0-21-9-21-20s9-21 21-21h416c12 0 21 9 21 21s-9 20-21 20z" horiz-adv-x="1000" />
80
+
81
+ <glyph glyph-name="facebook-like-box" unicode="&#xe824;" d="M896 850h-792c-57 0-104-47-104-104v-792c0-57 47-104 104-104h792c57 0 104 47 104 104v792c0 57-47 104-104 104z m62-896c0-34-28-62-62-62h-792c-34 0-62 28-62 62v792c0 34 28 62 62 62h792c34 0 62-28 62-62v-792z m-197 479h-156l1 20c13 27 19 56 19 85 0 30-7 61-21 88l-11 23c-11 21-32 34-56 34h-16c-34 0-63-28-63-62v-75c0-3 0-6-1-8l-75-188h-7v21c0 11-9 21-21 21h-208c-12 0-21-10-21-21v-375c0-12 9-21 21-21h208c12 0 21 9 21 21v50l53-27c3-2 6-2 10-2h300c53 0 98 40 104 92l23 209c3 29-6 59-26 81-20 22-48 34-78 34z m-428-416h-166v333h166v-333z m490 305l-23-208c-3-32-30-56-62-56h-296l-67 34v216h21c8 0 16 6 19 14l81 200c3 8 4 16 4 24v75c0 11 9 21 21 21h16c8 0 15-5 18-12l12-23c11-21 16-45 16-69s-5-48-16-70c-1-3-2-5-2-8l-2-46c-1-6 1-12 5-16s10-6 15-6h178c18 0 35-8 47-21 12-13 17-31 15-49z" horiz-adv-x="1000" />
82
+
83
+ <glyph glyph-name="flip-box" unicode="&#xe825;" d="M813 788h-625c-12 0-21-10-21-21v-834c0-11 9-21 21-21h625c11 0 20 10 20 21v834c0 11-9 21-20 21z m-21-834h-584v792h584v-792z m207 264c-4 11-15 17-26 13l-35-11c42 86 44 194-32 271-8 8-22 8-30 0-8-8-8-21 0-29 64-65 60-159 21-232l-16 47c-4 11-15 17-26 13-11-4-17-15-13-26l29-89c0 0 1-1 1-1 1-2 1-3 2-4 1-1 2-2 3-3 0-1 1-1 1-2 0 0 1 0 1 0 1-1 2-1 3-2 2-1 6-2 9-2 2 0 4 0 6 1l89 30c11 3 17 15 13 26z m-870 265c0 1-1 1-1 2 0 1-1 2-2 4-1 1-2 1-2 2-1 1-1 2-2 2-1 1-1 1-2 1-1 0-1 1-1 1-1 0-2 0-2 1-2 0-3 1-5 1-1 0-2 0-3 0-2 0-3 0-4 0-1-1-2-1-2-1l-89-29c-11-4-17-16-13-27 4-10 16-16 27-13l34 12c-42-86-44-195 33-272 4-4 9-6 14-6 6 0 11 2 15 6 8 8 8 21 0 30-64 64-59 158-21 231l16-46c3-9 11-15 20-15 2 0 4 1 6 1 11 4 17 16 14 27l-30 88z m184 13h375c11 0 20 9 20 21s-9 21-20 21h-375c-12 0-21-10-21-21s9-21 21-21z m0-125h375c11 0 20 9 20 21s-9 21-20 21h-375c-12 0-21-10-21-21s9-21 21-21z m0-125h375c11 0 20 9 20 21s-9 21-20 21h-375c-12 0-21-10-21-21s9-21 21-21z m0-125h166c12 0 21 9 21 21s-9 21-21 21h-166c-12 0-21-10-21-21s9-21 21-21z" horiz-adv-x="1000" />
84
+
85
+ <glyph glyph-name="form-horizontal" unicode="&#xe826;" d="M21 808h958c12 0 21 10 21 21s-9 21-21 21h-958c-12 0-21-9-21-21s9-21 21-21z m958-83h-958c-12 0-21-9-21-21s9-21 21-21h958c12 0 21 10 21 21s-9 21-21 21z m0-125h-958c-12 0-21-9-21-21v-500c0-11 9-21 21-21h958c12 0 21 10 21 21v500c0 12-9 21-21 21z m-937-42h916v-345l-112-113h-804v458z m863-458l53 54v-54h-53z m-613-83h-209c-46 0-83-38-83-84s37-83 83-83h209c46 0 83 37 83 83s-37 84-83 84z m0-125h-209c-23 0-41 18-41 41s18 42 41 42h209c23 0 41-19 41-42s-18-41-41-41z" horiz-adv-x="1000" />
86
+
87
+ <glyph glyph-name="form-vertical" unicode="&#xe827;" d="M271 433h-250c-12 0-21-9-21-20v-125c0-12 9-21 21-21h250c11 0 21 9 21 21v125c0 11-10 20-21 20z m-21-125h-208v84h208v-84z m354 125h-250c-11 0-21-9-21-20v-125c0-12 10-21 21-21h250c12 0 21 9 21 21v125c0 11-9 20-21 20z m-21-125h-208v84h208v-84z m334 125h-167c-46 0-83-37-83-83s37-83 83-83h167c46 0 83 37 83 83s-37 83-83 83z m0-125h-167c-23 0-42 19-42 42s19 42 42 42h167c23 0 41-19 41-42s-18-42-41-42z" horiz-adv-x="1000" />
88
+
89
+ <glyph glyph-name="gallery-grid" unicode="&#xe828;" d="M292 663h-250c-12 0-21-10-21-21v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 21-21 21z m-21-250h-208v208h208v-208z m354 250h-250c-11 0-21-10-21-21v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 11-9 21-21 21z m-21-250h-208v208h208v-208z m354 250h-250c-11 0-20-10-20-21v-250c0-12 9-21 20-21h250c12 0 21 9 21 21v250c0 11-9 21-21 21z m-20-250h-209v208h209v-208z m-646-84h-250c-12 0-21-9-21-21v-250c0-11 9-20 21-20h250c11 0 21 9 21 20v250c0 12-10 21-21 21z m-21-250h-208v209h208v-209z m354 250h-250c-11 0-21-9-21-21v-250c0-11 10-20 21-20h250c12 0 21 9 21 20v250c0 12-9 21-21 21z m-21-250h-208v209h208v-209z m354 250h-250c-11 0-20-9-20-21v-250c0-11 9-20 20-20h250c12 0 21 9 21 20v250c0 12-9 21-21 21z m-20-250h-209v209h209v-209z" horiz-adv-x="1000" />
90
+
91
+ <glyph glyph-name="gallery-group" unicode="&#xe829;" d="M979 621h-208c-12 0-21-9-21-21v-208c0-12 9-21 21-21h208c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-166v166h166v-166z m21-84h-208c-12 0-21-9-21-21v-208c0-11 9-21 21-21h208c12 0 21 10 21 21v208c0 12-9 21-21 21z m-21-208h-166v167h166v-167z m-270 500h-667c-12 0-21-9-21-21v-500c0-11 9-21 21-21h667c11 0 20 10 20 21v500c0 12-9 21-20 21z m-21-500h-625v458h625v-458z" horiz-adv-x="1000" />
92
+
93
+ <glyph glyph-name="gallery-justified" unicode="&#xe82a;" d="M21 517h208c12 0 21 9 21 21v208c0 11-9 21-21 21h-208c-12 0-21-10-21-21v-208c0-12 9-21 21-21z m21 208h166v-167h-166v167z m271-208h375c11 0 20 9 20 21v208c0 11-9 21-20 21h-375c-12 0-21-10-21-21v-208c0-12 9-21 21-21z m20 208h334v-167h-334v167z m646 42h-208c-12 0-21-10-21-21v-208c0-12 9-21 21-21h208c12 0 21 9 21 21v208c0 11-9 21-21 21z m-21-209h-166v167h166v-167z m-270-83h-209c-11 0-21-9-21-21v-208c0-12 10-21 21-21h209c11 0 20 9 20 21v208c0 12-9 21-20 21z m-21-208h-167v166h167v-166z m-646-42h375c11 0 21 9 21 21v208c0 12-10 21-21 21h-375c-12 0-21-9-21-21v-208c0-12 9-21 21-21z m21 208h333v-166h-333v166z m937 42h-208c-12 0-21-9-21-21v-208c0-12 9-21 21-21h208c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-166v166h166v-166z m-770-84h-167c-12 0-21-9-21-20v-209c0-11 9-21 21-21h167c11 0 20 10 20 21v209c0 11-9 20-20 20z m-21-208h-125v167h125v-167z m437 208h-333c-12 0-21-9-21-20v-209c0-11 9-21 21-21h333c12 0 21 10 21 21v209c0 11-9 20-21 20z m-21-208h-291v167h291v-167z m396 208h-291c-12 0-21-9-21-20v-209c0-11 9-21 21-21h291c12 0 21 10 21 21v209c0 11-9 20-21 20z m-21-208h-250v167h250v-167z" horiz-adv-x="1000" />
94
+
95
+ <glyph glyph-name="gallery-masonry" unicode="&#xe82b;" d="M292 746h-250c-12 0-21-9-21-21v-250c0-11 9-21 21-21h250c11 0 21 10 21 21v250c0 12-10 21-21 21z m-21-250h-208v208h208v-208z m354 250h-250c-11 0-21-9-21-21v-417c0-11 10-20 21-20h250c12 0 21 9 21 20v417c0 12-9 21-21 21z m-21-417h-208v375h208v-375z m354 417h-250c-11 0-20-9-20-21v-333c0-12 9-21 20-21h250c12 0 21 9 21 21v333c0 12-9 21-21 21z m-20-333h-209v291h209v-291z m-646 0h-250c-12 0-21-10-21-21v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 21-21 21z m-21-250h-208v208h208v-208z m354 83h-250c-11 0-21-9-21-21v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 12-9 21-21 21z m-21-250h-208v208h208v-208z m354 333h-250c-11 0-20-9-20-21v-250c0-11 9-20 20-20h250c12 0 21 9 21 20v250c0 12-9 21-21 21z m-20-250h-209v209h209v-209z" horiz-adv-x="1000" />
96
+
97
+ <glyph glyph-name="icon-box" unicode="&#xe82c;" d="M229 225h542c11 0 21 9 21 21s-10 21-21 21h-542c-11 0-21-10-21-21s10-21 21-21z m542-83h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m0-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m0-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m-271 458c138 0 250 112 250 250s-112 250-250 250-250-112-250-250 112-250 250-250z m0 458c115 0 208-93 208-208s-93-208-208-208-208 93-208 208 93 208 208 208z m0-333c69 0 125 56 125 125s-56 125-125 125-125-56-125-125 56-125 125-125z m0 208c46 0 83-37 83-83s-37-83-83-83-83 37-83 83 37 83 83 83z" horiz-adv-x="1000" />
98
+
99
+ <glyph glyph-name="image-befor-&-after" unicode="&#xe82d;" d="M229 392c58 0 104 46 104 104s-46 104-104 104-104-47-104-104 47-104 104-104z m0 166c35 0 63-28 63-62s-28-63-63-63-62 28-62 63 28 62 62 62z m750 167h-479v83h21c11 0 21 10 21 21s-10 21-21 21h-83c-12 0-21-9-21-21s9-21 21-21h20v-83h-437c-12 0-21-9-21-21v-708c0-12 9-21 21-21h437v-83h-20c-12 0-21-10-21-21s9-21 21-21h83c11 0 21 9 21 21s-10 21-21 21h-21v83h479c12 0 21 9 21 21v708c0 12-9 21-21 21z m-521-42v-285l-127-201-128 146c-4 5-11 7-18 7-6-1-12-5-16-10l-127-224v567h416z m-416-666v15l149 262 127-145c4-5 11-8 17-7 7 0 12 4 16 9l107 169v-303h-416z m916 0h-458v666h458v-666z" horiz-adv-x="1000" />
100
+
101
+ <glyph glyph-name="image-box" unicode="&#xe82e;" d="M875 829c0 12-9 21-21 21h-708c-12 0-21-9-21-21v-458c0-3 1-5 2-8 0-1 0-1 0-1 1-2 2-4 4-6 4-4 10-6 15-6l0 0h708c5 0 9 2 12 4 0 0 1 0 1 1 0 0 1 0 1 0 1 1 2 3 3 4 1 1 1 2 2 3 0 1 1 2 1 4 0 1 1 2 1 4 0 0 0 0 0 1v458z m-42-21v-377l-192 244c-3 5-9 8-15 8-7 1-12-2-16-7l-155-172-110 70c-9 5-19 4-26-3l-152-150v387h666z m-22-416h-614l139 138 111-71c9-5 20-4 27 4l150 167 187-238z m-40-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m0-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m0-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m0-125h-542c-11 0-21-10-21-21s10-21 21-21h542c11 0 21 9 21 21s-10 21-21 21z m-438 708c46 0 84 37 84 83s-38 84-84 84-83-38-83-84 37-83 83-83z m0 125c23 0 42-19 42-42s-19-41-42-41-41 18-41 41 18 42 41 42z" horiz-adv-x="1000" />
102
+
103
+ <glyph glyph-name="image-hotspot" unicode="&#xe82f;" d="M229 308c58 0 104 47 104 105s-46 104-104 104-104-47-104-104 47-105 104-105z m0 167c35 0 63-28 63-62s-28-63-63-63-62 28-62 63 28 62 62 62z m750 167h-147c1 7 1 14 1 21 0 80-65 145-145 145s-146-65-146-145c0-7 0-14 1-21h-522c-12 0-21-10-21-21v-709c0-11 9-20 21-20h958c12 0 21 9 21 20v709c0 11-9 21-21 21z m-291 125c57 0 104-47 104-104 0-75-71-199-104-253-34 54-105 178-105 253 0 57 47 104 105 104z m-136-167c29-106 114-234 118-241 4-5 11-9 18-9s13 4 17 9c4 7 89 135 118 241h135v-547l-171 206c-8 10-24 10-32 0l-85-102-131 224c-4 7-10 11-18 11-6-1-14-4-18-10l-172-268-128 146c-4 5-11 7-18 7-6-1-12-5-16-11l-127-223v567h510z m-510-667v16l149 261 127-145c4-4 10-7 17-7 6 1 12 4 16 10l169 263 129-221c3-6 9-9 16-10 7 0 13 2 18 8l88 105 187-225v-55h-916z m708 730c0 34-28 62-62 62s-63-28-63-62 28-63 63-63 62 28 62 63z m-83 0c0 11 9 20 21 20s20-9 20-20-9-21-20-21-21 9-21 21z" horiz-adv-x="1000" />
104
+
105
+ <glyph glyph-name="image-rollover" unicode="&#xe830;" d="M125 621c0-58 47-104 104-104s104 46 104 104-46 104-104 104-104-47-104-104z m167 0c0-35-28-63-63-63s-62 28-62 63 28 62 62 62 63-28 63-62z m687 229h-958c-12 0-21-9-21-21v-708c0-12 9-21 21-21h458c12 0 21 9 21 21s-9 21-21 21h-437v15l149 262 127-145c4-5 11-8 17-7 7 0 13 4 16 10l104 166c6 10 3 23-6 29-10 6-23 3-29-7l-89-143-128 146c-4 5-11 8-18 7-6-1-12-5-16-10l-127-224v567h916v-562c0-12 10-21 21-21s21 9 21 21v583c0 12-9 21-21 21z m-402-298c-6 6-15 8-22 5-8-3-13-11-13-19v-578c0-7 4-15 11-18 8-4 16-3 22 2l106 83 92-166c4-7 11-11 19-11 3 0 6 1 9 2l125 63c5 2 9 7 11 12 1 6 1 11-2 16l-87 157h131c9 0 16 5 19 13 4 8 2 17-4 23l-417 416z m236-410c-8 0-15-4-18-11-4-6-4-14-1-20l94-169-88-44-94 170c-3 6-8 10-14 11-2 0-3 0-4 0-5 0-10-1-13-4l-92-72v484l346-345h-116z" horiz-adv-x="1000" />
106
+
107
+ <glyph glyph-name="info-box" unicode="&#xe831;" d="M854 850h-708c-12 0-21-9-21-21v-458c0 0 0 0 0 0v-500c0-12 9-21 21-21h708c12 0 21 9 21 21v958c0 12-9 21-21 21z m-21-42v-377l-192 244c-3 5-9 8-15 8-6 1-12-2-16-7l-155-172-110 70c-9 5-19 4-26-3l-152-150v387h666z m-22-416h-614l139 138 111-71c9-5 20-4 27 4l150 167 187-238z m-644-500v458h666v-458h-666z m562 375h-458c-12 0-21-10-21-21s9-21 21-21h458c12 0 21 9 21 21s-9 21-21 21z m-83-167h-292c-11 0-21-9-21-21v-83c0-12 10-21 21-21h292c11 0 21 9 21 21v83c0 12-10 21-21 21z m-21-83h-250v41h250v-41z m-292 583c46 0 84 37 84 83s-38 84-84 84-83-38-83-84 37-83 83-83z m0 125c23 0 42-19 42-42s-19-41-42-41-41 18-41 41 18 42 41 42z" horiz-adv-x="1000" />
108
+
109
+ <glyph glyph-name="inner-section" unicode="&#xe832;" d="M979 850h-958c-12 0-21-9-21-21v-958c0-12 9-21 21-21h958c12 0 21 9 21 21v958c0 12-9 21-21 21z m-521-500h500v-208h-500v208z m500 42h-250v416h250v-416z m-291 416v-416h-625v416h625z m-625-458h375v-458h-375v458z m416-458v208h500v-208h-500z" horiz-adv-x="1000" />
110
+
111
+ <glyph glyph-name="mailchimp" unicode="&#xe833;" d="M917 175v21c8 10 21 28 21 50 0 31-63 96-105 118v90c0 35-18 80-42 115 22 19 84 80 84 135 0 87-64 104-167 104-25 0-57-7-94-20-16 20-54 62-93 62-46 0-198-44-307-152-105-105-172-239-172-285 0-35 35-70 56-89-9-17-15-36-15-57 0-71 60-129 131-125 57-175 200-292 359-292 96 0 188 44 258 118 1 2 3 3 4 5 25 27 47 59 66 94 21 7 57 23 57 54 0 26-25 45-41 54z m-21 71c0-9-7-18-12-23-24-8-135-40-196-40-12 0-23 1-33 1-46 1-80 1-99-18-10-9-14-21-14-39-1-15-1-38 19-58 22-23 63-33 128-33 69 0 120 7 154 14-12-17-25-33-38-48-16-7-74-27-159-27-92 0-167 91-167 167 0 64 81 101 90 105 28 2 66 18 109 38 46 20 97 43 132 44 27-10 82-68 86-83z m-104 208v-86c-8-1-15-2-22-4 0 2 1 5 1 7v21c0 11-9 21-21 21s-21-10-21-21v-21c0-7 4-13 9-16-25-9-51-21-77-32-9-4-18-9-27-12 7 3 12 10 12 18v21c0 12-9 21-21 21s-21-9-21-21v-21c0-11 10-21 21-21 3 0 5 1 7 2-27-12-51-21-67-22-17 7-86 36-86 83 0 31 8 83 63 83 23 0 46-5 68-11 19-5 38-10 57-10 27 0 52 18 69 31 6 5 14 10 14 11l6 0c9 0 25 1 31-5 3-3 5-8 5-16z m41 250c0-31-40-77-69-103-9 8-18 15-27 18-43 19-270 94-484-236-10 4-21 6-32 8 119 230 382 376 487 376 125 0 125-31 125-63z m-750-291c0 27 57 151 161 256 97 96 239 139 277 139 14 0 36-18 52-36-137-62-313-197-401-386-19-6-35-15-49-28-19 17-40 41-40 55z m172-262c5 2 11 5 16 8 10 6 13 19 8 28-6 10-19 14-29 8-13-8-27-12-42-12-46 0-83 38-83 84s37 83 83 83c15 0 29-4 42-12 10-5 22-2 28 7 200 320 404 253 443 236 16-7 37-34 52-65-7 1-13 1-18 1l-5 0c-13 0-24-9-39-19-13-10-30-23-44-23-14 0-30 4-47 9-23 5-49 12-78 12-51 0-104-33-104-125 0-52 44-87 78-106-34-22-78-63-78-123 0-97 91-209 208-209 33 0 61 3 86 7-49-31-103-48-159-48-140 0-266 103-318 259z m626-46c0 0-1-1-1-1-1 0-1 0-2 0-1-1-62-27-189-27-65 0-89 12-99 21-6 7-7 15-7 28 0 0 0 4 0 4 0 3 1 5 2 6 7 7 40 7 69 6 11 0 22 0 34 0 55 0 143 22 187 34v-13c0-9 5-16 13-20 15-6 28-18 29-20-3-5-20-14-36-18z" horiz-adv-x="1000" />
112
+
113
+ <glyph glyph-name="menu-card" unicode="&#xe834;" d="M750 725h-62v104c0 7-4 13-9 17-5 4-12 5-18 3l-417-125c0 0-1 0-1 0-1-1-3-2-4-2-1-1-2-2-3-2-1-1-2-3-2-4-1-1-2-2-3-3 0-1 0-2-1-4 0-1 0-2-1-4 0 0 0 0 0-1v-833c0-12 10-21 21-21h500c12 0 21 9 21 21v833c0 12-9 21-21 21z m-104 0h-254l254 76v-76z m83-833h-458v791h458v-791z m-229 416c-11 0-21-9-21-20v-42c0-36-10-51-21-57v99c0 11-9 20-20 20s-21-9-21-20v-99c-11 6-21 21-21 57v42c0 11-9 20-21 20s-21-9-21-20v-42c0-56 23-92 63-102v-148c0-12 9-21 21-21s20 9 20 21v148c40 10 63 46 63 102v42c0 11-9 20-21 20z m125 0c-26 0-50-23-69-70-13-32-22-72-22-98 0-37 22-40 29-40h41v-104c0-12 10-21 21-21s21 9 21 21v292c0 11-9 20-21 20z m-21-166h-28c0 21 11 68 28 100v-100z m21 333h-250c-11 0-21-9-21-21s10-21 21-21h250c12 0 21 10 21 21s-9 21-21 21z" horiz-adv-x="1000" />
114
+
115
+ <glyph glyph-name="navigation-horizontal" unicode="&#xe835;" d="M125 454c-57 0-104-47-104-104s47-104 104-104 104 47 104 104-46 104-104 104z m0-166c-34 0-62 28-62 62s28 63 62 63 63-28 63-63-28-62-63-62z m375 166c-57 0-104-47-104-104s47-104 104-104 104 47 104 104-46 104-104 104z m0-166c-34 0-62 28-62 62s28 63 62 63 63-28 63-63-28-62-63-62z m375 166c-57 0-104-47-104-104s47-104 104-104 104 47 104 104-46 104-104 104z m0-166c-34 0-62 28-62 62s28 63 62 63 63-28 63-63-28-62-63-62z" horiz-adv-x="1000" />
116
+
117
+ <glyph glyph-name="navigation-menu" unicode="&#xe836;" d="M958 683h-291-334-291c-12 0-21-9-21-20v-125c0-12 9-21 21-21h271v-479c0-12 9-21 20-21h417c12 0 21 9 21 21v479h187c12 0 21 9 21 21v125c0 11-9 20-21 20z m-312-125h-292v84h292v-84z m-583 84h250v-84h-250v84z m666-584h-375v459h313 62v-459z m209 500h-188-62v84h250v-84z m-521-125c-12 0-21-9-21-20s9-21 21-21h250c11 0 21 9 21 21s-10 20-21 20h-250z m250-125h-250c-12 0-21-9-21-20s9-21 21-21h250c11 0 21 9 21 21s-10 20-21 20z m0-125h-250c-12 0-21-9-21-20s9-21 21-21h250c11 0 21 9 21 21s-10 20-21 20z" horiz-adv-x="1000" />
118
+
119
+ <glyph glyph-name="navigation-vertical" unicode="&#xe837;" d="M500 621c58 0 104 47 104 104s-46 104-104 104-104-47-104-104 47-104 104-104z m0 167c35 0 63-28 63-63s-28-62-63-62-62 28-62 62 28 63 62 63z m0-334c-57 0-104-47-104-104s47-104 104-104 104 47 104 104-46 104-104 104z m0-166c-34 0-62 28-62 62s28 63 62 63 63-28 63-63-28-62-63-62z m0-209c-57 0-104-47-104-104s47-104 104-104 104 47 104 104-46 104-104 104z m0-167c-34 0-62 28-62 63s28 63 62 63 63-28 63-63-28-63-63-63z" horiz-adv-x="1000" />
120
+
121
+ <glyph glyph-name="number-field" unicode="&#xe838;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-723 437c-8 2-18-1-23-9l-83-125c-7-9-4-22 5-29 10-6 23-3 29 6l45 68v-265c0-11 10-20 21-20s21 9 21 20v334c0 9-6 17-15 20z m203 1c-58 0-105-47-105-105 0-11 10-20 21-20s21 9 21 20c0 35 28 63 63 63s62-28 62-63v-12c0-14-5-28-14-39l-148-186c-5-6-6-14-3-22 4-7 11-11 19-11h167c11 0 21 9 21 20s-10 21-21 21h-123l121 152c15 18 23 41 23 65v12c0 58-47 105-104 105z m395-105c0 58-46 105-104 105s-104-47-104-105c0-11 9-20 21-20s21 9 21 20c0 35 28 63 62 63s63-28 63-63-28-62-63-62c-11 0-21-9-21-21s10-21 21-21c35 0 63-28 63-62s-28-63-63-63-62 28-62 63c0 11-10 21-21 21s-21-10-21-21c0-58 47-104 104-104s104 46 104 104c0 34-16 64-41 83 25 19 41 49 41 83z" horiz-adv-x="1000" />
122
+
123
+ <glyph glyph-name="parallax" unicode="&#xe839;" d="M1000 350c0 7-4 14-10 18l-120 68 119 62c7 4 11 11 11 19s-4 15-11 18l-479 250c-6 3-13 3-20 0l-479-250c-7-3-11-10-11-18 0-8 4-15 11-19l119-62-119-68c-7-4-11-11-11-18 0-8 5-15 11-18l119-62-119-68c-7-4-11-11-11-19 0-8 5-15 11-18l479-250c3-2 7-3 10-3s7 1 10 3l479 250c7 3 11 10 11 18s-4 15-10 18l-120 69 119 62c7 3 11 10 11 18z m-500 393l434-226-434-227-434 227 434 226z m436-559l-436-227-436 227 110 63 316-165c3-2 7-3 10-3s7 1 10 3l316 165 110-63z m-436-60l-436 227 110 62 316-165c3-1 7-2 10-2s7 1 10 2l316 165 110-62-436-227z" horiz-adv-x="1000" />
124
+
125
+ <glyph glyph-name="php7" unicode="&#xe83a;" d="M170 454h-87c-9 0-18-6-20-16l-41-166c0 0-1 0-1-1l-20-83c-3-11 4-22 15-25 2 0 3 0 5 0 9 0 18 6 20 15l17 68h85c48 0 90 32 101 79l7 26c6 25 1 51-15 71-16 21-40 32-66 32z m40-93l-6-26c-7-28-32-47-61-47h-75l32 125h70c13 0 25-6 33-16 8-11 11-24 7-36z m460 93h-87c-9 0-18-6-20-16l-41-166c0 0-1 0-1-1l-20-83c-3-11 4-22 15-25 2 0 3 0 5 0 9 0 18 6 20 15l17 68h85c48 0 90 32 101 79l7 26c6 25 1 51-15 71-16 21-40 32-66 32z m40-93l-6-26c-7-28-32-47-61-47h-75l32 125h70c13 0 25-6 33-16 8-11 11-24 7-36z m-224 61c-16 21-40 32-66 32h-60l14 58c3 11-4 22-15 25-11 3-22-4-25-15l-62-250c-3-11 3-23 15-25 1-1 3-1 5-1 9 0 18 6 20 16l38 151h70c13 0 25-6 33-16 8-11 11-24 7-36l-22-89c-3-11 4-23 15-25 2-1 4-1 5-1 10 0 18 6 21 16l22 89c6 25 1 51-15 71z m512 105c-4 6-11 11-19 11h-166c-12 0-21-10-21-21s9-21 21-21h127l-145-218c-6-9-4-22 6-29 4-2 8-3 12-3 6 0 13 3 17 9l167 250c4 7 4 15 1 22z" horiz-adv-x="1000" />
126
+
127
+ <glyph glyph-name="post-list" unicode="&#xe83b;" d="M271 829h-250c-12 0-21-9-21-21v-250c0-11 9-20 21-20h250c11 0 21 9 21 20v250c0 12-10 21-21 21z m-21-250h-208v209h208v-209z m146 84h583c12 0 21 9 21 20s-9 21-21 21h-583c-12 0-21-9-21-21s9-20 21-20z m0 83h250c11 0 21 9 21 21s-10 21-21 21h-250c-12 0-21-10-21-21s9-21 21-21z m583-125h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z m-708-125h-250c-12 0-21-9-21-21v-250c0-11 9-21 21-21h250c11 0 21 10 21 21v250c0 12-10 21-21 21z m-21-250h-208v208h208v-208z m729 125h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z m-583 42h250c11 0 21 9 21 20s-10 21-21 21h-250c-12 0-21-9-21-21s9-20 21-20z m583-125h-583c-12 0-21-10-21-21s9-21 21-21h583c12 0 21 9 21 21s-9 21-21 21z m-708-125h-250c-12 0-21-10-21-21v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 21-21 21z m-21-251h-208v209h208v-209z m729 126h-583c-12 0-21-10-21-21s9-21 21-21h583c12 0 21 9 21 21s-9 21-21 21z m-583 41h250c11 0 21 10 21 21s-10 21-21 21h-250c-12 0-21-9-21-21s9-21 21-21z m583-125h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z" horiz-adv-x="1000" />
128
+
129
+ <glyph glyph-name="post-slider" unicode="&#xe83c;" d="M813 621h-625c-12 0-21-9-21-21v-500c0-11 9-21 21-21h625c11 0 20 10 20 21v500c0 12-9 21-20 21z m-21-500h-584v458h584v-458z m-521 42h167c11 0 20 9 20 20s-9 21-20 21h-167c-12 0-21-9-21-21 0-11 9-20 21-20z m0 83h458c12 0 21 9 21 21s-9 21-21 21h-458c-12 0-21-10-21-21s9-21 21-21z m0 83h458c12 0 21 10 21 21s-9 21-21 21h-458c-12 0-21-9-21-21s9-21 21-21z m-152 119c-8 8-21 8-29 0l-84-83c-8-8-8-22 0-30l84-83c4-4 9-6 14-6s11 2 15 6c8 8 8 21 0 29l-69 69 69 69c8 8 8 21 0 29z m875-83l-83 83c-8 8-22 8-30 0s-8-21 0-29l69-69-69-69c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 22 0 30z" horiz-adv-x="1000" />
130
+
131
+ <glyph glyph-name="post" unicode="&#xe83d;" d="M998 467c1 3 2 5 2 8 0 76-43 156-131 244s-168 131-244 131c-3 0-5-1-8-2-2 0-4-2-6-3 0-1 0-1-1-1l0 0c0 0 0 0 0 0-53-53-83-130-66-212l-150-150c-57 34-185 44-263-34-69-69 30-202 131-306l-256-257c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l256 256c80-78 177-154 249-154 22 0 41 7 57 23 78 78 68 205 34 263l150 150c15-3 31-5 46-5 64 0 123 28 166 71 1 1 2 3 2 4 1 1 2 2 2 3z m-42 32c-50 12-131 56-191 116-60 60-104 141-116 191 58-9 121-47 191-117 69-69 108-132 116-190z m-387-488c-36-36-137 20-263 145-125 126-181 227-145 263 65 65 168 51 208 29-10-32 5-85 75-154 57-57 102-78 135-78 7 0 13 1 19 3 22-40 36-143-29-208z m21 250c0 0 0 0-1 0 0 0 0 0 0 0-8-9-49-5-116 62-67 67-71 108-62 116l147 148c15-35 38-71 73-106 35-35 71-58 106-73l-147-147z m71 250c-102 101-93 202-48 270 18-61 66-139 122-196 57-56 135-104 197-122-69-45-170-54-271 48z" horiz-adv-x="1000" />
132
+
133
+ <glyph glyph-name="posts-carousel" unicode="&#xe83e;" d="M119 427c-8 8-21 8-29 0l-84-83c-8-8-8-21 0-30l84-83c4-4 9-6 14-6s11 2 15 6c8 8 8 22 0 30l-69 68 69 69c8 8 8 21 0 29z m875-83l-83 83c-8 8-22 8-30 0s-8-21 0-29l69-69-69-68c-8-9-8-22 0-30 4-4 10-6 15-6s11 2 15 6l83 83c8 9 8 22 0 30z m-681 173h-125c-12 0-21-10-21-21v-125c0-12 9-21 21-21h125c11 0 20 9 20 21v125c0 11-9 21-20 21z m-21-125h-84v83h84v-83z m271 125h-125c-12 0-21-10-21-21v-125c0-12 9-21 21-21h125c11 0 20 9 20 21v125c0 11-9 21-20 21z m-21-125h-84v83h84v-83z m271 125h-125c-12 0-21-10-21-21v-125c0-12 9-21 21-21h125c11 0 20 9 20 21v125c0 11-9 21-20 21z m-21-125h-84v83h84v-83z m-479-84h-125c-12 0-21-9-21-20s9-21 21-21h125c11 0 20 9 20 21s-9 20-20 20z m250 0h-125c-12 0-21-9-21-20s9-21 21-21h125c11 0 20 9 20 21s-9 20-20 20z m250 0h-125c-12 0-21-9-21-20s9-21 21-21h125c11 0 20 9 20 21s-9 20-20 20z m-542-83h-83c-12 0-21-9-21-21s9-21 21-21h83c11 0 21 10 21 21s-10 21-21 21z m250 0h-83c-12 0-21-9-21-21s9-21 21-21h83c11 0 21 10 21 21s-10 21-21 21z m250 0h-83c-12 0-21-9-21-21s9-21 21-21h83c11 0 21 10 21 21s-10 21-21 21z" horiz-adv-x="1000" />
134
+
135
+ <glyph glyph-name="posts-grid" unicode="&#xe83f;" d="M292 767h-250c-12 0-21-10-21-21v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 21-21 21z m-21-250h-208v208h208v-208z m-21-125c12 0 21 9 21 21s-9 20-21 20h-167c-11 0-20-9-20-20s9-21 20-21h167z m375 375h-250c-11 0-21-10-21-21v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 11-9 21-21 21z m-21-250h-208v208h208v-208z m-21-125c12 0 21 9 21 21s-9 20-21 20h-166c-12 0-21-9-21-20s9-21 21-21h166z m375 375h-250c-11 0-20-10-20-21v-250c0-12 9-21 20-21h250c12 0 21 9 21 21v250c0 11-9 21-21 21z m-20-250h-209v208h209v-208z m-21-125c11 0 21 9 21 21s-10 20-21 20h-167c-11 0-21-9-21-20s10-21 21-21h167z m-625-84h-250c-12 0-21-9-21-20v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 20-21 20z m-21-250h-208v209h208v-209z m-21-83h-167c-11 0-20-9-20-21s9-21 20-21h167c12 0 21 10 21 21s-9 21-21 21z m375 333h-250c-11 0-21-9-21-20v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 11-9 20-21 20z m-21-250h-208v209h208v-209z m-21-83h-166c-12 0-21-9-21-21s9-21 21-21h166c12 0 21 10 21 21s-9 21-21 21z m375 333h-250c-11 0-20-9-20-20v-250c0-12 9-21 20-21h250c12 0 21 9 21 21v250c0 11-9 20-21 20z m-20-250h-209v209h209v-209z m-21-83h-167c-11 0-21-9-21-21s10-21 21-21h167c11 0 21 10 21 21s-10 21-21 21z" horiz-adv-x="1000" />
136
+
137
+ <glyph glyph-name="posts-group" unicode="&#xe840;" d="M979 767h-250c-11 0-21-10-21-21v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 11-9 21-21 21z m-21-250h-208v208h208v-208z m-20-125c11 0 20 9 20 21s-9 20-20 20h-167c-12 0-21-9-21-20s9-21 21-21h167z m41-84h-250c-11 0-21-9-21-20v-250c0-12 10-21 21-21h250c12 0 21 9 21 21v250c0 11-9 20-21 20z m-21-250h-208v209h208v-209z m-20-83h-167c-12 0-21-9-21-21s9-21 21-21h167c11 0 20 10 20 21s-9 21-20 21z m-292 792h-625c-12 0-21-10-21-21v-792c0-11 9-21 21-21h625c11 0 21 10 21 21v792c0 11-10 21-21 21z m-21-792h-583v750h583v-750z m-479 83h250c11 0 21 10 21 21s-10 21-21 21h-250c-12 0-21-9-21-21s9-21 21-21z m0 125h375c11 0 21 10 21 21s-10 21-21 21h-375c-12 0-21-9-21-21s9-21 21-21z m0 125h375c11 0 21 10 21 21s-10 21-21 21h-375c-12 0-21-9-21-21s9-21 21-21z" horiz-adv-x="1000" />
138
+
139
+ <glyph glyph-name="posts-justified" unicode="&#xe841;" d="M21 600h208c12 0 21 9 21 21v208c0 12-9 21-21 21h-208c-12 0-21-9-21-21v-208c0-12 9-21 21-21z m21 208h166v-166h-166v166z m271-208h375c11 0 20 9 20 21v208c0 12-9 21-20 21h-375c-12 0-21-9-21-21v-208c0-12 9-21 21-21z m20 208h334v-166h-334v166z m646 42h-208c-12 0-21-9-21-21v-208c0-12 9-21 21-21h208c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-166v166h166v-166z m-895-84c-12 0-21-9-21-20s9-21 21-21h125c11 0 20 9 20 21s-9 20-20 20h-125z m520-20c0 11-9 20-20 20h-125c-12 0-21-9-21-20s9-21 21-21h125c11 0 20 9 20 21z m355-21c11 0 20 9 20 21s-9 20-20 20h-125c-12 0-21-9-21-20s9-21 21-21h125z m-459-292h209c11 0 20 9 20 21v208c0 12-9 21-20 21h-209c-11 0-21-9-21-21v-208c0-12 10-21 21-21z m21 208h167v-166h-167v166z m-479-208h375c11 0 21 9 21 21v208c0 12-10 21-21 21h-375c-12 0-21-9-21-21v-208c0-12 9-21 21-21z m21 208h333v-166h-333v166z m937 42h-208c-12 0-21-9-21-21v-208c0-12 9-21 21-21h208c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-166v166h166v-166z m-312-84h-125c-12 0-21-9-21-20s9-21 21-21h125c11 0 21 9 21 21s-10 20-21 20z m-500 0c-12 0-21-9-21-20s9-21 21-21h125c11 0 21 9 21 21s-10 20-21 20h-125z m792-41c11 0 20 9 20 21s-9 20-20 20h-125c-12 0-21-9-21-20s9-21 21-21h125z m-750-42h-167c-12 0-21-9-21-21v-208c0-12 9-21 21-21h167c11 0 20 9 20 21v208c0 12-9 21-20 21z m-21-208h-125v166h125v-166z m437 208h-333c-12 0-21-9-21-21v-208c0-12 9-21 21-21h333c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-291v166h291v-166z m396 208h-291c-12 0-21-9-21-21v-208c0-12 9-21 21-21h291c12 0 21 9 21 21v208c0 12-9 21-21 21z m-21-208h-250v166h250v-166z" horiz-adv-x="1000" />
140
+
141
+ <glyph glyph-name="posts-masonry" unicode="&#xe842;" d="M292 850h-250c-12 0-21-9-21-21v-250c0-11 9-21 21-21h250c11 0 21 10 21 21v250c0 12-10 21-21 21z m-21-250h-208v208h208v-208z m-21-125c12 0 21 9 21 21s-9 21-21 21h-167c-11 0-20-10-20-21s9-21 20-21h167z m375 375h-250c-11 0-21-9-21-21v-416c0-12 10-21 21-21h250c12 0 21 9 21 21v416c0 12-9 21-21 21z m-21-417h-208v375h208v-375z m-21-125c12 0 21 10 21 21s-9 21-21 21h-166c-12 0-21-9-21-21s9-21 21-21h166z m375 542h-250c-11 0-20-9-20-21v-333c0-12 9-21 20-21h250c12 0 21 9 21 21v333c0 12-9 21-21 21z m-20-333h-209v291h209v-291z m-21-125c11 0 21 9 21 21s-10 20-21 20h-167c-11 0-21-9-21-20s10-21 21-21h167z m-625 0h-250c-12 0-21-10-21-21v-250c0-12 9-21 21-21h250c11 0 21 9 21 21v250c0 11-10 21-21 21z m-21-250h-208v208h208v-208z m-21-84h-167c-11 0-20-9-20-20s9-21 20-21h167c12 0 21 9 21 21s-9 20-21 20z m375 167h-250c-11 0-21-9-21-21v-250c0-11 10-21 21-21h250c12 0 21 10 21 21v250c0 12-9 21-21 21z m-21-250h-208v208h208v-208z m-21-83h-166c-12 0-21-10-21-21s9-21 21-21h166c12 0 21 9 21 21s-9 21-21 21z m375 416h-250c-11 0-20-9-20-20v-250c0-12 9-21 20-21h250c12 0 21 9 21 21v250c0 11-9 20-21 20z m-20-250h-209v209h209v-209z m-21-83h-167c-11 0-21-9-21-21s10-21 21-21h167c11 0 21 10 21 21s-10 21-21 21z" horiz-adv-x="1000" />
142
+
143
+ <glyph glyph-name="posts-ticker" unicode="&#xe843;" d="M471 788c-41 0-75-18-97-51-2-3-4-7-6-10-1-1-2-2-2-3l-5-9c0-1 0-2-1-3l-126-264-171-109c-40-25-63-68-63-114v-7c0-42 19-80 51-106 24-20 54-29 84-29 21 0 41 5 60 14l83-15 40-81c14-28 39-48 69-57l107-31c2 0 4-1 6-1 4 0 8 1 11 3 5 4 8 8 9 14l4 20c11 55-19 108-71 126l-46 125 266-36c1 0 1 0 2 0l10-1c1 0 3 0 4 0 2 0 4 0 6 0 42 0 75 17 98 50 41 59 39 160-3 270-65 171-205 305-319 305z m-394-643c-22 17-35 44-35 73v7c0 32 16 61 43 79l145 92c5-67 25-136 98-174l-146-85c-33-19-75-16-105 8z m356-107c35-9 57-43 51-78l-86 24c-19 5-34 18-43 36l-45 89c-3 6-8 10-14 12l-44 8 112 66 54-144c2-6 8-11 15-13z m-53 207c-94 28-109 104-109 184l75 157c4-37 14-77 30-118 39-102 105-190 175-245l-171 22z m379-8c-15-22-36-33-64-33-5 0-10 1-16 2l-3 0c-91 15-207 136-261 277-32 83-38 161-17 211l0 1c3 7 6 13 10 19 15 21 36 32 63 32 94 0 222-128 280-278 37-96 40-184 8-231z m-187 338c-32 9-66 4-95-14-9-6-13-18-7-28 6-10 19-13 29-7 19 11 41 14 63 9 22-5 40-19 51-38 12-19 15-41 10-63-6-22-19-40-38-51-10-6-13-19-8-29 4-6 11-10 18-10 4 0 8 1 11 3 29 17 49 44 57 77 8 32 3 66-14 94-17 29-45 49-77 57z m221-3c3-8 11-14 20-14 2 0 4 1 7 2l167 62c10 4 16 16 12 27-4 11-16 16-27 12l-167-62c-11-4-16-16-12-27z m-22 91c5 0 11 2 15 6l83 83c8 8 8 21 0 29s-21 9-30 0l-83-83c-8-8-8-21 0-29 4-4 10-6 15-6z m208-167h-125c-11 0-21-9-21-21s10-21 21-21h125c12 0 21 10 21 21s-9 21-21 21z" horiz-adv-x="1000" />
144
+
145
+ <glyph glyph-name="price-list" unicode="&#xe844;" d="M646-25h-521v583h229c12 0 21 10 21 21v229h417v-562c0-12 9-21 21-21s20 9 20 21v583c0 12-9 21-20 21h-459c-3 0-5-1-8-2-1 0-1-1-2-1-2-1-3-2-5-3l-250-250c0-1-1-2-2-3-1-2-1-2-2-4-1-2-2-5-2-8v-625c0-11 10-21 21-21h542c11 0 21 10 21 21s-10 21-21 21z m-491 625l178 179v-179h-178z m762-635c0 47-51 63-84 69v64c24-5 41-17 42-28 1-11 12-19 23-19 11 2 20 12 19 23-4 34-38 60-84 66v23c0 11-9 20-20 20s-21-9-21-20v-23c-48-6-84-35-84-71 0-48 51-63 84-70v-63c-24 4-41 16-42 27-1 12-12 20-23 19-11-1-20-11-18-23 3-33 37-60 83-66v-22c0-12 9-21 21-21s20 9 20 21v22c49 7 84 36 84 72z m-167 104c0 11 17 24 42 29v-56c-34 8-42 19-42 27z m83-134v57c34-8 42-19 42-27 0-12-17-25-42-30z m-562 540c-35 0-63-28-63-62s28-63 63-63 62 28 62 63-28 62-62 62z m0-83c-12 0-21 9-21 21s9 20 21 20 21-9 21-20-10-21-21-21z m0-84c-35 0-63-28-63-62s28-63 63-63 62 28 62 63-28 62-62 62z m0-83c-12 0-21 9-21 21s9 21 21 21 21-10 21-21-10-21-21-21z m0-83c-35 0-63-28-63-63s28-62 63-62 62 28 62 62-28 63-62 63z m0-84c-12 0-21 10-21 21s9 21 21 21 21-9 21-21-10-21-21-21z m167 375c-12 0-21-9-21-20s9-21 21-21h250c11 0 20 9 20 21s-9 20-20 20h-250z m250-166h-250c-12 0-21-10-21-21s9-21 21-21h250c11 0 20 9 20 21s-9 21-20 21z m-42-167h-208c-12 0-21-9-21-21s9-21 21-21h208c11 0 21 10 21 21s-10 21-21 21z" horiz-adv-x="1000" />
146
+
147
+ <glyph glyph-name="price-table" unicode="&#xe845;" d="M958 663h-187v62c0 12-9 21-21 21h-500c-11 0-21-9-21-21v-62h-187c-12 0-21-10-21-21v-584c0-11 9-20 21-20h187v-63c0-12 10-21 21-21h500c12 0 21 9 21 21v63h187c12 0 21 9 21 20v584c0 11-9 21-21 21z m-20-42v-83h-167v83h167z m-667 83h458v-125h-458v125z m-42-83v-83h-166v83h166z m-166-542v417h166v-417h-166z m666-83h-458v542h458v-542z m42 83v417h167v-417h-167z m-250 204v85c23-5 40-20 42-37 1-11 11-19 22-19 12 1 20 12 19 23-3 39-38 69-83 76v22c0 12-9 21-21 21s-21-9-21-21v-22c-47-8-83-42-83-82 0-39 27-65 83-79v-85c-23 6-40 20-42 37 0 11-12 20-22 19-11-1-20-11-19-23 3-38 38-68 83-75v-23c0-11 10-21 21-21s21 10 21 21v23c47 7 83 41 83 81 0 39-27 66-83 79z m-83 46c0 18 17 33 41 39v-75c-28 8-41 20-41 36z m83-164v75c28-8 42-19 42-36 0-17-18-33-42-39z" horiz-adv-x="1000" />
148
+
149
+ <glyph glyph-name="radio" unicode="&#xe846;" d="M146 829c-81 0-146-65-146-146s65-145 146-145 146 65 146 145-66 146-146 146z m0-250c-58 0-104 47-104 104s46 105 104 105 104-47 104-105-47-104-104-104z m0-83c-81 0-146-66-146-146s65-146 146-146 146 66 146 146-66 146-146 146z m0-250c-58 0-104 47-104 104s46 104 104 104 104-47 104-104-47-104-104-104z m0-83c-81 0-146-66-146-146s65-146 146-146 146 65 146 146-66 146-146 146z m0-251c-58 0-104 47-104 105s46 104 104 104 104-47 104-104-47-105-104-105z m250 751h583c12 0 21 9 21 20s-9 21-21 21h-583c-12 0-21-9-21-21s9-20 21-20z m583-292h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z m0-333h-583c-12 0-21-10-21-21s9-21 21-21h583c12 0 21 9 21 21s-9 21-21 21z m-833 375c-35 0-63-28-63-63s28-62 63-62 62 28 62 62-28 63-62 63z m0-84c-12 0-21 10-21 21s9 21 21 21 21-9 21-21-10-21-21-21z" horiz-adv-x="1000" />
150
+
151
+ <glyph glyph-name="rtl" unicode="&#xe847;" d="M229 308c12 0 21 10 21 21v104h93l77-115c4-6 11-10 18-10 4 0 8 2 11 4 10 6 12 19 6 29l-66 99c40 14 69 52 69 98v41c0 58-46 104-104 104h-125c-11 0-21-9-21-20v-334c0-11 10-21 21-21z m21 334h104c35 0 63-28 63-63v-41c0-35-28-63-63-63h-104v167z m229 0h104v-313c0-11 10-21 21-21s21 10 21 21v313h104c12 0 21 9 21 21s-9 20-21 20h-250c-11 0-21-9-21-20s10-21 21-21z m334-334h166c12 0 21 10 21 21s-9 21-21 21h-146v313c0 11-9 20-20 20s-21-9-21-20v-334c0-11 9-21 21-21z m166-125h-908l90 90c8 8 8 21 0 29s-22 8-30 0l-125-125c0 0 0 0 0 0-2-2-3-4-4-6-3-6-3-11 0-16 0-2 1-3 2-4 1-1 1-2 2-3l125-125c4-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29l-90 90h908c12 0 21 9 21 21s-9 20-21 20z" horiz-adv-x="1000" />
152
+
153
+ <glyph glyph-name="scroll" unicode="&#xe848;" d="M583 850h-166c-150 0-271-121-271-271v-375c0-195 159-354 354-354s354 159 354 354v375c0 150-121 271-271 271z m-83-167c12 0 21-9 21-20v-125c0-12-9-21-21-21s-21 9-21 21v125c0 11 10 20 21 20z m313-479c0-172-141-312-313-312s-312 140-312 312v375c0 127 102 229 229 229h62v-87c-24-8-41-31-41-58v-125c0-35 28-63 62-63s63 28 63 63v125c0 27-18 50-42 58v87h62c127 0 230-102 230-229v-375z" horiz-adv-x="1000" />
154
+
155
+ <glyph glyph-name="search" unicode="&#xe849;" d="M994-115l-304 305c63 70 102 163 102 264 0 218-178 396-396 396s-396-178-396-396 178-396 396-396c102 0 194 39 264 102l304-304c5-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29z m-952 569c0 196 159 354 354 354s354-158 354-354-159-354-354-354-354 159-354 354z" horiz-adv-x="1000" />
156
+
157
+ <glyph glyph-name="selec" unicode="&#xe84a;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-119 306l-151-151-152 151c-9 9-22 9-30 0s-8-21 0-29l167-167c4-4 9-6 15-6s10 2 14 6l167 167c8 8 8 21 0 29-8 9-21 9-30 0z" horiz-adv-x="1000" />
158
+
159
+ <glyph glyph-name="share" unicode="&#xe84b;" d="M833 183c-57 0-108-29-138-74l-372 186c6 17 10 36 10 55s-4 38-10 55l372 186c30-45 81-74 138-74 92 0 167 74 167 166s-75 167-167 167-166-75-166-167c0-19 4-37 10-55l-372-185c-30 44-81 74-138 74-92 0-167-75-167-167s75-167 167-167c57 0 108 30 138 75l372-186c-6-18-10-36-10-55 0-92 74-167 166-167s167 75 167 167-75 166-167 166z m0 625c69 0 125-56 125-125s-56-125-125-125c-48 0-90 29-111 69 0 1 0 1 0 1 0 0 0 0 0 0-8 17-14 35-14 55 0 69 56 125 125 125z m-666-583c-69 0-125 56-125 125s56 125 125 125c48 0 90-28 111-69 0 0 0 0 0 0 0 0 0 0 0 0 9-17 14-36 14-56 0-20-5-38-14-55 0 0 0 0 0-1 0 0 0 0 0 0-21-41-63-69-111-69z m666-333c-69 0-125 56-125 125 0 20 6 38 14 55 0 0 0 0 0 0 0 0 0 0 0 1 21 40 63 69 111 69 69 0 125-56 125-125s-56-125-125-125z" horiz-adv-x="1000" />
160
+
161
+ <glyph glyph-name="sidebar" unicode="&#xe84c;" d="M979 850h-958c-12 0-21-9-21-21v-958c0-12 9-21 21-21h958c12 0 21 9 21 21v958c0 12-9 21-21 21z m-21-42v-166h-916v166h916z m-916-208h541v-708h-541v708z m583-708v708h333v-708h-333z m229 125h-125c-11 0-21-10-21-21s10-21 21-21h125c12 0 21 9 21 21s-9 21-21 21z m0 125h-125c-11 0-21-10-21-21s10-21 21-21h125c12 0 21 9 21 21s-9 21-21 21z m0 125h-125c-11 0-21-10-21-21s10-21 21-21h125c12 0 21 9 21 21s-9 21-21 21z m0 125h-125c-11 0-21-10-21-21s10-21 21-21h125c12 0 21 9 21 21s-9 21-21 21z m0 125h-125c-11 0-21-10-21-21s10-21 21-21h125c12 0 21 9 21 21s-9 21-21 21z" horiz-adv-x="1000" />
162
+
163
+ <glyph glyph-name="skill-bar" unicode="&#xe84d;" d="M938 829h-875c-35 0-63-28-63-62v-84c0-34 28-62 63-62h749c0 0 0 0 1 0s0 0 0 0h125c34 0 62 28 62 62v84c0 34-28 62-62 62z m-146-166h-96l96 95v-95z m-155 0h-66l125 125h66l-125-125z m-191 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-8 125h74l-95-96v75c0 11 9 21 21 21z m895-105c0-11-9-20-20-20h-105v125h105c11 0 20-10 20-21v-84z m-20-104h-875c-35 0-63-28-63-62v-84c0-34 28-62 63-62h499c0 0 0 0 1 0s0 0 0 0h375c34 0 62 28 62 62v84c0 34-28 62-62 62z m-396-166h-96l96 95v-95z m-155 0h-66l125 125h66l-125-125z m-191 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-8 125h74l-95-96v75c0 11 9 21 21 21z m895-105c0-11-9-20-20-20h-355v125h355c11 0 20-10 20-21v-84z m-20-354h-875c-35 0-63-28-63-62v-84c0-34 28-62 63-62h249c0 0 0 0 1 0s0 0 0 0h625c34 0 62 28 62 62v84c0 34-28 62-62 62z m-646-167h-96l96 96v-96z m-155 0h-66l125 126h66l-125-126z m-74 126h74l-95-96v75c0 11 9 21 21 21z m895-105c0-11-9-21-20-21h-605v126h605c11 0 20-10 20-21v-84z m-20 396h-875c-35 0-63-28-63-62v-84c0-34 28-62 63-62h624c0 0 0 0 1 0s0 0 0 0h250c34 0 62 28 62 62v84c0 34-28 62-62 62z m-271-166h-96l96 95v-95z m-155 0h-66l125 125h66l-125-125z m-191 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-125 0l125 125h66l-125-125h-66z m-8 125h74l-95-96v75c0 11 9 21 21 21z m895-105c0-11-9-20-20-20h-230v125h230c11 0 20-10 20-21v-84z" horiz-adv-x="1000" />
164
+
165
+ <glyph glyph-name="slider-3d" unicode="&#xe84e;" d="M792 621h-584c-11 0-20-9-20-21v-417c0-11 9-20 20-20h584c11 0 21 9 21 20v417c0 12-10 21-21 21z m-21-417h-542v375h542v-375z m-655 373l-84-42c-10-5-14-17-9-28 5-10 18-14 28-9l53 27v-266l-53 26c-10 5-23 1-28-9-5-10-1-23 9-28l84-42c3-1 6-2 9-2 4 0 8 1 11 3 6 4 10 11 10 18v333c0 8-4 14-10 18-6 4-14 4-20 1z m833-292l-53-26v266l53-27c10-5 23-1 28 9 5 11 1 23-9 28l-84 42c-6 3-14 3-20-1-6-4-10-10-10-18v-333c0-7 4-14 10-18 3-2 7-3 11-3 3 0 6 1 9 2l84 42c10 5 14 18 9 28-5 10-18 14-28 9z" horiz-adv-x="1000" />
166
+
167
+ <glyph glyph-name="slider-album" unicode="&#xe84f;" d="M971 533c-5 4-11 5-18 4l-140-35v56c0 12-10 21-21 21h-584c-11 0-20-9-20-21v-56l-141 35c-6 1-13 0-18-4s-8-10-8-16v-334c0-6 3-12 8-16 4-3 8-4 13-4 1 0 3 0 5 0l141 35v-56c0-12 9-21 20-21h584c11 0 21 9 21 21v56l140-35c2 0 4 0 5 0 5 0 10 1 13 4 5 4 8 10 8 16v334c0 6-3 12-8 16z m-908-323v280l125-31v-218l-125-31z m708-47h-542v375h542v-375z m167 47l-125 31v218l125 31v-280z" horiz-adv-x="1000" />
168
+
169
+ <glyph glyph-name="slider-device" unicode="&#xe850;" d="M125 288c5 0 11 2 15 6 8 8 8 21 0 29l-69 69 69 68c8 8 8 22 0 30s-22 8-30 0l-83-84c-8-8-8-21 0-29l83-83c4-4 10-6 15-6z m848 118l-83 84c-8 8-22 8-30 0-8-8-8-22 0-30l69-68-69-69c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 21 0 29z m-98-160h-62v354c0 35-28 63-63 63h-500c-34 0-62-28-62-63v-354h-63c-11 0-21-9-21-21v-42c0-34 28-62 63-62h666c35 0 63 28 63 62v42c0 12-9 21-21 21z m-646 354c0 12 10 21 21 21h500c12 0 21-9 21-21v-354h-542v354z m625-417c0-11-9-20-21-20h-666c-12 0-21 9-21 20v21h62 584 62v-21z" horiz-adv-x="1000" />
170
+
171
+ <glyph glyph-name="slider-full-screen" unicode="&#xe851;" d="M958 704h-916c-12 0-21-9-21-21v-666c0-12 9-21 21-21h916c12 0 21 9 21 21v666c0 12-9 21-21 21z m-20-666h-875v625h875v-625z m-744 214c4-4 9-6 14-6s11 2 15 6c8 8 8 21 0 29l-68 69 68 69c8 8 8 21 0 29s-21 8-29 0l-84-83c-8-8-8-22 0-30l84-83z m583 0c4-4 9-6 15-6s10 2 14 6l84 83c8 8 8 22 0 30l-84 83c-8 8-21 8-29 0s-8-21 0-29l69-69-69-69c-8-8-8-21 0-29z m-460-80c0-1 1-2 2-3 0-1 1-1 2-2 1-1 3-2 4-3 3-1 6-1 8-1h84c11 0 21 9 21 20s-10 21-21 21h-33l68 69c8 8 8 21 0 29s-21 8-29 0l-69-68v33c0 11-9 21-21 21s-20-10-20-21v-84c0-2 0-5 1-8 1-1 2-2 3-3z m-4 345v-84c0-11 9-20 20-20s21 9 21 20v33l69-68c4-4 9-6 15-6s10 2 14 6c8 8 8 21 0 29l-68 69h33c11 0 21 9 21 21s-10 21-21 21h-84c-1 0-2-1-3-1-2 0-3 0-5-1-2-1-4-3-6-5l0 0c-1 0-1 0-1 0-1-2-3-4-4-6-1-3-1-6-1-8z m250-125c5 0 10 2 14 6l69 68v-33c0-11 9-20 21-20 11 0 21 9 21 20v84c0 1-1 3-1 4-1 1-1 3-1 4-2 5-6 9-11 11-2 0-3 0-4 1-1 0-3 1-4 1h-84c-11 0-20-10-20-21s9-21 20-21h33l-68-69c-8-8-8-21 0-29 4-4 9-6 15-6z m53-188h-33c-11 0-20-9-20-21 0-11 9-20 20-20h84c2 0 5 0 8 1 2 1 4 3 6 4 0 0 0 0 0 1l0 0c2 2 4 4 5 6 1 2 1 3 1 5 0 1 1 2 1 3v84c0 11-10 21-21 21s-21-10-21-21v-33l-69 68c-8 8-21 8-29 0s-8-21 0-29l68-69z" horiz-adv-x="1000" />
172
+
173
+ <glyph glyph-name="slider-push" unicode="&#xe852;" d="M792 621h-584c-11 0-20-9-20-21v-417c0-11 9-20 20-20h584c11 0 21 9 21 20v417c0 12-10 21-21 21z m-21-417h-542v375h542v-375z m-646 417h-83c-12 0-21-9-21-21s9-21 21-21h62v-375h-62c-12 0-21-9-21-21 0-11 9-20 21-20h83c12 0 21 9 21 20v417c0 12-9 21-21 21z m833-417h-62v375h62c12 0 21 10 21 21s-9 21-21 21h-83c-11 0-21-9-21-21v-417c0-11 10-20 21-20h83c12 0 21 9 21 20s-9 21-21 21z" horiz-adv-x="1000" />
174
+
175
+ <glyph glyph-name="slider-vertical" unicode="&#xe853;" d="M958 663h-916c-12 0-21-10-21-21v-584c0-11 9-20 21-20h916c12 0 21 9 21 20v584c0 11-9 21-21 21z m-20-584h-875v542h875v-542z m-369-89l-69-69-69 69c-8 8-21 8-29 0s-8-22 0-30l83-83c4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 22 0 30-8 8-21 8-29 0z m-138 720l69 69 69-69c4-4 9-6 14-6s11 2 15 6c8 8 8 22 0 30l-83 83c-8 8-22 8-30 0l-83-83c-8-8-8-22 0-30s21-8 29 0z" horiz-adv-x="1000" />
176
+
177
+ <glyph glyph-name="slider-video" unicode="&#xe854;" d="M792 579h-584c-11 0-20-9-20-21v-416c0-12 9-21 20-21h584c11 0 21 9 21 21v416c0 12-10 21-21 21z m-21-416h-542v375h542v-375z m-631 285c-8 8-22 8-30 0l-83-83c-8-8-8-22 0-30l83-83c4-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29l-69 69 69 69c8 8 8 21 0 29z m833-83l-83 83c-8 8-22 8-30 0s-8-21 0-29l69-69-69-69c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 22 0 30z m-524-117c3-1 6-2 9-2 4 0 8 1 12 3l125 84c6 4 9 10 9 17s-3 14-9 17l-125 84c-7 4-15 4-21 1-7-4-11-11-11-19v-166c0-8 4-15 11-19z m30 146l67-44-67-44v88z" horiz-adv-x="1000" />
178
+
179
+ <glyph glyph-name="slideshow" unicode="&#xe855;" d="M792 621h-584c-11 0-20-9-20-21v-417c0-11 9-20 20-20h584c11 0 21 9 21 20v417c0 12-10 21-21 21z m-21-417h-542v375h542v-375z m-631 286c-8 8-22 8-30 0l-83-84c-8-8-8-21 0-29l83-83c4-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29l-69 69 69 68c8 8 8 22 0 30z m833-84l-83 84c-8 8-22 8-30 0s-8-22 0-30l69-68-69-69c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 21 0 29z" horiz-adv-x="1000" />
180
+
181
+ <glyph glyph-name="social-icons" unicode="&#xe856;" d="M926 796l-105 9c-47 4-95 4-142 0l-105-9c-42-4-74-38-74-80v-190c0-42 32-77 74-80l105-10c24-2 47-3 71-3s47 1 71 3l105 10c42 3 74 38 74 80v190c0 42-32 76-74 80z m32-270c0-20-15-37-35-39l-106-9c-44-4-90-4-134 0l-106 9c-20 2-35 19-35 39v190c0 20 15 37 35 39l106 9c22 2 45 3 67 3s45-1 67-3l106-9c20-2 35-19 35-39v-190z m-259 196c-6 4-15 4-21 1-7-4-11-11-11-19v-166c0-8 4-15 11-19 3-1 6-2 10-2 4 0 8 1 11 3l125 84c6 3 9 10 9 17s-3 13-9 17l-125 84z m9-146v89l67-44-67-45z m-264-308c1 2 2 5 2 8 3 8-1 17-8 22-7 5-16 5-23 1-5-3-23-11-37-15-38 30-83 32-128 7-34-20-45-55-46-83-69 10-112 47-137 78-5 5-11 8-18 7-7 0-13-4-16-10-15-24-19-51-12-78 1-5 2-9 4-13 0-1-1-1-1-1-7-4-12-11-12-19 0-32 14-57 32-74 0 0-1-1-1-1-5-6-7-15-3-23 11-24 29-42 52-54-22-7-46-10-69-7-10 1-19-5-22-15-3-9 1-20 10-24 48-27 98-41 146-40 50 0 98 14 141 43 75 50 122 138 118 218 12 9 28 24 39 41 5 8 4 19-2 26-3 3-6 5-9 6z m-169-257c-32-21-92-48-170-30 21 7 40 18 56 31 6 6 8 15 5 23s-10 13-19 14c-17 0-32 5-44 13 6 2 11 5 16 9 7 5 9 14 7 22s-10 14-18 15c-7 0-30 10-44 31 5 0 11 0 16 1 8 2 15 8 16 17 2 9-2 17-10 21-7 5-20 18-25 37-1 6-2 12-2 18 36-33 89-65 166-69 6-1 13 3 17 8 4 5 6 12 4 18-3 11-2 49 25 64 33 19 61 16 87-8 3-3 7-4 11-5-1-3-1-6 0-9 1-6 5-11 9-14-3-4-5-10-4-15 8-69-33-147-99-192z m121 797h-333c-35 0-63-28-63-62v-333c0-35 28-63 63-63h333c34 0 62 28 62 63v333c0 34-28 62-62 62z m21-395c0-12-10-21-21-21h-146v166h42c11 0 21 10 21 21s-10 21-21 21h-42c0 23 19 42 42 42h21c11 0 20 9 20 21s-9 20-20 20h-21c-46 0-84-37-84-83h-20c-12 0-21-9-21-21s9-21 21-21h20v-166h-145c-12 0-21 9-21 21v333c0 11 9 21 21 21h333c11 0 21-10 21-21v-333z m437-21h-208c-81 0-146-66-146-146v-208c0-81 65-146 146-146h208c81 0 146 65 146 146v208c0 80-65 146-146 146z m104-354c0-58-46-105-104-105h-208c-58 0-104 47-104 105v208c0 57 46 104 104 104h208c58 0 104-47 104-104v-208z m-208 229c-69 0-125-56-125-125s56-125 125-125 125 56 125 125-56 125-125 125z m0-209c-46 0-83 38-83 84s37 83 83 83 83-37 83-83-37-84-83-84z" horiz-adv-x="1000" />
182
+
183
+ <glyph glyph-name="spacer" unicode="&#xe857;" d="M42 663h916c12 0 21 9 21 20s-9 21-21 21h-916c-12 0-21-9-21-21s9-20 21-20z m583-250c8 0 15 4 19 11s2 16-2 22l-125 167c-8 10-26 10-34 0l-125-167c-4-6-5-15-2-22 4-7 11-11 19-11h104v-125h-104c-8 0-15-5-19-12-3-7-2-15 2-22l125-166c4-6 11-9 17-9s13 3 17 9l125 166c4 7 5 15 2 22-4 7-11 12-19 12h-104v125h104z m-125-278l-83 111h166l-83-111z m0 430l83-111h-166l83 111z m458-527h-916c-12 0-21-10-21-21s9-21 21-21h916c12 0 21 9 21 21s-9 21-21 21z" horiz-adv-x="1000" />
184
+
185
+ <glyph glyph-name="table" unicode="&#xe858;" d="M979 725h-958c-12 0-21-9-21-21v-708c0-12 9-21 21-21h958c12 0 21 9 21 21v708c0 12-9 21-21 21z m-602-542v125h248v-125h-248z m248-41v-125h-248v125h248z m0 333v-125h-248v125h248z m42 0h291v-125h-291v125z m-332-125h-293v125h293v-125z m-293-42h293v-125h-293v125z m625 0h291v-125h-291v125z m291 375v-166h-916v166h916z m-916-541h293v-125h-293v125z m625-125v125h291v-125h-291z" horiz-adv-x="1000" />
186
+
187
+ <glyph glyph-name="tabs" unicode="&#xe859;" d="M988 574l-42 111c-9 24-32 40-58 40h-191c-21 0-40-10-51-26-12 16-30 26-51 26h-190c-21 0-39-10-51-26-11 16-30 26-51 26h-191c-26 0-49-16-58-40l-45-120c-6-16-9-32-9-49v-478c0-35 28-63 63-63h875c34 0 62 28 62 63v500c0 13-5 26-12 36z m-291 109h191c9 0 16-5 20-13l26-70h-252l-14 42 9 27c3 9 11 14 20 14z m-292 0h190c9 0 17-5 20-14l23-69h-248l-14 42 9 27c3 9 11 14 20 14z m553-645c0-12-9-21-20-21h-875c-12 0-21 9-21 21v478c0 12 2 23 6 34l45 120c3 8 10 13 19 13h191c9 0 17-5 20-14l32-96c3-9 11-15 20-15h563c5 0 10-2 13-5l1-3c1-2 3-4 5-6 1-2 1-4 1-6v-500z" horiz-adv-x="1000" />
188
+
189
+ <glyph glyph-name="tel-field" unicode="&#xe85a;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-460 190c-26 0-52 4-76 12-16 5-34 1-43-9l-45-34c-52 28-85 61-113 112l33 43c11 12 16 29 11 45-9 24-13 50-13 76 0 24-19 44-44 44h-81c-24 0-44-20-44-44 0-228 186-414 415-414 24 0 44 20 44 44v81c0 24-20 44-44 44z m0-127c-206 0-373 167-371 375l84-3c0-30 5-60 14-89l20 7-23-11-42-56c-5-7-5-15-2-22 36-70 78-112 148-148 7-4 16-3 22 2l56 42c1 0 4 2 5 2 28-9 58-14 91-16l-2-83z" horiz-adv-x="1000" />
190
+
191
+ <glyph glyph-name="text-area" unicode="&#xe85b;" d="M938 767h-875c-35 0-63-28-63-63v-708c0-35 28-63 63-63h875c34 0 62 28 62 63v708c0 35-28 63-62 63z m-896-771v708c0 12 9 21 21 21h875c11 0 20-9 20-21v-616l-112-113h-783c-12 0-21 9-21 21z m896-21h-33l53 54v-33c0-12-9-21-20-21z m-689 653c-6 16-33 16-39 0l-125-333c-4-11 1-23 12-27 11-4 23 1 27 12l42 112c0 0 0 0 1 0h125c0 0 0 0 1 0l42-112c3-8 11-13 19-13 3 0 5 0 8 1 10 4 16 16 12 27l-125 333z m-68-195l48 129 48-129h-96z m694-62c0 11-9 21-21 21s-21-10-21-21c0-35-28-63-62-63s-63 28-63 63v83c0 35 28 63 63 63s62-28 62-63c0-11 10-21 21-21s21 10 21 21c0 58-47 104-104 104s-104-46-104-104v-83c0-58 46-104 104-104s104 46 104 104z m-354 187c-24 0-45-8-63-21v84c0 11-9 21-20 21s-21-10-21-21v-167-21-41-21-83c0-12 9-21 21-21s20 9 20 21v0c18-13 39-21 63-21 57 0 104 46 104 104v83c0 58-47 104-104 104z m62-187c0-35-28-63-62-63s-63 28-63 63v21 41 21c0 35 28 63 63 63s62-28 62-63v-83z" horiz-adv-x="1000" />
192
+
193
+ <glyph glyph-name="text-field" unicode="&#xe85c;" d="M938 663h-875c-35 0-63-28-63-63v-500c0-34 28-62 63-62h875c34 0 62 28 62 62v500c0 35-28 63-62 63z m20-563c0-11-9-21-20-21h-875c-12 0-21 10-21 21v500c0 12 9 21 21 21h875c11 0 20-9 20-21v-500z m-729 438c12 0 21 9 21 20s-9 21-21 21h-83c-12 0-21-9-21-21s9-20 21-20h21v-375h-21c-12 0-21-10-21-21s9-21 21-21h83c12 0 21 9 21 21s-9 21-21 21h-21v375h21z" horiz-adv-x="1000" />
194
+
195
+ <glyph glyph-name="thumbnails-down" unicode="&#xe85d;" d="M792 663h-584c-11 0-20-10-20-21v-417c0-11 9-21 20-21h584c11 0 21 10 21 21v417c0 11-10 21-21 21z m-21-417h-542v375h542v-375z m-631 244c-8 8-22 8-30 0l-83-84c-8-8-8-21 0-29l83-83c4-4 10-6 15-6s11 2 15 6c8 8 8 21 0 29l-69 69 69 68c8 8 8 22 0 30z m833-84l-83 84c-8 8-22 8-30 0s-8-22 0-30l69-68-69-69c-8-8-8-21 0-29 4-4 10-6 15-6s11 2 15 6l83 83c8 8 8 21 0 29z m-681-243h-84c-11 0-20-10-20-21v-84c0-11 9-20 20-20h84c11 0 21 9 21 20v84c0 11-10 21-21 21z m-21-84h-42v42h42v-42z m187 84h-83c-11 0-21-10-21-21v-84c0-11 10-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-20-84h-42v42h42v-42z m187 84h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-21-84h-41v42h41v-42z m188 84h-84c-11 0-20-10-20-21v-84c0-11 9-20 20-20h84c11 0 21 9 21 20v84c0 11-10 21-21 21z m-21-84h-42v42h42v-42z" horiz-adv-x="1000" />
196
+
197
+ <glyph glyph-name="thumbnails-half" unicode="&#xe85e;" d="M479 663h-458c-12 0-21-10-21-21v-584c0-11 9-20 21-20h458c12 0 21 9 21 20v584c0 11-9 21-21 21z m-21-584h-416v542h416v-542z m521 584h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-21-84h-41v42h41v-42z m21-83h-83c-12 0-21-9-21-21v-83c0-12 9-21 21-21h83c12 0 21 9 21 21v83c0 12-9 21-21 21z m-21-83h-41v41h41v-41z m21-84h-83c-12 0-21-9-21-21v-83c0-11 9-21 21-21h83c12 0 21 10 21 21v83c0 12-9 21-21 21z m-21-83h-41v42h41v-42z m21-83h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-21-84h-41v42h41v-42z m-145 584h-84c-11 0-21-10-21-21v-84c0-11 10-20 21-20h84c11 0 20 9 20 20v84c0 11-9 21-20 21z m-21-84h-42v42h42v-42z m21-83h-84c-11 0-21-9-21-21v-83c0-12 10-21 21-21h84c11 0 20 9 20 21v83c0 12-9 21-20 21z m-21-83h-42v41h42v-41z m21-84h-84c-11 0-21-9-21-21v-83c0-11 10-21 21-21h84c11 0 20 10 20 21v83c0 12-9 21-20 21z m-21-83h-42v42h42v-42z m21-83h-84c-11 0-21-10-21-21v-84c0-11 10-20 21-20h84c11 0 20 9 20 20v84c0 11-9 21-20 21z m-21-84h-42v42h42v-42z m-146 584h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c11 0 21 9 21 20v84c0 11-10 21-21 21z m-21-84h-42v42h42v-42z m21-83h-83c-12 0-21-9-21-21v-83c0-12 9-21 21-21h83c11 0 21 9 21 21v83c0 12-10 21-21 21z m-21-83h-42v41h42v-41z m21-84h-83c-12 0-21-9-21-21v-83c0-11 9-21 21-21h83c11 0 21 10 21 21v83c0 12-10 21-21 21z m-21-83h-42v42h42v-42z m21-83h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c11 0 21 9 21 20v84c0 11-10 21-21 21z m-21-84h-42v42h42v-42z" horiz-adv-x="1000" />
198
+
199
+ <glyph glyph-name="thumbnails-right" unicode="&#xe85f;" d="M813 663h-792c-12 0-21-10-21-21v-584c0-11 9-20 21-20h792c11 0 20 9 20 20v584c0 11-9 21-20 21z m-21-584h-750v542h750v-542z m187 584h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-21-84h-41v42h41v-42z m21-83h-83c-12 0-21-9-21-21v-83c0-12 9-21 21-21h83c12 0 21 9 21 21v83c0 12-9 21-21 21z m-21-83h-41v41h41v-41z m21-84h-83c-12 0-21-9-21-21v-83c0-11 9-21 21-21h83c12 0 21 10 21 21v83c0 12-9 21-21 21z m-21-83h-41v42h41v-42z m21-83h-83c-12 0-21-10-21-21v-84c0-11 9-20 21-20h83c12 0 21 9 21 20v84c0 11-9 21-21 21z m-21-84h-41v42h41v-42z" horiz-adv-x="1000" />
200
+
201
+ <glyph glyph-name="time-line" unicode="&#xe860;" d="M667 454h250c34 0 62 28 62 63v250c0 34-28 62-62 62h-250c-35 0-63-28-63-62v-33l-54-55c-8 10-18 17-29 21v108c0 12-9 21-21 21s-21-9-21-21v-108c-24-8-41-31-41-58s17-50 41-59v-174c-11-4-21-12-29-21l-54 54v33c0 34-28 63-63 63h-250c-34 0-62-29-62-63v-250c0-34 28-62 62-62h250c35 0 63 28 63 62v33l54 55c8-10 18-18 29-22v-174c-24-9-41-32-41-59s17-50 41-58v-108c0-12 10-21 21-21s21 9 21 21v108c11 4 21 11 29 21l54-55v-33c0-34 28-62 63-62h250c34 0 62 28 62 62v250c0 35-28 63-62 63h-250c-35 0-63-28-63-63v-33l-54-54c-8 10-18 17-29 21v174c24 9 42 32 42 59s-18 50-42 59v174c11 4 21 12 29 21l54-54v-33c0-35 28-63 63-63z m-167 209c12 0 21-10 21-21v0c0-12-9-21-21-21s-21 9-21 21 10 21 21 21z m-140-382c-4-3-6-9-6-14v-42c0-11-9-21-21-21h-250c-11 0-20 10-20 21v250c0 12 9 21 20 21h250c12 0 21-9 21-21v-42c0-5 2-10 6-14l69-69-69-69z m140-202c12 0 21-9 21-21v0c0-11-9-20-21-20s-21 9-21 20 10 21 21 21z m140 48c4 4 6 9 6 15v41c0 12 9 21 21 21h250c11 0 21-9 21-21v-250c0-11-10-21-21-21h-250c-12 0-21 10-21 21v42c0 5-2 11-6 15l-69 68 69 69z m-140 202c-11 0-21 10-21 21v0c0 12 10 21 21 21s21-9 21-21-9-21-21-21z m71 313l69 68c4 4 6 9 6 15v42c0 11 9 21 21 21h250c11 0 21-10 21-21v-250c0-12-10-21-21-21h-250c-12 0-21 9-21 21v41c0 6-2 11-6 15l-69 69z" horiz-adv-x="1000" />
202
+
203
+ <glyph glyph-name="toogle" unicode="&#xe861;" d="M229 829h-166c-35 0-63-28-63-62v-167c0-34 28-62 63-62h166c35 0 63 28 63 62v167c0 34-28 62-63 62z m21-229c0-11-9-21-21-21h-166c-12 0-21 10-21 21v167c0 11 9 21 21 21h166c12 0 21-10 21-21v-167z m-62 104h-21v21c0 12-10 21-21 21s-21-9-21-21v-21h-21c-11 0-21-9-21-21s10-20 21-20h21v-21c0-12 9-21 21-21s21 9 21 21v21h21c11 0 20 9 20 20s-9 21-20 21z m41-208h-166c-35 0-63-28-63-63v-166c0-35 28-63 63-63h166c35 0 63 28 63 63v166c0 35-28 63-63 63z m21-229c0-12-9-21-21-21h-166c-12 0-21 9-21 21v166c0 12 9 21 21 21h166c12 0 21-9 21-21v-166z m-62 104h-21v21c0 11-10 21-21 21s-21-10-21-21v-21h-21c-11 0-21-9-21-21s10-21 21-21h21v-21c0-11 9-20 21-20s21 9 21 20v21h21c11 0 20 10 20 21s-9 21-20 21z m41-208h-166c-35 0-63-28-63-63v-167c0-34 28-62 63-62h166c35 0 63 28 63 62v167c0 35-28 63-63 63z m21-230c0-11-9-21-21-21h-166c-12 0-21 10-21 21v167c0 12 9 21 21 21h166c12 0 21-9 21-21v-167z m-62 105h-21v20c0 12-10 21-21 21s-21-9-21-21v-20h-21c-11 0-21-10-21-21s10-21 21-21h21v-21c0-12 9-21 21-21s21 9 21 21v21h21c11 0 20 9 20 21s-9 21-20 21z m208 625h583c12 0 21 9 21 20s-9 21-21 21h-583c-12 0-21-9-21-21s9-20 21-20z m583-292h-583c-12 0-21-9-21-21s9-21 21-21h583c12 0 21 10 21 21s-9 21-21 21z m0-333h-583c-12 0-21-10-21-21s9-21 21-21h583c12 0 21 9 21 21s-9 21-21 21z" horiz-adv-x="1000" />
204
+
205
+ <glyph glyph-name="url" unicode="&#xe862;" d="M938 621h-875c-35 0-63-28-63-63v-416c0-35 28-63 63-63h875c34 0 62 28 62 63v416c0 35-28 63-62 63z m20-479c0-12-9-21-20-21h-875c-12 0-21 9-21 21v416c0 12 9 21 21 21h875c11 0 20-9 20-21v-416z m-640 312c-12 2-23-4-26-16l-26-106-38 89c-7 15-32 15-39 0l-38-89-27 106c-2 12-14 18-25 16-11-3-18-15-15-26l42-166c2-9 9-15 18-16 10-1 18 4 21 13l43 101 44-101c3-8 11-13 19-13 0 0 1 0 2 0 8 1 16 7 18 16l42 166c3 11-4 23-15 26z m291 0c-11 2-22-4-25-16l-27-106-38 89c-6 15-32 15-38 0l-38-89-27 106c-3 12-14 18-25 16-11-3-18-15-15-26l41-166c3-9 10-15 19-16 9-1 17 4 21 13l43 101 43-101c4-8 11-13 20-13 0 0 1 0 1 0 9 1 17 7 19 16l41 166c3 11-4 23-15 26z m292 0c-11 2-23-4-25-16l-27-106-38 89c-7 15-32 15-38 0l-39-89-26 106c-3 12-14 18-25 16-12-3-18-15-16-26l42-166c2-9 10-15 19-16 9-1 17 4 20 13l44 101 43-101c3-8 11-13 19-13 1 0 1 0 2 0 9 1 16 7 18 16l42 166c3 11-4 23-15 26z" horiz-adv-x="1000" />
206
+
207
+ <glyph glyph-name="woocommerce" unicode="&#xe863;" d="M896 642h-792c-57 0-104-47-104-104v-292c0-58 47-104 104-104h403l128-80c3-3 7-4 11-4 5 0 11 3 15 7 7 7 8 18 2 26l-34 51h267c57 0 104 46 104 104v292c0 57-47 104-104 104z m62-396c0-35-28-63-62-63h-306c-7 0-14-4-18-11s-3-15 1-21l2-3-51 32c-4 2-8 3-11 3h-409c-34 0-62 28-62 63v292c0 34 28 62 62 62h792c34 0 62-28 62-62v-292z m-537 325c-47-60-61-198-65-273-23 43-41 115-51 156-11 49-15 63-34 63-17 0-19 0-85-144-10-21-22-47-32-68-6 41-12 99-18 142-4 36-8 69-11 93-2 12-12 20-24 18-11-1-19-12-17-23 3-24 7-57 11-93 26-217 27-217 51-217 17 0 18 0 78 131 13 28 29 62 41 88 23-96 50-192 101-217 3-1 6-2 9-2 4 0 8 1 11 3 6 4 10 11 10 18 0 87 16 245 58 300 7 9 5 22-4 29-9 7-22 5-29-4z m166-54c-54 0-109-63-125-142-9-50-1-96 22-123 14-18 33-27 54-27 55 0 109 62 125 142 9 49 1 95-22 123-14 17-33 27-54 27z m35-142c-13-64-54-108-84-108-9 0-16 3-22 11-15 18-20 52-13 89 13 64 54 108 84 108 9 0 16-4 22-11 15-18 20-52 13-89z m215 142c-54 0-109-63-125-142-9-50-1-96 22-123 14-18 33-27 54-27 55 0 109 62 125 142 9 49 1 95-22 123-14 17-33 27-54 27z m35-142c-13-64-54-108-84-108-9 0-16 3-22 11-15 18-20 52-13 89 13 64 54 108 84 108 9 0 16-4 22-11 15-18 20-52 13-89z" horiz-adv-x="1000" />
208
+
209
+ <glyph glyph-name="wordpress" unicode="&#xe864;" d="M876 679c-4 5-8 9-12 13-92 97-221 158-364 158-276 0-500-224-500-500s224-500 500-500 500 224 500 500c0 126-47 241-124 329z m-19-47c9-17 24-70-13-202-14 36-35 72-53 104-20 34-41 69-41 87 0 62 27 62 42 62 9 0 22-2 35-12 6-7 12-14 18-20 4-6 8-12 12-19z m-357 176c100 0 192-32 267-86-28-8-59-32-59-101 0-29 22-66 47-108 33-56 74-126 58-178 0-2 0-4 0-6-24-74-53-166-78-242l-149 466c9 2 17 4 25 6 11 4 17 16 13 27-4 11-15 17-26 13-29-10-80-9-110-9h-9-9c-29 0-80-1-109 9-11 3-23-2-27-13-3-11 3-23 14-27 14-4 32-7 49-9l80-224-79-226-145 453c8 2 17 4 25 6 10 4 16 16 13 27-4 11-16 17-27 13-29-10-79-10-109-9h-9c-15 0-26 1-34 3 81 129 224 215 388 215z m164-885l-143 405c0 6-2 11-6 15l-72 205c10 0 19 0 28 0h8 9c3 0 7 0 11 0 14 0 29 0 45 1l165-518c1-3 4-5 6-8-16-50-26-83-26-83l8-3c-10-5-21-10-33-14z m-334 2l-222 626c11-2 22-3 38-3h8c4 0 8 0 12 0 13 0 29 0 44 1l165-514-39-112c-2 0-4 1-6 2z m-288 425c0 60 12 118 33 170l202-570c-140 78-235 228-235 400z m333-441l124 355 126-355c-40-11-82-17-125-17-43 0-85 6-125 17z m364 50c27 85 100 316 135 426 21 67 33 125 35 172 31-63 49-133 49-207 0-165-88-310-219-391z" horiz-adv-x="1000" />
210
+
211
+ <glyph glyph-name="bullet-list" unicode="&#xe865;" d="M979 663h-708c-12 0-21 9-21 20s9 21 21 21h708c12 0 21-9 21-21s-9-20-21-20z m0-334h-708c-12 0-21 10-21 21s9 21 21 21h708c12 0 21-9 21-21s-9-21-21-21z m0-333h-708c-12 0-21 9-21 21s9 21 21 21h708c12 0 21-10 21-21s-9-21-21-21z m-875 250c-57 0-104 47-104 104s47 104 104 104 104-47 104-104-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z m0-501c-57 0-104 47-104 105s47 104 104 104 104-47 104-104-46-105-104-105z m0 167c-34 0-62-28-62-62s28-63 62-63 63 28 63 63-28 62-63 62z m0 500c-57 0-104 47-104 104s47 105 104 105 104-47 104-105-46-104-104-104z m0 167c-34 0-62-28-62-63s28-62 62-62 63 28 63 62-28 63-63 63z" horiz-adv-x="1000" />
212
+ </font>
213
+ </defs>
214
+ </svg>
assets/lib/eicons/fonts/eicons.ttf ADDED
Binary file
assets/lib/eicons/fonts/eicons.woff ADDED
Binary file
assets/lib/eicons/fonts/eicons.woff2 ADDED
Binary file
elementor.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /**
3
  * Plugin Name: Elementor
4
- * Description: A drag and drop page builder for designers that want to create high-end, pixel perfect pages at record speeds. No more drag & drop loading lags. No more click for preview mode.
5
  * Plugin URI: https://elementor.com/
6
  * Author: Elementor.com
7
- * Version: 0.1.1
8
  * Author URI: https://elementor.com/
9
  *
10
  * Text Domain: elementor
@@ -22,7 +22,7 @@
22
 
23
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
24
 
25
- define( 'ELEMENTOR_VERSION', '0.1.1' );
26
 
27
  define( 'ELEMENTOR__FILE__', __FILE__ );
28
  define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) );
1
  <?php
2
  /**
3
  * Plugin Name: Elementor
4
+ * Description: The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
5
  * Plugin URI: https://elementor.com/
6
  * Author: Elementor.com
7
+ * Version: 0.1.2
8
  * Author URI: https://elementor.com/
9
  *
10
  * Text Domain: elementor
22
 
23
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
24
 
25
+ define( 'ELEMENTOR_VERSION', '0.1.2' );
26
 
27
  define( 'ELEMENTOR__FILE__', __FILE__ );
28
  define( 'ELEMENTOR_PLUGIN_BASE', plugin_basename( ELEMENTOR__FILE__ ) );
includes/admin.php CHANGED
@@ -36,7 +36,23 @@ class Admin {
36
 
37
  $direction_suffix = is_rtl() ? '-rtl' : '';
38
 
39
- wp_enqueue_style( 'elementor-admin-app', ELEMENTOR_ASSETS_URL . 'css/admin' . $direction_suffix . $suffix . '.css', [], Plugin::instance()->get_version() );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
 
42
  /**
36
 
37
  $direction_suffix = is_rtl() ? '-rtl' : '';
38
 
39
+ wp_register_style(
40
+ 'elementor-icons',
41
+ ELEMENTOR_ASSETS_URL . 'lib/eicons/css/elementor-icons' . $suffix . '.css',
42
+ [],
43
+ Plugin::instance()->get_version()
44
+ );
45
+
46
+ wp_register_style(
47
+ 'elementor-admin-app',
48
+ ELEMENTOR_ASSETS_URL . 'css/admin' . $direction_suffix . $suffix . '.css',
49
+ [
50
+ 'elementor-icons',
51
+ ],
52
+ Plugin::instance()->get_version()
53
+ );
54
+
55
+ wp_enqueue_style( 'elementor-admin-app' );
56
  }
57
 
58
  /**
includes/controls/structure.php CHANGED
@@ -13,9 +13,9 @@ class Control_Structure extends Control_Base {
13
  ?>
14
  <div class="elementor-control-field">
15
  <div class="elementor-control-input-wrapper">
16
- <% var currentPreset = getPresetByStructure( data.controlValue ); %>
17
  <div class="elementor-control-structure-preset elementor-control-structure-current-preset">
18
- <i class="eicon-<%- currentPreset.icon %>"></i>
19
  </div>
20
  <%
21
  var morePresets = getMorePresets();
@@ -27,7 +27,7 @@ class Control_Structure extends Control_Base {
27
  <div class="elementor-control-structure-preset-wrapper">
28
  <input id="elementor-control-structure-preset-<%- data._cid %>-<%- preset.key %>" type="radio" name="elementor-control-structure-preset-<%- data._cid %>" data-setting="structure" value="<%- preset.key %>">
29
  <label class="elementor-control-structure-preset" for="elementor-control-structure-preset-<%- data._cid %>-<%- preset.key %>">
30
- <i class="eicon-<%- preset.icon %>"></i>
31
  </label>
32
  <div class="elementor-control-structure-preset-title"><%= preset.preset.join( ', ' ) %></div>
33
  </div>
13
  ?>
14
  <div class="elementor-control-field">
15
  <div class="elementor-control-input-wrapper">
16
+ <% var currentPreset = elementor.presetsFactory.getPresetByStructure( data.controlValue ); %>
17
  <div class="elementor-control-structure-preset elementor-control-structure-current-preset">
18
+ <%= elementor.presetsFactory.getPresetSVG( currentPreset.preset, 240, 80, 5 ).outerHTML %>
19
  </div>
20
  <%
21
  var morePresets = getMorePresets();
27
  <div class="elementor-control-structure-preset-wrapper">
28
  <input id="elementor-control-structure-preset-<%- data._cid %>-<%- preset.key %>" type="radio" name="elementor-control-structure-preset-<%- data._cid %>" data-setting="structure" value="<%- preset.key %>">
29
  <label class="elementor-control-structure-preset" for="elementor-control-structure-preset-<%- data._cid %>-<%- preset.key %>">
30
+ <%= elementor.presetsFactory.getPresetSVG( preset.preset ).outerHTML %>
31
  </label>
32
  <div class="elementor-control-structure-preset-title"><%= preset.preset.join( ', ' ) %></div>
33
  </div>
includes/editor-templates/global-template.php CHANGED
@@ -25,13 +25,16 @@ $structures = [ 10, 20, 21, 22, 30, 40 ,50, 60, 70, 80, 90, 100 ];
25
  </div>
26
  <div id="elementor-select-preset-title"><?php _e( 'SELECT YOUR STRUCTURE', 'elementor' ); ?></div>
27
  <ul id="elementor-select-preset-list">
28
- <?php foreach ( $structures as $structure ) :
29
- $preset = Element_Section::get_preset_by_structure( $structure );
30
- ?>
31
- <li class="elementor-preset elementor-column elementor-col-16" data-structure="<?php echo $structure; ?>">
32
- <i class="eicon-<?php echo $preset['icon']; ?>"></i>
 
 
 
33
  </li>
34
- <?php endforeach; ?>
35
  </ul>
36
  </div>
37
  </div>
25
  </div>
26
  <div id="elementor-select-preset-title"><?php _e( 'SELECT YOUR STRUCTURE', 'elementor' ); ?></div>
27
  <ul id="elementor-select-preset-list">
28
+ <%
29
+ var structures = [ 10, 20, 21, 22, 30, 40 ,50, 60, 70, 80, 90, 100 ];
30
+
31
+ _.each( structures, function( structure ) {
32
+ var preset = elementor.presetsFactory.getPresetByStructure( structure ); %>
33
+
34
+ <li class="elementor-preset elementor-column elementor-col-16" data-structure="<%- structure %>">
35
+ <%= elementor.presetsFactory.getPresetSVG( preset.preset ).outerHTML %>
36
  </li>
37
+ <% } ); %>
38
  </ul>
39
  </div>
40
  </div>
includes/editor.php CHANGED
@@ -326,17 +326,40 @@ class Editor {
326
 
327
  $direction_suffix = is_rtl() ? '-rtl' : '';
328
 
329
- wp_enqueue_style( 'font-awesome', ELEMENTOR_ASSETS_URL . 'lib/font-awesome/css/font-awesome' . $suffix . '.css', false, '4.6.1' );
330
- wp_enqueue_style( 'select2', ELEMENTOR_ASSETS_URL . 'lib/select2/css/select2' . $suffix . '.css', [], '4.0.2' );
 
 
 
 
 
 
 
 
 
 
 
331
 
332
- wp_enqueue_style(
 
 
 
 
 
 
 
333
  'elementor-admin',
334
  ELEMENTOR_ASSETS_URL . 'css/editor' . $direction_suffix . $suffix . '.css',
335
  [
 
 
 
336
  'wp-auth-check',
337
  ],
338
  Plugin::instance()->get_version()
339
  );
 
 
340
  }
341
 
342
  protected function _get_wp_editor_config() {
326
 
327
  $direction_suffix = is_rtl() ? '-rtl' : '';
328
 
329
+ wp_register_style(
330
+ 'font-awesome',
331
+ ELEMENTOR_ASSETS_URL . 'lib/font-awesome/css/font-awesome' . $suffix . '.css',
332
+ [],
333
+ '4.6.1'
334
+ );
335
+
336
+ wp_register_style(
337
+ 'select2',
338
+ ELEMENTOR_ASSETS_URL . 'lib/select2/css/select2' . $suffix . '.css',
339
+ [],
340
+ '4.0.2'
341
+ );
342
 
343
+ wp_register_style(
344
+ 'elementor-icons',
345
+ ELEMENTOR_ASSETS_URL . 'lib/eicons/css/elementor-icons' . $suffix . '.css',
346
+ [],
347
+ Plugin::instance()->get_version()
348
+ );
349
+
350
+ wp_register_style(
351
  'elementor-admin',
352
  ELEMENTOR_ASSETS_URL . 'css/editor' . $direction_suffix . $suffix . '.css',
353
  [
354
+ 'font-awesome',
355
+ 'select2',
356
+ 'elementor-icons',
357
  'wp-auth-check',
358
  ],
359
  Plugin::instance()->get_version()
360
  );
361
+
362
+ wp_enqueue_style( 'elementor-admin' );
363
  }
364
 
365
  protected function _get_wp_editor_config() {
includes/elements/base.php CHANGED
@@ -10,7 +10,7 @@ abstract class Element_Base {
10
  const TAB_ADVANCED = 'advanced';
11
  const TAB_RESPONSIVE = 'responsive';
12
  const TAB_STRUCTURE = 'structure';
13
- const TAB_SECTION = 'section';
14
  const TAB_COLUMN = 'column';
15
 
16
  private $_controls = [];
@@ -46,7 +46,7 @@ abstract class Element_Base {
46
  self::TAB_ADVANCED => __( 'Advanced', 'elementor' ),
47
  self::TAB_RESPONSIVE => __( 'Responsive', 'elementor' ),
48
  self::TAB_STRUCTURE => __( 'Structure', 'elementor' ),
49
- self::TAB_SECTION => __( 'Section', 'elementor' ),
50
  self::TAB_COLUMN => __( 'Column', 'elementor' ),
51
  ];
52
  }
10
  const TAB_ADVANCED = 'advanced';
11
  const TAB_RESPONSIVE = 'responsive';
12
  const TAB_STRUCTURE = 'structure';
13
+ const TAB_SETTINGS = 'settings';
14
  const TAB_COLUMN = 'column';
15
 
16
  private $_controls = [];
46
  self::TAB_ADVANCED => __( 'Advanced', 'elementor' ),
47
  self::TAB_RESPONSIVE => __( 'Responsive', 'elementor' ),
48
  self::TAB_STRUCTURE => __( 'Structure', 'elementor' ),
49
+ self::TAB_SETTINGS => __( 'Settings', 'elementor' ),
50
  self::TAB_COLUMN => __( 'Column', 'elementor' ),
51
  ];
52
  }
includes/elements/section.php CHANGED
@@ -20,7 +20,7 @@ class Element_Section extends Element_Base {
20
  }
21
 
22
  public function get_icon() {
23
- return 'section';
24
  }
25
 
26
  public static function get_presets( $columns_count = null, $preset_index = null ) {
@@ -41,10 +41,6 @@ class Element_Section extends Element_Base {
41
  return $presets;
42
  }
43
 
44
- public static function get_preset_by_structure( $structure ) {
45
- return self::get_presets( substr( $structure, 0, -1 ), substr( $structure, -1 ) );
46
- }
47
-
48
  public static function init_presets() {
49
  $additional_presets = [
50
  2 => [
@@ -97,7 +93,7 @@ class Element_Section extends Element_Base {
97
  [
98
  'label' => __( 'Layout', 'elementor' ),
99
  'type' => Controls_Manager::SECTION,
100
- 'tab' => self::TAB_SECTION,
101
  ]
102
  );
103
 
@@ -111,7 +107,7 @@ class Element_Section extends Element_Base {
111
  'boxed' => __( 'Boxed', 'elementor' ),
112
  'full_width' => __( 'Full Width', 'elementor' ),
113
  ],
114
- 'tab' => self::TAB_SECTION,
115
  'section' => 'section_layout',
116
  ]
117
  );
@@ -136,7 +132,7 @@ class Element_Section extends Element_Base {
136
  'condition' => [
137
  'layout' => [ 'boxed' ],
138
  ],
139
- 'tab' => self::TAB_SECTION,
140
  'section' => 'section_layout',
141
  ]
142
  );
@@ -153,7 +149,7 @@ class Element_Section extends Element_Base {
153
  'narrow' => __( 'Narrow', 'elementor' ),
154
  'wide' => __( 'Wide', 'elementor' ),
155
  ],
156
- 'tab' => self::TAB_SECTION,
157
  'section' => 'section_layout',
158
  ]
159
  );
@@ -169,7 +165,7 @@ class Element_Section extends Element_Base {
169
  'full' => __( 'Fit To Screen', 'elementor' ),
170
  'min-height' => __( 'Min Height', 'elementor' ),
171
  ],
172
- 'tab' => self::TAB_SECTION,
173
  'prefix_class' => 'elementor-section-height-',
174
  'section' => 'section_layout',
175
  'hide_in_inner' => true,
@@ -186,7 +182,7 @@ class Element_Section extends Element_Base {
186
  'default' => __( 'Default', 'elementor' ),
187
  'min-height' => __( 'Min Height', 'elementor' ),
188
  ],
189
- 'tab' => self::TAB_SECTION,
190
  'prefix_class' => 'elementor-section-height-',
191
  'section' => 'section_layout',
192
  'hide_in_top' => true,
@@ -207,7 +203,7 @@ class Element_Section extends Element_Base {
207
  'max' => 1440,
208
  ],
209
  ],
210
- 'tab' => self::TAB_SECTION,
211
  'selectors' => [
212
  '{{WRAPPER}} > .elementor-container' => 'min-height: {{SIZE}}{{UNIT}};',
213
  ],
@@ -230,7 +226,7 @@ class Element_Section extends Element_Base {
230
  'middle' => __( 'Middle', 'elementor' ),
231
  'bottom' => __( 'Bottom', 'elementor' ),
232
  ],
233
- 'tab' => self::TAB_SECTION,
234
  'prefix_class' => 'elementor-section-items-',
235
  'condition' => [
236
  'height' => [ 'full', 'min-height' ],
@@ -251,40 +247,19 @@ class Element_Section extends Element_Base {
251
  'middle' => __( 'Middle', 'elementor' ),
252
  'bottom' => __( 'Bottom', 'elementor' ),
253
  ],
254
- 'tab' => self::TAB_SECTION,
255
  'prefix_class' => 'elementor-section-content-',
256
  'section' => 'section_layout',
257
  ]
258
  );
259
 
260
- // Section structure
261
- $this->add_control(
262
- 'section_structure',
263
- [
264
- 'label' => __( 'Structure', 'elementor' ),
265
- 'type' => Controls_Manager::SECTION,
266
- 'tab' => self::TAB_SECTION,
267
- ]
268
- );
269
-
270
- $this->add_control(
271
- 'structure',
272
- [
273
- 'label' => __( 'Structure', 'elementor' ),
274
- 'type' => Controls_Manager::STRUCTURE,
275
- 'default' => '10',
276
- 'tab' => self::TAB_SECTION,
277
- 'section' => 'section_structure',
278
- ]
279
- );
280
-
281
  // Section style
282
  $this->add_control(
283
  'section_style',
284
  [
285
  'label' => __( 'Background & Border', 'elementor' ),
286
  'type' => Controls_Manager::SECTION,
287
- 'tab' => self::TAB_SECTION,
288
  ]
289
  );
290
 
@@ -292,7 +267,7 @@ class Element_Section extends Element_Base {
292
  Group_Control_Background::get_type(),
293
  [
294
  'name' => 'background',
295
- 'tab' => self::TAB_SECTION,
296
  'types' => [ 'classic', 'video' ],
297
  'section' => 'section_style',
298
  ]
@@ -302,7 +277,7 @@ class Element_Section extends Element_Base {
302
  Group_Control_Border::get_type(),
303
  [
304
  'name' => 'border',
305
- 'tab' => self::TAB_SECTION,
306
  'section' => 'section_style',
307
  ]
308
  );
@@ -350,7 +325,7 @@ class Element_Section extends Element_Base {
350
  [
351
  'label' => __( 'Typography', 'elementor' ),
352
  'type' => Controls_Manager::SECTION,
353
- 'tab' => self::TAB_SECTION,
354
  ]
355
  );
356
 
@@ -363,7 +338,7 @@ class Element_Section extends Element_Base {
363
  'selectors' => [
364
  '{{WRAPPER}} > .elementor-container' => 'color: {{VALUE}};',
365
  ],
366
- 'tab' => self::TAB_SECTION,
367
  'section' => 'section_typo',
368
  ]
369
  );
@@ -377,7 +352,7 @@ class Element_Section extends Element_Base {
377
  'selectors' => [
378
  '{{WRAPPER}} > .elementor-container .elementor-heading-title' => 'color: {{VALUE}};',
379
  ],
380
- 'tab' => self::TAB_SECTION,
381
  'section' => 'section_typo',
382
  ]
383
  );
@@ -391,7 +366,7 @@ class Element_Section extends Element_Base {
391
  'selectors' => [
392
  '{{WRAPPER}} > .elementor-container a' => 'color: {{VALUE}};',
393
  ],
394
- 'tab' => self::TAB_SECTION,
395
  'section' => 'section_typo',
396
  ]
397
  );
@@ -405,7 +380,7 @@ class Element_Section extends Element_Base {
405
  'selectors' => [
406
  '{{WRAPPER}} > .elementor-container a:hover' => 'color: {{VALUE}};',
407
  ],
408
- 'tab' => self::TAB_SECTION,
409
  'section' => 'section_typo',
410
  ]
411
  );
@@ -415,7 +390,7 @@ class Element_Section extends Element_Base {
415
  [
416
  'label' => __( 'Text Align', 'elementor' ),
417
  'type' => Controls_Manager::CHOOSE,
418
- 'tab' => self::TAB_SECTION,
419
  'section' => 'section_typo',
420
  'options' => [
421
  'left' => [
@@ -443,7 +418,7 @@ class Element_Section extends Element_Base {
443
  [
444
  'label' => __( 'Advanced', 'elementor' ),
445
  'type' => Controls_Manager::SECTION,
446
- 'tab' => self::TAB_SECTION,
447
  ]
448
  );
449
 
@@ -454,7 +429,7 @@ class Element_Section extends Element_Base {
454
  'type' => Controls_Manager::DIMENSIONS,
455
  'size_units' => [ 'px', '%' ],
456
  'section' => 'section_advanced',
457
- 'tab' => self::TAB_SECTION,
458
  'allowed_dimensions' => 'vertical',
459
  'placeholder' => [
460
  'top' => '',
@@ -475,7 +450,7 @@ class Element_Section extends Element_Base {
475
  'type' => Controls_Manager::DIMENSIONS,
476
  'size_units' => [ 'px', 'em', '%' ],
477
  'section' => 'section_advanced',
478
- 'tab' => self::TAB_SECTION,
479
  'selectors' => [
480
  '{{WRAPPER}}' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
481
  ],
@@ -488,7 +463,7 @@ class Element_Section extends Element_Base {
488
  'label' => __( 'CSS Classes', 'elementor' ),
489
  'type' => Controls_Manager::TEXT,
490
  'section' => 'section_advanced',
491
- 'tab' => self::TAB_SECTION,
492
  'default' => '',
493
  'prefix_class' => '',
494
  ]
@@ -500,7 +475,7 @@ class Element_Section extends Element_Base {
500
  [
501
  'label' => __( 'Responsive', 'elementor' ),
502
  'type' => Controls_Manager::SECTION,
503
- 'tab' => self::TAB_SECTION,
504
  ]
505
  );
506
 
@@ -510,7 +485,7 @@ class Element_Section extends Element_Base {
510
  'label' => __( 'Visibility', 'elementor' ),
511
  'type' => Controls_Manager::SELECT,
512
  'section' => 'section_responsive',
513
- 'tab' => self::TAB_SECTION,
514
  'options' => [
515
  '' => __( 'Show on all devices', 'elementor' ),
516
  'visible-desktop' => __( 'Visible Desktop', 'elementor' ),
@@ -525,6 +500,27 @@ class Element_Section extends Element_Base {
525
  'prefix_class' => 'elementor-',
526
  ]
527
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
528
  }
529
 
530
  protected function render_settings() {
@@ -586,10 +582,6 @@ class Element_Section extends Element_Base {
586
  </div>
587
  <?php endif;
588
 
589
- if ( ! empty( $instance['background_video_fallback']['url'] ) ) : ?>
590
- <div class="elementor-background-video-fallback" style="background-image: url(<?php echo $instance['background_video_fallback']['url']; ?>)"></div>
591
- <?php endif;
592
-
593
  endif; ?>
594
  <div class="elementor-container elementor-column-gap-<?php echo esc_attr( $instance['gap'] ); ?>">
595
  <div class="elementor-row">
20
  }
21
 
22
  public function get_icon() {
23
+ return 'columns';
24
  }
25
 
26
  public static function get_presets( $columns_count = null, $preset_index = null ) {
41
  return $presets;
42
  }
43
 
 
 
 
 
44
  public static function init_presets() {
45
  $additional_presets = [
46
  2 => [
93
  [
94
  'label' => __( 'Layout', 'elementor' ),
95
  'type' => Controls_Manager::SECTION,
96
+ 'tab' => self::TAB_SETTINGS,
97
  ]
98
  );
99
 
107
  'boxed' => __( 'Boxed', 'elementor' ),
108
  'full_width' => __( 'Full Width', 'elementor' ),
109
  ],
110
+ 'tab' => self::TAB_SETTINGS,
111
  'section' => 'section_layout',
112
  ]
113
  );
132
  'condition' => [
133
  'layout' => [ 'boxed' ],
134
  ],
135
+ 'tab' => self::TAB_SETTINGS,
136
  'section' => 'section_layout',
137
  ]
138
  );
149
  'narrow' => __( 'Narrow', 'elementor' ),
150
  'wide' => __( 'Wide', 'elementor' ),
151
  ],
152
+ 'tab' => self::TAB_SETTINGS,
153
  'section' => 'section_layout',
154
  ]
155
  );
165
  'full' => __( 'Fit To Screen', 'elementor' ),
166
  'min-height' => __( 'Min Height', 'elementor' ),
167
  ],
168
+ 'tab' => self::TAB_SETTINGS,
169
  'prefix_class' => 'elementor-section-height-',
170
  'section' => 'section_layout',
171
  'hide_in_inner' => true,
182
  'default' => __( 'Default', 'elementor' ),
183
  'min-height' => __( 'Min Height', 'elementor' ),
184
  ],
185
+ 'tab' => self::TAB_SETTINGS,
186
  'prefix_class' => 'elementor-section-height-',
187
  'section' => 'section_layout',
188
  'hide_in_top' => true,
203
  'max' => 1440,
204
  ],
205
  ],
206
+ 'tab' => self::TAB_SETTINGS,
207
  'selectors' => [
208
  '{{WRAPPER}} > .elementor-container' => 'min-height: {{SIZE}}{{UNIT}};',
209
  ],
226
  'middle' => __( 'Middle', 'elementor' ),
227
  'bottom' => __( 'Bottom', 'elementor' ),
228
  ],
229
+ 'tab' => self::TAB_SETTINGS,
230
  'prefix_class' => 'elementor-section-items-',
231
  'condition' => [
232
  'height' => [ 'full', 'min-height' ],
247
  'middle' => __( 'Middle', 'elementor' ),
248
  'bottom' => __( 'Bottom', 'elementor' ),
249
  ],
250
+ 'tab' => self::TAB_SETTINGS,
251
  'prefix_class' => 'elementor-section-content-',
252
  'section' => 'section_layout',
253
  ]
254
  );
255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  // Section style
257
  $this->add_control(
258
  'section_style',
259
  [
260
  'label' => __( 'Background & Border', 'elementor' ),
261
  'type' => Controls_Manager::SECTION,
262
+ 'tab' => self::TAB_SETTINGS,
263
  ]
264
  );
265
 
267
  Group_Control_Background::get_type(),
268
  [
269
  'name' => 'background',
270
+ 'tab' => self::TAB_SETTINGS,
271
  'types' => [ 'classic', 'video' ],
272
  'section' => 'section_style',
273
  ]
277
  Group_Control_Border::get_type(),
278
  [
279
  'name' => 'border',
280
+ 'tab' => self::TAB_SETTINGS,
281
  'section' => 'section_style',
282
  ]
283
  );
325
  [
326
  'label' => __( 'Typography', 'elementor' ),
327
  'type' => Controls_Manager::SECTION,
328
+ 'tab' => self::TAB_SETTINGS,
329
  ]
330
  );
331
 
338
  'selectors' => [
339
  '{{WRAPPER}} > .elementor-container' => 'color: {{VALUE}};',
340
  ],
341
+ 'tab' => self::TAB_SETTINGS,
342
  'section' => 'section_typo',
343
  ]
344
  );
352
  'selectors' => [
353
  '{{WRAPPER}} > .elementor-container .elementor-heading-title' => 'color: {{VALUE}};',
354
  ],
355
+ 'tab' => self::TAB_SETTINGS,
356
  'section' => 'section_typo',
357
  ]
358
  );
366
  'selectors' => [
367
  '{{WRAPPER}} > .elementor-container a' => 'color: {{VALUE}};',
368
  ],
369
+ 'tab' => self::TAB_SETTINGS,
370
  'section' => 'section_typo',
371
  ]
372
  );
380
  'selectors' => [
381
  '{{WRAPPER}} > .elementor-container a:hover' => 'color: {{VALUE}};',
382
  ],
383
+ 'tab' => self::TAB_SETTINGS,
384
  'section' => 'section_typo',
385
  ]
386
  );
390
  [
391
  'label' => __( 'Text Align', 'elementor' ),
392
  'type' => Controls_Manager::CHOOSE,
393
+ 'tab' => self::TAB_SETTINGS,
394
  'section' => 'section_typo',
395
  'options' => [
396
  'left' => [
418
  [
419
  'label' => __( 'Advanced', 'elementor' ),
420
  'type' => Controls_Manager::SECTION,
421
+ 'tab' => self::TAB_SETTINGS,
422
  ]
423
  );
424
 
429
  'type' => Controls_Manager::DIMENSIONS,
430
  'size_units' => [ 'px', '%' ],
431
  'section' => 'section_advanced',
432
+ 'tab' => self::TAB_SETTINGS,
433
  'allowed_dimensions' => 'vertical',
434
  'placeholder' => [
435
  'top' => '',
450
  'type' => Controls_Manager::DIMENSIONS,
451
  'size_units' => [ 'px', 'em', '%' ],
452
  'section' => 'section_advanced',
453
+ 'tab' => self::TAB_SETTINGS,
454
  'selectors' => [
455
  '{{WRAPPER}}' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
456
  ],
463
  'label' => __( 'CSS Classes', 'elementor' ),
464
  'type' => Controls_Manager::TEXT,
465
  'section' => 'section_advanced',
466
+ 'tab' => self::TAB_SETTINGS,
467
  'default' => '',
468
  'prefix_class' => '',
469
  ]
475
  [
476
  'label' => __( 'Responsive', 'elementor' ),
477
  'type' => Controls_Manager::SECTION,
478
+ 'tab' => self::TAB_SETTINGS,
479
  ]
480
  );
481
 
485
  'label' => __( 'Visibility', 'elementor' ),
486
  'type' => Controls_Manager::SELECT,
487
  'section' => 'section_responsive',
488
+ 'tab' => self::TAB_SETTINGS,
489
  'options' => [
490
  '' => __( 'Show on all devices', 'elementor' ),
491
  'visible-desktop' => __( 'Visible Desktop', 'elementor' ),
500
  'prefix_class' => 'elementor-',
501
  ]
502
  );
503
+
504
+ // Section structure
505
+ $this->add_control(
506
+ 'section_structure',
507
+ [
508
+ 'label' => __( 'Structure', 'elementor' ),
509
+ 'type' => Controls_Manager::SECTION,
510
+ 'tab' => self::TAB_STRUCTURE,
511
+ ]
512
+ );
513
+
514
+ $this->add_control(
515
+ 'structure',
516
+ [
517
+ 'label' => __( 'Structure', 'elementor' ),
518
+ 'type' => Controls_Manager::STRUCTURE,
519
+ 'default' => '10',
520
+ 'tab' => self::TAB_STRUCTURE,
521
+ 'section' => 'section_structure',
522
+ ]
523
+ );
524
  }
525
 
526
  protected function render_settings() {
582
  </div>
583
  <?php endif;
584
 
 
 
 
 
585
  endif; ?>
586
  <div class="elementor-container elementor-column-gap-<?php echo esc_attr( $instance['gap'] ); ?>">
587
  <div class="elementor-row">
includes/frontend.php CHANGED
@@ -124,15 +124,48 @@ class Frontend {
124
 
125
  $direction_suffix = is_rtl() ? '-rtl' : '';
126
 
127
- wp_enqueue_style( 'slick-style', ELEMENTOR_ASSETS_URL . 'lib/slick/slick.css', false, '1.6.0' );
128
- wp_enqueue_style( 'slick-theme', ELEMENTOR_ASSETS_URL . 'lib/slick/slick-theme.css', false, '1.6.0' );
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
  if ( is_admin_bar_showing() ) {
131
- wp_enqueue_style( 'elementor-admin-app', ELEMENTOR_ASSETS_URL . 'css/admin' . $direction_suffix . $suffix . '.css', [], Plugin::instance()->get_version() );
 
 
 
 
 
132
  }
133
 
134
- wp_enqueue_style( 'font-awesome', ELEMENTOR_ASSETS_URL . 'lib/font-awesome/css/font-awesome' . $suffix . '.css', false, '4.6.1' );
135
- wp_enqueue_style( 'elementor-frontend', ELEMENTOR_ASSETS_URL . 'css/frontend' . $direction_suffix . $suffix . '.css', [], Plugin::instance()->get_version() );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  }
137
 
138
  public function print_css() {
124
 
125
  $direction_suffix = is_rtl() ? '-rtl' : '';
126
 
127
+ wp_register_style(
128
+ 'slick-style',
129
+ ELEMENTOR_ASSETS_URL . 'lib/slick/slick.css',
130
+ [],
131
+ '1.6.0'
132
+ );
133
+ wp_register_style(
134
+ 'slick-theme',
135
+ ELEMENTOR_ASSETS_URL . 'lib/slick/slick-theme.css',
136
+ [
137
+ 'slick-style',
138
+ ],
139
+ '1.6.0'
140
+ );
141
 
142
  if ( is_admin_bar_showing() ) {
143
+ wp_enqueue_style(
144
+ 'elementor-icons',
145
+ ELEMENTOR_ASSETS_URL . 'lib/eicons/css/elementor-icons' . $suffix . '.css',
146
+ [],
147
+ Plugin::instance()->get_version()
148
+ );
149
  }
150
 
151
+ wp_register_style(
152
+ 'font-awesome',
153
+ ELEMENTOR_ASSETS_URL . 'lib/font-awesome/css/font-awesome' . $suffix . '.css',
154
+ [],
155
+ '4.6.1'
156
+ );
157
+
158
+ wp_register_style(
159
+ 'elementor-frontend',
160
+ ELEMENTOR_ASSETS_URL . 'css/frontend' . $direction_suffix . $suffix . '.css',
161
+ [
162
+ 'slick-theme',
163
+ 'font-awesome',
164
+ ],
165
+ Plugin::instance()->get_version()
166
+ );
167
+
168
+ wp_enqueue_style( 'elementor-frontend' );
169
  }
170
 
171
  public function print_css() {
includes/preview.php CHANGED
@@ -86,7 +86,14 @@ class Preview {
86
 
87
  $direction_suffix = is_rtl() ? '-rtl' : '';
88
 
89
- wp_enqueue_style( 'editor-preview', ELEMENTOR_ASSETS_URL . 'css/editor-preview' .$direction_suffix . $suffix . '.css', false, Plugin::instance()->get_version() );
 
 
 
 
 
 
 
90
  }
91
 
92
  /**
86
 
87
  $direction_suffix = is_rtl() ? '-rtl' : '';
88
 
89
+ wp_register_style(
90
+ 'editor-preview',
91
+ ELEMENTOR_ASSETS_URL . 'css/editor-preview' . $direction_suffix . $suffix . '.css',
92
+ [],
93
+ Plugin::instance()->get_version()
94
+ );
95
+
96
+ wp_enqueue_style( 'editor-preview' );
97
  }
98
 
99
  /**
includes/settings/settings.php CHANGED
@@ -65,7 +65,7 @@ class Settings {
65
  'type' => 'checkbox',
66
  'value' => 'yes',
67
  'default' => '',
68
- 'sub_desc' => __( 'Opt-in to our anonymous plugin data collection and to our newsletter. We guarantee no sensitive data will ever be tracked.', 'elementor' ),
69
  ]
70
  );
71
 
65
  'type' => 'checkbox',
66
  'value' => 'yes',
67
  'default' => '',
68
+ 'sub_desc' => __( 'Opt-in to our anonymous plugin data collection and to updates. We guarantee no sensitive data is collected.', 'elementor' ),
69
  ]
70
  );
71
 
includes/tracker.php CHANGED
@@ -124,7 +124,7 @@ class Tracker {
124
  $optout_url = wp_nonce_url( add_query_arg( 'elementor_tracker', 'opt_out' ), 'opt_out' );
125
  ?>
126
  <div class="updated">
127
- <p><?php _e( 'Love using Elementor? Be a super contributor by opting in to our anonymous plugin data collection and to our updates. We guarantee no sensitive data will ever be tracked.', 'elementor' ); ?></p>
128
  <p><a href="<?php echo $optin_url; ?>" class="button-primary"><?php _e( 'Sure! I\'d love to help', 'elementor' ); ?></a>&nbsp;<a href="<?php echo $optout_url; ?>" class="button-secondary"><?php _e( 'I won\'t help', 'elementor' ); ?></a></p>
129
  </div>
130
  <?php
124
  $optout_url = wp_nonce_url( add_query_arg( 'elementor_tracker', 'opt_out' ), 'opt_out' );
125
  ?>
126
  <div class="updated">
127
+ <p><?php _e( 'Love using Elementor? Become a super contributor by opting in to our anonymous plugin data collection and to our updates. We guarantee no sensitive data is collected.', 'elementor' ); ?></p>
128
  <p><a href="<?php echo $optin_url; ?>" class="button-primary"><?php _e( 'Sure! I\'d love to help', 'elementor' ); ?></a>&nbsp;<a href="<?php echo $optout_url; ?>" class="button-secondary"><?php _e( 'I won\'t help', 'elementor' ); ?></a></p>
129
  </div>
130
  <?php
includes/widgets/alert.php CHANGED
@@ -18,7 +18,7 @@ class Widget_Alert extends Widget_Base {
18
  }
19
 
20
  public function get_icon() {
21
- return 'firewall-on';
22
  }
23
 
24
  protected function _register_controls() {
18
  }
19
 
20
  public function get_icon() {
21
+ return 'alert';
22
  }
23
 
24
  protected function _register_controls() {
includes/widgets/button.php CHANGED
@@ -18,7 +18,7 @@ class Widget_Button extends Widget_Base {
18
  }
19
 
20
  public function get_icon() {
21
- return 'click';
22
  }
23
 
24
  public static function get_button_sizes() {
18
  }
19
 
20
  public function get_icon() {
21
+ return 'button';
22
  }
23
 
24
  public static function get_button_sizes() {
includes/widgets/counter.php CHANGED
@@ -16,7 +16,7 @@ class Widget_Counter extends Widget_Base {
16
  }
17
 
18
  public function get_icon() {
19
- return 'digital-alarm-clock';
20
  }
21
 
22
  protected function _register_controls() {
16
  }
17
 
18
  public function get_icon() {
19
+ return 'counter';
20
  }
21
 
22
  protected function _register_controls() {
includes/widgets/progress.php CHANGED
@@ -18,7 +18,7 @@ class Widget_Progress extends Widget_Base {
18
  }
19
 
20
  public function get_icon() {
21
- return 'success-chart';
22
  }
23
 
24
  protected function _register_controls() {
18
  }
19
 
20
  public function get_icon() {
21
+ return 'skill-bar';
22
  }
23
 
24
  protected function _register_controls() {
includes/widgets/sidebar.php CHANGED
@@ -18,7 +18,7 @@ class Widget_Sidebar extends Widget_Base {
18
  }
19
 
20
  public function get_icon() {
21
- return 'settings';
22
  }
23
 
24
  protected function _register_controls() {
18
  }
19
 
20
  public function get_icon() {
21
+ return 'sidebar';
22
  }
23
 
24
  protected function _register_controls() {
includes/widgets/toggle.php CHANGED
@@ -18,7 +18,7 @@ class Widget_Toggle extends Widget_Base {
18
  }
19
 
20
  public function get_icon() {
21
- return 'toggle';
22
  }
23
 
24
  protected function _register_controls() {
18
  }
19
 
20
  public function get_icon() {
21
+ return 'toogle';
22
  }
23
 
24
  protected function _register_controls() {
languages/elementor.pot DELETED
@@ -1,2060 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: elementor 0.1.1\n"
10
- "Report-Msgid-Bugs-To: team@pojo.me\n"
11
- "POT-Creation-Date: 2016-05-30 20:03+0300\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=CHARSET\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
-
20
- #: elementor.php:60
21
- msgid "Elementor requires PHP version 5.4+, plugin is currently NOT ACTIVE."
22
- msgstr ""
23
-
24
- #: includes/admin.php:65
25
- msgid "&#8592; Back to WordPress Editor"
26
- msgstr ""
27
-
28
- #: includes/admin.php:66
29
- msgid "Edit with Elementor &#8594;"
30
- msgstr ""
31
-
32
- #: includes/admin.php:73 includes/admin.php:123 includes/frontend.php:321
33
- msgid "Edit with Elementor"
34
- msgstr ""
35
-
36
- #: includes/controls/color.php:20
37
- msgid "Clear"
38
- msgstr ""
39
-
40
- #: includes/controls/color.php:21 includes/controls/font.php:24
41
- #: includes/controls/groups/typography.php:47
42
- #: includes/controls/groups/typography.php:64
43
- #: includes/controls/groups/typography.php:76
44
- #: includes/controls/groups/typography.php:129
45
- #: includes/editor-templates/panel.php:239 includes/elements/column.php:227
46
- #: includes/elements/section.php:151 includes/elements/section.php:168
47
- #: includes/elements/section.php:186 includes/elements/section.php:249
48
- #: includes/widgets/button.php:51 includes/widgets/icon.php:40
49
- #: includes/widgets/progress.php:53
50
- msgid "Default"
51
- msgstr ""
52
-
53
- #: includes/controls/color.php:22
54
- msgid "Select Color"
55
- msgstr ""
56
-
57
- #: includes/controls/color.php:23
58
- msgid "Current Color"
59
- msgstr ""
60
-
61
- #: includes/controls/color.php:65
62
- msgid "Hex Value"
63
- msgstr ""
64
-
65
- #: includes/controls/dimensions.php:32 includes/elements/section.php:229
66
- #: includes/elements/section.php:250
67
- msgid "Top"
68
- msgstr ""
69
-
70
- #: includes/controls/dimensions.php:33 includes/elements/column.php:137
71
- #: includes/elements/section.php:430 includes/widgets/accordion.php:97
72
- #: includes/widgets/button.php:100 includes/widgets/divider.php:123
73
- #: includes/widgets/gallery.php:190 includes/widgets/heading.php:111
74
- #: includes/widgets/icon-box.php:100 includes/widgets/icon-box.php:185
75
- #: includes/widgets/icon.php:104 includes/widgets/image-box.php:103
76
- #: includes/widgets/image-box.php:200 includes/widgets/image.php:60
77
- #: includes/widgets/image.php:181 includes/widgets/text-editor.php:69
78
- msgid "Right"
79
- msgstr ""
80
-
81
- #: includes/controls/dimensions.php:34 includes/elements/section.php:231
82
- #: includes/elements/section.php:252
83
- msgid "Bottom"
84
- msgstr ""
85
-
86
- #: includes/controls/dimensions.php:35 includes/elements/column.php:129
87
- #: includes/elements/section.php:422 includes/widgets/accordion.php:96
88
- #: includes/widgets/button.php:92 includes/widgets/divider.php:115
89
- #: includes/widgets/gallery.php:186 includes/widgets/heading.php:103
90
- #: includes/widgets/icon-box.php:92 includes/widgets/icon-box.php:177
91
- #: includes/widgets/icon.php:96 includes/widgets/image-box.php:95
92
- #: includes/widgets/image-box.php:192 includes/widgets/image.php:52
93
- #: includes/widgets/image.php:173 includes/widgets/text-editor.php:61
94
- msgid "Left"
95
- msgstr ""
96
-
97
- #: includes/controls/dimensions.php:64 includes/widgets/button.php:74
98
- #: includes/widgets/heading.php:48 includes/widgets/icon-list.php:71
99
- #: includes/widgets/icon.php:81 includes/widgets/video.php:38
100
- msgid "Link"
101
- msgstr ""
102
-
103
- #: includes/controls/dimensions.php:65
104
- msgid "Unlink"
105
- msgstr ""
106
-
107
- #: includes/controls/font.php:25 includes/editor-templates/panel.php:241
108
- msgid "System"
109
- msgstr ""
110
-
111
- #: includes/controls/font.php:36 includes/editor-templates/panel.php:247
112
- msgid "Google"
113
- msgstr ""
114
-
115
- #: includes/controls/groups/background.php:15
116
- msgctxt "Background Control"
117
- msgid "Classic"
118
- msgstr ""
119
-
120
- #: includes/controls/groups/background.php:19
121
- msgctxt "Background Control"
122
- msgid "Background Video"
123
- msgstr ""
124
-
125
- #: includes/controls/groups/background.php:26
126
- #: includes/controls/groups/background.php:88
127
- #: includes/controls/groups/background.php:113
128
- #: includes/controls/groups/background.php:131
129
- #: includes/controls/groups/background.php:151
130
- msgctxt "Background Control"
131
- msgid "None"
132
- msgstr ""
133
-
134
- #: includes/controls/groups/background.php:40
135
- msgctxt "Background Control"
136
- msgid "Background Type"
137
- msgstr ""
138
-
139
- #: includes/controls/groups/background.php:50
140
- msgctxt "Background Control"
141
- msgid "Color"
142
- msgstr ""
143
-
144
- #: includes/controls/groups/background.php:55
145
- msgctxt "Background Control"
146
- msgid "Background Color"
147
- msgstr ""
148
-
149
- #: includes/controls/groups/background.php:69
150
- msgctxt "Background Control"
151
- msgid "Image"
152
- msgstr ""
153
-
154
- #: includes/controls/groups/background.php:71
155
- msgctxt "Background Control"
156
- msgid "Background Image"
157
- msgstr ""
158
-
159
- #: includes/controls/groups/background.php:84
160
- msgctxt "Background Control"
161
- msgid "Position"
162
- msgstr ""
163
-
164
- #: includes/controls/groups/background.php:89
165
- msgctxt "Background Control"
166
- msgid "Top Left"
167
- msgstr ""
168
-
169
- #: includes/controls/groups/background.php:90
170
- msgctxt "Background Control"
171
- msgid "Top Center"
172
- msgstr ""
173
-
174
- #: includes/controls/groups/background.php:91
175
- msgctxt "Background Control"
176
- msgid "Top Right"
177
- msgstr ""
178
-
179
- #: includes/controls/groups/background.php:92
180
- msgctxt "Background Control"
181
- msgid "Center Left"
182
- msgstr ""
183
-
184
- #: includes/controls/groups/background.php:93
185
- msgctxt "Background Control"
186
- msgid "Center Center"
187
- msgstr ""
188
-
189
- #: includes/controls/groups/background.php:94
190
- msgctxt "Background Control"
191
- msgid "Center Right"
192
- msgstr ""
193
-
194
- #: includes/controls/groups/background.php:95
195
- msgctxt "Background Control"
196
- msgid "Bottom Left"
197
- msgstr ""
198
-
199
- #: includes/controls/groups/background.php:96
200
- msgctxt "Background Control"
201
- msgid "Bottom Center"
202
- msgstr ""
203
-
204
- #: includes/controls/groups/background.php:97
205
- msgctxt "Background Control"
206
- msgid "Bottom Right"
207
- msgstr ""
208
-
209
- #: includes/controls/groups/background.php:109
210
- msgctxt "Background Control"
211
- msgid "Attachment"
212
- msgstr ""
213
-
214
- #: includes/controls/groups/background.php:114
215
- msgctxt "Background Control"
216
- msgid "Scroll"
217
- msgstr ""
218
-
219
- #: includes/controls/groups/background.php:115
220
- msgctxt "Background Control"
221
- msgid "Fixed"
222
- msgstr ""
223
-
224
- #: includes/controls/groups/background.php:127
225
- #: includes/controls/groups/background.php:133
226
- msgctxt "Background Control"
227
- msgid "Repeat"
228
- msgstr ""
229
-
230
- #: includes/controls/groups/background.php:132
231
- msgctxt "Background Control"
232
- msgid "No-repeat"
233
- msgstr ""
234
-
235
- #: includes/controls/groups/background.php:134
236
- msgctxt "Background Control"
237
- msgid "Repeat-x"
238
- msgstr ""
239
-
240
- #: includes/controls/groups/background.php:135
241
- msgctxt "Background Control"
242
- msgid "Repeat-y"
243
- msgstr ""
244
-
245
- #: includes/controls/groups/background.php:147
246
- msgctxt "Background Control"
247
- msgid "Size"
248
- msgstr ""
249
-
250
- #: includes/controls/groups/background.php:152
251
- msgctxt "Background Control"
252
- msgid "Auto"
253
- msgstr ""
254
-
255
- #: includes/controls/groups/background.php:153
256
- msgctxt "Background Control"
257
- msgid "Cover"
258
- msgstr ""
259
-
260
- #: includes/controls/groups/background.php:168
261
- msgctxt "Background Control"
262
- msgid "Video Link"
263
- msgstr ""
264
-
265
- #: includes/controls/groups/background.php:179
266
- msgctxt "Background Control"
267
- msgid "Background Fallback"
268
- msgstr ""
269
-
270
- #: includes/controls/groups/border.php:16
271
- msgctxt "Border Control"
272
- msgid "Border Type"
273
- msgstr ""
274
-
275
- #: includes/controls/groups/border.php:19 includes/widgets/gallery.php:73
276
- msgid "None"
277
- msgstr ""
278
-
279
- #: includes/controls/groups/border.php:20 includes/widgets/divider.php:41
280
- msgid "Solid"
281
- msgstr ""
282
-
283
- #: includes/controls/groups/border.php:21 includes/widgets/divider.php:42
284
- msgid "Double"
285
- msgstr ""
286
-
287
- #: includes/controls/groups/border.php:22 includes/widgets/divider.php:43
288
- msgid "Dotted"
289
- msgstr ""
290
-
291
- #: includes/controls/groups/border.php:23 includes/widgets/divider.php:44
292
- msgid "Dashed"
293
- msgstr ""
294
-
295
- #: includes/controls/groups/border.php:32
296
- msgctxt "Border Control"
297
- msgid "Width"
298
- msgstr ""
299
-
300
- #: includes/controls/groups/border.php:43
301
- msgctxt "Border Control"
302
- msgid "Color"
303
- msgstr ""
304
-
305
- #: includes/controls/groups/typography.php:32
306
- msgctxt "Typography Control"
307
- msgid "Size"
308
- msgstr ""
309
-
310
- #: includes/controls/groups/typography.php:42
311
- msgctxt "Typography Control"
312
- msgid "Family"
313
- msgstr ""
314
-
315
- #: includes/controls/groups/typography.php:53
316
- msgctxt "Typography Control"
317
- msgid "Weight"
318
- msgstr ""
319
-
320
- #: includes/controls/groups/typography.php:60
321
- msgctxt "Typography Control"
322
- msgid "Transform"
323
- msgstr ""
324
-
325
- #: includes/controls/groups/typography.php:65
326
- msgctxt "Typography Control"
327
- msgid "Uppercase"
328
- msgstr ""
329
-
330
- #: includes/controls/groups/typography.php:66
331
- msgctxt "Typography Control"
332
- msgid "Lowercase"
333
- msgstr ""
334
-
335
- #: includes/controls/groups/typography.php:67
336
- msgctxt "Typography Control"
337
- msgid "Capitalize"
338
- msgstr ""
339
-
340
- #: includes/controls/groups/typography.php:72
341
- msgctxt "Typography Control"
342
- msgid "Style"
343
- msgstr ""
344
-
345
- #: includes/controls/groups/typography.php:77
346
- msgctxt "Typography Control"
347
- msgid "Normal"
348
- msgstr ""
349
-
350
- #: includes/controls/groups/typography.php:78
351
- msgctxt "Typography Control"
352
- msgid "Italic"
353
- msgstr ""
354
-
355
- #: includes/controls/groups/typography.php:79
356
- msgctxt "Typography Control"
357
- msgid "Oblique"
358
- msgstr ""
359
-
360
- #: includes/controls/groups/typography.php:84
361
- msgctxt "Typography Control"
362
- msgid "Line-Height"
363
- msgstr ""
364
-
365
- #: includes/controls/groups/typography.php:94
366
- msgctxt "Typography Control"
367
- msgid "Letter Spacing"
368
- msgstr ""
369
-
370
- #: includes/controls/groups/typography.php:125
371
- msgctxt "Typography Control"
372
- msgid "Typography"
373
- msgstr ""
374
-
375
- #: includes/controls/groups/typography.php:130
376
- #: includes/elements/column.php:228
377
- msgid "Custom"
378
- msgstr ""
379
-
380
- #: includes/controls/icon.php:656 includes/controls/icon.php:657
381
- msgid "Select Icon"
382
- msgstr ""
383
-
384
- #: includes/controls/media.php:57 includes/editor.php:301
385
- msgid "Delete"
386
- msgstr ""
387
-
388
- #: includes/controls/repeater.php:42
389
- msgid "Add Item"
390
- msgstr ""
391
-
392
- #: includes/controls/structure.php:24
393
- msgid "More Structures"
394
- msgstr ""
395
-
396
- #: includes/controls/url.php:31
397
- msgid "Open Link in new Tab"
398
- msgstr ""
399
-
400
- #: includes/controls/url.php:32
401
- msgid "New Window"
402
- msgstr ""
403
-
404
- #: includes/editor-templates/editor-wrapper-template.php:18
405
- #: includes/editor-templates/panel.php:27 includes/editor.php:298
406
- #: includes/settings/settings.php:77 includes/settings/settings.ph