Version Description
- Added: Advanced Customizer!
- Added: Font Awesome 6 Library for future extensions.
- Modified: Enforcing deprecation notices for deprecated functions. Developers: Please update your code as necessary.
- Modified: Connection banner to meet wp.org library standards.
- Updated: Extendify Library.
- Release date: February 23, 2022
Download this release
Release Info
Developer | dovyp |
Plugin | Redux Framework |
Version | 4.3.11 |
Comparing to | |
See all releases |
Code changes from version 4.3.10 to 4.3.11
- readme.txt +10 -2
- redux-core/assets/css/redux-fields.min.css +1 -1
- redux-core/assets/css/redux-fields.min.css.map +1 -1
- redux-core/assets/font-awesome/css/all.css +7003 -0
- redux-core/assets/font-awesome/css/all.min.css +6 -0
- redux-core/assets/font-awesome/css/v4-shims.css +2146 -0
- redux-core/assets/font-awesome/css/v4-shims.min.css +6 -0
- redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf +0 -0
- redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2 +0 -0
- redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf +0 -0
- redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2 +0 -0
- redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf +0 -0
- redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2 +0 -0
- redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf +0 -0
- redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2 +0 -0
- redux-core/assets/js/media/media.min.js +1 -1
- redux-core/assets/js/redux-vendors.min.js +1 -1
- redux-core/assets/js/redux.js +8 -8
- redux-core/assets/js/redux.min.js +1 -1
- redux-core/assets/js/redux/required.js +8 -8
- redux-core/class-redux-core.php +1 -1
- redux-core/framework.php +93 -4
- redux-core/inc/classes/class-redux-connection-banner.php +17 -22
- redux-core/inc/classes/class-redux-enqueue.php +17 -0
- redux-core/inc/classes/class-redux-helpers.php +6 -25
- redux-core/inc/classes/class-redux-options-constructor.php +1 -1
- redux-core/inc/extensions/customizer/class-redux-extension-customizer.php +155 -136
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-control-dev.php +0 -47
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php +10 -3
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-fields.php +0 -255
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php +58 -6
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-section-dev.php +0 -30
- redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php +44 -14
- redux-core/inc/extensions/customizer/redux-extension-customizer.js +147 -7
- redux-core/inc/extensions/customizer/redux-extension-customizer.min.js +1 -1
- redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js +1 -1
- redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php +3 -3
- redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js +1 -1
- redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js +1 -1
- redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php +1 -1
- redux-core/inc/fields/ace_editor/redux-ace-editor.min.js +1 -1
- redux-core/inc/fields/background/redux-background.min.js +1 -1
- redux-core/inc/fields/border/redux-border.min.js +1 -1
- redux-core/inc/fields/box_shadow/redux-box-shadow.min.js +1 -1
- redux-core/inc/fields/button_set/redux-button-set.min.js +1 -1
- redux-core/inc/fields/checkbox/class-redux-checkbox.php +1 -1
- redux-core/inc/fields/checkbox/redux-checkbox.min.js +1 -1
- redux-core/inc/fields/color/redux-color.min.js +1 -1
- redux-core/inc/fields/color_gradient/redux-color-gradient.min.js +1 -1
- redux-core/inc/fields/color_rgba/redux-color-rgba.min.js +1 -1
- redux-core/inc/fields/date/redux-date.min.js +1 -1
- redux-core/inc/fields/dimensions/redux-dimensions.min.js +1 -1
- redux-core/inc/fields/gallery/redux-gallery.min.js +1 -1
- redux-core/inc/fields/image_select/redux-image-select.min.js +1 -1
- redux-core/inc/fields/link_color/redux-link-color.min.js +1 -1
- redux-core/inc/fields/multi_text/redux-multi-text.min.js +1 -1
- redux-core/inc/fields/palette/redux-palette.min.js +1 -1
- redux-core/inc/fields/radio/class-redux-radio.php +1 -1
- redux-core/inc/fields/select/redux-select.min.js +1 -1
- redux-core/inc/fields/select_image/redux-select-image.min.js +1 -1
- redux-core/inc/fields/slider/redux-slider.min.js +1 -1
- redux-core/inc/fields/slides/redux-slides.min.js +1 -1
- redux-core/inc/fields/sortable/redux-sortable.min.js +1 -1
- redux-core/inc/fields/sorter/redux-sorter.min.js +1 -1
- redux-core/inc/fields/spacing/redux-spacing.min.js +1 -1
- redux-core/inc/fields/spinner/redux-spinner.min.js +1 -1
- redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js +1 -1
- redux-core/inc/fields/switch/redux-switch.min.js +1 -1
- redux-core/inc/fields/typography/redux-typography.min.js +1 -1
- redux-core/inc/lib/gradient-filters/gradient-filters.min.js +1 -1
- redux-core/inc/lib/image-filters/image-filters.min.js +1 -1
- redux-core/inc/welcome/css/redux-banner.css.map +1 -1
- redux-core/templates/panel/menu-container.tpl.php +2 -2
- redux-framework.php +1 -1
- sample/sections/pro-fields/icon-select.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dovyp, redux, kprovance
|
|
3 |
Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
|
4 |
Requires at least: 4.0
|
5 |
Requires PHP: 7.1
|
6 |
-
Tested up to: 5.9
|
7 |
-
Stable tag: 4.3.
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
@@ -106,6 +106,14 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
= 4.3.10 =
|
110 |
* Added: Repeater field for beta testing.
|
111 |
* Modified: Background field will now show background styling options even if `background-image` is not set.
|
3 |
Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
|
4 |
Requires at least: 4.0
|
5 |
Requires PHP: 7.1
|
6 |
+
Tested up to: 5.9.1
|
7 |
+
Stable tag: 4.3.11
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 4.3.11 =
|
110 |
+
* Added: Advanced Customizer!
|
111 |
+
* Added: Font Awesome 6 Library for future extensions.
|
112 |
+
* Modified: Enforcing deprecation notices for deprecated functions. Developers: Please update your code as necessary.
|
113 |
+
* Modified: Connection banner to meet wp.org library standards.
|
114 |
+
* Updated: Extendify Library.
|
115 |
+
* Release date: February 23, 2022
|
116 |
+
|
117 |
= 4.3.10 =
|
118 |
* Added: Repeater field for beta testing.
|
119 |
* Modified: Background field will now show background styling options even if `background-image` is not set.
|
redux-core/assets/css/redux-fields.min.css
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
.redux-main .redux-container-background .redux-background-position,.redux-main .redux-container-background .redux-background-position select,.redux-main .redux-container-background .redux-background-attachment,.redux-main .redux-container-background .redux-background-attachment select,.redux-main .redux-container-background .redux-background-clip,.redux-main .redux-container-background .redux-background-clip select,.redux-main .redux-container-background .redux-background-origin,.redux-main .redux-container-background .redux-background-origin select,.redux-main .redux-container-background .redux-background-size,.redux-main .redux-container-background .redux-background-size select,.redux-main .redux-container-background .redux-background-repeat,.redux-main .redux-container-background .redux-background-repeat select{width:200px !important;margin-right:10px;margin-bottom:7px}.redux-main .redux-container-background .background-preview{display:block;width:100%;margin:5px 0 10px;border:1px dotted #d3d3d3}.redux-main .redux-container-background .select2-container{margin-right:10px;margin-bottom:10px}.redux-main .redux-container-background .wp-picker-container{margin-bottom:10px}.redux-main .redux-container-background .upload{width:100%;margin-bottom:8px}.redux-main .redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.wp-customizer .redux-container-background .redux-background-position,.wp-customizer .redux-container-background .redux-background-position select,.wp-customizer .redux-container-background .redux-background-attachment,.wp-customizer .redux-container-background .redux-background-attachment select,.wp-customizer .redux-container-background .redux-background-clip,.wp-customizer .redux-container-background .redux-background-clip select,.wp-customizer .redux-container-background .redux-background-origin,.wp-customizer .redux-container-background .redux-background-origin select,.wp-customizer .redux-container-background .redux-background-size,.wp-customizer .redux-container-background .redux-background-size select,.wp-customizer .redux-container-background .redux-background-repeat,.wp-customizer .redux-container-background .redux-background-repeat select{width:100% !important}.redux-container-ace_editor .ace-wrapper{position:static}.redux-container-ace_editor .ace_editor{height:200px;border-radius:3px}.redux-container-ace_editor .ace_gutter{z-index:1 !important}.redux-main .redux-container-box_shadow .box-shadow-inset{margin:0 auto}.redux-main .redux-container-box_shadow .box-shadow-inset #shadow-result{padding:20px;margin-bottom:20px;margin-top:20px;min-height:180px;border:0px solid #ddd;background:#f1f1f1;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.redux-main .redux-container-box_shadow .box-shadow-inset .row-content:after,.redux-main .redux-container-box_shadow .box-shadow-inset .row:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2{width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2.disabled label strong{color:#cccccc}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 label{color:#999999}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled{pointer-events:none;opacity:0.4;z-index:200;background:0;padding:0 !important}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled button{background-color:#888}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled a{z-index:-1}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 ul li{padding-bottom:10px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:first-child{padding-right:20px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:last-child{padding-left:20px}.redux-container-checkbox label{vertical-align:top;width:100%}.redux-container-checkbox label .field-desc{margin-top:0;float:left;width:93%;clear:none}.redux-container-border .select2-container{float:left;display:block;margin-right:10px}.redux-container-border .select_wrapper{float:left;width:inherit}.redux-container-border .select_wrapper select{width:80px;float:left}.redux-container-border .field-border-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-border .field-border-input input{display:inline-block !important;width:100px !important}.redux-container-border .field-border-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-border .select_wrapper{margin-top:6px}}.redux-container-color_gradient .redux-gradient-preview{height:150px;margin-top:10px;border-radius:4px}.redux-container-color_gradient .colorGradient,.redux-container-color_gradient .redux-gradient-type{display:inline-block;margin-right:20px}.redux-container-color_gradient .colorGradient strong,.redux-container-color_gradient .redux-gradient-type strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;color:#999}@media screen and (max-width: 660px){.redux-container-color_gradient .colorGradient{display:block;text-align:center !important}}.redux-main .redux-container-color_palette label{position:relative;display:inline-block;padding:0;margin:0}.redux-main .redux-container-color_palette .colors-wrapper{max-height:300px;overflow-y:auto;padding:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.redux-main .redux-container-color_palette .colors-wrapper .color-palette-color{color:transparent;display:block;width:100%;height:100%;overflow:hidden;border:1px solid rgba(0,0,0,0.2)}.redux-main .redux-container-color_palette .colors-wrapper.round label{padding:3px}.redux-main .redux-container-color_palette .colors-wrapper.round .color-palette-color{border-radius:50%}.redux-main .redux-container-color_palette .colors-wrapper.box-shadow .color-palette-color{-webkit-box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22);box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22)}.redux-main .redux-container-color_palette .colors-wrapper input{display:none}.redux-main .redux-container-color_palette .colors-wrapper input:checked+label .color-palette-color{border:0;width:130%;height:130%;position:relative;left:-15%;top:-15%;z-index:99;-webkit-box-shadow:1px 1px 6px 1px #333333;box-shadow:1px 1px 6px 1px #333333;border:1px solid rgba(0,0,0,0.3)}.redux-main .redux-container-color_palette .colors-wrapper.with-margin label{margin:3px !important}.sp-container{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer:focus,.sp-replacer:hover,.sp-replacer.focus,.sp-replacer.hover{background:#fafafa;border-color:#999;color:#222}.sp-replacer:focus,.sp-replacer.focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active:focus{-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active,.sp-replacer.active:hover,.sp-replacer:active{background:#eee;border-color:#999;color:#333;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5)}#ui-datepicker-div{z-index:15 !important}.ui-datepicker-header{background-color:#00abef}.redux-dimensions-container select,.redux-dimensions-container .select_wrapper{width:80px !important;float:left}.redux-dimensions-container .field-dimensions-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-dimensions-container .field-dimensions-input input{display:inline-block !important;width:100px !important}.redux-dimensions-container .field-dimensions-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-dimensions-container .select_wrapper{margin-top:6px}}.redux-main .divide{height:20px;line-height:20px;float:none;border-color:#e7e7e7;display:block;width:100%;height:35px !important;line-height:35px !important;position:relative;margin:15px 0 10px 0}.redux-main .divide .inner{width:42% !important;left:40% !important;margin-left:-6%;background-color:#fcfcfc;border-color:#e7e7e7;position:absolute;height:1px;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid}.redux-main .divide .inner span{background-color:#fcfcfc;border-color:#e7e7e7;height:5px;width:5px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.wp-customizer .redux-container-divide .divide .inner{width:82% !important;left:18% !important;margin-left:-8%}.redux-container-editor .mceLayout td{border-width:1px;margin:0;padding:1px}.redux-container-editor input,.redux-container-editor textarea{margin:inherit}.redux-container-editor textarea{border-style:none;border:0;border-width:0}.redux-container-editor .wp-editor-container{border-radius:3px}.redux-container-editor .wp-editor-container textarea{border-radius:0;border-style:inherit}.redux-container-editor .quicktags-toolbar input{margin:2px 1px 4px;display:inline-block;min-width:26px;padding:2px 4px;font:12px/18px Arial, Helvetica, sans-serif normal;color:#464646;border:1px solid #c3c3c3;border-radius:3px;background:#eee;background-image:-webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));background-image:-webkit-linear-gradient(bottom, #e3e3e3, #fff);background-image:linear-gradient(to top, #e3e3e3, #fff)}.redux-container-image_select .redux-table-container{display:table;table-layout:fixed;width:100%}.redux-container-image_select .redux-image-select{margin:0 !important}.redux-container-image_select .redux-image-select .tiles{display:block;background-color:#fff;background-repeat:repeat;width:40px;height:40px}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select .tiles{border-color:#d9d9d9}.redux-container-image_select .redux-image-select li:last-child{margin-bottom:0}.redux-container-image_select .redux-image-select input[type="radio"]{display:none}.redux-container-image_select .redux-image-select-presets img{width:100%}.redux-container-image_select ul.redux-image-select li{margin:0 10px 3px 10px;display:inline-block;padding:2px 2px;padding-left:0}.redux-container-image_select .redux-image-select-selected{background-color:#f9f9f9}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select-selected img,.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-width:4px;border-style:solid}.redux-container-image_select .redux-image-select-selected .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-color:#7a7a7a}.redux-container-link_color .linkColor{display:inline-block;padding-right:10px;padding-bottom:7px}.redux-container-link_color .linkColor strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;font-weight:normal;color:#999}.redux-info-field{min-height:20px;padding:8px 19px;margin:10px 0;border:1px solid;border-radius:4px;border:1px solid;position:relative}.redux-info-field h1,.redux-info-field h2,.redux-info-field h3,.redux-info-field h4,.redux-info-field h5,.redux-info-field h6{border-bottom:0 !important}.redux-info-field h3{color:#777}.redux-info-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-info-field .redux-info-icon i{font-size:2em}.redux-info-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-info-field.redux-normal{background-color:#eee;border-color:#ccc;color:#666}.redux-info-field.redux-normal i{color:#c5c5c5}.redux-info-field.redux-warning{background-color:#fbeba4;border-color:#d7c281;color:#958234}.redux-info-field.redux-warning i{color:#dcca81}.redux-info-field.redux-success{background-color:#c4ee91;border-color:#71af5d;color:#4d7615}.redux-info-field.redux-success i{color:#a0ca6c}.redux-info-field.redux-critical{background-color:#fba1a3;border-color:#b84f5b;color:#981225}.redux-info-field.redux-critical i{color:#dd767d}.redux-info-field.redux-info{background-color:#d3e4f4;border-color:#a9b6c2;color:#5c80a1}.redux-info-field.redux-info i{color:#afc6da}.redux-notice-field{margin:15px 0 0;background-color:#fff;border:0;border-left:4px solid #f3f3f3;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);padding:1px 12px}.redux-notice-field h1,.redux-notice-field h2,.redux-notice-field h3,.redux-notice-field h4,.redux-notice-field h5,.redux-notice-field h6{border-bottom:0 !important}.redux-notice-field p{margin:0.5em 0;padding:2px}.redux-notice-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-notice-field .redux-info-icon i{font-size:2em}.redux-notice-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-notice-field.redux-info{border-left:4px solid #0099d5}.redux-notice-field.redux-success{border-left:4px solid #7ad03a}.redux-notice-field.redux-warning{border-left:4px solid #fbeba4}.redux-notice-field.redux-critical{border-left:4px solid #dd3d36}.redux-main .redux-field-container.redux-container-info{padding:0}.wp-customizer .hasIcon.redux-notice-field .redux-info-desc,.wp-customizer .hasIcon.redux-info-field .redux-info-desc{display:block;margin-left:43px}.wp-customizer .hasIcon.redux-notice-field .redux-info-icon,.wp-customizer .hasIcon.redux-info-field .redux-info-icon{float:left}.wp-customizer .redux-main .customize-control.customize-control-redux-info{border-bottom:0}.redux-main .redux-media-slider{width:40%;display:inline-block;margin-left:30px}.redux-main .redux-media-filter-container{padding-top:20px}.redux-main .redux-media-filter-container .container-label{margin-bottom:20px;padding-bottom:1px;border-bottom:1px solid #e7e7e7;font-weight:600;font-size:12px;color:#999}.redux-main .redux-media-filter-container .media-filter{display:inline-block;width:47%;margin-bottom:5px}.redux-main .redux-media-filter-container .media-filter label{display:inline-block;width:130px;color:#999}.redux-main .redux-media-filter-container .media-filter label.disabled .filter-value{color:#ccc}.redux-container-palette label{border:3px solid transparent;border-color:transparent !important;border-radius:0;width:100% !important;display:block}.redux-container-palette label.ui-button.ui-widget{width:95%;background:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon,.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon-space{display:none}.redux-container-palette label.ui-button.ui-widget span{padding:10px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:0;line-height:10px;color:rgba(0,0,0,0);-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;text-shadow:0}.redux-container-palette label.ui-button.ui-widget span:hover{-webkit-box-flex:3;-webkit-flex-grow:3;-ms-flex-positive:3;flex-grow:3;font-weight:bold;min-width:60px;font-size:12px;line-height:10px;color:#333;text-shadow:0 0 8px #fff, 0 0 8px #fff}.redux-container-palette label.ui-state-active{border:3px solid #333 !important}.wp-customizer .redux-main .redux-container-palette label{margin-bottom:3px}.redux-container-multi_text ul.redux-multi-text{margin:0;padding:0}.redux-container-multi_text .redux-multi-text-add{clear:both;margin:5px 0}.redux-container-multi_text a.redux-multi-text-remove.deletion{color:#f00;padding:2px 4px;margin-left:5px}.redux-container-multi_text a.redux-multi-text-remove.deletion:hover{background:#ff0;color:#fff;text-decoration:none}@media screen and (max-width: 782px){.redux-container-multi_text input{clear:both}.redux-container-multi_text .redux-multi-text-remove{margin:0;float:right}}.wp-customizer .redux-container-multi_text .button{float:right}.wp-customizer .redux-container-multi_text .redux-multi-text-remove{float:right;margin-bottom:5px}.wp-customizer .redux-container-multi_text ul.redux-multi-text input{width:100% !important}.redux-main .form-table-section-indented{width:95%;margin-left:5% !important}.redux-main .form-table-section tr:first-of-type th:first-of-type{padding:0px !important}.redux-main h3{margin-top:10px}.redux-main .form-table-section-indented>tbody>tr:first-child{display:none}.redux-main .form-table-section-indented>tbody>tr:nth-last-child(2){border-bottom:0}.redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.select2-search__field{width:none !important}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--classic .select2-selection--single .select2-selection__clear{font-size:1.2em}.redux-container-select_image{margin-top:2px;margin-left:5px;width:100%;margin-bottom:0}.redux-preview-image{max-height:250px;max-width:250px;padding:5px;margin-top:10px;border:1px solid #e3e3e3;background:#f7f7f7;border-radius:3px}.redux-container-slider .redux-slider-container{margin-left:25px;margin-right:25px;width:200px;display:inline-block;vertical-align:middle}.redux-container-slider .redux-slider-input,.redux-container-slider .redux-slider-select-one,.redux-container-slider .redux-slider-select-two{width:100px !important;text-align:center}.redux-container-slider .redux-slider-label{position:absolute;margin-left:-5px}.redux-container-slider .redux-slider-label-one{position:absolute;margin-left:-22px}.redux-container-slider .redux-slider-label-two{position:absolute;margin-top:-21px;margin-left:245px}@media screen and (max-width: 782px){.redux-container-slider input{display:inline-block !important}}@media screen and (max-width: 570px){.redux-container-slider{text-align:center}.redux-container-slider input,.redux-container-slider select,.redux-container-slider .redux-slider-label,.redux-container-slider .select2-container{display:block !important;position:inherit;margin:10px auto}.redux-container-slider .redux-slider-container{margin-top:3px;width:80%}}.wp-customizer .redux-container-slider .redux-slider-label{float:left;position:inherit;width:25%;text-align:center;margin-left:0}.wp-customizer .redux-container-slider .redux-slider-input,.wp-customizer .redux-container-slider .redux-slider-select-one,.wp-customizer .redux-container-slider .redux-slider-select-two{width:25% !important}.wp-customizer .redux-container-slider .redux-slider-container{width:70%;margin-right:0;margin-left:5%}.redux-container-sortable i.el,.redux-container-sortable i.dashicons-menu{cursor:move;padding-top:5px}.redux-container-sortable label{margin-right:10px}.redux-container-sortable label.bugger{margin-bottom:0px !important;font-size:12px !important;color:#999}.redux-container-sortable input{margin-right:10px}.redux-container-sortable .checkbox-container{width:100%}.redux-container-sortable .checkbox-container label{margin-bottom:2px !important;cursor:inherit}.redux-container-sortable .checkbox-container .drag{float:right;margin-left:10px}.redux-container-sortable ul.checkbox li{padding:5px 10px;border:1px solid #333;background:#fff;margin-bottom:5px !important}.redux-container-sortable ul.checkbox li .dashicons.visibility{padding-top:4px;margin-right:10px;cursor:pointer}.redux-container-sortable ul.checkbox li.invisible{color:#aaa;border:1px dashed #aaa}.redux-container-sortable ul.checkbox li.invisible .dashicons.visibility{color:#aaa}.redux-container-sortable ul.labeled li{line-height:1.4em !important}.redux-container-sortable li{line-height:30px !important}.redux-container-sortable li.ui-state-highlight{height:30px;width:364px;margin-bottom:13px}.redux-container-sortable li.placeholder{height:30px;margin:10px 0}.wp-customizer .redux-sortable input[type="text"]{width:92%}.wp-customizer .redux-sortable i.el{margin-left:5px}.wp-customizer .redux-container-sortable .checkbox-container{width:inherit}.wp-customizer .redux-container-sortable .ui-draggable-handle{margin-left:3%}.redux-container-slides .redux-slides-list .select2-container{margin-bottom:10px;width:100%}.redux-container-slides .ui-accordion-header{margin-bottom:0}.redux-container-slides .full-text,.redux-container-slides .large-text{width:100%}.redux-container-slides .redux-slides-accordion-group{border:1px solid #dfdfdf !important;border-radius:3px !important;margin-top:0px !important;margin-bottom:10px;background:#f9f9f9;padding:5px}.redux-container-slides .redux-slides-accordion-group h3{border:1px solid #dfdfdf;cursor:move !important;font-weight:bold;padding:0 10px !important;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-slides #redux-slides-accordion .redux-slides-image{height:250px;padding:5px;margin-top:10px;margin-bottom:10px;border:1px solid #e3e3e3;background:#f7f7f7;border-radius:3px}.redux-container-slides .redux-slides-add{float:right;margin-right:10%;display:block;margin-bottom:10px}.redux-container-slides .redux-slides-remove{color:#ef521d !important;float:right;margin-top:5px}.redux-container-slides .redux-slides-header{font-weight:bold}.redux-container-slides .redux_slides_add_remove{margin-bottom:10px}.redux-container-slides input{width:100% !important}.wp-customizer .redux-container-slides .ui-accordion .ui-accordion-content{padding:10px}.redux-container-spacing select,.redux-container-spacing .select_wrapper{width:80px !important;float:left}.redux-container-spacing .field-spacing-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-spacing .field-spacing-input input{display:inline-block !important;width:70px !important}.redux-container-spacing .field-spacing-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-spacing .select_wrapper{margin-top:6px}}.redux-container-sorter{margin-right:-20px}.redux-container-sorter ul{background:#f9f9f9;border:1px solid #e3e3e3;min-height:40px;padding:10px 10px 0;width:145px;float:left;margin:0 15px 0 0}.redux-container-sorter ul.filled{opacity:0.7;filter:alpha(opacity=70);background:#efecec}.redux-container-sorter ul li{border:1px solid #dfdfdf;cursor:move;font-weight:bold;margin-bottom:10px !important;padding:0 10px;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-sorter ul li h3{margin:0 0 10px;text-align:center;color:#777;text-transform:capitalize;word-wrap:break-word}.redux-container-sorter ul li.placeholder{height:40px}.wp-customizer .redux-container-sorter ul{width:85%;margin:0 0 5px 0}.redux-container-spinner .spinner-wrpr{position:relative;display:block;height:30px;overflow:hidden}.redux-container-spinner .spinner-wrpr .spinner-input{position:relative !important;z-index:1;width:75px !important;height:30px !important;background:#eee !important;border:1px solid #bfbfbf !important;border-right:0 !important;border-left:0 !important;border-radius:0 !important}.redux-container-spinner .ui-spinner{position:static;display:inline}.redux-container-spinner .ui-spinner-buttons{position:absolute;padding:0}.redux-container-spinner .ui-widget .ui-spinner-button{color:#fff;position:absolute;top:0;padding:0 0 30px;overflow:hidden;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));background:-webkit-linear-gradient(#fff, #f3f3f3);background:linear-gradient(#fff, #f3f3f3);background-color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.redux-container-spinner .ui-spinner-button:hover,.redux-container-spinner .ui-state-hover{background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));background:-webkit-linear-gradient(#f3f3f3, #fff);background:linear-gradient(#f3f3f3, #fff);background-color:#f3f3f3}.redux-container-spinner .ui-corner-tr,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{border-radius:0 3px 3px 0}.redux-container-spinner .ui-corner-br,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{border-radius:3px 0 0 3px}.redux-container-spinner .ui-spinner-button .ui-icon{top:0;display:block;width:28px;height:28px;margin:0;border:1px solid #b7b7b7;background-image:initial;text-indent:0;text-align:center;font-size:18px;line-height:26px}.dp-numberPicker,.dp-numberPicker-add,.dp-numberPicker-sub,.dp-numberPicker-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;vertical-align:top;height:30px}.dp-numberPicker{border-radius:3px}.redux-container .redux-container-spinner .dp-numberPicker-add,.redux-container .redux-container-spinner .dp-numberPicker-sub{width:30px;font-size:21px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:#33b5e5;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);height:29px !important}.redux-container .redux-container-spinner .dp-numberPicker-add.disabled,.redux-container .redux-container-spinner .dp-numberPicker-sub.disabled{background-color:#2c6a81}.dp-numberPicker-add{border-top-right-radius:3px;border-bottom-right-radius:3px}.dp-numberPicker-sub{border-top-left-radius:3px;border-bottom-left-radius:3px}.dp-numberPicker-input{width:70px;background-color:#eee;border:0;margin:0 !important;-webkit-box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5);box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5)}.dp-numberPicker-input:disabled{background-color:#eee}.redux-container-switch .switch-options{min-height:30px;margin-right:10px}.redux-container-switch .switch-options label{cursor:pointer}.redux-container-switch .switch-options input{display:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable{padding:0 10px;border-width:1px;border-style:solid;-webkit-appearance:none;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{line-height:30px;display:block;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable,.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{display:block;float:left}.redux-container-switch .cb-enable{border-right:0;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px}.redux-container-switch .cb-enable.selected{color:#fff}.redux-container-switch .cb-disable{border-left:0;border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px}.redux-container-switch .cb-disable.selected{color:#fff}.redux-container-text label{display:block;position:relative;font-size:12px !important;text-align:left;color:#999;margin:4px 0 2px 0 !important;cursor:default;top:5px;width:100px}.redux-container-text input{clear:left}.redux-container-text .input_wrapper{display:block;position:relative;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:left;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.wp-customizer .redux-container-text .input_wrapper{width:100%;max-width:100%;height:auto}.redux-main .redux-typography-container{display:block;position:relative;margin:0;padding:0;width:100%;max-width:660px}.redux-main .redux-typography-container .redux-typography-slider{margin-top:11px;width:auto}.redux-main .redux-typography-container .clearfix{clear:both}.redux-main .redux-typography-container .clearfix::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.redux-main .redux-typography-container input.wp-picker-default,.redux-main .redux-typography-container .redux-typography-color{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:24px;padding:0 14px !important;margin-top:0;margin-bottom:0;font-size:12px !important}.redux-main .redux-typography-container .select_wrapper{display:block;position:relative;float:left;clear:none;margin:0 10px 0 0;width:48% !important;min-width:210px !important;max-width:324px !important;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .select_wrapper:nth-child(odd){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper:nth-child(even){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper.typography-family .select2-container{width:100%}.redux-main .redux-typography-container .select_wrapper .redux-typography{font-size:14px !important;display:block;float:left;height:28px !important;line-height:50px !important;padding:0 !important;width:100% !important;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .wp-picker-container{float:left;clear:left;margin-bottom:12px;padding:3px;border-radius:3px}.redux-main .redux-typography-container .input_wrapper{display:block;position:relative;margin:0 4px 0 5px;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:none;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container .input_wrapper.margin-top,.redux-main .redux-typography-container .input_wrapper.margin-bottom{margin-left:0px}.redux-main .redux-typography-container .input_wrapper.font-size{margin-left:0}.redux-main .redux-typography-container .input_wrapper input.mini{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:78%;text-align:center;margin:0;height:28px;top:3px;padding:0 2px 0 5px;text-decoration:none;border-radius:4px}.redux-main .redux-typography-container .picker-wrapper{display:block;position:relative;margin:0;padding:0;width:100%;min-width:100%;clear:none;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container label{position:relative;font-size:12px !important;text-align:left;color:#999;width:100%;cursor:default}.redux-main .redux-typography-container .typography-preview{display:none;width:100%;border:1px dotted #d3d3d3;max-width:850px;padding:10px;font-size:10pt;height:auto;margin:5px 0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.redux-main .redux-typography-container .typography-color{border:0 none;margin:0}.redux-main .redux-typography-container ::-webkit-input-placeholder{line-height:19px}@media screen and (max-width: 540px){.redux-main .redux-main .redux-typography-container{max-width:230px;margin:0 auto}.redux-main .redux-main .redux-typography-container .select_wrapper{max-width:210px;min-width:210px;width:210px;margin-left:0 !important;margin-right:0 !important}.redux-main .redux-main .redux-typography-container .input_wrapper{max-width:101px;min-width:101px;width:101px;margin-left:0 !important;margin-right:5px !important}.redux-main .redux-main .redux-typography-container .input_wrapper input.mini{width:73%}.redux-main .redux-main .redux-typography-container .input-append .add-on{width:30%;padding:5px !important}.redux-main .redux-main .redux-main .wp-picker-container .wp-picker-input-wrap{margin-top:7px}}@media screen and (max-width: 360px){.redux-main .redux-typography-container .iris-picker .iris-square{margin-right:3%}}.wp-customizer .redux-typography-container .input_wrapper{width:40%;max-width:40%;min-width:20%}.wp-customizer .redux-typography-container .input_wrapper input.mini{width:70%}.wp-customizer .redux-typography-container .select_wrapper{width:100% !important}.wp-customizer .redux-container{overflow:visible}.wp-customizer .redux-container .redux-main input{margin:0 !important}.wp-customizer .redux-container .redux-main input.spinner-input{margin-right:30px !important;margin-left:30px !important;margin-top:0px !important}.wp-customizer .redux-container .redux-main .redux-container-editor .wp-editor-area{color:#000000}.wp-customizer .redux-section.open .redux-group-tab{display:block !important}.wp-customizer .redux-section p.customize-section-description{margin-top:22px;word-break:break-word}.wp-customizer .redux-section p.customize-section-description.legacy{margin-top:7px}.wp-customizer .control-section-themes .accordion-section-title{margin:0}.wp-customizer #customize-controls .description{display:block}.wp-customizer #customize-controls .customize-info{margin-bottom:0}.wp-customizer #customize-controls .redux-section .accordion-section-content{background:#fcfcfc}.wp-customizer .redux-section .accordion-section-title i,.wp-customizer .redux-field .accordion-field-title i,.wp-customizer .redux-panel .accordion-section-title i{margin-right:5px}.wp-customizer .accordion-section.redux-main{background:inherit;margin-left:inherit;border-left:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;padding:inherit;box-shadow:inherit}.wp-customizer .redux_field_th{padding:13px 0px 0px 0px}.wp-customizer .redux-main .redux-field-container{padding:10px 0}.wp-customizer .redux-main .select_wrapper{float:none;width:100%;display:inline-block}.wp-customizer .redux-main .select2-container{margin-right:0 !important;margin-bottom:5px !important;width:100% !important}.wp-customizer .redux-main .select_wrapper:nth-child(odd){margin-right:0}.wp-customizer .redux-main .redux-option-image{max-width:42% !important;margin-right:3%}.wp-customizer .redux-main .customize-control{border-bottom:1px solid #ddd;padding-bottom:4px}.wp-customizer .redux-main .customize-control:last-child{border-bottom:0;padding-bottom:0}.wp-customizer .redux-main .upload{width:100% !important}.wp-customizer .redux-main h3{margin-top:inherit}.wp-customizer .redux-main .redux-container-raw{margin-top:22px;word-break:break-word;padding:0 !important}.wp-customizer .redux-main .redux-container-password input{width:100%}.wp-customizer .select2-drop,.wp-customizer .select2-container{z-index:999999}.wp-customizer .customize-control-redux-raw{list-style:none}.redux_field_th{padding-bottom:0px !important}.redux-group-tab{margin-bottom:0 !important}.block-editor-page .postbox.closed .el:before{content:"" !important}.block-editor-page .postbox .el:before{content:""}.postbox .redux-container{-webkit-filter:none;filter:none;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux-group-menu .active a{background:#FFF}.postbox .redux-container .redux-section-title{padding-left:0 !important;margin-bottom:15px !important}.postbox .redux-container .redux-section-desc{margin-bottom:20px}.postbox .redux-container .redux_main{border-left:1px solid #D8D8D8;moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux_main input[type=text]{width:95%}.postbox .redux-container.redux-no-sections{margin:0;background:none}.postbox .redux-container.redux-no-sections .redux-main{background:none;margin-left:inherit;padding:inherit;border-left:none !important;min-height:0 !important}.postbox .redux-container.redux-no-sections .redux-main tr:last-child{border-bottom:none}.postbox .redux-container.redux-no-sections .redux-main tr:last-child th,.postbox .redux-container.redux-no-sections .redux-main tr:last-child td{padding-bottom:0}.postbox .redux-container.redux-no-sections .redux-main tr td{padding-top:10px !important;width:100%}.postbox .redux-container.redux-no-sections .redux-main .form-table:first-child tr:first-child td{padding-top:0 !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field{margin-bottom:10px !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field:last-child{margin-bottom:0 !important}.postbox .redux-container.redux-has-sections .redux-main{background:#fff}.postbox .redux-container.redux-has-sections .redux-main span.description{padding-bottom:20px}.postbox .redux-main h3{cursor:text !important;-webkit-user-select:inherit !important;-moz-user-select:inherit !important;-ms-user-select:inherit !important;user-select:inherit !important;padding-left:0 !important}.redux-box-side .redux-main .redux-field-container{padding:0;padding-top:5px}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}.redux-box-side .form-table tr td{padding:15px 0 !important}.redux-box-side .form-table tr:last-child td{padding-bottom:0 !important}.redux-box-side .form-table tr:first-child td{padding-top:5px !important}#poststuff .redux-metabox h3.hndle,.metabox-holder .redux-metabox h3.hndle{cursor:pointer;border-bottom:0}.display-group{display:inherit !important}@media (min-width: 1125px) and (max-width: 1405px){.postbox table.form-table,.postbox .form-table>thead,.postbox .form-table>tbody,.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td,.postbox .form-table>tbody>tr{display:block !important;width:100% !important;padding:0px !important}.postbox table.form-table.hide,.postbox .form-table>thead.hide,.postbox .form-table>tbody.hide,.postbox .form-table>tbody>tr>th.hide,.postbox .form-table>tbody>tr>td.hide,.postbox .form-table>tbody>tr.hide{display:none !important}.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td{padding:10px !important}.postbox .form-table>tbody>tr>th{width:35%}}.redux-metabox .form-table th,.redux-metabox .form-table td{margin:0;padding:0}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:96% !important}@media (max-width: 1405px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:92% !important}}@media (max-width: 1125px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}}@media (max-width: 1405px){.redux-main .form-table>tbody>tr>td{padding-top:0 !important;padding-bottom:0 !important}.redux-main .redux-field-container{padding:0 0 20px 0 !important;padding-bottom:10px !important}.postbox .form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0 !important;padding-bottom:10px !important}}.redux-no-sections .redux-group-tab{display:block !important}.admin-color-fresh #poststuff .redux-metabox h3.hndle,.admin-color-fresh .metabox-holder .redux-metabox h3.hndle{background:#222;color:#fff}.admin-color-light #poststuff .redux-metabox h3.hndle,.admin-color-light .metabox-holder .redux-metabox h3.hndle{background:#888;color:#fff}.admin-color-blue #poststuff .redux-metabox h3.hndle,.admin-color-blue .metabox-holder .redux-metabox h3.hndle{background:#096484;color:#fff}.admin-color-coffee #poststuff .redux-metabox h3.hndle,.admin-color-coffee .metabox-holder .redux-metabox h3.hndle{background:#46403c;color:#fff}.admin-color-ectoplasm #poststuff .redux-metabox h3.hndle,.admin-color-ectoplasm .metabox-holder .redux-metabox h3.hndle{background:#413256;color:#fff}.admin-color-midnight #poststuff .redux-metabox h3.hndle,.admin-color-midnight .metabox-holder .redux-metabox h3.hndle{background:#363b3f;color:#fff}.admin-color-ocean #poststuff .redux-metabox h3.hndle,.admin-color-ocean .metabox-holder .redux-metabox h3.hndle{background:#627c83;color:#fff}.admin-color-sunrise #poststuff .redux-metabox h3.hndle,.admin-color-sunrise .metabox-holder .redux-metabox h3.hndle{background:#b43c38;color:#fff}.redux-notices{margin-bottom:0;border:0}.redux-metabox .redux-container{margin-top:0}.redux-metabox .inside{margin:0 !important;padding:0 !important}.redux-metabox .redux-no-sections .redux-main{padding:6px 15px 15px 15px !important}.redux-metabox .redux-no-sections .redux-main .default_br{display:none}.redux-metabox .redux-no-sections .redux-main .redux-field-container{padding:10px 0 20px !important}.redux-metabox .redux-no-sections .redux-main .redux_field_th{padding-top:5px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main{padding:6px 8px 8px 8px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main input[type=text]{width:100% !important}.wp-color-result{margin:0 6px 0 0px !important}.redux-container .ui-button-text-only .ui-button-text{padding:0}.wpseotab tr{display:table-row !important}.redux_field_search{position:absolute;width:250px !important;right:20px;padding:4px 7px;top:6px}.redux-has-sections .redux_field_search{right:10px}.redux-main.redux-search .redux-section-field,.redux-main.redux-search .redux-info-field,.redux-main.redux-search .redux-notice-field,.redux-main.redux-search .redux-container-group,.redux-main.redux-search .redux-container-raw,.redux-main.redux-search .redux-section-desc,.redux-main.redux-search .redux-group-tab h3,.redux-main.redux-search .hr,.redux-main.redux-search .redux-field-info,.redux-main.redux-search tr{display:none}.redux-main.redux-search #import_export_default_section_group,.redux-main.redux-search #dev_mode_default_section_group{display:none !important}.redux-main.redux-search .redux-group-tab{margin-bottom:0}.redux-main.redux-search .redux-group-tab .form-table-section-indented{margin-left:0 !important;width:100%}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab .form-table-section tr:first-of-type th:first-of-type{padding:inherit !important}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab h3{margin-top:inherit !important}.redux-metabox .redux-has-sections .redux_field_search{top:8px}.redux-container-import_export #redux-import-link-wrapper,.redux-container-import_export #redux-import-code-wrapper{display:none}.redux-container-import_export #redux-export-code,.redux-container-import_export #redux-export-link-value,.redux-container-import_export #redux-import-upload-file{display:none}.redux-container-import_export #redux-import-action span{color:#b94a48}.redux-container-import_export #redux-import-upload span{font-weight:bold}#redux-object-browser{overflow:auto;word-wrap:break-word;max-height:600px;max-width:100%}.redux-container-repeater{padding:15px 20px;margin-bottom:7px;padding-top:0}.redux-container-repeater h4{margin:5px 0px 0px 0px}.redux-container-repeater h4:first-child{margin-top:0px}.redux-container-repeater .description{margin:5px 0 5px 0px}.redux-container-repeater .redux-repeater-accordion{width:100%}.redux-container-repeater .redux-repeater-accordion .ui-state-focus{outline:none}.redux-container-repeater .redux-repeater-accordion-repeater{margin-bottom:10px}.redux-container-repeater .redux-repeater-accordion-repeater>div{border:1px solid #dfdfdf !important;border-radius:0 !important;margin-top:0px !important;padding:10px}.redux-container-repeater .redux-repeater-accordion-repeater h3.ui-accordion-header{border:1px solid #dfdfdf;cursor:move;font-weight:bold;padding:0 10px;height:40px;line-height:40px;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center;margin-bottom:0}.redux-container-repeater .redux-repeaters-add{float:right}.redux-container-repeater .redux-repeaters-add:after{clear:both}.redux-container-repeater .redux-repeaters-remove{color:#ef521d !important;float:right}.redux-container-repeater .redux-repeaters-remove:after{clear:both}.redux-container-repeater .redux-repeater-header{font-weight:bold}.redux-container-repeater .redux_repeaters_add_remove{margin-bottom:10px}.redux-container-repeater .redux-field-container{padding:0 0 10px 0}.redux-container-repeater .redux-field-container:last-child{padding-bottom:0}.redux-container-repeater .ui-accordion .ui-accordion-content{padding:1em}.redux-container-repeater .redux-container-sorter{margin-right:0 !important}#poststuff .redux-container-repeater h3{padding:0;cursor:move !important;line-height:40px}
|
2 |
|
3 |
/*# sourceMappingURL=redux-fields.min.css.map */
|
1 |
+
.redux-container-ace_editor .ace-wrapper{position:static}.redux-container-ace_editor .ace_editor{height:200px;border-radius:3px}.redux-container-ace_editor .ace_gutter{z-index:1 !important}.redux-main .redux-container-background .redux-background-position,.redux-main .redux-container-background .redux-background-position select,.redux-main .redux-container-background .redux-background-attachment,.redux-main .redux-container-background .redux-background-attachment select,.redux-main .redux-container-background .redux-background-clip,.redux-main .redux-container-background .redux-background-clip select,.redux-main .redux-container-background .redux-background-origin,.redux-main .redux-container-background .redux-background-origin select,.redux-main .redux-container-background .redux-background-size,.redux-main .redux-container-background .redux-background-size select,.redux-main .redux-container-background .redux-background-repeat,.redux-main .redux-container-background .redux-background-repeat select{width:200px !important;margin-right:10px;margin-bottom:7px}.redux-main .redux-container-background .background-preview{display:block;width:100%;margin:5px 0 10px;border:1px dotted #d3d3d3}.redux-main .redux-container-background .select2-container{margin-right:10px;margin-bottom:10px}.redux-main .redux-container-background .wp-picker-container{margin-bottom:10px}.redux-main .redux-container-background .upload{width:100%;margin-bottom:8px}.redux-main .redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.wp-customizer .redux-container-background .redux-background-position,.wp-customizer .redux-container-background .redux-background-position select,.wp-customizer .redux-container-background .redux-background-attachment,.wp-customizer .redux-container-background .redux-background-attachment select,.wp-customizer .redux-container-background .redux-background-clip,.wp-customizer .redux-container-background .redux-background-clip select,.wp-customizer .redux-container-background .redux-background-origin,.wp-customizer .redux-container-background .redux-background-origin select,.wp-customizer .redux-container-background .redux-background-size,.wp-customizer .redux-container-background .redux-background-size select,.wp-customizer .redux-container-background .redux-background-repeat,.wp-customizer .redux-container-background .redux-background-repeat select{width:100% !important}.redux-main .redux-container-box_shadow .box-shadow-inset{margin:0 auto}.redux-main .redux-container-box_shadow .box-shadow-inset #shadow-result{padding:20px;margin-bottom:20px;margin-top:20px;min-height:180px;border:0px solid #ddd;background:#f1f1f1;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.redux-main .redux-container-box_shadow .box-shadow-inset .row-content:after,.redux-main .redux-container-box_shadow .box-shadow-inset .row:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2{width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2.disabled label strong{color:#cccccc}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 label{color:#999999}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled{pointer-events:none;opacity:0.4;z-index:200;background:0;padding:0 !important}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled button{background-color:#888}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled a{z-index:-1}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 ul li{padding-bottom:10px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:first-child{padding-right:20px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:last-child{padding-left:20px}.redux-container-border .select2-container{float:left;display:block;margin-right:10px}.redux-container-border .select_wrapper{float:left;width:inherit}.redux-container-border .select_wrapper select{width:80px;float:left}.redux-container-border .field-border-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-border .field-border-input input{display:inline-block !important;width:100px !important}.redux-container-border .field-border-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-border .select_wrapper{margin-top:6px}}.redux-container-checkbox label{vertical-align:top;width:100%}.redux-container-checkbox label .field-desc{margin-top:0;float:left;width:93%;clear:none}.redux-container-color_gradient .redux-gradient-preview{height:150px;margin-top:10px;border-radius:4px}.redux-container-color_gradient .colorGradient,.redux-container-color_gradient .redux-gradient-type{display:inline-block;margin-right:20px}.redux-container-color_gradient .colorGradient strong,.redux-container-color_gradient .redux-gradient-type strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;color:#999}@media screen and (max-width: 660px){.redux-container-color_gradient .colorGradient{display:block;text-align:center !important}}.redux-main .redux-container-color_palette label{position:relative;display:inline-block;padding:0;margin:0}.redux-main .redux-container-color_palette .colors-wrapper{max-height:300px;overflow-y:auto;padding:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.redux-main .redux-container-color_palette .colors-wrapper .color-palette-color{color:transparent;display:block;width:100%;height:100%;overflow:hidden;border:1px solid rgba(0,0,0,0.2)}.redux-main .redux-container-color_palette .colors-wrapper.round label{padding:3px}.redux-main .redux-container-color_palette .colors-wrapper.round .color-palette-color{border-radius:50%}.redux-main .redux-container-color_palette .colors-wrapper.box-shadow .color-palette-color{-webkit-box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22);box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22)}.redux-main .redux-container-color_palette .colors-wrapper input{display:none}.redux-main .redux-container-color_palette .colors-wrapper input:checked+label .color-palette-color{border:0;width:130%;height:130%;position:relative;left:-15%;top:-15%;z-index:99;-webkit-box-shadow:1px 1px 6px 1px #333333;box-shadow:1px 1px 6px 1px #333333;border:1px solid rgba(0,0,0,0.3)}.redux-main .redux-container-color_palette .colors-wrapper.with-margin label{margin:3px !important}#ui-datepicker-div{z-index:15 !important}.ui-datepicker-header{background-color:#00abef}.sp-container{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer:focus,.sp-replacer:hover,.sp-replacer.focus,.sp-replacer.hover{background:#fafafa;border-color:#999;color:#222}.sp-replacer:focus,.sp-replacer.focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active:focus{-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active,.sp-replacer.active:hover,.sp-replacer:active{background:#eee;border-color:#999;color:#333;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5)}.redux-main .divide{height:20px;line-height:20px;float:none;border-color:#e7e7e7;display:block;width:100%;height:35px !important;line-height:35px !important;position:relative;margin:15px 0 10px 0}.redux-main .divide .inner{width:42% !important;left:40% !important;margin-left:-6%;background-color:#fcfcfc;border-color:#e7e7e7;position:absolute;height:1px;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid}.redux-main .divide .inner span{background-color:#fcfcfc;border-color:#e7e7e7;height:5px;width:5px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.wp-customizer .redux-container-divide .divide .inner{width:82% !important;left:18% !important;margin-left:-8%}.redux-dimensions-container select,.redux-dimensions-container .select_wrapper{width:80px !important;float:left}.redux-dimensions-container .field-dimensions-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-dimensions-container .field-dimensions-input input{display:inline-block !important;width:100px !important}.redux-dimensions-container .field-dimensions-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-dimensions-container .select_wrapper{margin-top:6px}}.redux-container-editor .mceLayout td{border-width:1px;margin:0;padding:1px}.redux-container-editor input,.redux-container-editor textarea{margin:inherit}.redux-container-editor textarea{border-style:none;border:0;border-width:0}.redux-container-editor .wp-editor-container{border-radius:3px}.redux-container-editor .wp-editor-container textarea{border-radius:0;border-style:inherit}.redux-container-editor .quicktags-toolbar input{margin:2px 1px 4px;display:inline-block;min-width:26px;padding:2px 4px;font:12px/18px Arial, Helvetica, sans-serif normal;color:#464646;border:1px solid #c3c3c3;border-radius:3px;background:#eee;background-image:-webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));background-image:-webkit-linear-gradient(bottom, #e3e3e3, #fff);background-image:linear-gradient(to top, #e3e3e3, #fff)}.redux-container-image_select .redux-table-container{display:table;table-layout:fixed;width:100%}.redux-container-image_select .redux-image-select{margin:0 !important}.redux-container-image_select .redux-image-select .tiles{display:block;background-color:#fff;background-repeat:repeat;width:40px;height:40px}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select .tiles{border-color:#d9d9d9}.redux-container-image_select .redux-image-select li:last-child{margin-bottom:0}.redux-container-image_select .redux-image-select input[type="radio"]{display:none}.redux-container-image_select .redux-image-select-presets img{width:100%}.redux-container-image_select ul.redux-image-select li{margin:0 10px 3px 10px;display:inline-block;padding:2px 2px;padding-left:0}.redux-container-image_select .redux-image-select-selected{background-color:#f9f9f9}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select-selected img,.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-width:4px;border-style:solid}.redux-container-image_select .redux-image-select-selected .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-color:#7a7a7a}.redux-info-field{min-height:20px;padding:8px 19px;margin:10px 0;border:1px solid;border-radius:4px;border:1px solid;position:relative}.redux-info-field h1,.redux-info-field h2,.redux-info-field h3,.redux-info-field h4,.redux-info-field h5,.redux-info-field h6{border-bottom:0 !important}.redux-info-field h3{color:#777}.redux-info-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-info-field .redux-info-icon i{font-size:2em}.redux-info-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-info-field.redux-normal{background-color:#eee;border-color:#ccc;color:#666}.redux-info-field.redux-normal i{color:#c5c5c5}.redux-info-field.redux-warning{background-color:#fbeba4;border-color:#d7c281;color:#958234}.redux-info-field.redux-warning i{color:#dcca81}.redux-info-field.redux-success{background-color:#c4ee91;border-color:#71af5d;color:#4d7615}.redux-info-field.redux-success i{color:#a0ca6c}.redux-info-field.redux-critical{background-color:#fba1a3;border-color:#b84f5b;color:#981225}.redux-info-field.redux-critical i{color:#dd767d}.redux-info-field.redux-info{background-color:#d3e4f4;border-color:#a9b6c2;color:#5c80a1}.redux-info-field.redux-info i{color:#afc6da}.redux-notice-field{margin:15px 0 0;background-color:#fff;border:0;border-left:4px solid #f3f3f3;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);padding:1px 12px}.redux-notice-field h1,.redux-notice-field h2,.redux-notice-field h3,.redux-notice-field h4,.redux-notice-field h5,.redux-notice-field h6{border-bottom:0 !important}.redux-notice-field p{margin:0.5em 0;padding:2px}.redux-notice-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-notice-field .redux-info-icon i{font-size:2em}.redux-notice-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-notice-field.redux-info{border-left:4px solid #0099d5}.redux-notice-field.redux-success{border-left:4px solid #7ad03a}.redux-notice-field.redux-warning{border-left:4px solid #fbeba4}.redux-notice-field.redux-critical{border-left:4px solid #dd3d36}.redux-main .redux-field-container.redux-container-info{padding:0}.wp-customizer .hasIcon.redux-notice-field .redux-info-desc,.wp-customizer .hasIcon.redux-info-field .redux-info-desc{display:block;margin-left:43px}.wp-customizer .hasIcon.redux-notice-field .redux-info-icon,.wp-customizer .hasIcon.redux-info-field .redux-info-icon{float:left}.wp-customizer .redux-main .customize-control.customize-control-redux-info{border-bottom:0}.redux-container-link_color .linkColor{display:inline-block;padding-right:10px;padding-bottom:7px}.redux-container-link_color .linkColor strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;font-weight:normal;color:#999}.redux-container-multi_text ul.redux-multi-text{margin:0;padding:0}.redux-container-multi_text .redux-multi-text-add{clear:both;margin:5px 0}.redux-container-multi_text a.redux-multi-text-remove.deletion{color:#f00;padding:2px 4px;margin-left:5px}.redux-container-multi_text a.redux-multi-text-remove.deletion:hover{background:#ff0;color:#fff;text-decoration:none}@media screen and (max-width: 782px){.redux-container-multi_text input{clear:both}.redux-container-multi_text .redux-multi-text-remove{margin:0;float:right}}.wp-customizer .redux-container-multi_text .button{float:right}.wp-customizer .redux-container-multi_text .redux-multi-text-remove{float:right;margin-bottom:5px}.wp-customizer .redux-container-multi_text ul.redux-multi-text input{width:100% !important}.redux-main .redux-media-slider{width:40%;display:inline-block;margin-left:30px}.redux-main .redux-media-filter-container{padding-top:20px}.redux-main .redux-media-filter-container .container-label{margin-bottom:20px;padding-bottom:1px;border-bottom:1px solid #e7e7e7;font-weight:600;font-size:12px;color:#999}.redux-main .redux-media-filter-container .media-filter{display:inline-block;width:47%;margin-bottom:5px}.redux-main .redux-media-filter-container .media-filter label{display:inline-block;width:130px;color:#999}.redux-main .redux-media-filter-container .media-filter label.disabled .filter-value{color:#ccc}.redux-container-palette label{border:3px solid transparent;border-color:transparent !important;border-radius:0;width:100% !important;display:block}.redux-container-palette label.ui-button.ui-widget{width:95%;background:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon,.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon-space{display:none}.redux-container-palette label.ui-button.ui-widget span{padding:10px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:0;line-height:10px;color:rgba(0,0,0,0);-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;text-shadow:0}.redux-container-palette label.ui-button.ui-widget span:hover{-webkit-box-flex:3;-webkit-flex-grow:3;-ms-flex-positive:3;flex-grow:3;font-weight:bold;min-width:60px;font-size:12px;line-height:10px;color:#333;text-shadow:0 0 8px #fff, 0 0 8px #fff}.redux-container-palette label.ui-state-active{border:3px solid #333 !important}.wp-customizer .redux-main .redux-container-palette label{margin-bottom:3px}.redux-main .form-table-section-indented{width:95%;margin-left:5% !important}.redux-main .form-table-section tr:first-of-type th:first-of-type{padding:0px !important}.redux-main h3{margin-top:10px}.redux-main .form-table-section-indented>tbody>tr:first-child{display:none}.redux-main .form-table-section-indented>tbody>tr:nth-last-child(2){border-bottom:0}.redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.select2-search__field{width:none !important}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--classic .select2-selection--single .select2-selection__clear{font-size:1.2em}.redux-container-select_image{margin-top:2px;margin-left:5px;width:100%;margin-bottom:0}.redux-preview-image{max-height:250px;max-width:250px;padding:5px;margin-top:10px;border:1px solid #e3e3e3;background:#f7f7f7;border-radius:3px}.redux-container-slider .redux-slider-container{margin-left:25px;margin-right:25px;width:200px;display:inline-block;vertical-align:middle}.redux-container-slider .redux-slider-input,.redux-container-slider .redux-slider-select-one,.redux-container-slider .redux-slider-select-two{width:100px !important;text-align:center}.redux-container-slider .redux-slider-label{position:absolute;margin-left:-5px}.redux-container-slider .redux-slider-label-one{position:absolute;margin-left:-22px}.redux-container-slider .redux-slider-label-two{position:absolute;margin-top:-21px;margin-left:245px}@media screen and (max-width: 782px){.redux-container-slider input{display:inline-block !important}}@media screen and (max-width: 570px){.redux-container-slider{text-align:center}.redux-container-slider input,.redux-container-slider select,.redux-container-slider .redux-slider-label,.redux-container-slider .select2-container{display:block !important;position:inherit;margin:10px auto}.redux-container-slider .redux-slider-container{margin-top:3px;width:80%}}.wp-customizer .redux-container-slider .redux-slider-label{float:left;position:inherit;width:25%;text-align:center;margin-left:0}.wp-customizer .redux-container-slider .redux-slider-input,.wp-customizer .redux-container-slider .redux-slider-select-one,.wp-customizer .redux-container-slider .redux-slider-select-two{width:25% !important}.wp-customizer .redux-container-slider .redux-slider-container{width:70%;margin-right:0;margin-left:5%}.redux-container-slides .redux-slides-list .select2-container{margin-bottom:10px;width:100%}.redux-container-slides .ui-accordion-header{margin-bottom:0}.redux-container-slides .full-text,.redux-container-slides .large-text{width:100%}.redux-container-slides .redux-slides-accordion-group{border:1px solid #dfdfdf !important;border-radius:3px !important;margin-top:0px !important;margin-bottom:10px;background:#f9f9f9;padding:5px}.redux-container-slides .redux-slides-accordion-group h3{border:1px solid #dfdfdf;cursor:move !important;font-weight:bold;padding:0 10px !important;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-slides #redux-slides-accordion .redux-slides-image{height:250px;padding:5px;margin-top:10px;margin-bottom:10px;border:1px solid #e3e3e3;background:#f7f7f7;border-radius:3px}.redux-container-slides .redux-slides-add{float:right;margin-right:10%;display:block;margin-bottom:10px}.redux-container-slides .redux-slides-remove{color:#ef521d !important;float:right;margin-top:5px}.redux-container-slides .redux-slides-header{font-weight:bold}.redux-container-slides .redux_slides_add_remove{margin-bottom:10px}.redux-container-slides input{width:100% !important}.wp-customizer .redux-container-slides .ui-accordion .ui-accordion-content{padding:10px}.redux-container-sorter{margin-right:-20px}.redux-container-sorter ul{background:#f9f9f9;border:1px solid #e3e3e3;min-height:40px;padding:10px 10px 0;width:145px;float:left;margin:0 15px 0 0}.redux-container-sorter ul.filled{opacity:0.7;filter:alpha(opacity=70);background:#efecec}.redux-container-sorter ul li{border:1px solid #dfdfdf;cursor:move;font-weight:bold;margin-bottom:10px !important;padding:0 10px;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-sorter ul li h3{margin:0 0 10px;text-align:center;color:#777;text-transform:capitalize;word-wrap:break-word}.redux-container-sorter ul li.placeholder{height:40px}.wp-customizer .redux-container-sorter ul{width:85%;margin:0 0 5px 0}.redux-container-sortable i.el,.redux-container-sortable i.dashicons-menu{cursor:move;padding-top:5px}.redux-container-sortable label{margin-right:10px}.redux-container-sortable label.bugger{margin-bottom:0px !important;font-size:12px !important;color:#999}.redux-container-sortable input{margin-right:10px}.redux-container-sortable .checkbox-container{width:100%}.redux-container-sortable .checkbox-container label{margin-bottom:2px !important;cursor:inherit}.redux-container-sortable .checkbox-container .drag{float:right;margin-left:10px}.redux-container-sortable ul.checkbox li{padding:5px 10px;border:1px solid #333;background:#fff;margin-bottom:5px !important}.redux-container-sortable ul.checkbox li .dashicons.visibility{padding-top:4px;margin-right:10px;cursor:pointer}.redux-container-sortable ul.checkbox li.invisible{color:#aaa;border:1px dashed #aaa}.redux-container-sortable ul.checkbox li.invisible .dashicons.visibility{color:#aaa}.redux-container-sortable ul.labeled li{line-height:1.4em !important}.redux-container-sortable li{line-height:30px !important}.redux-container-sortable li.ui-state-highlight{height:30px;width:364px;margin-bottom:13px}.redux-container-sortable li.placeholder{height:30px;margin:10px 0}.wp-customizer .redux-sortable input[type="text"]{width:92%}.wp-customizer .redux-sortable i.el{margin-left:5px}.wp-customizer .redux-container-sortable .checkbox-container{width:inherit}.wp-customizer .redux-container-sortable .ui-draggable-handle{margin-left:3%}.redux-container-switch .switch-options{min-height:30px;margin-right:10px}.redux-container-switch .switch-options label{cursor:pointer}.redux-container-switch .switch-options input{display:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable{padding:0 10px;border-width:1px;border-style:solid;-webkit-appearance:none;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{line-height:30px;display:block;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable,.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{display:block;float:left}.redux-container-switch .cb-enable{border-right:0;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px}.redux-container-switch .cb-enable.selected{color:#fff}.redux-container-switch .cb-disable{border-left:0;border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px}.redux-container-switch .cb-disable.selected{color:#fff}.redux-container-spacing select,.redux-container-spacing .select_wrapper{width:80px !important;float:left}.redux-container-spacing .field-spacing-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-spacing .field-spacing-input input{display:inline-block !important;width:70px !important}.redux-container-spacing .field-spacing-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-spacing .select_wrapper{margin-top:6px}}.redux-container-spinner .spinner-wrpr{position:relative;display:block;height:30px;overflow:hidden}.redux-container-spinner .spinner-wrpr .spinner-input{position:relative !important;z-index:1;width:75px !important;height:30px !important;background:#eee !important;border:1px solid #bfbfbf !important;border-right:0 !important;border-left:0 !important;border-radius:0 !important}.redux-container-spinner .ui-spinner{position:static;display:inline}.redux-container-spinner .ui-spinner-buttons{position:absolute;padding:0}.redux-container-spinner .ui-widget .ui-spinner-button{color:#fff;position:absolute;top:0;padding:0 0 30px;overflow:hidden;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));background:-webkit-linear-gradient(#fff, #f3f3f3);background:linear-gradient(#fff, #f3f3f3);background-color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.redux-container-spinner .ui-spinner-button:hover,.redux-container-spinner .ui-state-hover{background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));background:-webkit-linear-gradient(#f3f3f3, #fff);background:linear-gradient(#f3f3f3, #fff);background-color:#f3f3f3}.redux-container-spinner .ui-corner-tr,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{border-radius:0 3px 3px 0}.redux-container-spinner .ui-corner-br,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{border-radius:3px 0 0 3px}.redux-container-spinner .ui-spinner-button .ui-icon{top:0;display:block;width:28px;height:28px;margin:0;border:1px solid #b7b7b7;background-image:initial;text-indent:0;text-align:center;font-size:18px;line-height:26px}.dp-numberPicker,.dp-numberPicker-add,.dp-numberPicker-sub,.dp-numberPicker-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;vertical-align:top;height:30px}.dp-numberPicker{border-radius:3px}.redux-container .redux-container-spinner .dp-numberPicker-add,.redux-container .redux-container-spinner .dp-numberPicker-sub{width:30px;font-size:21px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:#33b5e5;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);height:29px !important}.redux-container .redux-container-spinner .dp-numberPicker-add.disabled,.redux-container .redux-container-spinner .dp-numberPicker-sub.disabled{background-color:#2c6a81}.dp-numberPicker-add{border-top-right-radius:3px;border-bottom-right-radius:3px}.dp-numberPicker-sub{border-top-left-radius:3px;border-bottom-left-radius:3px}.dp-numberPicker-input{width:70px;background-color:#eee;border:0;margin:0 !important;-webkit-box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5);box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5)}.dp-numberPicker-input:disabled{background-color:#eee}.redux-container-text label{display:block;position:relative;font-size:12px !important;text-align:left;color:#999;margin:4px 0 2px 0 !important;cursor:default;top:5px;width:100px}.redux-container-text input{clear:left}.redux-container-text .input_wrapper{display:block;position:relative;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:left;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.wp-customizer .redux-container-text .input_wrapper{width:100%;max-width:100%;height:auto}.redux-main .redux-typography-container{display:block;position:relative;margin:0;padding:0;width:100%;max-width:660px}.redux-main .redux-typography-container .redux-typography-slider{margin-top:11px;width:auto}.redux-main .redux-typography-container .clearfix{clear:both}.redux-main .redux-typography-container .clearfix::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.redux-main .redux-typography-container input.wp-picker-default,.redux-main .redux-typography-container .redux-typography-color{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:24px;padding:0 14px !important;margin-top:0;margin-bottom:0;font-size:12px !important}.redux-main .redux-typography-container .select_wrapper{display:block;position:relative;float:left;clear:none;margin:0 10px 0 0;width:48% !important;min-width:210px !important;max-width:324px !important;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .select_wrapper:nth-child(odd){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper:nth-child(even){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper.typography-family .select2-container{width:100%}.redux-main .redux-typography-container .select_wrapper .redux-typography{font-size:14px !important;display:block;float:left;height:28px !important;line-height:50px !important;padding:0 !important;width:100% !important;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .wp-picker-container{float:left;clear:left;margin-bottom:12px;padding:3px;border-radius:3px}.redux-main .redux-typography-container .input_wrapper{display:block;position:relative;margin:0 4px 0 5px;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:none;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container .input_wrapper.margin-top,.redux-main .redux-typography-container .input_wrapper.margin-bottom{margin-left:0px}.redux-main .redux-typography-container .input_wrapper.font-size{margin-left:0}.redux-main .redux-typography-container .input_wrapper input.mini{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:78%;text-align:center;margin:0;height:28px;top:3px;padding:0 2px 0 5px;text-decoration:none;border-radius:4px}.redux-main .redux-typography-container .picker-wrapper{display:block;position:relative;margin:0;padding:0;width:100%;min-width:100%;clear:none;height:57px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container label{position:relative;font-size:12px !important;text-align:left;color:#999;width:100%;cursor:default}.redux-main .redux-typography-container .typography-preview{display:none;width:100%;border:1px dotted #d3d3d3;max-width:850px;padding:10px;font-size:10pt;height:auto;margin:5px 0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.redux-main .redux-typography-container .typography-color{border:0 none;margin:0}.redux-main .redux-typography-container ::-webkit-input-placeholder{line-height:19px}@media screen and (max-width: 540px){.redux-main .redux-main .redux-typography-container{max-width:230px;margin:0 auto}.redux-main .redux-main .redux-typography-container .select_wrapper{max-width:210px;min-width:210px;width:210px;margin-left:0 !important;margin-right:0 !important}.redux-main .redux-main .redux-typography-container .input_wrapper{max-width:101px;min-width:101px;width:101px;margin-left:0 !important;margin-right:5px !important}.redux-main .redux-main .redux-typography-container .input_wrapper input.mini{width:73%}.redux-main .redux-main .redux-typography-container .input-append .add-on{width:30%;padding:5px !important}.redux-main .redux-main .redux-main .wp-picker-container .wp-picker-input-wrap{margin-top:7px}}@media screen and (max-width: 360px){.redux-main .redux-typography-container .iris-picker .iris-square{margin-right:3%}}.wp-customizer .redux-typography-container .input_wrapper{width:40%;max-width:40%;min-width:20%}.wp-customizer .redux-typography-container .input_wrapper input.mini{width:70%}.wp-customizer .redux-typography-container .select_wrapper{width:100% !important}.wp-customizer .redux-container{overflow:visible}.wp-customizer .redux-container .redux-main input{margin:0 !important}.wp-customizer .redux-container .redux-main input.spinner-input{margin-right:30px !important;margin-left:30px !important;margin-top:0px !important}.wp-customizer .redux-container .redux-main .redux-container-editor .wp-editor-area{color:#000000}.wp-customizer .redux-section.open .redux-group-tab{display:block !important}.wp-customizer .redux-section p.customize-section-description{margin-top:22px;word-break:break-word}.wp-customizer .redux-section p.customize-section-description.legacy{margin-top:7px}.wp-customizer .control-section-themes .accordion-section-title{margin:0}.wp-customizer #customize-controls .description{display:block}.wp-customizer #customize-controls .customize-info{margin-bottom:0}.wp-customizer #customize-controls .redux-section .accordion-section-content{background:#fcfcfc}.wp-customizer .redux-section .accordion-section-title i,.wp-customizer .redux-field .accordion-field-title i,.wp-customizer .redux-panel .accordion-section-title i{margin-right:5px}.wp-customizer .accordion-section.redux-main{background:inherit;margin-left:inherit;border-left:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;padding:inherit;box-shadow:inherit}.wp-customizer .redux_field_th{padding:13px 0px 0px 0px}.wp-customizer .redux-main .redux-field-container{padding:10px 0}.wp-customizer .redux-main .select_wrapper{float:none;width:100%;display:inline-block}.wp-customizer .redux-main .select2-container{margin-right:0 !important;margin-bottom:5px !important;width:100% !important}.wp-customizer .redux-main .select_wrapper:nth-child(odd){margin-right:0}.wp-customizer .redux-main .redux-option-image{max-width:42% !important;margin-right:3%}.wp-customizer .redux-main .customize-control{border-bottom:1px solid #ddd;padding-bottom:4px}.wp-customizer .redux-main .customize-control:last-child{border-bottom:0;padding-bottom:0}.wp-customizer .redux-main .upload{width:100% !important}.wp-customizer .redux-main h3{margin-top:inherit}.wp-customizer .redux-main .redux-container-raw{margin-top:22px;word-break:break-word;padding:0 !important}.wp-customizer .redux-main .redux-container-password input{width:100%}.wp-customizer .select2-drop,.wp-customizer .select2-container{z-index:999999}.wp-customizer .customize-control-redux-raw{list-style:none}.redux_field_search{position:absolute;width:250px !important;right:20px;padding:4px 7px;top:6px}.redux-has-sections .redux_field_search{right:10px}.redux-main.redux-search .redux-section-field,.redux-main.redux-search .redux-info-field,.redux-main.redux-search .redux-notice-field,.redux-main.redux-search .redux-container-group,.redux-main.redux-search .redux-container-raw,.redux-main.redux-search .redux-section-desc,.redux-main.redux-search .redux-group-tab h3,.redux-main.redux-search .hr,.redux-main.redux-search .redux-field-info,.redux-main.redux-search tr{display:none}.redux-main.redux-search #import_export_default_section_group,.redux-main.redux-search #dev_mode_default_section_group{display:none !important}.redux-main.redux-search .redux-group-tab{margin-bottom:0}.redux-main.redux-search .redux-group-tab .form-table-section-indented{margin-left:0 !important;width:100%}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab .form-table-section tr:first-of-type th:first-of-type{padding:inherit !important}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab h3{margin-top:inherit !important}.redux-metabox .redux-has-sections .redux_field_search{top:8px}.redux_field_th{padding-bottom:0px !important}.redux-group-tab{margin-bottom:0 !important}.block-editor-page .postbox.closed .el:before{content:"" !important}.block-editor-page .postbox .el:before{content:""}.postbox .redux-container{-webkit-filter:none;filter:none;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux-group-menu .active a{background:#FFF}.postbox .redux-container .redux-section-title{padding-left:0 !important;margin-bottom:15px !important}.postbox .redux-container .redux-section-desc{margin-bottom:20px}.postbox .redux-container .redux_main{border-left:1px solid #D8D8D8;moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux_main input[type=text]{width:95%}.postbox .redux-container.redux-no-sections{margin:0;background:none}.postbox .redux-container.redux-no-sections .redux-main{background:none;margin-left:inherit;padding:inherit;border-left:none !important;min-height:0 !important}.postbox .redux-container.redux-no-sections .redux-main tr:last-child{border-bottom:none}.postbox .redux-container.redux-no-sections .redux-main tr:last-child th,.postbox .redux-container.redux-no-sections .redux-main tr:last-child td{padding-bottom:0}.postbox .redux-container.redux-no-sections .redux-main tr td{padding-top:10px !important;width:100%}.postbox .redux-container.redux-no-sections .redux-main .form-table:first-child tr:first-child td{padding-top:0 !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field{margin-bottom:10px !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field:last-child{margin-bottom:0 !important}.postbox .redux-container.redux-has-sections .redux-main{background:#fff}.postbox .redux-container.redux-has-sections .redux-main span.description{padding-bottom:20px}.postbox .redux-main h3{cursor:text !important;-webkit-user-select:inherit !important;-moz-user-select:inherit !important;-ms-user-select:inherit !important;user-select:inherit !important;padding-left:0 !important}.redux-box-side .redux-main .redux-field-container{padding:0;padding-top:5px}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}.redux-box-side .form-table tr td{padding:15px 0 !important}.redux-box-side .form-table tr:last-child td{padding-bottom:0 !important}.redux-box-side .form-table tr:first-child td{padding-top:5px !important}#poststuff .redux-metabox h3.hndle,.metabox-holder .redux-metabox h3.hndle{cursor:pointer;border-bottom:0}.display-group{display:inherit !important}@media (min-width: 1125px) and (max-width: 1405px){.postbox table.form-table,.postbox .form-table>thead,.postbox .form-table>tbody,.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td,.postbox .form-table>tbody>tr{display:block !important;width:100% !important;padding:0px !important}.postbox table.form-table.hide,.postbox .form-table>thead.hide,.postbox .form-table>tbody.hide,.postbox .form-table>tbody>tr>th.hide,.postbox .form-table>tbody>tr>td.hide,.postbox .form-table>tbody>tr.hide{display:none !important}.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td{padding:10px !important}.postbox .form-table>tbody>tr>th{width:35%}}.redux-metabox .form-table th,.redux-metabox .form-table td{margin:0;padding:0}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:96% !important}@media (max-width: 1405px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:92% !important}}@media (max-width: 1125px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}}@media (max-width: 1405px){.redux-main .form-table>tbody>tr>td{padding-top:0 !important;padding-bottom:0 !important}.redux-main .redux-field-container{padding:0 0 20px 0 !important;padding-bottom:10px !important}.postbox .form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0 !important;padding-bottom:10px !important}}.redux-no-sections .redux-group-tab{display:block !important}.admin-color-fresh #poststuff .redux-metabox h3.hndle,.admin-color-fresh .metabox-holder .redux-metabox h3.hndle{background:#222;color:#fff}.admin-color-light #poststuff .redux-metabox h3.hndle,.admin-color-light .metabox-holder .redux-metabox h3.hndle{background:#888;color:#fff}.admin-color-blue #poststuff .redux-metabox h3.hndle,.admin-color-blue .metabox-holder .redux-metabox h3.hndle{background:#096484;color:#fff}.admin-color-coffee #poststuff .redux-metabox h3.hndle,.admin-color-coffee .metabox-holder .redux-metabox h3.hndle{background:#46403c;color:#fff}.admin-color-ectoplasm #poststuff .redux-metabox h3.hndle,.admin-color-ectoplasm .metabox-holder .redux-metabox h3.hndle{background:#413256;color:#fff}.admin-color-midnight #poststuff .redux-metabox h3.hndle,.admin-color-midnight .metabox-holder .redux-metabox h3.hndle{background:#363b3f;color:#fff}.admin-color-ocean #poststuff .redux-metabox h3.hndle,.admin-color-ocean .metabox-holder .redux-metabox h3.hndle{background:#627c83;color:#fff}.admin-color-sunrise #poststuff .redux-metabox h3.hndle,.admin-color-sunrise .metabox-holder .redux-metabox h3.hndle{background:#b43c38;color:#fff}.redux-notices{margin-bottom:0;border:0}.redux-metabox .redux-container{margin-top:0}.redux-metabox .inside{margin:0 !important;padding:0 !important}.redux-metabox .redux-no-sections .redux-main{padding:6px 15px 15px 15px !important}.redux-metabox .redux-no-sections .redux-main .default_br{display:none}.redux-metabox .redux-no-sections .redux-main .redux-field-container{padding:10px 0 20px !important}.redux-metabox .redux-no-sections .redux-main .redux_field_th{padding-top:5px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main{padding:6px 8px 8px 8px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main input[type=text]{width:100% !important}.wp-color-result{margin:0 6px 0 0px !important}.redux-container .ui-button-text-only .ui-button-text{padding:0}.wpseotab tr{display:table-row !important}.redux-container-import_export #redux-import-link-wrapper,.redux-container-import_export #redux-import-code-wrapper{display:none}.redux-container-import_export #redux-export-code,.redux-container-import_export #redux-export-link-value,.redux-container-import_export #redux-import-upload-file{display:none}.redux-container-import_export #redux-import-action span{color:#b94a48}.redux-container-import_export #redux-import-upload span{font-weight:bold}#redux-object-browser{overflow:auto;word-wrap:break-word;max-height:600px;max-width:100%}.redux-container-repeater{padding:15px 20px;margin-bottom:7px;padding-top:0}.redux-container-repeater h4{margin:5px 0px 0px 0px}.redux-container-repeater h4:first-child{margin-top:0px}.redux-container-repeater .description{margin:5px 0 5px 0px}.redux-container-repeater .redux-repeater-accordion{width:100%}.redux-container-repeater .redux-repeater-accordion .ui-state-focus{outline:none}.redux-container-repeater .redux-repeater-accordion-repeater{margin-bottom:10px}.redux-container-repeater .redux-repeater-accordion-repeater>div{border:1px solid #dfdfdf !important;border-radius:0 !important;margin-top:0px !important;padding:10px}.redux-container-repeater .redux-repeater-accordion-repeater h3.ui-accordion-header{border:1px solid #dfdfdf;cursor:move;font-weight:bold;padding:0 10px;height:40px;line-height:40px;background-color:#f1f1f1;background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center;margin-bottom:0}.redux-container-repeater .redux-repeaters-add{float:right}.redux-container-repeater .redux-repeaters-add:after{clear:both}.redux-container-repeater .redux-repeaters-remove{color:#ef521d !important;float:right}.redux-container-repeater .redux-repeaters-remove:after{clear:both}.redux-container-repeater .redux-repeater-header{font-weight:bold}.redux-container-repeater .redux_repeaters_add_remove{margin-bottom:10px}.redux-container-repeater .redux-field-container{padding:0 0 10px 0}.redux-container-repeater .redux-field-container:last-child{padding-bottom:0}.redux-container-repeater .ui-accordion .ui-accordion-content{padding:1em}.redux-container-repeater .redux-container-sorter{margin-right:0 !important}#poststuff .redux-container-repeater h3{padding:0;cursor:move !important;line-height:40px}
|
2 |
|
3 |
/*# sourceMappingURL=redux-fields.min.css.map */
|
redux-core/assets/css/redux-fields.min.css.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["redux-fields.min.css"],"names":[],"mappings":"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","file":"redux-fields.min.css","sourcesContent":[".redux-main .redux-container-background .redux-background-position,.redux-main .redux-container-background .redux-background-position select,.redux-main .redux-container-background .redux-background-attachment,.redux-main .redux-container-background .redux-background-attachment select,.redux-main .redux-container-background .redux-background-clip,.redux-main .redux-container-background .redux-background-clip select,.redux-main .redux-container-background .redux-background-origin,.redux-main .redux-container-background .redux-background-origin select,.redux-main .redux-container-background .redux-background-size,.redux-main .redux-container-background .redux-background-size select,.redux-main .redux-container-background .redux-background-repeat,.redux-main .redux-container-background .redux-background-repeat select{width:200px !important;margin-right:10px;margin-bottom:7px}.redux-main .redux-container-background .background-preview{display:block;width:100%;margin:5px 0 10px;border:1px dotted #d3d3d3}.redux-main .redux-container-background .select2-container{margin-right:10px;margin-bottom:10px}.redux-main .redux-container-background .wp-picker-container{margin-bottom:10px}.redux-main .redux-container-background .upload{width:100%;margin-bottom:8px}.redux-main .redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.wp-customizer .redux-container-background .redux-background-position,.wp-customizer .redux-container-background .redux-background-position select,.wp-customizer .redux-container-background .redux-background-attachment,.wp-customizer .redux-container-background .redux-background-attachment select,.wp-customizer .redux-container-background .redux-background-clip,.wp-customizer .redux-container-background .redux-background-clip select,.wp-customizer .redux-container-background .redux-background-origin,.wp-customizer .redux-container-background .redux-background-origin select,.wp-customizer .redux-container-background .redux-background-size,.wp-customizer .redux-container-background .redux-background-size select,.wp-customizer .redux-container-background .redux-background-repeat,.wp-customizer .redux-container-background .redux-background-repeat select{width:100% !important}.redux-container-ace_editor .ace-wrapper{position:static}.redux-container-ace_editor .ace_editor{height:200px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-ace_editor .ace_gutter{z-index:1 !important}.redux-main .redux-container-box_shadow .box-shadow-inset{margin:0 auto}.redux-main .redux-container-box_shadow .box-shadow-inset #shadow-result{padding:20px;margin-bottom:20px;margin-top:20px;min-height:180px;border:0px solid #ddd;background:#f1f1f1;transition:all 0.2s ease}.redux-main .redux-container-box_shadow .box-shadow-inset .row-content:after,.redux-main .redux-container-box_shadow .box-shadow-inset .row:after{clear:both;content:\" \";display:block;height:0;visibility:hidden}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2{width:50%;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2.disabled label strong{color:#cccccc}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 label{color:#999999}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled{pointer-events:none;opacity:0.4;z-index:200;background:0;padding:0 !important}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled button{background-color:#888}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled a{z-index:-1}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 ul li{padding-bottom:10px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:first-child{padding-right:20px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:last-child{padding-left:20px}.redux-container-checkbox label{vertical-align:top;width:100%}.redux-container-checkbox label .field-desc{margin-top:0;float:left;width:93%;clear:none}.redux-container-border .select2-container{float:left;display:block;margin-right:10px}.redux-container-border .select_wrapper{float:left;width:inherit}.redux-container-border .select_wrapper select{width:80px;float:left}.redux-container-border .field-border-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-border .field-border-input input{display:inline-block !important;width:100px !important}.redux-container-border .field-border-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-border .select_wrapper{margin-top:6px}}.redux-container-color_gradient .redux-gradient-preview{height:150px;margin-top:10px;border-radius:4px}.redux-container-color_gradient .colorGradient,.redux-container-color_gradient .redux-gradient-type{display:inline-block;margin-right:20px}.redux-container-color_gradient .colorGradient strong,.redux-container-color_gradient .redux-gradient-type strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;color:#999}@media screen and (max-width: 660px){.redux-container-color_gradient .colorGradient{display:block;text-align:center !important}}.redux-main .redux-container-color_palette label{position:relative;display:inline-block;padding:0;margin:0}.redux-main .redux-container-color_palette .colors-wrapper{max-height:300px;overflow-y:auto;padding:10px;display:flex;flex-wrap:wrap}.redux-main .redux-container-color_palette .colors-wrapper .color-palette-color{color:transparent;display:block;width:100%;height:100%;overflow:hidden;border:1px solid rgba(0,0,0,0.2)}.redux-main .redux-container-color_palette .colors-wrapper.round label{padding:3px}.redux-main .redux-container-color_palette .colors-wrapper.round .color-palette-color{border-radius:50%}.redux-main .redux-container-color_palette .colors-wrapper.box-shadow .color-palette-color{box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22)}.redux-main .redux-container-color_palette .colors-wrapper input{display:none}.redux-main .redux-container-color_palette .colors-wrapper input:checked+label .color-palette-color{border:0;width:130%;height:130%;position:relative;left:-15%;top:-15%;z-index:99;box-shadow:1px 1px 6px 1px #333333;border:1px solid rgba(0,0,0,0.3)}.redux-main .redux-container-color_palette .colors-wrapper.with-margin label{margin:3px !important}.sp-container{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer:focus,.sp-replacer:hover,.sp-replacer.focus,.sp-replacer.hover{background:#fafafa;border-color:#999;color:#222}.sp-replacer:focus,.sp-replacer.focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active:focus{-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active,.sp-replacer.active:hover,.sp-replacer:active{background:#eee;border-color:#999;color:#333;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5)}#ui-datepicker-div{z-index:15 !important}.ui-datepicker-header{background-color:#00abef}.redux-dimensions-container select,.redux-dimensions-container .select_wrapper{width:80px !important;float:left}.redux-dimensions-container .field-dimensions-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-dimensions-container .field-dimensions-input input{display:inline-block !important;width:100px !important}.redux-dimensions-container .field-dimensions-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-dimensions-container .select_wrapper{margin-top:6px}}.redux-main .divide{height:20px;line-height:20px;float:none;border-color:#e7e7e7;display:block;width:100%;height:35px !important;line-height:35px !important;position:relative;margin:15px 0 10px 0}.redux-main .divide .inner{width:42% !important;left:40% !important;margin-left:-6%;background-color:#fcfcfc;border-color:#e7e7e7;position:absolute;height:1px;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid}.redux-main .divide .inner span{background-color:#fcfcfc;border-color:#e7e7e7;height:5px;width:5px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.wp-customizer .redux-container-divide .divide .inner{width:82% !important;left:18% !important;margin-left:-8%}.redux-container-editor .mceLayout td{border-width:1px;margin:0;padding:1px}.redux-container-editor input,.redux-container-editor textarea{margin:inherit}.redux-container-editor textarea{border-style:none;border:0;border-width:0}.redux-container-editor .wp-editor-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-editor .wp-editor-container textarea{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:inherit}.redux-container-editor .quicktags-toolbar input{margin:2px 1px 4px;display:inline-block;min-width:26px;padding:2px 4px;font:12px/18px Arial, Helvetica, sans-serif normal;color:#464646;border:1px solid #c3c3c3;-webkit-border-radius:3px;border-radius:3px;background:#eee;background-image:-webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));background-image:-webkit-linear-gradient(bottom, #e3e3e3, #fff);background-image:-moz-linear-gradient(bottom, #e3e3e3, #fff);background-image:-o-linear-gradient(bottom, #e3e3e3, #fff);background-image:linear-gradient(to top, #e3e3e3, #fff)}.redux-container-image_select .redux-table-container{display:table;table-layout:fixed;width:100%}.redux-container-image_select .redux-image-select{margin:0 !important}.redux-container-image_select .redux-image-select .tiles{display:block;background-color:#fff;background-repeat:repeat;width:40px;height:40px}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select .tiles{border-color:#d9d9d9}.redux-container-image_select .redux-image-select li:last-child{margin-bottom:0}.redux-container-image_select .redux-image-select input[type=\"radio\"]{display:none}.redux-container-image_select .redux-image-select-presets img{width:100%}.redux-container-image_select ul.redux-image-select li{margin:0 10px 3px 10px;display:inline-block;padding:2px 2px;padding-left:0}.redux-container-image_select .redux-image-select-selected{background-color:#f9f9f9}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select-selected img,.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-width:4px;border-style:solid}.redux-container-image_select .redux-image-select-selected .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-color:#7a7a7a}.redux-container-link_color .linkColor{display:inline-block;padding-right:10px;padding-bottom:7px}.redux-container-link_color .linkColor strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;font-weight:normal;color:#999}.redux-info-field{min-height:20px;padding:8px 19px;margin:10px 0;border:1px solid;border-radius:4px;border:1px solid;position:relative}.redux-info-field h1,.redux-info-field h2,.redux-info-field h3,.redux-info-field h4,.redux-info-field h5,.redux-info-field h6{border-bottom:0 !important}.redux-info-field h3{color:#777}.redux-info-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-info-field .redux-info-icon i{font-size:2em}.redux-info-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-info-field.redux-normal{background-color:#eee;border-color:#ccc;color:#666}.redux-info-field.redux-normal i{color:#c5c5c5}.redux-info-field.redux-warning{background-color:#fbeba4;border-color:#d7c281;color:#958234}.redux-info-field.redux-warning i{color:#dcca81}.redux-info-field.redux-success{background-color:#c4ee91;border-color:#71af5d;color:#4d7615}.redux-info-field.redux-success i{color:#a0ca6c}.redux-info-field.redux-critical{background-color:#fba1a3;border-color:#b84f5b;color:#981225}.redux-info-field.redux-critical i{color:#dd767d}.redux-info-field.redux-info{background-color:#d3e4f4;border-color:#a9b6c2;color:#5c80a1}.redux-info-field.redux-info i{color:#afc6da}.redux-notice-field{margin:15px 0 0;background-color:#fff;border:0;border-left:4px solid #f3f3f3;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);padding:1px 12px}.redux-notice-field h1,.redux-notice-field h2,.redux-notice-field h3,.redux-notice-field h4,.redux-notice-field h5,.redux-notice-field h6{border-bottom:0 !important}.redux-notice-field p{margin:0.5em 0;padding:2px}.redux-notice-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-notice-field .redux-info-icon i{font-size:2em}.redux-notice-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-notice-field.redux-info{border-left:4px solid #0099d5}.redux-notice-field.redux-success{border-left:4px solid #7ad03a}.redux-notice-field.redux-warning{border-left:4px solid #fbeba4}.redux-notice-field.redux-critical{border-left:4px solid #dd3d36}.redux-main .redux-field-container.redux-container-info{padding:0}.wp-customizer .hasIcon.redux-notice-field .redux-info-desc,.wp-customizer .hasIcon.redux-info-field .redux-info-desc{display:block;margin-left:43px}.wp-customizer .hasIcon.redux-notice-field .redux-info-icon,.wp-customizer .hasIcon.redux-info-field .redux-info-icon{float:left}.wp-customizer .redux-main .customize-control.customize-control-redux-info{border-bottom:0}.redux-main .redux-media-slider{width:40%;display:inline-block;margin-left:30px}.redux-main .redux-media-filter-container{padding-top:20px}.redux-main .redux-media-filter-container .container-label{margin-bottom:20px;padding-bottom:1px;border-bottom:1px solid #e7e7e7;font-weight:600;font-size:12px;color:#999}.redux-main .redux-media-filter-container .media-filter{display:inline-block;width:47%;margin-bottom:5px}.redux-main .redux-media-filter-container .media-filter label{display:inline-block;width:130px;color:#999}.redux-main .redux-media-filter-container .media-filter label.disabled .filter-value{color:#ccc}.redux-container-palette label{border:3px solid transparent;border-color:transparent !important;border-radius:0;width:100% !important;display:block}.redux-container-palette label.ui-button.ui-widget{width:95%;background:none;padding:0;display:flex}.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon,.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon-space{display:none}.redux-container-palette label.ui-button.ui-widget span{padding:10px;flex-grow:1;font-size:0;line-height:10px;color:rgba(0,0,0,0);-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-ms-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;text-shadow:0}.redux-container-palette label.ui-button.ui-widget span:hover{flex-grow:3;font-weight:bold;min-width:60px;font-size:12px;line-height:10px;color:#333;text-shadow:0 0 8px #fff, 0 0 8px #fff}.redux-container-palette label.ui-state-active{border:3px solid #333 !important}.wp-customizer .redux-main .redux-container-palette label{margin-bottom:3px}.redux-container-multi_text ul.redux-multi-text{margin:0;padding:0}.redux-container-multi_text .redux-multi-text-add{clear:both;margin:5px 0}.redux-container-multi_text a.redux-multi-text-remove.deletion{color:#f00;padding:2px 4px;margin-left:5px}.redux-container-multi_text a.redux-multi-text-remove.deletion:hover{background:#ff0;color:#fff;text-decoration:none}@media screen and (max-width: 782px){.redux-container-multi_text input{clear:both}.redux-container-multi_text .redux-multi-text-remove{margin:0;float:right}}.wp-customizer .redux-container-multi_text .button{float:right}.wp-customizer .redux-container-multi_text .redux-multi-text-remove{float:right;margin-bottom:5px}.wp-customizer .redux-container-multi_text ul.redux-multi-text input{width:100% !important}.redux-main .form-table-section-indented{width:95%;margin-left:5% !important}.redux-main .form-table-section tr:first-of-type th:first-of-type{padding:0px !important}.redux-main h3{margin-top:10px}.redux-main .form-table-section-indented>tbody>tr:first-child{display:none}.redux-main .form-table-section-indented>tbody>tr:nth-last-child(2){border-bottom:0}.redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.select2-search__field{width:none !important}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--classic .select2-selection--single .select2-selection__clear{font-size:1.2em}.redux-container-select_image{margin-top:2px;margin-left:5px;width:100%;margin-bottom:0}.redux-preview-image{max-height:250px;max-width:250px;padding:5px;margin-top:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slider .redux-slider-container{margin-left:25px;margin-right:25px;width:200px;display:inline-block;vertical-align:middle}.redux-container-slider .redux-slider-input,.redux-container-slider .redux-slider-select-one,.redux-container-slider .redux-slider-select-two{width:100px !important;text-align:center}.redux-container-slider .redux-slider-label{position:absolute;margin-left:-5px}.redux-container-slider .redux-slider-label-one{position:absolute;margin-left:-22px}.redux-container-slider .redux-slider-label-two{position:absolute;margin-top:-21px;margin-left:245px}@media screen and (max-width: 782px){.redux-container-slider input{display:inline-block !important}}@media screen and (max-width: 570px){.redux-container-slider{text-align:center}.redux-container-slider input,.redux-container-slider select,.redux-container-slider .redux-slider-label,.redux-container-slider .select2-container{display:block !important;position:inherit;margin:10px auto}.redux-container-slider .redux-slider-container{margin-top:3px;width:80%}}.wp-customizer .redux-container-slider .redux-slider-label{float:left;position:inherit;width:25%;text-align:center;margin-left:0}.wp-customizer .redux-container-slider .redux-slider-input,.wp-customizer .redux-container-slider .redux-slider-select-one,.wp-customizer .redux-container-slider .redux-slider-select-two{width:25% !important}.wp-customizer .redux-container-slider .redux-slider-container{width:70%;margin-right:0;margin-left:5%}.redux-container-sortable i.el,.redux-container-sortable i.dashicons-menu{cursor:move;padding-top:5px}.redux-container-sortable label{margin-right:10px}.redux-container-sortable label.bugger{margin-bottom:0px !important;font-size:12px !important;color:#999}.redux-container-sortable input{margin-right:10px}.redux-container-sortable .checkbox-container{width:100%}.redux-container-sortable .checkbox-container label{margin-bottom:2px !important;cursor:inherit}.redux-container-sortable .checkbox-container .drag{float:right;margin-left:10px}.redux-container-sortable ul.checkbox li{padding:5px 10px;border:1px solid #333;background:#fff;margin-bottom:5px !important}.redux-container-sortable ul.checkbox li .dashicons.visibility{padding-top:4px;margin-right:10px;cursor:pointer}.redux-container-sortable ul.checkbox li.invisible{color:#aaa;border:1px dashed #aaa}.redux-container-sortable ul.checkbox li.invisible .dashicons.visibility{color:#aaa}.redux-container-sortable ul.labeled li{line-height:1.4em !important}.redux-container-sortable li{line-height:30px !important}.redux-container-sortable li.ui-state-highlight{height:30px;width:364px;margin-bottom:13px}.redux-container-sortable li.placeholder{height:30px;margin:10px 0}.wp-customizer .redux-sortable input[type=\"text\"]{width:92%}.wp-customizer .redux-sortable i.el{margin-left:5px}.wp-customizer .redux-container-sortable .checkbox-container{width:inherit}.wp-customizer .redux-container-sortable .ui-draggable-handle{margin-left:3%}.redux-container-slides .redux-slides-list .select2-container{margin-bottom:10px;width:100%}.redux-container-slides .ui-accordion-header{margin-bottom:0}.redux-container-slides .full-text,.redux-container-slides .large-text{width:100%}.redux-container-slides .redux-slides-accordion-group{border:1px solid #dfdfdf !important;border-radius:3px !important;margin-top:0px !important;margin-bottom:10px;background:#f9f9f9;padding:5px}.redux-container-slides .redux-slides-accordion-group h3{border:1px solid #dfdfdf;cursor:move !important;font-weight:bold;padding:0 10px !important;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-slides #redux-slides-accordion .redux-slides-image{height:250px;padding:5px;margin-top:10px;margin-bottom:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slides .redux-slides-add{float:right;margin-right:10%;display:block;margin-bottom:10px}.redux-container-slides .redux-slides-remove{color:#ef521d !important;float:right;margin-top:5px}.redux-container-slides .redux-slides-header{font-weight:bold}.redux-container-slides .redux_slides_add_remove{margin-bottom:10px}.redux-container-slides input{width:100% !important}.wp-customizer .redux-container-slides .ui-accordion .ui-accordion-content{padding:10px}.redux-container-spacing select,.redux-container-spacing .select_wrapper{width:80px !important;float:left}.redux-container-spacing .field-spacing-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-spacing .field-spacing-input input{display:inline-block !important;width:70px !important}.redux-container-spacing .field-spacing-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-spacing .select_wrapper{margin-top:6px}}.redux-container-sorter{margin-right:-20px}.redux-container-sorter ul{background:#f9f9f9;border:1px solid #e3e3e3;min-height:40px;padding:10px 10px 0;width:145px;float:left;margin:0 15px 0 0}.redux-container-sorter ul.filled{opacity:0.7;filter:alpha(opacity=70);background:#efecec}.redux-container-sorter ul li{border:1px solid #dfdfdf;cursor:move;font-weight:bold;margin-bottom:10px !important;padding:0 10px;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-sorter ul li h3{margin:0 0 10px;text-align:center;color:#777;text-transform:capitalize;word-wrap:break-word}.redux-container-sorter ul li.placeholder{height:40px}.wp-customizer .redux-container-sorter ul{width:85%;margin:0 0 5px 0}.redux-container-spinner .spinner-wrpr{position:relative;display:block;height:30px;overflow:hidden}.redux-container-spinner .spinner-wrpr .spinner-input{position:relative !important;z-index:1;width:75px !important;height:30px !important;background:#eee !important;border:1px solid #bfbfbf !important;border-right:0 !important;border-left:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.redux-container-spinner .ui-spinner{position:static;display:inline}.redux-container-spinner .ui-spinner-buttons{position:absolute;padding:0}.redux-container-spinner .ui-widget .ui-spinner-button{color:#fff;position:absolute;top:0;padding:0 0 30px;overflow:hidden;cursor:pointer;background:-moz-linear-gradient(#fff, #f3f3f3);background:-o-linear-gradient(#fff, #f3f3f3);background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));background:linear-gradient(#fff, #f3f3f3);background-color:#fff;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.redux-container-spinner .ui-spinner-button:hover,.redux-container-spinner .ui-state-hover{background:-moz-linear-gradient(#f3f3f3, #fff);background:-o-linear-gradient(#f3f3f3, #fff);background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));background:linear-gradient(#f3f3f3, #fff);background-color:#f3f3f3}.redux-container-spinner .ui-corner-tr,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.redux-container-spinner .ui-corner-br,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.redux-container-spinner .ui-spinner-button .ui-icon{top:0;display:block;width:28px;height:28px;margin:0;border:1px solid #b7b7b7;background-image:initial;text-indent:0;text-align:center;font-size:18px;line-height:26px}.dp-numberPicker,.dp-numberPicker-add,.dp-numberPicker-sub,.dp-numberPicker-input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;vertical-align:top;height:30px}.dp-numberPicker{border-radius:3px}.redux-container .redux-container-spinner .dp-numberPicker-add,.redux-container .redux-container-spinner .dp-numberPicker-sub{width:30px;font-size:21px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:#33b5e5;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);height:29px !important}.redux-container .redux-container-spinner .dp-numberPicker-add.disabled,.redux-container .redux-container-spinner .dp-numberPicker-sub.disabled{background-color:#2c6a81}.dp-numberPicker-add{border-top-right-radius:3px;border-bottom-right-radius:3px}.dp-numberPicker-sub{border-top-left-radius:3px;border-bottom-left-radius:3px}.dp-numberPicker-input{width:70px;background-color:#eee;border:0;margin:0 !important;box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5)}.dp-numberPicker-input:disabled{background-color:#eee}.redux-container-switch .switch-options{min-height:30px;margin-right:10px}.redux-container-switch .switch-options label{cursor:pointer}.redux-container-switch .switch-options input{display:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable{padding:0 10px;border-width:1px;border-style:solid;-webkit-appearance:none;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{line-height:30px;display:block;font-weight:700;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable,.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{display:block;float:left}.redux-container-switch .cb-enable{border-right:0;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px}.redux-container-switch .cb-enable.selected{color:#fff}.redux-container-switch .cb-disable{border-left:0;border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px}.redux-container-switch .cb-disable.selected{color:#fff}.redux-container-text label{display:block;position:relative;font-size:12px !important;text-align:left;color:#999;margin:4px 0 2px 0 !important;cursor:default;top:5px;width:100px}.redux-container-text input{clear:left}.redux-container-text .input_wrapper{display:block;position:relative;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:left;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.wp-customizer .redux-container-text .input_wrapper{width:100%;max-width:100%;height:auto}.redux-main .redux-typography-container{display:block;position:relative;margin:0;padding:0;width:100%;max-width:660px}.redux-main .redux-typography-container .redux-typography-slider{margin-top:11px;width:auto}.redux-main .redux-typography-container .clearfix{clear:both}.redux-main .redux-typography-container .clearfix::after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0}.redux-main .redux-typography-container input.wp-picker-default,.redux-main .redux-typography-container .redux-typography-color{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:24px;padding:0 14px !important;margin-top:0;margin-bottom:0;font-size:12px !important}.redux-main .redux-typography-container .select_wrapper{display:block;position:relative;float:left;clear:none;margin:0 10px 0 0;width:48% !important;min-width:210px !important;max-width:324px !important;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .select_wrapper:nth-child(odd){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper:nth-child(even){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper.typography-family .select2-container{width:100%}.redux-main .redux-typography-container .select_wrapper .redux-typography{font-size:14px !important;display:block;float:left;height:28px !important;line-height:50px !important;padding:0 !important;width:100% !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .wp-picker-container{float:left;clear:left;margin-bottom:12px;padding:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-main .redux-typography-container .input_wrapper{display:block;position:relative;margin:0 4px 0 5px;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container .input_wrapper.margin-top,.redux-main .redux-typography-container .input_wrapper.margin-bottom{margin-left:0px}.redux-main .redux-typography-container .input_wrapper.font-size{margin-left:0}.redux-main .redux-typography-container .input_wrapper input.mini{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:78%;text-align:center;margin:0;height:28px;top:3px;padding:0 2px 0 5px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .redux-typography-container .picker-wrapper{display:block;position:relative;margin:0;padding:0;width:100%;min-width:100%;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container label{position:relative;font-size:12px !important;text-align:left;color:#999;width:100%;cursor:default}.redux-main .redux-typography-container .typography-preview{display:none;width:100%;border:1px dotted #d3d3d3;max-width:850px;padding:10px;font-size:10pt;height:auto;margin:5px 0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.redux-main .redux-typography-container .typography-color{border:0 none;margin:0}.redux-main .redux-typography-container ::-webkit-input-placeholder{line-height:19px}@media screen and (max-width: 540px){.redux-main .redux-main .redux-typography-container{max-width:230px;margin:0 auto}.redux-main .redux-main .redux-typography-container .select_wrapper{max-width:210px;min-width:210px;width:210px;margin-left:0 !important;margin-right:0 !important}.redux-main .redux-main .redux-typography-container .input_wrapper{max-width:101px;min-width:101px;width:101px;margin-left:0 !important;margin-right:5px !important}.redux-main .redux-main .redux-typography-container .input_wrapper input.mini{width:73%}.redux-main .redux-main .redux-typography-container .input-append .add-on{width:30%;padding:5px !important}.redux-main .redux-main .redux-main .wp-picker-container .wp-picker-input-wrap{margin-top:7px}}@media screen and (max-width: 360px){.redux-main .redux-typography-container .iris-picker .iris-square{margin-right:3%}}.wp-customizer .redux-typography-container .input_wrapper{width:40%;max-width:40%;min-width:20%}.wp-customizer .redux-typography-container .input_wrapper input.mini{width:70%}.wp-customizer .redux-typography-container .select_wrapper{width:100% !important}.wp-customizer .redux-container{overflow:visible}.wp-customizer .redux-container .redux-main input{margin:0 !important}.wp-customizer .redux-container .redux-main input.spinner-input{margin-right:30px !important;margin-left:30px !important;margin-top:0px !important}.wp-customizer .redux-container .redux-main .redux-container-editor .wp-editor-area{color:#000000}.wp-customizer .redux-section.open .redux-group-tab{display:block !important}.wp-customizer .redux-section p.customize-section-description{margin-top:22px;word-break:break-word}.wp-customizer .redux-section p.customize-section-description.legacy{margin-top:7px}.wp-customizer .control-section-themes .accordion-section-title{margin:0}.wp-customizer #customize-controls .description{display:block}.wp-customizer #customize-controls .customize-info{margin-bottom:0}.wp-customizer #customize-controls .redux-section .accordion-section-content{background:#fcfcfc}.wp-customizer .redux-section .accordion-section-title i,.wp-customizer .redux-field .accordion-field-title i,.wp-customizer .redux-panel .accordion-section-title i{margin-right:5px}.wp-customizer .accordion-section.redux-main{background:inherit;margin-left:inherit;border-left:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;padding:inherit;box-shadow:inherit}.wp-customizer .redux_field_th{padding:13px 0px 0px 0px}.wp-customizer .redux-main .redux-field-container{padding:10px 0}.wp-customizer .redux-main .select_wrapper{float:none;width:100%;display:inline-block}.wp-customizer .redux-main .select2-container{margin-right:0 !important;margin-bottom:5px !important;width:100% !important}.wp-customizer .redux-main .select_wrapper:nth-child(odd){margin-right:0}.wp-customizer .redux-main .redux-option-image{max-width:42% !important;margin-right:3%}.wp-customizer .redux-main .customize-control{border-bottom:1px solid #ddd;padding-bottom:4px}.wp-customizer .redux-main .customize-control:last-child{border-bottom:0;padding-bottom:0}.wp-customizer .redux-main .upload{width:100% !important}.wp-customizer .redux-main h3{margin-top:inherit}.wp-customizer .redux-main .redux-container-raw{margin-top:22px;word-break:break-word;padding:0 !important}.wp-customizer .redux-main .redux-container-password input{width:100%}.wp-customizer .select2-drop,.wp-customizer .select2-container{z-index:999999}.wp-customizer .customize-control-redux-raw{list-style:none}.redux_field_th{padding-bottom:0px !important}.redux-group-tab{margin-bottom:0 !important}.block-editor-page .postbox.closed .el:before{content:\"\" !important}.block-editor-page .postbox .el:before{content:\"\"}.postbox .redux-container{filter:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux-group-menu .active a{background:#FFF}.postbox .redux-container .redux-section-title{padding-left:0 !important;margin-bottom:15px !important}.postbox .redux-container .redux-section-desc{margin-bottom:20px}.postbox .redux-container .redux_main{border-left:1px solid #D8D8D8;moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux_main input[type=text]{width:95%}.postbox .redux-container.redux-no-sections{margin:0;background:none}.postbox .redux-container.redux-no-sections .redux-main{background:none;margin-left:inherit;padding:inherit;border-left:none !important;min-height:0 !important}.postbox .redux-container.redux-no-sections .redux-main tr:last-child{border-bottom:none}.postbox .redux-container.redux-no-sections .redux-main tr:last-child th,.postbox .redux-container.redux-no-sections .redux-main tr:last-child td{padding-bottom:0}.postbox .redux-container.redux-no-sections .redux-main tr td{padding-top:10px !important;width:100%}.postbox .redux-container.redux-no-sections .redux-main .form-table:first-child tr:first-child td{padding-top:0 !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field{margin-bottom:10px !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field:last-child{margin-bottom:0 !important}.postbox .redux-container.redux-has-sections .redux-main{background:#fff}.postbox .redux-container.redux-has-sections .redux-main span.description{padding-bottom:20px}.postbox .redux-main h3{cursor:text !important;-webkit-user-select:inherit !important;-moz-user-select:inherit !important;user-select:inherit !important;padding-left:0 !important}.redux-box-side .redux-main .redux-field-container{padding:0;padding-top:5px}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}.redux-box-side .form-table tr td{padding:15px 0 !important}.redux-box-side .form-table tr:last-child td{padding-bottom:0 !important}.redux-box-side .form-table tr:first-child td{padding-top:5px !important}#poststuff .redux-metabox h3.hndle,.metabox-holder .redux-metabox h3.hndle{cursor:pointer;border-bottom:0}.display-group{display:inherit !important}@media (min-width: 1125px) and (max-width: 1405px){.postbox table.form-table,.postbox .form-table>thead,.postbox .form-table>tbody,.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td,.postbox .form-table>tbody>tr{display:block !important;width:100% !important;padding:0px !important}.postbox table.form-table.hide,.postbox .form-table>thead.hide,.postbox .form-table>tbody.hide,.postbox .form-table>tbody>tr>th.hide,.postbox .form-table>tbody>tr>td.hide,.postbox .form-table>tbody>tr.hide{display:none !important}.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td{padding:10px !important}.postbox .form-table>tbody>tr>th{width:35%}}.redux-metabox .form-table th,.redux-metabox .form-table td{margin:0;padding:0}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:96% !important}@media (max-width: 1405px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:92% !important}}@media (max-width: 1125px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}}@media (max-width: 1405px){.redux-main .form-table>tbody>tr>td{padding-top:0 !important;padding-bottom:0 !important}.redux-main .redux-field-container{padding:0 0 20px 0 !important;padding-bottom:10px !important}.postbox .form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0 !important;padding-bottom:10px !important}}.redux-no-sections .redux-group-tab{display:block !important}.admin-color-fresh #poststuff .redux-metabox h3.hndle,.admin-color-fresh .metabox-holder .redux-metabox h3.hndle{background:#222;color:#fff}.admin-color-light #poststuff .redux-metabox h3.hndle,.admin-color-light .metabox-holder .redux-metabox h3.hndle{background:#888;color:#fff}.admin-color-blue #poststuff .redux-metabox h3.hndle,.admin-color-blue .metabox-holder .redux-metabox h3.hndle{background:#096484;color:#fff}.admin-color-coffee #poststuff .redux-metabox h3.hndle,.admin-color-coffee .metabox-holder .redux-metabox h3.hndle{background:#46403c;color:#fff}.admin-color-ectoplasm #poststuff .redux-metabox h3.hndle,.admin-color-ectoplasm .metabox-holder .redux-metabox h3.hndle{background:#413256;color:#fff}.admin-color-midnight #poststuff .redux-metabox h3.hndle,.admin-color-midnight .metabox-holder .redux-metabox h3.hndle{background:#363b3f;color:#fff}.admin-color-ocean #poststuff .redux-metabox h3.hndle,.admin-color-ocean .metabox-holder .redux-metabox h3.hndle{background:#627c83;color:#fff}.admin-color-sunrise #poststuff .redux-metabox h3.hndle,.admin-color-sunrise .metabox-holder .redux-metabox h3.hndle{background:#b43c38;color:#fff}.redux-notices{margin-bottom:0;border:0}.redux-metabox .redux-container{margin-top:0}.redux-metabox .inside{margin:0 !important;padding:0 !important}.redux-metabox .redux-no-sections .redux-main{padding:6px 15px 15px 15px !important}.redux-metabox .redux-no-sections .redux-main .default_br{display:none}.redux-metabox .redux-no-sections .redux-main .redux-field-container{padding:10px 0 20px !important}.redux-metabox .redux-no-sections .redux-main .redux_field_th{padding-top:5px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main{padding:6px 8px 8px 8px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main input[type=text]{width:100% !important}.wp-color-result{margin:0 6px 0 0px !important}.redux-container .ui-button-text-only .ui-button-text{padding:0}.wpseotab tr{display:table-row !important}.redux_field_search{position:absolute;width:250px !important;right:20px;padding:4px 7px;top:6px}.redux-has-sections .redux_field_search{right:10px}.redux-main.redux-search .redux-section-field,.redux-main.redux-search .redux-info-field,.redux-main.redux-search .redux-notice-field,.redux-main.redux-search .redux-container-group,.redux-main.redux-search .redux-container-raw,.redux-main.redux-search .redux-section-desc,.redux-main.redux-search .redux-group-tab h3,.redux-main.redux-search .hr,.redux-main.redux-search .redux-field-info,.redux-main.redux-search tr{display:none}.redux-main.redux-search #import_export_default_section_group,.redux-main.redux-search #dev_mode_default_section_group{display:none !important}.redux-main.redux-search .redux-group-tab{margin-bottom:0}.redux-main.redux-search .redux-group-tab .form-table-section-indented{margin-left:0 !important;width:100%}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab .form-table-section tr:first-of-type th:first-of-type{padding:inherit !important}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab h3{margin-top:inherit !important}.redux-metabox .redux-has-sections .redux_field_search{top:8px}.redux-container-import_export #redux-import-link-wrapper,.redux-container-import_export #redux-import-code-wrapper{display:none}.redux-container-import_export #redux-export-code,.redux-container-import_export #redux-export-link-value,.redux-container-import_export #redux-import-upload-file{display:none}.redux-container-import_export #redux-import-action span{color:#b94a48}.redux-container-import_export #redux-import-upload span{font-weight:bold}#redux-object-browser{overflow:auto;word-wrap:break-word;max-height:600px;max-width:100%}.redux-container-repeater{padding:15px 20px;margin-bottom:7px;padding-top:0}.redux-container-repeater h4{margin:5px 0px 0px 0px}.redux-container-repeater h4:first-child{margin-top:0px}.redux-container-repeater .description{margin:5px 0 5px 0px}.redux-container-repeater .redux-repeater-accordion{width:100%}.redux-container-repeater .redux-repeater-accordion .ui-state-focus{outline:none}.redux-container-repeater .redux-repeater-accordion-repeater{margin-bottom:10px}.redux-container-repeater .redux-repeater-accordion-repeater>div{border:1px solid #dfdfdf !important;border-radius:0 !important;margin-top:0px !important;padding:10px}.redux-container-repeater .redux-repeater-accordion-repeater h3.ui-accordion-header{border:1px solid #dfdfdf;cursor:move;font-weight:bold;padding:0 10px;height:40px;line-height:40px;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center;margin-bottom:0}.redux-container-repeater .redux-repeaters-add{float:right}.redux-container-repeater .redux-repeaters-add:after{clear:both}.redux-container-repeater .redux-repeaters-remove{color:#ef521d !important;float:right}.redux-container-repeater .redux-repeaters-remove:after{clear:both}.redux-container-repeater .redux-repeater-header{font-weight:bold}.redux-container-repeater .redux_repeaters_add_remove{margin-bottom:10px}.redux-container-repeater .redux-field-container{padding:0 0 10px 0}.redux-container-repeater .redux-field-container:last-child{padding-bottom:0}.redux-container-repeater .ui-accordion .ui-accordion-content{padding:1em}.redux-container-repeater .redux-container-sorter{margin-right:0 !important}#poststuff .redux-container-repeater h3{padding:0;cursor:move !important;line-height:40px}\n"]}
|
1 |
+
{"version":3,"sources":["redux-fields.min.css"],"names":[],"mappings":"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","file":"redux-fields.min.css","sourcesContent":[".redux-container-ace_editor .ace-wrapper{position:static}.redux-container-ace_editor .ace_editor{height:200px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-ace_editor .ace_gutter{z-index:1 !important}.redux-main .redux-container-background .redux-background-position,.redux-main .redux-container-background .redux-background-position select,.redux-main .redux-container-background .redux-background-attachment,.redux-main .redux-container-background .redux-background-attachment select,.redux-main .redux-container-background .redux-background-clip,.redux-main .redux-container-background .redux-background-clip select,.redux-main .redux-container-background .redux-background-origin,.redux-main .redux-container-background .redux-background-origin select,.redux-main .redux-container-background .redux-background-size,.redux-main .redux-container-background .redux-background-size select,.redux-main .redux-container-background .redux-background-repeat,.redux-main .redux-container-background .redux-background-repeat select{width:200px !important;margin-right:10px;margin-bottom:7px}.redux-main .redux-container-background .background-preview{display:block;width:100%;margin:5px 0 10px;border:1px dotted #d3d3d3}.redux-main .redux-container-background .select2-container{margin-right:10px;margin-bottom:10px}.redux-main .redux-container-background .wp-picker-container{margin-bottom:10px}.redux-main .redux-container-background .upload{width:100%;margin-bottom:8px}.redux-main .redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.wp-customizer .redux-container-background .redux-background-position,.wp-customizer .redux-container-background .redux-background-position select,.wp-customizer .redux-container-background .redux-background-attachment,.wp-customizer .redux-container-background .redux-background-attachment select,.wp-customizer .redux-container-background .redux-background-clip,.wp-customizer .redux-container-background .redux-background-clip select,.wp-customizer .redux-container-background .redux-background-origin,.wp-customizer .redux-container-background .redux-background-origin select,.wp-customizer .redux-container-background .redux-background-size,.wp-customizer .redux-container-background .redux-background-size select,.wp-customizer .redux-container-background .redux-background-repeat,.wp-customizer .redux-container-background .redux-background-repeat select{width:100% !important}.redux-main .redux-container-box_shadow .box-shadow-inset{margin:0 auto}.redux-main .redux-container-box_shadow .box-shadow-inset #shadow-result{padding:20px;margin-bottom:20px;margin-top:20px;min-height:180px;border:0px solid #ddd;background:#f1f1f1;transition:all 0.2s ease}.redux-main .redux-container-box_shadow .box-shadow-inset .row-content:after,.redux-main .redux-container-box_shadow .box-shadow-inset .row:after{clear:both;content:\" \";display:block;height:0;visibility:hidden}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2{width:50%;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2.disabled label strong{color:#cccccc}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 label{color:#999999}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled{pointer-events:none;opacity:0.4;z-index:200;background:0;padding:0 !important}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled button{background-color:#888}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 .wp-picker-container.disabled a{z-index:-1}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2 ul li{padding-bottom:10px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:first-child{padding-right:20px}.redux-main .redux-container-box_shadow .box-shadow-inset .row .col-2:last-child{padding-left:20px}.redux-container-border .select2-container{float:left;display:block;margin-right:10px}.redux-container-border .select_wrapper{float:left;width:inherit}.redux-container-border .select_wrapper select{width:80px;float:left}.redux-container-border .field-border-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-border .field-border-input input{display:inline-block !important;width:100px !important}.redux-container-border .field-border-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-border .select_wrapper{margin-top:6px}}.redux-container-checkbox label{vertical-align:top;width:100%}.redux-container-checkbox label .field-desc{margin-top:0;float:left;width:93%;clear:none}.redux-container-color_gradient .redux-gradient-preview{height:150px;margin-top:10px;border-radius:4px}.redux-container-color_gradient .colorGradient,.redux-container-color_gradient .redux-gradient-type{display:inline-block;margin-right:20px}.redux-container-color_gradient .colorGradient strong,.redux-container-color_gradient .redux-gradient-type strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;color:#999}@media screen and (max-width: 660px){.redux-container-color_gradient .colorGradient{display:block;text-align:center !important}}.redux-main .redux-container-color_palette label{position:relative;display:inline-block;padding:0;margin:0}.redux-main .redux-container-color_palette .colors-wrapper{max-height:300px;overflow-y:auto;padding:10px;display:flex;flex-wrap:wrap}.redux-main .redux-container-color_palette .colors-wrapper .color-palette-color{color:transparent;display:block;width:100%;height:100%;overflow:hidden;border:1px solid rgba(0,0,0,0.2)}.redux-main .redux-container-color_palette .colors-wrapper.round label{padding:3px}.redux-main .redux-container-color_palette .colors-wrapper.round .color-palette-color{border-radius:50%}.redux-main .redux-container-color_palette .colors-wrapper.box-shadow .color-palette-color{box-shadow:inset 3px 3px 13px 2px rgba(0,0,0,0.22)}.redux-main .redux-container-color_palette .colors-wrapper input{display:none}.redux-main .redux-container-color_palette .colors-wrapper input:checked+label .color-palette-color{border:0;width:130%;height:130%;position:relative;left:-15%;top:-15%;z-index:99;box-shadow:1px 1px 6px 1px #333333;border:1px solid rgba(0,0,0,0.3)}.redux-main .redux-container-color_palette .colors-wrapper.with-margin label{margin:3px !important}#ui-datepicker-div{z-index:15 !important}.ui-datepicker-header{background-color:#00abef}.sp-container{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer{color:#555;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);vertical-align:top}.sp-replacer:focus,.sp-replacer:hover,.sp-replacer.focus,.sp-replacer.hover{background:#fafafa;border-color:#999;color:#222}.sp-replacer:focus,.sp-replacer.focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active:focus{-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.sp-replacer.active,.sp-replacer.active:hover,.sp-replacer:active{background:#eee;border-color:#999;color:#333;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5)}.redux-main .divide{height:20px;line-height:20px;float:none;border-color:#e7e7e7;display:block;width:100%;height:35px !important;line-height:35px !important;position:relative;margin:15px 0 10px 0}.redux-main .divide .inner{width:42% !important;left:40% !important;margin-left:-6%;background-color:#fcfcfc;border-color:#e7e7e7;position:absolute;height:1px;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid}.redux-main .divide .inner span{background-color:#fcfcfc;border-color:#e7e7e7;height:5px;width:5px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.wp-customizer .redux-container-divide .divide .inner{width:82% !important;left:18% !important;margin-left:-8%}.redux-dimensions-container select,.redux-dimensions-container .select_wrapper{width:80px !important;float:left}.redux-dimensions-container .field-dimensions-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-dimensions-container .field-dimensions-input input{display:inline-block !important;width:100px !important}.redux-dimensions-container .field-dimensions-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-dimensions-container .select_wrapper{margin-top:6px}}.redux-container-editor .mceLayout td{border-width:1px;margin:0;padding:1px}.redux-container-editor input,.redux-container-editor textarea{margin:inherit}.redux-container-editor textarea{border-style:none;border:0;border-width:0}.redux-container-editor .wp-editor-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-container-editor .wp-editor-container textarea{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:inherit}.redux-container-editor .quicktags-toolbar input{margin:2px 1px 4px;display:inline-block;min-width:26px;padding:2px 4px;font:12px/18px Arial, Helvetica, sans-serif normal;color:#464646;border:1px solid #c3c3c3;-webkit-border-radius:3px;border-radius:3px;background:#eee;background-image:-webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));background-image:-webkit-linear-gradient(bottom, #e3e3e3, #fff);background-image:-moz-linear-gradient(bottom, #e3e3e3, #fff);background-image:-o-linear-gradient(bottom, #e3e3e3, #fff);background-image:linear-gradient(to top, #e3e3e3, #fff)}.redux-container-image_select .redux-table-container{display:table;table-layout:fixed;width:100%}.redux-container-image_select .redux-image-select{margin:0 !important}.redux-container-image_select .redux-image-select .tiles{display:block;background-color:#fff;background-repeat:repeat;width:40px;height:40px}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select .tiles{border-color:#d9d9d9}.redux-container-image_select .redux-image-select li:last-child{margin-bottom:0}.redux-container-image_select .redux-image-select input[type=\"radio\"]{display:none}.redux-container-image_select .redux-image-select-presets img{width:100%}.redux-container-image_select ul.redux-image-select li{margin:0 10px 3px 10px;display:inline-block;padding:2px 2px;padding-left:0}.redux-container-image_select .redux-image-select-selected{background-color:#f9f9f9}.redux-container-image_select .redux-image-select img,.redux-container-image_select .redux-image-select-selected img,.redux-container-image_select .redux-image-select .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-width:4px;border-style:solid}.redux-container-image_select .redux-image-select-selected .tiles,.redux-container-image_select .redux-image-select-selected .tiles{border-color:#7a7a7a}.redux-info-field{min-height:20px;padding:8px 19px;margin:10px 0;border:1px solid;border-radius:4px;border:1px solid;position:relative}.redux-info-field h1,.redux-info-field h2,.redux-info-field h3,.redux-info-field h4,.redux-info-field h5,.redux-info-field h6{border-bottom:0 !important}.redux-info-field h3{color:#777}.redux-info-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-info-field .redux-info-icon i{font-size:2em}.redux-info-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-info-field.redux-normal{background-color:#eee;border-color:#ccc;color:#666}.redux-info-field.redux-normal i{color:#c5c5c5}.redux-info-field.redux-warning{background-color:#fbeba4;border-color:#d7c281;color:#958234}.redux-info-field.redux-warning i{color:#dcca81}.redux-info-field.redux-success{background-color:#c4ee91;border-color:#71af5d;color:#4d7615}.redux-info-field.redux-success i{color:#a0ca6c}.redux-info-field.redux-critical{background-color:#fba1a3;border-color:#b84f5b;color:#981225}.redux-info-field.redux-critical i{color:#dd767d}.redux-info-field.redux-info{background-color:#d3e4f4;border-color:#a9b6c2;color:#5c80a1}.redux-info-field.redux-info i{color:#afc6da}.redux-notice-field{margin:15px 0 0;background-color:#fff;border:0;border-left:4px solid #f3f3f3;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);padding:1px 12px}.redux-notice-field h1,.redux-notice-field h2,.redux-notice-field h3,.redux-notice-field h4,.redux-notice-field h5,.redux-notice-field h6{border-bottom:0 !important}.redux-notice-field p{margin:0.5em 0;padding:2px}.redux-notice-field .redux-info-icon{display:inline-block;margin-right:15px}.redux-notice-field .redux-info-icon i{font-size:2em}.redux-notice-field .redux-info-desc{display:inline-block;vertical-align:top}.redux-notice-field.redux-info{border-left:4px solid #0099d5}.redux-notice-field.redux-success{border-left:4px solid #7ad03a}.redux-notice-field.redux-warning{border-left:4px solid #fbeba4}.redux-notice-field.redux-critical{border-left:4px solid #dd3d36}.redux-main .redux-field-container.redux-container-info{padding:0}.wp-customizer .hasIcon.redux-notice-field .redux-info-desc,.wp-customizer .hasIcon.redux-info-field .redux-info-desc{display:block;margin-left:43px}.wp-customizer .hasIcon.redux-notice-field .redux-info-icon,.wp-customizer .hasIcon.redux-info-field .redux-info-icon{float:left}.wp-customizer .redux-main .customize-control.customize-control-redux-info{border-bottom:0}.redux-container-link_color .linkColor{display:inline-block;padding-right:10px;padding-bottom:7px}.redux-container-link_color .linkColor strong{display:table;margin-bottom:5px;margin-left:3px;font-size:12px;font-weight:normal;color:#999}.redux-container-multi_text ul.redux-multi-text{margin:0;padding:0}.redux-container-multi_text .redux-multi-text-add{clear:both;margin:5px 0}.redux-container-multi_text a.redux-multi-text-remove.deletion{color:#f00;padding:2px 4px;margin-left:5px}.redux-container-multi_text a.redux-multi-text-remove.deletion:hover{background:#ff0;color:#fff;text-decoration:none}@media screen and (max-width: 782px){.redux-container-multi_text input{clear:both}.redux-container-multi_text .redux-multi-text-remove{margin:0;float:right}}.wp-customizer .redux-container-multi_text .button{float:right}.wp-customizer .redux-container-multi_text .redux-multi-text-remove{float:right;margin-bottom:5px}.wp-customizer .redux-container-multi_text ul.redux-multi-text input{width:100% !important}.redux-main .redux-media-slider{width:40%;display:inline-block;margin-left:30px}.redux-main .redux-media-filter-container{padding-top:20px}.redux-main .redux-media-filter-container .container-label{margin-bottom:20px;padding-bottom:1px;border-bottom:1px solid #e7e7e7;font-weight:600;font-size:12px;color:#999}.redux-main .redux-media-filter-container .media-filter{display:inline-block;width:47%;margin-bottom:5px}.redux-main .redux-media-filter-container .media-filter label{display:inline-block;width:130px;color:#999}.redux-main .redux-media-filter-container .media-filter label.disabled .filter-value{color:#ccc}.redux-container-palette label{border:3px solid transparent;border-color:transparent !important;border-radius:0;width:100% !important;display:block}.redux-container-palette label.ui-button.ui-widget{width:95%;background:none;padding:0;display:flex}.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon,.redux-container-palette label.ui-button.ui-widget .ui-checkboxradio-icon-space{display:none}.redux-container-palette label.ui-button.ui-widget span{padding:10px;flex-grow:1;font-size:0;line-height:10px;color:rgba(0,0,0,0);-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-ms-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;text-shadow:0}.redux-container-palette label.ui-button.ui-widget span:hover{flex-grow:3;font-weight:bold;min-width:60px;font-size:12px;line-height:10px;color:#333;text-shadow:0 0 8px #fff, 0 0 8px #fff}.redux-container-palette label.ui-state-active{border:3px solid #333 !important}.wp-customizer .redux-main .redux-container-palette label{margin-bottom:3px}.redux-main .form-table-section-indented{width:95%;margin-left:5% !important}.redux-main .form-table-section tr:first-of-type th:first-of-type{padding:0px !important}.redux-main h3{margin-top:10px}.redux-main .form-table-section-indented>tbody>tr:first-child{display:none}.redux-main .form-table-section-indented>tbody>tr:nth-last-child(2){border-bottom:0}.redux-container-select li.ui-state-highlight{height:20px;margin-top:2px;margin-left:5px;width:64px;margin-bottom:0}.select2-search__field{width:none !important}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--classic .select2-selection--single .select2-selection__clear{font-size:1.2em}.redux-container-select_image{margin-top:2px;margin-left:5px;width:100%;margin-bottom:0}.redux-preview-image{max-height:250px;max-width:250px;padding:5px;margin-top:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slider .redux-slider-container{margin-left:25px;margin-right:25px;width:200px;display:inline-block;vertical-align:middle}.redux-container-slider .redux-slider-input,.redux-container-slider .redux-slider-select-one,.redux-container-slider .redux-slider-select-two{width:100px !important;text-align:center}.redux-container-slider .redux-slider-label{position:absolute;margin-left:-5px}.redux-container-slider .redux-slider-label-one{position:absolute;margin-left:-22px}.redux-container-slider .redux-slider-label-two{position:absolute;margin-top:-21px;margin-left:245px}@media screen and (max-width: 782px){.redux-container-slider input{display:inline-block !important}}@media screen and (max-width: 570px){.redux-container-slider{text-align:center}.redux-container-slider input,.redux-container-slider select,.redux-container-slider .redux-slider-label,.redux-container-slider .select2-container{display:block !important;position:inherit;margin:10px auto}.redux-container-slider .redux-slider-container{margin-top:3px;width:80%}}.wp-customizer .redux-container-slider .redux-slider-label{float:left;position:inherit;width:25%;text-align:center;margin-left:0}.wp-customizer .redux-container-slider .redux-slider-input,.wp-customizer .redux-container-slider .redux-slider-select-one,.wp-customizer .redux-container-slider .redux-slider-select-two{width:25% !important}.wp-customizer .redux-container-slider .redux-slider-container{width:70%;margin-right:0;margin-left:5%}.redux-container-slides .redux-slides-list .select2-container{margin-bottom:10px;width:100%}.redux-container-slides .ui-accordion-header{margin-bottom:0}.redux-container-slides .full-text,.redux-container-slides .large-text{width:100%}.redux-container-slides .redux-slides-accordion-group{border:1px solid #dfdfdf !important;border-radius:3px !important;margin-top:0px !important;margin-bottom:10px;background:#f9f9f9;padding:5px}.redux-container-slides .redux-slides-accordion-group h3{border:1px solid #dfdfdf;cursor:move !important;font-weight:bold;padding:0 10px !important;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-slides #redux-slides-accordion .redux-slides-image{height:250px;padding:5px;margin-top:10px;margin-bottom:10px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-container-slides .redux-slides-add{float:right;margin-right:10%;display:block;margin-bottom:10px}.redux-container-slides .redux-slides-remove{color:#ef521d !important;float:right;margin-top:5px}.redux-container-slides .redux-slides-header{font-weight:bold}.redux-container-slides .redux_slides_add_remove{margin-bottom:10px}.redux-container-slides input{width:100% !important}.wp-customizer .redux-container-slides .ui-accordion .ui-accordion-content{padding:10px}.redux-container-sorter{margin-right:-20px}.redux-container-sorter ul{background:#f9f9f9;border:1px solid #e3e3e3;min-height:40px;padding:10px 10px 0;width:145px;float:left;margin:0 15px 0 0}.redux-container-sorter ul.filled{opacity:0.7;filter:alpha(opacity=70);background:#efecec}.redux-container-sorter ul li{border:1px solid #dfdfdf;cursor:move;font-weight:bold;margin-bottom:10px !important;padding:0 10px;height:40px;line-height:40px !important;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center}.redux-container-sorter ul li h3{margin:0 0 10px;text-align:center;color:#777;text-transform:capitalize;word-wrap:break-word}.redux-container-sorter ul li.placeholder{height:40px}.wp-customizer .redux-container-sorter ul{width:85%;margin:0 0 5px 0}.redux-container-sortable i.el,.redux-container-sortable i.dashicons-menu{cursor:move;padding-top:5px}.redux-container-sortable label{margin-right:10px}.redux-container-sortable label.bugger{margin-bottom:0px !important;font-size:12px !important;color:#999}.redux-container-sortable input{margin-right:10px}.redux-container-sortable .checkbox-container{width:100%}.redux-container-sortable .checkbox-container label{margin-bottom:2px !important;cursor:inherit}.redux-container-sortable .checkbox-container .drag{float:right;margin-left:10px}.redux-container-sortable ul.checkbox li{padding:5px 10px;border:1px solid #333;background:#fff;margin-bottom:5px !important}.redux-container-sortable ul.checkbox li .dashicons.visibility{padding-top:4px;margin-right:10px;cursor:pointer}.redux-container-sortable ul.checkbox li.invisible{color:#aaa;border:1px dashed #aaa}.redux-container-sortable ul.checkbox li.invisible .dashicons.visibility{color:#aaa}.redux-container-sortable ul.labeled li{line-height:1.4em !important}.redux-container-sortable li{line-height:30px !important}.redux-container-sortable li.ui-state-highlight{height:30px;width:364px;margin-bottom:13px}.redux-container-sortable li.placeholder{height:30px;margin:10px 0}.wp-customizer .redux-sortable input[type=\"text\"]{width:92%}.wp-customizer .redux-sortable i.el{margin-left:5px}.wp-customizer .redux-container-sortable .checkbox-container{width:inherit}.wp-customizer .redux-container-sortable .ui-draggable-handle{margin-left:3%}.redux-container-switch .switch-options{min-height:30px;margin-right:10px}.redux-container-switch .switch-options label{cursor:pointer}.redux-container-switch .switch-options input{display:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable{padding:0 10px;border-width:1px;border-style:solid;-webkit-appearance:none;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{line-height:30px;display:block;font-weight:700;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.redux-container-switch .cb-enable,.redux-container-switch .cb-disable,.redux-container-switch .cb-enable span,.redux-container-switch .cb-disable span{display:block;float:left}.redux-container-switch .cb-enable{border-right:0;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px}.redux-container-switch .cb-enable.selected{color:#fff}.redux-container-switch .cb-disable{border-left:0;border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px}.redux-container-switch .cb-disable.selected{color:#fff}.redux-container-spacing select,.redux-container-spacing .select_wrapper{width:80px !important;float:left}.redux-container-spacing .field-spacing-input{margin-right:10px;margin-bottom:7px}@media screen and (max-width: 782px){.redux-container-spacing .field-spacing-input input{display:inline-block !important;width:70px !important}.redux-container-spacing .field-spacing-input .add-on{padding:7px 4px;font-size:16px;line-height:1.5}.redux-container-spacing .select_wrapper{margin-top:6px}}.redux-container-spinner .spinner-wrpr{position:relative;display:block;height:30px;overflow:hidden}.redux-container-spinner .spinner-wrpr .spinner-input{position:relative !important;z-index:1;width:75px !important;height:30px !important;background:#eee !important;border:1px solid #bfbfbf !important;border-right:0 !important;border-left:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.redux-container-spinner .ui-spinner{position:static;display:inline}.redux-container-spinner .ui-spinner-buttons{position:absolute;padding:0}.redux-container-spinner .ui-widget .ui-spinner-button{color:#fff;position:absolute;top:0;padding:0 0 30px;overflow:hidden;cursor:pointer;background:-moz-linear-gradient(#fff, #f3f3f3);background:-o-linear-gradient(#fff, #f3f3f3);background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));background:linear-gradient(#fff, #f3f3f3);background-color:#fff;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.redux-container-spinner .ui-spinner-button:hover,.redux-container-spinner .ui-state-hover{background:-moz-linear-gradient(#f3f3f3, #fff);background:-o-linear-gradient(#f3f3f3, #fff);background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));background:linear-gradient(#f3f3f3, #fff);background-color:#f3f3f3}.redux-container-spinner .ui-corner-tr,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-n{-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.redux-container-spinner .ui-corner-br,.redux-container-spinner .ui-spinner-button .ui-icon-triangle-1-s{-webkit-border-radius:5px 0 0 5px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.redux-container-spinner .ui-spinner-button .ui-icon{top:0;display:block;width:28px;height:28px;margin:0;border:1px solid #b7b7b7;background-image:initial;text-indent:0;text-align:center;font-size:18px;line-height:26px}.dp-numberPicker,.dp-numberPicker-add,.dp-numberPicker-sub,.dp-numberPicker-input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;vertical-align:top;height:30px}.dp-numberPicker{border-radius:3px}.redux-container .redux-container-spinner .dp-numberPicker-add,.redux-container .redux-container-spinner .dp-numberPicker-sub{width:30px;font-size:21px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:#33b5e5;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);height:29px !important}.redux-container .redux-container-spinner .dp-numberPicker-add.disabled,.redux-container .redux-container-spinner .dp-numberPicker-sub.disabled{background-color:#2c6a81}.dp-numberPicker-add{border-top-right-radius:3px;border-bottom-right-radius:3px}.dp-numberPicker-sub{border-top-left-radius:3px;border-bottom-left-radius:3px}.dp-numberPicker-input{width:70px;background-color:#eee;border:0;margin:0 !important;box-shadow:inset 0px 1px 1px rgba(255,255,255,0.5),inset 0px -1px 1px rgba(0,0,0,0.5)}.dp-numberPicker-input:disabled{background-color:#eee}.redux-container-text label{display:block;position:relative;font-size:12px !important;text-align:left;color:#999;margin:4px 0 2px 0 !important;cursor:default;top:5px;width:100px}.redux-container-text input{clear:left}.redux-container-text .input_wrapper{display:block;position:relative;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:left;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.wp-customizer .redux-container-text .input_wrapper{width:100%;max-width:100%;height:auto}.redux-main .redux-typography-container{display:block;position:relative;margin:0;padding:0;width:100%;max-width:660px}.redux-main .redux-typography-container .redux-typography-slider{margin-top:11px;width:auto}.redux-main .redux-typography-container .clearfix{clear:both}.redux-main .redux-typography-container .clearfix::after{visibility:hidden;display:block;font-size:0;content:\" \";clear:both;height:0}.redux-main .redux-typography-container input.wp-picker-default,.redux-main .redux-typography-container .redux-typography-color{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;height:24px;padding:0 14px !important;margin-top:0;margin-bottom:0;font-size:12px !important}.redux-main .redux-typography-container .select_wrapper{display:block;position:relative;float:left;clear:none;margin:0 10px 0 0;width:48% !important;min-width:210px !important;max-width:324px !important;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .select_wrapper:nth-child(odd){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper:nth-child(even){margin-right:10px !important}.redux-main .redux-typography-container .select_wrapper.typography-family .select2-container{width:100%}.redux-main .redux-typography-container .select_wrapper .redux-typography{font-size:14px !important;display:block;float:left;height:28px !important;line-height:50px !important;padding:0 !important;width:100% !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.redux-main .redux-typography-container .wp-picker-container{float:left;clear:left;margin-bottom:12px;padding:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.redux-main .redux-typography-container .input_wrapper{display:block;position:relative;margin:0 4px 0 5px;padding:0;width:23%;max-width:23%;min-width:70px;float:left;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container .input_wrapper.margin-top,.redux-main .redux-typography-container .input_wrapper.margin-bottom{margin-left:0px}.redux-main .redux-typography-container .input_wrapper.font-size{margin-left:0}.redux-main .redux-typography-container .input_wrapper input.mini{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:78%;text-align:center;margin:0;height:28px;top:3px;padding:0 2px 0 5px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .redux-typography-container .picker-wrapper{display:block;position:relative;margin:0;padding:0;width:100%;min-width:100%;clear:none;height:57px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}.redux-main .redux-typography-container label{position:relative;font-size:12px !important;text-align:left;color:#999;width:100%;cursor:default}.redux-main .redux-typography-container .typography-preview{display:none;width:100%;border:1px dotted #d3d3d3;max-width:850px;padding:10px;font-size:10pt;height:auto;margin:5px 0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.redux-main .redux-typography-container .typography-color{border:0 none;margin:0}.redux-main .redux-typography-container ::-webkit-input-placeholder{line-height:19px}@media screen and (max-width: 540px){.redux-main .redux-main .redux-typography-container{max-width:230px;margin:0 auto}.redux-main .redux-main .redux-typography-container .select_wrapper{max-width:210px;min-width:210px;width:210px;margin-left:0 !important;margin-right:0 !important}.redux-main .redux-main .redux-typography-container .input_wrapper{max-width:101px;min-width:101px;width:101px;margin-left:0 !important;margin-right:5px !important}.redux-main .redux-main .redux-typography-container .input_wrapper input.mini{width:73%}.redux-main .redux-main .redux-typography-container .input-append .add-on{width:30%;padding:5px !important}.redux-main .redux-main .redux-main .wp-picker-container .wp-picker-input-wrap{margin-top:7px}}@media screen and (max-width: 360px){.redux-main .redux-typography-container .iris-picker .iris-square{margin-right:3%}}.wp-customizer .redux-typography-container .input_wrapper{width:40%;max-width:40%;min-width:20%}.wp-customizer .redux-typography-container .input_wrapper input.mini{width:70%}.wp-customizer .redux-typography-container .select_wrapper{width:100% !important}.wp-customizer .redux-container{overflow:visible}.wp-customizer .redux-container .redux-main input{margin:0 !important}.wp-customizer .redux-container .redux-main input.spinner-input{margin-right:30px !important;margin-left:30px !important;margin-top:0px !important}.wp-customizer .redux-container .redux-main .redux-container-editor .wp-editor-area{color:#000000}.wp-customizer .redux-section.open .redux-group-tab{display:block !important}.wp-customizer .redux-section p.customize-section-description{margin-top:22px;word-break:break-word}.wp-customizer .redux-section p.customize-section-description.legacy{margin-top:7px}.wp-customizer .control-section-themes .accordion-section-title{margin:0}.wp-customizer #customize-controls .description{display:block}.wp-customizer #customize-controls .customize-info{margin-bottom:0}.wp-customizer #customize-controls .redux-section .accordion-section-content{background:#fcfcfc}.wp-customizer .redux-section .accordion-section-title i,.wp-customizer .redux-field .accordion-field-title i,.wp-customizer .redux-panel .accordion-section-title i{margin-right:5px}.wp-customizer .accordion-section.redux-main{background:inherit;margin-left:inherit;border-left:inherit;-moz-box-shadow:inherit;-webkit-box-shadow:inherit;padding:inherit;box-shadow:inherit}.wp-customizer .redux_field_th{padding:13px 0px 0px 0px}.wp-customizer .redux-main .redux-field-container{padding:10px 0}.wp-customizer .redux-main .select_wrapper{float:none;width:100%;display:inline-block}.wp-customizer .redux-main .select2-container{margin-right:0 !important;margin-bottom:5px !important;width:100% !important}.wp-customizer .redux-main .select_wrapper:nth-child(odd){margin-right:0}.wp-customizer .redux-main .redux-option-image{max-width:42% !important;margin-right:3%}.wp-customizer .redux-main .customize-control{border-bottom:1px solid #ddd;padding-bottom:4px}.wp-customizer .redux-main .customize-control:last-child{border-bottom:0;padding-bottom:0}.wp-customizer .redux-main .upload{width:100% !important}.wp-customizer .redux-main h3{margin-top:inherit}.wp-customizer .redux-main .redux-container-raw{margin-top:22px;word-break:break-word;padding:0 !important}.wp-customizer .redux-main .redux-container-password input{width:100%}.wp-customizer .select2-drop,.wp-customizer .select2-container{z-index:999999}.wp-customizer .customize-control-redux-raw{list-style:none}.redux_field_search{position:absolute;width:250px !important;right:20px;padding:4px 7px;top:6px}.redux-has-sections .redux_field_search{right:10px}.redux-main.redux-search .redux-section-field,.redux-main.redux-search .redux-info-field,.redux-main.redux-search .redux-notice-field,.redux-main.redux-search .redux-container-group,.redux-main.redux-search .redux-container-raw,.redux-main.redux-search .redux-section-desc,.redux-main.redux-search .redux-group-tab h3,.redux-main.redux-search .hr,.redux-main.redux-search .redux-field-info,.redux-main.redux-search tr{display:none}.redux-main.redux-search #import_export_default_section_group,.redux-main.redux-search #dev_mode_default_section_group{display:none !important}.redux-main.redux-search .redux-group-tab{margin-bottom:0}.redux-main.redux-search .redux-group-tab .form-table-section-indented{margin-left:0 !important;width:100%}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab .form-table-section tr:first-of-type th:first-of-type{padding:inherit !important}.redux-main.redux-search .redux-group-tab .form-table-section-indented .redux-group-tab h3{margin-top:inherit !important}.redux-metabox .redux-has-sections .redux_field_search{top:8px}.redux_field_th{padding-bottom:0px !important}.redux-group-tab{margin-bottom:0 !important}.block-editor-page .postbox.closed .el:before{content:\"\" !important}.block-editor-page .postbox .el:before{content:\"\"}.postbox .redux-container{filter:none;border:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux-group-menu .active a{background:#FFF}.postbox .redux-container .redux-section-title{padding-left:0 !important;margin-bottom:15px !important}.postbox .redux-container .redux-section-desc{margin-bottom:20px}.postbox .redux-container .redux_main{border-left:1px solid #D8D8D8;moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.postbox .redux-container .redux_main input[type=text]{width:95%}.postbox .redux-container.redux-no-sections{margin:0;background:none}.postbox .redux-container.redux-no-sections .redux-main{background:none;margin-left:inherit;padding:inherit;border-left:none !important;min-height:0 !important}.postbox .redux-container.redux-no-sections .redux-main tr:last-child{border-bottom:none}.postbox .redux-container.redux-no-sections .redux-main tr:last-child th,.postbox .redux-container.redux-no-sections .redux-main tr:last-child td{padding-bottom:0}.postbox .redux-container.redux-no-sections .redux-main tr td{padding-top:10px !important;width:100%}.postbox .redux-container.redux-no-sections .redux-main .form-table:first-child tr:first-child td{padding-top:0 !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field{margin-bottom:10px !important}.postbox .redux-container.redux-no-sections .redux-main .redux-field:last-child{margin-bottom:0 !important}.postbox .redux-container.redux-has-sections .redux-main{background:#fff}.postbox .redux-container.redux-has-sections .redux-main span.description{padding-bottom:20px}.postbox .redux-main h3{cursor:text !important;-webkit-user-select:inherit !important;-moz-user-select:inherit !important;user-select:inherit !important;padding-left:0 !important}.redux-box-side .redux-main .redux-field-container{padding:0;padding-top:5px}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}.redux-box-side .form-table tr td{padding:15px 0 !important}.redux-box-side .form-table tr:last-child td{padding-bottom:0 !important}.redux-box-side .form-table tr:first-child td{padding-top:5px !important}#poststuff .redux-metabox h3.hndle,.metabox-holder .redux-metabox h3.hndle{cursor:pointer;border-bottom:0}.display-group{display:inherit !important}@media (min-width: 1125px) and (max-width: 1405px){.postbox table.form-table,.postbox .form-table>thead,.postbox .form-table>tbody,.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td,.postbox .form-table>tbody>tr{display:block !important;width:100% !important;padding:0px !important}.postbox table.form-table.hide,.postbox .form-table>thead.hide,.postbox .form-table>tbody.hide,.postbox .form-table>tbody>tr>th.hide,.postbox .form-table>tbody>tr>td.hide,.postbox .form-table>tbody>tr.hide{display:none !important}.postbox .form-table>tbody>tr>th,.postbox .form-table>tbody>tr>td{padding:10px !important}.postbox .form-table>tbody>tr>th{width:35%}}.redux-metabox .form-table th,.redux-metabox .form-table td{margin:0;padding:0}.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:96% !important}@media (max-width: 1405px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:92% !important}}@media (max-width: 1125px){.redux-box-side .redux-main .redux-field-container .select2-container,.redux-box-side .redux-main .redux-field-container select{width:100% !important}}@media (max-width: 1405px){.redux-main .form-table>tbody>tr>td{padding-top:0 !important;padding-bottom:0 !important}.redux-main .redux-field-container{padding:0 0 20px 0 !important;padding-bottom:10px !important}.postbox .form-table>tbody>tr>th{padding-bottom:0 !important}.redux_field_th{padding-top:0 !important;padding-bottom:10px !important}}.redux-no-sections .redux-group-tab{display:block !important}.admin-color-fresh #poststuff .redux-metabox h3.hndle,.admin-color-fresh .metabox-holder .redux-metabox h3.hndle{background:#222;color:#fff}.admin-color-light #poststuff .redux-metabox h3.hndle,.admin-color-light .metabox-holder .redux-metabox h3.hndle{background:#888;color:#fff}.admin-color-blue #poststuff .redux-metabox h3.hndle,.admin-color-blue .metabox-holder .redux-metabox h3.hndle{background:#096484;color:#fff}.admin-color-coffee #poststuff .redux-metabox h3.hndle,.admin-color-coffee .metabox-holder .redux-metabox h3.hndle{background:#46403c;color:#fff}.admin-color-ectoplasm #poststuff .redux-metabox h3.hndle,.admin-color-ectoplasm .metabox-holder .redux-metabox h3.hndle{background:#413256;color:#fff}.admin-color-midnight #poststuff .redux-metabox h3.hndle,.admin-color-midnight .metabox-holder .redux-metabox h3.hndle{background:#363b3f;color:#fff}.admin-color-ocean #poststuff .redux-metabox h3.hndle,.admin-color-ocean .metabox-holder .redux-metabox h3.hndle{background:#627c83;color:#fff}.admin-color-sunrise #poststuff .redux-metabox h3.hndle,.admin-color-sunrise .metabox-holder .redux-metabox h3.hndle{background:#b43c38;color:#fff}.redux-notices{margin-bottom:0;border:0}.redux-metabox .redux-container{margin-top:0}.redux-metabox .inside{margin:0 !important;padding:0 !important}.redux-metabox .redux-no-sections .redux-main{padding:6px 15px 15px 15px !important}.redux-metabox .redux-no-sections .redux-main .default_br{display:none}.redux-metabox .redux-no-sections .redux-main .redux-field-container{padding:10px 0 20px !important}.redux-metabox .redux-no-sections .redux-main .redux_field_th{padding-top:5px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main{padding:6px 8px 8px 8px !important}.redux-metabox .redux-no-sections.redux-box-side .redux-main input[type=text]{width:100% !important}.wp-color-result{margin:0 6px 0 0px !important}.redux-container .ui-button-text-only .ui-button-text{padding:0}.wpseotab tr{display:table-row !important}.redux-container-import_export #redux-import-link-wrapper,.redux-container-import_export #redux-import-code-wrapper{display:none}.redux-container-import_export #redux-export-code,.redux-container-import_export #redux-export-link-value,.redux-container-import_export #redux-import-upload-file{display:none}.redux-container-import_export #redux-import-action span{color:#b94a48}.redux-container-import_export #redux-import-upload span{font-weight:bold}#redux-object-browser{overflow:auto;word-wrap:break-word;max-height:600px;max-width:100%}.redux-container-repeater{padding:15px 20px;margin-bottom:7px;padding-top:0}.redux-container-repeater h4{margin:5px 0px 0px 0px}.redux-container-repeater h4:first-child{margin-top:0px}.redux-container-repeater .description{margin:5px 0 5px 0px}.redux-container-repeater .redux-repeater-accordion{width:100%}.redux-container-repeater .redux-repeater-accordion .ui-state-focus{outline:none}.redux-container-repeater .redux-repeater-accordion-repeater{margin-bottom:10px}.redux-container-repeater .redux-repeater-accordion-repeater>div{border:1px solid #dfdfdf !important;border-radius:0 !important;margin-top:0px !important;padding:10px}.redux-container-repeater .redux-repeater-accordion-repeater h3.ui-accordion-header{border:1px solid #dfdfdf;cursor:move;font-weight:bold;padding:0 10px;height:40px;line-height:40px;background-color:#f1f1f1;background-image:-ms-linear-gradient(top, #f9f9f9, #ececec);background-image:-moz-linear-gradient(top, #f9f9f9, #ececec);background-image:-o-linear-gradient(top, #f9f9f9, #ececec);background-image:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));background-image:-webkit-linear-gradient(top, #f9f9f9, #ececec);background-image:linear-gradient(to bottom, #f9f9f9, #ececec);overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:center;margin-bottom:0}.redux-container-repeater .redux-repeaters-add{float:right}.redux-container-repeater .redux-repeaters-add:after{clear:both}.redux-container-repeater .redux-repeaters-remove{color:#ef521d !important;float:right}.redux-container-repeater .redux-repeaters-remove:after{clear:both}.redux-container-repeater .redux-repeater-header{font-weight:bold}.redux-container-repeater .redux_repeaters_add_remove{margin-bottom:10px}.redux-container-repeater .redux-field-container{padding:0 0 10px 0}.redux-container-repeater .redux-field-container:last-child{padding-bottom:0}.redux-container-repeater .ui-accordion .ui-accordion-content{padding:1em}.redux-container-repeater .redux-container-sorter{margin-right:0 !important}#poststuff .redux-container-repeater h3{padding:0;cursor:move !important;line-height:40px}\n"]}
|
redux-core/assets/font-awesome/css/all.css
ADDED
@@ -0,0 +1,7003 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
+
* Copyright 2022 Fonticons, Inc.
|
5 |
+
*/
|
6 |
+
.fa {
|
7 |
+
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
8 |
+
font-weight: var(--fa-style, 900); }
|
9 |
+
|
10 |
+
.fa,
|
11 |
+
.fas,
|
12 |
+
.fa-solid,
|
13 |
+
.far,
|
14 |
+
.fa-regular,
|
15 |
+
.fal,
|
16 |
+
.fa-light,
|
17 |
+
.fat,
|
18 |
+
.fa-thin,
|
19 |
+
.fad,
|
20 |
+
.fa-duotone,
|
21 |
+
.fab,
|
22 |
+
.fa-brands {
|
23 |
+
-moz-osx-font-smoothing: grayscale;
|
24 |
+
-webkit-font-smoothing: antialiased;
|
25 |
+
display: var(--fa-display, inline-block);
|
26 |
+
font-style: normal;
|
27 |
+
font-variant: normal;
|
28 |
+
line-height: 1;
|
29 |
+
text-rendering: auto; }
|
30 |
+
|
31 |
+
.fa-1x {
|
32 |
+
font-size: 1em; }
|
33 |
+
|
34 |
+
.fa-2x {
|
35 |
+
font-size: 2em; }
|
36 |
+
|
37 |
+
.fa-3x {
|
38 |
+
font-size: 3em; }
|
39 |
+
|
40 |
+
.fa-4x {
|
41 |
+
font-size: 4em; }
|
42 |
+
|
43 |
+
.fa-5x {
|
44 |
+
font-size: 5em; }
|
45 |
+
|
46 |
+
.fa-6x {
|
47 |
+
font-size: 6em; }
|
48 |
+
|
49 |
+
.fa-7x {
|
50 |
+
font-size: 7em; }
|
51 |
+
|
52 |
+
.fa-8x {
|
53 |
+
font-size: 8em; }
|
54 |
+
|
55 |
+
.fa-9x {
|
56 |
+
font-size: 9em; }
|
57 |
+
|
58 |
+
.fa-10x {
|
59 |
+
font-size: 10em; }
|
60 |
+
|
61 |
+
.fa-2xs {
|
62 |
+
font-size: 0.625em;
|
63 |
+
line-height: 0.1em;
|
64 |
+
vertical-align: 0.225em; }
|
65 |
+
|
66 |
+
.fa-xs {
|
67 |
+
font-size: 0.75em;
|
68 |
+
line-height: 0.08333em;
|
69 |
+
vertical-align: 0.125em; }
|
70 |
+
|
71 |
+
.fa-sm {
|
72 |
+
font-size: 0.875em;
|
73 |
+
line-height: 0.07143em;
|
74 |
+
vertical-align: 0.05357em; }
|
75 |
+
|
76 |
+
.fa-lg {
|
77 |
+
font-size: 1.25em;
|
78 |
+
line-height: 0.05em;
|
79 |
+
vertical-align: -0.075em; }
|
80 |
+
|
81 |
+
.fa-xl {
|
82 |
+
font-size: 1.5em;
|
83 |
+
line-height: 0.04167em;
|
84 |
+
vertical-align: -0.125em; }
|
85 |
+
|
86 |
+
.fa-2xl {
|
87 |
+
font-size: 2em;
|
88 |
+
line-height: 0.03125em;
|
89 |
+
vertical-align: -0.1875em; }
|
90 |
+
|
91 |
+
.fa-fw {
|
92 |
+
text-align: center;
|
93 |
+
width: 1.25em; }
|
94 |
+
|
95 |
+
.fa-ul {
|
96 |
+
list-style-type: none;
|
97 |
+
margin-left: var(--fa-li-margin, 2.5em);
|
98 |
+
padding-left: 0; }
|
99 |
+
.fa-ul > li {
|
100 |
+
position: relative; }
|
101 |
+
|
102 |
+
.fa-li {
|
103 |
+
left: calc(var(--fa-li-width, 2em) * -1);
|
104 |
+
position: absolute;
|
105 |
+
text-align: center;
|
106 |
+
width: var(--fa-li-width, 2em);
|
107 |
+
line-height: inherit; }
|
108 |
+
|
109 |
+
.fa-border {
|
110 |
+
border-color: var(--fa-border-color, #eee);
|
111 |
+
border-radius: var(--fa-border-radius, 0.1em);
|
112 |
+
border-style: var(--fa-border-style, solid);
|
113 |
+
border-width: var(--fa-border-width, 0.08em);
|
114 |
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
|
115 |
+
|
116 |
+
.fa-pull-left {
|
117 |
+
float: left;
|
118 |
+
margin-right: var(--fa-pull-margin, 0.3em); }
|
119 |
+
|
120 |
+
.fa-pull-right {
|
121 |
+
float: right;
|
122 |
+
margin-left: var(--fa-pull-margin, 0.3em); }
|
123 |
+
|
124 |
+
.fa-beat {
|
125 |
+
-webkit-animation-name: fa-beat;
|
126 |
+
animation-name: fa-beat;
|
127 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
128 |
+
animation-delay: var(--fa-animation-delay, 0);
|
129 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
130 |
+
animation-direction: var(--fa-animation-direction, normal);
|
131 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
132 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
133 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
134 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
135 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
136 |
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
137 |
+
|
138 |
+
.fa-bounce {
|
139 |
+
-webkit-animation-name: fa-bounce;
|
140 |
+
animation-name: fa-bounce;
|
141 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
142 |
+
animation-delay: var(--fa-animation-delay, 0);
|
143 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
144 |
+
animation-direction: var(--fa-animation-direction, normal);
|
145 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
146 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
147 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
148 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
149 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
150 |
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
151 |
+
|
152 |
+
.fa-fade {
|
153 |
+
-webkit-animation-name: fa-fade;
|
154 |
+
animation-name: fa-fade;
|
155 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
156 |
+
animation-delay: var(--fa-animation-delay, 0);
|
157 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
158 |
+
animation-direction: var(--fa-animation-direction, normal);
|
159 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
160 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
161 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
162 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
163 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
164 |
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
165 |
+
|
166 |
+
.fa-beat-fade {
|
167 |
+
-webkit-animation-name: fa-beat-fade;
|
168 |
+
animation-name: fa-beat-fade;
|
169 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
170 |
+
animation-delay: var(--fa-animation-delay, 0);
|
171 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
172 |
+
animation-direction: var(--fa-animation-direction, normal);
|
173 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
174 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
175 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
176 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
177 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
178 |
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
179 |
+
|
180 |
+
.fa-flip {
|
181 |
+
-webkit-animation-name: fa-flip;
|
182 |
+
animation-name: fa-flip;
|
183 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
184 |
+
animation-delay: var(--fa-animation-delay, 0);
|
185 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
186 |
+
animation-direction: var(--fa-animation-direction, normal);
|
187 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
188 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
189 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
190 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
191 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
192 |
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
193 |
+
|
194 |
+
.fa-shake {
|
195 |
+
-webkit-animation-name: fa-shake;
|
196 |
+
animation-name: fa-shake;
|
197 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
198 |
+
animation-delay: var(--fa-animation-delay, 0);
|
199 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
200 |
+
animation-direction: var(--fa-animation-direction, normal);
|
201 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
202 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
203 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
204 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
205 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
206 |
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
207 |
+
|
208 |
+
.fa-spin {
|
209 |
+
-webkit-animation-name: fa-spin;
|
210 |
+
animation-name: fa-spin;
|
211 |
+
-webkit-animation-delay: var(--fa-animation-delay, 0);
|
212 |
+
animation-delay: var(--fa-animation-delay, 0);
|
213 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
214 |
+
animation-direction: var(--fa-animation-direction, normal);
|
215 |
+
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
216 |
+
animation-duration: var(--fa-animation-duration, 2s);
|
217 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
218 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
219 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
220 |
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
221 |
+
|
222 |
+
.fa-spin-reverse {
|
223 |
+
--fa-animation-direction: reverse; }
|
224 |
+
|
225 |
+
.fa-pulse,
|
226 |
+
.fa-spin-pulse {
|
227 |
+
-webkit-animation-name: fa-spin;
|
228 |
+
animation-name: fa-spin;
|
229 |
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
230 |
+
animation-direction: var(--fa-animation-direction, normal);
|
231 |
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
232 |
+
animation-duration: var(--fa-animation-duration, 1s);
|
233 |
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
234 |
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
235 |
+
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
236 |
+
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
237 |
+
|
238 |
+
@media (prefers-reduced-motion: reduce) {
|
239 |
+
.fa-beat,
|
240 |
+
.fa-bounce,
|
241 |
+
.fa-fade,
|
242 |
+
.fa-beat-fade,
|
243 |
+
.fa-flip,
|
244 |
+
.fa-pulse,
|
245 |
+
.fa-shake,
|
246 |
+
.fa-spin,
|
247 |
+
.fa-spin-pulse {
|
248 |
+
-webkit-animation-delay: -1ms;
|
249 |
+
animation-delay: -1ms;
|
250 |
+
-webkit-animation-duration: 1ms;
|
251 |
+
animation-duration: 1ms;
|
252 |
+
-webkit-animation-iteration-count: 1;
|
253 |
+
animation-iteration-count: 1;
|
254 |
+
transition-delay: 0s;
|
255 |
+
transition-duration: 0s; } }
|
256 |
+
|
257 |
+
@-webkit-keyframes fa-beat {
|
258 |
+
0%, 90% {
|
259 |
+
-webkit-transform: scale(1);
|
260 |
+
transform: scale(1); }
|
261 |
+
45% {
|
262 |
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
263 |
+
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
264 |
+
|
265 |
+
@keyframes fa-beat {
|
266 |
+
0%, 90% {
|
267 |
+
-webkit-transform: scale(1);
|
268 |
+
transform: scale(1); }
|
269 |
+
45% {
|
270 |
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
271 |
+
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
272 |
+
|
273 |
+
@-webkit-keyframes fa-bounce {
|
274 |
+
0% {
|
275 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
276 |
+
transform: scale(1, 1) translateY(0); }
|
277 |
+
10% {
|
278 |
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
279 |
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
280 |
+
30% {
|
281 |
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
282 |
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
283 |
+
50% {
|
284 |
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
285 |
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
286 |
+
57% {
|
287 |
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
288 |
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
289 |
+
64% {
|
290 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
291 |
+
transform: scale(1, 1) translateY(0); }
|
292 |
+
100% {
|
293 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
294 |
+
transform: scale(1, 1) translateY(0); } }
|
295 |
+
|
296 |
+
@keyframes fa-bounce {
|
297 |
+
0% {
|
298 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
299 |
+
transform: scale(1, 1) translateY(0); }
|
300 |
+
10% {
|
301 |
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
302 |
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
303 |
+
30% {
|
304 |
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
305 |
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
306 |
+
50% {
|
307 |
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
308 |
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
309 |
+
57% {
|
310 |
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
311 |
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
312 |
+
64% {
|
313 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
314 |
+
transform: scale(1, 1) translateY(0); }
|
315 |
+
100% {
|
316 |
+
-webkit-transform: scale(1, 1) translateY(0);
|
317 |
+
transform: scale(1, 1) translateY(0); } }
|
318 |
+
|
319 |
+
@-webkit-keyframes fa-fade {
|
320 |
+
50% {
|
321 |
+
opacity: var(--fa-fade-opacity, 0.4); } }
|
322 |
+
|
323 |
+
@keyframes fa-fade {
|
324 |
+
50% {
|
325 |
+
opacity: var(--fa-fade-opacity, 0.4); } }
|
326 |
+
|
327 |
+
@-webkit-keyframes fa-beat-fade {
|
328 |
+
0%, 100% {
|
329 |
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
330 |
+
-webkit-transform: scale(1);
|
331 |
+
transform: scale(1); }
|
332 |
+
50% {
|
333 |
+
opacity: 1;
|
334 |
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
335 |
+
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
336 |
+
|
337 |
+
@keyframes fa-beat-fade {
|
338 |
+
0%, 100% {
|
339 |
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
340 |
+
-webkit-transform: scale(1);
|
341 |
+
transform: scale(1); }
|
342 |
+
50% {
|
343 |
+
opacity: 1;
|
344 |
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
345 |
+
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
346 |
+
|
347 |
+
@-webkit-keyframes fa-flip {
|
348 |
+
50% {
|
349 |
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
350 |
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
351 |
+
|
352 |
+
@keyframes fa-flip {
|
353 |
+
50% {
|
354 |
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
355 |
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
356 |
+
|
357 |
+
@-webkit-keyframes fa-shake {
|
358 |
+
0% {
|
359 |
+
-webkit-transform: rotate(-15deg);
|
360 |
+
transform: rotate(-15deg); }
|
361 |
+
4% {
|
362 |
+
-webkit-transform: rotate(15deg);
|
363 |
+
transform: rotate(15deg); }
|
364 |
+
8%, 24% {
|
365 |
+
-webkit-transform: rotate(-18deg);
|
366 |
+
transform: rotate(-18deg); }
|
367 |
+
12%, 28% {
|
368 |
+
-webkit-transform: rotate(18deg);
|
369 |
+
transform: rotate(18deg); }
|
370 |
+
16% {
|
371 |
+
-webkit-transform: rotate(-22deg);
|
372 |
+
transform: rotate(-22deg); }
|
373 |
+
20% {
|
374 |
+
-webkit-transform: rotate(22deg);
|
375 |
+
transform: rotate(22deg); }
|
376 |
+
32% {
|
377 |
+
-webkit-transform: rotate(-12deg);
|
378 |
+
transform: rotate(-12deg); }
|
379 |
+
36% {
|
380 |
+
-webkit-transform: rotate(12deg);
|
381 |
+
transform: rotate(12deg); }
|
382 |
+
40%, 100% {
|
383 |
+
-webkit-transform: rotate(0deg);
|
384 |
+
transform: rotate(0deg); } }
|
385 |
+
|
386 |
+
@keyframes fa-shake {
|
387 |
+
0% {
|
388 |
+
-webkit-transform: rotate(-15deg);
|
389 |
+
transform: rotate(-15deg); }
|
390 |
+
4% {
|
391 |
+
-webkit-transform: rotate(15deg);
|
392 |
+
transform: rotate(15deg); }
|
393 |
+
8%, 24% {
|
394 |
+
-webkit-transform: rotate(-18deg);
|
395 |
+
transform: rotate(-18deg); }
|
396 |
+
12%, 28% {
|
397 |
+
-webkit-transform: rotate(18deg);
|
398 |
+
transform: rotate(18deg); }
|
399 |
+
16% {
|
400 |
+
-webkit-transform: rotate(-22deg);
|
401 |
+
transform: rotate(-22deg); }
|
402 |
+
20% {
|
403 |
+
-webkit-transform: rotate(22deg);
|
404 |
+
transform: rotate(22deg); }
|
405 |
+
32% {
|
406 |
+
-webkit-transform: rotate(-12deg);
|
407 |
+
transform: rotate(-12deg); }
|
408 |
+
36% {
|
409 |
+
-webkit-transform: rotate(12deg);
|
410 |
+
transform: rotate(12deg); }
|
411 |
+
40%, 100% {
|
412 |
+
-webkit-transform: rotate(0deg);
|
413 |
+
transform: rotate(0deg); } }
|
414 |
+
|
415 |
+
@-webkit-keyframes fa-spin {
|
416 |
+
0% {
|
417 |
+
-webkit-transform: rotate(0deg);
|
418 |
+
transform: rotate(0deg); }
|
419 |
+
100% {
|
420 |
+
-webkit-transform: rotate(360deg);
|
421 |
+
transform: rotate(360deg); } }
|
422 |
+
|
423 |
+
@keyframes fa-spin {
|
424 |
+
0% {
|
425 |
+
-webkit-transform: rotate(0deg);
|
426 |
+
transform: rotate(0deg); }
|
427 |
+
100% {
|
428 |
+
-webkit-transform: rotate(360deg);
|
429 |
+
transform: rotate(360deg); } }
|
430 |
+
|
431 |
+
.fa-rotate-90 {
|
432 |
+
-webkit-transform: rotate(90deg);
|
433 |
+
transform: rotate(90deg); }
|
434 |
+
|
435 |
+
.fa-rotate-180 {
|
436 |
+
-webkit-transform: rotate(180deg);
|
437 |
+
transform: rotate(180deg); }
|
438 |
+
|
439 |
+
.fa-rotate-270 {
|
440 |
+
-webkit-transform: rotate(270deg);
|
441 |
+
transform: rotate(270deg); }
|
442 |
+
|
443 |
+
.fa-flip-horizontal {
|
444 |
+
-webkit-transform: scale(-1, 1);
|
445 |
+
transform: scale(-1, 1); }
|
446 |
+
|
447 |
+
.fa-flip-vertical {
|
448 |
+
-webkit-transform: scale(1, -1);
|
449 |
+
transform: scale(1, -1); }
|
450 |
+
|
451 |
+
.fa-flip-both,
|
452 |
+
.fa-flip-horizontal.fa-flip-vertical {
|
453 |
+
-webkit-transform: scale(-1, -1);
|
454 |
+
transform: scale(-1, -1); }
|
455 |
+
|
456 |
+
.fa-rotate-by {
|
457 |
+
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
458 |
+
transform: rotate(var(--fa-rotate-angle, none)); }
|
459 |
+
|
460 |
+
.fa-stack {
|
461 |
+
display: inline-block;
|
462 |
+
height: 2em;
|
463 |
+
line-height: 2em;
|
464 |
+
position: relative;
|
465 |
+
vertical-align: middle;
|
466 |
+
width: 2.5em; }
|
467 |
+
|
468 |
+
.fa-stack-1x,
|
469 |
+
.fa-stack-2x {
|
470 |
+
left: 0;
|
471 |
+
position: absolute;
|
472 |
+
text-align: center;
|
473 |
+
width: 100%;
|
474 |
+
z-index: var(--fa-stack-z-index, auto); }
|
475 |
+
|
476 |
+
.fa-stack-1x {
|
477 |
+
line-height: inherit; }
|
478 |
+
|
479 |
+
.fa-stack-2x {
|
480 |
+
font-size: 2em; }
|
481 |
+
|
482 |
+
.fa-inverse {
|
483 |
+
color: var(--fa-inverse, #fff); }
|
484 |
+
|
485 |
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
486 |
+
readers do not read off random characters that represent icons */
|
487 |
+
.fa-0::before {
|
488 |
+
content: "\30"; }
|
489 |
+
|
490 |
+
.fa-1::before {
|
491 |
+
content: "\31"; }
|
492 |
+
|
493 |
+
.fa-2::before {
|
494 |
+
content: "\32"; }
|
495 |
+
|
496 |
+
.fa-3::before {
|
497 |
+
content: "\33"; }
|
498 |
+
|
499 |
+
.fa-4::before {
|
500 |
+
content: "\34"; }
|
501 |
+
|
502 |
+
.fa-5::before {
|
503 |
+
content: "\35"; }
|
504 |
+
|
505 |
+
.fa-6::before {
|
506 |
+
content: "\36"; }
|
507 |
+
|
508 |
+
.fa-7::before {
|
509 |
+
content: "\37"; }
|
510 |
+
|
511 |
+
.fa-8::before {
|
512 |
+
content: "\38"; }
|
513 |
+
|
514 |
+
.fa-9::before {
|
515 |
+
content: "\39"; }
|
516 |
+
|
517 |
+
.fa-a::before {
|
518 |
+
content: "\41"; }
|
519 |
+
|
520 |
+
.fa-address-book::before {
|
521 |
+
content: "\f2b9"; }
|
522 |
+
|
523 |
+
.fa-contact-book::before {
|
524 |
+
content: "\f2b9"; }
|
525 |
+
|
526 |
+
.fa-address-card::before {
|
527 |
+
content: "\f2bb"; }
|
528 |
+
|
529 |
+
.fa-contact-card::before {
|
530 |
+
content: "\f2bb"; }
|
531 |
+
|
532 |
+
.fa-vcard::before {
|
533 |
+
content: "\f2bb"; }
|
534 |
+
|
535 |
+
.fa-align-center::before {
|
536 |
+
content: "\f037"; }
|
537 |
+
|
538 |
+
.fa-align-justify::before {
|
539 |
+
content: "\f039"; }
|
540 |
+
|
541 |
+
.fa-align-left::before {
|
542 |
+
content: "\f036"; }
|
543 |
+
|
544 |
+
.fa-align-right::before {
|
545 |
+
content: "\f038"; }
|
546 |
+
|
547 |
+
.fa-anchor::before {
|
548 |
+
content: "\f13d"; }
|
549 |
+
|
550 |
+
.fa-angle-down::before {
|
551 |
+
content: "\f107"; }
|
552 |
+
|
553 |
+
.fa-angle-left::before {
|
554 |
+
content: "\f104"; }
|
555 |
+
|
556 |
+
.fa-angle-right::before {
|
557 |
+
content: "\f105"; }
|
558 |
+
|
559 |
+
.fa-angle-up::before {
|
560 |
+
content: "\f106"; }
|
561 |
+
|
562 |
+
.fa-angles-down::before {
|
563 |
+
content: "\f103"; }
|
564 |
+
|
565 |
+
.fa-angle-double-down::before {
|
566 |
+
content: "\f103"; }
|
567 |
+
|
568 |
+
.fa-angles-left::before {
|
569 |
+
content: "\f100"; }
|
570 |
+
|
571 |
+
.fa-angle-double-left::before {
|
572 |
+
content: "\f100"; }
|
573 |
+
|
574 |
+
.fa-angles-right::before {
|
575 |
+
content: "\f101"; }
|
576 |
+
|
577 |
+
.fa-angle-double-right::before {
|
578 |
+
content: "\f101"; }
|
579 |
+
|
580 |
+
.fa-angles-up::before {
|
581 |
+
content: "\f102"; }
|
582 |
+
|
583 |
+
.fa-angle-double-up::before {
|
584 |
+
content: "\f102"; }
|
585 |
+
|
586 |
+
.fa-ankh::before {
|
587 |
+
content: "\f644"; }
|
588 |
+
|
589 |
+
.fa-apple-whole::before {
|
590 |
+
content: "\f5d1"; }
|
591 |
+
|
592 |
+
.fa-apple-alt::before {
|
593 |
+
content: "\f5d1"; }
|
594 |
+
|
595 |
+
.fa-archway::before {
|
596 |
+
content: "\f557"; }
|
597 |
+
|
598 |
+
.fa-arrow-down::before {
|
599 |
+
content: "\f063"; }
|
600 |
+
|
601 |
+
.fa-arrow-down-1-9::before {
|
602 |
+
content: "\f162"; }
|
603 |
+
|
604 |
+
.fa-sort-numeric-asc::before {
|
605 |
+
content: "\f162"; }
|
606 |
+
|
607 |
+
.fa-sort-numeric-down::before {
|
608 |
+
content: "\f162"; }
|
609 |
+
|
610 |
+
.fa-arrow-down-9-1::before {
|
611 |
+
content: "\f886"; }
|
612 |
+
|
613 |
+
.fa-sort-numeric-desc::before {
|
614 |
+
content: "\f886"; }
|
615 |
+
|
616 |
+
.fa-sort-numeric-down-alt::before {
|
617 |
+
content: "\f886"; }
|
618 |
+
|
619 |
+
.fa-arrow-down-a-z::before {
|
620 |
+
content: "\f15d"; }
|
621 |
+
|
622 |
+
.fa-sort-alpha-asc::before {
|
623 |
+
content: "\f15d"; }
|
624 |
+
|
625 |
+
.fa-sort-alpha-down::before {
|
626 |
+
content: "\f15d"; }
|
627 |
+
|
628 |
+
.fa-arrow-down-long::before {
|
629 |
+
content: "\f175"; }
|
630 |
+
|
631 |
+
.fa-long-arrow-down::before {
|
632 |
+
content: "\f175"; }
|
633 |
+
|
634 |
+
.fa-arrow-down-short-wide::before {
|
635 |
+
content: "\f884"; }
|
636 |
+
|
637 |
+
.fa-sort-amount-desc::before {
|
638 |
+
content: "\f884"; }
|
639 |
+
|
640 |
+
.fa-sort-amount-down-alt::before {
|
641 |
+
content: "\f884"; }
|
642 |
+
|
643 |
+
.fa-arrow-down-wide-short::before {
|
644 |
+
content: "\f160"; }
|
645 |
+
|
646 |
+
.fa-sort-amount-asc::before {
|
647 |
+
content: "\f160"; }
|
648 |
+
|
649 |
+
.fa-sort-amount-down::before {
|
650 |
+
content: "\f160"; }
|
651 |
+
|
652 |
+
.fa-arrow-down-z-a::before {
|
653 |
+
content: "\f881"; }
|
654 |
+
|
655 |
+
.fa-sort-alpha-desc::before {
|
656 |
+
content: "\f881"; }
|
657 |
+
|
658 |
+
.fa-sort-alpha-down-alt::before {
|
659 |
+
content: "\f881"; }
|
660 |
+
|
661 |
+
.fa-arrow-left::before {
|
662 |
+
content: "\f060"; }
|
663 |
+
|
664 |
+
.fa-arrow-left-long::before {
|
665 |
+
content: "\f177"; }
|
666 |
+
|
667 |
+
.fa-long-arrow-left::before {
|
668 |
+
content: "\f177"; }
|
669 |
+
|
670 |
+
.fa-arrow-pointer::before {
|
671 |
+
content: "\f245"; }
|
672 |
+
|
673 |
+
.fa-mouse-pointer::before {
|
674 |
+
content: "\f245"; }
|
675 |
+
|
676 |
+
.fa-arrow-right::before {
|
677 |
+
content: "\f061"; }
|
678 |
+
|
679 |
+
.fa-arrow-right-arrow-left::before {
|
680 |
+
content: "\f0ec"; }
|
681 |
+
|
682 |
+
.fa-exchange::before {
|
683 |
+
content: "\f0ec"; }
|
684 |
+
|
685 |
+
.fa-arrow-right-from-bracket::before {
|
686 |
+
content: "\f08b"; }
|
687 |
+
|
688 |
+
.fa-sign-out::before {
|
689 |
+
content: "\f08b"; }
|
690 |
+
|
691 |
+
.fa-arrow-right-long::before {
|
692 |
+
content: "\f178"; }
|
693 |
+
|
694 |
+
.fa-long-arrow-right::before {
|
695 |
+
content: "\f178"; }
|
696 |
+
|
697 |
+
.fa-arrow-right-to-bracket::before {
|
698 |
+
content: "\f090"; }
|
699 |
+
|
700 |
+
.fa-sign-in::before {
|
701 |
+
content: "\f090"; }
|
702 |
+
|
703 |
+
.fa-arrow-rotate-left::before {
|
704 |
+
content: "\f0e2"; }
|
705 |
+
|
706 |
+
.fa-arrow-left-rotate::before {
|
707 |
+
content: "\f0e2"; }
|
708 |
+
|
709 |
+
.fa-arrow-rotate-back::before {
|
710 |
+
content: "\f0e2"; }
|
711 |
+
|
712 |
+
.fa-arrow-rotate-backward::before {
|
713 |
+
content: "\f0e2"; }
|
714 |
+
|
715 |
+
.fa-undo::before {
|
716 |
+
content: "\f0e2"; }
|
717 |
+
|
718 |
+
.fa-arrow-rotate-right::before {
|
719 |
+
content: "\f01e"; }
|
720 |
+
|
721 |
+
.fa-arrow-right-rotate::before {
|
722 |
+
content: "\f01e"; }
|
723 |
+
|
724 |
+
.fa-arrow-rotate-forward::before {
|
725 |
+
content: "\f01e"; }
|
726 |
+
|
727 |
+
.fa-redo::before {
|
728 |
+
content: "\f01e"; }
|
729 |
+
|
730 |
+
.fa-arrow-trend-down::before {
|
731 |
+
content: "\e097"; }
|
732 |
+
|
733 |
+
.fa-arrow-trend-up::before {
|
734 |
+
content: "\e098"; }
|
735 |
+
|
736 |
+
.fa-arrow-turn-down::before {
|
737 |
+
content: "\f149"; }
|
738 |
+
|
739 |
+
.fa-level-down::before {
|
740 |
+
content: "\f149"; }
|
741 |
+
|
742 |
+
.fa-arrow-turn-up::before {
|
743 |
+
content: "\f148"; }
|
744 |
+
|
745 |
+
.fa-level-up::before {
|
746 |
+
content: "\f148"; }
|
747 |
+
|
748 |
+
.fa-arrow-up::before {
|
749 |
+
content: "\f062"; }
|
750 |
+
|
751 |
+
.fa-arrow-up-1-9::before {
|
752 |
+
content: "\f163"; }
|
753 |
+
|
754 |
+
.fa-sort-numeric-up::before {
|
755 |
+
content: "\f163"; }
|
756 |
+
|
757 |
+
.fa-arrow-up-9-1::before {
|
758 |
+
content: "\f887"; }
|
759 |
+
|
760 |
+
.fa-sort-numeric-up-alt::before {
|
761 |
+
content: "\f887"; }
|
762 |
+
|
763 |
+
.fa-arrow-up-a-z::before {
|
764 |
+
content: "\f15e"; }
|
765 |
+
|
766 |
+
.fa-sort-alpha-up::before {
|
767 |
+
content: "\f15e"; }
|
768 |
+
|
769 |
+
.fa-arrow-up-from-bracket::before {
|
770 |
+
content: "\e09a"; }
|
771 |
+
|
772 |
+
.fa-arrow-up-long::before {
|
773 |
+
content: "\f176"; }
|
774 |
+
|
775 |
+
.fa-long-arrow-up::before {
|
776 |
+
content: "\f176"; }
|
777 |
+
|
778 |
+
.fa-arrow-up-right-from-square::before {
|
779 |
+
content: "\f08e"; }
|
780 |
+
|
781 |
+
.fa-external-link::before {
|
782 |
+
content: "\f08e"; }
|
783 |
+
|
784 |
+
.fa-arrow-up-short-wide::before {
|
785 |
+
content: "\f885"; }
|
786 |
+
|
787 |
+
.fa-sort-amount-up-alt::before {
|
788 |
+
content: "\f885"; }
|
789 |
+
|
790 |
+
.fa-arrow-up-wide-short::before {
|
791 |
+
content: "\f161"; }
|
792 |
+
|
793 |
+
.fa-sort-amount-up::before {
|
794 |
+
content: "\f161"; }
|
795 |
+
|
796 |
+
.fa-arrow-up-z-a::before {
|
797 |
+
content: "\f882"; }
|
798 |
+
|
799 |
+
.fa-sort-alpha-up-alt::before {
|
800 |
+
content: "\f882"; }
|
801 |
+
|
802 |
+
.fa-arrows-left-right::before {
|
803 |
+
content: "\f07e"; }
|
804 |
+
|
805 |
+
.fa-arrows-h::before {
|
806 |
+
content: "\f07e"; }
|
807 |
+
|
808 |
+
.fa-arrows-rotate::before {
|
809 |
+
content: "\f021"; }
|
810 |
+
|
811 |
+
.fa-refresh::before {
|
812 |
+
content: "\f021"; }
|
813 |
+
|
814 |
+
.fa-sync::before {
|
815 |
+
content: "\f021"; }
|
816 |
+
|
817 |
+
.fa-arrows-up-down::before {
|
818 |
+
content: "\f07d"; }
|
819 |
+
|
820 |
+
.fa-arrows-v::before {
|
821 |
+
content: "\f07d"; }
|
822 |
+
|
823 |
+
.fa-arrows-up-down-left-right::before {
|
824 |
+
content: "\f047"; }
|
825 |
+
|
826 |
+
.fa-arrows::before {
|
827 |
+
content: "\f047"; }
|
828 |
+
|
829 |
+
.fa-asterisk::before {
|
830 |
+
content: "\2a"; }
|
831 |
+
|
832 |
+
.fa-at::before {
|
833 |
+
content: "\40"; }
|
834 |
+
|
835 |
+
.fa-atom::before {
|
836 |
+
content: "\f5d2"; }
|
837 |
+
|
838 |
+
.fa-audio-description::before {
|
839 |
+
content: "\f29e"; }
|
840 |
+
|
841 |
+
.fa-austral-sign::before {
|
842 |
+
content: "\e0a9"; }
|
843 |
+
|
844 |
+
.fa-award::before {
|
845 |
+
content: "\f559"; }
|
846 |
+
|
847 |
+
.fa-b::before {
|
848 |
+
content: "\42"; }
|
849 |
+
|
850 |
+
.fa-baby::before {
|
851 |
+
content: "\f77c"; }
|
852 |
+
|
853 |
+
.fa-baby-carriage::before {
|
854 |
+
content: "\f77d"; }
|
855 |
+
|
856 |
+
.fa-carriage-baby::before {
|
857 |
+
content: "\f77d"; }
|
858 |
+
|
859 |
+
.fa-backward::before {
|
860 |
+
content: "\f04a"; }
|
861 |
+
|
862 |
+
.fa-backward-fast::before {
|
863 |
+
content: "\f049"; }
|
864 |
+
|
865 |
+
.fa-fast-backward::before {
|
866 |
+
content: "\f049"; }
|
867 |
+
|
868 |
+
.fa-backward-step::before {
|
869 |
+
content: "\f048"; }
|
870 |
+
|
871 |
+
.fa-step-backward::before {
|
872 |
+
content: "\f048"; }
|
873 |
+
|
874 |
+
.fa-bacon::before {
|
875 |
+
content: "\f7e5"; }
|
876 |
+
|
877 |
+
.fa-bacteria::before {
|
878 |
+
content: "\e059"; }
|
879 |
+
|
880 |
+
.fa-bacterium::before {
|
881 |
+
content: "\e05a"; }
|
882 |
+
|
883 |
+
.fa-bag-shopping::before {
|
884 |
+
content: "\f290"; }
|
885 |
+
|
886 |
+
.fa-shopping-bag::before {
|
887 |
+
content: "\f290"; }
|
888 |
+
|
889 |
+
.fa-bahai::before {
|
890 |
+
content: "\f666"; }
|
891 |
+
|
892 |
+
.fa-baht-sign::before {
|
893 |
+
content: "\e0ac"; }
|
894 |
+
|
895 |
+
.fa-ban::before {
|
896 |
+
content: "\f05e"; }
|
897 |
+
|
898 |
+
.fa-cancel::before {
|
899 |
+
content: "\f05e"; }
|
900 |
+
|
901 |
+
.fa-ban-smoking::before {
|
902 |
+
content: "\f54d"; }
|
903 |
+
|
904 |
+
.fa-smoking-ban::before {
|
905 |
+
content: "\f54d"; }
|
906 |
+
|
907 |
+
.fa-bandage::before {
|
908 |
+
content: "\f462"; }
|
909 |
+
|
910 |
+
.fa-band-aid::before {
|
911 |
+
content: "\f462"; }
|
912 |
+
|
913 |
+
.fa-barcode::before {
|
914 |
+
content: "\f02a"; }
|
915 |
+
|
916 |
+
.fa-bars::before {
|
917 |
+
content: "\f0c9"; }
|
918 |
+
|
919 |
+
.fa-navicon::before {
|
920 |
+
content: "\f0c9"; }
|
921 |
+
|
922 |
+
.fa-bars-progress::before {
|
923 |
+
content: "\f828"; }
|
924 |
+
|
925 |
+
.fa-tasks-alt::before {
|
926 |
+
content: "\f828"; }
|
927 |
+
|
928 |
+
.fa-bars-staggered::before {
|
929 |
+
content: "\f550"; }
|
930 |
+
|
931 |
+
.fa-reorder::before {
|
932 |
+
content: "\f550"; }
|
933 |
+
|
934 |
+
.fa-stream::before {
|
935 |
+
content: "\f550"; }
|
936 |
+
|
937 |
+
.fa-baseball::before {
|
938 |
+
content: "\f433"; }
|
939 |
+
|
940 |
+
.fa-baseball-ball::before {
|
941 |
+
content: "\f433"; }
|
942 |
+
|
943 |
+
.fa-baseball-bat-ball::before {
|
944 |
+
content: "\f432"; }
|
945 |
+
|
946 |
+
.fa-basket-shopping::before {
|
947 |
+
content: "\f291"; }
|
948 |
+
|
949 |
+
.fa-shopping-basket::before {
|
950 |
+
content: "\f291"; }
|
951 |
+
|
952 |
+
.fa-basketball::before {
|
953 |
+
content: "\f434"; }
|
954 |
+
|
955 |
+
.fa-basketball-ball::before {
|
956 |
+
content: "\f434"; }
|
957 |
+
|
958 |
+
.fa-bath::before {
|
959 |
+
content: "\f2cd"; }
|
960 |
+
|
961 |
+
.fa-bathtub::before {
|
962 |
+
content: "\f2cd"; }
|
963 |
+
|
964 |
+
.fa-battery-empty::before {
|
965 |
+
content: "\f244"; }
|
966 |
+
|
967 |
+
.fa-battery-0::before {
|
968 |
+
content: "\f244"; }
|
969 |
+
|
970 |
+
.fa-battery-full::before {
|
971 |
+
content: "\f240"; }
|
972 |
+
|
973 |
+
.fa-battery::before {
|
974 |
+
content: "\f240"; }
|
975 |
+
|
976 |
+
.fa-battery-5::before {
|
977 |
+
content: "\f240"; }
|
978 |
+
|
979 |
+
.fa-battery-half::before {
|
980 |
+
content: "\f242"; }
|
981 |
+
|
982 |
+
.fa-battery-3::before {
|
983 |
+
content: "\f242"; }
|
984 |
+
|
985 |
+
.fa-battery-quarter::before {
|
986 |
+
content: "\f243"; }
|
987 |
+
|
988 |
+
.fa-battery-2::before {
|
989 |
+
content: "\f243"; }
|
990 |
+
|
991 |
+
.fa-battery-three-quarters::before {
|
992 |
+
content: "\f241"; }
|
993 |
+
|
994 |
+
.fa-battery-4::before {
|
995 |
+
content: "\f241"; }
|
996 |
+
|
997 |
+
.fa-bed::before {
|
998 |
+
content: "\f236"; }
|
999 |
+
|
1000 |
+
.fa-bed-pulse::before {
|
1001 |
+
content: "\f487"; }
|
1002 |
+
|
1003 |
+
.fa-procedures::before {
|
1004 |
+
content: "\f487"; }
|
1005 |
+
|
1006 |
+
.fa-beer-mug-empty::before {
|
1007 |
+
content: "\f0fc"; }
|
1008 |
+
|
1009 |
+
.fa-beer::before {
|
1010 |
+
content: "\f0fc"; }
|
1011 |
+
|
1012 |
+
.fa-bell::before {
|
1013 |
+
content: "\f0f3"; }
|
1014 |
+
|
1015 |
+
.fa-bell-concierge::before {
|
1016 |
+
content: "\f562"; }
|
1017 |
+
|
1018 |
+
.fa-concierge-bell::before {
|
1019 |
+
content: "\f562"; }
|
1020 |
+
|
1021 |
+
.fa-bell-slash::before {
|
1022 |
+
content: "\f1f6"; }
|
1023 |
+
|
1024 |
+
.fa-bezier-curve::before {
|
1025 |
+
content: "\f55b"; }
|
1026 |
+
|
1027 |
+
.fa-bicycle::before {
|
1028 |
+
content: "\f206"; }
|
1029 |
+
|
1030 |
+
.fa-binoculars::before {
|
1031 |
+
content: "\f1e5"; }
|
1032 |
+
|
1033 |
+
.fa-biohazard::before {
|
1034 |
+
content: "\f780"; }
|
1035 |
+
|
1036 |
+
.fa-bitcoin-sign::before {
|
1037 |
+
content: "\e0b4"; }
|
1038 |
+
|
1039 |
+
.fa-blender::before {
|
1040 |
+
content: "\f517"; }
|
1041 |
+
|
1042 |
+
.fa-blender-phone::before {
|
1043 |
+
content: "\f6b6"; }
|
1044 |
+
|
1045 |
+
.fa-blog::before {
|
1046 |
+
content: "\f781"; }
|
1047 |
+
|
1048 |
+
.fa-bold::before {
|
1049 |
+
content: "\f032"; }
|
1050 |
+
|
1051 |
+
.fa-bolt::before {
|
1052 |
+
content: "\f0e7"; }
|
1053 |
+
|
1054 |
+
.fa-zap::before {
|
1055 |
+
content: "\f0e7"; }
|
1056 |
+
|
1057 |
+
.fa-bolt-lightning::before {
|
1058 |
+
content: "\e0b7"; }
|
1059 |
+
|
1060 |
+
.fa-bomb::before {
|
1061 |
+
content: "\f1e2"; }
|
1062 |
+
|
1063 |
+
.fa-bone::before {
|
1064 |
+
content: "\f5d7"; }
|
1065 |
+
|
1066 |
+
.fa-bong::before {
|
1067 |
+
content: "\f55c"; }
|
1068 |
+
|
1069 |
+
.fa-book::before {
|
1070 |
+
content: "\f02d"; }
|
1071 |
+
|
1072 |
+
.fa-book-atlas::before {
|
1073 |
+
content: "\f558"; }
|
1074 |
+
|
1075 |
+
.fa-atlas::before {
|
1076 |
+
content: "\f558"; }
|
1077 |
+
|
1078 |
+
.fa-book-bible::before {
|
1079 |
+
content: "\f647"; }
|
1080 |
+
|
1081 |
+
.fa-bible::before {
|
1082 |
+
content: "\f647"; }
|
1083 |
+
|
1084 |
+
.fa-book-journal-whills::before {
|
1085 |
+
content: "\f66a"; }
|
1086 |
+
|
1087 |
+
.fa-journal-whills::before {
|
1088 |
+
content: "\f66a"; }
|
1089 |
+
|
1090 |
+
.fa-book-medical::before {
|
1091 |
+
content: "\f7e6"; }
|
1092 |
+
|
1093 |
+
.fa-book-open::before {
|
1094 |
+
content: "\f518"; }
|
1095 |
+
|
1096 |
+
.fa-book-open-reader::before {
|
1097 |
+
content: "\f5da"; }
|
1098 |
+
|
1099 |
+
.fa-book-reader::before {
|
1100 |
+
content: "\f5da"; }
|
1101 |
+
|
1102 |
+
.fa-book-quran::before {
|
1103 |
+
content: "\f687"; }
|
1104 |
+
|
1105 |
+
.fa-quran::before {
|
1106 |
+
content: "\f687"; }
|
1107 |
+
|
1108 |
+
.fa-book-skull::before {
|
1109 |
+
content: "\f6b7"; }
|
1110 |
+
|
1111 |
+
.fa-book-dead::before {
|
1112 |
+
content: "\f6b7"; }
|
1113 |
+
|
1114 |
+
.fa-bookmark::before {
|
1115 |
+
content: "\f02e"; }
|
1116 |
+
|
1117 |
+
.fa-border-all::before {
|
1118 |
+
content: "\f84c"; }
|
1119 |
+
|
1120 |
+
.fa-border-none::before {
|
1121 |
+
content: "\f850"; }
|
1122 |
+
|
1123 |
+
.fa-border-top-left::before {
|
1124 |
+
content: "\f853"; }
|
1125 |
+
|
1126 |
+
.fa-border-style::before {
|
1127 |
+
content: "\f853"; }
|
1128 |
+
|
1129 |
+
.fa-bowling-ball::before {
|
1130 |
+
content: "\f436"; }
|
1131 |
+
|
1132 |
+
.fa-box::before {
|
1133 |
+
content: "\f466"; }
|
1134 |
+
|
1135 |
+
.fa-box-archive::before {
|
1136 |
+
content: "\f187"; }
|
1137 |
+
|
1138 |
+
.fa-archive::before {
|
1139 |
+
content: "\f187"; }
|
1140 |
+
|
1141 |
+
.fa-box-open::before {
|
1142 |
+
content: "\f49e"; }
|
1143 |
+
|
1144 |
+
.fa-box-tissue::before {
|
1145 |
+
content: "\e05b"; }
|
1146 |
+
|
1147 |
+
.fa-boxes-stacked::before {
|
1148 |
+
content: "\f468"; }
|
1149 |
+
|
1150 |
+
.fa-boxes::before {
|
1151 |
+
content: "\f468"; }
|
1152 |
+
|
1153 |
+
.fa-boxes-alt::before {
|
1154 |
+
content: "\f468"; }
|
1155 |
+
|
1156 |
+
.fa-braille::before {
|
1157 |
+
content: "\f2a1"; }
|
1158 |
+
|
1159 |
+
.fa-brain::before {
|
1160 |
+
content: "\f5dc"; }
|
1161 |
+
|
1162 |
+
.fa-brazilian-real-sign::before {
|
1163 |
+
content: "\e46c"; }
|
1164 |
+
|
1165 |
+
.fa-bread-slice::before {
|
1166 |
+
content: "\f7ec"; }
|
1167 |
+
|
1168 |
+
.fa-briefcase::before {
|
1169 |
+
content: "\f0b1"; }
|
1170 |
+
|
1171 |
+
.fa-briefcase-medical::before {
|
1172 |
+
content: "\f469"; }
|
1173 |
+
|
1174 |
+
.fa-broom::before {
|
1175 |
+
content: "\f51a"; }
|
1176 |
+
|
1177 |
+
.fa-broom-ball::before {
|
1178 |
+
content: "\f458"; }
|
1179 |
+
|
1180 |
+
.fa-quidditch::before {
|
1181 |
+
content: "\f458"; }
|
1182 |
+
|
1183 |
+
.fa-quidditch-broom-ball::before {
|
1184 |
+
content: "\f458"; }
|
1185 |
+
|
1186 |
+
.fa-brush::before {
|
1187 |
+
content: "\f55d"; }
|
1188 |
+
|
1189 |
+
.fa-bug::before {
|
1190 |
+
content: "\f188"; }
|
1191 |
+
|
1192 |
+
.fa-bug-slash::before {
|
1193 |
+
content: "\e490"; }
|
1194 |
+
|
1195 |
+
.fa-building::before {
|
1196 |
+
content: "\f1ad"; }
|
1197 |
+
|
1198 |
+
.fa-building-columns::before {
|
1199 |
+
content: "\f19c"; }
|
1200 |
+
|
1201 |
+
.fa-bank::before {
|
1202 |
+
content: "\f19c"; }
|
1203 |
+
|
1204 |
+
.fa-institution::before {
|
1205 |
+
content: "\f19c"; }
|
1206 |
+
|
1207 |
+
.fa-museum::before {
|
1208 |
+
content: "\f19c"; }
|
1209 |
+
|
1210 |
+
.fa-university::before {
|
1211 |
+
content: "\f19c"; }
|
1212 |
+
|
1213 |
+
.fa-bullhorn::before {
|
1214 |
+
content: "\f0a1"; }
|
1215 |
+
|
1216 |
+
.fa-bullseye::before {
|
1217 |
+
content: "\f140"; }
|
1218 |
+
|
1219 |
+
.fa-burger::before {
|
1220 |
+
content: "\f805"; }
|
1221 |
+
|
1222 |
+
.fa-hamburger::before {
|
1223 |
+
content: "\f805"; }
|
1224 |
+
|
1225 |
+
.fa-bus::before {
|
1226 |
+
content: "\f207"; }
|
1227 |
+
|
1228 |
+
.fa-bus-simple::before {
|
1229 |
+
content: "\f55e"; }
|
1230 |
+
|
1231 |
+
.fa-bus-alt::before {
|
1232 |
+
content: "\f55e"; }
|
1233 |
+
|
1234 |
+
.fa-business-time::before {
|
1235 |
+
content: "\f64a"; }
|
1236 |
+
|
1237 |
+
.fa-briefcase-clock::before {
|
1238 |
+
content: "\f64a"; }
|
1239 |
+
|
1240 |
+
.fa-c::before {
|
1241 |
+
content: "\43"; }
|
1242 |
+
|
1243 |
+
.fa-cake-candles::before {
|
1244 |
+
content: "\f1fd"; }
|
1245 |
+
|
1246 |
+
.fa-birthday-cake::before {
|
1247 |
+
content: "\f1fd"; }
|
1248 |
+
|
1249 |
+
.fa-cake::before {
|
1250 |
+
content: "\f1fd"; }
|
1251 |
+
|
1252 |
+
.fa-calculator::before {
|
1253 |
+
content: "\f1ec"; }
|
1254 |
+
|
1255 |
+
.fa-calendar::before {
|
1256 |
+
content: "\f133"; }
|
1257 |
+
|
1258 |
+
.fa-calendar-check::before {
|
1259 |
+
content: "\f274"; }
|
1260 |
+
|
1261 |
+
.fa-calendar-day::before {
|
1262 |
+
content: "\f783"; }
|
1263 |
+
|
1264 |
+
.fa-calendar-days::before {
|
1265 |
+
content: "\f073"; }
|
1266 |
+
|
1267 |
+
.fa-calendar-alt::before {
|
1268 |
+
content: "\f073"; }
|
1269 |
+
|
1270 |
+
.fa-calendar-minus::before {
|
1271 |
+
content: "\f272"; }
|
1272 |
+
|
1273 |
+
.fa-calendar-plus::before {
|
1274 |
+
content: "\f271"; }
|
1275 |
+
|
1276 |
+
.fa-calendar-week::before {
|
1277 |
+
content: "\f784"; }
|
1278 |
+
|
1279 |
+
.fa-calendar-xmark::before {
|
1280 |
+
content: "\f273"; }
|
1281 |
+
|
1282 |
+
.fa-calendar-times::before {
|
1283 |
+
content: "\f273"; }
|
1284 |
+
|
1285 |
+
.fa-camera::before {
|
1286 |
+
content: "\f030"; }
|
1287 |
+
|
1288 |
+
.fa-camera-alt::before {
|
1289 |
+
content: "\f030"; }
|
1290 |
+
|
1291 |
+
.fa-camera-retro::before {
|
1292 |
+
content: "\f083"; }
|
1293 |
+
|
1294 |
+
.fa-camera-rotate::before {
|
1295 |
+
content: "\e0d8"; }
|
1296 |
+
|
1297 |
+
.fa-campground::before {
|
1298 |
+
content: "\f6bb"; }
|
1299 |
+
|
1300 |
+
.fa-candy-cane::before {
|
1301 |
+
content: "\f786"; }
|
1302 |
+
|
1303 |
+
.fa-cannabis::before {
|
1304 |
+
content: "\f55f"; }
|
1305 |
+
|
1306 |
+
.fa-capsules::before {
|
1307 |
+
content: "\f46b"; }
|
1308 |
+
|
1309 |
+
.fa-car::before {
|
1310 |
+
content: "\f1b9"; }
|
1311 |
+
|
1312 |
+
.fa-automobile::before {
|
1313 |
+
content: "\f1b9"; }
|
1314 |
+
|
1315 |
+
.fa-car-battery::before {
|
1316 |
+
content: "\f5df"; }
|
1317 |
+
|
1318 |
+
.fa-battery-car::before {
|
1319 |
+
content: "\f5df"; }
|
1320 |
+
|
1321 |
+
.fa-car-crash::before {
|
1322 |
+
content: "\f5e1"; }
|
1323 |
+
|
1324 |
+
.fa-car-rear::before {
|
1325 |
+
content: "\f5de"; }
|
1326 |
+
|
1327 |
+
.fa-car-alt::before {
|
1328 |
+
content: "\f5de"; }
|
1329 |
+
|
1330 |
+
.fa-car-side::before {
|
1331 |
+
content: "\f5e4"; }
|
1332 |
+
|
1333 |
+
.fa-caravan::before {
|
1334 |
+
content: "\f8ff"; }
|
1335 |
+
|
1336 |
+
.fa-caret-down::before {
|
1337 |
+
content: "\f0d7"; }
|
1338 |
+
|
1339 |
+
.fa-caret-left::before {
|
1340 |
+
content: "\f0d9"; }
|
1341 |
+
|
1342 |
+
.fa-caret-right::before {
|
1343 |
+
content: "\f0da"; }
|
1344 |
+
|
1345 |
+
.fa-caret-up::before {
|
1346 |
+
content: "\f0d8"; }
|
1347 |
+
|
1348 |
+
.fa-carrot::before {
|
1349 |
+
content: "\f787"; }
|
1350 |
+
|
1351 |
+
.fa-cart-arrow-down::before {
|
1352 |
+
content: "\f218"; }
|
1353 |
+
|
1354 |
+
.fa-cart-flatbed::before {
|
1355 |
+
content: "\f474"; }
|
1356 |
+
|
1357 |
+
.fa-dolly-flatbed::before {
|
1358 |
+
content: "\f474"; }
|
1359 |
+
|
1360 |
+
.fa-cart-flatbed-suitcase::before {
|
1361 |
+
content: "\f59d"; }
|
1362 |
+
|
1363 |
+
.fa-luggage-cart::before {
|
1364 |
+
content: "\f59d"; }
|
1365 |
+
|
1366 |
+
.fa-cart-plus::before {
|
1367 |
+
content: "\f217"; }
|
1368 |
+
|
1369 |
+
.fa-cart-shopping::before {
|
1370 |
+
content: "\f07a"; }
|
1371 |
+
|
1372 |
+
.fa-shopping-cart::before {
|
1373 |
+
content: "\f07a"; }
|
1374 |
+
|
1375 |
+
.fa-cash-register::before {
|
1376 |
+
content: "\f788"; }
|
1377 |
+
|
1378 |
+
.fa-cat::before {
|
1379 |
+
content: "\f6be"; }
|
1380 |
+
|
1381 |
+
.fa-cedi-sign::before {
|
1382 |
+
content: "\e0df"; }
|
1383 |
+
|
1384 |
+
.fa-cent-sign::before {
|
1385 |
+
content: "\e3f5"; }
|
1386 |
+
|
1387 |
+
.fa-certificate::before {
|
1388 |
+
content: "\f0a3"; }
|
1389 |
+
|
1390 |
+
.fa-chair::before {
|
1391 |
+
content: "\f6c0"; }
|
1392 |
+
|
1393 |
+
.fa-chalkboard::before {
|
1394 |
+
content: "\f51b"; }
|
1395 |
+
|
1396 |
+
.fa-blackboard::before {
|
1397 |
+
content: "\f51b"; }
|
1398 |
+
|
1399 |
+
.fa-chalkboard-user::before {
|
1400 |
+
content: "\f51c"; }
|
1401 |
+
|
1402 |
+
.fa-chalkboard-teacher::before {
|
1403 |
+
content: "\f51c"; }
|
1404 |
+
|
1405 |
+
.fa-champagne-glasses::before {
|
1406 |
+
content: "\f79f"; }
|
1407 |
+
|
1408 |
+
.fa-glass-cheers::before {
|
1409 |
+
content: "\f79f"; }
|
1410 |
+
|
1411 |
+
.fa-charging-station::before {
|
1412 |
+
content: "\f5e7"; }
|
1413 |
+
|
1414 |
+
.fa-chart-area::before {
|
1415 |
+
content: "\f1fe"; }
|
1416 |
+
|
1417 |
+
.fa-area-chart::before {
|
1418 |
+
content: "\f1fe"; }
|
1419 |
+
|
1420 |
+
.fa-chart-bar::before {
|
1421 |
+
content: "\f080"; }
|
1422 |
+
|
1423 |
+
.fa-bar-chart::before {
|
1424 |
+
content: "\f080"; }
|
1425 |
+
|
1426 |
+
.fa-chart-column::before {
|
1427 |
+
content: "\e0e3"; }
|
1428 |
+
|
1429 |
+
.fa-chart-gantt::before {
|
1430 |
+
content: "\e0e4"; }
|
1431 |
+
|
1432 |
+
.fa-chart-line::before {
|
1433 |
+
content: "\f201"; }
|
1434 |
+
|
1435 |
+
.fa-line-chart::before {
|
1436 |
+
content: "\f201"; }
|
1437 |
+
|
1438 |
+
.fa-chart-pie::before {
|
1439 |
+
content: "\f200"; }
|
1440 |
+
|
1441 |
+
.fa-pie-chart::before {
|
1442 |
+
content: "\f200"; }
|
1443 |
+
|
1444 |
+
.fa-check::before {
|
1445 |
+
content: "\f00c"; }
|
1446 |
+
|
1447 |
+
.fa-check-double::before {
|
1448 |
+
content: "\f560"; }
|
1449 |
+
|
1450 |
+
.fa-check-to-slot::before {
|
1451 |
+
content: "\f772"; }
|
1452 |
+
|
1453 |
+
.fa-vote-yea::before {
|
1454 |
+
content: "\f772"; }
|
1455 |
+
|
1456 |
+
.fa-cheese::before {
|
1457 |
+
content: "\f7ef"; }
|
1458 |
+
|
1459 |
+
.fa-chess::before {
|
1460 |
+
content: "\f439"; }
|
1461 |
+
|
1462 |
+
.fa-chess-bishop::before {
|
1463 |
+
content: "\f43a"; }
|
1464 |
+
|
1465 |
+
.fa-chess-board::before {
|
1466 |
+
content: "\f43c"; }
|
1467 |
+
|
1468 |
+
.fa-chess-king::before {
|
1469 |
+
content: "\f43f"; }
|
1470 |
+
|
1471 |
+
.fa-chess-knight::before {
|
1472 |
+
content: "\f441"; }
|
1473 |
+
|
1474 |
+
.fa-chess-pawn::before {
|
1475 |
+
content: "\f443"; }
|
1476 |
+
|
1477 |
+
.fa-chess-queen::before {
|
1478 |
+
content: "\f445"; }
|
1479 |
+
|
1480 |
+
.fa-chess-rook::before {
|
1481 |
+
content: "\f447"; }
|
1482 |
+
|
1483 |
+
.fa-chevron-down::before {
|
1484 |
+
content: "\f078"; }
|
1485 |
+
|
1486 |
+
.fa-chevron-left::before {
|
1487 |
+
content: "\f053"; }
|
1488 |
+
|
1489 |
+
.fa-chevron-right::before {
|
1490 |
+
content: "\f054"; }
|
1491 |
+
|
1492 |
+
.fa-chevron-up::before {
|
1493 |
+
content: "\f077"; }
|
1494 |
+
|
1495 |
+
.fa-child::before {
|
1496 |
+
content: "\f1ae"; }
|
1497 |
+
|
1498 |
+
.fa-church::before {
|
1499 |
+
content: "\f51d"; }
|
1500 |
+
|
1501 |
+
.fa-circle::before {
|
1502 |
+
content: "\f111"; }
|
1503 |
+
|
1504 |
+
.fa-circle-arrow-down::before {
|
1505 |
+
content: "\f0ab"; }
|
1506 |
+
|
1507 |
+
.fa-arrow-circle-down::before {
|
1508 |
+
content: "\f0ab"; }
|
1509 |
+
|
1510 |
+
.fa-circle-arrow-left::before {
|
1511 |
+
content: "\f0a8"; }
|
1512 |
+
|
1513 |
+
.fa-arrow-circle-left::before {
|
1514 |
+
content: "\f0a8"; }
|
1515 |
+
|
1516 |
+
.fa-circle-arrow-right::before {
|
1517 |
+
content: "\f0a9"; }
|
1518 |
+
|
1519 |
+
.fa-arrow-circle-right::before {
|
1520 |
+
content: "\f0a9"; }
|
1521 |
+
|
1522 |
+
.fa-circle-arrow-up::before {
|
1523 |
+
content: "\f0aa"; }
|
1524 |
+
|
1525 |
+
.fa-arrow-circle-up::before {
|
1526 |
+
content: "\f0aa"; }
|
1527 |
+
|
1528 |
+
.fa-circle-check::before {
|
1529 |
+
content: "\f058"; }
|
1530 |
+
|
1531 |
+
.fa-check-circle::before {
|
1532 |
+
content: "\f058"; }
|
1533 |
+
|
1534 |
+
.fa-circle-chevron-down::before {
|
1535 |
+
content: "\f13a"; }
|
1536 |
+
|
1537 |
+
.fa-chevron-circle-down::before {
|
1538 |
+
content: "\f13a"; }
|
1539 |
+
|
1540 |
+
.fa-circle-chevron-left::before {
|
1541 |
+
content: "\f137"; }
|
1542 |
+
|
1543 |
+
.fa-chevron-circle-left::before {
|
1544 |
+
content: "\f137"; }
|
1545 |
+
|
1546 |
+
.fa-circle-chevron-right::before {
|
1547 |
+
content: "\f138"; }
|
1548 |
+
|
1549 |
+
.fa-chevron-circle-right::before {
|
1550 |
+
content: "\f138"; }
|
1551 |
+
|
1552 |
+
.fa-circle-chevron-up::before {
|
1553 |
+
content: "\f139"; }
|
1554 |
+
|
1555 |
+
.fa-chevron-circle-up::before {
|
1556 |
+
content: "\f139"; }
|
1557 |
+
|
1558 |
+
.fa-circle-dollar-to-slot::before {
|
1559 |
+
content: "\f4b9"; }
|
1560 |
+
|
1561 |
+
.fa-donate::before {
|
1562 |
+
content: "\f4b9"; }
|
1563 |
+
|
1564 |
+
.fa-circle-dot::before {
|
1565 |
+
content: "\f192"; }
|
1566 |
+
|
1567 |
+
.fa-dot-circle::before {
|
1568 |
+
content: "\f192"; }
|
1569 |
+
|
1570 |
+
.fa-circle-down::before {
|
1571 |
+
content: "\f358"; }
|
1572 |
+
|
1573 |
+
.fa-arrow-alt-circle-down::before {
|
1574 |
+
content: "\f358"; }
|
1575 |
+
|
1576 |
+
.fa-circle-exclamation::before {
|
1577 |
+
content: "\f06a"; }
|
1578 |
+
|
1579 |
+
.fa-exclamation-circle::before {
|
1580 |
+
content: "\f06a"; }
|
1581 |
+
|
1582 |
+
.fa-circle-h::before {
|
1583 |
+
content: "\f47e"; }
|
1584 |
+
|
1585 |
+
.fa-hospital-symbol::before {
|
1586 |
+
content: "\f47e"; }
|
1587 |
+
|
1588 |
+
.fa-circle-half-stroke::before {
|
1589 |
+
content: "\f042"; }
|
1590 |
+
|
1591 |
+
.fa-adjust::before {
|
1592 |
+
content: "\f042"; }
|
1593 |
+
|
1594 |
+
.fa-circle-info::before {
|
1595 |
+
content: "\f05a"; }
|
1596 |
+
|
1597 |
+
.fa-info-circle::before {
|
1598 |
+
content: "\f05a"; }
|
1599 |
+
|
1600 |
+
.fa-circle-left::before {
|
1601 |
+
content: "\f359"; }
|
1602 |
+
|
1603 |
+
.fa-arrow-alt-circle-left::before {
|
1604 |
+
content: "\f359"; }
|
1605 |
+
|
1606 |
+
.fa-circle-minus::before {
|
1607 |
+
content: "\f056"; }
|
1608 |
+
|
1609 |
+
.fa-minus-circle::before {
|
1610 |
+
content: "\f056"; }
|
1611 |
+
|
1612 |
+
.fa-circle-notch::before {
|
1613 |
+
content: "\f1ce"; }
|
1614 |
+
|
1615 |
+
.fa-circle-pause::before {
|
1616 |
+
content: "\f28b"; }
|
1617 |
+
|
1618 |
+
.fa-pause-circle::before {
|
1619 |
+
content: "\f28b"; }
|
1620 |
+
|
1621 |
+
.fa-circle-play::before {
|
1622 |
+
content: "\f144"; }
|
1623 |
+
|
1624 |
+
.fa-play-circle::before {
|
1625 |
+
content: "\f144"; }
|
1626 |
+
|
1627 |
+
.fa-circle-plus::before {
|
1628 |
+
content: "\f055"; }
|
1629 |
+
|
1630 |
+
.fa-plus-circle::before {
|
1631 |
+
content: "\f055"; }
|
1632 |
+
|
1633 |
+
.fa-circle-question::before {
|
1634 |
+
content: "\f059"; }
|
1635 |
+
|
1636 |
+
.fa-question-circle::before {
|
1637 |
+
content: "\f059"; }
|
1638 |
+
|
1639 |
+
.fa-circle-radiation::before {
|
1640 |
+
content: "\f7ba"; }
|
1641 |
+
|
1642 |
+
.fa-radiation-alt::before {
|
1643 |
+
content: "\f7ba"; }
|
1644 |
+
|
1645 |
+
.fa-circle-right::before {
|
1646 |
+
content: "\f35a"; }
|
1647 |
+
|
1648 |
+
.fa-arrow-alt-circle-right::before {
|
1649 |
+
content: "\f35a"; }
|
1650 |
+
|
1651 |
+
.fa-circle-stop::before {
|
1652 |
+
content: "\f28d"; }
|
1653 |
+
|
1654 |
+
.fa-stop-circle::before {
|
1655 |
+
content: "\f28d"; }
|
1656 |
+
|
1657 |
+
.fa-circle-up::before {
|
1658 |
+
content: "\f35b"; }
|
1659 |
+
|
1660 |
+
.fa-arrow-alt-circle-up::before {
|
1661 |
+
content: "\f35b"; }
|
1662 |
+
|
1663 |
+
.fa-circle-user::before {
|
1664 |
+
content: "\f2bd"; }
|
1665 |
+
|
1666 |
+
.fa-user-circle::before {
|
1667 |
+
content: "\f2bd"; }
|
1668 |
+
|
1669 |
+
.fa-circle-xmark::before {
|
1670 |
+
content: "\f057"; }
|
1671 |
+
|
1672 |
+
.fa-times-circle::before {
|
1673 |
+
content: "\f057"; }
|
1674 |
+
|
1675 |
+
.fa-xmark-circle::before {
|
1676 |
+
content: "\f057"; }
|
1677 |
+
|
1678 |
+
.fa-city::before {
|
1679 |
+
content: "\f64f"; }
|
1680 |
+
|
1681 |
+
.fa-clapperboard::before {
|
1682 |
+
content: "\e131"; }
|
1683 |
+
|
1684 |
+
.fa-clipboard::before {
|
1685 |
+
content: "\f328"; }
|
1686 |
+
|
1687 |
+
.fa-clipboard-check::before {
|
1688 |
+
content: "\f46c"; }
|
1689 |
+
|
1690 |
+
.fa-clipboard-list::before {
|
1691 |
+
content: "\f46d"; }
|
1692 |
+
|
1693 |
+
.fa-clock::before {
|
1694 |
+
content: "\f017"; }
|
1695 |
+
|
1696 |
+
.fa-clock-four::before {
|
1697 |
+
content: "\f017"; }
|
1698 |
+
|
1699 |
+
.fa-clock-rotate-left::before {
|
1700 |
+
content: "\f1da"; }
|
1701 |
+
|
1702 |
+
.fa-history::before {
|
1703 |
+
content: "\f1da"; }
|
1704 |
+
|
1705 |
+
.fa-clone::before {
|
1706 |
+
content: "\f24d"; }
|
1707 |
+
|
1708 |
+
.fa-closed-captioning::before {
|
1709 |
+
content: "\f20a"; }
|
1710 |
+
|
1711 |
+
.fa-cloud::before {
|
1712 |
+
content: "\f0c2"; }
|
1713 |
+
|
1714 |
+
.fa-cloud-arrow-down::before {
|
1715 |
+
content: "\f0ed"; }
|
1716 |
+
|
1717 |
+
.fa-cloud-download::before {
|
1718 |
+
content: "\f0ed"; }
|
1719 |
+
|
1720 |
+
.fa-cloud-download-alt::before {
|
1721 |
+
content: "\f0ed"; }
|
1722 |
+
|
1723 |
+
.fa-cloud-arrow-up::before {
|
1724 |
+
content: "\f0ee"; }
|
1725 |
+
|
1726 |
+
.fa-cloud-upload::before {
|
1727 |
+
content: "\f0ee"; }
|
1728 |
+
|
1729 |
+
.fa-cloud-upload-alt::before {
|
1730 |
+
content: "\f0ee"; }
|
1731 |
+
|
1732 |
+
.fa-cloud-meatball::before {
|
1733 |
+
content: "\f73b"; }
|
1734 |
+
|
1735 |
+
.fa-cloud-moon::before {
|
1736 |
+
content: "\f6c3"; }
|
1737 |
+
|
1738 |
+
.fa-cloud-moon-rain::before {
|
1739 |
+
content: "\f73c"; }
|
1740 |
+
|
1741 |
+
.fa-cloud-rain::before {
|
1742 |
+
content: "\f73d"; }
|
1743 |
+
|
1744 |
+
.fa-cloud-showers-heavy::before {
|
1745 |
+
content: "\f740"; }
|
1746 |
+
|
1747 |
+
.fa-cloud-sun::before {
|
1748 |
+
content: "\f6c4"; }
|
1749 |
+
|
1750 |
+
.fa-cloud-sun-rain::before {
|
1751 |
+
content: "\f743"; }
|
1752 |
+
|
1753 |
+
.fa-clover::before {
|
1754 |
+
content: "\e139"; }
|
1755 |
+
|
1756 |
+
.fa-code::before {
|
1757 |
+
content: "\f121"; }
|
1758 |
+
|
1759 |
+
.fa-code-branch::before {
|
1760 |
+
content: "\f126"; }
|
1761 |
+
|
1762 |
+
.fa-code-commit::before {
|
1763 |
+
content: "\f386"; }
|
1764 |
+
|
1765 |
+
.fa-code-compare::before {
|
1766 |
+
content: "\e13a"; }
|
1767 |
+
|
1768 |
+
.fa-code-fork::before {
|
1769 |
+
content: "\e13b"; }
|
1770 |
+
|
1771 |
+
.fa-code-merge::before {
|
1772 |
+
content: "\f387"; }
|
1773 |
+
|
1774 |
+
.fa-code-pull-request::before {
|
1775 |
+
content: "\e13c"; }
|
1776 |
+
|
1777 |
+
.fa-coins::before {
|
1778 |
+
content: "\f51e"; }
|
1779 |
+
|
1780 |
+
.fa-colon-sign::before {
|
1781 |
+
content: "\e140"; }
|
1782 |
+
|
1783 |
+
.fa-comment::before {
|
1784 |
+
content: "\f075"; }
|
1785 |
+
|
1786 |
+
.fa-comment-dollar::before {
|
1787 |
+
content: "\f651"; }
|
1788 |
+
|
1789 |
+
.fa-comment-dots::before {
|
1790 |
+
content: "\f4ad"; }
|
1791 |
+
|
1792 |
+
.fa-commenting::before {
|
1793 |
+
content: "\f4ad"; }
|
1794 |
+
|
1795 |
+
.fa-comment-medical::before {
|
1796 |
+
content: "\f7f5"; }
|
1797 |
+
|
1798 |
+
.fa-comment-slash::before {
|
1799 |
+
content: "\f4b3"; }
|
1800 |
+
|
1801 |
+
.fa-comment-sms::before {
|
1802 |
+
content: "\f7cd"; }
|
1803 |
+
|
1804 |
+
.fa-sms::before {
|
1805 |
+
content: "\f7cd"; }
|
1806 |
+
|
1807 |
+
.fa-comments::before {
|
1808 |
+
content: "\f086"; }
|
1809 |
+
|
1810 |
+
.fa-comments-dollar::before {
|
1811 |
+
content: "\f653"; }
|
1812 |
+
|
1813 |
+
.fa-compact-disc::before {
|
1814 |
+
content: "\f51f"; }
|
1815 |
+
|
1816 |
+
.fa-compass::before {
|
1817 |
+
content: "\f14e"; }
|
1818 |
+
|
1819 |
+
.fa-compass-drafting::before {
|
1820 |
+
content: "\f568"; }
|
1821 |
+
|
1822 |
+
.fa-drafting-compass::before {
|
1823 |
+
content: "\f568"; }
|
1824 |
+
|
1825 |
+
.fa-compress::before {
|
1826 |
+
content: "\f066"; }
|
1827 |
+
|
1828 |
+
.fa-computer-mouse::before {
|
1829 |
+
content: "\f8cc"; }
|
1830 |
+
|
1831 |
+
.fa-mouse::before {
|
1832 |
+
content: "\f8cc"; }
|
1833 |
+
|
1834 |
+
.fa-cookie::before {
|
1835 |
+
content: "\f563"; }
|
1836 |
+
|
1837 |
+
.fa-cookie-bite::before {
|
1838 |
+
content: "\f564"; }
|
1839 |
+
|
1840 |
+
.fa-copy::before {
|
1841 |
+
content: "\f0c5"; }
|
1842 |
+
|
1843 |
+
.fa-copyright::before {
|
1844 |
+
content: "\f1f9"; }
|
1845 |
+
|
1846 |
+
.fa-couch::before {
|
1847 |
+
content: "\f4b8"; }
|
1848 |
+
|
1849 |
+
.fa-credit-card::before {
|
1850 |
+
content: "\f09d"; }
|
1851 |
+
|
1852 |
+
.fa-credit-card-alt::before {
|
1853 |
+
content: "\f09d"; }
|
1854 |
+
|
1855 |
+
.fa-crop::before {
|
1856 |
+
content: "\f125"; }
|
1857 |
+
|
1858 |
+
.fa-crop-simple::before {
|
1859 |
+
content: "\f565"; }
|
1860 |
+
|
1861 |
+
.fa-crop-alt::before {
|
1862 |
+
content: "\f565"; }
|
1863 |
+
|
1864 |
+
.fa-cross::before {
|
1865 |
+
content: "\f654"; }
|
1866 |
+
|
1867 |
+
.fa-crosshairs::before {
|
1868 |
+
content: "\f05b"; }
|
1869 |
+
|
1870 |
+
.fa-crow::before {
|
1871 |
+
content: "\f520"; }
|
1872 |
+
|
1873 |
+
.fa-crown::before {
|
1874 |
+
content: "\f521"; }
|
1875 |
+
|
1876 |
+
.fa-crutch::before {
|
1877 |
+
content: "\f7f7"; }
|
1878 |
+
|
1879 |
+
.fa-cruzeiro-sign::before {
|
1880 |
+
content: "\e152"; }
|
1881 |
+
|
1882 |
+
.fa-cube::before {
|
1883 |
+
content: "\f1b2"; }
|
1884 |
+
|
1885 |
+
.fa-cubes::before {
|
1886 |
+
content: "\f1b3"; }
|
1887 |
+
|
1888 |
+
.fa-d::before {
|
1889 |
+
content: "\44"; }
|
1890 |
+
|
1891 |
+
.fa-database::before {
|
1892 |
+
content: "\f1c0"; }
|
1893 |
+
|
1894 |
+
.fa-delete-left::before {
|
1895 |
+
content: "\f55a"; }
|
1896 |
+
|
1897 |
+
.fa-backspace::before {
|
1898 |
+
content: "\f55a"; }
|
1899 |
+
|
1900 |
+
.fa-democrat::before {
|
1901 |
+
content: "\f747"; }
|
1902 |
+
|
1903 |
+
.fa-desktop::before {
|
1904 |
+
content: "\f390"; }
|
1905 |
+
|
1906 |
+
.fa-desktop-alt::before {
|
1907 |
+
content: "\f390"; }
|
1908 |
+
|
1909 |
+
.fa-dharmachakra::before {
|
1910 |
+
content: "\f655"; }
|
1911 |
+
|
1912 |
+
.fa-diagram-next::before {
|
1913 |
+
content: "\e476"; }
|
1914 |
+
|
1915 |
+
.fa-diagram-predecessor::before {
|
1916 |
+
content: "\e477"; }
|
1917 |
+
|
1918 |
+
.fa-diagram-project::before {
|
1919 |
+
content: "\f542"; }
|
1920 |
+
|
1921 |
+
.fa-project-diagram::before {
|
1922 |
+
content: "\f542"; }
|
1923 |
+
|
1924 |
+
.fa-diagram-successor::before {
|
1925 |
+
content: "\e47a"; }
|
1926 |
+
|
1927 |
+
.fa-diamond::before {
|
1928 |
+
content: "\f219"; }
|
1929 |
+
|
1930 |
+
.fa-diamond-turn-right::before {
|
1931 |
+
content: "\f5eb"; }
|
1932 |
+
|
1933 |
+
.fa-directions::before {
|
1934 |
+
content: "\f5eb"; }
|
1935 |
+
|
1936 |
+
.fa-dice::before {
|
1937 |
+
content: "\f522"; }
|
1938 |
+
|
1939 |
+
.fa-dice-d20::before {
|
1940 |
+
content: "\f6cf"; }
|
1941 |
+
|
1942 |
+
.fa-dice-d6::before {
|
1943 |
+
content: "\f6d1"; }
|
1944 |
+
|
1945 |
+
.fa-dice-five::before {
|
1946 |
+
content: "\f523"; }
|
1947 |
+
|
1948 |
+
.fa-dice-four::before {
|
1949 |
+
content: "\f524"; }
|
1950 |
+
|
1951 |
+
.fa-dice-one::before {
|
1952 |
+
content: "\f525"; }
|
1953 |
+
|
1954 |
+
.fa-dice-six::before {
|
1955 |
+
content: "\f526"; }
|
1956 |
+
|
1957 |
+
.fa-dice-three::before {
|
1958 |
+
content: "\f527"; }
|
1959 |
+
|
1960 |
+
.fa-dice-two::before {
|
1961 |
+
content: "\f528"; }
|
1962 |
+
|
1963 |
+
.fa-disease::before {
|
1964 |
+
content: "\f7fa"; }
|
1965 |
+
|
1966 |
+
.fa-divide::before {
|
1967 |
+
content: "\f529"; }
|
1968 |
+
|
1969 |
+
.fa-dna::before {
|
1970 |
+
content: "\f471"; }
|
1971 |
+
|
1972 |
+
.fa-dog::before {
|
1973 |
+
content: "\f6d3"; }
|
1974 |
+
|
1975 |
+
.fa-dollar-sign::before {
|
1976 |
+
content: "\24"; }
|
1977 |
+
|
1978 |
+
.fa-dollar::before {
|
1979 |
+
content: "\24"; }
|
1980 |
+
|
1981 |
+
.fa-usd::before {
|
1982 |
+
content: "\24"; }
|
1983 |
+
|
1984 |
+
.fa-dolly::before {
|
1985 |
+
content: "\f472"; }
|
1986 |
+
|
1987 |
+
.fa-dolly-box::before {
|
1988 |
+
content: "\f472"; }
|
1989 |
+
|
1990 |
+
.fa-dong-sign::before {
|
1991 |
+
content: "\e169"; }
|
1992 |
+
|
1993 |
+
.fa-door-closed::before {
|
1994 |
+
content: "\f52a"; }
|
1995 |
+
|
1996 |
+
.fa-door-open::before {
|
1997 |
+
content: "\f52b"; }
|
1998 |
+
|
1999 |
+
.fa-dove::before {
|
2000 |
+
content: "\f4ba"; }
|
2001 |
+
|
2002 |
+
.fa-down-left-and-up-right-to-center::before {
|
2003 |
+
content: "\f422"; }
|
2004 |
+
|
2005 |
+
.fa-compress-alt::before {
|
2006 |
+
content: "\f422"; }
|
2007 |
+
|
2008 |
+
.fa-down-long::before {
|
2009 |
+
content: "\f309"; }
|
2010 |
+
|
2011 |
+
.fa-long-arrow-alt-down::before {
|
2012 |
+
content: "\f309"; }
|
2013 |
+
|
2014 |
+
.fa-download::before {
|
2015 |
+
content: "\f019"; }
|
2016 |
+
|
2017 |
+
.fa-dragon::before {
|
2018 |
+
content: "\f6d5"; }
|
2019 |
+
|
2020 |
+
.fa-draw-polygon::before {
|
2021 |
+
content: "\f5ee"; }
|
2022 |
+
|
2023 |
+
.fa-droplet::before {
|
2024 |
+
content: "\f043"; }
|
2025 |
+
|
2026 |
+
.fa-tint::before {
|
2027 |
+
content: "\f043"; }
|
2028 |
+
|
2029 |
+
.fa-droplet-slash::before {
|
2030 |
+
content: "\f5c7"; }
|
2031 |
+
|
2032 |
+
.fa-tint-slash::before {
|
2033 |
+
content: "\f5c7"; }
|
2034 |
+
|
2035 |
+
.fa-drum::before {
|
2036 |
+
content: "\f569"; }
|
2037 |
+
|
2038 |
+
.fa-drum-steelpan::before {
|
2039 |
+
content: "\f56a"; }
|
2040 |
+
|
2041 |
+
.fa-drumstick-bite::before {
|
2042 |
+
content: "\f6d7"; }
|
2043 |
+
|
2044 |
+
.fa-dumbbell::before {
|
2045 |
+
content: "\f44b"; }
|
2046 |
+
|
2047 |
+
.fa-dumpster::before {
|
2048 |
+
content: "\f793"; }
|
2049 |
+
|
2050 |
+
.fa-dumpster-fire::before {
|
2051 |
+
content: "\f794"; }
|
2052 |
+
|
2053 |
+
.fa-dungeon::before {
|
2054 |
+
content: "\f6d9"; }
|
2055 |
+
|
2056 |
+
.fa-e::before {
|
2057 |
+
content: "\45"; }
|
2058 |
+
|
2059 |
+
.fa-ear-deaf::before {
|
2060 |
+
content: "\f2a4"; }
|
2061 |
+
|
2062 |
+
.fa-deaf::before {
|
2063 |
+
content: "\f2a4"; }
|
2064 |
+
|
2065 |
+
.fa-deafness::before {
|
2066 |
+
content: "\f2a4"; }
|
2067 |
+
|
2068 |
+
.fa-hard-of-hearing::before {
|
2069 |
+
content: "\f2a4"; }
|
2070 |
+
|
2071 |
+
.fa-ear-listen::before {
|
2072 |
+
content: "\f2a2"; }
|
2073 |
+
|
2074 |
+
.fa-assistive-listening-systems::before {
|
2075 |
+
content: "\f2a2"; }
|
2076 |
+
|
2077 |
+
.fa-earth-africa::before {
|
2078 |
+
content: "\f57c"; }
|
2079 |
+
|
2080 |
+
.fa-globe-africa::before {
|
2081 |
+
content: "\f57c"; }
|
2082 |
+
|
2083 |
+
.fa-earth-americas::before {
|
2084 |
+
content: "\f57d"; }
|
2085 |
+
|
2086 |
+
.fa-earth::before {
|
2087 |
+
content: "\f57d"; }
|
2088 |
+
|
2089 |
+
.fa-earth-america::before {
|
2090 |
+
content: "\f57d"; }
|
2091 |
+
|
2092 |
+
.fa-globe-americas::before {
|
2093 |
+
content: "\f57d"; }
|
2094 |
+
|
2095 |
+
.fa-earth-asia::before {
|
2096 |
+
content: "\f57e"; }
|
2097 |
+
|
2098 |
+
.fa-globe-asia::before {
|
2099 |
+
content: "\f57e"; }
|
2100 |
+
|
2101 |
+
.fa-earth-europe::before {
|
2102 |
+
content: "\f7a2"; }
|
2103 |
+
|
2104 |
+
.fa-globe-europe::before {
|
2105 |
+
content: "\f7a2"; }
|
2106 |
+
|
2107 |
+
.fa-earth-oceania::before {
|
2108 |
+
content: "\e47b"; }
|
2109 |
+
|
2110 |
+
.fa-globe-oceania::before {
|
2111 |
+
content: "\e47b"; }
|
2112 |
+
|
2113 |
+
.fa-egg::before {
|
2114 |
+
content: "\f7fb"; }
|
2115 |
+
|
2116 |
+
.fa-eject::before {
|
2117 |
+
content: "\f052"; }
|
2118 |
+
|
2119 |
+
.fa-elevator::before {
|
2120 |
+
content: "\e16d"; }
|
2121 |
+
|
2122 |
+
.fa-ellipsis::before {
|
2123 |
+
content: "\f141"; }
|
2124 |
+
|
2125 |
+
.fa-ellipsis-h::before {
|
2126 |
+
content: "\f141"; }
|
2127 |
+
|
2128 |
+
.fa-ellipsis-vertical::before {
|
2129 |
+
content: "\f142"; }
|
2130 |
+
|
2131 |
+
.fa-ellipsis-v::before {
|
2132 |
+
content: "\f142"; }
|
2133 |
+
|
2134 |
+
.fa-envelope::before {
|
2135 |
+
content: "\f0e0"; }
|
2136 |
+
|
2137 |
+
.fa-envelope-open::before {
|
2138 |
+
content: "\f2b6"; }
|
2139 |
+
|
2140 |
+
.fa-envelope-open-text::before {
|
2141 |
+
content: "\f658"; }
|
2142 |
+
|
2143 |
+
.fa-envelopes-bulk::before {
|
2144 |
+
content: "\f674"; }
|
2145 |
+
|
2146 |
+
.fa-mail-bulk::before {
|
2147 |
+
content: "\f674"; }
|
2148 |
+
|
2149 |
+
.fa-equals::before {
|
2150 |
+
content: "\3d"; }
|
2151 |
+
|
2152 |
+
.fa-eraser::before {
|
2153 |
+
content: "\f12d"; }
|
2154 |
+
|
2155 |
+
.fa-ethernet::before {
|
2156 |
+
content: "\f796"; }
|
2157 |
+
|
2158 |
+
.fa-euro-sign::before {
|
2159 |
+
content: "\f153"; }
|
2160 |
+
|
2161 |
+
.fa-eur::before {
|
2162 |
+
content: "\f153"; }
|
2163 |
+
|
2164 |
+
.fa-euro::before {
|
2165 |
+
content: "\f153"; }
|
2166 |
+
|
2167 |
+
.fa-exclamation::before {
|
2168 |
+
content: "\21"; }
|
2169 |
+
|
2170 |
+
.fa-expand::before {
|
2171 |
+
content: "\f065"; }
|
2172 |
+
|
2173 |
+
.fa-eye::before {
|
2174 |
+
content: "\f06e"; }
|
2175 |
+
|
2176 |
+
.fa-eye-dropper::before {
|
2177 |
+
content: "\f1fb"; }
|
2178 |
+
|
2179 |
+
.fa-eye-dropper-empty::before {
|
2180 |
+
content: "\f1fb"; }
|
2181 |
+
|
2182 |
+
.fa-eyedropper::before {
|
2183 |
+
content: "\f1fb"; }
|
2184 |
+
|
2185 |
+
.fa-eye-low-vision::before {
|
2186 |
+
content: "\f2a8"; }
|
2187 |
+
|
2188 |
+
.fa-low-vision::before {
|
2189 |
+
content: "\f2a8"; }
|
2190 |
+
|
2191 |
+
.fa-eye-slash::before {
|
2192 |
+
content: "\f070"; }
|
2193 |
+
|
2194 |
+
.fa-f::before {
|
2195 |
+
content: "\46"; }
|
2196 |
+
|
2197 |
+
.fa-face-angry::before {
|
2198 |
+
content: "\f556"; }
|
2199 |
+
|
2200 |
+
.fa-angry::before {
|
2201 |
+
content: "\f556"; }
|
2202 |
+
|
2203 |
+
.fa-face-dizzy::before {
|
2204 |
+
content: "\f567"; }
|
2205 |
+
|
2206 |
+
.fa-dizzy::before {
|
2207 |
+
content: "\f567"; }
|
2208 |
+
|
2209 |
+
.fa-face-flushed::before {
|
2210 |
+
content: "\f579"; }
|
2211 |
+
|
2212 |
+
.fa-flushed::before {
|
2213 |
+
content: "\f579"; }
|
2214 |
+
|
2215 |
+
.fa-face-frown::before {
|
2216 |
+
content: "\f119"; }
|
2217 |
+
|
2218 |
+
.fa-frown::before {
|
2219 |
+
content: "\f119"; }
|
2220 |
+
|
2221 |
+
.fa-face-frown-open::before {
|
2222 |
+
content: "\f57a"; }
|
2223 |
+
|
2224 |
+
.fa-frown-open::before {
|
2225 |
+
content: "\f57a"; }
|
2226 |
+
|
2227 |
+
.fa-face-grimace::before {
|
2228 |
+
content: "\f57f"; }
|
2229 |
+
|
2230 |
+
.fa-grimace::before {
|
2231 |
+
content: "\f57f"; }
|
2232 |
+
|
2233 |
+
.fa-face-grin::before {
|
2234 |
+
content: "\f580"; }
|
2235 |
+
|
2236 |
+
.fa-grin::before {
|
2237 |
+
content: "\f580"; }
|
2238 |
+
|
2239 |
+
.fa-face-grin-beam::before {
|
2240 |
+
content: "\f582"; }
|
2241 |
+
|
2242 |
+
.fa-grin-beam::before {
|
2243 |
+
content: "\f582"; }
|
2244 |
+
|
2245 |
+
.fa-face-grin-beam-sweat::before {
|
2246 |
+
content: "\f583"; }
|
2247 |
+
|
2248 |
+
.fa-grin-beam-sweat::before {
|
2249 |
+
content: "\f583"; }
|
2250 |
+
|
2251 |
+
.fa-face-grin-hearts::before {
|
2252 |
+
content: "\f584"; }
|
2253 |
+
|
2254 |
+
.fa-grin-hearts::before {
|
2255 |
+
content: "\f584"; }
|
2256 |
+
|
2257 |
+
.fa-face-grin-squint::before {
|
2258 |
+
content: "\f585"; }
|
2259 |
+
|
2260 |
+
.fa-grin-squint::before {
|
2261 |
+
content: "\f585"; }
|
2262 |
+
|
2263 |
+
.fa-face-grin-squint-tears::before {
|
2264 |
+
content: "\f586"; }
|
2265 |
+
|
2266 |
+
.fa-grin-squint-tears::before {
|
2267 |
+
content: "\f586"; }
|
2268 |
+
|
2269 |
+
.fa-face-grin-stars::before {
|
2270 |
+
content: "\f587"; }
|
2271 |
+
|
2272 |
+
.fa-grin-stars::before {
|
2273 |
+
content: "\f587"; }
|
2274 |
+
|
2275 |
+
.fa-face-grin-tears::before {
|
2276 |
+
content: "\f588"; }
|
2277 |
+
|
2278 |
+
.fa-grin-tears::before {
|
2279 |
+
content: "\f588"; }
|
2280 |
+
|
2281 |
+
.fa-face-grin-tongue::before {
|
2282 |
+
content: "\f589"; }
|
2283 |
+
|
2284 |
+
.fa-grin-tongue::before {
|
2285 |
+
content: "\f589"; }
|
2286 |
+
|
2287 |
+
.fa-face-grin-tongue-squint::before {
|
2288 |
+
content: "\f58a"; }
|
2289 |
+
|
2290 |
+
.fa-grin-tongue-squint::before {
|
2291 |
+
content: "\f58a"; }
|
2292 |
+
|
2293 |
+
.fa-face-grin-tongue-wink::before {
|
2294 |
+
content: "\f58b"; }
|
2295 |
+
|
2296 |
+
.fa-grin-tongue-wink::before {
|
2297 |
+
content: "\f58b"; }
|
2298 |
+
|
2299 |
+
.fa-face-grin-wide::before {
|
2300 |
+
content: "\f581"; }
|
2301 |
+
|
2302 |
+
.fa-grin-alt::before {
|
2303 |
+
content: "\f581"; }
|
2304 |
+
|
2305 |
+
.fa-face-grin-wink::before {
|
2306 |
+
content: "\f58c"; }
|
2307 |
+
|
2308 |
+
.fa-grin-wink::before {
|
2309 |
+
content: "\f58c"; }
|
2310 |
+
|
2311 |
+
.fa-face-kiss::before {
|
2312 |
+
content: "\f596"; }
|
2313 |
+
|
2314 |
+
.fa-kiss::before {
|
2315 |
+
content: "\f596"; }
|
2316 |
+
|
2317 |
+
.fa-face-kiss-beam::before {
|
2318 |
+
content: "\f597"; }
|
2319 |
+
|
2320 |
+
.fa-kiss-beam::before {
|
2321 |
+
content: "\f597"; }
|
2322 |
+
|
2323 |
+
.fa-face-kiss-wink-heart::before {
|
2324 |
+
content: "\f598"; }
|
2325 |
+
|
2326 |
+
.fa-kiss-wink-heart::before {
|
2327 |
+
content: "\f598"; }
|
2328 |
+
|
2329 |
+
.fa-face-laugh::before {
|
2330 |
+
content: "\f599"; }
|
2331 |
+
|
2332 |
+
.fa-laugh::before {
|
2333 |
+
content: "\f599"; }
|
2334 |
+
|
2335 |
+
.fa-face-laugh-beam::before {
|
2336 |
+
content: "\f59a"; }
|
2337 |
+
|
2338 |
+
.fa-laugh-beam::before {
|
2339 |
+
content: "\f59a"; }
|
2340 |
+
|
2341 |
+
.fa-face-laugh-squint::before {
|
2342 |
+
content: "\f59b"; }
|
2343 |
+
|
2344 |
+
.fa-laugh-squint::before {
|
2345 |
+
content: "\f59b"; }
|
2346 |
+
|
2347 |
+
.fa-face-laugh-wink::before {
|
2348 |
+
content: "\f59c"; }
|
2349 |
+
|
2350 |
+
.fa-laugh-wink::before {
|
2351 |
+
content: "\f59c"; }
|
2352 |
+
|
2353 |
+
.fa-face-meh::before {
|
2354 |
+
content: "\f11a"; }
|
2355 |
+
|
2356 |
+
.fa-meh::before {
|
2357 |
+
content: "\f11a"; }
|
2358 |
+
|
2359 |
+
.fa-face-meh-blank::before {
|
2360 |
+
content: "\f5a4"; }
|
2361 |
+
|
2362 |
+
.fa-meh-blank::before {
|
2363 |
+
content: "\f5a4"; }
|
2364 |
+
|
2365 |
+
.fa-face-rolling-eyes::before {
|
2366 |
+
content: "\f5a5"; }
|
2367 |
+
|
2368 |
+
.fa-meh-rolling-eyes::before {
|
2369 |
+
content: "\f5a5"; }
|
2370 |
+
|
2371 |
+
.fa-face-sad-cry::before {
|
2372 |
+
content: "\f5b3"; }
|
2373 |
+
|
2374 |
+
.fa-sad-cry::before {
|
2375 |
+
content: "\f5b3"; }
|
2376 |
+
|
2377 |
+
.fa-face-sad-tear::before {
|
2378 |
+
content: "\f5b4"; }
|
2379 |
+
|
2380 |
+
.fa-sad-tear::before {
|
2381 |
+
content: "\f5b4"; }
|
2382 |
+
|
2383 |
+
.fa-face-smile::before {
|
2384 |
+
content: "\f118"; }
|
2385 |
+
|
2386 |
+
.fa-smile::before {
|
2387 |
+
content: "\f118"; }
|
2388 |
+
|
2389 |
+
.fa-face-smile-beam::before {
|
2390 |
+
content: "\f5b8"; }
|
2391 |
+
|
2392 |
+
.fa-smile-beam::before {
|
2393 |
+
content: "\f5b8"; }
|
2394 |
+
|
2395 |
+
.fa-face-smile-wink::before {
|
2396 |
+
content: "\f4da"; }
|
2397 |
+
|
2398 |
+
.fa-smile-wink::before {
|
2399 |
+
content: "\f4da"; }
|
2400 |
+
|
2401 |
+
.fa-face-surprise::before {
|
2402 |
+
content: "\f5c2"; }
|
2403 |
+
|
2404 |
+
.fa-surprise::before {
|
2405 |
+
content: "\f5c2"; }
|
2406 |
+
|
2407 |
+
.fa-face-tired::before {
|
2408 |
+
content: "\f5c8"; }
|
2409 |
+
|
2410 |
+
.fa-tired::before {
|
2411 |
+
content: "\f5c8"; }
|
2412 |
+
|
2413 |
+
.fa-fan::before {
|
2414 |
+
content: "\f863"; }
|
2415 |
+
|
2416 |
+
.fa-faucet::before {
|
2417 |
+
content: "\e005"; }
|
2418 |
+
|
2419 |
+
.fa-fax::before {
|
2420 |
+
content: "\f1ac"; }
|
2421 |
+
|
2422 |
+
.fa-feather::before {
|
2423 |
+
content: "\f52d"; }
|
2424 |
+
|
2425 |
+
.fa-feather-pointed::before {
|
2426 |
+
content: "\f56b"; }
|
2427 |
+
|
2428 |
+
.fa-feather-alt::before {
|
2429 |
+
content: "\f56b"; }
|
2430 |
+
|
2431 |
+
.fa-file::before {
|
2432 |
+
content: "\f15b"; }
|
2433 |
+
|
2434 |
+
.fa-file-arrow-down::before {
|
2435 |
+
content: "\f56d"; }
|
2436 |
+
|
2437 |
+
.fa-file-download::before {
|
2438 |
+
content: "\f56d"; }
|
2439 |
+
|
2440 |
+
.fa-file-arrow-up::before {
|
2441 |
+
content: "\f574"; }
|
2442 |
+
|
2443 |
+
.fa-file-upload::before {
|
2444 |
+
content: "\f574"; }
|
2445 |
+
|
2446 |
+
.fa-file-audio::before {
|
2447 |
+
content: "\f1c7"; }
|
2448 |
+
|
2449 |
+
.fa-file-code::before {
|
2450 |
+
content: "\f1c9"; }
|
2451 |
+
|
2452 |
+
.fa-file-contract::before {
|
2453 |
+
content: "\f56c"; }
|
2454 |
+
|
2455 |
+
.fa-file-csv::before {
|
2456 |
+
content: "\f6dd"; }
|
2457 |
+
|
2458 |
+
.fa-file-excel::before {
|
2459 |
+
content: "\f1c3"; }
|
2460 |
+
|
2461 |
+
.fa-file-export::before {
|
2462 |
+
content: "\f56e"; }
|
2463 |
+
|
2464 |
+
.fa-arrow-right-from-file::before {
|
2465 |
+
content: "\f56e"; }
|
2466 |
+
|
2467 |
+
.fa-file-image::before {
|
2468 |
+
content: "\f1c5"; }
|
2469 |
+
|
2470 |
+
.fa-file-import::before {
|
2471 |
+
content: "\f56f"; }
|
2472 |
+
|
2473 |
+
.fa-arrow-right-to-file::before {
|
2474 |
+
content: "\f56f"; }
|
2475 |
+
|
2476 |
+
.fa-file-invoice::before {
|
2477 |
+
content: "\f570"; }
|
2478 |
+
|
2479 |
+
.fa-file-invoice-dollar::before {
|
2480 |
+
content: "\f571"; }
|
2481 |
+
|
2482 |
+
.fa-file-lines::before {
|
2483 |
+
content: "\f15c"; }
|
2484 |
+
|
2485 |
+
.fa-file-alt::before {
|
2486 |
+
content: "\f15c"; }
|
2487 |
+
|
2488 |
+
.fa-file-text::before {
|
2489 |
+
content: "\f15c"; }
|
2490 |
+
|
2491 |
+
.fa-file-medical::before {
|
2492 |
+
content: "\f477"; }
|
2493 |
+
|
2494 |
+
.fa-file-pdf::before {
|
2495 |
+
content: "\f1c1"; }
|
2496 |
+
|
2497 |
+
.fa-file-powerpoint::before {
|
2498 |
+
content: "\f1c4"; }
|
2499 |
+
|
2500 |
+
.fa-file-prescription::before {
|
2501 |
+
content: "\f572"; }
|
2502 |
+
|
2503 |
+
.fa-file-signature::before {
|
2504 |
+
content: "\f573"; }
|
2505 |
+
|
2506 |
+
.fa-file-video::before {
|
2507 |
+
content: "\f1c8"; }
|
2508 |
+
|
2509 |
+
.fa-file-waveform::before {
|
2510 |
+
content: "\f478"; }
|
2511 |
+
|
2512 |
+
.fa-file-medical-alt::before {
|
2513 |
+
content: "\f478"; }
|
2514 |
+
|
2515 |
+
.fa-file-word::before {
|
2516 |
+
content: "\f1c2"; }
|
2517 |
+
|
2518 |
+
.fa-file-zipper::before {
|
2519 |
+
content: "\f1c6"; }
|
2520 |
+
|
2521 |
+
.fa-file-archive::before {
|
2522 |
+
content: "\f1c6"; }
|
2523 |
+
|
2524 |
+
.fa-fill::before {
|
2525 |
+
content: "\f575"; }
|
2526 |
+
|
2527 |
+
.fa-fill-drip::before {
|
2528 |
+
content: "\f576"; }
|
2529 |
+
|
2530 |
+
.fa-film::before {
|
2531 |
+
content: "\f008"; }
|
2532 |
+
|
2533 |
+
.fa-filter::before {
|
2534 |
+
content: "\f0b0"; }
|
2535 |
+
|
2536 |
+
.fa-filter-circle-dollar::before {
|
2537 |
+
content: "\f662"; }
|
2538 |
+
|
2539 |
+
.fa-funnel-dollar::before {
|
2540 |
+
content: "\f662"; }
|
2541 |
+
|
2542 |
+
.fa-filter-circle-xmark::before {
|
2543 |
+
content: "\e17b"; }
|
2544 |
+
|
2545 |
+
.fa-fingerprint::before {
|
2546 |
+
content: "\f577"; }
|
2547 |
+
|
2548 |
+
.fa-fire::before {
|
2549 |
+
content: "\f06d"; }
|
2550 |
+
|
2551 |
+
.fa-fire-extinguisher::before {
|
2552 |
+
content: "\f134"; }
|
2553 |
+
|
2554 |
+
.fa-fire-flame-curved::before {
|
2555 |
+
content: "\f7e4"; }
|
2556 |
+
|
2557 |
+
.fa-fire-alt::before {
|
2558 |
+
content: "\f7e4"; }
|
2559 |
+
|
2560 |
+
.fa-fire-flame-simple::before {
|
2561 |
+
content: "\f46a"; }
|
2562 |
+
|
2563 |
+
.fa-burn::before {
|
2564 |
+
content: "\f46a"; }
|
2565 |
+
|
2566 |
+
.fa-fish::before {
|
2567 |
+
content: "\f578"; }
|
2568 |
+
|
2569 |
+
.fa-flag::before {
|
2570 |
+
content: "\f024"; }
|
2571 |
+
|
2572 |
+
.fa-flag-checkered::before {
|
2573 |
+
content: "\f11e"; }
|
2574 |
+
|
2575 |
+
.fa-flag-usa::before {
|
2576 |
+
content: "\f74d"; }
|
2577 |
+
|
2578 |
+
.fa-flask::before {
|
2579 |
+
content: "\f0c3"; }
|
2580 |
+
|
2581 |
+
.fa-floppy-disk::before {
|
2582 |
+
content: "\f0c7"; }
|
2583 |
+
|
2584 |
+
.fa-save::before {
|
2585 |
+
content: "\f0c7"; }
|
2586 |
+
|
2587 |
+
.fa-florin-sign::before {
|
2588 |
+
content: "\e184"; }
|
2589 |
+
|
2590 |
+
.fa-folder::before {
|
2591 |
+
content: "\f07b"; }
|
2592 |
+
|
2593 |
+
.fa-folder-minus::before {
|
2594 |
+
content: "\f65d"; }
|
2595 |
+
|
2596 |
+
.fa-folder-open::before {
|
2597 |
+
content: "\f07c"; }
|
2598 |
+
|
2599 |
+
.fa-folder-plus::before {
|
2600 |
+
content: "\f65e"; }
|
2601 |
+
|
2602 |
+
.fa-folder-tree::before {
|
2603 |
+
content: "\f802"; }
|
2604 |
+
|
2605 |
+
.fa-font::before {
|
2606 |
+
content: "\f031"; }
|
2607 |
+
|
2608 |
+
.fa-football::before {
|
2609 |
+
content: "\f44e"; }
|
2610 |
+
|
2611 |
+
.fa-football-ball::before {
|
2612 |
+
content: "\f44e"; }
|
2613 |
+
|
2614 |
+
.fa-forward::before {
|
2615 |
+
content: "\f04e"; }
|
2616 |
+
|
2617 |
+
.fa-forward-fast::before {
|
2618 |
+
content: "\f050"; }
|
2619 |
+
|
2620 |
+
.fa-fast-forward::before {
|
2621 |
+
content: "\f050"; }
|
2622 |
+
|
2623 |
+
.fa-forward-step::before {
|
2624 |
+
content: "\f051"; }
|
2625 |
+
|
2626 |
+
.fa-step-forward::before {
|
2627 |
+
content: "\f051"; }
|
2628 |
+
|
2629 |
+
.fa-franc-sign::before {
|
2630 |
+
content: "\e18f"; }
|
2631 |
+
|
2632 |
+
.fa-frog::before {
|
2633 |
+
content: "\f52e"; }
|
2634 |
+
|
2635 |
+
.fa-futbol::before {
|
2636 |
+
content: "\f1e3"; }
|
2637 |
+
|
2638 |
+
.fa-futbol-ball::before {
|
2639 |
+
content: "\f1e3"; }
|
2640 |
+
|
2641 |
+
.fa-soccer-ball::before {
|
2642 |
+
content: "\f1e3"; }
|
2643 |
+
|
2644 |
+
.fa-g::before {
|
2645 |
+
content: "\47"; }
|
2646 |
+
|
2647 |
+
.fa-gamepad::before {
|
2648 |
+
content: "\f11b"; }
|
2649 |
+
|
2650 |
+
.fa-gas-pump::before {
|
2651 |
+
content: "\f52f"; }
|
2652 |
+
|
2653 |
+
.fa-gauge::before {
|
2654 |
+
content: "\f624"; }
|
2655 |
+
|
2656 |
+
.fa-dashboard::before {
|
2657 |
+
content: "\f624"; }
|
2658 |
+
|
2659 |
+
.fa-gauge-med::before {
|
2660 |
+
content: "\f624"; }
|
2661 |
+
|
2662 |
+
.fa-tachometer-alt-average::before {
|
2663 |
+
content: "\f624"; }
|
2664 |
+
|
2665 |
+
.fa-gauge-high::before {
|
2666 |
+
content: "\f625"; }
|
2667 |
+
|
2668 |
+
.fa-tachometer-alt::before {
|
2669 |
+
content: "\f625"; }
|
2670 |
+
|
2671 |
+
.fa-tachometer-alt-fast::before {
|
2672 |
+
content: "\f625"; }
|
2673 |
+
|
2674 |
+
.fa-gauge-simple::before {
|
2675 |
+
content: "\f629"; }
|
2676 |
+
|
2677 |
+
.fa-gauge-simple-med::before {
|
2678 |
+
content: "\f629"; }
|
2679 |
+
|
2680 |
+
.fa-tachometer-average::before {
|
2681 |
+
content: "\f629"; }
|
2682 |
+
|
2683 |
+
.fa-gauge-simple-high::before {
|
2684 |
+
content: "\f62a"; }
|
2685 |
+
|
2686 |
+
.fa-tachometer::before {
|
2687 |
+
content: "\f62a"; }
|
2688 |
+
|
2689 |
+
.fa-tachometer-fast::before {
|
2690 |
+
content: "\f62a"; }
|
2691 |
+
|
2692 |
+
.fa-gavel::before {
|
2693 |
+
content: "\f0e3"; }
|
2694 |
+
|
2695 |
+
.fa-legal::before {
|
2696 |
+
content: "\f0e3"; }
|
2697 |
+
|
2698 |
+
.fa-gear::before {
|
2699 |
+
content: "\f013"; }
|
2700 |
+
|
2701 |
+
.fa-cog::before {
|
2702 |
+
content: "\f013"; }
|
2703 |
+
|
2704 |
+
.fa-gears::before {
|
2705 |
+
content: "\f085"; }
|
2706 |
+
|
2707 |
+
.fa-cogs::before {
|
2708 |
+
content: "\f085"; }
|
2709 |
+
|
2710 |
+
.fa-gem::before {
|
2711 |
+
content: "\f3a5"; }
|
2712 |
+
|
2713 |
+
.fa-genderless::before {
|
2714 |
+
content: "\f22d"; }
|
2715 |
+
|
2716 |
+
.fa-ghost::before {
|
2717 |
+
content: "\f6e2"; }
|
2718 |
+
|
2719 |
+
.fa-gift::before {
|
2720 |
+
content: "\f06b"; }
|
2721 |
+
|
2722 |
+
.fa-gifts::before {
|
2723 |
+
content: "\f79c"; }
|
2724 |
+
|
2725 |
+
.fa-glasses::before {
|
2726 |
+
content: "\f530"; }
|
2727 |
+
|
2728 |
+
.fa-globe::before {
|
2729 |
+
content: "\f0ac"; }
|
2730 |
+
|
2731 |
+
.fa-golf-ball-tee::before {
|
2732 |
+
content: "\f450"; }
|
2733 |
+
|
2734 |
+
.fa-golf-ball::before {
|
2735 |
+
content: "\f450"; }
|
2736 |
+
|
2737 |
+
.fa-gopuram::before {
|
2738 |
+
content: "\f664"; }
|
2739 |
+
|
2740 |
+
.fa-graduation-cap::before {
|
2741 |
+
content: "\f19d"; }
|
2742 |
+
|
2743 |
+
.fa-mortar-board::before {
|
2744 |
+
content: "\f19d"; }
|
2745 |
+
|
2746 |
+
.fa-greater-than::before {
|
2747 |
+
content: "\3e"; }
|
2748 |
+
|
2749 |
+
.fa-greater-than-equal::before {
|
2750 |
+
content: "\f532"; }
|
2751 |
+
|
2752 |
+
.fa-grip::before {
|
2753 |
+
content: "\f58d"; }
|
2754 |
+
|
2755 |
+
.fa-grip-horizontal::before {
|
2756 |
+
content: "\f58d"; }
|
2757 |
+
|
2758 |
+
.fa-grip-lines::before {
|
2759 |
+
content: "\f7a4"; }
|
2760 |
+
|
2761 |
+
.fa-grip-lines-vertical::before {
|
2762 |
+
content: "\f7a5"; }
|
2763 |
+
|
2764 |
+
.fa-grip-vertical::before {
|
2765 |
+
content: "\f58e"; }
|
2766 |
+
|
2767 |
+
.fa-guarani-sign::before {
|
2768 |
+
content: "\e19a"; }
|
2769 |
+
|
2770 |
+
.fa-guitar::before {
|
2771 |
+
content: "\f7a6"; }
|
2772 |
+
|
2773 |
+
.fa-gun::before {
|
2774 |
+
content: "\e19b"; }
|
2775 |
+
|
2776 |
+
.fa-h::before {
|
2777 |
+
content: "\48"; }
|
2778 |
+
|
2779 |
+
.fa-hammer::before {
|
2780 |
+
content: "\f6e3"; }
|
2781 |
+
|
2782 |
+
.fa-hamsa::before {
|
2783 |
+
content: "\f665"; }
|
2784 |
+
|
2785 |
+
.fa-hand::before {
|
2786 |
+
content: "\f256"; }
|
2787 |
+
|
2788 |
+
.fa-hand-paper::before {
|
2789 |
+
content: "\f256"; }
|
2790 |
+
|
2791 |
+
.fa-hand-back-fist::before {
|
2792 |
+
content: "\f255"; }
|
2793 |
+
|
2794 |
+
.fa-hand-rock::before {
|
2795 |
+
content: "\f255"; }
|
2796 |
+
|
2797 |
+
.fa-hand-dots::before {
|
2798 |
+
content: "\f461"; }
|
2799 |
+
|
2800 |
+
.fa-allergies::before {
|
2801 |
+
content: "\f461"; }
|
2802 |
+
|
2803 |
+
.fa-hand-fist::before {
|
2804 |
+
content: "\f6de"; }
|
2805 |
+
|
2806 |
+
.fa-fist-raised::before {
|
2807 |
+
content: "\f6de"; }
|
2808 |
+
|
2809 |
+
.fa-hand-holding::before {
|
2810 |
+
content: "\f4bd"; }
|
2811 |
+
|
2812 |
+
.fa-hand-holding-dollar::before {
|
2813 |
+
content: "\f4c0"; }
|
2814 |
+
|
2815 |
+
.fa-hand-holding-usd::before {
|
2816 |
+
content: "\f4c0"; }
|
2817 |
+
|
2818 |
+
.fa-hand-holding-droplet::before {
|
2819 |
+
content: "\f4c1"; }
|
2820 |
+
|
2821 |
+
.fa-hand-holding-water::before {
|
2822 |
+
content: "\f4c1"; }
|
2823 |
+
|
2824 |
+
.fa-hand-holding-heart::before {
|
2825 |
+
content: "\f4be"; }
|
2826 |
+
|
2827 |
+
.fa-hand-holding-medical::before {
|
2828 |
+
content: "\e05c"; }
|
2829 |
+
|
2830 |
+
.fa-hand-lizard::before {
|
2831 |
+
content: "\f258"; }
|
2832 |
+
|
2833 |
+
.fa-hand-middle-finger::before {
|
2834 |
+
content: "\f806"; }
|
2835 |
+
|
2836 |
+
.fa-hand-peace::before {
|
2837 |
+
content: "\f25b"; }
|
2838 |
+
|
2839 |
+
.fa-hand-point-down::before {
|
2840 |
+
content: "\f0a7"; }
|
2841 |
+
|
2842 |
+
.fa-hand-point-left::before {
|
2843 |
+
content: "\f0a5"; }
|
2844 |
+
|
2845 |
+
.fa-hand-point-right::before {
|
2846 |
+
content: "\f0a4"; }
|
2847 |
+
|
2848 |
+
.fa-hand-point-up::before {
|
2849 |
+
content: "\f0a6"; }
|
2850 |
+
|
2851 |
+
.fa-hand-pointer::before {
|
2852 |
+
content: "\f25a"; }
|
2853 |
+
|
2854 |
+
.fa-hand-scissors::before {
|
2855 |
+
content: "\f257"; }
|
2856 |
+
|
2857 |
+
.fa-hand-sparkles::before {
|
2858 |
+
content: "\e05d"; }
|
2859 |
+
|
2860 |
+
.fa-hand-spock::before {
|
2861 |
+
content: "\f259"; }
|
2862 |
+
|
2863 |
+
.fa-hands::before {
|
2864 |
+
content: "\f2a7"; }
|
2865 |
+
|
2866 |
+
.fa-sign-language::before {
|
2867 |
+
content: "\f2a7"; }
|
2868 |
+
|
2869 |
+
.fa-signing::before {
|
2870 |
+
content: "\f2a7"; }
|
2871 |
+
|
2872 |
+
.fa-hands-asl-interpreting::before {
|
2873 |
+
content: "\f2a3"; }
|
2874 |
+
|
2875 |
+
.fa-american-sign-language-interpreting::before {
|
2876 |
+
content: "\f2a3"; }
|
2877 |
+
|
2878 |
+
.fa-asl-interpreting::before {
|
2879 |
+
content: "\f2a3"; }
|
2880 |
+
|
2881 |
+
.fa-hands-american-sign-language-interpreting::before {
|
2882 |
+
content: "\f2a3"; }
|
2883 |
+
|
2884 |
+
.fa-hands-bubbles::before {
|
2885 |
+
content: "\e05e"; }
|
2886 |
+
|
2887 |
+
.fa-hands-wash::before {
|
2888 |
+
content: "\e05e"; }
|
2889 |
+
|
2890 |
+
.fa-hands-clapping::before {
|
2891 |
+
content: "\e1a8"; }
|
2892 |
+
|
2893 |
+
.fa-hands-holding::before {
|
2894 |
+
content: "\f4c2"; }
|
2895 |
+
|
2896 |
+
.fa-hands-praying::before {
|
2897 |
+
content: "\f684"; }
|
2898 |
+
|
2899 |
+
.fa-praying-hands::before {
|
2900 |
+
content: "\f684"; }
|
2901 |
+
|
2902 |
+
.fa-handshake::before {
|
2903 |
+
content: "\f2b5"; }
|
2904 |
+
|
2905 |
+
.fa-handshake-angle::before {
|
2906 |
+
content: "\f4c4"; }
|
2907 |
+
|
2908 |
+
.fa-hands-helping::before {
|
2909 |
+
content: "\f4c4"; }
|
2910 |
+
|
2911 |
+
.fa-handshake-simple-slash::before {
|
2912 |
+
content: "\e05f"; }
|
2913 |
+
|
2914 |
+
.fa-handshake-alt-slash::before {
|
2915 |
+
content: "\e05f"; }
|
2916 |
+
|
2917 |
+
.fa-handshake-slash::before {
|
2918 |
+
content: "\e060"; }
|
2919 |
+
|
2920 |
+
.fa-hanukiah::before {
|
2921 |
+
content: "\f6e6"; }
|
2922 |
+
|
2923 |
+
.fa-hard-drive::before {
|
2924 |
+
content: "\f0a0"; }
|
2925 |
+
|
2926 |
+
.fa-hdd::before {
|
2927 |
+
content: "\f0a0"; }
|
2928 |
+
|
2929 |
+
.fa-hashtag::before {
|
2930 |
+
content: "\23"; }
|
2931 |
+
|
2932 |
+
.fa-hat-cowboy::before {
|
2933 |
+
content: "\f8c0"; }
|
2934 |
+
|
2935 |
+
.fa-hat-cowboy-side::before {
|
2936 |
+
content: "\f8c1"; }
|
2937 |
+
|
2938 |
+
.fa-hat-wizard::before {
|
2939 |
+
content: "\f6e8"; }
|
2940 |
+
|
2941 |
+
.fa-head-side-cough::before {
|
2942 |
+
content: "\e061"; }
|
2943 |
+
|
2944 |
+
.fa-head-side-cough-slash::before {
|
2945 |
+
content: "\e062"; }
|
2946 |
+
|
2947 |
+
.fa-head-side-mask::before {
|
2948 |
+
content: "\e063"; }
|
2949 |
+
|
2950 |
+
.fa-head-side-virus::before {
|
2951 |
+
content: "\e064"; }
|
2952 |
+
|
2953 |
+
.fa-heading::before {
|
2954 |
+
content: "\f1dc"; }
|
2955 |
+
|
2956 |
+
.fa-header::before {
|
2957 |
+
content: "\f1dc"; }
|
2958 |
+
|
2959 |
+
.fa-headphones::before {
|
2960 |
+
content: "\f025"; }
|
2961 |
+
|
2962 |
+
.fa-headphones-simple::before {
|
2963 |
+
content: "\f58f"; }
|
2964 |
+
|
2965 |
+
.fa-headphones-alt::before {
|
2966 |
+
content: "\f58f"; }
|
2967 |
+
|
2968 |
+
.fa-headset::before {
|
2969 |
+
content: "\f590"; }
|
2970 |
+
|
2971 |
+
.fa-heart::before {
|
2972 |
+
content: "\f004"; }
|
2973 |
+
|
2974 |
+
.fa-heart-crack::before {
|
2975 |
+
content: "\f7a9"; }
|
2976 |
+
|
2977 |
+
.fa-heart-broken::before {
|
2978 |
+
content: "\f7a9"; }
|
2979 |
+
|
2980 |
+
.fa-heart-pulse::before {
|
2981 |
+
content: "\f21e"; }
|
2982 |
+
|
2983 |
+
.fa-heartbeat::before {
|
2984 |
+
content: "\f21e"; }
|
2985 |
+
|
2986 |
+
.fa-helicopter::before {
|
2987 |
+
content: "\f533"; }
|
2988 |
+
|
2989 |
+
.fa-helmet-safety::before {
|
2990 |
+
content: "\f807"; }
|
2991 |
+
|
2992 |
+
.fa-hard-hat::before {
|
2993 |
+
content: "\f807"; }
|
2994 |
+
|
2995 |
+
.fa-hat-hard::before {
|
2996 |
+
content: "\f807"; }
|
2997 |
+
|
2998 |
+
.fa-highlighter::before {
|
2999 |
+
content: "\f591"; }
|
3000 |
+
|
3001 |
+
.fa-hippo::before {
|
3002 |
+
content: "\f6ed"; }
|
3003 |
+
|
3004 |
+
.fa-hockey-puck::before {
|
3005 |
+
content: "\f453"; }
|
3006 |
+
|
3007 |
+
.fa-holly-berry::before {
|
3008 |
+
content: "\f7aa"; }
|
3009 |
+
|
3010 |
+
.fa-horse::before {
|
3011 |
+
content: "\f6f0"; }
|
3012 |
+
|
3013 |
+
.fa-horse-head::before {
|
3014 |
+
content: "\f7ab"; }
|
3015 |
+
|
3016 |
+
.fa-hospital::before {
|
3017 |
+
content: "\f0f8"; }
|
3018 |
+
|
3019 |
+
.fa-hospital-alt::before {
|
3020 |
+
content: "\f0f8"; }
|
3021 |
+
|
3022 |
+
.fa-hospital-wide::before {
|
3023 |
+
content: "\f0f8"; }
|
3024 |
+
|
3025 |
+
.fa-hospital-user::before {
|
3026 |
+
content: "\f80d"; }
|
3027 |
+
|
3028 |
+
.fa-hot-tub-person::before {
|
3029 |
+
content: "\f593"; }
|
3030 |
+
|
3031 |
+
.fa-hot-tub::before {
|
3032 |
+
content: "\f593"; }
|
3033 |
+
|
3034 |
+
.fa-hotdog::before {
|
3035 |
+
content: "\f80f"; }
|
3036 |
+
|
3037 |
+
.fa-hotel::before {
|
3038 |
+
content: "\f594"; }
|
3039 |
+
|
3040 |
+
.fa-hourglass::before {
|
3041 |
+
content: "\f254"; }
|
3042 |
+
|
3043 |
+
.fa-hourglass-2::before {
|
3044 |
+
content: "\f254"; }
|
3045 |
+
|
3046 |
+
.fa-hourglass-half::before {
|
3047 |
+
content: "\f254"; }
|
3048 |
+
|
3049 |
+
.fa-hourglass-empty::before {
|
3050 |
+
content: "\f252"; }
|
3051 |
+
|
3052 |
+
.fa-hourglass-end::before {
|
3053 |
+
content: "\f253"; }
|
3054 |
+
|
3055 |
+
.fa-hourglass-3::before {
|
3056 |
+
content: "\f253"; }
|
3057 |
+
|
3058 |
+
.fa-hourglass-start::before {
|
3059 |
+
content: "\f251"; }
|
3060 |
+
|
3061 |
+
.fa-hourglass-1::before {
|
3062 |
+
content: "\f251"; }
|
3063 |
+
|
3064 |
+
.fa-house::before {
|
3065 |
+
content: "\f015"; }
|
3066 |
+
|
3067 |
+
.fa-home::before {
|
3068 |
+
content: "\f015"; }
|
3069 |
+
|
3070 |
+
.fa-home-alt::before {
|
3071 |
+
content: "\f015"; }
|
3072 |
+
|
3073 |
+
.fa-home-lg-alt::before {
|
3074 |
+
content: "\f015"; }
|
3075 |
+
|
3076 |
+
.fa-house-chimney::before {
|
3077 |
+
content: "\e3af"; }
|
3078 |
+
|
3079 |
+
.fa-home-lg::before {
|
3080 |
+
content: "\e3af"; }
|
3081 |
+
|
3082 |
+
.fa-house-chimney-crack::before {
|
3083 |
+
content: "\f6f1"; }
|
3084 |
+
|
3085 |
+
.fa-house-damage::before {
|
3086 |
+
content: "\f6f1"; }
|
3087 |
+
|
3088 |
+
.fa-house-chimney-medical::before {
|
3089 |
+
content: "\f7f2"; }
|
3090 |
+
|
3091 |
+
.fa-clinic-medical::before {
|
3092 |
+
content: "\f7f2"; }
|
3093 |
+
|
3094 |
+
.fa-house-chimney-user::before {
|
3095 |
+
content: "\e065"; }
|
3096 |
+
|
3097 |
+
.fa-house-chimney-window::before {
|
3098 |
+
content: "\e00d"; }
|
3099 |
+
|
3100 |
+
.fa-house-crack::before {
|
3101 |
+
content: "\e3b1"; }
|
3102 |
+
|
3103 |
+
.fa-house-laptop::before {
|
3104 |
+
content: "\e066"; }
|
3105 |
+
|
3106 |
+
.fa-laptop-house::before {
|
3107 |
+
content: "\e066"; }
|
3108 |
+
|
3109 |
+
.fa-house-medical::before {
|
3110 |
+
content: "\e3b2"; }
|
3111 |
+
|
3112 |
+
.fa-house-user::before {
|
3113 |
+
content: "\e1b0"; }
|
3114 |
+
|
3115 |
+
.fa-home-user::before {
|
3116 |
+
content: "\e1b0"; }
|
3117 |
+
|
3118 |
+
.fa-hryvnia-sign::before {
|
3119 |
+
content: "\f6f2"; }
|
3120 |
+
|
3121 |
+
.fa-hryvnia::before {
|
3122 |
+
content: "\f6f2"; }
|
3123 |
+
|
3124 |
+
.fa-i::before {
|
3125 |
+
content: "\49"; }
|
3126 |
+
|
3127 |
+
.fa-i-cursor::before {
|
3128 |
+
content: "\f246"; }
|
3129 |
+
|
3130 |
+
.fa-ice-cream::before {
|
3131 |
+
content: "\f810"; }
|
3132 |
+
|
3133 |
+
.fa-icicles::before {
|
3134 |
+
content: "\f7ad"; }
|
3135 |
+
|
3136 |
+
.fa-icons::before {
|
3137 |
+
content: "\f86d"; }
|
3138 |
+
|
3139 |
+
.fa-heart-music-camera-bolt::before {
|
3140 |
+
content: "\f86d"; }
|
3141 |
+
|
3142 |
+
.fa-id-badge::before {
|
3143 |
+
content: "\f2c1"; }
|
3144 |
+
|
3145 |
+
.fa-id-card::before {
|
3146 |
+
content: "\f2c2"; }
|
3147 |
+
|
3148 |
+
.fa-drivers-license::before {
|
3149 |
+
content: "\f2c2"; }
|
3150 |
+
|
3151 |
+
.fa-id-card-clip::before {
|
3152 |
+
content: "\f47f"; }
|
3153 |
+
|
3154 |
+
.fa-id-card-alt::before {
|
3155 |
+
content: "\f47f"; }
|
3156 |
+
|
3157 |
+
.fa-igloo::before {
|
3158 |
+
content: "\f7ae"; }
|
3159 |
+
|
3160 |
+
.fa-image::before {
|
3161 |
+
content: "\f03e"; }
|
3162 |
+
|
3163 |
+
.fa-image-portrait::before {
|
3164 |
+
content: "\f3e0"; }
|
3165 |
+
|
3166 |
+
.fa-portrait::before {
|
3167 |
+
content: "\f3e0"; }
|
3168 |
+
|
3169 |
+
.fa-images::before {
|
3170 |
+
content: "\f302"; }
|
3171 |
+
|
3172 |
+
.fa-inbox::before {
|
3173 |
+
content: "\f01c"; }
|
3174 |
+
|
3175 |
+
.fa-indent::before {
|
3176 |
+
content: "\f03c"; }
|
3177 |
+
|
3178 |
+
.fa-indian-rupee-sign::before {
|
3179 |
+
content: "\e1bc"; }
|
3180 |
+
|
3181 |
+
.fa-indian-rupee::before {
|
3182 |
+
content: "\e1bc"; }
|
3183 |
+
|
3184 |
+
.fa-inr::before {
|
3185 |
+
content: "\e1bc"; }
|
3186 |
+
|
3187 |
+
.fa-industry::before {
|
3188 |
+
content: "\f275"; }
|
3189 |
+
|
3190 |
+
.fa-infinity::before {
|
3191 |
+
content: "\f534"; }
|
3192 |
+
|
3193 |
+
.fa-info::before {
|
3194 |
+
content: "\f129"; }
|
3195 |
+
|
3196 |
+
.fa-italic::before {
|
3197 |
+
content: "\f033"; }
|
3198 |
+
|
3199 |
+
.fa-j::before {
|
3200 |
+
content: "\4a"; }
|
3201 |
+
|
3202 |
+
.fa-jedi::before {
|
3203 |
+
content: "\f669"; }
|
3204 |
+
|
3205 |
+
.fa-jet-fighter::before {
|
3206 |
+
content: "\f0fb"; }
|
3207 |
+
|
3208 |
+
.fa-fighter-jet::before {
|
3209 |
+
content: "\f0fb"; }
|
3210 |
+
|
3211 |
+
.fa-joint::before {
|
3212 |
+
content: "\f595"; }
|
3213 |
+
|
3214 |
+
.fa-k::before {
|
3215 |
+
content: "\4b"; }
|
3216 |
+
|
3217 |
+
.fa-kaaba::before {
|
3218 |
+
content: "\f66b"; }
|
3219 |
+
|
3220 |
+
.fa-key::before {
|
3221 |
+
content: "\f084"; }
|
3222 |
+
|
3223 |
+
.fa-keyboard::before {
|
3224 |
+
content: "\f11c"; }
|
3225 |
+
|
3226 |
+
.fa-khanda::before {
|
3227 |
+
content: "\f66d"; }
|
3228 |
+
|
3229 |
+
.fa-kip-sign::before {
|
3230 |
+
content: "\e1c4"; }
|
3231 |
+
|
3232 |
+
.fa-kit-medical::before {
|
3233 |
+
content: "\f479"; }
|
3234 |
+
|
3235 |
+
.fa-first-aid::before {
|
3236 |
+
content: "\f479"; }
|
3237 |
+
|
3238 |
+
.fa-kiwi-bird::before {
|
3239 |
+
content: "\f535"; }
|
3240 |
+
|
3241 |
+
.fa-l::before {
|
3242 |
+
content: "\4c"; }
|
3243 |
+
|
3244 |
+
.fa-landmark::before {
|
3245 |
+
content: "\f66f"; }
|
3246 |
+
|
3247 |
+
.fa-language::before {
|
3248 |
+
content: "\f1ab"; }
|
3249 |
+
|
3250 |
+
.fa-laptop::before {
|
3251 |
+
content: "\f109"; }
|
3252 |
+
|
3253 |
+
.fa-laptop-code::before {
|
3254 |
+
content: "\f5fc"; }
|
3255 |
+
|
3256 |
+
.fa-laptop-medical::before {
|
3257 |
+
content: "\f812"; }
|
3258 |
+
|
3259 |
+
.fa-lari-sign::before {
|
3260 |
+
content: "\e1c8"; }
|
3261 |
+
|
3262 |
+
.fa-layer-group::before {
|
3263 |
+
content: "\f5fd"; }
|
3264 |
+
|
3265 |
+
.fa-leaf::before {
|
3266 |
+
content: "\f06c"; }
|
3267 |
+
|
3268 |
+
.fa-left-long::before {
|
3269 |
+
content: "\f30a"; }
|
3270 |
+
|
3271 |
+
.fa-long-arrow-alt-left::before {
|
3272 |
+
content: "\f30a"; }
|
3273 |
+
|
3274 |
+
.fa-left-right::before {
|
3275 |
+
content: "\f337"; }
|
3276 |
+
|
3277 |
+
.fa-arrows-alt-h::before {
|
3278 |
+
content: "\f337"; }
|
3279 |
+
|
3280 |
+
.fa-lemon::before {
|
3281 |
+
content: "\f094"; }
|
3282 |
+
|
3283 |
+
.fa-less-than::before {
|
3284 |
+
content: "\3c"; }
|
3285 |
+
|
3286 |
+
.fa-less-than-equal::before {
|
3287 |
+
content: "\f537"; }
|
3288 |
+
|
3289 |
+
.fa-life-ring::before {
|
3290 |
+
content: "\f1cd"; }
|
3291 |
+
|
3292 |
+
.fa-lightbulb::before {
|
3293 |
+
content: "\f0eb"; }
|
3294 |
+
|
3295 |
+
.fa-link::before {
|
3296 |
+
content: "\f0c1"; }
|
3297 |
+
|
3298 |
+
.fa-chain::before {
|
3299 |
+
content: "\f0c1"; }
|
3300 |
+
|
3301 |
+
.fa-link-slash::before {
|
3302 |
+
content: "\f127"; }
|
3303 |
+
|
3304 |
+
.fa-chain-broken::before {
|
3305 |
+
content: "\f127"; }
|
3306 |
+
|
3307 |
+
.fa-chain-slash::before {
|
3308 |
+
content: "\f127"; }
|
3309 |
+
|
3310 |
+
.fa-unlink::before {
|
3311 |
+
content: "\f127"; }
|
3312 |
+
|
3313 |
+
.fa-lira-sign::before {
|
3314 |
+
content: "\f195"; }
|
3315 |
+
|
3316 |
+
.fa-list::before {
|
3317 |
+
content: "\f03a"; }
|
3318 |
+
|
3319 |
+
.fa-list-squares::before {
|
3320 |
+
content: "\f03a"; }
|
3321 |
+
|
3322 |
+
.fa-list-check::before {
|
3323 |
+
content: "\f0ae"; }
|
3324 |
+
|
3325 |
+
.fa-tasks::before {
|
3326 |
+
content: "\f0ae"; }
|
3327 |
+
|
3328 |
+
.fa-list-ol::before {
|
3329 |
+
content: "\f0cb"; }
|
3330 |
+
|
3331 |
+
.fa-list-1-2::before {
|
3332 |
+
content: "\f0cb"; }
|
3333 |
+
|
3334 |
+
.fa-list-numeric::before {
|
3335 |
+
content: "\f0cb"; }
|
3336 |
+
|
3337 |
+
.fa-list-ul::before {
|
3338 |
+
content: "\f0ca"; }
|
3339 |
+
|
3340 |
+
.fa-list-dots::before {
|
3341 |
+
content: "\f0ca"; }
|
3342 |
+
|
3343 |
+
.fa-litecoin-sign::before {
|
3344 |
+
content: "\e1d3"; }
|
3345 |
+
|
3346 |
+
.fa-location-arrow::before {
|
3347 |
+
content: "\f124"; }
|
3348 |
+
|
3349 |
+
.fa-location-crosshairs::before {
|
3350 |
+
content: "\f601"; }
|
3351 |
+
|
3352 |
+
.fa-location::before {
|
3353 |
+
content: "\f601"; }
|
3354 |
+
|
3355 |
+
.fa-location-dot::before {
|
3356 |
+
content: "\f3c5"; }
|
3357 |
+
|
3358 |
+
.fa-map-marker-alt::before {
|
3359 |
+
content: "\f3c5"; }
|
3360 |
+
|
3361 |
+
.fa-location-pin::before {
|
3362 |
+
content: "\f041"; }
|
3363 |
+
|
3364 |
+
.fa-map-marker::before {
|
3365 |
+
content: "\f041"; }
|
3366 |
+
|
3367 |
+
.fa-lock::before {
|
3368 |
+
content: "\f023"; }
|
3369 |
+
|
3370 |
+
.fa-lock-open::before {
|
3371 |
+
content: "\f3c1"; }
|
3372 |
+
|
3373 |
+
.fa-lungs::before {
|
3374 |
+
content: "\f604"; }
|
3375 |
+
|
3376 |
+
.fa-lungs-virus::before {
|
3377 |
+
content: "\e067"; }
|
3378 |
+
|
3379 |
+
.fa-m::before {
|
3380 |
+
content: "\4d"; }
|
3381 |
+
|
3382 |
+
.fa-magnet::before {
|
3383 |
+
content: "\f076"; }
|
3384 |
+
|
3385 |
+
.fa-magnifying-glass::before {
|
3386 |
+
content: "\f002"; }
|
3387 |
+
|
3388 |
+
.fa-search::before {
|
3389 |
+
content: "\f002"; }
|
3390 |
+
|
3391 |
+
.fa-magnifying-glass-dollar::before {
|
3392 |
+
content: "\f688"; }
|
3393 |
+
|
3394 |
+
.fa-search-dollar::before {
|
3395 |
+
content: "\f688"; }
|
3396 |
+
|
3397 |
+
.fa-magnifying-glass-location::before {
|
3398 |
+
content: "\f689"; }
|
3399 |
+
|
3400 |
+
.fa-search-location::before {
|
3401 |
+
content: "\f689"; }
|
3402 |
+
|
3403 |
+
.fa-magnifying-glass-minus::before {
|
3404 |
+
content: "\f010"; }
|
3405 |
+
|
3406 |
+
.fa-search-minus::before {
|
3407 |
+
content: "\f010"; }
|
3408 |
+
|
3409 |
+
.fa-magnifying-glass-plus::before {
|
3410 |
+
content: "\f00e"; }
|
3411 |
+
|
3412 |
+
.fa-search-plus::before {
|
3413 |
+
content: "\f00e"; }
|
3414 |
+
|
3415 |
+
.fa-manat-sign::before {
|
3416 |
+
content: "\e1d5"; }
|
3417 |
+
|
3418 |
+
.fa-map::before {
|
3419 |
+
content: "\f279"; }
|
3420 |
+
|
3421 |
+
.fa-map-location::before {
|
3422 |
+
content: "\f59f"; }
|
3423 |
+
|
3424 |
+
.fa-map-marked::before {
|
3425 |
+
content: "\f59f"; }
|
3426 |
+
|
3427 |
+
.fa-map-location-dot::before {
|
3428 |
+
content: "\f5a0"; }
|
3429 |
+
|
3430 |
+
.fa-map-marked-alt::before {
|
3431 |
+
content: "\f5a0"; }
|
3432 |
+
|
3433 |
+
.fa-map-pin::before {
|
3434 |
+
content: "\f276"; }
|
3435 |
+
|
3436 |
+
.fa-marker::before {
|
3437 |
+
content: "\f5a1"; }
|
3438 |
+
|
3439 |
+
.fa-mars::before {
|
3440 |
+
content: "\f222"; }
|
3441 |
+
|
3442 |
+
.fa-mars-and-venus::before {
|
3443 |
+
content: "\f224"; }
|
3444 |
+
|
3445 |
+
.fa-mars-double::before {
|
3446 |
+
content: "\f227"; }
|
3447 |
+
|
3448 |
+
.fa-mars-stroke::before {
|
3449 |
+
content: "\f229"; }
|
3450 |
+
|
3451 |
+
.fa-mars-stroke-right::before {
|
3452 |
+
content: "\f22b"; }
|
3453 |
+
|
3454 |
+
.fa-mars-stroke-h::before {
|
3455 |
+
content: "\f22b"; }
|
3456 |
+
|
3457 |
+
.fa-mars-stroke-up::before {
|
3458 |
+
content: "\f22a"; }
|
3459 |
+
|
3460 |
+
.fa-mars-stroke-v::before {
|
3461 |
+
content: "\f22a"; }
|
3462 |
+
|
3463 |
+
.fa-martini-glass::before {
|
3464 |
+
content: "\f57b"; }
|
3465 |
+
|
3466 |
+
.fa-glass-martini-alt::before {
|
3467 |
+
content: "\f57b"; }
|
3468 |
+
|
3469 |
+
.fa-martini-glass-citrus::before {
|
3470 |
+
content: "\f561"; }
|
3471 |
+
|
3472 |
+
.fa-cocktail::before {
|
3473 |
+
content: "\f561"; }
|
3474 |
+
|
3475 |
+
.fa-martini-glass-empty::before {
|
3476 |
+
content: "\f000"; }
|
3477 |
+
|
3478 |
+
.fa-glass-martini::before {
|
3479 |
+
content: "\f000"; }
|
3480 |
+
|
3481 |
+
.fa-mask::before {
|
3482 |
+
content: "\f6fa"; }
|
3483 |
+
|
3484 |
+
.fa-mask-face::before {
|
3485 |
+
content: "\e1d7"; }
|
3486 |
+
|
3487 |
+
.fa-masks-theater::before {
|
3488 |
+
content: "\f630"; }
|
3489 |
+
|
3490 |
+
.fa-theater-masks::before {
|
3491 |
+
content: "\f630"; }
|
3492 |
+
|
3493 |
+
.fa-maximize::before {
|
3494 |
+
content: "\f31e"; }
|
3495 |
+
|
3496 |
+
.fa-expand-arrows-alt::before {
|
3497 |
+
content: "\f31e"; }
|
3498 |
+
|
3499 |
+
.fa-medal::before {
|
3500 |
+
content: "\f5a2"; }
|
3501 |
+
|
3502 |
+
.fa-memory::before {
|
3503 |
+
content: "\f538"; }
|
3504 |
+
|
3505 |
+
.fa-menorah::before {
|
3506 |
+
content: "\f676"; }
|
3507 |
+
|
3508 |
+
.fa-mercury::before {
|
3509 |
+
content: "\f223"; }
|
3510 |
+
|
3511 |
+
.fa-message::before {
|
3512 |
+
content: "\f27a"; }
|
3513 |
+
|
3514 |
+
.fa-comment-alt::before {
|
3515 |
+
content: "\f27a"; }
|
3516 |
+
|
3517 |
+
.fa-meteor::before {
|
3518 |
+
content: "\f753"; }
|
3519 |
+
|
3520 |
+
.fa-microchip::before {
|
3521 |
+
content: "\f2db"; }
|
3522 |
+
|
3523 |
+
.fa-microphone::before {
|
3524 |
+
content: "\f130"; }
|
3525 |
+
|
3526 |
+
.fa-microphone-lines::before {
|
3527 |
+
content: "\f3c9"; }
|
3528 |
+
|
3529 |
+
.fa-microphone-alt::before {
|
3530 |
+
content: "\f3c9"; }
|
3531 |
+
|
3532 |
+
.fa-microphone-lines-slash::before {
|
3533 |
+
content: "\f539"; }
|
3534 |
+
|
3535 |
+
.fa-microphone-alt-slash::before {
|
3536 |
+
content: "\f539"; }
|
3537 |
+
|
3538 |
+
.fa-microphone-slash::before {
|
3539 |
+
content: "\f131"; }
|
3540 |
+
|
3541 |
+
.fa-microscope::before {
|
3542 |
+
content: "\f610"; }
|
3543 |
+
|
3544 |
+
.fa-mill-sign::before {
|
3545 |
+
content: "\e1ed"; }
|
3546 |
+
|
3547 |
+
.fa-minimize::before {
|
3548 |
+
content: "\f78c"; }
|
3549 |
+
|
3550 |
+
.fa-compress-arrows-alt::before {
|
3551 |
+
content: "\f78c"; }
|
3552 |
+
|
3553 |
+
.fa-minus::before {
|
3554 |
+
content: "\f068"; }
|
3555 |
+
|
3556 |
+
.fa-subtract::before {
|
3557 |
+
content: "\f068"; }
|
3558 |
+
|
3559 |
+
.fa-mitten::before {
|
3560 |
+
content: "\f7b5"; }
|
3561 |
+
|
3562 |
+
.fa-mobile::before {
|
3563 |
+
content: "\f3ce"; }
|
3564 |
+
|
3565 |
+
.fa-mobile-android::before {
|
3566 |
+
content: "\f3ce"; }
|
3567 |
+
|
3568 |
+
.fa-mobile-phone::before {
|
3569 |
+
content: "\f3ce"; }
|
3570 |
+
|
3571 |
+
.fa-mobile-button::before {
|
3572 |
+
content: "\f10b"; }
|
3573 |
+
|
3574 |
+
.fa-mobile-screen-button::before {
|
3575 |
+
content: "\f3cd"; }
|
3576 |
+
|
3577 |
+
.fa-mobile-alt::before {
|
3578 |
+
content: "\f3cd"; }
|
3579 |
+
|
3580 |
+
.fa-money-bill::before {
|
3581 |
+
content: "\f0d6"; }
|
3582 |
+
|
3583 |
+
.fa-money-bill-1::before {
|
3584 |
+
content: "\f3d1"; }
|
3585 |
+
|
3586 |
+
.fa-money-bill-alt::before {
|
3587 |
+
content: "\f3d1"; }
|
3588 |
+
|
3589 |
+
.fa-money-bill-1-wave::before {
|
3590 |
+
content: "\f53b"; }
|
3591 |
+
|
3592 |
+
.fa-money-bill-wave-alt::before {
|
3593 |
+
content: "\f53b"; }
|
3594 |
+
|
3595 |
+
.fa-money-bill-wave::before {
|
3596 |
+
content: "\f53a"; }
|
3597 |
+
|
3598 |
+
.fa-money-check::before {
|
3599 |
+
content: "\f53c"; }
|
3600 |
+
|
3601 |
+
.fa-money-check-dollar::before {
|
3602 |
+
content: "\f53d"; }
|
3603 |
+
|
3604 |
+
.fa-money-check-alt::before {
|
3605 |
+
content: "\f53d"; }
|
3606 |
+
|
3607 |
+
.fa-monument::before {
|
3608 |
+
content: "\f5a6"; }
|
3609 |
+
|
3610 |
+
.fa-moon::before {
|
3611 |
+
content: "\f186"; }
|
3612 |
+
|
3613 |
+
.fa-mortar-pestle::before {
|
3614 |
+
content: "\f5a7"; }
|
3615 |
+
|
3616 |
+
.fa-mosque::before {
|
3617 |
+
content: "\f678"; }
|
3618 |
+
|
3619 |
+
.fa-motorcycle::before {
|
3620 |
+
content: "\f21c"; }
|
3621 |
+
|
3622 |
+
.fa-mountain::before {
|
3623 |
+
content: "\f6fc"; }
|
3624 |
+
|
3625 |
+
.fa-mug-hot::before {
|
3626 |
+
content: "\f7b6"; }
|
3627 |
+
|
3628 |
+
.fa-mug-saucer::before {
|
3629 |
+
content: "\f0f4"; }
|
3630 |
+
|
3631 |
+
.fa-coffee::before {
|
3632 |
+
content: "\f0f4"; }
|
3633 |
+
|
3634 |
+
.fa-music::before {
|
3635 |
+
content: "\f001"; }
|
3636 |
+
|
3637 |
+
.fa-n::before {
|
3638 |
+
content: "\4e"; }
|
3639 |
+
|
3640 |
+
.fa-naira-sign::before {
|
3641 |
+
content: "\e1f6"; }
|
3642 |
+
|
3643 |
+
.fa-network-wired::before {
|
3644 |
+
content: "\f6ff"; }
|
3645 |
+
|
3646 |
+
.fa-neuter::before {
|
3647 |
+
content: "\f22c"; }
|
3648 |
+
|
3649 |
+
.fa-newspaper::before {
|
3650 |
+
content: "\f1ea"; }
|
3651 |
+
|
3652 |
+
.fa-not-equal::before {
|
3653 |
+
content: "\f53e"; }
|
3654 |
+
|
3655 |
+
.fa-note-sticky::before {
|
3656 |
+
content: "\f249"; }
|
3657 |
+
|
3658 |
+
.fa-sticky-note::before {
|
3659 |
+
content: "\f249"; }
|
3660 |
+
|
3661 |
+
.fa-notes-medical::before {
|
3662 |
+
content: "\f481"; }
|
3663 |
+
|
3664 |
+
.fa-o::before {
|
3665 |
+
content: "\4f"; }
|
3666 |
+
|
3667 |
+
.fa-object-group::before {
|
3668 |
+
content: "\f247"; }
|
3669 |
+
|
3670 |
+
.fa-object-ungroup::before {
|
3671 |
+
content: "\f248"; }
|
3672 |
+
|
3673 |
+
.fa-oil-can::before {
|
3674 |
+
content: "\f613"; }
|
3675 |
+
|
3676 |
+
.fa-om::before {
|
3677 |
+
content: "\f679"; }
|
3678 |
+
|
3679 |
+
.fa-otter::before {
|
3680 |
+
content: "\f700"; }
|
3681 |
+
|
3682 |
+
.fa-outdent::before {
|
3683 |
+
content: "\f03b"; }
|
3684 |
+
|
3685 |
+
.fa-dedent::before {
|
3686 |
+
content: "\f03b"; }
|
3687 |
+
|
3688 |
+
.fa-p::before {
|
3689 |
+
content: "\50"; }
|
3690 |
+
|
3691 |
+
.fa-pager::before {
|
3692 |
+
content: "\f815"; }
|
3693 |
+
|
3694 |
+
.fa-paint-roller::before {
|
3695 |
+
content: "\f5aa"; }
|
3696 |
+
|
3697 |
+
.fa-paintbrush::before {
|
3698 |
+
content: "\f1fc"; }
|
3699 |
+
|
3700 |
+
.fa-paint-brush::before {
|
3701 |
+
content: "\f1fc"; }
|
3702 |
+
|
3703 |
+
.fa-palette::before {
|
3704 |
+
content: "\f53f"; }
|
3705 |
+
|
3706 |
+
.fa-pallet::before {
|
3707 |
+
content: "\f482"; }
|
3708 |
+
|
3709 |
+
.fa-panorama::before {
|
3710 |
+
content: "\e209"; }
|
3711 |
+
|
3712 |
+
.fa-paper-plane::before {
|
3713 |
+
content: "\f1d8"; }
|
3714 |
+
|
3715 |
+
.fa-paperclip::before {
|
3716 |
+
content: "\f0c6"; }
|
3717 |
+
|
3718 |
+
.fa-parachute-box::before {
|
3719 |
+
content: "\f4cd"; }
|
3720 |
+
|
3721 |
+
.fa-paragraph::before {
|
3722 |
+
content: "\f1dd"; }
|
3723 |
+
|
3724 |
+
.fa-passport::before {
|
3725 |
+
content: "\f5ab"; }
|
3726 |
+
|
3727 |
+
.fa-paste::before {
|
3728 |
+
content: "\f0ea"; }
|
3729 |
+
|
3730 |
+
.fa-file-clipboard::before {
|
3731 |
+
content: "\f0ea"; }
|
3732 |
+
|
3733 |
+
.fa-pause::before {
|
3734 |
+
content: "\f04c"; }
|
3735 |
+
|
3736 |
+
.fa-paw::before {
|
3737 |
+
content: "\f1b0"; }
|
3738 |
+
|
3739 |
+
.fa-peace::before {
|
3740 |
+
content: "\f67c"; }
|
3741 |
+
|
3742 |
+
.fa-pen::before {
|
3743 |
+
content: "\f304"; }
|
3744 |
+
|
3745 |
+
.fa-pen-clip::before {
|
3746 |
+
content: "\f305"; }
|
3747 |
+
|
3748 |
+
.fa-pen-alt::before {
|
3749 |
+
content: "\f305"; }
|
3750 |
+
|
3751 |
+
.fa-pen-fancy::before {
|
3752 |
+
content: "\f5ac"; }
|
3753 |
+
|
3754 |
+
.fa-pen-nib::before {
|
3755 |
+
content: "\f5ad"; }
|
3756 |
+
|
3757 |
+
.fa-pen-ruler::before {
|
3758 |
+
content: "\f5ae"; }
|
3759 |
+
|
3760 |
+
.fa-pencil-ruler::before {
|
3761 |
+
content: "\f5ae"; }
|
3762 |
+
|
3763 |
+
.fa-pen-to-square::before {
|
3764 |
+
content: "\f044"; }
|
3765 |
+
|
3766 |
+
.fa-edit::before {
|
3767 |
+
content: "\f044"; }
|
3768 |
+
|
3769 |
+
.fa-pencil::before {
|
3770 |
+
content: "\f303"; }
|
3771 |
+
|
3772 |
+
.fa-pencil-alt::before {
|
3773 |
+
content: "\f303"; }
|
3774 |
+
|
3775 |
+
.fa-people-arrows-left-right::before {
|
3776 |
+
content: "\e068"; }
|
3777 |
+
|
3778 |
+
.fa-people-arrows::before {
|
3779 |
+
content: "\e068"; }
|
3780 |
+
|
3781 |
+
.fa-people-carry-box::before {
|
3782 |
+
content: "\f4ce"; }
|
3783 |
+
|
3784 |
+
.fa-people-carry::before {
|
3785 |
+
content: "\f4ce"; }
|
3786 |
+
|
3787 |
+
.fa-pepper-hot::before {
|
3788 |
+
content: "\f816"; }
|
3789 |
+
|
3790 |
+
.fa-percent::before {
|
3791 |
+
content: "\25"; }
|
3792 |
+
|
3793 |
+
.fa-percentage::before {
|
3794 |
+
content: "\25"; }
|
3795 |
+
|
3796 |
+
.fa-person::before {
|
3797 |
+
content: "\f183"; }
|
3798 |
+
|
3799 |
+
.fa-male::before {
|
3800 |
+
content: "\f183"; }
|
3801 |
+
|
3802 |
+
.fa-person-biking::before {
|
3803 |
+
content: "\f84a"; }
|
3804 |
+
|
3805 |
+
.fa-biking::before {
|
3806 |
+
content: "\f84a"; }
|
3807 |
+
|
3808 |
+
.fa-person-booth::before {
|
3809 |
+
content: "\f756"; }
|
3810 |
+
|
3811 |
+
.fa-person-dots-from-line::before {
|
3812 |
+
content: "\f470"; }
|
3813 |
+
|
3814 |
+
.fa-diagnoses::before {
|
3815 |
+
content: "\f470"; }
|
3816 |
+
|
3817 |
+
.fa-person-dress::before {
|
3818 |
+
content: "\f182"; }
|
3819 |
+
|
3820 |
+
.fa-female::before {
|
3821 |
+
content: "\f182"; }
|
3822 |
+
|
3823 |
+
.fa-person-hiking::before {
|
3824 |
+
content: "\f6ec"; }
|
3825 |
+
|
3826 |
+
.fa-hiking::before {
|
3827 |
+
content: "\f6ec"; }
|
3828 |
+
|
3829 |
+
.fa-person-praying::before {
|
3830 |
+
content: "\f683"; }
|
3831 |
+
|
3832 |
+
.fa-pray::before {
|
3833 |
+
content: "\f683"; }
|
3834 |
+
|
3835 |
+
.fa-person-running::before {
|
3836 |
+
content: "\f70c"; }
|
3837 |
+
|
3838 |
+
.fa-running::before {
|
3839 |
+
content: "\f70c"; }
|
3840 |
+
|
3841 |
+
.fa-person-skating::before {
|
3842 |
+
content: "\f7c5"; }
|
3843 |
+
|
3844 |
+
.fa-skating::before {
|
3845 |
+
content: "\f7c5"; }
|
3846 |
+
|
3847 |
+
.fa-person-skiing::before {
|
3848 |
+
content: "\f7c9"; }
|
3849 |
+
|
3850 |
+
.fa-skiing::before {
|
3851 |
+
content: "\f7c9"; }
|
3852 |
+
|
3853 |
+
.fa-person-skiing-nordic::before {
|
3854 |
+
content: "\f7ca"; }
|
3855 |
+
|
3856 |
+
.fa-skiing-nordic::before {
|
3857 |
+
content: "\f7ca"; }
|
3858 |
+
|
3859 |
+
.fa-person-snowboarding::before {
|
3860 |
+
content: "\f7ce"; }
|
3861 |
+
|
3862 |
+
.fa-snowboarding::before {
|
3863 |
+
content: "\f7ce"; }
|
3864 |
+
|
3865 |
+
.fa-person-swimming::before {
|
3866 |
+
content: "\f5c4"; }
|
3867 |
+
|
3868 |
+
.fa-swimmer::before {
|
3869 |
+
content: "\f5c4"; }
|
3870 |
+
|
3871 |
+
.fa-person-walking::before {
|
3872 |
+
content: "\f554"; }
|
3873 |
+
|
3874 |
+
.fa-walking::before {
|
3875 |
+
content: "\f554"; }
|
3876 |
+
|
3877 |
+
.fa-person-walking-with-cane::before {
|
3878 |
+
content: "\f29d"; }
|
3879 |
+
|
3880 |
+
.fa-blind::before {
|
3881 |
+
content: "\f29d"; }
|
3882 |
+
|
3883 |
+
.fa-peseta-sign::before {
|
3884 |
+
content: "\e221"; }
|
3885 |
+
|
3886 |
+
.fa-peso-sign::before {
|
3887 |
+
content: "\e222"; }
|
3888 |
+
|
3889 |
+
.fa-phone::before {
|
3890 |
+
content: "\f095"; }
|
3891 |
+
|
3892 |
+
.fa-phone-flip::before {
|
3893 |
+
content: "\f879"; }
|
3894 |
+
|
3895 |
+
.fa-phone-alt::before {
|
3896 |
+
content: "\f879"; }
|
3897 |
+
|
3898 |
+
.fa-phone-slash::before {
|
3899 |
+
content: "\f3dd"; }
|
3900 |
+
|
3901 |
+
.fa-phone-volume::before {
|
3902 |
+
content: "\f2a0"; }
|
3903 |
+
|
3904 |
+
.fa-volume-control-phone::before {
|
3905 |
+
content: "\f2a0"; }
|
3906 |
+
|
3907 |
+
.fa-photo-film::before {
|
3908 |
+
content: "\f87c"; }
|
3909 |
+
|
3910 |
+
.fa-photo-video::before {
|
3911 |
+
content: "\f87c"; }
|
3912 |
+
|
3913 |
+
.fa-piggy-bank::before {
|
3914 |
+
content: "\f4d3"; }
|
3915 |
+
|
3916 |
+
.fa-pills::before {
|
3917 |
+
content: "\f484"; }
|
3918 |
+
|
3919 |
+
.fa-pizza-slice::before {
|
3920 |
+
content: "\f818"; }
|
3921 |
+
|
3922 |
+
.fa-place-of-worship::before {
|
3923 |
+
content: "\f67f"; }
|
3924 |
+
|
3925 |
+
.fa-plane::before {
|
3926 |
+
content: "\f072"; }
|
3927 |
+
|
3928 |
+
.fa-plane-arrival::before {
|
3929 |
+
content: "\f5af"; }
|
3930 |
+
|
3931 |
+
.fa-plane-departure::before {
|
3932 |
+
content: "\f5b0"; }
|
3933 |
+
|
3934 |
+
.fa-plane-slash::before {
|
3935 |
+
content: "\e069"; }
|
3936 |
+
|
3937 |
+
.fa-play::before {
|
3938 |
+
content: "\f04b"; }
|
3939 |
+
|
3940 |
+
.fa-plug::before {
|
3941 |
+
content: "\f1e6"; }
|
3942 |
+
|
3943 |
+
.fa-plus::before {
|
3944 |
+
content: "\2b"; }
|
3945 |
+
|
3946 |
+
.fa-add::before {
|
3947 |
+
content: "\2b"; }
|
3948 |
+
|
3949 |
+
.fa-plus-minus::before {
|
3950 |
+
content: "\e43c"; }
|
3951 |
+
|
3952 |
+
.fa-podcast::before {
|
3953 |
+
content: "\f2ce"; }
|
3954 |
+
|
3955 |
+
.fa-poo::before {
|
3956 |
+
content: "\f2fe"; }
|
3957 |
+
|
3958 |
+
.fa-poo-storm::before {
|
3959 |
+
content: "\f75a"; }
|
3960 |
+
|
3961 |
+
.fa-poo-bolt::before {
|
3962 |
+
content: "\f75a"; }
|
3963 |
+
|
3964 |
+
.fa-poop::before {
|
3965 |
+
content: "\f619"; }
|
3966 |
+
|
3967 |
+
.fa-power-off::before {
|
3968 |
+
content: "\f011"; }
|
3969 |
+
|
3970 |
+
.fa-prescription::before {
|
3971 |
+
content: "\f5b1"; }
|
3972 |
+
|
3973 |
+
.fa-prescription-bottle::before {
|
3974 |
+
content: "\f485"; }
|
3975 |
+
|
3976 |
+
.fa-prescription-bottle-medical::before {
|
3977 |
+
content: "\f486"; }
|
3978 |
+
|
3979 |
+
.fa-prescription-bottle-alt::before {
|
3980 |
+
content: "\f486"; }
|
3981 |
+
|
3982 |
+
.fa-print::before {
|
3983 |
+
content: "\f02f"; }
|
3984 |
+
|
3985 |
+
.fa-pump-medical::before {
|
3986 |
+
content: "\e06a"; }
|
3987 |
+
|
3988 |
+
.fa-pump-soap::before {
|
3989 |
+
content: "\e06b"; }
|
3990 |
+
|
3991 |
+
.fa-puzzle-piece::before {
|
3992 |
+
content: "\f12e"; }
|
3993 |
+
|
3994 |
+
.fa-q::before {
|
3995 |
+
content: "\51"; }
|
3996 |
+
|
3997 |
+
.fa-qrcode::before {
|
3998 |
+
content: "\f029"; }
|
3999 |
+
|
4000 |
+
.fa-question::before {
|
4001 |
+
content: "\3f"; }
|
4002 |
+
|
4003 |
+
.fa-quote-left::before {
|
4004 |
+
content: "\f10d"; }
|
4005 |
+
|
4006 |
+
.fa-quote-left-alt::before {
|
4007 |
+
content: "\f10d"; }
|
4008 |
+
|
4009 |
+
.fa-quote-right::before {
|
4010 |
+
content: "\f10e"; }
|
4011 |
+
|
4012 |
+
.fa-quote-right-alt::before {
|
4013 |
+
content: "\f10e"; }
|
4014 |
+
|
4015 |
+
.fa-r::before {
|
4016 |
+
content: "\52"; }
|
4017 |
+
|
4018 |
+
.fa-radiation::before {
|
4019 |
+
content: "\f7b9"; }
|
4020 |
+
|
4021 |
+
.fa-rainbow::before {
|
4022 |
+
content: "\f75b"; }
|
4023 |
+
|
4024 |
+
.fa-receipt::before {
|
4025 |
+
content: "\f543"; }
|
4026 |
+
|
4027 |
+
.fa-record-vinyl::before {
|
4028 |
+
content: "\f8d9"; }
|
4029 |
+
|
4030 |
+
.fa-rectangle-ad::before {
|
4031 |
+
content: "\f641"; }
|
4032 |
+
|
4033 |
+
.fa-ad::before {
|
4034 |
+
content: "\f641"; }
|
4035 |
+
|
4036 |
+
.fa-rectangle-list::before {
|
4037 |
+
content: "\f022"; }
|
4038 |
+
|
4039 |
+
.fa-list-alt::before {
|
4040 |
+
content: "\f022"; }
|
4041 |
+
|
4042 |
+
.fa-rectangle-xmark::before {
|
4043 |
+
content: "\f410"; }
|
4044 |
+
|
4045 |
+
.fa-rectangle-times::before {
|
4046 |
+
content: "\f410"; }
|
4047 |
+
|
4048 |
+
.fa-times-rectangle::before {
|
4049 |
+
content: "\f410"; }
|
4050 |
+
|
4051 |
+
.fa-window-close::before {
|
4052 |
+
content: "\f410"; }
|
4053 |
+
|
4054 |
+
.fa-recycle::before {
|
4055 |
+
content: "\f1b8"; }
|
4056 |
+
|
4057 |
+
.fa-registered::before {
|
4058 |
+
content: "\f25d"; }
|
4059 |
+
|
4060 |
+
.fa-repeat::before {
|
4061 |
+
content: "\f363"; }
|
4062 |
+
|
4063 |
+
.fa-reply::before {
|
4064 |
+
content: "\f3e5"; }
|
4065 |
+
|
4066 |
+
.fa-mail-reply::before {
|
4067 |
+
content: "\f3e5"; }
|
4068 |
+
|
4069 |
+
.fa-reply-all::before {
|
4070 |
+
content: "\f122"; }
|
4071 |
+
|
4072 |
+
.fa-mail-reply-all::before {
|
4073 |
+
content: "\f122"; }
|
4074 |
+
|
4075 |
+
.fa-republican::before {
|
4076 |
+
content: "\f75e"; }
|
4077 |
+
|
4078 |
+
.fa-restroom::before {
|
4079 |
+
content: "\f7bd"; }
|
4080 |
+
|
4081 |
+
.fa-retweet::before {
|
4082 |
+
content: "\f079"; }
|
4083 |
+
|
4084 |
+
.fa-ribbon::before {
|
4085 |
+
content: "\f4d6"; }
|
4086 |
+
|
4087 |
+
.fa-right-from-bracket::before {
|
4088 |
+
content: "\f2f5"; }
|
4089 |
+
|
4090 |
+
.fa-sign-out-alt::before {
|
4091 |
+
content: "\f2f5"; }
|
4092 |
+
|
4093 |
+
.fa-right-left::before {
|
4094 |
+
content: "\f362"; }
|
4095 |
+
|
4096 |
+
.fa-exchange-alt::before {
|
4097 |
+
content: "\f362"; }
|
4098 |
+
|
4099 |
+
.fa-right-long::before {
|
4100 |
+
content: "\f30b"; }
|
4101 |
+
|
4102 |
+
.fa-long-arrow-alt-right::before {
|
4103 |
+
content: "\f30b"; }
|
4104 |
+
|
4105 |
+
.fa-right-to-bracket::before {
|
4106 |
+
content: "\f2f6"; }
|
4107 |
+
|
4108 |
+
.fa-sign-in-alt::before {
|
4109 |
+
content: "\f2f6"; }
|
4110 |
+
|
4111 |
+
.fa-ring::before {
|
4112 |
+
content: "\f70b"; }
|
4113 |
+
|
4114 |
+
.fa-road::before {
|
4115 |
+
content: "\f018"; }
|
4116 |
+
|
4117 |
+
.fa-robot::before {
|
4118 |
+
content: "\f544"; }
|
4119 |
+
|
4120 |
+
.fa-rocket::before {
|
4121 |
+
content: "\f135"; }
|
4122 |
+
|
4123 |
+
.fa-rotate::before {
|
4124 |
+
content: "\f2f1"; }
|
4125 |
+
|
4126 |
+
.fa-sync-alt::before {
|
4127 |
+
content: "\f2f1"; }
|
4128 |
+
|
4129 |
+
.fa-rotate-left::before {
|
4130 |
+
content: "\f2ea"; }
|
4131 |
+
|
4132 |
+
.fa-rotate-back::before {
|
4133 |
+
content: "\f2ea"; }
|
4134 |
+
|
4135 |
+
.fa-rotate-backward::before {
|
4136 |
+
content: "\f2ea"; }
|
4137 |
+
|
4138 |
+
.fa-undo-alt::before {
|
4139 |
+
content: "\f2ea"; }
|
4140 |
+
|
4141 |
+
.fa-rotate-right::before {
|
4142 |
+
content: "\f2f9"; }
|
4143 |
+
|
4144 |
+
.fa-redo-alt::before {
|
4145 |
+
content: "\f2f9"; }
|
4146 |
+
|
4147 |
+
.fa-rotate-forward::before {
|
4148 |
+
content: "\f2f9"; }
|
4149 |
+
|
4150 |
+
.fa-route::before {
|
4151 |
+
content: "\f4d7"; }
|
4152 |
+
|
4153 |
+
.fa-rss::before {
|
4154 |
+
content: "\f09e"; }
|
4155 |
+
|
4156 |
+
.fa-feed::before {
|
4157 |
+
content: "\f09e"; }
|
4158 |
+
|
4159 |
+
.fa-ruble-sign::before {
|
4160 |
+
content: "\f158"; }
|
4161 |
+
|
4162 |
+
.fa-rouble::before {
|
4163 |
+
content: "\f158"; }
|
4164 |
+
|
4165 |
+
.fa-rub::before {
|
4166 |
+
content: "\f158"; }
|
4167 |
+
|
4168 |
+
.fa-ruble::before {
|
4169 |
+
content: "\f158"; }
|
4170 |
+
|
4171 |
+
.fa-ruler::before {
|
4172 |
+
content: "\f545"; }
|
4173 |
+
|
4174 |
+
.fa-ruler-combined::before {
|
4175 |
+
content: "\f546"; }
|
4176 |
+
|
4177 |
+
.fa-ruler-horizontal::before {
|
4178 |
+
content: "\f547"; }
|
4179 |
+
|
4180 |
+
.fa-ruler-vertical::before {
|
4181 |
+
content: "\f548"; }
|
4182 |
+
|
4183 |
+
.fa-rupee-sign::before {
|
4184 |
+
content: "\f156"; }
|
4185 |
+
|
4186 |
+
.fa-rupee::before {
|
4187 |
+
content: "\f156"; }
|
4188 |
+
|
4189 |
+
.fa-rupiah-sign::before {
|
4190 |
+
content: "\e23d"; }
|
4191 |
+
|
4192 |
+
.fa-s::before {
|
4193 |
+
content: "\53"; }
|
4194 |
+
|
4195 |
+
.fa-sailboat::before {
|
4196 |
+
content: "\e445"; }
|
4197 |
+
|
4198 |
+
.fa-satellite::before {
|
4199 |
+
content: "\f7bf"; }
|
4200 |
+
|
4201 |
+
.fa-satellite-dish::before {
|
4202 |
+
content: "\f7c0"; }
|
4203 |
+
|
4204 |
+
.fa-scale-balanced::before {
|
4205 |
+
content: "\f24e"; }
|
4206 |
+
|
4207 |
+
.fa-balance-scale::before {
|
4208 |
+
content: "\f24e"; }
|
4209 |
+
|
4210 |
+
.fa-scale-unbalanced::before {
|
4211 |
+
content: "\f515"; }
|
4212 |
+
|
4213 |
+
.fa-balance-scale-left::before {
|
4214 |
+
content: "\f515"; }
|
4215 |
+
|
4216 |
+
.fa-scale-unbalanced-flip::before {
|
4217 |
+
content: "\f516"; }
|
4218 |
+
|
4219 |
+
.fa-balance-scale-right::before {
|
4220 |
+
content: "\f516"; }
|
4221 |
+
|
4222 |
+
.fa-school::before {
|
4223 |
+
content: "\f549"; }
|
4224 |
+
|
4225 |
+
.fa-scissors::before {
|
4226 |
+
content: "\f0c4"; }
|
4227 |
+
|
4228 |
+
.fa-cut::before {
|
4229 |
+
content: "\f0c4"; }
|
4230 |
+
|
4231 |
+
.fa-screwdriver::before {
|
4232 |
+
content: "\f54a"; }
|
4233 |
+
|
4234 |
+
.fa-screwdriver-wrench::before {
|
4235 |
+
content: "\f7d9"; }
|
4236 |
+
|
4237 |
+
.fa-tools::before {
|
4238 |
+
content: "\f7d9"; }
|
4239 |
+
|
4240 |
+
.fa-scroll::before {
|
4241 |
+
content: "\f70e"; }
|
4242 |
+
|
4243 |
+
.fa-scroll-torah::before {
|
4244 |
+
content: "\f6a0"; }
|
4245 |
+
|
4246 |
+
.fa-torah::before {
|
4247 |
+
content: "\f6a0"; }
|
4248 |
+
|
4249 |
+
.fa-sd-card::before {
|
4250 |
+
content: "\f7c2"; }
|
4251 |
+
|
4252 |
+
.fa-section::before {
|
4253 |
+
content: "\e447"; }
|
4254 |
+
|
4255 |
+
.fa-seedling::before {
|
4256 |
+
content: "\f4d8"; }
|
4257 |
+
|
4258 |
+
.fa-sprout::before {
|
4259 |
+
content: "\f4d8"; }
|
4260 |
+
|
4261 |
+
.fa-server::before {
|
4262 |
+
content: "\f233"; }
|
4263 |
+
|
4264 |
+
.fa-shapes::before {
|
4265 |
+
content: "\f61f"; }
|
4266 |
+
|
4267 |
+
.fa-triangle-circle-square::before {
|
4268 |
+
content: "\f61f"; }
|
4269 |
+
|
4270 |
+
.fa-share::before {
|
4271 |
+
content: "\f064"; }
|
4272 |
+
|
4273 |
+
.fa-arrow-turn-right::before {
|
4274 |
+
content: "\f064"; }
|
4275 |
+
|
4276 |
+
.fa-mail-forward::before {
|
4277 |
+
content: "\f064"; }
|
4278 |
+
|
4279 |
+
.fa-share-from-square::before {
|
4280 |
+
content: "\f14d"; }
|
4281 |
+
|
4282 |
+
.fa-share-square::before {
|
4283 |
+
content: "\f14d"; }
|
4284 |
+
|
4285 |
+
.fa-share-nodes::before {
|
4286 |
+
content: "\f1e0"; }
|
4287 |
+
|
4288 |
+
.fa-share-alt::before {
|
4289 |
+
content: "\f1e0"; }
|
4290 |
+
|
4291 |
+
.fa-shekel-sign::before {
|
4292 |
+
content: "\f20b"; }
|
4293 |
+
|
4294 |
+
.fa-ils::before {
|
4295 |
+
content: "\f20b"; }
|
4296 |
+
|
4297 |
+
.fa-shekel::before {
|
4298 |
+
content: "\f20b"; }
|
4299 |
+
|
4300 |
+
.fa-sheqel::before {
|
4301 |
+
content: "\f20b"; }
|
4302 |
+
|
4303 |
+
.fa-sheqel-sign::before {
|
4304 |
+
content: "\f20b"; }
|
4305 |
+
|
4306 |
+
.fa-shield::before {
|
4307 |
+
content: "\f132"; }
|
4308 |
+
|
4309 |
+
.fa-shield-blank::before {
|
4310 |
+
content: "\f3ed"; }
|
4311 |
+
|
4312 |
+
.fa-shield-alt::before {
|
4313 |
+
content: "\f3ed"; }
|
4314 |
+
|
4315 |
+
.fa-shield-virus::before {
|
4316 |
+
content: "\e06c"; }
|
4317 |
+
|
4318 |
+
.fa-ship::before {
|
4319 |
+
content: "\f21a"; }
|
4320 |
+
|
4321 |
+
.fa-shirt::before {
|
4322 |
+
content: "\f553"; }
|
4323 |
+
|
4324 |
+
.fa-t-shirt::before {
|
4325 |
+
content: "\f553"; }
|
4326 |
+
|
4327 |
+
.fa-tshirt::before {
|
4328 |
+
content: "\f553"; }
|
4329 |
+
|
4330 |
+
.fa-shoe-prints::before {
|
4331 |
+
content: "\f54b"; }
|
4332 |
+
|
4333 |
+
.fa-shop::before {
|
4334 |
+
content: "\f54f"; }
|
4335 |
+
|
4336 |
+
.fa-store-alt::before {
|
4337 |
+
content: "\f54f"; }
|
4338 |
+
|
4339 |
+
.fa-shop-slash::before {
|
4340 |
+
content: "\e070"; }
|
4341 |
+
|
4342 |
+
.fa-store-alt-slash::before {
|
4343 |
+
content: "\e070"; }
|
4344 |
+
|
4345 |
+
.fa-shower::before {
|
4346 |
+
content: "\f2cc"; }
|
4347 |
+
|
4348 |
+
.fa-shrimp::before {
|
4349 |
+
content: "\e448"; }
|
4350 |
+
|
4351 |
+
.fa-shuffle::before {
|
4352 |
+
content: "\f074"; }
|
4353 |
+
|
4354 |
+
.fa-random::before {
|
4355 |
+
content: "\f074"; }
|
4356 |
+
|
4357 |
+
.fa-shuttle-space::before {
|
4358 |
+
content: "\f197"; }
|
4359 |
+
|
4360 |
+
.fa-space-shuttle::before {
|
4361 |
+
content: "\f197"; }
|
4362 |
+
|
4363 |
+
.fa-sign-hanging::before {
|
4364 |
+
content: "\f4d9"; }
|
4365 |
+
|
4366 |
+
.fa-sign::before {
|
4367 |
+
content: "\f4d9"; }
|
4368 |
+
|
4369 |
+
.fa-signal::before {
|
4370 |
+
content: "\f012"; }
|
4371 |
+
|
4372 |
+
.fa-signal-5::before {
|
4373 |
+
content: "\f012"; }
|
4374 |
+
|
4375 |
+
.fa-signal-perfect::before {
|
4376 |
+
content: "\f012"; }
|
4377 |
+
|
4378 |
+
.fa-signature::before {
|
4379 |
+
content: "\f5b7"; }
|
4380 |
+
|
4381 |
+
.fa-signs-post::before {
|
4382 |
+
content: "\f277"; }
|
4383 |
+
|
4384 |
+
.fa-map-signs::before {
|
4385 |
+
content: "\f277"; }
|
4386 |
+
|
4387 |
+
.fa-sim-card::before {
|
4388 |
+
content: "\f7c4"; }
|
4389 |
+
|
4390 |
+
.fa-sink::before {
|
4391 |
+
content: "\e06d"; }
|
4392 |
+
|
4393 |
+
.fa-sitemap::before {
|
4394 |
+
content: "\f0e8"; }
|
4395 |
+
|
4396 |
+
.fa-skull::before {
|
4397 |
+
content: "\f54c"; }
|
4398 |
+
|
4399 |
+
.fa-skull-crossbones::before {
|
4400 |
+
content: "\f714"; }
|
4401 |
+
|
4402 |
+
.fa-slash::before {
|
4403 |
+
content: "\f715"; }
|
4404 |
+
|
4405 |
+
.fa-sleigh::before {
|
4406 |
+
content: "\f7cc"; }
|
4407 |
+
|
4408 |
+
.fa-sliders::before {
|
4409 |
+
content: "\f1de"; }
|
4410 |
+
|
4411 |
+
.fa-sliders-h::before {
|
4412 |
+
content: "\f1de"; }
|
4413 |
+
|
4414 |
+
.fa-smog::before {
|
4415 |
+
content: "\f75f"; }
|
4416 |
+
|
4417 |
+
.fa-smoking::before {
|
4418 |
+
content: "\f48d"; }
|
4419 |
+
|
4420 |
+
.fa-snowflake::before {
|
4421 |
+
content: "\f2dc"; }
|
4422 |
+
|
4423 |
+
.fa-snowman::before {
|
4424 |
+
content: "\f7d0"; }
|
4425 |
+
|
4426 |
+
.fa-snowplow::before {
|
4427 |
+
content: "\f7d2"; }
|
4428 |
+
|
4429 |
+
.fa-soap::before {
|
4430 |
+
content: "\e06e"; }
|
4431 |
+
|
4432 |
+
.fa-socks::before {
|
4433 |
+
content: "\f696"; }
|
4434 |
+
|
4435 |
+
.fa-solar-panel::before {
|
4436 |
+
content: "\f5ba"; }
|
4437 |
+
|
4438 |
+
.fa-sort::before {
|
4439 |
+
content: "\f0dc"; }
|
4440 |
+
|
4441 |
+
.fa-unsorted::before {
|
4442 |
+
content: "\f0dc"; }
|
4443 |
+
|
4444 |
+
.fa-sort-down::before {
|
4445 |
+
content: "\f0dd"; }
|
4446 |
+
|
4447 |
+
.fa-sort-desc::before {
|
4448 |
+
content: "\f0dd"; }
|
4449 |
+
|
4450 |
+
.fa-sort-up::before {
|
4451 |
+
content: "\f0de"; }
|
4452 |
+
|
4453 |
+
.fa-sort-asc::before {
|
4454 |
+
content: "\f0de"; }
|
4455 |
+
|
4456 |
+
.fa-spa::before {
|
4457 |
+
content: "\f5bb"; }
|
4458 |
+
|
4459 |
+
.fa-spaghetti-monster-flying::before {
|
4460 |
+
content: "\f67b"; }
|
4461 |
+
|
4462 |
+
.fa-pastafarianism::before {
|
4463 |
+
content: "\f67b"; }
|
4464 |
+
|
4465 |
+
.fa-spell-check::before {
|
4466 |
+
content: "\f891"; }
|
4467 |
+
|
4468 |
+
.fa-spider::before {
|
4469 |
+
content: "\f717"; }
|
4470 |
+
|
4471 |
+
.fa-spinner::before {
|
4472 |
+
content: "\f110"; }
|
4473 |
+
|
4474 |
+
.fa-splotch::before {
|
4475 |
+
content: "\f5bc"; }
|
4476 |
+
|
4477 |
+
.fa-spoon::before {
|
4478 |
+
content: "\f2e5"; }
|
4479 |
+
|
4480 |
+
.fa-utensil-spoon::before {
|
4481 |
+
content: "\f2e5"; }
|
4482 |
+
|
4483 |
+
.fa-spray-can::before {
|
4484 |
+
content: "\f5bd"; }
|
4485 |
+
|
4486 |
+
.fa-spray-can-sparkles::before {
|
4487 |
+
content: "\f5d0"; }
|
4488 |
+
|
4489 |
+
.fa-air-freshener::before {
|
4490 |
+
content: "\f5d0"; }
|
4491 |
+
|
4492 |
+
.fa-square::before {
|
4493 |
+
content: "\f0c8"; }
|
4494 |
+
|
4495 |
+
.fa-square-arrow-up-right::before {
|
4496 |
+
content: "\f14c"; }
|
4497 |
+
|
4498 |
+
.fa-external-link-square::before {
|
4499 |
+
content: "\f14c"; }
|
4500 |
+
|
4501 |
+
.fa-square-caret-down::before {
|
4502 |
+
content: "\f150"; }
|
4503 |
+
|
4504 |
+
.fa-caret-square-down::before {
|
4505 |
+
content: "\f150"; }
|
4506 |
+
|
4507 |
+
.fa-square-caret-left::before {
|
4508 |
+
content: "\f191"; }
|
4509 |
+
|
4510 |
+
.fa-caret-square-left::before {
|
4511 |
+
content: "\f191"; }
|
4512 |
+
|
4513 |
+
.fa-square-caret-right::before {
|
4514 |
+
content: "\f152"; }
|
4515 |
+
|
4516 |
+
.fa-caret-square-right::before {
|
4517 |
+
content: "\f152"; }
|
4518 |
+
|
4519 |
+
.fa-square-caret-up::before {
|
4520 |
+
content: "\f151"; }
|
4521 |
+
|
4522 |
+
.fa-caret-square-up::before {
|
4523 |
+
content: "\f151"; }
|
4524 |
+
|
4525 |
+
.fa-square-check::before {
|
4526 |
+
content: "\f14a"; }
|
4527 |
+
|
4528 |
+
.fa-check-square::before {
|
4529 |
+
content: "\f14a"; }
|
4530 |
+
|
4531 |
+
.fa-square-envelope::before {
|
4532 |
+
content: "\f199"; }
|
4533 |
+
|
4534 |
+
.fa-envelope-square::before {
|
4535 |
+
content: "\f199"; }
|
4536 |
+
|
4537 |
+
.fa-square-full::before {
|
4538 |
+
content: "\f45c"; }
|
4539 |
+
|
4540 |
+
.fa-square-h::before {
|
4541 |
+
content: "\f0fd"; }
|
4542 |
+
|
4543 |
+
.fa-h-square::before {
|
4544 |
+
content: "\f0fd"; }
|
4545 |
+
|
4546 |
+
.fa-square-minus::before {
|
4547 |
+
content: "\f146"; }
|
4548 |
+
|
4549 |
+
.fa-minus-square::before {
|
4550 |
+
content: "\f146"; }
|
4551 |
+
|
4552 |
+
.fa-square-parking::before {
|
4553 |
+
content: "\f540"; }
|
4554 |
+
|
4555 |
+
.fa-parking::before {
|
4556 |
+
content: "\f540"; }
|
4557 |
+
|
4558 |
+
.fa-square-pen::before {
|
4559 |
+
content: "\f14b"; }
|
4560 |
+
|
4561 |
+
.fa-pen-square::before {
|
4562 |
+
content: "\f14b"; }
|
4563 |
+
|
4564 |
+
.fa-pencil-square::before {
|
4565 |
+
content: "\f14b"; }
|
4566 |
+
|
4567 |
+
.fa-square-phone::before {
|
4568 |
+
content: "\f098"; }
|
4569 |
+
|
4570 |
+
.fa-phone-square::before {
|
4571 |
+
content: "\f098"; }
|
4572 |
+
|
4573 |
+
.fa-square-phone-flip::before {
|
4574 |
+
content: "\f87b"; }
|
4575 |
+
|
4576 |
+
.fa-phone-square-alt::before {
|
4577 |
+
content: "\f87b"; }
|
4578 |
+
|
4579 |
+
.fa-square-plus::before {
|
4580 |
+
content: "\f0fe"; }
|
4581 |
+
|
4582 |
+
.fa-plus-square::before {
|
4583 |
+
content: "\f0fe"; }
|
4584 |
+
|
4585 |
+
.fa-square-poll-horizontal::before {
|
4586 |
+
content: "\f682"; }
|
4587 |
+
|
4588 |
+
.fa-poll-h::before {
|
4589 |
+
content: "\f682"; }
|
4590 |
+
|
4591 |
+
.fa-square-poll-vertical::before {
|
4592 |
+
content: "\f681"; }
|
4593 |
+
|
4594 |
+
.fa-poll::before {
|
4595 |
+
content: "\f681"; }
|
4596 |
+
|
4597 |
+
.fa-square-root-variable::before {
|
4598 |
+
content: "\f698"; }
|
4599 |
+
|
4600 |
+
.fa-square-root-alt::before {
|
4601 |
+
content: "\f698"; }
|
4602 |
+
|
4603 |
+
.fa-square-rss::before {
|
4604 |
+
content: "\f143"; }
|
4605 |
+
|
4606 |
+
.fa-rss-square::before {
|
4607 |
+
content: "\f143"; }
|
4608 |
+
|
4609 |
+
.fa-square-share-nodes::before {
|
4610 |
+
content: "\f1e1"; }
|
4611 |
+
|
4612 |
+
.fa-share-alt-square::before {
|
4613 |
+
content: "\f1e1"; }
|
4614 |
+
|
4615 |
+
.fa-square-up-right::before {
|
4616 |
+
content: "\f360"; }
|
4617 |
+
|
4618 |
+
.fa-external-link-square-alt::before {
|
4619 |
+
content: "\f360"; }
|
4620 |
+
|
4621 |
+
.fa-square-xmark::before {
|
4622 |
+
content: "\f2d3"; }
|
4623 |
+
|
4624 |
+
.fa-times-square::before {
|
4625 |
+
content: "\f2d3"; }
|
4626 |
+
|
4627 |
+
.fa-xmark-square::before {
|
4628 |
+
content: "\f2d3"; }
|
4629 |
+
|
4630 |
+
.fa-stairs::before {
|
4631 |
+
content: "\e289"; }
|
4632 |
+
|
4633 |
+
.fa-stamp::before {
|
4634 |
+
content: "\f5bf"; }
|
4635 |
+
|
4636 |
+
.fa-star::before {
|
4637 |
+
content: "\f005"; }
|
4638 |
+
|
4639 |
+
.fa-star-and-crescent::before {
|
4640 |
+
content: "\f699"; }
|
4641 |
+
|
4642 |
+
.fa-star-half::before {
|
4643 |
+
content: "\f089"; }
|
4644 |
+
|
4645 |
+
.fa-star-half-stroke::before {
|
4646 |
+
content: "\f5c0"; }
|
4647 |
+
|
4648 |
+
.fa-star-half-alt::before {
|
4649 |
+
content: "\f5c0"; }
|
4650 |
+
|
4651 |
+
.fa-star-of-david::before {
|
4652 |
+
content: "\f69a"; }
|
4653 |
+
|
4654 |
+
.fa-star-of-life::before {
|
4655 |
+
content: "\f621"; }
|
4656 |
+
|
4657 |
+
.fa-sterling-sign::before {
|
4658 |
+
content: "\f154"; }
|
4659 |
+
|
4660 |
+
.fa-gbp::before {
|
4661 |
+
content: "\f154"; }
|
4662 |
+
|
4663 |
+
.fa-pound-sign::before {
|
4664 |
+
content: "\f154"; }
|
4665 |
+
|
4666 |
+
.fa-stethoscope::before {
|
4667 |
+
content: "\f0f1"; }
|
4668 |
+
|
4669 |
+
.fa-stop::before {
|
4670 |
+
content: "\f04d"; }
|
4671 |
+
|
4672 |
+
.fa-stopwatch::before {
|
4673 |
+
content: "\f2f2"; }
|
4674 |
+
|
4675 |
+
.fa-stopwatch-20::before {
|
4676 |
+
content: "\e06f"; }
|
4677 |
+
|
4678 |
+
.fa-store::before {
|
4679 |
+
content: "\f54e"; }
|
4680 |
+
|
4681 |
+
.fa-store-slash::before {
|
4682 |
+
content: "\e071"; }
|
4683 |
+
|
4684 |
+
.fa-street-view::before {
|
4685 |
+
content: "\f21d"; }
|
4686 |
+
|
4687 |
+
.fa-strikethrough::before {
|
4688 |
+
content: "\f0cc"; }
|
4689 |
+
|
4690 |
+
.fa-stroopwafel::before {
|
4691 |
+
content: "\f551"; }
|
4692 |
+
|
4693 |
+
.fa-subscript::before {
|
4694 |
+
content: "\f12c"; }
|
4695 |
+
|
4696 |
+
.fa-suitcase::before {
|
4697 |
+
content: "\f0f2"; }
|
4698 |
+
|
4699 |
+
.fa-suitcase-medical::before {
|
4700 |
+
content: "\f0fa"; }
|
4701 |
+
|
4702 |
+
.fa-medkit::before {
|
4703 |
+
content: "\f0fa"; }
|
4704 |
+
|
4705 |
+
.fa-suitcase-rolling::before {
|
4706 |
+
content: "\f5c1"; }
|
4707 |
+
|
4708 |
+
.fa-sun::before {
|
4709 |
+
content: "\f185"; }
|
4710 |
+
|
4711 |
+
.fa-superscript::before {
|
4712 |
+
content: "\f12b"; }
|
4713 |
+
|
4714 |
+
.fa-swatchbook::before {
|
4715 |
+
content: "\f5c3"; }
|
4716 |
+
|
4717 |
+
.fa-synagogue::before {
|
4718 |
+
content: "\f69b"; }
|
4719 |
+
|
4720 |
+
.fa-syringe::before {
|
4721 |
+
content: "\f48e"; }
|
4722 |
+
|
4723 |
+
.fa-t::before {
|
4724 |
+
content: "\54"; }
|
4725 |
+
|
4726 |
+
.fa-table::before {
|
4727 |
+
content: "\f0ce"; }
|
4728 |
+
|
4729 |
+
.fa-table-cells::before {
|
4730 |
+
content: "\f00a"; }
|
4731 |
+
|
4732 |
+
.fa-th::before {
|
4733 |
+
content: "\f00a"; }
|
4734 |
+
|
4735 |
+
.fa-table-cells-large::before {
|
4736 |
+
content: "\f009"; }
|
4737 |
+
|
4738 |
+
.fa-th-large::before {
|
4739 |
+
content: "\f009"; }
|
4740 |
+
|
4741 |
+
.fa-table-columns::before {
|
4742 |
+
content: "\f0db"; }
|
4743 |
+
|
4744 |
+
.fa-columns::before {
|
4745 |
+
content: "\f0db"; }
|
4746 |
+
|
4747 |
+
.fa-table-list::before {
|
4748 |
+
content: "\f00b"; }
|
4749 |
+
|
4750 |
+
.fa-th-list::before {
|
4751 |
+
content: "\f00b"; }
|
4752 |
+
|
4753 |
+
.fa-table-tennis-paddle-ball::before {
|
4754 |
+
content: "\f45d"; }
|
4755 |
+
|
4756 |
+
.fa-ping-pong-paddle-ball::before {
|
4757 |
+
content: "\f45d"; }
|
4758 |
+
|
4759 |
+
.fa-table-tennis::before {
|
4760 |
+
content: "\f45d"; }
|
4761 |
+
|
4762 |
+
.fa-tablet::before {
|
4763 |
+
content: "\f3fb"; }
|
4764 |
+
|
4765 |
+
.fa-tablet-android::before {
|
4766 |
+
content: "\f3fb"; }
|
4767 |
+
|
4768 |
+
.fa-tablet-button::before {
|
4769 |
+
content: "\f10a"; }
|
4770 |
+
|
4771 |
+
.fa-tablet-screen-button::before {
|
4772 |
+
content: "\f3fa"; }
|
4773 |
+
|
4774 |
+
.fa-tablet-alt::before {
|
4775 |
+
content: "\f3fa"; }
|
4776 |
+
|
4777 |
+
.fa-tablets::before {
|
4778 |
+
content: "\f490"; }
|
4779 |
+
|
4780 |
+
.fa-tachograph-digital::before {
|
4781 |
+
content: "\f566"; }
|
4782 |
+
|
4783 |
+
.fa-digital-tachograph::before {
|
4784 |
+
content: "\f566"; }
|
4785 |
+
|
4786 |
+
.fa-tag::before {
|
4787 |
+
content: "\f02b"; }
|
4788 |
+
|
4789 |
+
.fa-tags::before {
|
4790 |
+
content: "\f02c"; }
|
4791 |
+
|
4792 |
+
.fa-tape::before {
|
4793 |
+
content: "\f4db"; }
|
4794 |
+
|
4795 |
+
.fa-taxi::before {
|
4796 |
+
content: "\f1ba"; }
|
4797 |
+
|
4798 |
+
.fa-cab::before {
|
4799 |
+
content: "\f1ba"; }
|
4800 |
+
|
4801 |
+
.fa-teeth::before {
|
4802 |
+
content: "\f62e"; }
|
4803 |
+
|
4804 |
+
.fa-teeth-open::before {
|
4805 |
+
content: "\f62f"; }
|
4806 |
+
|
4807 |
+
.fa-temperature-empty::before {
|
4808 |
+
content: "\f2cb"; }
|
4809 |
+
|
4810 |
+
.fa-temperature-0::before {
|
4811 |
+
content: "\f2cb"; }
|
4812 |
+
|
4813 |
+
.fa-thermometer-0::before {
|
4814 |
+
content: "\f2cb"; }
|
4815 |
+
|
4816 |
+
.fa-thermometer-empty::before {
|
4817 |
+
content: "\f2cb"; }
|
4818 |
+
|
4819 |
+
.fa-temperature-full::before {
|
4820 |
+
content: "\f2c7"; }
|
4821 |
+
|
4822 |
+
.fa-temperature-4::before {
|
4823 |
+
content: "\f2c7"; }
|
4824 |
+
|
4825 |
+
.fa-thermometer-4::before {
|
4826 |
+
content: "\f2c7"; }
|
4827 |
+
|
4828 |
+
.fa-thermometer-full::before {
|
4829 |
+
content: "\f2c7"; }
|
4830 |
+
|
4831 |
+
.fa-temperature-half::before {
|
4832 |
+
content: "\f2c9"; }
|
4833 |
+
|
4834 |
+
.fa-temperature-2::before {
|
4835 |
+
content: "\f2c9"; }
|
4836 |
+
|
4837 |
+
.fa-thermometer-2::before {
|
4838 |
+
content: "\f2c9"; }
|
4839 |
+
|
4840 |
+
.fa-thermometer-half::before {
|
4841 |
+
content: "\f2c9"; }
|
4842 |
+
|
4843 |
+
.fa-temperature-high::before {
|
4844 |
+
content: "\f769"; }
|
4845 |
+
|
4846 |
+
.fa-temperature-low::before {
|
4847 |
+
content: "\f76b"; }
|
4848 |
+
|
4849 |
+
.fa-temperature-quarter::before {
|
4850 |
+
content: "\f2ca"; }
|
4851 |
+
|
4852 |
+
.fa-temperature-1::before {
|
4853 |
+
content: "\f2ca"; }
|
4854 |
+
|
4855 |
+
.fa-thermometer-1::before {
|
4856 |
+
content: "\f2ca"; }
|
4857 |
+
|
4858 |
+
.fa-thermometer-quarter::before {
|
4859 |
+
content: "\f2ca"; }
|
4860 |
+
|
4861 |
+
.fa-temperature-three-quarters::before {
|
4862 |
+
content: "\f2c8"; }
|
4863 |
+
|
4864 |
+
.fa-temperature-3::before {
|
4865 |
+
content: "\f2c8"; }
|
4866 |
+
|
4867 |
+
.fa-thermometer-3::before {
|
4868 |
+
content: "\f2c8"; }
|
4869 |
+
|
4870 |
+
.fa-thermometer-three-quarters::before {
|
4871 |
+
content: "\f2c8"; }
|
4872 |
+
|
4873 |
+
.fa-tenge-sign::before {
|
4874 |
+
content: "\f7d7"; }
|
4875 |
+
|
4876 |
+
.fa-tenge::before {
|
4877 |
+
content: "\f7d7"; }
|
4878 |
+
|
4879 |
+
.fa-terminal::before {
|
4880 |
+
content: "\f120"; }
|
4881 |
+
|
4882 |
+
.fa-text-height::before {
|
4883 |
+
content: "\f034"; }
|
4884 |
+
|
4885 |
+
.fa-text-slash::before {
|
4886 |
+
content: "\f87d"; }
|
4887 |
+
|
4888 |
+
.fa-remove-format::before {
|
4889 |
+
content: "\f87d"; }
|
4890 |
+
|
4891 |
+
.fa-text-width::before {
|
4892 |
+
content: "\f035"; }
|
4893 |
+
|
4894 |
+
.fa-thermometer::before {
|
4895 |
+
content: "\f491"; }
|
4896 |
+
|
4897 |
+
.fa-thumbs-down::before {
|
4898 |
+
content: "\f165"; }
|
4899 |
+
|
4900 |
+
.fa-thumbs-up::before {
|
4901 |
+
content: "\f164"; }
|
4902 |
+
|
4903 |
+
.fa-thumbtack::before {
|
4904 |
+
content: "\f08d"; }
|
4905 |
+
|
4906 |
+
.fa-thumb-tack::before {
|
4907 |
+
content: "\f08d"; }
|
4908 |
+
|
4909 |
+
.fa-ticket::before {
|
4910 |
+
content: "\f145"; }
|
4911 |
+
|
4912 |
+
.fa-ticket-simple::before {
|
4913 |
+
content: "\f3ff"; }
|
4914 |
+
|
4915 |
+
.fa-ticket-alt::before {
|
4916 |
+
content: "\f3ff"; }
|
4917 |
+
|
4918 |
+
.fa-timeline::before {
|
4919 |
+
content: "\e29c"; }
|
4920 |
+
|
4921 |
+
.fa-toggle-off::before {
|
4922 |
+
content: "\f204"; }
|
4923 |
+
|
4924 |
+
.fa-toggle-on::before {
|
4925 |
+
content: "\f205"; }
|
4926 |
+
|
4927 |
+
.fa-toilet::before {
|
4928 |
+
content: "\f7d8"; }
|
4929 |
+
|
4930 |
+
.fa-toilet-paper::before {
|
4931 |
+
content: "\f71e"; }
|
4932 |
+
|
4933 |
+
.fa-toilet-paper-slash::before {
|
4934 |
+
content: "\e072"; }
|
4935 |
+
|
4936 |
+
.fa-toolbox::before {
|
4937 |
+
content: "\f552"; }
|
4938 |
+
|
4939 |
+
.fa-tooth::before {
|
4940 |
+
content: "\f5c9"; }
|
4941 |
+
|
4942 |
+
.fa-torii-gate::before {
|
4943 |
+
content: "\f6a1"; }
|
4944 |
+
|
4945 |
+
.fa-tower-broadcast::before {
|
4946 |
+
content: "\f519"; }
|
4947 |
+
|
4948 |
+
.fa-broadcast-tower::before {
|
4949 |
+
content: "\f519"; }
|
4950 |
+
|
4951 |
+
.fa-tractor::before {
|
4952 |
+
content: "\f722"; }
|
4953 |
+
|
4954 |
+
.fa-trademark::before {
|
4955 |
+
content: "\f25c"; }
|
4956 |
+
|
4957 |
+
.fa-traffic-light::before {
|
4958 |
+
content: "\f637"; }
|
4959 |
+
|
4960 |
+
.fa-trailer::before {
|
4961 |
+
content: "\e041"; }
|
4962 |
+
|
4963 |
+
.fa-train::before {
|
4964 |
+
content: "\f238"; }
|
4965 |
+
|
4966 |
+
.fa-train-subway::before {
|
4967 |
+
content: "\f239"; }
|
4968 |
+
|
4969 |
+
.fa-subway::before {
|
4970 |
+
content: "\f239"; }
|
4971 |
+
|
4972 |
+
.fa-train-tram::before {
|
4973 |
+
content: "\f7da"; }
|
4974 |
+
|
4975 |
+
.fa-tram::before {
|
4976 |
+
content: "\f7da"; }
|
4977 |
+
|
4978 |
+
.fa-transgender::before {
|
4979 |
+
content: "\f225"; }
|
4980 |
+
|
4981 |
+
.fa-transgender-alt::before {
|
4982 |
+
content: "\f225"; }
|
4983 |
+
|
4984 |
+
.fa-trash::before {
|
4985 |
+
content: "\f1f8"; }
|
4986 |
+
|
4987 |
+
.fa-trash-arrow-up::before {
|
4988 |
+
content: "\f829"; }
|
4989 |
+
|
4990 |
+
.fa-trash-restore::before {
|
4991 |
+
content: "\f829"; }
|
4992 |
+
|
4993 |
+
.fa-trash-can::before {
|
4994 |
+
content: "\f2ed"; }
|
4995 |
+
|
4996 |
+
.fa-trash-alt::before {
|
4997 |
+
content: "\f2ed"; }
|
4998 |
+
|
4999 |
+
.fa-trash-can-arrow-up::before {
|
5000 |
+
content: "\f82a"; }
|
5001 |
+
|
5002 |
+
.fa-trash-restore-alt::before {
|
5003 |
+
content: "\f82a"; }
|
5004 |
+
|
5005 |
+
.fa-tree::before {
|
5006 |
+
content: "\f1bb"; }
|
5007 |
+
|
5008 |
+
.fa-triangle-exclamation::before {
|
5009 |
+
content: "\f071"; }
|
5010 |
+
|
5011 |
+
.fa-exclamation-triangle::before {
|
5012 |
+
content: "\f071"; }
|
5013 |
+
|
5014 |
+
.fa-warning::before {
|
5015 |
+
content: "\f071"; }
|
5016 |
+
|
5017 |
+
.fa-trophy::before {
|
5018 |
+
content: "\f091"; }
|
5019 |
+
|
5020 |
+
.fa-truck::before {
|
5021 |
+
content: "\f0d1"; }
|
5022 |
+
|
5023 |
+
.fa-truck-fast::before {
|
5024 |
+
content: "\f48b"; }
|
5025 |
+
|
5026 |
+
.fa-shipping-fast::before {
|
5027 |
+
content: "\f48b"; }
|
5028 |
+
|
5029 |
+
.fa-truck-medical::before {
|
5030 |
+
content: "\f0f9"; }
|
5031 |
+
|
5032 |
+
.fa-ambulance::before {
|
5033 |
+
content: "\f0f9"; }
|
5034 |
+
|
5035 |
+
.fa-truck-monster::before {
|
5036 |
+
content: "\f63b"; }
|
5037 |
+
|
5038 |
+
.fa-truck-moving::before {
|
5039 |
+
content: "\f4df"; }
|
5040 |
+
|
5041 |
+
.fa-truck-pickup::before {
|
5042 |
+
content: "\f63c"; }
|
5043 |
+
|
5044 |
+
.fa-truck-ramp-box::before {
|
5045 |
+
content: "\f4de"; }
|
5046 |
+
|
5047 |
+
.fa-truck-loading::before {
|
5048 |
+
content: "\f4de"; }
|
5049 |
+
|
5050 |
+
.fa-tty::before {
|
5051 |
+
content: "\f1e4"; }
|
5052 |
+
|
5053 |
+
.fa-teletype::before {
|
5054 |
+
content: "\f1e4"; }
|
5055 |
+
|
5056 |
+
.fa-turkish-lira-sign::before {
|
5057 |
+
content: "\e2bb"; }
|
5058 |
+
|
5059 |
+
.fa-try::before {
|
5060 |
+
content: "\e2bb"; }
|
5061 |
+
|
5062 |
+
.fa-turkish-lira::before {
|
5063 |
+
content: "\e2bb"; }
|
5064 |
+
|
5065 |
+
.fa-turn-down::before {
|
5066 |
+
content: "\f3be"; }
|
5067 |
+
|
5068 |
+
.fa-level-down-alt::before {
|
5069 |
+
content: "\f3be"; }
|
5070 |
+
|
5071 |
+
.fa-turn-up::before {
|
5072 |
+
content: "\f3bf"; }
|
5073 |
+
|
5074 |
+
.fa-level-up-alt::before {
|
5075 |
+
content: "\f3bf"; }
|
5076 |
+
|
5077 |
+
.fa-tv::before {
|
5078 |
+
content: "\f26c"; }
|
5079 |
+
|
5080 |
+
.fa-television::before {
|
5081 |
+
content: "\f26c"; }
|
5082 |
+
|
5083 |
+
.fa-tv-alt::before {
|
5084 |
+
content: "\f26c"; }
|
5085 |
+
|
5086 |
+
.fa-u::before {
|
5087 |
+
content: "\55"; }
|
5088 |
+
|
5089 |
+
.fa-umbrella::before {
|
5090 |
+
content: "\f0e9"; }
|
5091 |
+
|
5092 |
+
.fa-umbrella-beach::before {
|
5093 |
+
content: "\f5ca"; }
|
5094 |
+
|
5095 |
+
.fa-underline::before {
|
5096 |
+
content: "\f0cd"; }
|
5097 |
+
|
5098 |
+
.fa-universal-access::before {
|
5099 |
+
content: "\f29a"; }
|
5100 |
+
|
5101 |
+
.fa-unlock::before {
|
5102 |
+
content: "\f09c"; }
|
5103 |
+
|
5104 |
+
.fa-unlock-keyhole::before {
|
5105 |
+
content: "\f13e"; }
|
5106 |
+
|
5107 |
+
.fa-unlock-alt::before {
|
5108 |
+
content: "\f13e"; }
|
5109 |
+
|
5110 |
+
.fa-up-down::before {
|
5111 |
+
content: "\f338"; }
|
5112 |
+
|
5113 |
+
.fa-arrows-alt-v::before {
|
5114 |
+
content: "\f338"; }
|
5115 |
+
|
5116 |
+
.fa-up-down-left-right::before {
|
5117 |
+
content: "\f0b2"; }
|
5118 |
+
|
5119 |
+
.fa-arrows-alt::before {
|
5120 |
+
content: "\f0b2"; }
|
5121 |
+
|
5122 |
+
.fa-up-long::before {
|
5123 |
+
content: "\f30c"; }
|
5124 |
+
|
5125 |
+
.fa-long-arrow-alt-up::before {
|
5126 |
+
content: "\f30c"; }
|
5127 |
+
|
5128 |
+
.fa-up-right-and-down-left-from-center::before {
|
5129 |
+
content: "\f424"; }
|
5130 |
+
|
5131 |
+
.fa-expand-alt::before {
|
5132 |
+
content: "\f424"; }
|
5133 |
+
|
5134 |
+
.fa-up-right-from-square::before {
|
5135 |
+
content: "\f35d"; }
|
5136 |
+
|
5137 |
+
.fa-external-link-alt::before {
|
5138 |
+
content: "\f35d"; }
|
5139 |
+
|
5140 |
+
.fa-upload::before {
|
5141 |
+
content: "\f093"; }
|
5142 |
+
|
5143 |
+
.fa-user::before {
|
5144 |
+
content: "\f007"; }
|
5145 |
+
|
5146 |
+
.fa-user-astronaut::before {
|
5147 |
+
content: "\f4fb"; }
|
5148 |
+
|
5149 |
+
.fa-user-check::before {
|
5150 |
+
content: "\f4fc"; }
|
5151 |
+
|
5152 |
+
.fa-user-clock::before {
|
5153 |
+
content: "\f4fd"; }
|
5154 |
+
|
5155 |
+
.fa-user-doctor::before {
|
5156 |
+
content: "\f0f0"; }
|
5157 |
+
|
5158 |
+
.fa-user-md::before {
|
5159 |
+
content: "\f0f0"; }
|
5160 |
+
|
5161 |
+
.fa-user-gear::before {
|
5162 |
+
content: "\f4fe"; }
|
5163 |
+
|
5164 |
+
.fa-user-cog::before {
|
5165 |
+
content: "\f4fe"; }
|
5166 |
+
|
5167 |
+
.fa-user-graduate::before {
|
5168 |
+
content: "\f501"; }
|
5169 |
+
|
5170 |
+
.fa-user-group::before {
|
5171 |
+
content: "\f500"; }
|
5172 |
+
|
5173 |
+
.fa-user-friends::before {
|
5174 |
+
content: "\f500"; }
|
5175 |
+
|
5176 |
+
.fa-user-injured::before {
|
5177 |
+
content: "\f728"; }
|
5178 |
+
|
5179 |
+
.fa-user-large::before {
|
5180 |
+
content: "\f406"; }
|
5181 |
+
|
5182 |
+
.fa-user-alt::before {
|
5183 |
+
content: "\f406"; }
|
5184 |
+
|
5185 |
+
.fa-user-large-slash::before {
|
5186 |
+
content: "\f4fa"; }
|
5187 |
+
|
5188 |
+
.fa-user-alt-slash::before {
|
5189 |
+
content: "\f4fa"; }
|
5190 |
+
|
5191 |
+
.fa-user-lock::before {
|
5192 |
+
content: "\f502"; }
|
5193 |
+
|
5194 |
+
.fa-user-minus::before {
|
5195 |
+
content: "\f503"; }
|
5196 |
+
|
5197 |
+
.fa-user-ninja::before {
|
5198 |
+
content: "\f504"; }
|
5199 |
+
|
5200 |
+
.fa-user-nurse::before {
|
5201 |
+
content: "\f82f"; }
|
5202 |
+
|
5203 |
+
.fa-user-pen::before {
|
5204 |
+
content: "\f4ff"; }
|
5205 |
+
|
5206 |
+
.fa-user-edit::before {
|
5207 |
+
content: "\f4ff"; }
|
5208 |
+
|
5209 |
+
.fa-user-plus::before {
|
5210 |
+
content: "\f234"; }
|
5211 |
+
|
5212 |
+
.fa-user-secret::before {
|
5213 |
+
content: "\f21b"; }
|
5214 |
+
|
5215 |
+
.fa-user-shield::before {
|
5216 |
+
content: "\f505"; }
|
5217 |
+
|
5218 |
+
.fa-user-slash::before {
|
5219 |
+
content: "\f506"; }
|
5220 |
+
|
5221 |
+
.fa-user-tag::before {
|
5222 |
+
content: "\f507"; }
|
5223 |
+
|
5224 |
+
.fa-user-tie::before {
|
5225 |
+
content: "\f508"; }
|
5226 |
+
|
5227 |
+
.fa-user-xmark::before {
|
5228 |
+
content: "\f235"; }
|
5229 |
+
|
5230 |
+
.fa-user-times::before {
|
5231 |
+
content: "\f235"; }
|
5232 |
+
|
5233 |
+
.fa-users::before {
|
5234 |
+
content: "\f0c0"; }
|
5235 |
+
|
5236 |
+
.fa-users-gear::before {
|
5237 |
+
content: "\f509"; }
|
5238 |
+
|
5239 |
+
.fa-users-cog::before {
|
5240 |
+
content: "\f509"; }
|
5241 |
+
|
5242 |
+
.fa-users-slash::before {
|
5243 |
+
content: "\e073"; }
|
5244 |
+
|
5245 |
+
.fa-utensils::before {
|
5246 |
+
content: "\f2e7"; }
|
5247 |
+
|
5248 |
+
.fa-cutlery::before {
|
5249 |
+
content: "\f2e7"; }
|
5250 |
+
|
5251 |
+
.fa-v::before {
|
5252 |
+
content: "\56"; }
|
5253 |
+
|
5254 |
+
.fa-van-shuttle::before {
|
5255 |
+
content: "\f5b6"; }
|
5256 |
+
|
5257 |
+
.fa-shuttle-van::before {
|
5258 |
+
content: "\f5b6"; }
|
5259 |
+
|
5260 |
+
.fa-vault::before {
|
5261 |
+
content: "\e2c5"; }
|
5262 |
+
|
5263 |
+
.fa-vector-square::before {
|
5264 |
+
content: "\f5cb"; }
|
5265 |
+
|
5266 |
+
.fa-venus::before {
|
5267 |
+
content: "\f221"; }
|
5268 |
+
|
5269 |
+
.fa-venus-double::before {
|
5270 |
+
content: "\f226"; }
|
5271 |
+
|
5272 |
+
.fa-venus-mars::before {
|
5273 |
+
content: "\f228"; }
|
5274 |
+
|
5275 |
+
.fa-vest::before {
|
5276 |
+
content: "\e085"; }
|
5277 |
+
|
5278 |
+
.fa-vest-patches::before {
|
5279 |
+
content: "\e086"; }
|
5280 |
+
|
5281 |
+
.fa-vial::before {
|
5282 |
+
content: "\f492"; }
|
5283 |
+
|
5284 |
+
.fa-vials::before {
|
5285 |
+
content: "\f493"; }
|
5286 |
+
|
5287 |
+
.fa-video::before {
|
5288 |
+
content: "\f03d"; }
|
5289 |
+
|
5290 |
+
.fa-video-camera::before {
|
5291 |
+
content: "\f03d"; }
|
5292 |
+
|
5293 |
+
.fa-video-slash::before {
|
5294 |
+
content: "\f4e2"; }
|
5295 |
+
|
5296 |
+
.fa-vihara::before {
|
5297 |
+
content: "\f6a7"; }
|
5298 |
+
|
5299 |
+
.fa-virus::before {
|
5300 |
+
content: "\e074"; }
|
5301 |
+
|
5302 |
+
.fa-virus-covid::before {
|
5303 |
+
content: "\e4a8"; }
|
5304 |
+
|
5305 |
+
.fa-virus-covid-slash::before {
|
5306 |
+
content: "\e4a9"; }
|
5307 |
+
|
5308 |
+
.fa-virus-slash::before {
|
5309 |
+
content: "\e075"; }
|
5310 |
+
|
5311 |
+
.fa-viruses::before {
|
5312 |
+
content: "\e076"; }
|
5313 |
+
|
5314 |
+
.fa-voicemail::before {
|
5315 |
+
content: "\f897"; }
|
5316 |
+
|
5317 |
+
.fa-volleyball::before {
|
5318 |
+
content: "\f45f"; }
|
5319 |
+
|
5320 |
+
.fa-volleyball-ball::before {
|
5321 |
+
content: "\f45f"; }
|
5322 |
+
|
5323 |
+
.fa-volume-high::before {
|
5324 |
+
content: "\f028"; }
|
5325 |
+
|
5326 |
+
.fa-volume-up::before {
|
5327 |
+
content: "\f028"; }
|
5328 |
+
|
5329 |
+
.fa-volume-low::before {
|
5330 |
+
content: "\f027"; }
|
5331 |
+
|
5332 |
+
.fa-volume-down::before {
|
5333 |
+
content: "\f027"; }
|
5334 |
+
|
5335 |
+
.fa-volume-off::before {
|
5336 |
+
content: "\f026"; }
|
5337 |
+
|
5338 |
+
.fa-volume-xmark::before {
|
5339 |
+
content: "\f6a9"; }
|
5340 |
+
|
5341 |
+
.fa-volume-mute::before {
|
5342 |
+
content: "\f6a9"; }
|
5343 |
+
|
5344 |
+
.fa-volume-times::before {
|
5345 |
+
content: "\f6a9"; }
|
5346 |
+
|
5347 |
+
.fa-vr-cardboard::before {
|
5348 |
+
content: "\f729"; }
|
5349 |
+
|
5350 |
+
.fa-w::before {
|
5351 |
+
content: "\57"; }
|
5352 |
+
|
5353 |
+
.fa-wallet::before {
|
5354 |
+
content: "\f555"; }
|
5355 |
+
|
5356 |
+
.fa-wand-magic::before {
|
5357 |
+
content: "\f0d0"; }
|
5358 |
+
|
5359 |
+
.fa-magic::before {
|
5360 |
+
content: "\f0d0"; }
|
5361 |
+
|
5362 |
+
.fa-wand-magic-sparkles::before {
|
5363 |
+
content: "\e2ca"; }
|
5364 |
+
|
5365 |
+
.fa-magic-wand-sparkles::before {
|
5366 |
+
content: "\e2ca"; }
|
5367 |
+
|
5368 |
+
.fa-wand-sparkles::before {
|
5369 |
+
content: "\f72b"; }
|
5370 |
+
|
5371 |
+
.fa-warehouse::before {
|
5372 |
+
content: "\f494"; }
|
5373 |
+
|
5374 |
+
.fa-water::before {
|
5375 |
+
content: "\f773"; }
|
5376 |
+
|
5377 |
+
.fa-water-ladder::before {
|
5378 |
+
content: "\f5c5"; }
|
5379 |
+
|
5380 |
+
.fa-ladder-water::before {
|
5381 |
+
content: "\f5c5"; }
|
5382 |
+
|
5383 |
+
.fa-swimming-pool::before {
|
5384 |
+
content: "\f5c5"; }
|
5385 |
+
|
5386 |
+
.fa-wave-square::before {
|
5387 |
+
content: "\f83e"; }
|
5388 |
+
|
5389 |
+
.fa-weight-hanging::before {
|
5390 |
+
content: "\f5cd"; }
|
5391 |
+
|
5392 |
+
.fa-weight-scale::before {
|
5393 |
+
content: "\f496"; }
|
5394 |
+
|
5395 |
+
.fa-weight::before {
|
5396 |
+
content: "\f496"; }
|
5397 |
+
|
5398 |
+
.fa-wheelchair::before {
|
5399 |
+
content: "\f193"; }
|
5400 |
+
|
5401 |
+
.fa-whiskey-glass::before {
|
5402 |
+
content: "\f7a0"; }
|
5403 |
+
|
5404 |
+
.fa-glass-whiskey::before {
|
5405 |
+
content: "\f7a0"; }
|
5406 |
+
|
5407 |
+
.fa-wifi::before {
|
5408 |
+
content: "\f1eb"; }
|
5409 |
+
|
5410 |
+
.fa-wifi-3::before {
|
5411 |
+
content: "\f1eb"; }
|
5412 |
+
|
5413 |
+
.fa-wifi-strong::before {
|
5414 |
+
content: "\f1eb"; }
|
5415 |
+
|
5416 |
+
.fa-wind::before {
|
5417 |
+
content: "\f72e"; }
|
5418 |
+
|
5419 |
+
.fa-window-maximize::before {
|
5420 |
+
content: "\f2d0"; }
|
5421 |
+
|
5422 |
+
.fa-window-minimize::before {
|
5423 |
+
content: "\f2d1"; }
|
5424 |
+
|
5425 |
+
.fa-window-restore::before {
|
5426 |
+
content: "\f2d2"; }
|
5427 |
+
|
5428 |
+
.fa-wine-bottle::before {
|
5429 |
+
content: "\f72f"; }
|
5430 |
+
|
5431 |
+
.fa-wine-glass::before {
|
5432 |
+
content: "\f4e3"; }
|
5433 |
+
|
5434 |
+
.fa-wine-glass-empty::before {
|
5435 |
+
content: "\f5ce"; }
|
5436 |
+
|
5437 |
+
.fa-wine-glass-alt::before {
|
5438 |
+
content: "\f5ce"; }
|
5439 |
+
|
5440 |
+
.fa-won-sign::before {
|
5441 |
+
content: "\f159"; }
|
5442 |
+
|
5443 |
+
.fa-krw::before {
|
5444 |
+
content: "\f159"; }
|
5445 |
+
|
5446 |
+
.fa-won::before {
|
5447 |
+
content: "\f159"; }
|
5448 |
+
|
5449 |
+
.fa-wrench::before {
|
5450 |
+
content: "\f0ad"; }
|
5451 |
+
|
5452 |
+
.fa-x::before {
|
5453 |
+
content: "\58"; }
|
5454 |
+
|
5455 |
+
.fa-x-ray::before {
|
5456 |
+
content: "\f497"; }
|
5457 |
+
|
5458 |
+
.fa-xmark::before {
|
5459 |
+
content: "\f00d"; }
|
5460 |
+
|
5461 |
+
.fa-close::before {
|
5462 |
+
content: "\f00d"; }
|
5463 |
+
|
5464 |
+
.fa-multiply::before {
|
5465 |
+
content: "\f00d"; }
|
5466 |
+
|
5467 |
+
.fa-remove::before {
|
5468 |
+
content: "\f00d"; }
|
5469 |
+
|
5470 |
+
.fa-times::before {
|
5471 |
+
content: "\f00d"; }
|
5472 |
+
|
5473 |
+
.fa-y::before {
|
5474 |
+
content: "\59"; }
|
5475 |
+
|
5476 |
+
.fa-yen-sign::before {
|
5477 |
+
content: "\f157"; }
|
5478 |
+
|
5479 |
+
.fa-cny::before {
|
5480 |
+
content: "\f157"; }
|
5481 |
+
|
5482 |
+
.fa-jpy::before {
|
5483 |
+
content: "\f157"; }
|
5484 |
+
|
5485 |
+
.fa-rmb::before {
|
5486 |
+
content: "\f157"; }
|
5487 |
+
|
5488 |
+
.fa-yen::before {
|
5489 |
+
content: "\f157"; }
|
5490 |
+
|
5491 |
+
.fa-yin-yang::before {
|
5492 |
+
content: "\f6ad"; }
|
5493 |
+
|
5494 |
+
.fa-z::before {
|
5495 |
+
content: "\5a"; }
|
5496 |
+
|
5497 |
+
.sr-only,
|
5498 |
+
.fa-sr-only {
|
5499 |
+
position: absolute;
|
5500 |
+
width: 1px;
|
5501 |
+
height: 1px;
|
5502 |
+
padding: 0;
|
5503 |
+
margin: -1px;
|
5504 |
+
overflow: hidden;
|
5505 |
+
clip: rect(0, 0, 0, 0);
|
5506 |
+
white-space: nowrap;
|
5507 |
+
border-width: 0; }
|
5508 |
+
|
5509 |
+
.sr-only-focusable:not(:focus),
|
5510 |
+
.fa-sr-only-focusable:not(:focus) {
|
5511 |
+
position: absolute;
|
5512 |
+
width: 1px;
|
5513 |
+
height: 1px;
|
5514 |
+
padding: 0;
|
5515 |
+
margin: -1px;
|
5516 |
+
overflow: hidden;
|
5517 |
+
clip: rect(0, 0, 0, 0);
|
5518 |
+
white-space: nowrap;
|
5519 |
+
border-width: 0; }
|
5520 |
+
:root, :host {
|
5521 |
+
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
|
5522 |
+
|
5523 |
+
@font-face {
|
5524 |
+
font-family: 'Font Awesome 6 Brands';
|
5525 |
+
font-style: normal;
|
5526 |
+
font-weight: 400;
|
5527 |
+
font-display: block;
|
5528 |
+
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
|
5529 |
+
|
5530 |
+
.fab,
|
5531 |
+
.fa-brands {
|
5532 |
+
font-family: 'Font Awesome 6 Brands';
|
5533 |
+
font-weight: 400; }
|
5534 |
+
|
5535 |
+
.fa-42-group:before {
|
5536 |
+
content: "\e080"; }
|
5537 |
+
|
5538 |
+
.fa-innosoft:before {
|
5539 |
+
content: "\e080"; }
|
5540 |
+
|
5541 |
+
.fa-500px:before {
|
5542 |
+
content: "\f26e"; }
|
5543 |
+
|
5544 |
+
.fa-accessible-icon:before {
|
5545 |
+
content: "\f368"; }
|
5546 |
+
|
5547 |
+
.fa-accusoft:before {
|
5548 |
+
content: "\f369"; }
|
5549 |
+
|
5550 |
+
.fa-adn:before {
|
5551 |
+
content: "\f170"; }
|
5552 |
+
|
5553 |
+
.fa-adversal:before {
|
5554 |
+
content: "\f36a"; }
|
5555 |
+
|
5556 |
+
.fa-affiliatetheme:before {
|
5557 |
+
content: "\f36b"; }
|
5558 |
+
|
5559 |
+
.fa-airbnb:before {
|
5560 |
+
content: "\f834"; }
|
5561 |
+
|
5562 |
+
.fa-algolia:before {
|
5563 |
+
content: "\f36c"; }
|
5564 |
+
|
5565 |
+
.fa-alipay:before {
|
5566 |
+
content: "\f642"; }
|
5567 |
+
|
5568 |
+
.fa-amazon:before {
|
5569 |
+
content: "\f270"; }
|
5570 |
+
|
5571 |
+
.fa-amazon-pay:before {
|
5572 |
+
content: "\f42c"; }
|
5573 |
+
|
5574 |
+
.fa-amilia:before {
|
5575 |
+
content: "\f36d"; }
|
5576 |
+
|
5577 |
+
.fa-android:before {
|
5578 |
+
content: "\f17b"; }
|
5579 |
+
|
5580 |
+
.fa-angellist:before {
|
5581 |
+
content: "\f209"; }
|
5582 |
+
|
5583 |
+
.fa-angrycreative:before {
|
5584 |
+
content: "\f36e"; }
|
5585 |
+
|
5586 |
+
.fa-angular:before {
|
5587 |
+
content: "\f420"; }
|
5588 |
+
|
5589 |
+
.fa-app-store:before {
|
5590 |
+
content: "\f36f"; }
|
5591 |
+
|
5592 |
+
.fa-app-store-ios:before {
|
5593 |
+
content: "\f370"; }
|
5594 |
+
|
5595 |
+
.fa-apper:before {
|
5596 |
+
content: "\f371"; }
|
5597 |
+
|
5598 |
+
.fa-apple:before {
|
5599 |
+
content: "\f179"; }
|
5600 |
+
|
5601 |
+
.fa-apple-pay:before {
|
5602 |
+
content: "\f415"; }
|
5603 |
+
|
5604 |
+
.fa-artstation:before {
|
5605 |
+
content: "\f77a"; }
|
5606 |
+
|
5607 |
+
.fa-asymmetrik:before {
|
5608 |
+
content: "\f372"; }
|
5609 |
+
|
5610 |
+
.fa-atlassian:before {
|
5611 |
+
content: "\f77b"; }
|
5612 |
+
|
5613 |
+
.fa-audible:before {
|
5614 |
+
content: "\f373"; }
|
5615 |
+
|
5616 |
+
.fa-autoprefixer:before {
|
5617 |
+
content: "\f41c"; }
|
5618 |
+
|
5619 |
+
.fa-avianex:before {
|
5620 |
+
content: "\f374"; }
|
5621 |
+
|
5622 |
+
.fa-aviato:before {
|
5623 |
+
content: "\f421"; }
|
5624 |
+
|
5625 |
+
.fa-aws:before {
|
5626 |
+
content: "\f375"; }
|
5627 |
+
|
5628 |
+
.fa-bandcamp:before {
|
5629 |
+
content: "\f2d5"; }
|
5630 |
+
|
5631 |
+
.fa-battle-net:before {
|
5632 |
+
content: "\f835"; }
|
5633 |
+
|
5634 |
+
.fa-behance:before {
|
5635 |
+
content: "\f1b4"; }
|
5636 |
+
|
5637 |
+
.fa-behance-square:before {
|
5638 |
+
content: "\f1b5"; }
|
5639 |
+
|
5640 |
+
.fa-bilibili:before {
|
5641 |
+
content: "\e3d9"; }
|
5642 |
+
|
5643 |
+
.fa-bimobject:before {
|
5644 |
+
content: "\f378"; }
|
5645 |
+
|
5646 |
+
.fa-bitbucket:before {
|
5647 |
+
content: "\f171"; }
|
5648 |
+
|
5649 |
+
.fa-bitcoin:before {
|
5650 |
+
content: "\f379"; }
|
5651 |
+
|
5652 |
+
.fa-bity:before {
|
5653 |
+
content: "\f37a"; }
|
5654 |
+
|
5655 |
+
.fa-black-tie:before {
|
5656 |
+
content: "\f27e"; }
|
5657 |
+
|
5658 |
+
.fa-blackberry:before {
|
5659 |
+
content: "\f37b"; }
|
5660 |
+
|
5661 |
+
.fa-blogger:before {
|
5662 |
+
content: "\f37c"; }
|
5663 |
+
|
5664 |
+
.fa-blogger-b:before {
|
5665 |
+
content: "\f37d"; }
|
5666 |
+
|
5667 |
+
.fa-bluetooth:before {
|
5668 |
+
content: "\f293"; }
|
5669 |
+
|
5670 |
+
.fa-bluetooth-b:before {
|
5671 |
+
content: "\f294"; }
|
5672 |
+
|
5673 |
+
.fa-bootstrap:before {
|
5674 |
+
content: "\f836"; }
|
5675 |
+
|
5676 |
+
.fa-bots:before {
|
5677 |
+
content: "\e340"; }
|
5678 |
+
|
5679 |
+
.fa-btc:before {
|
5680 |
+
content: "\f15a"; }
|
5681 |
+
|
5682 |
+
.fa-buffer:before {
|
5683 |
+
content: "\f837"; }
|
5684 |
+
|
5685 |
+
.fa-buromobelexperte:before {
|
5686 |
+
content: "\f37f"; }
|
5687 |
+
|
5688 |
+
.fa-buy-n-large:before {
|
5689 |
+
content: "\f8a6"; }
|
5690 |
+
|
5691 |
+
.fa-buysellads:before {
|
5692 |
+
content: "\f20d"; }
|
5693 |
+
|
5694 |
+
.fa-canadian-maple-leaf:before {
|
5695 |
+
content: "\f785"; }
|
5696 |
+
|
5697 |
+
.fa-cc-amazon-pay:before {
|
5698 |
+
content: "\f42d"; }
|
5699 |
+
|
5700 |
+
.fa-cc-amex:before {
|
5701 |
+
content: "\f1f3"; }
|
5702 |
+
|
5703 |
+
.fa-cc-apple-pay:before {
|
5704 |
+
content: "\f416"; }
|
5705 |
+
|
5706 |
+
.fa-cc-diners-club:before {
|
5707 |
+
content: "\f24c"; }
|
5708 |
+
|
5709 |
+
.fa-cc-discover:before {
|
5710 |
+
content: "\f1f2"; }
|
5711 |
+
|
5712 |
+
.fa-cc-jcb:before {
|
5713 |
+
content: "\f24b"; }
|
5714 |
+
|
5715 |
+
.fa-cc-mastercard:before {
|
5716 |
+
content: "\f1f1"; }
|
5717 |
+
|
5718 |
+
.fa-cc-paypal:before {
|
5719 |
+
content: "\f1f4"; }
|
5720 |
+
|
5721 |
+
.fa-cc-stripe:before {
|
5722 |
+
content: "\f1f5"; }
|
5723 |
+
|
5724 |
+
.fa-cc-visa:before {
|
5725 |
+
content: "\f1f0"; }
|
5726 |
+
|
5727 |
+
.fa-centercode:before {
|
5728 |
+
content: "\f380"; }
|
5729 |
+
|
5730 |
+
.fa-centos:before {
|
5731 |
+
content: "\f789"; }
|
5732 |
+
|
5733 |
+
.fa-chrome:before {
|
5734 |
+
content: "\f268"; }
|
5735 |
+
|
5736 |
+
.fa-chromecast:before {
|
5737 |
+
content: "\f838"; }
|
5738 |
+
|
5739 |
+
.fa-cloudflare:before {
|
5740 |
+
content: "\e07d"; }
|
5741 |
+
|
5742 |
+
.fa-cloudscale:before {
|
5743 |
+
content: "\f383"; }
|
5744 |
+
|
5745 |
+
.fa-cloudsmith:before {
|
5746 |
+
content: "\f384"; }
|
5747 |
+
|
5748 |
+
.fa-cloudversify:before {
|
5749 |
+
content: "\f385"; }
|
5750 |
+
|
5751 |
+
.fa-cmplid:before {
|
5752 |
+
content: "\e360"; }
|
5753 |
+
|
5754 |
+
.fa-codepen:before {
|
5755 |
+
content: "\f1cb"; }
|
5756 |
+
|
5757 |
+
.fa-codiepie:before {
|
5758 |
+
content: "\f284"; }
|
5759 |
+
|
5760 |
+
.fa-confluence:before {
|
5761 |
+
content: "\f78d"; }
|
5762 |
+
|
5763 |
+
.fa-connectdevelop:before {
|
5764 |
+
content: "\f20e"; }
|
5765 |
+
|
5766 |
+
.fa-contao:before {
|
5767 |
+
content: "\f26d"; }
|
5768 |
+
|
5769 |
+
.fa-cotton-bureau:before {
|
5770 |
+
content: "\f89e"; }
|
5771 |
+
|
5772 |
+
.fa-cpanel:before {
|
5773 |
+
content: "\f388"; }
|
5774 |
+
|
5775 |
+
.fa-creative-commons:before {
|
5776 |
+
content: "\f25e"; }
|
5777 |
+
|
5778 |
+
.fa-creative-commons-by:before {
|
5779 |
+
content: "\f4e7"; }
|
5780 |
+
|
5781 |
+
.fa-creative-commons-nc:before {
|
5782 |
+
content: "\f4e8"; }
|
5783 |
+
|
5784 |
+
.fa-creative-commons-nc-eu:before {
|
5785 |
+
content: "\f4e9"; }
|
5786 |
+
|
5787 |
+
.fa-creative-commons-nc-jp:before {
|
5788 |
+
content: "\f4ea"; }
|
5789 |
+
|
5790 |
+
.fa-creative-commons-nd:before {
|
5791 |
+
content: "\f4eb"; }
|
5792 |
+
|
5793 |
+
.fa-creative-commons-pd:before {
|
5794 |
+
content: "\f4ec"; }
|
5795 |
+
|
5796 |
+
.fa-creative-commons-pd-alt:before {
|
5797 |
+
content: "\f4ed"; }
|
5798 |
+
|
5799 |
+
.fa-creative-commons-remix:before {
|
5800 |
+
content: "\f4ee"; }
|
5801 |
+
|
5802 |
+
.fa-creative-commons-sa:before {
|
5803 |
+
content: "\f4ef"; }
|
5804 |
+
|
5805 |
+
.fa-creative-commons-sampling:before {
|
5806 |
+
content: "\f4f0"; }
|
5807 |
+
|
5808 |
+
.fa-creative-commons-sampling-plus:before {
|
5809 |
+
content: "\f4f1"; }
|
5810 |
+
|
5811 |
+
.fa-creative-commons-share:before {
|
5812 |
+
content: "\f4f2"; }
|
5813 |
+
|
5814 |
+
.fa-creative-commons-zero:before {
|
5815 |
+
content: "\f4f3"; }
|
5816 |
+
|
5817 |
+
.fa-critical-role:before {
|
5818 |
+
content: "\f6c9"; }
|
5819 |
+
|
5820 |
+
.fa-css3:before {
|
5821 |
+
content: "\f13c"; }
|
5822 |
+
|
5823 |
+
.fa-css3-alt:before {
|
5824 |
+
content: "\f38b"; }
|
5825 |
+
|
5826 |
+
.fa-cuttlefish:before {
|
5827 |
+
content: "\f38c"; }
|
5828 |
+
|
5829 |
+
.fa-d-and-d:before {
|
5830 |
+
content: "\f38d"; }
|
5831 |
+
|
5832 |
+
.fa-d-and-d-beyond:before {
|
5833 |
+
content: "\f6ca"; }
|
5834 |
+
|
5835 |
+
.fa-dailymotion:before {
|
5836 |
+
content: "\e052"; }
|
5837 |
+
|
5838 |
+
.fa-dashcube:before {
|
5839 |
+
content: "\f210"; }
|
5840 |
+
|
5841 |
+
.fa-deezer:before {
|
5842 |
+
content: "\e077"; }
|
5843 |
+
|
5844 |
+
.fa-delicious:before {
|
5845 |
+
content: "\f1a5"; }
|
5846 |
+
|
5847 |
+
.fa-deploydog:before {
|
5848 |
+
content: "\f38e"; }
|
5849 |
+
|
5850 |
+
.fa-deskpro:before {
|
5851 |
+
content: "\f38f"; }
|
5852 |
+
|
5853 |
+
.fa-dev:before {
|
5854 |
+
content: "\f6cc"; }
|
5855 |
+
|
5856 |
+
.fa-deviantart:before {
|
5857 |
+
content: "\f1bd"; }
|
5858 |
+
|
5859 |
+
.fa-dhl:before {
|
5860 |
+
content: "\f790"; }
|
5861 |
+
|
5862 |
+
.fa-diaspora:before {
|
5863 |
+
content: "\f791"; }
|
5864 |
+
|
5865 |
+
.fa-digg:before {
|
5866 |
+
content: "\f1a6"; }
|
5867 |
+
|
5868 |
+
.fa-digital-ocean:before {
|
5869 |
+
content: "\f391"; }
|
5870 |
+
|
5871 |
+
.fa-discord:before {
|
5872 |
+
content: "\f392"; }
|
5873 |
+
|
5874 |
+
.fa-discourse:before {
|
5875 |
+
content: "\f393"; }
|
5876 |
+
|
5877 |
+
.fa-dochub:before {
|
5878 |
+
content: "\f394"; }
|
5879 |
+
|
5880 |
+
.fa-docker:before {
|
5881 |
+
content: "\f395"; }
|
5882 |
+
|
5883 |
+
.fa-draft2digital:before {
|
5884 |
+
content: "\f396"; }
|
5885 |
+
|
5886 |
+
.fa-dribbble:before {
|
5887 |
+
content: "\f17d"; }
|
5888 |
+
|
5889 |
+
.fa-dribbble-square:before {
|
5890 |
+
content: "\f397"; }
|
5891 |
+
|
5892 |
+
.fa-dropbox:before {
|
5893 |
+
content: "\f16b"; }
|
5894 |
+
|
5895 |
+
.fa-drupal:before {
|
5896 |
+
content: "\f1a9"; }
|
5897 |
+
|
5898 |
+
.fa-dyalog:before {
|
5899 |
+
content: "\f399"; }
|
5900 |
+
|
5901 |
+
.fa-earlybirds:before {
|
5902 |
+
content: "\f39a"; }
|
5903 |
+
|
5904 |
+
.fa-ebay:before {
|
5905 |
+
content: "\f4f4"; }
|
5906 |
+
|
5907 |
+
.fa-edge:before {
|
5908 |
+
content: "\f282"; }
|
5909 |
+
|
5910 |
+
.fa-edge-legacy:before {
|
5911 |
+
content: "\e078"; }
|
5912 |
+
|
5913 |
+
.fa-elementor:before {
|
5914 |
+
content: "\f430"; }
|
5915 |
+
|
5916 |
+
.fa-ello:before {
|
5917 |
+
content: "\f5f1"; }
|
5918 |
+
|
5919 |
+
.fa-ember:before {
|
5920 |
+
content: "\f423"; }
|
5921 |
+
|
5922 |
+
.fa-empire:before {
|
5923 |
+
content: "\f1d1"; }
|
5924 |
+
|
5925 |
+
.fa-envira:before {
|
5926 |
+
content: "\f299"; }
|
5927 |
+
|
5928 |
+
.fa-erlang:before {
|
5929 |
+
content: "\f39d"; }
|
5930 |
+
|
5931 |
+
.fa-ethereum:before {
|
5932 |
+
content: "\f42e"; }
|
5933 |
+
|
5934 |
+
.fa-etsy:before {
|
5935 |
+
content: "\f2d7"; }
|
5936 |
+
|
5937 |
+
.fa-evernote:before {
|
5938 |
+
content: "\f839"; }
|
5939 |
+
|
5940 |
+
.fa-expeditedssl:before {
|
5941 |
+
content: "\f23e"; }
|
5942 |
+
|
5943 |
+
.fa-facebook:before {
|
5944 |
+
content: "\f09a"; }
|
5945 |
+
|
5946 |
+
.fa-facebook-f:before {
|
5947 |
+
content: "\f39e"; }
|
5948 |
+
|
5949 |
+
.fa-facebook-messenger:before {
|
5950 |
+
content: "\f39f"; }
|
5951 |
+
|
5952 |
+
.fa-facebook-square:before {
|
5953 |
+
content: "\f082"; }
|
5954 |
+
|
5955 |
+
.fa-fantasy-flight-games:before {
|
5956 |
+
content: "\f6dc"; }
|
5957 |
+
|
5958 |
+
.fa-fedex:before {
|
5959 |
+
content: "\f797"; }
|
5960 |
+
|
5961 |
+
.fa-fedora:before {
|
5962 |
+
content: "\f798"; }
|
5963 |
+
|
5964 |
+
.fa-figma:before {
|
5965 |
+
content: "\f799"; }
|
5966 |
+
|
5967 |
+
.fa-firefox:before {
|
5968 |
+
content: "\f269"; }
|
5969 |
+
|
5970 |
+
.fa-firefox-browser:before {
|
5971 |
+
content: "\e007"; }
|
5972 |
+
|
5973 |
+
.fa-first-order:before {
|
5974 |
+
content: "\f2b0"; }
|
5975 |
+
|
5976 |
+
.fa-first-order-alt:before {
|
5977 |
+
content: "\f50a"; }
|
5978 |
+
|
5979 |
+
.fa-firstdraft:before {
|
5980 |
+
content: "\f3a1"; }
|
5981 |
+
|
5982 |
+
.fa-flickr:before {
|
5983 |
+
content: "\f16e"; }
|
5984 |
+
|
5985 |
+
.fa-flipboard:before {
|
5986 |
+
content: "\f44d"; }
|
5987 |
+
|
5988 |
+
.fa-fly:before {
|
5989 |
+
content: "\f417"; }
|
5990 |
+
|
5991 |
+
.fa-font-awesome:before {
|
5992 |
+
content: "\f2b4"; }
|
5993 |
+
|
5994 |
+
.fa-font-awesome-flag:before {
|
5995 |
+
content: "\f2b4"; }
|
5996 |
+
|
5997 |
+
.fa-font-awesome-logo-full:before {
|
5998 |
+
content: "\f2b4"; }
|
5999 |
+
|
6000 |
+
.fa-fonticons:before {
|
6001 |
+
content: "\f280"; }
|
6002 |
+
|
6003 |
+
.fa-fonticons-fi:before {
|
6004 |
+
content: "\f3a2"; }
|
6005 |
+
|
6006 |
+
.fa-fort-awesome:before {
|
6007 |
+
content: "\f286"; }
|
6008 |
+
|
6009 |
+
.fa-fort-awesome-alt:before {
|
6010 |
+
content: "\f3a3"; }
|
6011 |
+
|
6012 |
+
.fa-forumbee:before {
|
6013 |
+
content: "\f211"; }
|
6014 |
+
|
6015 |
+
.fa-foursquare:before {
|
6016 |
+
content: "\f180"; }
|
6017 |
+
|
6018 |
+
.fa-free-code-camp:before {
|
6019 |
+
content: "\f2c5"; }
|
6020 |
+
|
6021 |
+
.fa-freebsd:before {
|
6022 |
+
content: "\f3a4"; }
|
6023 |
+
|
6024 |
+
.fa-fulcrum:before {
|
6025 |
+
content: "\f50b"; }
|
6026 |
+
|
6027 |
+
.fa-galactic-republic:before {
|
6028 |
+
content: "\f50c"; }
|
6029 |
+
|
6030 |
+
.fa-galactic-senate:before {
|
6031 |
+
content: "\f50d"; }
|
6032 |
+
|
6033 |
+
.fa-get-pocket:before {
|
6034 |
+
content: "\f265"; }
|
6035 |
+
|
6036 |
+
.fa-gg:before {
|
6037 |
+
content: "\f260"; }
|
6038 |
+
|
6039 |
+
.fa-gg-circle:before {
|
6040 |
+
content: "\f261"; }
|
6041 |
+
|
6042 |
+
.fa-git:before {
|
6043 |
+
content: "\f1d3"; }
|
6044 |
+
|
6045 |
+
.fa-git-alt:before {
|
6046 |
+
content: "\f841"; }
|
6047 |
+
|
6048 |
+
.fa-git-square:before {
|
6049 |
+
content: "\f1d2"; }
|
6050 |
+
|
6051 |
+
.fa-github:before {
|
6052 |
+
content: "\f09b"; }
|
6053 |
+
|
6054 |
+
.fa-github-alt:before {
|
6055 |
+
content: "\f113"; }
|
6056 |
+
|
6057 |
+
.fa-github-square:before {
|
6058 |
+
content: "\f092"; }
|
6059 |
+
|
6060 |
+
.fa-gitkraken:before {
|
6061 |
+
content: "\f3a6"; }
|
6062 |
+
|
6063 |
+
.fa-gitlab:before {
|
6064 |
+
content: "\f296"; }
|
6065 |
+
|
6066 |
+
.fa-gitter:before {
|
6067 |
+
content: "\f426"; }
|
6068 |
+
|
6069 |
+
.fa-glide:before {
|
6070 |
+
content: "\f2a5"; }
|
6071 |
+
|
6072 |
+
.fa-glide-g:before {
|
6073 |
+
content: "\f2a6"; }
|
6074 |
+
|
6075 |
+
.fa-gofore:before {
|
6076 |
+
content: "\f3a7"; }
|
6077 |
+
|
6078 |
+
.fa-golang:before {
|
6079 |
+
content: "\e40f"; }
|
6080 |
+
|
6081 |
+
.fa-goodreads:before {
|
6082 |
+
content: "\f3a8"; }
|
6083 |
+
|
6084 |
+
.fa-goodreads-g:before {
|
6085 |
+
content: "\f3a9"; }
|
6086 |
+
|
6087 |
+
.fa-google:before {
|
6088 |
+
content: "\f1a0"; }
|
6089 |
+
|
6090 |
+
.fa-google-drive:before {
|
6091 |
+
content: "\f3aa"; }
|
6092 |
+
|
6093 |
+
.fa-google-pay:before {
|
6094 |
+
content: "\e079"; }
|
6095 |
+
|
6096 |
+
.fa-google-play:before {
|
6097 |
+
content: "\f3ab"; }
|
6098 |
+
|
6099 |
+
.fa-google-plus:before {
|
6100 |
+
content: "\f2b3"; }
|
6101 |
+
|
6102 |
+
.fa-google-plus-g:before {
|
6103 |
+
content: "\f0d5"; }
|
6104 |
+
|
6105 |
+
.fa-google-plus-square:before {
|
6106 |
+
content: "\f0d4"; }
|
6107 |
+
|
6108 |
+
.fa-google-wallet:before {
|
6109 |
+
content: "\f1ee"; }
|
6110 |
+
|
6111 |
+
.fa-gratipay:before {
|
6112 |
+
content: "\f184"; }
|
6113 |
+
|
6114 |
+
.fa-grav:before {
|
6115 |
+
content: "\f2d6"; }
|
6116 |
+
|
6117 |
+
.fa-gripfire:before {
|
6118 |
+
content: "\f3ac"; }
|
6119 |
+
|
6120 |
+
.fa-grunt:before {
|
6121 |
+
content: "\f3ad"; }
|
6122 |
+
|
6123 |
+
.fa-guilded:before {
|
6124 |
+
content: "\e07e"; }
|
6125 |
+
|
6126 |
+
.fa-gulp:before {
|
6127 |
+
content: "\f3ae"; }
|
6128 |
+
|
6129 |
+
.fa-hacker-news:before {
|
6130 |
+
content: "\f1d4"; }
|
6131 |
+
|
6132 |
+
.fa-hacker-news-square:before {
|
6133 |
+
content: "\f3af"; }
|
6134 |
+
|
6135 |
+
.fa-hackerrank:before {
|
6136 |
+
content: "\f5f7"; }
|
6137 |
+
|
6138 |
+
.fa-hashnode:before {
|
6139 |
+
content: "\e499"; }
|
6140 |
+
|
6141 |
+
.fa-hips:before {
|
6142 |
+
content: "\f452"; }
|
6143 |
+
|
6144 |
+
.fa-hire-a-helper:before {
|
6145 |
+
content: "\f3b0"; }
|
6146 |
+
|
6147 |
+
.fa-hive:before {
|
6148 |
+
content: "\e07f"; }
|
6149 |
+
|
6150 |
+
.fa-hooli:before {
|
6151 |
+
content: "\f427"; }
|
6152 |
+
|
6153 |
+
.fa-hornbill:before {
|
6154 |
+
content: "\f592"; }
|
6155 |
+
|
6156 |
+
.fa-hotjar:before {
|
6157 |
+
content: "\f3b1"; }
|
6158 |
+
|
6159 |
+
.fa-houzz:before {
|
6160 |
+
content: "\f27c"; }
|
6161 |
+
|
6162 |
+
.fa-html5:before {
|
6163 |
+
content: "\f13b"; }
|
6164 |
+
|
6165 |
+
.fa-hubspot:before {
|
6166 |
+
content: "\f3b2"; }
|
6167 |
+
|
6168 |
+
.fa-ideal:before {
|
6169 |
+
content: "\e013"; }
|
6170 |
+
|
6171 |
+
.fa-imdb:before {
|
6172 |
+
content: "\f2d8"; }
|
6173 |
+
|
6174 |
+
.fa-instagram:before {
|
6175 |
+
content: "\f16d"; }
|
6176 |
+
|
6177 |
+
.fa-instagram-square:before {
|
6178 |
+
content: "\e055"; }
|
6179 |
+
|
6180 |
+
.fa-instalod:before {
|
6181 |
+
content: "\e081"; }
|
6182 |
+
|
6183 |
+
.fa-intercom:before {
|
6184 |
+
content: "\f7af"; }
|
6185 |
+
|
6186 |
+
.fa-internet-explorer:before {
|
6187 |
+
content: "\f26b"; }
|
6188 |
+
|
6189 |
+
.fa-invision:before {
|
6190 |
+
content: "\f7b0"; }
|
6191 |
+
|
6192 |
+
.fa-ioxhost:before {
|
6193 |
+
content: "\f208"; }
|
6194 |
+
|
6195 |
+
.fa-itch-io:before {
|
6196 |
+
content: "\f83a"; }
|
6197 |
+
|
6198 |
+
.fa-itunes:before {
|
6199 |
+
content: "\f3b4"; }
|
6200 |
+
|
6201 |
+
.fa-itunes-note:before {
|
6202 |
+
content: "\f3b5"; }
|
6203 |
+
|
6204 |
+
.fa-java:before {
|
6205 |
+
content: "\f4e4"; }
|
6206 |
+
|
6207 |
+
.fa-jedi-order:before {
|
6208 |
+
content: "\f50e"; }
|
6209 |
+
|
6210 |
+
.fa-jenkins:before {
|
6211 |
+
content: "\f3b6"; }
|
6212 |
+
|
6213 |
+
.fa-jira:before {
|
6214 |
+
content: "\f7b1"; }
|
6215 |
+
|
6216 |
+
.fa-joget:before {
|
6217 |
+
content: "\f3b7"; }
|
6218 |
+
|
6219 |
+
.fa-joomla:before {
|
6220 |
+
content: "\f1aa"; }
|
6221 |
+
|
6222 |
+
.fa-js:before {
|
6223 |
+
content: "\f3b8"; }
|
6224 |
+
|
6225 |
+
.fa-js-square:before {
|
6226 |
+
content: "\f3b9"; }
|
6227 |
+
|
6228 |
+
.fa-jsfiddle:before {
|
6229 |
+
content: "\f1cc"; }
|
6230 |
+
|
6231 |
+
.fa-kaggle:before {
|
6232 |
+
content: "\f5fa"; }
|
6233 |
+
|
6234 |
+
.fa-keybase:before {
|
6235 |
+
content: "\f4f5"; }
|
6236 |
+
|
6237 |
+
.fa-keycdn:before {
|
6238 |
+
content: "\f3ba"; }
|
6239 |
+
|
6240 |
+
.fa-kickstarter:before {
|
6241 |
+
content: "\f3bb"; }
|
6242 |
+
|
6243 |
+
.fa-kickstarter-k:before {
|
6244 |
+
content: "\f3bc"; }
|
6245 |
+
|
6246 |
+
.fa-korvue:before {
|
6247 |
+
content: "\f42f"; }
|
6248 |
+
|
6249 |
+
.fa-laravel:before {
|
6250 |
+
content: "\f3bd"; }
|
6251 |
+
|
6252 |
+
.fa-lastfm:before {
|
6253 |
+
content: "\f202"; }
|
6254 |
+
|
6255 |
+
.fa-lastfm-square:before {
|
6256 |
+
content: "\f203"; }
|
6257 |
+
|
6258 |
+
.fa-leanpub:before {
|
6259 |
+
content: "\f212"; }
|
6260 |
+
|
6261 |
+
.fa-less:before {
|
6262 |
+
content: "\f41d"; }
|
6263 |
+
|
6264 |
+
.fa-line:before {
|
6265 |
+
content: "\f3c0"; }
|
6266 |
+
|
6267 |
+
.fa-linkedin:before {
|
6268 |
+
content: "\f08c"; }
|
6269 |
+
|
6270 |
+
.fa-linkedin-in:before {
|
6271 |
+
content: "\f0e1"; }
|
6272 |
+
|
6273 |
+
.fa-linode:before {
|
6274 |
+
content: "\f2b8"; }
|
6275 |
+
|
6276 |
+
.fa-linux:before {
|
6277 |
+
content: "\f17c"; }
|
6278 |
+
|
6279 |
+
.fa-lyft:before {
|
6280 |
+
content: "\f3c3"; }
|
6281 |
+
|
6282 |
+
.fa-magento:before {
|
6283 |
+
content: "\f3c4"; }
|
6284 |
+
|
6285 |
+
.fa-mailchimp:before {
|
6286 |
+
content: "\f59e"; }
|
6287 |
+
|
6288 |
+
.fa-mandalorian:before {
|
6289 |
+
content: "\f50f"; }
|
6290 |
+
|
6291 |
+
.fa-markdown:before {
|
6292 |
+
content: "\f60f"; }
|
6293 |
+
|
6294 |
+
.fa-mastodon:before {
|
6295 |
+
content: "\f4f6"; }
|
6296 |
+
|
6297 |
+
.fa-maxcdn:before {
|
6298 |
+
content: "\f136"; }
|
6299 |
+
|
6300 |
+
.fa-mdb:before {
|
6301 |
+
content: "\f8ca"; }
|
6302 |
+
|
6303 |
+
.fa-medapps:before {
|
6304 |
+
content: "\f3c6"; }
|
6305 |
+
|
6306 |
+
.fa-medium:before {
|
6307 |
+
content: "\f23a"; }
|
6308 |
+
|
6309 |
+
.fa-medium-m:before {
|
6310 |
+
content: "\f23a"; }
|
6311 |
+
|
6312 |
+
.fa-medrt:before {
|
6313 |
+
content: "\f3c8"; }
|
6314 |
+
|
6315 |
+
.fa-meetup:before {
|
6316 |
+
content: "\f2e0"; }
|
6317 |
+
|
6318 |
+
.fa-megaport:before {
|
6319 |
+
content: "\f5a3"; }
|
6320 |
+
|
6321 |
+
.fa-mendeley:before {
|
6322 |
+
content: "\f7b3"; }
|
6323 |
+
|
6324 |
+
.fa-microblog:before {
|
6325 |
+
content: "\e01a"; }
|
6326 |
+
|
6327 |
+
.fa-microsoft:before {
|
6328 |
+
content: "\f3ca"; }
|
6329 |
+
|
6330 |
+
.fa-mix:before {
|
6331 |
+
content: "\f3cb"; }
|
6332 |
+
|
6333 |
+
.fa-mixcloud:before {
|
6334 |
+
content: "\f289"; }
|
6335 |
+
|
6336 |
+
.fa-mixer:before {
|
6337 |
+
content: "\e056"; }
|
6338 |
+
|
6339 |
+
.fa-mizuni:before {
|
6340 |
+
content: "\f3cc"; }
|
6341 |
+
|
6342 |
+
.fa-modx:before {
|
6343 |
+
content: "\f285"; }
|
6344 |
+
|
6345 |
+
.fa-monero:before {
|
6346 |
+
content: "\f3d0"; }
|
6347 |
+
|
6348 |
+
.fa-napster:before {
|
6349 |
+
content: "\f3d2"; }
|
6350 |
+
|
6351 |
+
.fa-neos:before {
|
6352 |
+
content: "\f612"; }
|
6353 |
+
|
6354 |
+
.fa-nimblr:before {
|
6355 |
+
content: "\f5a8"; }
|
6356 |
+
|
6357 |
+
.fa-node:before {
|
6358 |
+
content: "\f419"; }
|
6359 |
+
|
6360 |
+
.fa-node-js:before {
|
6361 |
+
content: "\f3d3"; }
|
6362 |
+
|
6363 |
+
.fa-npm:before {
|
6364 |
+
content: "\f3d4"; }
|
6365 |
+
|
6366 |
+
.fa-ns8:before {
|
6367 |
+
content: "\f3d5"; }
|
6368 |
+
|
6369 |
+
.fa-nutritionix:before {
|
6370 |
+
content: "\f3d6"; }
|
6371 |
+
|
6372 |
+
.fa-octopus-deploy:before {
|
6373 |
+
content: "\e082"; }
|
6374 |
+
|
6375 |
+
.fa-odnoklassniki:before {
|
6376 |
+
content: "\f263"; }
|
6377 |
+
|
6378 |
+
.fa-odnoklassniki-square:before {
|
6379 |
+
content: "\f264"; }
|
6380 |
+
|
6381 |
+
.fa-old-republic:before {
|
6382 |
+
content: "\f510"; }
|
6383 |
+
|
6384 |
+
.fa-opencart:before {
|
6385 |
+
content: "\f23d"; }
|
6386 |
+
|
6387 |
+
.fa-openid:before {
|
6388 |
+
content: "\f19b"; }
|
6389 |
+
|
6390 |
+
.fa-opera:before {
|
6391 |
+
content: "\f26a"; }
|
6392 |
+
|
6393 |
+
.fa-optin-monster:before {
|
6394 |
+
content: "\f23c"; }
|
6395 |
+
|
6396 |
+
.fa-orcid:before {
|
6397 |
+
content: "\f8d2"; }
|
6398 |
+
|
6399 |
+
.fa-osi:before {
|
6400 |
+
content: "\f41a"; }
|
6401 |
+
|
6402 |
+
.fa-padlet:before {
|
6403 |
+
content: "\e4a0"; }
|
6404 |
+
|
6405 |
+
.fa-page4:before {
|
6406 |
+
content: "\f3d7"; }
|
6407 |
+
|
6408 |
+
.fa-pagelines:before {
|
6409 |
+
content: "\f18c"; }
|
6410 |
+
|
6411 |
+
.fa-palfed:before {
|
6412 |
+
content: "\f3d8"; }
|
6413 |
+
|
6414 |
+
.fa-patreon:before {
|
6415 |
+
content: "\f3d9"; }
|
6416 |
+
|
6417 |
+
.fa-paypal:before {
|
6418 |
+
content: "\f1ed"; }
|
6419 |
+
|
6420 |
+
.fa-perbyte:before {
|
6421 |
+
content: "\e083"; }
|
6422 |
+
|
6423 |
+
.fa-periscope:before {
|
6424 |
+
content: "\f3da"; }
|
6425 |
+
|
6426 |
+
.fa-phabricator:before {
|
6427 |
+
content: "\f3db"; }
|
6428 |
+
|
6429 |
+
.fa-phoenix-framework:before {
|
6430 |
+
content: "\f3dc"; }
|
6431 |
+
|
6432 |
+
.fa-phoenix-squadron:before {
|
6433 |
+
content: "\f511"; }
|
6434 |
+
|
6435 |
+
.fa-php:before {
|
6436 |
+
content: "\f457"; }
|
6437 |
+
|
6438 |
+
.fa-pied-piper:before {
|
6439 |
+
content: "\f2ae"; }
|
6440 |
+
|
6441 |
+
.fa-pied-piper-alt:before {
|
6442 |
+
content: "\f1a8"; }
|
6443 |
+
|
6444 |
+
.fa-pied-piper-hat:before {
|
6445 |
+
content: "\f4e5"; }
|
6446 |
+
|
6447 |
+
.fa-pied-piper-pp:before {
|
6448 |
+
content: "\f1a7"; }
|
6449 |
+
|
6450 |
+
.fa-pied-piper-square:before {
|
6451 |
+
content: "\e01e"; }
|
6452 |
+
|
6453 |
+
.fa-pinterest:before {
|
6454 |
+
content: "\f0d2"; }
|
6455 |
+
|
6456 |
+
.fa-pinterest-p:before {
|
6457 |
+
content: "\f231"; }
|
6458 |
+
|
6459 |
+
.fa-pinterest-square:before {
|
6460 |
+
content: "\f0d3"; }
|
6461 |
+
|
6462 |
+
.fa-pix:before {
|
6463 |
+
content: "\e43a"; }
|
6464 |
+
|
6465 |
+
.fa-playstation:before {
|
6466 |
+
content: "\f3df"; }
|
6467 |
+
|
6468 |
+
.fa-product-hunt:before {
|
6469 |
+
content: "\f288"; }
|
6470 |
+
|
6471 |
+
.fa-pushed:before {
|
6472 |
+
content: "\f3e1"; }
|
6473 |
+
|
6474 |
+
.fa-python:before {
|
6475 |
+
content: "\f3e2"; }
|
6476 |
+
|
6477 |
+
.fa-qq:before {
|
6478 |
+
content: "\f1d6"; }
|
6479 |
+
|
6480 |
+
.fa-quinscape:before {
|
6481 |
+
content: "\f459"; }
|
6482 |
+
|
6483 |
+
.fa-quora:before {
|
6484 |
+
content: "\f2c4"; }
|
6485 |
+
|
6486 |
+
.fa-r-project:before {
|
6487 |
+
content: "\f4f7"; }
|
6488 |
+
|
6489 |
+
.fa-raspberry-pi:before {
|
6490 |
+
content: "\f7bb"; }
|
6491 |
+
|
6492 |
+
.fa-ravelry:before {
|
6493 |
+
content: "\f2d9"; }
|
6494 |
+
|
6495 |
+
.fa-react:before {
|
6496 |
+
content: "\f41b"; }
|
6497 |
+
|
6498 |
+
.fa-reacteurope:before {
|
6499 |
+
content: "\f75d"; }
|
6500 |
+
|
6501 |
+
.fa-readme:before {
|
6502 |
+
content: "\f4d5"; }
|
6503 |
+
|
6504 |
+
.fa-rebel:before {
|
6505 |
+
content: "\f1d0"; }
|
6506 |
+
|
6507 |
+
.fa-red-river:before {
|
6508 |
+
content: "\f3e3"; }
|
6509 |
+
|
6510 |
+
.fa-reddit:before {
|
6511 |
+
content: "\f1a1"; }
|
6512 |
+
|
6513 |
+
.fa-reddit-alien:before {
|
6514 |
+
content: "\f281"; }
|
6515 |
+
|
6516 |
+
.fa-reddit-square:before {
|
6517 |
+
content: "\f1a2"; }
|
6518 |
+
|
6519 |
+
.fa-redhat:before {
|
6520 |
+
content: "\f7bc"; }
|
6521 |
+
|
6522 |
+
.fa-renren:before {
|
6523 |
+
content: "\f18b"; }
|
6524 |
+
|
6525 |
+
.fa-replyd:before {
|
6526 |
+
content: "\f3e6"; }
|
6527 |
+
|
6528 |
+
.fa-researchgate:before {
|
6529 |
+
content: "\f4f8"; }
|
6530 |
+
|
6531 |
+
.fa-resolving:before {
|
6532 |
+
content: "\f3e7"; }
|
6533 |
+
|
6534 |
+
.fa-rev:before {
|
6535 |
+
content: "\f5b2"; }
|
6536 |
+
|
6537 |
+
.fa-rocketchat:before {
|
6538 |
+
content: "\f3e8"; }
|
6539 |
+
|
6540 |
+
.fa-rockrms:before {
|
6541 |
+
content: "\f3e9"; }
|
6542 |
+
|
6543 |
+
.fa-rust:before {
|
6544 |
+
content: "\e07a"; }
|
6545 |
+
|
6546 |
+
.fa-safari:before {
|
6547 |
+
content: "\f267"; }
|
6548 |
+
|
6549 |
+
.fa-salesforce:before {
|
6550 |
+
content: "\f83b"; }
|
6551 |
+
|
6552 |
+
.fa-sass:before {
|
6553 |
+
content: "\f41e"; }
|
6554 |
+
|
6555 |
+
.fa-schlix:before {
|
6556 |
+
content: "\f3ea"; }
|
6557 |
+
|
6558 |
+
.fa-scribd:before {
|
6559 |
+
content: "\f28a"; }
|
6560 |
+
|
6561 |
+
.fa-searchengin:before {
|
6562 |
+
content: "\f3eb"; }
|
6563 |
+
|
6564 |
+
.fa-sellcast:before {
|
6565 |
+
content: "\f2da"; }
|
6566 |
+
|
6567 |
+
.fa-sellsy:before {
|
6568 |
+
content: "\f213"; }
|
6569 |
+
|
6570 |
+
.fa-servicestack:before {
|
6571 |
+
content: "\f3ec"; }
|
6572 |
+
|
6573 |
+
.fa-shirtsinbulk:before {
|
6574 |
+
content: "\f214"; }
|
6575 |
+
|
6576 |
+
.fa-shopify:before {
|
6577 |
+
content: "\e057"; }
|
6578 |
+
|
6579 |
+
.fa-shopware:before {
|
6580 |
+
content: "\f5b5"; }
|
6581 |
+
|
6582 |
+
.fa-simplybuilt:before {
|
6583 |
+
content: "\f215"; }
|
6584 |
+
|
6585 |
+
.fa-sistrix:before {
|
6586 |
+
content: "\f3ee"; }
|
6587 |
+
|
6588 |
+
.fa-sith:before {
|
6589 |
+
content: "\f512"; }
|
6590 |
+
|
6591 |
+
.fa-sitrox:before {
|
6592 |
+
content: "\e44a"; }
|
6593 |
+
|
6594 |
+
.fa-sketch:before {
|
6595 |
+
content: "\f7c6"; }
|
6596 |
+
|
6597 |
+
.fa-skyatlas:before {
|
6598 |
+
content: "\f216"; }
|
6599 |
+
|
6600 |
+
.fa-skype:before {
|
6601 |
+
content: "\f17e"; }
|
6602 |
+
|
6603 |
+
.fa-slack:before {
|
6604 |
+
content: "\f198"; }
|
6605 |
+
|
6606 |
+
.fa-slack-hash:before {
|
6607 |
+
content: "\f198"; }
|
6608 |
+
|
6609 |
+
.fa-slideshare:before {
|
6610 |
+
content: "\f1e7"; }
|
6611 |
+
|
6612 |
+
.fa-snapchat:before {
|
6613 |
+
content: "\f2ab"; }
|
6614 |
+
|
6615 |
+
.fa-snapchat-ghost:before {
|
6616 |
+
content: "\f2ab"; }
|
6617 |
+
|
6618 |
+
.fa-snapchat-square:before {
|
6619 |
+
content: "\f2ad"; }
|
6620 |
+
|
6621 |
+
.fa-soundcloud:before {
|
6622 |
+
content: "\f1be"; }
|
6623 |
+
|
6624 |
+
.fa-sourcetree:before {
|
6625 |
+
content: "\f7d3"; }
|
6626 |
+
|
6627 |
+
.fa-speakap:before {
|
6628 |
+
content: "\f3f3"; }
|
6629 |
+
|
6630 |
+
.fa-speaker-deck:before {
|
6631 |
+
content: "\f83c"; }
|
6632 |
+
|
6633 |
+
.fa-spotify:before {
|
6634 |
+
content: "\f1bc"; }
|
6635 |
+
|
6636 |
+
.fa-square-font-awesome:before {
|
6637 |
+
content: "\f425"; }
|
6638 |
+
|
6639 |
+
.fa-square-font-awesome-stroke:before {
|
6640 |
+
content: "\f35c"; }
|
6641 |
+
|
6642 |
+
.fa-font-awesome-alt:before {
|
6643 |
+
content: "\f35c"; }
|
6644 |
+
|
6645 |
+
.fa-squarespace:before {
|
6646 |
+
content: "\f5be"; }
|
6647 |
+
|
6648 |
+
.fa-stack-exchange:before {
|
6649 |
+
content: "\f18d"; }
|
6650 |
+
|
6651 |
+
.fa-stack-overflow:before {
|
6652 |
+
content: "\f16c"; }
|
6653 |
+
|
6654 |
+
.fa-stackpath:before {
|
6655 |
+
content: "\f842"; }
|
6656 |
+
|
6657 |
+
.fa-staylinked:before {
|
6658 |
+
content: "\f3f5"; }
|
6659 |
+
|
6660 |
+
.fa-steam:before {
|
6661 |
+
content: "\f1b6"; }
|
6662 |
+
|
6663 |
+
.fa-steam-square:before {
|
6664 |
+
content: "\f1b7"; }
|
6665 |
+
|
6666 |
+
.fa-steam-symbol:before {
|
6667 |
+
content: "\f3f6"; }
|
6668 |
+
|
6669 |
+
.fa-sticker-mule:before {
|
6670 |
+
content: "\f3f7"; }
|
6671 |
+
|
6672 |
+
.fa-strava:before {
|
6673 |
+
content: "\f428"; }
|
6674 |
+
|
6675 |
+
.fa-stripe:before {
|
6676 |
+
content: "\f429"; }
|
6677 |
+
|
6678 |
+
.fa-stripe-s:before {
|
6679 |
+
content: "\f42a"; }
|
6680 |
+
|
6681 |
+
.fa-studiovinari:before {
|
6682 |
+
content: "\f3f8"; }
|
6683 |
+
|
6684 |
+
.fa-stumbleupon:before {
|
6685 |
+
content: "\f1a4"; }
|
6686 |
+
|
6687 |
+
.fa-stumbleupon-circle:before {
|
6688 |
+
content: "\f1a3"; }
|
6689 |
+
|
6690 |
+
.fa-superpowers:before {
|
6691 |
+
content: "\f2dd"; }
|
6692 |
+
|
6693 |
+
.fa-supple:before {
|
6694 |
+
content: "\f3f9"; }
|
6695 |
+
|
6696 |
+
.fa-suse:before {
|
6697 |
+
content: "\f7d6"; }
|
6698 |
+
|
6699 |
+
.fa-swift:before {
|
6700 |
+
content: "\f8e1"; }
|
6701 |
+
|
6702 |
+
.fa-symfony:before {
|
6703 |
+
content: "\f83d"; }
|
6704 |
+
|
6705 |
+
.fa-teamspeak:before {
|
6706 |
+
content: "\f4f9"; }
|
6707 |
+
|
6708 |
+
.fa-telegram:before {
|
6709 |
+
content: "\f2c6"; }
|
6710 |
+
|
6711 |
+
.fa-telegram-plane:before {
|
6712 |
+
content: "\f2c6"; }
|
6713 |
+
|
6714 |
+
.fa-tencent-weibo:before {
|
6715 |
+
content: "\f1d5"; }
|
6716 |
+
|
6717 |
+
.fa-the-red-yeti:before {
|
6718 |
+
content: "\f69d"; }
|
6719 |
+
|
6720 |
+
.fa-themeco:before {
|
6721 |
+
content: "\f5c6"; }
|
6722 |
+
|
6723 |
+
.fa-themeisle:before {
|
6724 |
+
content: "\f2b2"; }
|
6725 |
+
|
6726 |
+
.fa-think-peaks:before {
|
6727 |
+
content: "\f731"; }
|
6728 |
+
|
6729 |
+
.fa-tiktok:before {
|
6730 |
+
content: "\e07b"; }
|
6731 |
+
|
6732 |
+
.fa-trade-federation:before {
|
6733 |
+
content: "\f513"; }
|
6734 |
+
|
6735 |
+
.fa-trello:before {
|
6736 |
+
content: "\f181"; }
|
6737 |
+
|
6738 |
+
.fa-tumblr:before {
|
6739 |
+
content: "\f173"; }
|
6740 |
+
|
6741 |
+
.fa-tumblr-square:before {
|
6742 |
+
content: "\f174"; }
|
6743 |
+
|
6744 |
+
.fa-twitch:before {
|
6745 |
+
content: "\f1e8"; }
|
6746 |
+
|
6747 |
+
.fa-twitter:before {
|
6748 |
+
content: "\f099"; }
|
6749 |
+
|
6750 |
+
.fa-twitter-square:before {
|
6751 |
+
content: "\f081"; }
|
6752 |
+
|
6753 |
+
.fa-typo3:before {
|
6754 |
+
content: "\f42b"; }
|
6755 |
+
|
6756 |
+
.fa-uber:before {
|
6757 |
+
content: "\f402"; }
|
6758 |
+
|
6759 |
+
.fa-ubuntu:before {
|
6760 |
+
content: "\f7df"; }
|
6761 |
+
|
6762 |
+
.fa-uikit:before {
|
6763 |
+
content: "\f403"; }
|
6764 |
+
|
6765 |
+
.fa-umbraco:before {
|
6766 |
+
content: "\f8e8"; }
|
6767 |
+
|
6768 |
+
.fa-uncharted:before {
|
6769 |
+
content: "\e084"; }
|
6770 |
+
|
6771 |
+
.fa-uniregistry:before {
|
6772 |
+
content: "\f404"; }
|
6773 |
+
|
6774 |
+
.fa-unity:before {
|
6775 |
+
content: "\e049"; }
|
6776 |
+
|
6777 |
+
.fa-unsplash:before {
|
6778 |
+
content: "\e07c"; }
|
6779 |
+
|
6780 |
+
.fa-untappd:before {
|
6781 |
+
content: "\f405"; }
|
6782 |
+
|
6783 |
+
.fa-ups:before {
|
6784 |
+
content: "\f7e0"; }
|
6785 |
+
|
6786 |
+
.fa-usb:before {
|
6787 |
+
content: "\f287"; }
|
6788 |
+
|
6789 |
+
.fa-usps:before {
|
6790 |
+
content: "\f7e1"; }
|
6791 |
+
|
6792 |
+
.fa-ussunnah:before {
|
6793 |
+
content: "\f407"; }
|
6794 |
+
|
6795 |
+
.fa-vaadin:before {
|
6796 |
+
content: "\f408"; }
|
6797 |
+
|
6798 |
+
.fa-viacoin:before {
|
6799 |
+
content: "\f237"; }
|
6800 |
+
|
6801 |
+
.fa-viadeo:before {
|
6802 |
+
content: "\f2a9"; }
|
6803 |
+
|
6804 |
+
.fa-viadeo-square:before {
|
6805 |
+
content: "\f2aa"; }
|
6806 |
+
|
6807 |
+
.fa-viber:before {
|
6808 |
+
content: "\f409"; }
|
6809 |
+
|
6810 |
+
.fa-vimeo:before {
|
6811 |
+
content: "\f40a"; }
|
6812 |
+
|
6813 |
+
.fa-vimeo-square:before {
|
6814 |
+
content: "\f194"; }
|
6815 |
+
|
6816 |
+
.fa-vimeo-v:before {
|
6817 |
+
content: "\f27d"; }
|
6818 |
+
|
6819 |
+
.fa-vine:before {
|
6820 |
+
content: "\f1ca"; }
|
6821 |
+
|
6822 |
+
.fa-vk:before {
|
6823 |
+
content: "\f189"; }
|
6824 |
+
|
6825 |
+
.fa-vnv:before {
|
6826 |
+
content: "\f40b"; }
|
6827 |
+
|
6828 |
+
.fa-vuejs:before {
|
6829 |
+
content: "\f41f"; }
|
6830 |
+
|
6831 |
+
.fa-watchman-monitoring:before {
|
6832 |
+
content: "\e087"; }
|
6833 |
+
|
6834 |
+
.fa-waze:before {
|
6835 |
+
content: "\f83f"; }
|
6836 |
+
|
6837 |
+
.fa-weebly:before {
|
6838 |
+
content: "\f5cc"; }
|
6839 |
+
|
6840 |
+
.fa-weibo:before {
|
6841 |
+
content: "\f18a"; }
|
6842 |
+
|
6843 |
+
.fa-weixin:before {
|
6844 |
+
content: "\f1d7"; }
|
6845 |
+
|
6846 |
+
.fa-whatsapp:before {
|
6847 |
+
content: "\f232"; }
|
6848 |
+
|
6849 |
+
.fa-whatsapp-square:before {
|
6850 |
+
content: "\f40c"; }
|
6851 |
+
|
6852 |
+
.fa-whmcs:before {
|
6853 |
+
content: "\f40d"; }
|
6854 |
+
|
6855 |
+
.fa-wikipedia-w:before {
|
6856 |
+
content: "\f266"; }
|
6857 |
+
|
6858 |
+
.fa-windows:before {
|
6859 |
+
content: "\f17a"; }
|
6860 |
+
|
6861 |
+
.fa-wirsindhandwerk:before {
|
6862 |
+
content: "\e2d0"; }
|
6863 |
+
|
6864 |
+
.fa-wsh:before {
|
6865 |
+
content: "\e2d0"; }
|
6866 |
+
|
6867 |
+
.fa-wix:before {
|
6868 |
+
content: "\f5cf"; }
|
6869 |
+
|
6870 |
+
.fa-wizards-of-the-coast:before {
|
6871 |
+
content: "\f730"; }
|
6872 |
+
|
6873 |
+
.fa-wodu:before {
|
6874 |
+
content: "\e088"; }
|
6875 |
+
|
6876 |
+
.fa-wolf-pack-battalion:before {
|
6877 |
+
content: "\f514"; }
|
6878 |
+
|
6879 |
+
.fa-wordpress:before {
|
6880 |
+
content: "\f19a"; }
|
6881 |
+
|
6882 |
+
.fa-wordpress-simple:before {
|
6883 |
+
content: "\f411"; }
|
6884 |
+
|
6885 |
+
.fa-wpbeginner:before {
|
6886 |
+
content: "\f297"; }
|
6887 |
+
|
6888 |
+
.fa-wpexplorer:before {
|
6889 |
+
content: "\f2de"; }
|
6890 |
+
|
6891 |
+
.fa-wpforms:before {
|
6892 |
+
content: "\f298"; }
|
6893 |
+
|
6894 |
+
.fa-wpressr:before {
|
6895 |
+
content: "\f3e4"; }
|
6896 |
+
|
6897 |
+
.fa-xbox:before {
|
6898 |
+
content: "\f412"; }
|
6899 |
+
|
6900 |
+
.fa-xing:before {
|
6901 |
+
content: "\f168"; }
|
6902 |
+
|
6903 |
+
.fa-xing-square:before {
|
6904 |
+
content: "\f169"; }
|
6905 |
+
|
6906 |
+
.fa-y-combinator:before {
|
6907 |
+
content: "\f23b"; }
|
6908 |
+
|
6909 |
+
.fa-yahoo:before {
|
6910 |
+
content: "\f19e"; }
|
6911 |
+
|
6912 |
+
.fa-yammer:before {
|
6913 |
+
content: "\f840"; }
|
6914 |
+
|
6915 |
+
.fa-yandex:before {
|
6916 |
+
content: "\f413"; }
|
6917 |
+
|
6918 |
+
.fa-yandex-international:before {
|
6919 |
+
content: "\f414"; }
|
6920 |
+
|
6921 |
+
.fa-yarn:before {
|
6922 |
+
content: "\f7e3"; }
|
6923 |
+
|
6924 |
+
.fa-yelp:before {
|
6925 |
+
content: "\f1e9"; }
|
6926 |
+
|
6927 |
+
.fa-yoast:before {
|
6928 |
+
content: "\f2b1"; }
|
6929 |
+
|
6930 |
+
.fa-youtube:before {
|
6931 |
+
content: "\f167"; }
|
6932 |
+
|
6933 |
+
.fa-youtube-square:before {
|
6934 |
+
content: "\f431"; }
|
6935 |
+
|
6936 |
+
.fa-zhihu:before {
|
6937 |
+
content: "\f63f"; }
|
6938 |
+
:root, :host {
|
6939 |
+
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
|
6940 |
+
|
6941 |
+
@font-face {
|
6942 |
+
font-family: 'Font Awesome 6 Free';
|
6943 |
+
font-style: normal;
|
6944 |
+
font-weight: 400;
|
6945 |
+
font-display: block;
|
6946 |
+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
|
6947 |
+
|
6948 |
+
.far,
|
6949 |
+
.fa-regular {
|
6950 |
+
font-family: 'Font Awesome 6 Free';
|
6951 |
+
font-weight: 400; }
|
6952 |
+
:root, :host {
|
6953 |
+
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
|
6954 |
+
|
6955 |
+
@font-face {
|
6956 |
+
font-family: 'Font Awesome 6 Free';
|
6957 |
+
font-style: normal;
|
6958 |
+
font-weight: 900;
|
6959 |
+
font-display: block;
|
6960 |
+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
6961 |
+
|
6962 |
+
.fas,
|
6963 |
+
.fa-solid {
|
6964 |
+
font-family: 'Font Awesome 6 Free';
|
6965 |
+
font-weight: 900; }
|
6966 |
+
@font-face {
|
6967 |
+
font-family: "Font Awesome 5 Brands";
|
6968 |
+
font-display: block;
|
6969 |
+
font-weight: 400;
|
6970 |
+
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
|
6971 |
+
|
6972 |
+
@font-face {
|
6973 |
+
font-family: "Font Awesome 5 Free";
|
6974 |
+
font-display: block;
|
6975 |
+
font-weight: 900;
|
6976 |
+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
6977 |
+
|
6978 |
+
@font-face {
|
6979 |
+
font-family: "Font Awesome 5 Free";
|
6980 |
+
font-display: block;
|
6981 |
+
font-weight: 400;
|
6982 |
+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
|
6983 |
+
@font-face {
|
6984 |
+
font-family: "FontAwesome";
|
6985 |
+
font-display: block;
|
6986 |
+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
6987 |
+
|
6988 |
+
@font-face {
|
6989 |
+
font-family: "FontAwesome";
|
6990 |
+
font-display: block;
|
6991 |
+
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
|
6992 |
+
|
6993 |
+
@font-face {
|
6994 |
+
font-family: "FontAwesome";
|
6995 |
+
font-display: block;
|
6996 |
+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
|
6997 |
+
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
|
6998 |
+
|
6999 |
+
@font-face {
|
7000 |
+
font-family: "FontAwesome";
|
7001 |
+
font-display: block;
|
7002 |
+
src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
|
7003 |
+
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A; }
|
redux-core/assets/font-awesome/css/all.min.css
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
+
* Copyright 2022 Fonticons, Inc.
|
5 |
+
*/
|
6 |
+
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-building:before{content:"\f1ad"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-highlighter:before{content:"\f591"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-rainbow:before{content:"\f75b"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheelchair:before{content:"\f193"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}
|
redux-core/assets/font-awesome/css/v4-shims.css
ADDED
@@ -0,0 +1,2146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
+
* Copyright 2022 Fonticons, Inc.
|
5 |
+
*/
|
6 |
+
.fa.fa-glass:before {
|
7 |
+
content: "\f000"; }
|
8 |
+
|
9 |
+
.fa.fa-envelope-o {
|
10 |
+
font-family: 'Font Awesome 6 Free';
|
11 |
+
font-weight: 400; }
|
12 |
+
|
13 |
+
.fa.fa-envelope-o:before {
|
14 |
+
content: "\f0e0"; }
|
15 |
+
|
16 |
+
.fa.fa-star-o {
|
17 |
+
font-family: 'Font Awesome 6 Free';
|
18 |
+
font-weight: 400; }
|
19 |
+
|
20 |
+
.fa.fa-star-o:before {
|
21 |
+
content: "\f005"; }
|
22 |
+
|
23 |
+
.fa.fa-remove:before {
|
24 |
+
content: "\f00d"; }
|
25 |
+
|
26 |
+
.fa.fa-close:before {
|
27 |
+
content: "\f00d"; }
|
28 |
+
|
29 |
+
.fa.fa-gear:before {
|
30 |
+
content: "\f013"; }
|
31 |
+
|
32 |
+
.fa.fa-trash-o {
|
33 |
+
font-family: 'Font Awesome 6 Free';
|
34 |
+
font-weight: 400; }
|
35 |
+
|
36 |
+
.fa.fa-trash-o:before {
|
37 |
+
content: "\f2ed"; }
|
38 |
+
|
39 |
+
.fa.fa-home:before {
|
40 |
+
content: "\f015"; }
|
41 |
+
|
42 |
+
.fa.fa-file-o {
|
43 |
+
font-family: 'Font Awesome 6 Free';
|
44 |
+
font-weight: 400; }
|
45 |
+
|
46 |
+
.fa.fa-file-o:before {
|
47 |
+
content: "\f15b"; }
|
48 |
+
|
49 |
+
.fa.fa-clock-o {
|
50 |
+
font-family: 'Font Awesome 6 Free';
|
51 |
+
font-weight: 400; }
|
52 |
+
|
53 |
+
.fa.fa-clock-o:before {
|
54 |
+
content: "\f017"; }
|
55 |
+
|
56 |
+
.fa.fa-arrow-circle-o-down {
|
57 |
+
font-family: 'Font Awesome 6 Free';
|
58 |
+
font-weight: 400; }
|
59 |
+
|
60 |
+
.fa.fa-arrow-circle-o-down:before {
|
61 |
+
content: "\f358"; }
|
62 |
+
|
63 |
+
.fa.fa-arrow-circle-o-up {
|
64 |
+
font-family: 'Font Awesome 6 Free';
|
65 |
+
font-weight: 400; }
|
66 |
+
|
67 |
+
.fa.fa-arrow-circle-o-up:before {
|
68 |
+
content: "\f35b"; }
|
69 |
+
|
70 |
+
.fa.fa-play-circle-o {
|
71 |
+
font-family: 'Font Awesome 6 Free';
|
72 |
+
font-weight: 400; }
|
73 |
+
|
74 |
+
.fa.fa-play-circle-o:before {
|
75 |
+
content: "\f144"; }
|
76 |
+
|
77 |
+
.fa.fa-repeat:before {
|
78 |
+
content: "\f01e"; }
|
79 |
+
|
80 |
+
.fa.fa-rotate-right:before {
|
81 |
+
content: "\f01e"; }
|
82 |
+
|
83 |
+
.fa.fa-refresh:before {
|
84 |
+
content: "\f021"; }
|
85 |
+
|
86 |
+
.fa.fa-list-alt {
|
87 |
+
font-family: 'Font Awesome 6 Free';
|
88 |
+
font-weight: 400; }
|
89 |
+
|
90 |
+
.fa.fa-list-alt:before {
|
91 |
+
content: "\f022"; }
|
92 |
+
|
93 |
+
.fa.fa-dedent:before {
|
94 |
+
content: "\f03b"; }
|
95 |
+
|
96 |
+
.fa.fa-video-camera:before {
|
97 |
+
content: "\f03d"; }
|
98 |
+
|
99 |
+
.fa.fa-picture-o {
|
100 |
+
font-family: 'Font Awesome 6 Free';
|
101 |
+
font-weight: 400; }
|
102 |
+
|
103 |
+
.fa.fa-picture-o:before {
|
104 |
+
content: "\f03e"; }
|
105 |
+
|
106 |
+
.fa.fa-photo {
|
107 |
+
font-family: 'Font Awesome 6 Free';
|
108 |
+
font-weight: 400; }
|
109 |
+
|
110 |
+
.fa.fa-photo:before {
|
111 |
+
content: "\f03e"; }
|
112 |
+
|
113 |
+
.fa.fa-image {
|
114 |
+
font-family: 'Font Awesome 6 Free';
|
115 |
+
font-weight: 400; }
|
116 |
+
|
117 |
+
.fa.fa-image:before {
|
118 |
+
content: "\f03e"; }
|
119 |
+
|
120 |
+
.fa.fa-map-marker:before {
|
121 |
+
content: "\f3c5"; }
|
122 |
+
|
123 |
+
.fa.fa-pencil-square-o {
|
124 |
+
font-family: 'Font Awesome 6 Free';
|
125 |
+
font-weight: 400; }
|
126 |
+
|
127 |
+
.fa.fa-pencil-square-o:before {
|
128 |
+
content: "\f044"; }
|
129 |
+
|
130 |
+
.fa.fa-edit {
|
131 |
+
font-family: 'Font Awesome 6 Free';
|
132 |
+
font-weight: 400; }
|
133 |
+
|
134 |
+
.fa.fa-edit:before {
|
135 |
+
content: "\f044"; }
|
136 |
+
|
137 |
+
.fa.fa-share-square-o:before {
|
138 |
+
content: "\f14d"; }
|
139 |
+
|
140 |
+
.fa.fa-check-square-o {
|
141 |
+
font-family: 'Font Awesome 6 Free';
|
142 |
+
font-weight: 400; }
|
143 |
+
|
144 |
+
.fa.fa-check-square-o:before {
|
145 |
+
content: "\f14a"; }
|
146 |
+
|
147 |
+
.fa.fa-arrows:before {
|
148 |
+
content: "\f0b2"; }
|
149 |
+
|
150 |
+
.fa.fa-times-circle-o {
|
151 |
+
font-family: 'Font Awesome 6 Free';
|
152 |
+
font-weight: 400; }
|
153 |
+
|
154 |
+
.fa.fa-times-circle-o:before {
|
155 |
+
content: "\f057"; }
|
156 |
+
|
157 |
+
.fa.fa-check-circle-o {
|
158 |
+
font-family: 'Font Awesome 6 Free';
|
159 |
+
font-weight: 400; }
|
160 |
+
|
161 |
+
.fa.fa-check-circle-o:before {
|
162 |
+
content: "\f058"; }
|
163 |
+
|
164 |
+
.fa.fa-mail-forward:before {
|
165 |
+
content: "\f064"; }
|
166 |
+
|
167 |
+
.fa.fa-expand:before {
|
168 |
+
content: "\f424"; }
|
169 |
+
|
170 |
+
.fa.fa-compress:before {
|
171 |
+
content: "\f422"; }
|
172 |
+
|
173 |
+
.fa.fa-eye {
|
174 |
+
font-family: 'Font Awesome 6 Free';
|
175 |
+
font-weight: 400; }
|
176 |
+
|
177 |
+
.fa.fa-eye-slash {
|
178 |
+
font-family: 'Font Awesome 6 Free';
|
179 |
+
font-weight: 400; }
|
180 |
+
|
181 |
+
.fa.fa-warning:before {
|
182 |
+
content: "\f071"; }
|
183 |
+
|
184 |
+
.fa.fa-calendar:before {
|
185 |
+
content: "\f073"; }
|
186 |
+
|
187 |
+
.fa.fa-arrows-v:before {
|
188 |
+
content: "\f338"; }
|
189 |
+
|
190 |
+
.fa.fa-arrows-h:before {
|
191 |
+
content: "\f337"; }
|
192 |
+
|
193 |
+
.fa.fa-bar-chart:before {
|
194 |
+
content: "\e0e3"; }
|
195 |
+
|
196 |
+
.fa.fa-bar-chart-o:before {
|
197 |
+
content: "\e0e3"; }
|
198 |
+
|
199 |
+
.fa.fa-twitter-square {
|
200 |
+
font-family: 'Font Awesome 6 Brands';
|
201 |
+
font-weight: 400; }
|
202 |
+
|
203 |
+
.fa.fa-facebook-square {
|
204 |
+
font-family: 'Font Awesome 6 Brands';
|
205 |
+
font-weight: 400; }
|
206 |
+
|
207 |
+
.fa.fa-gears:before {
|
208 |
+
content: "\f085"; }
|
209 |
+
|
210 |
+
.fa.fa-thumbs-o-up {
|
211 |
+
font-family: 'Font Awesome 6 Free';
|
212 |
+
font-weight: 400; }
|
213 |
+
|
214 |
+
.fa.fa-thumbs-o-up:before {
|
215 |
+
content: "\f164"; }
|
216 |
+
|
217 |
+
.fa.fa-thumbs-o-down {
|
218 |
+
font-family: 'Font Awesome 6 Free';
|
219 |
+
font-weight: 400; }
|
220 |
+
|
221 |
+
.fa.fa-thumbs-o-down:before {
|
222 |
+
content: "\f165"; }
|
223 |
+
|
224 |
+
.fa.fa-heart-o {
|
225 |
+
font-family: 'Font Awesome 6 Free';
|
226 |
+
font-weight: 400; }
|
227 |
+
|
228 |
+
.fa.fa-heart-o:before {
|
229 |
+
content: "\f004"; }
|
230 |
+
|
231 |
+
.fa.fa-sign-out:before {
|
232 |
+
content: "\f2f5"; }
|
233 |
+
|
234 |
+
.fa.fa-linkedin-square {
|
235 |
+
font-family: 'Font Awesome 6 Brands';
|
236 |
+
font-weight: 400; }
|
237 |
+
|
238 |
+
.fa.fa-linkedin-square:before {
|
239 |
+
content: "\f08c"; }
|
240 |
+
|
241 |
+
.fa.fa-thumb-tack:before {
|
242 |
+
content: "\f08d"; }
|
243 |
+
|
244 |
+
.fa.fa-external-link:before {
|
245 |
+
content: "\f35d"; }
|
246 |
+
|
247 |
+
.fa.fa-sign-in:before {
|
248 |
+
content: "\f2f6"; }
|
249 |
+
|
250 |
+
.fa.fa-github-square {
|
251 |
+
font-family: 'Font Awesome 6 Brands';
|
252 |
+
font-weight: 400; }
|
253 |
+
|
254 |
+
.fa.fa-lemon-o {
|
255 |
+
font-family: 'Font Awesome 6 Free';
|
256 |
+
font-weight: 400; }
|
257 |
+
|
258 |
+
.fa.fa-lemon-o:before {
|
259 |
+
content: "\f094"; }
|
260 |
+
|
261 |
+
.fa.fa-square-o {
|
262 |
+
font-family: 'Font Awesome 6 Free';
|
263 |
+
font-weight: 400; }
|
264 |
+
|
265 |
+
.fa.fa-square-o:before {
|
266 |
+
content: "\f0c8"; }
|
267 |
+
|
268 |
+
.fa.fa-bookmark-o {
|
269 |
+
font-family: 'Font Awesome 6 Free';
|
270 |
+
font-weight: 400; }
|
271 |
+
|
272 |
+
.fa.fa-bookmark-o:before {
|
273 |
+
content: "\f02e"; }
|
274 |
+
|
275 |
+
.fa.fa-twitter {
|
276 |
+
font-family: 'Font Awesome 6 Brands';
|
277 |
+
font-weight: 400; }
|
278 |
+
|
279 |
+
.fa.fa-facebook {
|
280 |
+
font-family: 'Font Awesome 6 Brands';
|
281 |
+
font-weight: 400; }
|
282 |
+
|
283 |
+
.fa.fa-facebook:before {
|
284 |
+
content: "\f39e"; }
|
285 |
+
|
286 |
+
.fa.fa-facebook-f {
|
287 |
+
font-family: 'Font Awesome 6 Brands';
|
288 |
+
font-weight: 400; }
|
289 |
+
|
290 |
+
.fa.fa-facebook-f:before {
|
291 |
+
content: "\f39e"; }
|
292 |
+
|
293 |
+
.fa.fa-github {
|
294 |
+
font-family: 'Font Awesome 6 Brands';
|
295 |
+
font-weight: 400; }
|
296 |
+
|
297 |
+
.fa.fa-credit-card {
|
298 |
+
font-family: 'Font Awesome 6 Free';
|
299 |
+
font-weight: 400; }
|
300 |
+
|
301 |
+
.fa.fa-feed:before {
|
302 |
+
content: "\f09e"; }
|
303 |
+
|
304 |
+
.fa.fa-hdd-o {
|
305 |
+
font-family: 'Font Awesome 6 Free';
|
306 |
+
font-weight: 400; }
|
307 |
+
|
308 |
+
.fa.fa-hdd-o:before {
|
309 |
+
content: "\f0a0"; }
|
310 |
+
|
311 |
+
.fa.fa-hand-o-right {
|
312 |
+
font-family: 'Font Awesome 6 Free';
|
313 |
+
font-weight: 400; }
|
314 |
+
|
315 |
+
.fa.fa-hand-o-right:before {
|
316 |
+
content: "\f0a4"; }
|
317 |
+
|
318 |
+
.fa.fa-hand-o-left {
|
319 |
+
font-family: 'Font Awesome 6 Free';
|
320 |
+
font-weight: 400; }
|
321 |
+
|
322 |
+
.fa.fa-hand-o-left:before {
|
323 |
+
content: "\f0a5"; }
|
324 |
+
|
325 |
+
.fa.fa-hand-o-up {
|
326 |
+
font-family: 'Font Awesome 6 Free';
|
327 |
+
font-weight: 400; }
|
328 |
+
|
329 |
+
.fa.fa-hand-o-up:before {
|
330 |
+
content: "\f0a6"; }
|
331 |
+
|
332 |
+
.fa.fa-hand-o-down {
|
333 |
+
font-family: 'Font Awesome 6 Free';
|
334 |
+
font-weight: 400; }
|
335 |
+
|
336 |
+
.fa.fa-hand-o-down:before {
|
337 |
+
content: "\f0a7"; }
|
338 |
+
|
339 |
+
.fa.fa-globe:before {
|
340 |
+
content: "\f57d"; }
|
341 |
+
|
342 |
+
.fa.fa-tasks:before {
|
343 |
+
content: "\f828"; }
|
344 |
+
|
345 |
+
.fa.fa-arrows-alt:before {
|
346 |
+
content: "\f31e"; }
|
347 |
+
|
348 |
+
.fa.fa-group:before {
|
349 |
+
content: "\f0c0"; }
|
350 |
+
|
351 |
+
.fa.fa-chain:before {
|
352 |
+
content: "\f0c1"; }
|
353 |
+
|
354 |
+
.fa.fa-cut:before {
|
355 |
+
content: "\f0c4"; }
|
356 |
+
|
357 |
+
.fa.fa-files-o {
|
358 |
+
font-family: 'Font Awesome 6 Free';
|
359 |
+
font-weight: 400; }
|
360 |
+
|
361 |
+
.fa.fa-files-o:before {
|
362 |
+
content: "\f0c5"; }
|
363 |
+
|
364 |
+
.fa.fa-floppy-o {
|
365 |
+
font-family: 'Font Awesome 6 Free';
|
366 |
+
font-weight: 400; }
|
367 |
+
|
368 |
+
.fa.fa-floppy-o:before {
|
369 |
+
content: "\f0c7"; }
|
370 |
+
|
371 |
+
.fa.fa-save {
|
372 |
+
font-family: 'Font Awesome 6 Free';
|
373 |
+
font-weight: 400; }
|
374 |
+
|
375 |
+
.fa.fa-save:before {
|
376 |
+
content: "\f0c7"; }
|
377 |
+
|
378 |
+
.fa.fa-navicon:before {
|
379 |
+
content: "\f0c9"; }
|
380 |
+
|
381 |
+
.fa.fa-reorder:before {
|
382 |
+
content: "\f0c9"; }
|
383 |
+
|
384 |
+
.fa.fa-magic:before {
|
385 |
+
content: "\e2ca"; }
|
386 |
+
|
387 |
+
.fa.fa-pinterest {
|
388 |
+
font-family: 'Font Awesome 6 Brands';
|
389 |
+
font-weight: 400; }
|
390 |
+
|
391 |
+
.fa.fa-pinterest-square {
|
392 |
+
font-family: 'Font Awesome 6 Brands';
|
393 |
+
font-weight: 400; }
|
394 |
+
|
395 |
+
.fa.fa-google-plus-square {
|
396 |
+
font-family: 'Font Awesome 6 Brands';
|
397 |
+
font-weight: 400; }
|
398 |
+
|
399 |
+
.fa.fa-google-plus {
|
400 |
+
font-family: 'Font Awesome 6 Brands';
|
401 |
+
font-weight: 400; }
|
402 |
+
|
403 |
+
.fa.fa-google-plus:before {
|
404 |
+
content: "\f0d5"; }
|
405 |
+
|
406 |
+
.fa.fa-money:before {
|
407 |
+
content: "\f3d1"; }
|
408 |
+
|
409 |
+
.fa.fa-unsorted:before {
|
410 |
+
content: "\f0dc"; }
|
411 |
+
|
412 |
+
.fa.fa-sort-desc:before {
|
413 |
+
content: "\f0dd"; }
|
414 |
+
|
415 |
+
.fa.fa-sort-asc:before {
|
416 |
+
content: "\f0de"; }
|
417 |
+
|
418 |
+
.fa.fa-linkedin {
|
419 |
+
font-family: 'Font Awesome 6 Brands';
|
420 |
+
font-weight: 400; }
|
421 |
+
|
422 |
+
.fa.fa-linkedin:before {
|
423 |
+
content: "\f0e1"; }
|
424 |
+
|
425 |
+
.fa.fa-rotate-left:before {
|
426 |
+
content: "\f0e2"; }
|
427 |
+
|
428 |
+
.fa.fa-legal:before {
|
429 |
+
content: "\f0e3"; }
|
430 |
+
|
431 |
+
.fa.fa-tachometer:before {
|
432 |
+
content: "\f625"; }
|
433 |
+
|
434 |
+
.fa.fa-dashboard:before {
|
435 |
+
content: "\f625"; }
|
436 |
+
|
437 |
+
.fa.fa-comment-o {
|
438 |
+
font-family: 'Font Awesome 6 Free';
|
439 |
+
font-weight: 400; }
|
440 |
+
|
441 |
+
.fa.fa-comment-o:before {
|
442 |
+
content: "\f075"; }
|
443 |
+
|
444 |
+
.fa.fa-comments-o {
|
445 |
+
font-family: 'Font Awesome 6 Free';
|
446 |
+
font-weight: 400; }
|
447 |
+
|
448 |
+
.fa.fa-comments-o:before {
|
449 |
+
content: "\f086"; }
|
450 |
+
|
451 |
+
.fa.fa-flash:before {
|
452 |
+
content: "\f0e7"; }
|
453 |
+
|
454 |
+
.fa.fa-clipboard:before {
|
455 |
+
content: "\f0ea"; }
|
456 |
+
|
457 |
+
.fa.fa-lightbulb-o {
|
458 |
+
font-family: 'Font Awesome 6 Free';
|
459 |
+
font-weight: 400; }
|
460 |
+
|
461 |
+
.fa.fa-lightbulb-o:before {
|
462 |
+
content: "\f0eb"; }
|
463 |
+
|
464 |
+
.fa.fa-exchange:before {
|
465 |
+
content: "\f362"; }
|
466 |
+
|
467 |
+
.fa.fa-cloud-download:before {
|
468 |
+
content: "\f0ed"; }
|
469 |
+
|
470 |
+
.fa.fa-cloud-upload:before {
|
471 |
+
content: "\f0ee"; }
|
472 |
+
|
473 |
+
.fa.fa-bell-o {
|
474 |
+
font-family: 'Font Awesome 6 Free';
|
475 |
+
font-weight: 400; }
|
476 |
+
|
477 |
+
.fa.fa-bell-o:before {
|
478 |
+
content: "\f0f3"; }
|
479 |
+
|
480 |
+
.fa.fa-cutlery:before {
|
481 |
+
content: "\f2e7"; }
|
482 |
+
|
483 |
+
.fa.fa-file-text-o {
|
484 |
+
font-family: 'Font Awesome 6 Free';
|
485 |
+
font-weight: 400; }
|
486 |
+
|
487 |
+
.fa.fa-file-text-o:before {
|
488 |
+
content: "\f15c"; }
|
489 |
+
|
490 |
+
.fa.fa-building-o {
|
491 |
+
font-family: 'Font Awesome 6 Free';
|
492 |
+
font-weight: 400; }
|
493 |
+
|
494 |
+
.fa.fa-building-o:before {
|
495 |
+
content: "\f1ad"; }
|
496 |
+
|
497 |
+
.fa.fa-hospital-o {
|
498 |
+
font-family: 'Font Awesome 6 Free';
|
499 |
+
font-weight: 400; }
|
500 |
+
|
501 |
+
.fa.fa-hospital-o:before {
|
502 |
+
content: "\f0f8"; }
|
503 |
+
|
504 |
+
.fa.fa-tablet:before {
|
505 |
+
content: "\f3fa"; }
|
506 |
+
|
507 |
+
.fa.fa-mobile:before {
|
508 |
+
content: "\f3cd"; }
|
509 |
+
|
510 |
+
.fa.fa-mobile-phone:before {
|
511 |
+
content: "\f3cd"; }
|
512 |
+
|
513 |
+
.fa.fa-circle-o {
|
514 |
+
font-family: 'Font Awesome 6 Free';
|
515 |
+
font-weight: 400; }
|
516 |
+
|
517 |
+
.fa.fa-circle-o:before {
|
518 |
+
content: "\f111"; }
|
519 |
+
|
520 |
+
.fa.fa-mail-reply:before {
|
521 |
+
content: "\f3e5"; }
|
522 |
+
|
523 |
+
.fa.fa-github-alt {
|
524 |
+
font-family: 'Font Awesome 6 Brands';
|
525 |
+
font-weight: 400; }
|
526 |
+
|
527 |
+
.fa.fa-folder-o {
|
528 |
+
font-family: 'Font Awesome 6 Free';
|
529 |
+
font-weight: 400; }
|
530 |
+
|
531 |
+
.fa.fa-folder-o:before {
|
532 |
+
content: "\f07b"; }
|
533 |
+
|
534 |
+
.fa.fa-folder-open-o {
|
535 |
+
font-family: 'Font Awesome 6 Free';
|
536 |
+
font-weight: 400; }
|
537 |
+
|
538 |
+
.fa.fa-folder-open-o:before {
|
539 |
+
content: "\f07c"; }
|
540 |
+
|
541 |
+
.fa.fa-smile-o {
|
542 |
+
font-family: 'Font Awesome 6 Free';
|
543 |
+
font-weight: 400; }
|
544 |
+
|
545 |
+
.fa.fa-smile-o:before {
|
546 |
+
content: "\f118"; }
|
547 |
+
|
548 |
+
.fa.fa-frown-o {
|
549 |
+
font-family: 'Font Awesome 6 Free';
|
550 |
+
font-weight: 400; }
|
551 |
+
|
552 |
+
.fa.fa-frown-o:before {
|
553 |
+
content: "\f119"; }
|
554 |
+
|
555 |
+
.fa.fa-meh-o {
|
556 |
+
font-family: 'Font Awesome 6 Free';
|
557 |
+
font-weight: 400; }
|
558 |
+
|
559 |
+
.fa.fa-meh-o:before {
|
560 |
+
content: "\f11a"; }
|
561 |
+
|
562 |
+
.fa.fa-keyboard-o {
|
563 |
+
font-family: 'Font Awesome 6 Free';
|
564 |
+
font-weight: 400; }
|
565 |
+
|
566 |
+
.fa.fa-keyboard-o:before {
|
567 |
+
content: "\f11c"; }
|
568 |
+
|
569 |
+
.fa.fa-flag-o {
|
570 |
+
font-family: 'Font Awesome 6 Free';
|
571 |
+
font-weight: 400; }
|
572 |
+
|
573 |
+
.fa.fa-flag-o:before {
|
574 |
+
content: "\f024"; }
|
575 |
+
|
576 |
+
.fa.fa-mail-reply-all:before {
|
577 |
+
content: "\f122"; }
|
578 |
+
|
579 |
+
.fa.fa-star-half-o {
|
580 |
+
font-family: 'Font Awesome 6 Free';
|
581 |
+
font-weight: 400; }
|
582 |
+
|
583 |
+
.fa.fa-star-half-o:before {
|
584 |
+
content: "\f5c0"; }
|
585 |
+
|
586 |
+
.fa.fa-star-half-empty {
|
587 |
+
font-family: 'Font Awesome 6 Free';
|
588 |
+
font-weight: 400; }
|
589 |
+
|
590 |
+
.fa.fa-star-half-empty:before {
|
591 |
+
content: "\f5c0"; }
|
592 |
+
|
593 |
+
.fa.fa-star-half-full {
|
594 |
+
font-family: 'Font Awesome 6 Free';
|
595 |
+
font-weight: 400; }
|
596 |
+
|
597 |
+
.fa.fa-star-half-full:before {
|
598 |
+
content: "\f5c0"; }
|
599 |
+
|
600 |
+
.fa.fa-code-fork:before {
|
601 |
+
content: "\f126"; }
|
602 |
+
|
603 |
+
.fa.fa-chain-broken:before {
|
604 |
+
content: "\f127"; }
|
605 |
+
|
606 |
+
.fa.fa-unlink:before {
|
607 |
+
content: "\f127"; }
|
608 |
+
|
609 |
+
.fa.fa-calendar-o {
|
610 |
+
font-family: 'Font Awesome 6 Free';
|
611 |
+
font-weight: 400; }
|
612 |
+
|
613 |
+
.fa.fa-calendar-o:before {
|
614 |
+
content: "\f133"; }
|
615 |
+
|
616 |
+
.fa.fa-maxcdn {
|
617 |
+
font-family: 'Font Awesome 6 Brands';
|
618 |
+
font-weight: 400; }
|
619 |
+
|
620 |
+
.fa.fa-html5 {
|
621 |
+
font-family: 'Font Awesome 6 Brands';
|
622 |
+
font-weight: 400; }
|
623 |
+
|
624 |
+
.fa.fa-css3 {
|
625 |
+
font-family: 'Font Awesome 6 Brands';
|
626 |
+
font-weight: 400; }
|
627 |
+
|
628 |
+
.fa.fa-unlock-alt:before {
|
629 |
+
content: "\f09c"; }
|
630 |
+
|
631 |
+
.fa.fa-minus-square-o {
|
632 |
+
font-family: 'Font Awesome 6 Free';
|
633 |
+
font-weight: 400; }
|
634 |
+
|
635 |
+
.fa.fa-minus-square-o:before {
|
636 |
+
content: "\f146"; }
|
637 |
+
|
638 |
+
.fa.fa-level-up:before {
|
639 |
+
content: "\f3bf"; }
|
640 |
+
|
641 |
+
.fa.fa-level-down:before {
|
642 |
+
content: "\f3be"; }
|
643 |
+
|
644 |
+
.fa.fa-pencil-square:before {
|
645 |
+
content: "\f14b"; }
|
646 |
+
|
647 |
+
.fa.fa-external-link-square:before {
|
648 |
+
content: "\f360"; }
|
649 |
+
|
650 |
+
.fa.fa-compass {
|
651 |
+
font-family: 'Font Awesome 6 Free';
|
652 |
+
font-weight: 400; }
|
653 |
+
|
654 |
+
.fa.fa-caret-square-o-down {
|
655 |
+
font-family: 'Font Awesome 6 Free';
|
656 |
+
font-weight: 400; }
|
657 |
+
|
658 |
+
.fa.fa-caret-square-o-down:before {
|
659 |
+
content: "\f150"; }
|
660 |
+
|
661 |
+
.fa.fa-toggle-down {
|
662 |
+
font-family: 'Font Awesome 6 Free';
|
663 |
+
font-weight: 400; }
|
664 |
+
|
665 |
+
.fa.fa-toggle-down:before {
|
666 |
+
content: "\f150"; }
|
667 |
+
|
668 |
+
.fa.fa-caret-square-o-up {
|
669 |
+
font-family: 'Font Awesome 6 Free';
|
670 |
+
font-weight: 400; }
|
671 |
+
|
672 |
+
.fa.fa-caret-square-o-up:before {
|
673 |
+
content: "\f151"; }
|
674 |
+
|
675 |
+
.fa.fa-toggle-up {
|
676 |
+
font-family: 'Font Awesome 6 Free';
|
677 |
+
font-weight: 400; }
|
678 |
+
|
679 |
+
.fa.fa-toggle-up:before {
|
680 |
+
content: "\f151"; }
|
681 |
+
|
682 |
+
.fa.fa-caret-square-o-right {
|
683 |
+
font-family: 'Font Awesome 6 Free';
|
684 |
+
font-weight: 400; }
|
685 |
+
|
686 |
+
.fa.fa-caret-square-o-right:before {
|
687 |
+
content: "\f152"; }
|
688 |
+
|
689 |
+
.fa.fa-toggle-right {
|
690 |
+
font-family: 'Font Awesome 6 Free';
|
691 |
+
font-weight: 400; }
|
692 |
+
|
693 |
+
.fa.fa-toggle-right:before {
|
694 |
+
content: "\f152"; }
|
695 |
+
|
696 |
+
.fa.fa-eur:before {
|
697 |
+
content: "\f153"; }
|
698 |
+
|
699 |
+
.fa.fa-euro:before {
|
700 |
+
content: "\f153"; }
|
701 |
+
|
702 |
+
.fa.fa-gbp:before {
|
703 |
+
content: "\f154"; }
|
704 |
+
|
705 |
+
.fa.fa-usd:before {
|
706 |
+
content: "\24"; }
|
707 |
+
|
708 |
+
.fa.fa-dollar:before {
|
709 |
+
content: "\24"; }
|
710 |
+
|
711 |
+
.fa.fa-inr:before {
|
712 |
+
content: "\e1bc"; }
|
713 |
+
|
714 |
+
.fa.fa-rupee:before {
|
715 |
+
content: "\e1bc"; }
|
716 |
+
|
717 |
+
.fa.fa-jpy:before {
|
718 |
+
content: "\f157"; }
|
719 |
+
|
720 |
+
.fa.fa-cny:before {
|
721 |
+
content: "\f157"; }
|
722 |
+
|
723 |
+
.fa.fa-rmb:before {
|
724 |
+
content: "\f157"; }
|
725 |
+
|
726 |
+
.fa.fa-yen:before {
|
727 |
+
content: "\f157"; }
|
728 |
+
|
729 |
+
.fa.fa-rub:before {
|
730 |
+
content: "\f158"; }
|
731 |
+
|
732 |
+
.fa.fa-ruble:before {
|
733 |
+
content: "\f158"; }
|
734 |
+
|
735 |
+
.fa.fa-rouble:before {
|
736 |
+
content: "\f158"; }
|
737 |
+
|
738 |
+
.fa.fa-krw:before {
|
739 |
+
content: "\f159"; }
|
740 |
+
|
741 |
+
.fa.fa-won:before {
|
742 |
+
content: "\f159"; }
|
743 |
+
|
744 |
+
.fa.fa-btc {
|
745 |
+
font-family: 'Font Awesome 6 Brands';
|
746 |
+
font-weight: 400; }
|
747 |
+
|
748 |
+
.fa.fa-bitcoin {
|
749 |
+
font-family: 'Font Awesome 6 Brands';
|
750 |
+
font-weight: 400; }
|
751 |
+
|
752 |
+
.fa.fa-bitcoin:before {
|
753 |
+
content: "\f15a"; }
|
754 |
+
|
755 |
+
.fa.fa-file-text:before {
|
756 |
+
content: "\f15c"; }
|
757 |
+
|
758 |
+
.fa.fa-sort-alpha-asc:before {
|
759 |
+
content: "\f15d"; }
|
760 |
+
|
761 |
+
.fa.fa-sort-alpha-desc:before {
|
762 |
+
content: "\f881"; }
|
763 |
+
|
764 |
+
.fa.fa-sort-amount-asc:before {
|
765 |
+
content: "\f884"; }
|
766 |
+
|
767 |
+
.fa.fa-sort-amount-desc:before {
|
768 |
+
content: "\f160"; }
|
769 |
+
|
770 |
+
.fa.fa-sort-numeric-asc:before {
|
771 |
+
content: "\f162"; }
|
772 |
+
|
773 |
+
.fa.fa-sort-numeric-desc:before {
|
774 |
+
content: "\f886"; }
|
775 |
+
|
776 |
+
.fa.fa-youtube-square {
|
777 |
+
font-family: 'Font Awesome 6 Brands';
|
778 |
+
font-weight: 400; }
|
779 |
+
|
780 |
+
.fa.fa-youtube {
|
781 |
+
font-family: 'Font Awesome 6 Brands';
|
782 |
+
font-weight: 400; }
|
783 |
+
|
784 |
+
.fa.fa-xing {
|
785 |
+
font-family: 'Font Awesome 6 Brands';
|
786 |
+
font-weight: 400; }
|
787 |
+
|
788 |
+
.fa.fa-xing-square {
|
789 |
+
font-family: 'Font Awesome 6 Brands';
|
790 |
+
font-weight: 400; }
|
791 |
+
|
792 |
+
.fa.fa-youtube-play {
|
793 |
+
font-family: 'Font Awesome 6 Brands';
|
794 |
+
font-weight: 400; }
|
795 |
+
|
796 |
+
.fa.fa-youtube-play:before {
|
797 |
+
content: "\f167"; }
|
798 |
+
|
799 |
+
.fa.fa-dropbox {
|
800 |
+
font-family: 'Font Awesome 6 Brands';
|
801 |
+
font-weight: 400; }
|
802 |
+
|
803 |
+
.fa.fa-stack-overflow {
|
804 |
+
font-family: 'Font Awesome 6 Brands';
|
805 |
+
font-weight: 400; }
|
806 |
+
|
807 |
+
.fa.fa-instagram {
|
808 |
+
font-family: 'Font Awesome 6 Brands';
|
809 |
+
font-weight: 400; }
|
810 |
+
|
811 |
+
.fa.fa-flickr {
|
812 |
+
font-family: 'Font Awesome 6 Brands';
|
813 |
+
font-weight: 400; }
|
814 |
+
|
815 |
+
.fa.fa-adn {
|
816 |
+
font-family: 'Font Awesome 6 Brands';
|
817 |
+
font-weight: 400; }
|
818 |
+
|
819 |
+
.fa.fa-bitbucket {
|
820 |
+
font-family: 'Font Awesome 6 Brands';
|
821 |
+
font-weight: 400; }
|
822 |
+
|
823 |
+
.fa.fa-bitbucket-square {
|
824 |
+
font-family: 'Font Awesome 6 Brands';
|
825 |
+
font-weight: 400; }
|
826 |
+
|
827 |
+
.fa.fa-bitbucket-square:before {
|
828 |
+
content: "\f171"; }
|
829 |
+
|
830 |
+
.fa.fa-tumblr {
|
831 |
+
font-family: 'Font Awesome 6 Brands';
|
832 |
+
font-weight: 400; }
|
833 |
+
|
834 |
+
.fa.fa-tumblr-square {
|
835 |
+
font-family: 'Font Awesome 6 Brands';
|
836 |
+
font-weight: 400; }
|
837 |
+
|
838 |
+
.fa.fa-long-arrow-down:before {
|
839 |
+
content: "\f309"; }
|
840 |
+
|
841 |
+
.fa.fa-long-arrow-up:before {
|
842 |
+
content: "\f30c"; }
|
843 |
+
|
844 |
+
.fa.fa-long-arrow-left:before {
|
845 |
+
content: "\f30a"; }
|
846 |
+
|
847 |
+
.fa.fa-long-arrow-right:before {
|
848 |
+
content: "\f30b"; }
|
849 |
+
|
850 |
+
.fa.fa-apple {
|
851 |
+
font-family: 'Font Awesome 6 Brands';
|
852 |
+
font-weight: 400; }
|
853 |
+
|
854 |
+
.fa.fa-windows {
|
855 |
+
font-family: 'Font Awesome 6 Brands';
|
856 |
+
font-weight: 400; }
|
857 |
+
|
858 |
+
.fa.fa-android {
|
859 |
+
font-family: 'Font Awesome 6 Brands';
|
860 |
+
font-weight: 400; }
|
861 |
+
|
862 |
+
.fa.fa-linux {
|
863 |
+
font-family: 'Font Awesome 6 Brands';
|
864 |
+
font-weight: 400; }
|
865 |
+
|
866 |
+
.fa.fa-dribbble {
|
867 |
+
font-family: 'Font Awesome 6 Brands';
|
868 |
+
font-weight: 400; }
|
869 |
+
|
870 |
+
.fa.fa-skype {
|
871 |
+
font-family: 'Font Awesome 6 Brands';
|
872 |
+
font-weight: 400; }
|
873 |
+
|
874 |
+
.fa.fa-foursquare {
|
875 |
+
font-family: 'Font Awesome 6 Brands';
|
876 |
+
font-weight: 400; }
|
877 |
+
|
878 |
+
.fa.fa-trello {
|
879 |
+
font-family: 'Font Awesome 6 Brands';
|
880 |
+
font-weight: 400; }
|
881 |
+
|
882 |
+
.fa.fa-gratipay {
|
883 |
+
font-family: 'Font Awesome 6 Brands';
|
884 |
+
font-weight: 400; }
|
885 |
+
|
886 |
+
.fa.fa-gittip {
|
887 |
+
font-family: 'Font Awesome 6 Brands';
|
888 |
+
font-weight: 400; }
|
889 |
+
|
890 |
+
.fa.fa-gittip:before {
|
891 |
+
content: "\f184"; }
|
892 |
+
|
893 |
+
.fa.fa-sun-o {
|
894 |
+
font-family: 'Font Awesome 6 Free';
|
895 |
+
font-weight: 400; }
|
896 |
+
|
897 |
+
.fa.fa-sun-o:before {
|
898 |
+
content: "\f185"; }
|
899 |
+
|
900 |
+
.fa.fa-moon-o {
|
901 |
+
font-family: 'Font Awesome 6 Free';
|
902 |
+
font-weight: 400; }
|
903 |
+
|
904 |
+
.fa.fa-moon-o:before {
|
905 |
+
content: "\f186"; }
|
906 |
+
|
907 |
+
.fa.fa-vk {
|
908 |
+
font-family: 'Font Awesome 6 Brands';
|
909 |
+
font-weight: 400; }
|
910 |
+
|
911 |
+
.fa.fa-weibo {
|
912 |
+
font-family: 'Font Awesome 6 Brands';
|
913 |
+
font-weight: 400; }
|
914 |
+
|
915 |
+
.fa.fa-renren {
|
916 |
+
font-family: 'Font Awesome 6 Brands';
|
917 |
+
font-weight: 400; }
|
918 |
+
|
919 |
+
.fa.fa-pagelines {
|
920 |
+
font-family: 'Font Awesome 6 Brands';
|
921 |
+
font-weight: 400; }
|
922 |
+
|
923 |
+
.fa.fa-stack-exchange {
|
924 |
+
font-family: 'Font Awesome 6 Brands';
|
925 |
+
font-weight: 400; }
|
926 |
+
|
927 |
+
.fa.fa-arrow-circle-o-right {
|
928 |
+
font-family: 'Font Awesome 6 Free';
|
929 |
+
font-weight: 400; }
|
930 |
+
|
931 |
+
.fa.fa-arrow-circle-o-right:before {
|
932 |
+
content: "\f35a"; }
|
933 |
+
|
934 |
+
.fa.fa-arrow-circle-o-left {
|
935 |
+
font-family: 'Font Awesome 6 Free';
|
936 |
+
font-weight: 400; }
|
937 |
+
|
938 |
+
.fa.fa-arrow-circle-o-left:before {
|
939 |
+
content: "\f359"; }
|
940 |
+
|
941 |
+
.fa.fa-caret-square-o-left {
|
942 |
+
font-family: 'Font Awesome 6 Free';
|
943 |
+
font-weight: 400; }
|
944 |
+
|
945 |
+
.fa.fa-caret-square-o-left:before {
|
946 |
+
content: "\f191"; }
|
947 |
+
|
948 |
+
.fa.fa-toggle-left {
|
949 |
+
font-family: 'Font Awesome 6 Free';
|
950 |
+
font-weight: 400; }
|
951 |
+
|
952 |
+
.fa.fa-toggle-left:before {
|
953 |
+
content: "\f191"; }
|
954 |
+
|
955 |
+
.fa.fa-dot-circle-o {
|
956 |
+
font-family: 'Font Awesome 6 Free';
|
957 |
+
font-weight: 400; }
|
958 |
+
|
959 |
+
.fa.fa-dot-circle-o:before {
|
960 |
+
content: "\f192"; }
|
961 |
+
|
962 |
+
.fa.fa-vimeo-square {
|
963 |
+
font-family: 'Font Awesome 6 Brands';
|
964 |
+
font-weight: 400; }
|
965 |
+
|
966 |
+
.fa.fa-try:before {
|
967 |
+
content: "\e2bb"; }
|
968 |
+
|
969 |
+
.fa.fa-turkish-lira:before {
|
970 |
+
content: "\e2bb"; }
|
971 |
+
|
972 |
+
.fa.fa-plus-square-o {
|
973 |
+
font-family: 'Font Awesome 6 Free';
|
974 |
+
font-weight: 400; }
|
975 |
+
|
976 |
+
.fa.fa-plus-square-o:before {
|
977 |
+
content: "\f0fe"; }
|
978 |
+
|
979 |
+
.fa.fa-slack {
|
980 |
+
font-family: 'Font Awesome 6 Brands';
|
981 |
+
font-weight: 400; }
|
982 |
+
|
983 |
+
.fa.fa-wordpress {
|
984 |
+
font-family: 'Font Awesome 6 Brands';
|
985 |
+
font-weight: 400; }
|
986 |
+
|
987 |
+
.fa.fa-openid {
|
988 |
+
font-family: 'Font Awesome 6 Brands';
|
989 |
+
font-weight: 400; }
|
990 |
+
|
991 |
+
.fa.fa-institution:before {
|
992 |
+
content: "\f19c"; }
|
993 |
+
|
994 |
+
.fa.fa-bank:before {
|
995 |
+
content: "\f19c"; }
|
996 |
+
|
997 |
+
.fa.fa-mortar-board:before {
|
998 |
+
content: "\f19d"; }
|
999 |
+
|
1000 |
+
.fa.fa-yahoo {
|
1001 |
+
font-family: 'Font Awesome 6 Brands';
|
1002 |
+
font-weight: 400; }
|
1003 |
+
|
1004 |
+
.fa.fa-google {
|
1005 |
+
font-family: 'Font Awesome 6 Brands';
|
1006 |
+
font-weight: 400; }
|
1007 |
+
|
1008 |
+
.fa.fa-reddit {
|
1009 |
+
font-family: 'Font Awesome 6 Brands';
|
1010 |
+
font-weight: 400; }
|
1011 |
+
|
1012 |
+
.fa.fa-reddit-square {
|
1013 |
+
font-family: 'Font Awesome 6 Brands';
|
1014 |
+
font-weight: 400; }
|
1015 |
+
|
1016 |
+
.fa.fa-stumbleupon-circle {
|
1017 |
+
font-family: 'Font Awesome 6 Brands';
|
1018 |
+
font-weight: 400; }
|
1019 |
+
|
1020 |
+
.fa.fa-stumbleupon {
|
1021 |
+
font-family: 'Font Awesome 6 Brands';
|
1022 |
+
font-weight: 400; }
|
1023 |
+
|
1024 |
+
.fa.fa-delicious {
|
1025 |
+
font-family: 'Font Awesome 6 Brands';
|
1026 |
+
font-weight: 400; }
|
1027 |
+
|
1028 |
+
.fa.fa-digg {
|
1029 |
+
font-family: 'Font Awesome 6 Brands';
|
1030 |
+
font-weight: 400; }
|
1031 |
+
|
1032 |
+
.fa.fa-pied-piper-pp {
|
1033 |
+
font-family: 'Font Awesome 6 Brands';
|
1034 |
+
font-weight: 400; }
|
1035 |
+
|
1036 |
+
.fa.fa-pied-piper-alt {
|
1037 |
+
font-family: 'Font Awesome 6 Brands';
|
1038 |
+
font-weight: 400; }
|
1039 |
+
|
1040 |
+
.fa.fa-drupal {
|
1041 |
+
font-family: 'Font Awesome 6 Brands';
|
1042 |
+
font-weight: 400; }
|
1043 |
+
|
1044 |
+
.fa.fa-joomla {
|
1045 |
+
font-family: 'Font Awesome 6 Brands';
|
1046 |
+
font-weight: 400; }
|
1047 |
+
|
1048 |
+
.fa.fa-behance {
|
1049 |
+
font-family: 'Font Awesome 6 Brands';
|
1050 |
+
font-weight: 400; }
|
1051 |
+
|
1052 |
+
.fa.fa-behance-square {
|
1053 |
+
font-family: 'Font Awesome 6 Brands';
|
1054 |
+
font-weight: 400; }
|
1055 |
+
|
1056 |
+
.fa.fa-steam {
|
1057 |
+
font-family: 'Font Awesome 6 Brands';
|
1058 |
+
font-weight: 400; }
|
1059 |
+
|
1060 |
+
.fa.fa-steam-square {
|
1061 |
+
font-family: 'Font Awesome 6 Brands';
|
1062 |
+
font-weight: 400; }
|
1063 |
+
|
1064 |
+
.fa.fa-automobile:before {
|
1065 |
+
content: "\f1b9"; }
|
1066 |
+
|
1067 |
+
.fa.fa-cab:before {
|
1068 |
+
content: "\f1ba"; }
|
1069 |
+
|
1070 |
+
.fa.fa-spotify {
|
1071 |
+
font-family: 'Font Awesome 6 Brands';
|
1072 |
+
font-weight: 400; }
|
1073 |
+
|
1074 |
+
.fa.fa-deviantart {
|
1075 |
+
font-family: 'Font Awesome 6 Brands';
|
1076 |
+
font-weight: 400; }
|
1077 |
+
|
1078 |
+
.fa.fa-soundcloud {
|
1079 |
+
font-family: 'Font Awesome 6 Brands';
|
1080 |
+
font-weight: 400; }
|
1081 |
+
|
1082 |
+
.fa.fa-file-pdf-o {
|
1083 |
+
font-family: 'Font Awesome 6 Free';
|
1084 |
+
font-weight: 400; }
|
1085 |
+
|
1086 |
+
.fa.fa-file-pdf-o:before {
|
1087 |
+
content: "\f1c1"; }
|
1088 |
+
|
1089 |
+
.fa.fa-file-word-o {
|
1090 |
+
font-family: 'Font Awesome 6 Free';
|
1091 |
+
font-weight: 400; }
|
1092 |
+
|
1093 |
+
.fa.fa-file-word-o:before {
|
1094 |
+
content: "\f1c2"; }
|
1095 |
+
|
1096 |
+
.fa.fa-file-excel-o {
|
1097 |
+
font-family: 'Font Awesome 6 Free';
|
1098 |
+
font-weight: 400; }
|
1099 |
+
|
1100 |
+
.fa.fa-file-excel-o:before {
|
1101 |
+
content: "\f1c3"; }
|
1102 |
+
|
1103 |
+
.fa.fa-file-powerpoint-o {
|
1104 |
+
font-family: 'Font Awesome 6 Free';
|
1105 |
+
font-weight: 400; }
|
1106 |
+
|
1107 |
+
.fa.fa-file-powerpoint-o:before {
|
1108 |
+
content: "\f1c4"; }
|
1109 |
+
|
1110 |
+
.fa.fa-file-image-o {
|
1111 |
+
font-family: 'Font Awesome 6 Free';
|
1112 |
+
font-weight: 400; }
|
1113 |
+
|
1114 |
+
.fa.fa-file-image-o:before {
|
1115 |
+
content: "\f1c5"; }
|
1116 |
+
|
1117 |
+
.fa.fa-file-photo-o {
|
1118 |
+
font-family: 'Font Awesome 6 Free';
|
1119 |
+
font-weight: 400; }
|
1120 |
+
|
1121 |
+
.fa.fa-file-photo-o:before {
|
1122 |
+
content: "\f1c5"; }
|
1123 |
+
|
1124 |
+
.fa.fa-file-picture-o {
|
1125 |
+
font-family: 'Font Awesome 6 Free';
|
1126 |
+
font-weight: 400; }
|
1127 |
+
|
1128 |
+
.fa.fa-file-picture-o:before {
|
1129 |
+
content: "\f1c5"; }
|
1130 |
+
|
1131 |
+
.fa.fa-file-archive-o {
|
1132 |
+
font-family: 'Font Awesome 6 Free';
|
1133 |
+
font-weight: 400; }
|
1134 |
+
|
1135 |
+
.fa.fa-file-archive-o:before {
|
1136 |
+
content: "\f1c6"; }
|
1137 |
+
|
1138 |
+
.fa.fa-file-zip-o {
|
1139 |
+
font-family: 'Font Awesome 6 Free';
|
1140 |
+
font-weight: 400; }
|
1141 |
+
|
1142 |
+
.fa.fa-file-zip-o:before {
|
1143 |
+
content: "\f1c6"; }
|
1144 |
+
|
1145 |
+
.fa.fa-file-audio-o {
|
1146 |
+
font-family: 'Font Awesome 6 Free';
|
1147 |
+
font-weight: 400; }
|
1148 |
+
|
1149 |
+
.fa.fa-file-audio-o:before {
|
1150 |
+
content: "\f1c7"; }
|
1151 |
+
|
1152 |
+
.fa.fa-file-sound-o {
|
1153 |
+
font-family: 'Font Awesome 6 Free';
|
1154 |
+
font-weight: 400; }
|
1155 |
+
|
1156 |
+
.fa.fa-file-sound-o:before {
|
1157 |
+
content: "\f1c7"; }
|
1158 |
+
|
1159 |
+
.fa.fa-file-video-o {
|
1160 |
+
font-family: 'Font Awesome 6 Free';
|
1161 |
+
font-weight: 400; }
|
1162 |
+
|
1163 |
+
.fa.fa-file-video-o:before {
|
1164 |
+
content: "\f1c8"; }
|
1165 |
+
|
1166 |
+
.fa.fa-file-movie-o {
|
1167 |
+
font-family: 'Font Awesome 6 Free';
|
1168 |
+
font-weight: 400; }
|
1169 |
+
|
1170 |
+
.fa.fa-file-movie-o:before {
|
1171 |
+
content: "\f1c8"; }
|
1172 |
+
|
1173 |
+
.fa.fa-file-code-o {
|
1174 |
+
font-family: 'Font Awesome 6 Free';
|
1175 |
+
font-weight: 400; }
|
1176 |
+
|
1177 |
+
.fa.fa-file-code-o:before {
|
1178 |
+
content: "\f1c9"; }
|
1179 |
+
|
1180 |
+
.fa.fa-vine {
|
1181 |
+
font-family: 'Font Awesome 6 Brands';
|
1182 |
+
font-weight: 400; }
|
1183 |
+
|
1184 |
+
.fa.fa-codepen {
|
1185 |
+
font-family: 'Font Awesome 6 Brands';
|
1186 |
+
font-weight: 400; }
|
1187 |
+
|
1188 |
+
.fa.fa-jsfiddle {
|
1189 |
+
font-family: 'Font Awesome 6 Brands';
|
1190 |
+
font-weight: 400; }
|
1191 |
+
|
1192 |
+
.fa.fa-life-bouy:before {
|
1193 |
+
content: "\f1cd"; }
|
1194 |
+
|
1195 |
+
.fa.fa-life-buoy:before {
|
1196 |
+
content: "\f1cd"; }
|
1197 |
+
|
1198 |
+
.fa.fa-life-saver:before {
|
1199 |
+
content: "\f1cd"; }
|
1200 |
+
|
1201 |
+
.fa.fa-support:before {
|
1202 |
+
content: "\f1cd"; }
|
1203 |
+
|
1204 |
+
.fa.fa-circle-o-notch:before {
|
1205 |
+
content: "\f1ce"; }
|
1206 |
+
|
1207 |
+
.fa.fa-rebel {
|
1208 |
+
font-family: 'Font Awesome 6 Brands';
|
1209 |
+
font-weight: 400; }
|
1210 |
+
|
1211 |
+
.fa.fa-ra {
|
1212 |
+
font-family: 'Font Awesome 6 Brands';
|
1213 |
+
font-weight: 400; }
|
1214 |
+
|
1215 |
+
.fa.fa-ra:before {
|
1216 |
+
content: "\f1d0"; }
|
1217 |
+
|
1218 |
+
.fa.fa-resistance {
|
1219 |
+
font-family: 'Font Awesome 6 Brands';
|
1220 |
+
font-weight: 400; }
|
1221 |
+
|
1222 |
+
.fa.fa-resistance:before {
|
1223 |
+
content: "\f1d0"; }
|
1224 |
+
|
1225 |
+
.fa.fa-empire {
|
1226 |
+
font-family: 'Font Awesome 6 Brands';
|
1227 |
+
font-weight: 400; }
|
1228 |
+
|
1229 |
+
.fa.fa-ge {
|
1230 |
+
font-family: 'Font Awesome 6 Brands';
|
1231 |
+
font-weight: 400; }
|
1232 |
+
|
1233 |
+
.fa.fa-ge:before {
|
1234 |
+
content: "\f1d1"; }
|
1235 |
+
|
1236 |
+
.fa.fa-git-square {
|
1237 |
+
font-family: 'Font Awesome 6 Brands';
|
1238 |
+
font-weight: 400; }
|
1239 |
+
|
1240 |
+
.fa.fa-git {
|
1241 |
+
font-family: 'Font Awesome 6 Brands';
|
1242 |
+
font-weight: 400; }
|
1243 |
+
|
1244 |
+
.fa.fa-hacker-news {
|
1245 |
+
font-family: 'Font Awesome 6 Brands';
|
1246 |
+
font-weight: 400; }
|
1247 |
+
|
1248 |
+
.fa.fa-y-combinator-square {
|
1249 |
+
font-family: 'Font Awesome 6 Brands';
|
1250 |
+
font-weight: 400; }
|
1251 |
+
|
1252 |
+
.fa.fa-y-combinator-square:before {
|
1253 |
+
content: "\f1d4"; }
|
1254 |
+
|
1255 |
+
.fa.fa-yc-square {
|
1256 |
+
font-family: 'Font Awesome 6 Brands';
|
1257 |
+
font-weight: 400; }
|
1258 |
+
|
1259 |
+
.fa.fa-yc-square:before {
|
1260 |
+
content: "\f1d4"; }
|
1261 |
+
|
1262 |
+
.fa.fa-tencent-weibo {
|
1263 |
+
font-family: 'Font Awesome 6 Brands';
|
1264 |
+
font-weight: 400; }
|
1265 |
+
|
1266 |
+
.fa.fa-qq {
|
1267 |
+
font-family: 'Font Awesome 6 Brands';
|
1268 |
+
font-weight: 400; }
|
1269 |
+
|
1270 |
+
.fa.fa-weixin {
|
1271 |
+
font-family: 'Font Awesome 6 Brands';
|
1272 |
+
font-weight: 400; }
|
1273 |
+
|
1274 |
+
.fa.fa-wechat {
|
1275 |
+
font-family: 'Font Awesome 6 Brands';
|
1276 |
+
font-weight: 400; }
|
1277 |
+
|
1278 |
+
.fa.fa-wechat:before {
|
1279 |
+
content: "\f1d7"; }
|
1280 |
+
|
1281 |
+
.fa.fa-send:before {
|
1282 |
+
content: "\f1d8"; }
|
1283 |
+
|
1284 |
+
.fa.fa-paper-plane-o {
|
1285 |
+
font-family: 'Font Awesome 6 Free';
|
1286 |
+
font-weight: 400; }
|
1287 |
+
|
1288 |
+
.fa.fa-paper-plane-o:before {
|
1289 |
+
content: "\f1d8"; }
|
1290 |
+
|
1291 |
+
.fa.fa-send-o {
|
1292 |
+
font-family: 'Font Awesome 6 Free';
|
1293 |
+
font-weight: 400; }
|
1294 |
+
|
1295 |
+
.fa.fa-send-o:before {
|
1296 |
+
content: "\f1d8"; }
|
1297 |
+
|
1298 |
+
.fa.fa-circle-thin {
|
1299 |
+
font-family: 'Font Awesome 6 Free';
|
1300 |
+
font-weight: 400; }
|
1301 |
+
|
1302 |
+
.fa.fa-circle-thin:before {
|
1303 |
+
content: "\f111"; }
|
1304 |
+
|
1305 |
+
.fa.fa-header:before {
|
1306 |
+
content: "\f1dc"; }
|
1307 |
+
|
1308 |
+
.fa.fa-futbol-o {
|
1309 |
+
font-family: 'Font Awesome 6 Free';
|
1310 |
+
font-weight: 400; }
|
1311 |
+
|
1312 |
+
.fa.fa-futbol-o:before {
|
1313 |
+
content: "\f1e3"; }
|
1314 |
+
|
1315 |
+
.fa.fa-soccer-ball-o {
|
1316 |
+
font-family: 'Font Awesome 6 Free';
|
1317 |
+
font-weight: 400; }
|
1318 |
+
|
1319 |
+
.fa.fa-soccer-ball-o:before {
|
1320 |
+
content: "\f1e3"; }
|
1321 |
+
|
1322 |
+
.fa.fa-slideshare {
|
1323 |
+
font-family: 'Font Awesome 6 Brands';
|
1324 |
+
font-weight: 400; }
|
1325 |
+
|
1326 |
+
.fa.fa-twitch {
|
1327 |
+
font-family: 'Font Awesome 6 Brands';
|
1328 |
+
font-weight: 400; }
|
1329 |
+
|
1330 |
+
.fa.fa-yelp {
|
1331 |
+
font-family: 'Font Awesome 6 Brands';
|
1332 |
+
font-weight: 400; }
|
1333 |
+
|
1334 |
+
.fa.fa-newspaper-o {
|
1335 |
+
font-family: 'Font Awesome 6 Free';
|
1336 |
+
font-weight: 400; }
|
1337 |
+
|
1338 |
+
.fa.fa-newspaper-o:before {
|
1339 |
+
content: "\f1ea"; }
|
1340 |
+
|
1341 |
+
.fa.fa-paypal {
|
1342 |
+
font-family: 'Font Awesome 6 Brands';
|
1343 |
+
font-weight: 400; }
|
1344 |
+
|
1345 |
+
.fa.fa-google-wallet {
|
1346 |
+
font-family: 'Font Awesome 6 Brands';
|
1347 |
+
font-weight: 400; }
|
1348 |
+
|
1349 |
+
.fa.fa-cc-visa {
|
1350 |
+
font-family: 'Font Awesome 6 Brands';
|
1351 |
+
font-weight: 400; }
|
1352 |
+
|
1353 |
+
.fa.fa-cc-mastercard {
|
1354 |
+
font-family: 'Font Awesome 6 Brands';
|
1355 |
+
font-weight: 400; }
|
1356 |
+
|
1357 |
+
.fa.fa-cc-discover {
|
1358 |
+
font-family: 'Font Awesome 6 Brands';
|
1359 |
+
font-weight: 400; }
|
1360 |
+
|
1361 |
+
.fa.fa-cc-amex {
|
1362 |
+
font-family: 'Font Awesome 6 Brands';
|
1363 |
+
font-weight: 400; }
|
1364 |
+
|
1365 |
+
.fa.fa-cc-paypal {
|
1366 |
+
font-family: 'Font Awesome 6 Brands';
|
1367 |
+
font-weight: 400; }
|
1368 |
+
|
1369 |
+
.fa.fa-cc-stripe {
|
1370 |
+
font-family: 'Font Awesome 6 Brands';
|
1371 |
+
font-weight: 400; }
|
1372 |
+
|
1373 |
+
.fa.fa-bell-slash-o {
|
1374 |
+
font-family: 'Font Awesome 6 Free';
|
1375 |
+
font-weight: 400; }
|
1376 |
+
|
1377 |
+
.fa.fa-bell-slash-o:before {
|
1378 |
+
content: "\f1f6"; }
|
1379 |
+
|
1380 |
+
.fa.fa-trash:before {
|
1381 |
+
content: "\f2ed"; }
|
1382 |
+
|
1383 |
+
.fa.fa-copyright {
|
1384 |
+
font-family: 'Font Awesome 6 Free';
|
1385 |
+
font-weight: 400; }
|
1386 |
+
|
1387 |
+
.fa.fa-eyedropper:before {
|
1388 |
+
content: "\f1fb"; }
|
1389 |
+
|
1390 |
+
.fa.fa-area-chart:before {
|
1391 |
+
content: "\f1fe"; }
|
1392 |
+
|
1393 |
+
.fa.fa-pie-chart:before {
|
1394 |
+
content: "\f200"; }
|
1395 |
+
|
1396 |
+
.fa.fa-line-chart:before {
|
1397 |
+
content: "\f201"; }
|
1398 |
+
|
1399 |
+
.fa.fa-lastfm {
|
1400 |
+
font-family: 'Font Awesome 6 Brands';
|
1401 |
+
font-weight: 400; }
|
1402 |
+
|
1403 |
+
.fa.fa-lastfm-square {
|
1404 |
+
font-family: 'Font Awesome 6 Brands';
|
1405 |
+
font-weight: 400; }
|
1406 |
+
|
1407 |
+
.fa.fa-ioxhost {
|
1408 |
+
font-family: 'Font Awesome 6 Brands';
|
1409 |
+
font-weight: 400; }
|
1410 |
+
|
1411 |
+
.fa.fa-angellist {
|
1412 |
+
font-family: 'Font Awesome 6 Brands';
|
1413 |
+
font-weight: 400; }
|
1414 |
+
|
1415 |
+
.fa.fa-cc {
|
1416 |
+
font-family: 'Font Awesome 6 Free';
|
1417 |
+
font-weight: 400; }
|
1418 |
+
|
1419 |
+
.fa.fa-cc:before {
|
1420 |
+
content: "\f20a"; }
|
1421 |
+
|
1422 |
+
.fa.fa-ils:before {
|
1423 |
+
content: "\f20b"; }
|
1424 |
+
|
1425 |
+
.fa.fa-shekel:before {
|
1426 |
+
content: "\f20b"; }
|
1427 |
+
|
1428 |
+
.fa.fa-sheqel:before {
|
1429 |
+
content: "\f20b"; }
|
1430 |
+
|
1431 |
+
.fa.fa-buysellads {
|
1432 |
+
font-family: 'Font Awesome 6 Brands';
|
1433 |
+
font-weight: 400; }
|
1434 |
+
|
1435 |
+
.fa.fa-connectdevelop {
|
1436 |
+
font-family: 'Font Awesome 6 Brands';
|
1437 |
+
font-weight: 400; }
|
1438 |
+
|
1439 |
+
.fa.fa-dashcube {
|
1440 |
+
font-family: 'Font Awesome 6 Brands';
|
1441 |
+
font-weight: 400; }
|
1442 |
+
|
1443 |
+
.fa.fa-forumbee {
|
1444 |
+
font-family: 'Font Awesome 6 Brands';
|
1445 |
+
font-weight: 400; }
|
1446 |
+
|
1447 |
+
.fa.fa-leanpub {
|
1448 |
+
font-family: 'Font Awesome 6 Brands';
|
1449 |
+
font-weight: 400; }
|
1450 |
+
|
1451 |
+
.fa.fa-sellsy {
|
1452 |
+
font-family: 'Font Awesome 6 Brands';
|
1453 |
+
font-weight: 400; }
|
1454 |
+
|
1455 |
+
.fa.fa-shirtsinbulk {
|
1456 |
+
font-family: 'Font Awesome 6 Brands';
|
1457 |
+
font-weight: 400; }
|
1458 |
+
|
1459 |
+
.fa.fa-simplybuilt {
|
1460 |
+
font-family: 'Font Awesome 6 Brands';
|
1461 |
+
font-weight: 400; }
|
1462 |
+
|
1463 |
+
.fa.fa-skyatlas {
|
1464 |
+
font-family: 'Font Awesome 6 Brands';
|
1465 |
+
font-weight: 400; }
|
1466 |
+
|
1467 |
+
.fa.fa-diamond {
|
1468 |
+
font-family: 'Font Awesome 6 Free';
|
1469 |
+
font-weight: 400; }
|
1470 |
+
|
1471 |
+
.fa.fa-diamond:before {
|
1472 |
+
content: "\f3a5"; }
|
1473 |
+
|
1474 |
+
.fa.fa-transgender:before {
|
1475 |
+
content: "\f224"; }
|
1476 |
+
|
1477 |
+
.fa.fa-intersex:before {
|
1478 |
+
content: "\f224"; }
|
1479 |
+
|
1480 |
+
.fa.fa-transgender-alt:before {
|
1481 |
+
content: "\f225"; }
|
1482 |
+
|
1483 |
+
.fa.fa-facebook-official {
|
1484 |
+
font-family: 'Font Awesome 6 Brands';
|
1485 |
+
font-weight: 400; }
|
1486 |
+
|
1487 |
+
.fa.fa-facebook-official:before {
|
1488 |
+
content: "\f09a"; }
|
1489 |
+
|
1490 |
+
.fa.fa-pinterest-p {
|
1491 |
+
font-family: 'Font Awesome 6 Brands';
|
1492 |
+
font-weight: 400; }
|
1493 |
+
|
1494 |
+
.fa.fa-whatsapp {
|
1495 |
+
font-family: 'Font Awesome 6 Brands';
|
1496 |
+
font-weight: 400; }
|
1497 |
+
|
1498 |
+
.fa.fa-hotel:before {
|
1499 |
+
content: "\f236"; }
|
1500 |
+
|
1501 |
+
.fa.fa-viacoin {
|
1502 |
+
font-family: 'Font Awesome 6 Brands';
|
1503 |
+
font-weight: 400; }
|
1504 |
+
|
1505 |
+
.fa.fa-medium {
|
1506 |
+
font-family: 'Font Awesome 6 Brands';
|
1507 |
+
font-weight: 400; }
|
1508 |
+
|
1509 |
+
.fa.fa-y-combinator {
|
1510 |
+
font-family: 'Font Awesome 6 Brands';
|
1511 |
+
font-weight: 400; }
|
1512 |
+
|
1513 |
+
.fa.fa-yc {
|
1514 |
+
font-family: 'Font Awesome 6 Brands';
|
1515 |
+
font-weight: 400; }
|
1516 |
+
|
1517 |
+
.fa.fa-yc:before {
|
1518 |
+
content: "\f23b"; }
|
1519 |
+
|
1520 |
+
.fa.fa-optin-monster {
|
1521 |
+
font-family: 'Font Awesome 6 Brands';
|
1522 |
+
font-weight: 400; }
|
1523 |
+
|
1524 |
+
.fa.fa-opencart {
|
1525 |
+
font-family: 'Font Awesome 6 Brands';
|
1526 |
+
font-weight: 400; }
|
1527 |
+
|
1528 |
+
.fa.fa-expeditedssl {
|
1529 |
+
font-family: 'Font Awesome 6 Brands';
|
1530 |
+
font-weight: 400; }
|
1531 |
+
|
1532 |
+
.fa.fa-battery-4:before {
|
1533 |
+
content: "\f240"; }
|
1534 |
+
|
1535 |
+
.fa.fa-battery:before {
|
1536 |
+
content: "\f240"; }
|
1537 |
+
|
1538 |
+
.fa.fa-battery-3:before {
|
1539 |
+
content: "\f241"; }
|
1540 |
+
|
1541 |
+
.fa.fa-battery-2:before {
|
1542 |
+
content: "\f242"; }
|
1543 |
+
|
1544 |
+
.fa.fa-battery-1:before {
|
1545 |
+
content: "\f243"; }
|
1546 |
+
|
1547 |
+
.fa.fa-battery-0:before {
|
1548 |
+
content: "\f244"; }
|
1549 |
+
|
1550 |
+
.fa.fa-object-group {
|
1551 |
+
font-family: 'Font Awesome 6 Free';
|
1552 |
+
font-weight: 400; }
|
1553 |
+
|
1554 |
+
.fa.fa-object-ungroup {
|
1555 |
+
font-family: 'Font Awesome 6 Free';
|
1556 |
+
font-weight: 400; }
|
1557 |
+
|
1558 |
+
.fa.fa-sticky-note-o {
|
1559 |
+
font-family: 'Font Awesome 6 Free';
|
1560 |
+
font-weight: 400; }
|
1561 |
+
|
1562 |
+
.fa.fa-sticky-note-o:before {
|
1563 |
+
content: "\f249"; }
|
1564 |
+
|
1565 |
+
.fa.fa-cc-jcb {
|
1566 |
+
font-family: 'Font Awesome 6 Brands';
|
1567 |
+
font-weight: 400; }
|
1568 |
+
|
1569 |
+
.fa.fa-cc-diners-club {
|
1570 |
+
font-family: 'Font Awesome 6 Brands';
|
1571 |
+
font-weight: 400; }
|
1572 |
+
|
1573 |
+
.fa.fa-clone {
|
1574 |
+
font-family: 'Font Awesome 6 Free';
|
1575 |
+
font-weight: 400; }
|
1576 |
+
|
1577 |
+
.fa.fa-hourglass-o:before {
|
1578 |
+
content: "\f252"; }
|
1579 |
+
|
1580 |
+
.fa.fa-hourglass-1:before {
|
1581 |
+
content: "\f251"; }
|
1582 |
+
|
1583 |
+
.fa.fa-hourglass-half:before {
|
1584 |
+
content: "\f254"; }
|
1585 |
+
|
1586 |
+
.fa.fa-hourglass-2:before {
|
1587 |
+
content: "\f254"; }
|
1588 |
+
|
1589 |
+
.fa.fa-hourglass-3:before {
|
1590 |
+
content: "\f253"; }
|
1591 |
+
|
1592 |
+
.fa.fa-hand-rock-o {
|
1593 |
+
font-family: 'Font Awesome 6 Free';
|
1594 |
+
font-weight: 400; }
|
1595 |
+
|
1596 |
+
.fa.fa-hand-rock-o:before {
|
1597 |
+
content: "\f255"; }
|
1598 |
+
|
1599 |
+
.fa.fa-hand-grab-o {
|
1600 |
+
font-family: 'Font Awesome 6 Free';
|
1601 |
+
font-weight: 400; }
|
1602 |
+
|
1603 |
+
.fa.fa-hand-grab-o:before {
|
1604 |
+
content: "\f255"; }
|
1605 |
+
|
1606 |
+
.fa.fa-hand-paper-o {
|
1607 |
+
font-family: 'Font Awesome 6 Free';
|
1608 |
+
font-weight: 400; }
|
1609 |
+
|
1610 |
+
.fa.fa-hand-paper-o:before {
|
1611 |
+
content: "\f256"; }
|
1612 |
+
|
1613 |
+
.fa.fa-hand-stop-o {
|
1614 |
+
font-family: 'Font Awesome 6 Free';
|
1615 |
+
font-weight: 400; }
|
1616 |
+
|
1617 |
+
.fa.fa-hand-stop-o:before {
|
1618 |
+
content: "\f256"; }
|
1619 |
+
|
1620 |
+
.fa.fa-hand-scissors-o {
|
1621 |
+
font-family: 'Font Awesome 6 Free';
|
1622 |
+
font-weight: 400; }
|
1623 |
+
|
1624 |
+
.fa.fa-hand-scissors-o:before {
|
1625 |
+
content: "\f257"; }
|
1626 |
+
|
1627 |
+
.fa.fa-hand-lizard-o {
|
1628 |
+
font-family: 'Font Awesome 6 Free';
|
1629 |
+
font-weight: 400; }
|
1630 |
+
|
1631 |
+
.fa.fa-hand-lizard-o:before {
|
1632 |
+
content: "\f258"; }
|
1633 |
+
|
1634 |
+
.fa.fa-hand-spock-o {
|
1635 |
+
font-family: 'Font Awesome 6 Free';
|
1636 |
+
font-weight: 400; }
|
1637 |
+
|
1638 |
+
.fa.fa-hand-spock-o:before {
|
1639 |
+
content: "\f259"; }
|
1640 |
+
|
1641 |
+
.fa.fa-hand-pointer-o {
|
1642 |
+
font-family: 'Font Awesome 6 Free';
|
1643 |
+
font-weight: 400; }
|
1644 |
+
|
1645 |
+
.fa.fa-hand-pointer-o:before {
|
1646 |
+
content: "\f25a"; }
|
1647 |
+
|
1648 |
+
.fa.fa-hand-peace-o {
|
1649 |
+
font-family: 'Font Awesome 6 Free';
|
1650 |
+
font-weight: 400; }
|
1651 |
+
|
1652 |
+
.fa.fa-hand-peace-o:before {
|
1653 |
+
content: "\f25b"; }
|
1654 |
+
|
1655 |
+
.fa.fa-registered {
|
1656 |
+
font-family: 'Font Awesome 6 Free';
|
1657 |
+
font-weight: 400; }
|
1658 |
+
|
1659 |
+
.fa.fa-creative-commons {
|
1660 |
+
font-family: 'Font Awesome 6 Brands';
|
1661 |
+
font-weight: 400; }
|
1662 |
+
|
1663 |
+
.fa.fa-gg {
|
1664 |
+
font-family: 'Font Awesome 6 Brands';
|
1665 |
+
font-weight: 400; }
|
1666 |
+
|
1667 |
+
.fa.fa-gg-circle {
|
1668 |
+
font-family: 'Font Awesome 6 Brands';
|
1669 |
+
font-weight: 400; }
|
1670 |
+
|
1671 |
+
.fa.fa-odnoklassniki {
|
1672 |
+
font-family: 'Font Awesome 6 Brands';
|
1673 |
+
font-weight: 400; }
|
1674 |
+
|
1675 |
+
.fa.fa-odnoklassniki-square {
|
1676 |
+
font-family: 'Font Awesome 6 Brands';
|
1677 |
+
font-weight: 400; }
|
1678 |
+
|
1679 |
+
.fa.fa-get-pocket {
|
1680 |
+
font-family: 'Font Awesome 6 Brands';
|
1681 |
+
font-weight: 400; }
|
1682 |
+
|
1683 |
+
.fa.fa-wikipedia-w {
|
1684 |
+
font-family: 'Font Awesome 6 Brands';
|
1685 |
+
font-weight: 400; }
|
1686 |
+
|
1687 |
+
.fa.fa-safari {
|
1688 |
+
font-family: 'Font Awesome 6 Brands';
|
1689 |
+
font-weight: 400; }
|
1690 |
+
|
1691 |
+
.fa.fa-chrome {
|
1692 |
+
font-family: 'Font Awesome 6 Brands';
|
1693 |
+
font-weight: 400; }
|
1694 |
+
|
1695 |
+
.fa.fa-firefox {
|
1696 |
+
font-family: 'Font Awesome 6 Brands';
|
1697 |
+
font-weight: 400; }
|
1698 |
+
|
1699 |
+
.fa.fa-opera {
|
1700 |
+
font-family: 'Font Awesome 6 Brands';
|
1701 |
+
font-weight: 400; }
|
1702 |
+
|
1703 |
+
.fa.fa-internet-explorer {
|
1704 |
+
font-family: 'Font Awesome 6 Brands';
|
1705 |
+
font-weight: 400; }
|
1706 |
+
|
1707 |
+
.fa.fa-television:before {
|
1708 |
+
content: "\f26c"; }
|
1709 |
+
|
1710 |
+
.fa.fa-contao {
|
1711 |
+
font-family: 'Font Awesome 6 Brands';
|
1712 |
+
font-weight: 400; }
|
1713 |
+
|
1714 |
+
.fa.fa-500px {
|
1715 |
+
font-family: 'Font Awesome 6 Brands';
|
1716 |
+
font-weight: 400; }
|
1717 |
+
|
1718 |
+
.fa.fa-amazon {
|
1719 |
+
font-family: 'Font Awesome 6 Brands';
|
1720 |
+
font-weight: 400; }
|
1721 |
+
|
1722 |
+
.fa.fa-calendar-plus-o {
|
1723 |
+
font-family: 'Font Awesome 6 Free';
|
1724 |
+
font-weight: 400; }
|
1725 |
+
|
1726 |
+
.fa.fa-calendar-plus-o:before {
|
1727 |
+
content: "\f271"; }
|
1728 |
+
|
1729 |
+
.fa.fa-calendar-minus-o {
|
1730 |
+
font-family: 'Font Awesome 6 Free';
|
1731 |
+
font-weight: 400; }
|
1732 |
+
|
1733 |
+
.fa.fa-calendar-minus-o:before {
|
1734 |
+
content: "\f272"; }
|
1735 |
+
|
1736 |
+
.fa.fa-calendar-times-o {
|
1737 |
+
font-family: 'Font Awesome 6 Free';
|
1738 |
+
font-weight: 400; }
|
1739 |
+
|
1740 |
+
.fa.fa-calendar-times-o:before {
|
1741 |
+
content: "\f273"; }
|
1742 |
+
|
1743 |
+
.fa.fa-calendar-check-o {
|
1744 |
+
font-family: 'Font Awesome 6 Free';
|
1745 |
+
font-weight: 400; }
|
1746 |
+
|
1747 |
+
.fa.fa-calendar-check-o:before {
|
1748 |
+
content: "\f274"; }
|
1749 |
+
|
1750 |
+
.fa.fa-map-o {
|
1751 |
+
font-family: 'Font Awesome 6 Free';
|
1752 |
+
font-weight: 400; }
|
1753 |
+
|
1754 |
+
.fa.fa-map-o:before {
|
1755 |
+
content: "\f279"; }
|
1756 |
+
|
1757 |
+
.fa.fa-commenting:before {
|
1758 |
+
content: "\f4ad"; }
|
1759 |
+
|
1760 |
+
.fa.fa-commenting-o {
|
1761 |
+
font-family: 'Font Awesome 6 Free';
|
1762 |
+
font-weight: 400; }
|
1763 |
+
|
1764 |
+
.fa.fa-commenting-o:before {
|
1765 |
+
content: "\f4ad"; }
|
1766 |
+
|
1767 |
+
.fa.fa-houzz {
|
1768 |
+
font-family: 'Font Awesome 6 Brands';
|
1769 |
+
font-weight: 400; }
|
1770 |
+
|
1771 |
+
.fa.fa-vimeo {
|
1772 |
+
font-family: 'Font Awesome 6 Brands';
|
1773 |
+
font-weight: 400; }
|
1774 |
+
|
1775 |
+
.fa.fa-vimeo:before {
|
1776 |
+
content: "\f27d"; }
|
1777 |
+
|
1778 |
+
.fa.fa-black-tie {
|
1779 |
+
font-family: 'Font Awesome 6 Brands';
|
1780 |
+
font-weight: 400; }
|
1781 |
+
|
1782 |
+
.fa.fa-fonticons {
|
1783 |
+
font-family: 'Font Awesome 6 Brands';
|
1784 |
+
font-weight: 400; }
|
1785 |
+
|
1786 |
+
.fa.fa-reddit-alien {
|
1787 |
+
font-family: 'Font Awesome 6 Brands';
|
1788 |
+
font-weight: 400; }
|
1789 |
+
|
1790 |
+
.fa.fa-edge {
|
1791 |
+
font-family: 'Font Awesome 6 Brands';
|
1792 |
+
font-weight: 400; }
|
1793 |
+
|
1794 |
+
.fa.fa-credit-card-alt:before {
|
1795 |
+
content: "\f09d"; }
|
1796 |
+
|
1797 |
+
.fa.fa-codiepie {
|
1798 |
+
font-family: 'Font Awesome 6 Brands';
|
1799 |
+
font-weight: 400; }
|
1800 |
+
|
1801 |
+
.fa.fa-modx {
|
1802 |
+
font-family: 'Font Awesome 6 Brands';
|
1803 |
+
font-weight: 400; }
|
1804 |
+
|
1805 |
+
.fa.fa-fort-awesome {
|
1806 |
+
font-family: 'Font Awesome 6 Brands';
|
1807 |
+
font-weight: 400; }
|
1808 |
+
|
1809 |
+
.fa.fa-usb {
|
1810 |
+
font-family: 'Font Awesome 6 Brands';
|
1811 |
+
font-weight: 400; }
|
1812 |
+
|
1813 |
+
.fa.fa-product-hunt {
|
1814 |
+
font-family: 'Font Awesome 6 Brands';
|
1815 |
+
font-weight: 400; }
|
1816 |
+
|
1817 |
+
.fa.fa-mixcloud {
|
1818 |
+
font-family: 'Font Awesome 6 Brands';
|
1819 |
+
font-weight: 400; }
|
1820 |
+
|
1821 |
+
.fa.fa-scribd {
|
1822 |
+
font-family: 'Font Awesome 6 Brands';
|
1823 |
+
font-weight: 400; }
|
1824 |
+
|
1825 |
+
.fa.fa-pause-circle-o {
|
1826 |
+
font-family: 'Font Awesome 6 Free';
|
1827 |
+
font-weight: 400; }
|
1828 |
+
|
1829 |
+
.fa.fa-pause-circle-o:before {
|
1830 |
+
content: "\f28b"; }
|
1831 |
+
|
1832 |
+
.fa.fa-stop-circle-o {
|
1833 |
+
font-family: 'Font Awesome 6 Free';
|
1834 |
+
font-weight: 400; }
|
1835 |
+
|
1836 |
+
.fa.fa-stop-circle-o:before {
|
1837 |
+
content: "\f28d"; }
|
1838 |
+
|
1839 |
+
.fa.fa-bluetooth {
|
1840 |
+
font-family: 'Font Awesome 6 Brands';
|
1841 |
+
font-weight: 400; }
|
1842 |
+
|
1843 |
+
.fa.fa-bluetooth-b {
|
1844 |
+
font-family: 'Font Awesome 6 Brands';
|
1845 |
+
font-weight: 400; }
|
1846 |
+
|
1847 |
+
.fa.fa-gitlab {
|
1848 |
+
font-family: 'Font Awesome 6 Brands';
|
1849 |
+
font-weight: 400; }
|
1850 |
+
|
1851 |
+
.fa.fa-wpbeginner {
|
1852 |
+
font-family: 'Font Awesome 6 Brands';
|
1853 |
+
font-weight: 400; }
|
1854 |
+
|
1855 |
+
.fa.fa-wpforms {
|
1856 |
+
font-family: 'Font Awesome 6 Brands';
|
1857 |
+
font-weight: 400; }
|
1858 |
+
|
1859 |
+
.fa.fa-envira {
|
1860 |
+
font-family: 'Font Awesome 6 Brands';
|
1861 |
+
font-weight: 400; }
|
1862 |
+
|
1863 |
+
.fa.fa-wheelchair-alt {
|
1864 |
+
font-family: 'Font Awesome 6 Brands';
|
1865 |
+
font-weight: 400; }
|
1866 |
+
|
1867 |
+
.fa.fa-wheelchair-alt:before {
|
1868 |
+
content: "\f368"; }
|
1869 |
+
|
1870 |
+
.fa.fa-question-circle-o {
|
1871 |
+
font-family: 'Font Awesome 6 Free';
|
1872 |
+
font-weight: 400; }
|
1873 |
+
|
1874 |
+
.fa.fa-question-circle-o:before {
|
1875 |
+
content: "\f059"; }
|
1876 |
+
|
1877 |
+
.fa.fa-volume-control-phone:before {
|
1878 |
+
content: "\f2a0"; }
|
1879 |
+
|
1880 |
+
.fa.fa-asl-interpreting:before {
|
1881 |
+
content: "\f2a3"; }
|
1882 |
+
|
1883 |
+
.fa.fa-deafness:before {
|
1884 |
+
content: "\f2a4"; }
|
1885 |
+
|
1886 |
+
.fa.fa-hard-of-hearing:before {
|
1887 |
+
content: "\f2a4"; }
|
1888 |
+
|
1889 |
+
.fa.fa-glide {
|
1890 |
+
font-family: 'Font Awesome 6 Brands';
|
1891 |
+
font-weight: 400; }
|
1892 |
+
|
1893 |
+
.fa.fa-glide-g {
|
1894 |
+
font-family: 'Font Awesome 6 Brands';
|
1895 |
+
font-weight: 400; }
|
1896 |
+
|
1897 |
+
.fa.fa-signing:before {
|
1898 |
+
content: "\f2a7"; }
|
1899 |
+
|
1900 |
+
.fa.fa-viadeo {
|
1901 |
+
font-family: 'Font Awesome 6 Brands';
|
1902 |
+
font-weight: 400; }
|
1903 |
+
|
1904 |
+
.fa.fa-viadeo-square {
|
1905 |
+
font-family: 'Font Awesome 6 Brands';
|
1906 |
+
font-weight: 400; }
|
1907 |
+
|
1908 |
+
.fa.fa-snapchat {
|
1909 |
+
font-family: 'Font Awesome 6 Brands';
|
1910 |
+
font-weight: 400; }
|
1911 |
+
|
1912 |
+
.fa.fa-snapchat-ghost {
|
1913 |
+
font-family: 'Font Awesome 6 Brands';
|
1914 |
+
font-weight: 400; }
|
1915 |
+
|
1916 |
+
.fa.fa-snapchat-ghost:before {
|
1917 |
+
content: "\f2ab"; }
|
1918 |
+
|
1919 |
+
.fa.fa-snapchat-square {
|
1920 |
+
font-family: 'Font Awesome 6 Brands';
|
1921 |
+
font-weight: 400; }
|
1922 |
+
|
1923 |
+
.fa.fa-pied-piper {
|
1924 |
+
font-family: 'Font Awesome 6 Brands';
|
1925 |
+
font-weight: 400; }
|
1926 |
+
|
1927 |
+
.fa.fa-first-order {
|
1928 |
+
font-family: 'Font Awesome 6 Brands';
|
1929 |
+
font-weight: 400; }
|
1930 |
+
|
1931 |
+
.fa.fa-yoast {
|
1932 |
+
font-family: 'Font Awesome 6 Brands';
|
1933 |
+
font-weight: 400; }
|
1934 |
+
|
1935 |
+
.fa.fa-themeisle {
|
1936 |
+
font-family: 'Font Awesome 6 Brands';
|
1937 |
+
font-weight: 400; }
|
1938 |
+
|
1939 |
+
.fa.fa-google-plus-official {
|
1940 |
+
font-family: 'Font Awesome 6 Brands';
|
1941 |
+
font-weight: 400; }
|
1942 |
+
|
1943 |
+
.fa.fa-google-plus-official:before {
|
1944 |
+
content: "\f2b3"; }
|
1945 |
+
|
1946 |
+
.fa.fa-google-plus-circle {
|
1947 |
+
font-family: 'Font Awesome 6 Brands';
|
1948 |
+
font-weight: 400; }
|
1949 |
+
|
1950 |
+
.fa.fa-google-plus-circle:before {
|
1951 |
+
content: "\f2b3"; }
|
1952 |
+
|
1953 |
+
.fa.fa-font-awesome {
|
1954 |
+
font-family: 'Font Awesome 6 Brands';
|
1955 |
+
font-weight: 400; }
|
1956 |
+
|
1957 |
+
.fa.fa-fa {
|
1958 |
+
font-family: 'Font Awesome 6 Brands';
|
1959 |
+
font-weight: 400; }
|
1960 |
+
|
1961 |
+
.fa.fa-fa:before {
|
1962 |
+
content: "\f2b4"; }
|
1963 |
+
|
1964 |
+
.fa.fa-handshake-o {
|
1965 |
+
font-family: 'Font Awesome 6 Free';
|
1966 |
+
font-weight: 400; }
|
1967 |
+
|
1968 |
+
.fa.fa-handshake-o:before {
|
1969 |
+
content: "\f2b5"; }
|
1970 |
+
|
1971 |
+
.fa.fa-envelope-open-o {
|
1972 |
+
font-family: 'Font Awesome 6 Free';
|
1973 |
+
font-weight: 400; }
|
1974 |
+
|
1975 |
+
.fa.fa-envelope-open-o:before {
|
1976 |
+
content: "\f2b6"; }
|
1977 |
+
|
1978 |
+
.fa.fa-linode {
|
1979 |
+
font-family: 'Font Awesome 6 Brands';
|
1980 |
+
font-weight: 400; }
|
1981 |
+
|
1982 |
+
.fa.fa-address-book-o {
|
1983 |
+
font-family: 'Font Awesome 6 Free';
|
1984 |
+
font-weight: 400; }
|
1985 |
+
|
1986 |
+
.fa.fa-address-book-o:before {
|
1987 |
+
content: "\f2b9"; }
|
1988 |
+
|
1989 |
+
.fa.fa-vcard:before {
|
1990 |
+
content: "\f2bb"; }
|
1991 |
+
|
1992 |
+
.fa.fa-address-card-o {
|
1993 |
+
font-family: 'Font Awesome 6 Free';
|
1994 |
+
font-weight: 400; }
|
1995 |
+
|
1996 |
+
.fa.fa-address-card-o:before {
|
1997 |
+
content: "\f2bb"; }
|
1998 |
+
|
1999 |
+
.fa.fa-vcard-o {
|
2000 |
+
font-family: 'Font Awesome 6 Free';
|
2001 |
+
font-weight: 400; }
|
2002 |
+
|
2003 |
+
.fa.fa-vcard-o:before {
|
2004 |
+
content: "\f2bb"; }
|
2005 |
+
|
2006 |
+
.fa.fa-user-circle-o {
|
2007 |
+
font-family: 'Font Awesome 6 Free';
|
2008 |
+
font-weight: 400; }
|
2009 |
+
|
2010 |
+
.fa.fa-user-circle-o:before {
|
2011 |
+
content: "\f2bd"; }
|
2012 |
+
|
2013 |
+
.fa.fa-user-o {
|
2014 |
+
font-family: 'Font Awesome 6 Free';
|
2015 |
+
font-weight: 400; }
|
2016 |
+
|
2017 |
+
.fa.fa-user-o:before {
|
2018 |
+
content: "\f007"; }
|
2019 |
+
|
2020 |
+
.fa.fa-id-badge {
|
2021 |
+
font-family: 'Font Awesome 6 Free';
|
2022 |
+
font-weight: 400; }
|
2023 |
+
|
2024 |
+
.fa.fa-drivers-license:before {
|
2025 |
+
content: "\f2c2"; }
|
2026 |
+
|
2027 |
+
.fa.fa-id-card-o {
|
2028 |
+
font-family: 'Font Awesome 6 Free';
|
2029 |
+
font-weight: 400; }
|
2030 |
+
|
2031 |
+
.fa.fa-id-card-o:before {
|
2032 |
+
content: "\f2c2"; }
|
2033 |
+
|
2034 |
+
.fa.fa-drivers-license-o {
|
2035 |
+
font-family: 'Font Awesome 6 Free';
|
2036 |
+
font-weight: 400; }
|
2037 |
+
|
2038 |
+
.fa.fa-drivers-license-o:before {
|
2039 |
+
content: "\f2c2"; }
|
2040 |
+
|
2041 |
+
.fa.fa-quora {
|
2042 |
+
font-family: 'Font Awesome 6 Brands';
|
2043 |
+
font-weight: 400; }
|
2044 |
+
|
2045 |
+
.fa.fa-free-code-camp {
|
2046 |
+
font-family: 'Font Awesome 6 Brands';
|
2047 |
+
font-weight: 400; }
|
2048 |
+
|
2049 |
+
.fa.fa-telegram {
|
2050 |
+
font-family: 'Font Awesome 6 Brands';
|
2051 |
+
font-weight: 400; }
|
2052 |
+
|
2053 |
+
.fa.fa-thermometer-4:before {
|
2054 |
+
content: "\f2c7"; }
|
2055 |
+
|
2056 |
+
.fa.fa-thermometer:before {
|
2057 |
+
content: "\f2c7"; }
|
2058 |
+
|
2059 |
+
.fa.fa-thermometer-3:before {
|
2060 |
+
content: "\f2c8"; }
|
2061 |
+
|
2062 |
+
.fa.fa-thermometer-2:before {
|
2063 |
+
content: "\f2c9"; }
|
2064 |
+
|
2065 |
+
.fa.fa-thermometer-1:before {
|
2066 |
+
content: "\f2ca"; }
|
2067 |
+
|
2068 |
+
.fa.fa-thermometer-0:before {
|
2069 |
+
content: "\f2cb"; }
|
2070 |
+
|
2071 |
+
.fa.fa-bathtub:before {
|
2072 |
+
content: "\f2cd"; }
|
2073 |
+
|
2074 |
+
.fa.fa-s15:before {
|
2075 |
+
content: "\f2cd"; }
|
2076 |
+
|
2077 |
+
.fa.fa-window-maximize {
|
2078 |
+
font-family: 'Font Awesome 6 Free';
|
2079 |
+
font-weight: 400; }
|
2080 |
+
|
2081 |
+
.fa.fa-window-restore {
|
2082 |
+
font-family: 'Font Awesome 6 Free';
|
2083 |
+
font-weight: 400; }
|
2084 |
+
|
2085 |
+
.fa.fa-times-rectangle:before {
|
2086 |
+
content: "\f410"; }
|
2087 |
+
|
2088 |
+
.fa.fa-window-close-o {
|
2089 |
+
font-family: 'Font Awesome 6 Free';
|
2090 |
+
font-weight: 400; }
|
2091 |
+
|
2092 |
+
.fa.fa-window-close-o:before {
|
2093 |
+
content: "\f410"; }
|
2094 |
+
|
2095 |
+
.fa.fa-times-rectangle-o {
|
2096 |
+
font-family: 'Font Awesome 6 Free';
|
2097 |
+
font-weight: 400; }
|
2098 |
+
|
2099 |
+
.fa.fa-times-rectangle-o:before {
|
2100 |
+
content: "\f410"; }
|
2101 |
+
|
2102 |
+
.fa.fa-bandcamp {
|
2103 |
+
font-family: 'Font Awesome 6 Brands';
|
2104 |
+
font-weight: 400; }
|
2105 |
+
|
2106 |
+
.fa.fa-grav {
|
2107 |
+
font-family: 'Font Awesome 6 Brands';
|
2108 |
+
font-weight: 400; }
|
2109 |
+
|
2110 |
+
.fa.fa-etsy {
|
2111 |
+
font-family: 'Font Awesome 6 Brands';
|
2112 |
+
font-weight: 400; }
|
2113 |
+
|
2114 |
+
.fa.fa-imdb {
|
2115 |
+
font-family: 'Font Awesome 6 Brands';
|
2116 |
+
font-weight: 400; }
|
2117 |
+
|
2118 |
+
.fa.fa-ravelry {
|
2119 |
+
font-family: 'Font Awesome 6 Brands';
|
2120 |
+
font-weight: 400; }
|
2121 |
+
|
2122 |
+
.fa.fa-eercast {
|
2123 |
+
font-family: 'Font Awesome 6 Brands';
|
2124 |
+
font-weight: 400; }
|
2125 |
+
|
2126 |
+
.fa.fa-eercast:before {
|
2127 |
+
content: "\f2da"; }
|
2128 |
+
|
2129 |
+
.fa.fa-snowflake-o {
|
2130 |
+
font-family: 'Font Awesome 6 Free';
|
2131 |
+
font-weight: 400; }
|
2132 |
+
|
2133 |
+
.fa.fa-snowflake-o:before {
|
2134 |
+
content: "\f2dc"; }
|
2135 |
+
|
2136 |
+
.fa.fa-superpowers {
|
2137 |
+
font-family: 'Font Awesome 6 Brands';
|
2138 |
+
font-weight: 400; }
|
2139 |
+
|
2140 |
+
.fa.fa-wpexplorer {
|
2141 |
+
font-family: 'Font Awesome 6 Brands';
|
2142 |
+
font-weight: 400; }
|
2143 |
+
|
2144 |
+
.fa.fa-meetup {
|
2145 |
+
font-family: 'Font Awesome 6 Brands';
|
2146 |
+
font-weight: 400; }
|
redux-core/assets/font-awesome/css/v4-shims.min.css
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
3 |
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4 |
+
* Copyright 2022 Fonticons, Inc.
|
5 |
+
*/
|
6 |
+
.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-steam,.fa.fa-steam-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f252"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before,.fa.fa-hourglass-half:before{content:"\f254"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}
|
redux-core/assets/font-awesome/webfonts/fa-brands-400.ttf
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-brands-400.woff2
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-regular-400.ttf
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-regular-400.woff2
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-solid-900.ttf
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-solid-900.woff2
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-v4compatibility.ttf
ADDED
Binary file
|
redux-core/assets/font-awesome/webfonts/fa-v4compatibility.woff2
ADDED
Binary file
|
redux-core/assets/js/media/media.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(u){"use strict";var f;redux.field_objects=redux.field_objects||{},redux.field_objects.media=redux.field_objects.media||{},redux.field_objects.media.init=function(e){e=e||u(document).find(".redux-group-tab:visible").find(".redux-container-media:visible"),u(e).each(function(){var e=u(this),i=e;(i
|
1 |
+
!function(u){"use strict";var f;redux.field_objects=redux.field_objects||{},redux.field_objects.media=redux.field_objects.media||{},redux.field_objects.media.init=function(e){e=e||u(document).find(".redux-group-tab:visible").find(".redux-container-media:visible"),u(e).each(function(){var e=u(this),i=e;(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),void 0===redux.field_objects.pro&&void 0!==redux.field_objects.image_filters&&(redux.field_objects.image_filters.sliderInit(e,"media"),redux.field_objects.image_filters.checkbox(e,"media")),f=!1,e.find(".remove-image, .remove-file").off("click").on("click",function(){redux.field_objects.media.removeFile(u(this).parents("fieldset.redux-field:first"))}),e.find(".media_upload_button").off().on("click",function(e){redux.field_objects.media.addFile(e,u(this).parents("fieldset.redux-field:first"))}))})},redux.field_objects.media.addFile=function(e,i){var d,t,a,s,o,r,l,n=u(this);e.preventDefault(),d||(void 0!==(e=u(i).find(".library-filter").data("lib-filter"))&&""!==e&&(t=[],f=!0,e=decodeURIComponent(e),e=JSON.parse(e),u.each(e,function(e,i){t.push(i)})),(d=wp.media({multiple:!1,library:{type:t},title:n.data("choose"),button:{text:n.data("update")}})).on("select",function(){var e=d.state().get("selection").first();if(d.close(),a=u(i).find(".data").data(),void 0===redux.field_objects.media?redux.field_objects.media={}:redux.field_objects.media,void 0!==a&&"undefined"!==a.mode||(a={mode:"image"}),!0===f&&(a.mode=0),0===a.mode||!1===a.mode||e.attributes.type===a.mode||e.attributes.subtype===a.mode){if(i.find(".upload").val(e.attributes.url),i.find(".upload-id").val(e.attributes.id),i.find(".upload-height").val(e.attributes.height),i.find(".upload-width").val(e.attributes.width),redux_change(u(i).find(".upload-id")),s=e.attributes.url,void 0!==e.attributes.sizes&&void 0!==e.attributes.sizes.thumbnail)"thumbnail"===a.previewSize&&(s=e.attributes.sizes.thumbnail.url);else if(void 0!==e.attributes.sizes)for(r in o=e.attributes.height,e.attributes.sizes)e.attributes.sizes.hasOwnProperty(r)&&(l=e.attributes.sizes[r]).height<o&&(o=l.height,s=l.url);else s=e.attributes.icon;i.find(".upload-thumbnail").val(s),i.find(".upload").hasClass("noPreview")||i.find(".screenshot").empty().hide().append('<img class="redux-option-image" src="'+s+'">').slideDown("fast"),i.find(".remove-image").removeClass("hide"),i.find(".redux-background-properties").slideDown()}})),d.open()},redux.field_objects.media.removeFile=function(e){e.find(".remove-image").addClass("hide")&&(e.find(".remove-image").addClass("hide"),e.find(".upload").val(""),e.find(".upload-id").val(""),e.find(".upload-height").val(""),e.find(".upload-width").val(""),e.find(".upload-thumbnail").val(""),redux_change(u(e).find(".upload-id")),e.find(".redux-background-properties").hide(),e.find(".screenshot").slideUp(),e.find(".remove-file").off(),0<e.find(".section-upload .upload-notice").length&&e.find(".media_upload_button").remove())}}(jQuery);
|
redux-core/assets/js/redux-vendors.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function collapse(e){var t,n=e.target,e=n.parentNode.getElementsByClassName("collapsible");e.length&&("none"===(e=e[0]).style.display?(t=e.parentNode.getElementsByClassName("ellipsis")[0],e.parentNode.removeChild(t),e.style.display=""):(e.style.display="none",(t=document.createElement("span")).className="ellipsis",t.innerHTML=" … ",e.parentNode.insertBefore(t,e)),n.innerHTML="-"===n.innerHTML?"+":"-")}function addCollapser(e){var t;"LI"===e.nodeName&&((t=document.createElement("div")).className="collapser",t.innerHTML="-",t.addEventListener("click",collapse,!1),e.insertBefore(t,e.firstChild))}function jsonView(e,t){if(this.debug=!1,-1!==e.indexOf("#"))this.idType="id",this.id=e.replace("#","");else{if(-1===e.indexOf("."))return void(this.debug&&console.log("Can't find that element"));this.idType="class",this.id=e.replace(".","")}if(this.data=document.getElementById(this.id).innerHTML,1,-1!==t.indexOf("#"))this.targetType="id",this.target=t.replace("#","");else{if(-1===e.indexOf("."))return void(this.debug&&console.log("Can't find the target element"));this.targetType="class",this.target=t.replace(".","")}/^\<pre.*\>(.*)\<\/pre\>$/.test(this.data)&&(this.debug&&console.log("JSONView: data is wrapped in <pre>...</pre>, stripping HTML..."),this.data=this.data.replace(/<(?:.|\s)*?>/g,""));var n=/^[\s\u200B\uFEFF]*([\w$\[\]\.]+)[\s\u200B\uFEFF]*\([\s\u200B\uFEFF]*([\[{][\s\S]*[\]}])[\s\u200B\uFEFF]*\);?[\s\u200B\uFEFF]*$/,a=/^\s*([\[\{].*[\}\]])\s*$/.test(this.data),e=n.test(this.data);if(this.debug&&console.log("JSONView: is_json="+a+" is_jsonp="+e),a||e){function o(){}this.debug&&console.log("JSONView: sexytime!"),o.prototype={htmlEncode:function(e){return null!=e?e.toString().replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"):""},decorateWithSpan:function(e,t){return'<span class="'+t+'">'+this.htmlEncode(e)+"</span>"},valueToHTML:function(e){var t=typeof e,n="";return null===e?n+=this.decorateWithSpan("null","null"):e&&e.constructor===Array?n+=this.arrayToHTML(e):"object"==t?n+=this.objectToHTML(e):"number"==t?n+=this.decorateWithSpan(e,"num"):"string"==t?/^(http|https):\/\/[^\s]+$/.test(e)?n+='<a href="'+e+'">'+this.htmlEncode(e)+"</a>":n+=this.decorateWithSpan('"'+e+'"',"string"):"boolean"==t&&(n+=this.decorateWithSpan(e,"bool")),n},arrayToHTML:function(e){var t,n='[<ul class="array collapsible">',a=!1;for(t in e)a=!0,n+="<li>",n+=this.valueToHTML(e[t]),n+="</li>";return n+="</ul>]",n=!a?"[ ]":n},objectToHTML:function(e){var t,n='{<ul class="obj collapsible">',a=!1;for(t in e)a=!0,n+="<li>",n+='<span class="prop">'+this.htmlEncode(t)+"</span>: ",n+=this.valueToHTML(e[t]),n+="</li>";return n+="</ul>}",n=!a?"{ }":n},jsonToHTML:function(e,t,n){var a="";return t&&(a+='<div class="callback">'+t+" (</div>"),a+='<div id="json">',a+=this.valueToHTML(e),a+="</div>",t&&(a+='<div class="callback">)</div>'),this.toHTML(a,n)},errorPage:function(e,t,n){var a='<div id="error">Error parsing JSON: '+e.message+"</div>";return a+="<h1>"+e.stack+":</h1>",a+='<div id="json">'+this.htmlEncode(t)+"</div>",this.toHTML(a,n+" - Error")},toHTML:function(e){return e}},this.jsonFormatter=new o;t="",a="",e="",n=n.exec(this.data),a=n&&3===n.length?(this.debug&&console.log("THIS IS JSONp"),e=n[1],n[2]):(this.debug&&console.log("Vanilla JSON"),this.data);this.debug&&console.log(a);try{var r=JSON.parse(a);if(!r)throw"There was no object!";t=this.jsonFormatter.jsonToHTML(r,e)}catch(e){this.debug&&console.log(e),t=this.jsonFormatter.errorPage(e,this.data)}var i,e="<style type=\"text/css\">.jsonViewOutput .prop{font-weight:700;}.jsonViewOutput .null{color:red;}.jsonViewOutput .string{color:green;}.jsonViewOutput .collapser{position:absolute;left:-1em;cursor:pointer;}.jsonViewOutput li{position:relative;}.jsonViewOutput li:after{content:',';}.jsonViewOutput li:last-child:after{content:'';}.jsonViewOutput #error{-moz-border-radius:8px;border:1px solid #970000;background-color:#F7E8E8;margin:.5em;padding:.5em;}.jsonViewOutput .errormessage{font-family:monospace;}.jsonViewOutput #json{font-family:monospace;font-size:1.1em;}.jsonViewOutput ul{list-style:none;margin:0 0 0 2em;padding:0;}.jsonViewOutput h1{font-size:1.2em;}.jsonViewOutput .callback + #json{padding-left:1em;}.jsonViewOutput .callback{font-family:monospace;color:#A52A2A;}.jsonViewOutput .bool,.jsonViewOutput .num{color:blue;}</style>";void 0!==this.targetType&&(this.idType=this.targetType,this.id=this.target),"class"===this.idType?(i=document.getElementsByClassName(this.id))&&(i.className+=i.className?" jsonViewOutput":"jsonViewOutput",i.innerHTML=e+t):"id"===this.idType&&((i=document.getElementById(this.id))&&(i.className+=i.className?" jsonViewOutput":"jsonViewOutput",i.innerHTML=e+t),i.innerHTML=e+t);for(var l=document.getElementsByClassName("collapsible"),s=l.length,u=0;u<s;u++)addCollapser(l[u].parentNode)}}!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(p){var n=/\+/g;function d(e){return f.raw?e:encodeURIComponent(e)}function h(e,t){e=f.raw?e:function(e){0===e.indexOf('"')&&(e=e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return e=decodeURIComponent(e.replace(n," ")),f.json?JSON.parse(e):e}catch(e){}}(e);return"function"==typeof t?t(e):e}var f=p.cookie=function(e,t,n){var a,o;if(1<arguments.length&&"function"!=typeof t)return"number"==typeof(n=p.extend({},f.defaults,n)).expires&&(o=n.expires,(a=n.expires=new Date).setMilliseconds(a.getMilliseconds()+864e5*o)),document.cookie=[d(e),"=",(o=t,d(f.json?JSON.stringify(o):String(o))),n.expires?"; expires="+n.expires.toUTCString():"",n.path?"; path="+n.path:"",n.domain?"; domain="+n.domain:"",n.secure?"; secure":""].join("");for(var r=e?void 0:{},i=document.cookie?document.cookie.split("; "):[],l=0,s=i.length;l<s;l++){var u=i[l].split("="),c=(c=u.shift(),f.raw?c:decodeURIComponent(c)),u=u.join("=");if(e===c){r=h(u,t);break}e||void 0===(u=h(u))||(r[c]=u)}return r};f.defaults={},p.removeCookie=function(e,t){return p.cookie(e,"",p.extend({},t,{expires:-1})),!p.cookie(e)}}),function(o){o.fn.alphanum=function(e){return c(this,w,f(e)),this},o.fn.alpha=function(e){var t=f("alpha");return c(this,w,f(e,t)),this},o.fn.numeric=function(a){return c(this,y,m(a)),this.on("blur",function(){var e,t,n;e=this,t=a,n=parseFloat(o(e).val()),e=o(e),isNaN(n)?e.val(""):(p(t.min)&&n<t.min&&e.val(""),p(t.max)&&n>t.max&&e.val(""))}),this};var e,t,a={allow:"",disallow:"",allowSpace:!0,allowNumeric:!0,allowUpper:!0,allowLower:!0,allowCaseless:!0,allowLatin:!0,allowOtherCharSets:!0,maxLength:NaN},n={allowPlus:!1,allowMinus:!0,allowThouSep:!0,allowDecSep:!0,allowLeadingSpaces:!1,maxDigits:NaN,maxDecimalPlaces:NaN,maxPreDecimalPlaces:NaN,max:NaN,min:NaN},r={alpha:{allowNumeric:!1},upper:{allowNumeric:!1,allowUpper:!0,allowLower:!1,allowCaseless:!0},lower:{allowNumeric:!1,allowUpper:!1,allowLower:!0,allowCaseless:!0}},i={integer:{allowPlus:!1,allowMinus:!0,allowThouSep:!1,allowDecSep:!1},positiveInteger:{allowPlus:!1,allowMinus:!1,allowThouSep:!1,allowDecSep:!1}},l=(t="!@#$%^&*()+=[]\\';,/{}|\":<>?~`.-_",(t+=" ")+"¬€£¦"),s=",",u=".",d=function(){var e,t="0123456789".split(""),n={},a=0;for(a=0;a<t.length;a++)e=t[a],n[e]=!0;return n}(),h=(t=(e="abcdefghijklmnopqrstuvwxyz").toUpperCase(),new T(e+t));function c(e,i,l){e.each(function(){var r=o(this);r.on("keyup change paste",function(e){var t="";e.originalEvent&&e.originalEvent.clipboardData&&e.originalEvent.clipboardData.getData&&(t=e.originalEvent.clipboardData.getData("text/plain")),setTimeout(function(){!function(e,t,n,a){var o=e.val();""==o&&0<a.length&&(o=a);t=t(o,n);o!=t&&(n=e.alphanum_caret(),e.val(t),o.length==t.length+1?e.alphanum_caret(n-1):e.alphanum_caret(n))}(r,i,l,t)},0)}),r.on("keypress",function(e){var t,n,a,o=e.charCode||e.which;!(32<=(n=o)||10==n||13==n)||e.ctrlKey||e.metaKey||(t=String.fromCharCode(o),n=(a=r.selection()).start,o=a.end,o=(a=r.val()).substring(0,n)+t+a.substring(o),i(o,l)!=o&&e.preventDefault())})})}function p(e){return!isNaN(e)}function f(e,t){var n={},e="string"==typeof e?r[e]:void 0===e?{}:e;return o.extend(n,t=void 0===t?a:t,e),void 0===n.blacklist&&(n.blacklistSet=function(e,t){t=new T(l+t),e=new T(e);return t.subtract(e)}(n.allow,n.disallow)),n}function m(e){var t={},e="string"==typeof e?i[e]:void 0===e?{}:e;return o.extend(t,n,e),t}function g(e,t,n){if(d[t])return!function(e,t){t=t.maxDigits;if(""==t||isNaN(t))return!1;e=v(e);return t<=e}(e,n)&&(!function(e,t){t=t.maxPreDecimalPlaces;if(""==t||isNaN(t))return!1;if(0<=e.indexOf(u))return!1;e=v(e);return t<=e}(e,n)&&(!function(e,t){var n=t.maxDecimalPlaces;if(""==n||isNaN(n))return!1;t=e.indexOf(u);if(-1==t)return!1;t=v(e.substring(t));return n<=t}(e,n)&&(a=e+t,(!(o=n).max||o.max<0||!(parseFloat(a)>o.max))&&(a=e+t,!(o=n).min||0<o.min||!(parseFloat(a)<o.min)))));var a,o;if(n.allowPlus&&"+"==t&&""==e)return 1;if(n.allowMinus&&"-"==t&&""==e)return 1;if(t==s&&n.allowThouSep&&function(e){if(0==e.length)return!1;if(0<=e.indexOf(u))return!1;var t=e.indexOf(s);if(t<0)return!0;var n=e.lastIndexOf(s);return!(e.length-n-1<3)&&!(0<v(e.substring(t))%3)}(e))return 1;if(t==u){if(0<=e.indexOf(u))return;if(n.allowDecSep)return 1}}function v(e){return(e+="").replace(/[^0-9]/g,"").length}function w(e,t){if("string"!=typeof e)return e;for(var n,a,o,r,i,l=e.split(""),s=[],u=0,u=0;u<l.length;u++){var c=l[u],p=s.join("");n=p,a=c,i=r=o=void 0,!((p=t).maxLength&&n.length>=p.maxLength)&&(0<=p.allow.indexOf(a)||p.allowSpace&&" "==a||!(p.blacklistSet.contains(a)||!p.allowNumeric&&d[a]||!p.allowUpper&&(o=(n=a).toUpperCase(),r=n.toLowerCase(),n==o&&o!=r)||!p.allowLower&&(r=(o=a).toUpperCase(),i=o.toLowerCase(),o==i&&r!=i)||!p.allowCaseless&&(i=a).toUpperCase()==i.toLowerCase()||!p.allowLatin&&h.contains(a))&&(p.allowOtherCharSets||d[a]||h.contains(a)))&&s.push(c)}return s.join("")}function y(e,t){if("string"!=typeof e)return e;for(var n=e.split(""),a=[],o=0,o=0;o<n.length;o++){var r=n[o];g(a.join(""),r,t)&&a.push(r)}return a.join("")}function T(e){this.map="string"==typeof e?function(e){var t,n={},a=e.split(""),o=0;for(o=0;o<a.length;o++)t=a[o],n[t]=!0;return n}(e):{}}T.prototype.add=function(e){var t,n=this.clone();for(t in e.map)n.map[t]=!0;return n},T.prototype.subtract=function(e){var t,n=this.clone();for(t in e.map)delete n.map[t];return n},T.prototype.contains=function(e){return!!this.map[e]},T.prototype.clone=function(){var e,t=new T;for(e in this.map)t.map[e]=!0;return t},o.fn.alphanum.backdoorAlphaNum=function(e,t){return w(e,f(t))},o.fn.alphanum.backdoorNumeric=function(e,t){return y(e,m(t))},o.fn.alphanum.setNumericSeparators=function(e){1==e.thousandsSeparator.length&&1==e.decimalSeparator.length&&(s=e.thousandsSeparator,u=e.decimalSeparator)}}(jQuery),function(o){function r(e,t){var n;e.createTextRange?((n=e.createTextRange()).move("character",t),n.select()):null!=e.selectionStart&&(e.focus(),e.setSelectionRange(t,t))}o.fn.alphanum_caret=function(n,a){return void 0===n?function(e){if("selection"in document){var t=e.createTextRange();try{t.setEndPoint("EndToStart",document.selection.createRange())}catch(e){return 0}return t.text.length}if(null!=e.selectionStart)return e.selectionStart}(this.get(0)):this.queue(function(e){var t;isNaN(n)?(t=o(this).val().indexOf(n),!0===a?t+=n.length:void 0!==a&&(t+=a),r(this,t)):r(this,n),e()})}}(jQuery),function(u){function c(e){return e?e.ownerDocument.defaultView||e.ownerDocument.parentWindow:window}function p(e,t){var n,a=u.Range.current(e).clone(),o=u.Range(e).select(e);return a.overlaps(o)?(a.compare("START_TO_START",o)<1?(n=0,a.move("START_TO_START",o)):((e=o.clone()).move("END_TO_START",a),n=e.toString().length),{start:n,end:0<=a.compare("END_TO_END",o)?o.toString().length:n+a.toString().length}):null}var i=function(e,t,n,a){"number"==typeof n[0]&&n[0]<t&&(n[0]={el:a,count:n[0]-e}),"number"==typeof n[1]&&n[1]<=t&&(n[1]={el:a,count:n[1]-e})},d=function(e,t,n){var a,o;n=n||0;for(var r=0;e[r];r++)3===(a=e[r]).nodeType||4===a.nodeType?(o=n,n+=a.nodeValue.length,i(o,n,t,a)):8!==a.nodeType&&(n=d(a.childNodes,t,n));return n};u.fn.selection=function(l,s){return void 0!==l?this.each(function(){var e,t,n,a,o,r,i;t=l,n=s,i=c(e=this),e.setSelectionRange?void 0===n?(e.focus(),e.setSelectionRange(t,t)):(e.select(),e.selectionStart=t,e.selectionEnd=n):e.createTextRange?((a=e.createTextRange()).moveStart("character",t),a.moveEnd("character",(n=n||t)-e.value.length),a.select()):i.getSelection?(o=i.document,a=i.getSelection(),r=o.createRange(),d([e],o=[t,void 0!==n?n:t]),r.setStart(o[0].el,o[0].count),r.setEnd(o[1].el,o[1].count),a.removeAllRanges(),a.addRange(r)):i.document.body.createTextRange&&((r=document.body.createTextRange()).moveToElementText(e),r.collapse(),r.moveStart("character",t),r.moveEnd("character",void 0!==n?n:t),r.select())}):function(t){var e=c(t);if(void 0!==t.selectionStart)return document.activeElement&&document.activeElement!==t&&t.selectionStart===t.selectionEnd&&0===t.selectionStart?{start:t.value.length,end:t.value.length}:{start:t.selectionStart,end:t.selectionEnd};if(e.getSelection)return p(t);try{if("input"===t.nodeName.toLowerCase()){var n=c(t).document.selection.createRange(),a=t.createTextRange();a.setEndPoint("EndToStart",n);var o=a.text.length;return{start:o,end:o+n.text.length}}var r=p(t);if(!r)return r;var i=u.Range.current().clone(),l=i.clone().collapse().range,s=i.clone().collapse(!1).range;return l.moveStart("character",-1),s.moveStart("character",-1),0!==r.startPos&&""===l.text&&(r.startPos+=2),0!==r.endPos&&""===s.text&&(r.endPos+=2),r}catch(e){return{start:t.value.length,end:t.value.length}}}(this[0])},u.fn.selection.getCharElement=d}(jQuery),function(i){i.fn.serializeForm=function(){if(this.length<1)return!1;function e(){if(!this.disabled){var e=this.name.replace(/\[([^\]]+)?\]/g,",$1").split(","),t=e.length-1,n=i(this);if(e[0]){for(var a=0;a<t;a++)r=r[e[a]]=r[e[a]]||(""===e[a+1]||"0"===e[a+1]?[]:{});void 0!==r.length?r.push(n.val()):r[e[t]]=n.val(),r=o}}}var o={},r=o,t=':input[type!="checkbox"][type!="radio"], input:checked';return this.filter(t).each(e),this.find(t).each(e),o}}(jQuery),function(e,t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?t(require("jquery")):t(e.jQuery)}(this,function(n){"use strict";n.fn.typeWatch=function(e){var r=n.extend({wait:750,callback:function(){},highlight:!0,captureLength:2,allowSubmit:!1,inputTypes:["TEXT","TEXTAREA","PASSWORD","TEL","SEARCH","URL","EMAIL","DATETIME","DATE","MONTH","WEEK","TIME","DATETIME-LOCAL","NUMBER","RANGE","DIV"]},e);function t(e){var o,n=(e.type||e.nodeName).toUpperCase();0<=jQuery.inArray(n,r.inputTypes)&&(o={timer:null,text:"DIV"===n?jQuery(e).html():jQuery(e).val(),cb:r.callback,el:e,type:n,wait:r.wait},r.highlight&&"DIV"!==n&&jQuery(e).focus(function(){this.select()}),jQuery(e).on("keydown paste cut input",function(e){var t=o.wait,a=!1;void 0!==e.keyCode&&13==e.keyCode&&"TEXTAREA"!==n&&"DIV"!==n&&(t=1,a=!0);clearTimeout(o.timer),o.timer=setTimeout(function(){var e,t,n;t=a,((n="DIV"===(e=o).type?jQuery(e.el).html():jQuery(e.el).val()).length>=r.captureLength&&n!=e.text||t&&(n.length>=r.captureLength||r.allowSubmit)||0==n.length&&e.text)&&(e.text=n,e.cb.call(e.el,n))},t)}))}return this.each(function(){t(this)})}});
|
1 |
+
function collapse(e){var t,e=e.target,n=e.parentNode.getElementsByClassName("collapsible");n.length&&("none"===(n=n[0]).style.display?(t=n.parentNode.getElementsByClassName("ellipsis")[0],n.parentNode.removeChild(t),n.style.display=""):(n.style.display="none",(t=document.createElement("span")).className="ellipsis",t.innerHTML=" … ",n.parentNode.insertBefore(t,n)),e.innerHTML="-"===e.innerHTML?"+":"-")}function addCollapser(e){var t;"LI"===e.nodeName&&((t=document.createElement("div")).className="collapser",t.innerHTML="-",t.addEventListener("click",collapse,!1),e.insertBefore(t,e.firstChild))}function jsonView(e,t){if(this.debug=!1,-1!==e.indexOf("#"))this.idType="id",this.id=e.replace("#","");else{if(-1===e.indexOf("."))return void(this.debug&&console.log("Can't find that element"));this.idType="class",this.id=e.replace(".","")}if(this.data=document.getElementById(this.id).innerHTML,1,-1!==t.indexOf("#"))this.targetType="id",this.target=t.replace("#","");else{if(-1===e.indexOf("."))return void(this.debug&&console.log("Can't find the target element"));this.targetType="class",this.target=t.replace(".","")}/^\<pre.*\>(.*)\<\/pre\>$/.test(this.data)&&(this.debug&&console.log("JSONView: data is wrapped in <pre>...</pre>, stripping HTML..."),this.data=this.data.replace(/<(?:.|\s)*?>/g,""));var e=/^[\s\u200B\uFEFF]*([\w$\[\]\.]+)[\s\u200B\uFEFF]*\([\s\u200B\uFEFF]*([\[{][\s\S]*[\]}])[\s\u200B\uFEFF]*\);?[\s\u200B\uFEFF]*$/,t=/^\s*([\[\{].*[\}\]])\s*$/.test(this.data),n=e.test(this.data);if(this.debug&&console.log("JSONView: is_json="+t+" is_jsonp="+n),t||n){function a(){}this.debug&&console.log("JSONView: sexytime!"),a.prototype={htmlEncode:function(e){return null!=e?e.toString().replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"):""},decorateWithSpan:function(e,t){return'<span class="'+t+'">'+this.htmlEncode(e)+"</span>"},valueToHTML:function(e){var t=typeof e,n="";return null===e?n+=this.decorateWithSpan("null","null"):e&&e.constructor===Array?n+=this.arrayToHTML(e):"object"==t?n+=this.objectToHTML(e):"number"==t?n+=this.decorateWithSpan(e,"num"):"string"==t?/^(http|https):\/\/[^\s]+$/.test(e)?n+='<a href="'+e+'">'+this.htmlEncode(e)+"</a>":n+=this.decorateWithSpan('"'+e+'"',"string"):"boolean"==t&&(n+=this.decorateWithSpan(e,"bool")),n},arrayToHTML:function(e){var t,n='[<ul class="array collapsible">',a=!1;for(t in e)a=!0,n=(n+="<li>")+this.valueToHTML(e[t])+"</li>";return n+="</ul>]",n=a?n:"[ ]"},objectToHTML:function(e){var t,n='{<ul class="obj collapsible">',a=!1;for(t in e)a=!0,n=(n=(n+="<li>")+'<span class="prop">'+this.htmlEncode(t)+"</span>: ")+this.valueToHTML(e[t])+"</li>";return n+="</ul>}",n=a?n:"{ }"},jsonToHTML:function(e,t,n){var a="";return t?a=a+'<div class="callback">'+t+' (</div><div id="json">':a+='<div id="json">',a=a+this.valueToHTML(e)+"</div>",t&&(a+='<div class="callback">)</div>'),this.toHTML(a,n)},errorPage:function(e,t,n){var a='<div id="error">Error parsing JSON: '+e.message+"</div>",a=(a+="<h1>"+e.stack+":</h1>")+('<div id="json">'+this.htmlEncode(t)+"</div>");return this.toHTML(a,n+" - Error")},toHTML:function(e){return e}},this.jsonFormatter=new a;var t="",n="",o="",e=e.exec(this.data),n=e&&3===e.length?(this.debug&&console.log("THIS IS JSONp"),o=e[1],e[2]):(this.debug&&console.log("Vanilla JSON"),this.data);this.debug&&console.log(n);try{var r=JSON.parse(n);if(!r)throw"There was no object!";t=this.jsonFormatter.jsonToHTML(r,o)}catch(e){this.debug&&console.log(e),t=this.jsonFormatter.errorPage(e,this.data)}for(var i,e="<style type=\"text/css\">.jsonViewOutput .prop{font-weight:700;}.jsonViewOutput .null{color:red;}.jsonViewOutput .string{color:green;}.jsonViewOutput .collapser{position:absolute;left:-1em;cursor:pointer;}.jsonViewOutput li{position:relative;}.jsonViewOutput li:after{content:',';}.jsonViewOutput li:last-child:after{content:'';}.jsonViewOutput #error{-moz-border-radius:8px;border:1px solid #970000;background-color:#F7E8E8;margin:.5em;padding:.5em;}.jsonViewOutput .errormessage{font-family:monospace;}.jsonViewOutput #json{font-family:monospace;font-size:1.1em;}.jsonViewOutput ul{list-style:none;margin:0 0 0 2em;padding:0;}.jsonViewOutput h1{font-size:1.2em;}.jsonViewOutput .callback + #json{padding-left:1em;}.jsonViewOutput .callback{font-family:monospace;color:#A52A2A;}.jsonViewOutput .bool,.jsonViewOutput .num{color:blue;}</style>",l=(void 0!==this.targetType&&(this.idType=this.targetType,this.id=this.target),"class"===this.idType?(i=document.getElementsByClassName(this.id))&&(i.className+=i.className?" jsonViewOutput":"jsonViewOutput",i.innerHTML=e+t):"id"===this.idType&&((i=document.getElementById(this.id))&&(i.className+=i.className?" jsonViewOutput":"jsonViewOutput",i.innerHTML=e+t),i.innerHTML=e+t),document.getElementsByClassName("collapsible")),s=l.length,u=0;u<s;u++)addCollapser(l[u].parentNode)}}!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(function(p){var n=/\+/g;function d(e){return f.raw?e:encodeURIComponent(e)}function h(e,t){e=f.raw?e:function(e){0===e.indexOf('"')&&(e=e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return e=decodeURIComponent(e.replace(n," ")),f.json?JSON.parse(e):e}catch(e){}}(e);return"function"==typeof t?t(e):e}var f=p.cookie=function(e,t,n){var a,o;if(1<arguments.length&&"function"!=typeof t)return"number"==typeof(n=p.extend({},f.defaults,n)).expires&&(a=n.expires,(o=n.expires=new Date).setMilliseconds(o.getMilliseconds()+864e5*a)),document.cookie=[d(e),"=",(o=t,d(f.json?JSON.stringify(o):String(o))),n.expires?"; expires="+n.expires.toUTCString():"",n.path?"; path="+n.path:"",n.domain?"; domain="+n.domain:"",n.secure?"; secure":""].join("");for(var r=e?void 0:{},i=document.cookie?document.cookie.split("; "):[],l=0,c=i.length;l<c;l++){var s=i[l].split("="),u=(u=s.shift(),f.raw?u:decodeURIComponent(u)),s=s.join("=");if(e===u){r=h(s,t);break}e||void 0===(s=h(s))||(r[u]=s)}return r};f.defaults={},p.removeCookie=function(e,t){return p.cookie(e,"",p.extend({},t,{expires:-1})),!p.cookie(e)}}),function(o){o.fn.alphanum=function(e){return n(this,s,a(e)),this},o.fn.alpha=function(e){var t=a("alpha");return n(this,s,a(e,t)),this},o.fn.numeric=function(a){return n(this,T,w(a)),this.on("blur",function(){var e,t,n;e=this,t=a,n=parseFloat(o(e).val()),e=o(e),isNaN(n)?e.val(""):(v(t.min)&&n<t.min&&e.val(""),v(t.max)&&n>t.max&&e.val(""))}),this};var e,t,c={allow:"",disallow:"",allowSpace:!0,allowNumeric:!0,allowUpper:!0,allowLower:!0,allowCaseless:!0,allowLatin:!0,allowOtherCharSets:!0,maxLength:NaN},d={allowPlus:!1,allowMinus:!0,allowThouSep:!0,allowDecSep:!0,allowLeadingSpaces:!1,maxDigits:NaN,maxDecimalPlaces:NaN,maxPreDecimalPlaces:NaN,max:NaN,min:NaN},h={alpha:{allowNumeric:!1},upper:{allowNumeric:!1,allowUpper:!0,allowLower:!1,allowCaseless:!0},lower:{allowNumeric:!1,allowUpper:!1,allowLower:!0,allowCaseless:!0}},f={integer:{allowPlus:!1,allowMinus:!0,allowThouSep:!1,allowDecSep:!1},positiveInteger:{allowPlus:!1,allowMinus:!1,allowThouSep:!1,allowDecSep:!1}},m=(e="!@#$%^&*()+=[]\\';,/{}|\":<>?~`.-_",(e+=" ")+"¬€£¦"),r=",",i=".",p=function(){var e,t="0123456789".split(""),n={},a=0;for(a=0;a<t.length;a++)e=t[a],n[e]=!0;return n}(),g=(t=(e="abcdefghijklmnopqrstuvwxyz").toUpperCase(),new u(e+t));function n(e,l,s){e.each(function(){var i=o(this);i.on("keyup change paste",function(e){var r="";e.originalEvent&&e.originalEvent.clipboardData&&e.originalEvent.clipboardData.getData&&(r=e.originalEvent.clipboardData.getData("text/plain")),setTimeout(function(){var e=i,t=l,n=s,a=r,o=e.val();""==o&&0<a.length&&(o=a),a=t(o,n),o!=a&&(t=e.alphanum_caret(),e.val(a),o.length==a.length+1?e.alphanum_caret(t-1):e.alphanum_caret(t))},0)}),i.on("keypress",function(e){var t,n,a,o=e.charCode||e.which;!(32<=(t=o)||10==t||13==t)||e.ctrlKey||e.metaKey||(t=String.fromCharCode(o),a=(o=i.selection()).start,o=o.end,a=(n=i.val()).substring(0,a)+t+n.substring(o),l(a,s)!=a&&e.preventDefault())})})}function v(e){return!isNaN(e)}function a(e,t){var n={},e="string"==typeof e?h[e]:void 0===e?{}:e;return o.extend(n,t=void 0===t?c:t,e),void 0===n.blacklist&&(n.blacklistSet=function(e,t){t=new u(m+t),e=new u(e);return t.subtract(e)}(n.allow,n.disallow)),n}function w(e){var t={},e="string"==typeof e?f[e]:void 0===e?{}:e;return o.extend(t,d,e),t}function y(e,t,n){if(p[t])return!function(e,t){t=t.maxDigits;if(""==t||isNaN(t))return!1;e=l(e);return t<=e}(e,n)&&(!function(e,t){t=t.maxPreDecimalPlaces;if(""==t||isNaN(t))return!1;if(0<=e.indexOf(i))return!1;e=l(e);return t<=e}(e,n)&&(!function(e,t){t=t.maxDecimalPlaces;if(""==t||isNaN(t))return!1;var n=e.indexOf(i);if(-1==n)return!1;e=l(e.substring(n));return t<=e}(e,n)&&(a=e+t,(!(o=n).max||o.max<0||!(parseFloat(a)>o.max))&&(a=e+t,!(o=n).min||0<o.min||!(parseFloat(a)<o.min)))));var a,o;if(n.allowPlus&&"+"==t&&""==e)return 1;if(n.allowMinus&&"-"==t&&""==e)return 1;if(t==r&&n.allowThouSep&&function(e){if(0==e.length)return!1;if(0<=e.indexOf(i))return!1;var t=e.indexOf(r);if(t<0)return!0;var n=e.lastIndexOf(r);return!(e.length-n-1<3)&&!(0<l(e.substring(t))%3)}(e))return 1;if(t==i){if(0<=e.indexOf(i))return;if(n.allowDecSep)return 1}}function l(e){return(e+="").replace(/[^0-9]/g,"").length}function s(e,c){if("string"!=typeof e)return e;for(var t,n,a,o,r=e.split(""),i=[],l=0,l=0;l<r.length;l++){var s=r[l],u=i.join("");u=u,t=s,o=a=void 0,!((n=c).maxLength&&u.length>=n.maxLength)&&(0<=n.allow.indexOf(t)||n.allowSpace&&" "==t||!(n.blacklistSet.contains(t)||!n.allowNumeric&&p[t]||!n.allowUpper&&(a=(u=t).toUpperCase(),o=u.toLowerCase(),u==a&&a!=o)||!n.allowLower&&(a=(u=t).toUpperCase(),o=u.toLowerCase(),u==o&&a!=o)||!n.allowCaseless&&(u=t).toUpperCase()==u.toLowerCase()||!n.allowLatin&&g.contains(t))&&(n.allowOtherCharSets||p[t]||g.contains(t)))&&i.push(s)}return i.join("")}function T(e,t){if("string"!=typeof e)return e;for(var n=e.split(""),a=[],o=0,o=0;o<n.length;o++){var r=n[o];y(a.join(""),r,t)&&a.push(r)}return a.join("")}function u(e){this.map="string"==typeof e?function(e){var t,n={},a=e.split(""),o=0;for(o=0;o<a.length;o++)t=a[o],n[t]=!0;return n}(e):{}}u.prototype.add=function(e){var t,n=this.clone();for(t in e.map)n.map[t]=!0;return n},u.prototype.subtract=function(e){var t,n=this.clone();for(t in e.map)delete n.map[t];return n},u.prototype.contains=function(e){return!!this.map[e]},u.prototype.clone=function(){var e,t=new u;for(e in this.map)t.map[e]=!0;return t},o.fn.alphanum.backdoorAlphaNum=function(e,t){return s(e,a(t))},o.fn.alphanum.backdoorNumeric=function(e,t){return T(e,w(t))},o.fn.alphanum.setNumericSeparators=function(e){1==e.thousandsSeparator.length&&1==e.decimalSeparator.length&&(r=e.thousandsSeparator,i=e.decimalSeparator)}}(jQuery),function(o){function r(e,t){var n;e.createTextRange?((n=e.createTextRange()).move("character",t),n.select()):null!=e.selectionStart&&(e.focus(),e.setSelectionRange(t,t))}o.fn.alphanum_caret=function(n,a){if(void 0!==n)return this.queue(function(e){var t;isNaN(n)?(t=o(this).val().indexOf(n),!0===a?t+=n.length:void 0!==a&&(t+=a),r(this,t)):r(this,n),e()});var e=this.get(0);if("selection"in document){var t=e.createTextRange();try{t.setEndPoint("EndToStart",document.selection.createRange())}catch(e){return 0}return t.text.length}return null!=e.selectionStart?e.selectionStart:void 0}}(jQuery),function(p){function d(e){return e?e.ownerDocument.defaultView||e.ownerDocument.parentWindow:window}function h(e,t){var n,a,o=p.Range.current(e).clone(),e=p.Range(e).select(e);return o.overlaps(e)?(o.compare("START_TO_START",e)<1?(n=0,o.move("START_TO_START",e)):((a=e.clone()).move("END_TO_START",o),n=a.toString().length),{start:n,end:0<=o.compare("END_TO_END",e)?e.toString().length:n+o.toString().length}):null}var i=function(e,t,n,a){"number"==typeof n[0]&&n[0]<t&&(n[0]={el:a,count:n[0]-e}),"number"==typeof n[1]&&n[1]<=t&&(n[1]={el:a,count:n[1]-e})},f=function(e,t,n){var a,o;n=n||0;for(var r=0;e[r];r++)3===(a=e[r]).nodeType||4===a.nodeType?(o=n,n+=a.nodeValue.length,i(o,n,t,a)):8!==a.nodeType&&(n=f(a.childNodes,t,n));return n};p.fn.selection=function(l,s){if(void 0!==l)return this.each(function(){var e,t,n,a,o,r,i;t=l,n=s,i=d(e=this),e.setSelectionRange?void 0===n?(e.focus(),e.setSelectionRange(t,t)):(e.select(),e.selectionStart=t,e.selectionEnd=n):e.createTextRange?((o=e.createTextRange()).moveStart("character",t),o.moveEnd("character",(n=n||t)-e.value.length),o.select()):i.getSelection?(o=i.document,a=i.getSelection(),r=o.createRange(),f([e],o=[t,void 0!==n?n:t]),r.setStart(o[0].el,o[0].count),r.setEnd(o[1].el,o[1].count),a.removeAllRanges(),a.addRange(r)):i.document.body.createTextRange&&((r=document.body.createTextRange()).moveToElementText(e),r.collapse(),r.moveStart("character",t),r.moveEnd("character",void 0!==n?n:t),r.select())});var e,t,n,a=this[0],c=d(a);if(void 0!==a.selectionStart)return document.activeElement&&document.activeElement!==a&&a.selectionStart===a.selectionEnd&&0===a.selectionStart?{start:a.value.length,end:a.value.length}:{start:a.selectionStart,end:a.selectionEnd};if(c.getSelection)return h(a);try{if("input"===a.nodeName.toLowerCase())return e=d(a).document.selection.createRange(),(t=a.createTextRange()).setEndPoint("EndToStart",e),{start:n=t.text.length,end:n+e.text.length};var o=h(a);if(!o)return o;var r=p.Range.current().clone(),i=r.clone().collapse().range,u=r.clone().collapse(!1).range;return i.moveStart("character",-1),u.moveStart("character",-1),0!==o.startPos&&""===i.text&&(o.startPos+=2),0!==o.endPos&&""===u.text&&(o.endPos+=2),o}catch(e){return{start:a.value.length,end:a.value.length}}},p.fn.selection.getCharElement=f}(jQuery),function(i){i.fn.serializeForm=function(){if(this.length<1)return!1;function e(){if(!this.disabled){var e=this.name.replace(/\[([^\]]+)?\]/g,",$1").split(","),t=e.length-1,n=i(this);if(e[0]){for(var a=0;a<t;a++)r=r[e[a]]=r[e[a]]||(""===e[a+1]||"0"===e[a+1]?[]:{});void 0!==r.length?r.push(n.val()):r[e[t]]=n.val(),r=o}}}var o={},r=o,t=':input[type!="checkbox"][type!="radio"], input:checked';return this.filter(t).each(e),this.find(t).each(e),o}}(jQuery),function(e,t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?t(require("jquery")):t(e.jQuery)}(this,function(n){"use strict";n.fn.typeWatch=function(e){var r=n.extend({wait:750,callback:function(){},highlight:!0,captureLength:2,allowSubmit:!1,inputTypes:["TEXT","TEXTAREA","PASSWORD","TEL","SEARCH","URL","EMAIL","DATETIME","DATE","MONTH","WEEK","TIME","DATETIME-LOCAL","NUMBER","RANGE","DIV"]},e);function t(e){var o,n=(e.type||e.nodeName).toUpperCase();0<=jQuery.inArray(n,r.inputTypes)&&(o={timer:null,text:"DIV"===n?jQuery(e).html():jQuery(e).val(),cb:r.callback,el:e,type:n,wait:r.wait},r.highlight&&"DIV"!==n&&jQuery(e).focus(function(){this.select()}),jQuery(e).on("keydown paste cut input",function(e){var t=o.wait,a=!1;void 0!==e.keyCode&&13==e.keyCode&&"TEXTAREA"!==n&&"DIV"!==n&&(t=1,a=!0);clearTimeout(o.timer),o.timer=setTimeout(function(){var e,t,n;t=a,((n="DIV"===(e=o).type?jQuery(e.el).html():jQuery(e.el).val()).length>=r.captureLength&&n!=e.text||t&&(n.length>=r.captureLength||r.allowSubmit)||0==n.length&&e.text)&&(e.text=n,e.cb.call(e.el,n))},t)}))}return this.each(function(){t(this)})}});
|
redux-core/assets/js/redux.js
CHANGED
@@ -1746,12 +1746,12 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1746 |
switch ( operation ) {
|
1747 |
case '=':
|
1748 |
case 'equals':
|
1749 |
-
if (
|
1750 |
$( parentValue[0] ).each(
|
1751 |
function( idx, val ) {
|
1752 |
idx = null;
|
1753 |
|
1754 |
-
if (
|
1755 |
$( checkValue ).each(
|
1756 |
function( i, v ) {
|
1757 |
i = null;
|
@@ -1772,7 +1772,7 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1772 |
}
|
1773 |
);
|
1774 |
} else {
|
1775 |
-
if (
|
1776 |
$( checkValue ).each(
|
1777 |
function( i, v ) {
|
1778 |
i = null;
|
@@ -1792,12 +1792,12 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1792 |
|
1793 |
case '!=':
|
1794 |
case 'not':
|
1795 |
-
if (
|
1796 |
$( parentValue[0] ).each(
|
1797 |
function( idx, val ) {
|
1798 |
idx = null;
|
1799 |
|
1800 |
-
if (
|
1801 |
$( checkValue ).each(
|
1802 |
function( i, v ) {
|
1803 |
i = null;
|
@@ -1819,7 +1819,7 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1819 |
}
|
1820 |
);
|
1821 |
} else {
|
1822 |
-
if (
|
1823 |
$( checkValue ).each(
|
1824 |
function( i, v ) {
|
1825 |
i = null;
|
@@ -1886,7 +1886,7 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1886 |
);
|
1887 |
}
|
1888 |
|
1889 |
-
if (
|
1890 |
$( checkValue ).each(
|
1891 |
function( idx, val ) {
|
1892 |
var breakMe = false;
|
@@ -1947,7 +1947,7 @@ function redux_hook( object, functionName, callback, before ) {
|
|
1947 |
checkValue = arr;
|
1948 |
}
|
1949 |
|
1950 |
-
if (
|
1951 |
$( checkValue ).each(
|
1952 |
function( idx, val ) {
|
1953 |
idx = null;
|
1746 |
switch ( operation ) {
|
1747 |
case '=':
|
1748 |
case 'equals':
|
1749 |
+
if ( Array.isArray( parentValue ) ) {
|
1750 |
$( parentValue[0] ).each(
|
1751 |
function( idx, val ) {
|
1752 |
idx = null;
|
1753 |
|
1754 |
+
if ( Array.isArray( checkValue ) ) {
|
1755 |
$( checkValue ).each(
|
1756 |
function( i, v ) {
|
1757 |
i = null;
|
1772 |
}
|
1773 |
);
|
1774 |
} else {
|
1775 |
+
if ( Array.isArray( checkValue ) ) {
|
1776 |
$( checkValue ).each(
|
1777 |
function( i, v ) {
|
1778 |
i = null;
|
1792 |
|
1793 |
case '!=':
|
1794 |
case 'not':
|
1795 |
+
if ( Array.isArray( parentValue ) ) {
|
1796 |
$( parentValue[0] ).each(
|
1797 |
function( idx, val ) {
|
1798 |
idx = null;
|
1799 |
|
1800 |
+
if ( Array.isArray( checkValue ) ) {
|
1801 |
$( checkValue ).each(
|
1802 |
function( i, v ) {
|
1803 |
i = null;
|
1819 |
}
|
1820 |
);
|
1821 |
} else {
|
1822 |
+
if ( Array.isArray( checkValue ) ) {
|
1823 |
$( checkValue ).each(
|
1824 |
function( i, v ) {
|
1825 |
i = null;
|
1886 |
);
|
1887 |
}
|
1888 |
|
1889 |
+
if ( Array.isArray( checkValue ) ) {
|
1890 |
$( checkValue ).each(
|
1891 |
function( idx, val ) {
|
1892 |
var breakMe = false;
|
1947 |
checkValue = arr;
|
1948 |
}
|
1949 |
|
1950 |
+
if ( Array.isArray( checkValue ) ) {
|
1951 |
$( checkValue ).each(
|
1952 |
function( idx, val ) {
|
1953 |
idx = null;
|
redux-core/assets/js/redux.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function colorValidate(e){"use strict";var t=jQuery(e).val(),e=colorNameToHex(t);return e!==t.replace("#","")?e:t}function colorNameToHex(e){"use strict";var t=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"").replace("#",""),r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",redux:"#01a3e3",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"undefined"!==r[t.toLowerCase()]?r[t.toLowerCase()]:e}!function(n){"use strict";n.redux=n.redux||{},n.redux.ajax_save=function(t){var r,i=n(document.getElementById("redux_ajax_overlay")),a=n(document.getElementById("redux_notification_bar")),e=n(t).parents(".redux-wrap-div").find("form").first();return i.fadeIn(),n(".redux-action_bar .spinner").addClass("is-active"),n(".redux-action_bar input").prop("disabled",!0),a.slideUp(),n(".redux-save-warn").slideUp(),n(".redux_ajax_save_error").slideUp("medium",function(){n(this).remove()}),redux.optName.hasOwnProperty("editor")&&n.each(redux.optName.editor,function(e){var t;"undefined"!=typeof tinyMCE&&(t=tinyMCE.get(e))&&t.save()}),r=e.serialize(),e.find("input[type=checkbox]").each(function(){var e;void 0!==n(this).attr("name")&&(e=n(this).is(":checked")?n(this).val():"0",r+="&"+n(this).attr("name")+"="+e)}),"redux_save"!==t.attr("name")&&(r+="&"+t.attr("name")+"="+t.val()),e=e.attr("data-nonce"),n.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:redux.optName.args.opt_name+"_ajax_save",nonce:e,opt_name:redux.optName.args.opt_name,data:r},error:function(e){n(".redux-action_bar input").prop("disabled",!1),!0===redux.optName.args.dev_mode?(console.log(e.responseText),i.fadeOut("fast"),n(".redux-action_bar .spinner").removeClass("is-active"),alert(redux.optName.ajax.alert)):(redux.optName.args.ajax_save=!1,n(t).trigger("click"),n(".redux-action_bar input").prop("disabled",!0))},success:function(e){var t;e.action&&"reload"===e.action?location.reload(!0):"success"===e.status?(n(".redux-action_bar input").prop("disabled",!1),i.fadeOut("fast"),n(".redux-action_bar .spinner").removeClass("is-active"),redux.optName.options=e.options,redux.optName.errors=e.errors,redux.optName.warnings=e.warnings,redux.optName.sanitize=e.sanitize,a.html(e.notification_bar).slideDown("fast"),null===e.errors&&null===e.warnings||n.redux.notices(),null!==e.sanitize&&n.redux.sanitize(),(t=n(document.getElementById("redux_notification_bar")).find(".saved_notice")).slideDown(),t.delay(4e3).slideUp()):(n(".redux-action_bar input").prop("disabled",!1),n(".redux-action_bar .spinner").removeClass("is-active"),i.fadeOut("fast"),n(".wrap h2:first").parent().append('<div class="error redux_ajax_save_error" style="display:none;"><p>'+e.status+"</p></div>"),n(".redux_ajax_save_error").slideDown(),n("html, body").animate({scrollTop:0},"slow"))}}),!1}}(jQuery),function(a){"use strict";a.redux=a.redux||{},a.redux.expandOptions=function(e){var t=e.find(".expand_options"),r=e.find(".redux-sidebar").width()-1,i=a(".redux-group-menu .active a").data("rel")+"_section_group";return t.hasClass("expanded")?(t.removeClass("expanded"),e.find(".redux-main").removeClass("expand"),e.find(".redux-sidebar").stop().animate({"margin-left":"0px"},500),e.find(".redux-main").stop().animate({"margin-left":r},500,function(){e.find(".redux-main").attr("style","")}),e.find(".redux-group-tab").each(function(){a(this).attr("id")!==i&&a(this).fadeOut("fast")})):(t.addClass("expanded"),e.find(".redux-main").addClass("expand"),e.find(".redux-sidebar").stop().animate({"margin-left":-r-113},500),e.find(".redux-main").stop().animate({"margin-left":"-1px"},500),e.find(".redux-group-tab").fadeIn("medium",function(){a.redux.initFields()})),!1}}(jQuery),function(n){"use strict";n.redux=n.redux||{},n.redux.initEvents=function(r){var t,e,i=window.location.search,a=pagenow;"string"==typeof i&&"string"==typeof a&&!0===redux.optName.args.dev_mode&&(i=i.replace("?page=",""))===(a=a.replace("toplevel_page_",""))&&(document.addEventListener("keydown",function(e){e.ctrlKey&&e.shiftKey&&"H"===e.key&&t.dialog("open")}),e=n("#redux-dialog-message").dialog({classes:{"ui-dialog":"redux-message-dialog","ui-dialog-buttonpane":"redux-message-dialog-buttonpane","ui-dialog-title":"redux-message-dialog-title","ui-dialog-content":"redux-message-dialog-content"},modal:!0,autoOpen:!1,resizable:!1,height:"auto",width:400,buttons:{Ok:function(){n(this).dialog("close")}}}),t=n("#redux-dialog-confirm").dialog({modal:!0,classes:{"ui-dialog":"redux-support-dialog"},autoOpen:!1,resizable:!1,height:"auto",width:400,buttons:{Submit:function(){var t=n(".redux-message-dialog-buttonpane"),r=n(".redux-message-dialog-title"),i=n(".redux-message-dialog-content .redux-message-p");n.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:"redux_submit_support_data",nonce:n("#redux-dialog-confirm").data("nonce")},beforeSend:function(){t.css({display:"none"}),n("#redux-dialog-message .spinner").css({visibility:"visible"}),e.dialog("open")},error:function(e){t.css({display:"block"}),r.text("Error"),console.log(e)},success:function(e){t.css({display:"block"}),e.status&&"success"===e.status?(r.text("Information Sent"),i.html("Your support data has been transmitted. The reference number for this transmission is: <strong>"+e.data+"</strong>")):(r.text("Error"),i.text(e.data))}}),n(this).dialog("close")},Cancel:function(){n(this).dialog("close")}}})),r.find(".redux-presets-bar").on("click",function(){window.onbeforeunload=null}),r.find("#customize-save-button-wrapper #save").on("click",function(){}),r.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a, #wp-admin-bar-"+redux.optName.args.slug+" a.ab-item").on("click",function(e){var t;if((r.find("#toplevel_page_"+redux.optName.args.slug).hasClass("wp-menu-open")||n(this).hasClass("ab-item"))&&!n(this).parents("ul.ab-submenu:first").hasClass("ab-sub-secondary")&&0<=n(this).attr("href").toLowerCase().indexOf(redux.optName.args.slug+"&tab="))return t=n(this).attr("href").split("&tab="),e.preventDefault(),r.find("#"+t[1]+"_section_group_li_a").trigger("click"),n(this).parents("ul:first").find(".current").removeClass("current"),n(this).addClass("current"),n(this).parent().addClass("current"),!1}),r.find(".redux-action_bar input, #redux-import-action input").on("click",function(e){if(n(this).attr("name")===redux.optName.args.opt_name+"[defaults]"){if(!confirm(redux.optName.args.reset_confirm))return!1}else if(n(this).attr("name")===redux.optName.args.opt_name+"[defaults-section]"){if(!confirm(redux.optName.args.reset_section_confirm))return!1}else if("import"===n(this).attr("name")&&!confirm(redux.optName.args.import_section_confirm))return!1;!(window.onbeforeunload=null)===redux.optName.args.ajax_save?(n.redux.ajax_save(n(this)),e.preventDefault()):location.reload(!0)}),n(".expand_options").on("click",function(e){var t=r;return e.preventDefault(),n(t).hasClass("fully-expanded")&&(n(t).removeClass("fully-expanded"),t=n.cookie("redux_current_tab_"+redux.optName.args.opt_name),r.find("#"+t+"_section_group").fadeIn(200,function(){0!==r.find("#redux-footer").length&&n.redux.stickyInfo(),n.redux.initFields()})),n.redux.expandOptions(n(this).parents(".redux-container:first")),!1}),r.find(".saved_notice").is(":visible")&&r.find(".saved_notice").slideDown(),n(document.body).on("change",".redux-field input, .redux-field textarea, .redux-field select",function(){n(".redux-container-typography select").hasClass("ignore-change")||n(this).hasClass("noUpdate")||n(this).hasClass("no-update")||redux_change(n(this))}),a=r.find("#redux-footer").height(),r.find("#redux-sticky-padder").css({height:a}),r.find("#redux-footer-sticky").removeClass("hide"),0!==r.find("#redux-footer").length&&(n(window).on("scroll",function(){n.redux.stickyInfo()}),n(window).on("resize",function(){n.redux.stickyInfo()})),r.find(".saved_notice").delay(4e3).slideUp()}}(jQuery),function(t){"use strict";t.redux=t.redux||{},t.redux.initFields=function(){t(".redux-group-tab:visible").find(".redux-field-init:visible").each(function(){var e=t(this).attr("data-type");void 0!==redux.field_objects&&redux.field_objects[e]&&redux.field_objects[e]&&redux.field_objects[e].init(),void 0!==redux.field_objects.pro&&!t.isEmptyObject(redux.field_objects.pro[e])&&redux.field_objects.pro[e]&&redux.field_objects.pro[e].init(),!redux.customizer&&t(this).hasClass("redux_remove_th")&&((e=t(this).parents("tr:first").find("th:first")).html()&&0<e.html().length&&(t(this).prepend(e.html()),t(this).find(".redux_field_th").css("padding","0 0 10px 0")),t(this).parent().attr("colspan","2"),e.remove())})}}(jQuery),function(i){"use strict";i.redux=i.redux||{},i(document).ready(function(){var e,t=[];i.fn.isOnScreen=function(){var e,t;if(window)return(e={top:(t=i(window)).scrollTop()}).right=e.left+t.width(),e.bottom=e.top+t.height(),(t=this.offset()).right=t.left+this.outerWidth(),t.bottom=t.top+this.outerHeight(),!(e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)},i("fieldset.redux-container-divide").css("display","none"),redux.customizer&&i(".wp-full-overlay-sidebar").addClass("redux-container"),i(".redux-container").each(function(){e=i.redux.getOptName(this),-1===i.inArray(e,t)&&(t.push(e),i.redux.checkRequired(i(this)),i.redux.initEvents(i(this)))}),i(".redux-container").on("click",function(){e=i.redux.getOptName(this)}),void 0!==redux.optName&&(i.redux.disableFields(),i.redux.hideFields(),i.redux.disableSections(),i.redux.initQtip(),i.redux.tabCheck(),i.redux.notices(),void 0===i.redux.flyoutSubmenus&&i.redux.flyoutSubmenu())}),i.redux.flyoutSubmenu=function(){i(".redux-group-tab-link-li a").on("click",function(){!0===redux.optName.args.flyout_submenus&&i(".redux-group-tab-link-li").removeClass("redux-section-hover")}),!0===redux.optName.args.flyout_submenus&&i(".redux-group-tab-link-li.hasSubSections").each(function(){i(this).on("mouseenter",function(){i(this).hasClass("active")||i(this).hasClass("activeChild")||i(this).addClass("redux-section-hover")}),i(this).on("mouseleave",function(){i(this).removeClass("redux-section-hover")})})},i.redux.disableSections=function(){i(".redux-group-tab").each(function(){i(this).hasClass("disabled")&&i(this).find("input, select, textarea").attr("name","")})},i.redux.disableFields=function(){i('label[for="redux_disable_field"]').each(function(){i(this).parents("tr").find("fieldset:first").find("input, select, textarea").attr("name","")})},i.redux.hideFields=function(){i('label[for="redux_hide_field"]').each(function(){var e=i(this).parent().parent();i(e).addClass("hidden")})},i.redux.getOptName=function(e){var t=i(e),r=(redux.customizer?t.find(".redux-customizer-opt-name"):i(e).parents(".redux-wrap-div")).data("opt-name");return void 0===r&&(0!==(t=0===(t=i(e).parents(".postbox")).length?i(e).parents(".redux-metabox"):t).length?void 0===(r=t.attr("id").replace("redux-","").split("-metabox-")[0])&&(r=t.attr("class").replace("redux-metabox","").replace("postbox","").replace("redux-","").replace("hide","").replace("closed","").trim()):r=i(".redux-ajax-security").data("opt-name")),void 0!==(r=void 0===(r=void 0===r?i(e).find(".redux-form-wrapper").data("opt-name"):r)?redux.opt_names[0]:r)&&(redux.optName=window["redux_"+r.replace(/\-/g,"_")]),r},i.redux.getSelector=function(e,t){return e||(e=".redux-container-"+t+":visible",e=(redux.customizer?i(document).find(".control-section-redux.open"):i(document).find(".redux-group-tab:visible")).find(e)),e}}(jQuery),function(a){"use strict";a.redux=a.redux||{},a.redux.sanitize=function(){redux.optName.sanitize&&redux.optName.sanitize.sanitize&&a.each(redux.optName.sanitize.sanitize,function(e,t){a.each(t.sanitize,function(e,t){a.redux.fixInput(e,t)})})},a.redux.fixInput=function(e,t){var r,i;if("multi_text"===t.type)return i=a("#"+t.id+"-ul"),void a(i.find("li")).each(function(){r=a(this).find("input"),r.val()===t.old&&r.val(t.current)});0<(r=0===(r=0===(r=a("input#"+t.id+"-"+e)).length?a("input#"+t.id):r).length?a("textarea#"+t.id+"-textarea"):r).length&&(e=""===t.current?t.default:t.current,a(r).val(e))},a.redux.notices=function(){redux.optName.errors&&redux.optName.errors.errors&&(a.each(redux.optName.errors.errors,function(e,t){a.each(t.errors,function(e,t){a("#"+redux.optName.args.opt_name+"-"+t.id).addClass("redux-field-error"),0===a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-error").length?a("#"+redux.optName.args.opt_name+"-"+t.id).append('<div class="redux-th-error">'+t.msg+"</div>"):a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-error").html(t.msg).css("display","block"),a.redux.fixInput(e,t)})}),a(".redux-container").each(function(){var e,r=a(this);r.find(".redux-menu-error").remove(),0<(e=r.find(".redux-field-error").length)&&(r.find(".redux-field-errors span").text(e),r.find(".redux-field-errors").slideDown(),r.find(".redux-group-tab").each(function(){var e,t=a(this).find(".redux-field-error").length;0<t&&(e=a(this).attr("id").split("_")[0],r.find('.redux-group-tab-link-a[data-key="'+e+'"]').prepend('<span class="redux-menu-error">'+t+"</span>"),r.find('.redux-group-tab-link-a[data-key="'+e+'"]').addClass("hasError"),(e=r.find('.redux-group-tab-link-a[data-key="'+e+'"]').parents(".hasSubSections:first"))&&e.find(".redux-group-tab-link-a:first").addClass("hasError"))}))})),redux.optName.warnings&&redux.optName.warnings.warnings&&(a.each(redux.optName.warnings.warnings,function(e,t){a.each(t.warnings,function(e,t){a("#"+redux.optName.args.opt_name+"-"+t.id).addClass("redux-field-warning"),0===a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-warning").length?a("#"+redux.optName.args.opt_name+"-"+t.id).append('<div class="redux-th-warning">'+t.msg+"</div>"):a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-warning").html(t.msg).css("display","block"),a.redux.fixInput(e,t)})}),a(".redux-container").each(function(){var e,t,r,i=a(this);i.find(".redux-menu-warning").remove(),0<(r=i.find(".redux-field-warning").length)&&(i.find(".redux-field-warnings span").text(r),i.find(".redux-field-warnings").slideDown(),i.find(".redux-group-tab").each(function(){0<(t=a(this).find(".redux-field-warning").length)&&(e=a(this).attr("id").split("_")[0],i.find('.redux-group-tab-link-a[data-key="'+e+'"]').prepend('<span class="redux-menu-warning">'+t+"</span>"),i.find('.redux-group-tab-link-a[data-key="'+e+'"]').addClass("hasWarning"),(e=i.find('.redux-group-tab-link-a[data-key="'+e+'"]').parents(".hasSubSections:first"))&&e.find(".redux-group-tab-link-a:first").addClass("hasWarning"))}))}))}}(jQuery),function(g){"use strict";g.redux=g.redux||{},g.redux.initQtip=function(){var e,t="",r=redux.optName.args.hints.tip_style.shadow,i="",a=redux.optName.args.hints.tip_style.color,n="",s=redux.optName.args.hints.tip_style.rounded,d="",o=redux.optName.args.hints.tip_style.style,u=redux.optName.args.hints.tip_position.my,l=redux.optName.args.hints.tip_position.at,c=redux.optName.args.hints.tip_effect.show.event,f=redux.optName.args.hints.tip_effect.hide.event,p=redux.optName.args.hints.tip_effect.show.effect,x=redux.optName.args.hints.tip_effect.show.duration,h=redux.optName.args.hints.tip_effect.hide.effect,m=redux.optName.args.hints.tip_effect.hide.duration;g().qtip&&(e=(e=(t=!0===r?"qtip-shadow":t)+","+(i=""!==a?"qtip-"+a:i)+","+(n=!0===s?"qtip-rounded":n)+","+(d=""!==o?"qtip-"+o:d)+",redux-qtip").replace(/,/g," "),u=g.redux.verifyPos(u.toLowerCase(),!0),l=g.redux.verifyPos(l.toLowerCase(),!1),g("div.redux-dev-qtip").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:{effect:function(){g(this).slideDown(500)},event:"mouseover"},hide:{effect:function(){g(this).slideUp(500)},event:"mouseleave"},style:{classes:"qtip-shadow qtip-light"},position:{my:"top center",at:"bottom center"}})}),g("div.redux-hint-qtip").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:{effect:function(){switch(p){case"slide":g(this).slideDown(x);break;case"fade":g(this).fadeIn(x);break;default:g(this).show()}},event:c},hide:{effect:function(){switch(h){case"slide":g(this).slideUp(m);break;case"fade":g(this).fadeOut(m);break;default:g(this).hide(m)}},event:f},style:{classes:e},position:{my:u,at:l}})}),g("input[qtip-content]").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:"focus",hide:"blur",style:e,position:{my:u,at:l}})}))},g.redux.verifyPos=function(e,t){var r;return""===(e=e.replace(/^\s+|\s+$/gm,""))||-1===e.search(" ")?!0===t?"top left":"bottom right":(r=t?"top":"bottom",t=t?"left":"right",(r="top"===(e=e.split(" "))[0]||"center"===e[0]||"bottom"===e[0]?e[0]:r)+" "+(t="left"===e[1]||"center"===e[1]||"right"===e[1]?e[1]:t))}}(jQuery);var confirmOnPageExit=function(e){"use strict";var t;return e=e||window.event,t=redux.optName.args.save_pending,e&&(e.returnValue=t),window.onbeforeunload=null,t};function redux_change(e){"use strict";var t,r,i,a,n,s,d;t=jQuery,e=t(e),r=t(e).parents(".redux-container:first"),redux.customizer?t(".redux-customizer-opt-name").data("opt-name"):t.redux.getOptName(r),t("body").trigger("check_dependencies",e),e.hasClass("compiler")&&t("#redux-compiler-hook").val(1),s=(i=t(e).closest(".redux-group-tab").attr("id")).split("_")[0],a=r.find('.redux-group-tab-link-a[data-key="'+s+'"]').parents(".redux-group-tab-link-li:first"),n=t("#"+i+"_li").parents(".hasSubSections:first"),t(e).parents("fieldset.redux-field:first").hasClass("redux-field-error")&&(t(e).parents("fieldset.redux-field:first").removeClass("redux-field-error"),t(e).parent().find(".redux-th-error").slideUp(),(d=parseInt(r.find(".redux-field-errors span").text(),0)-1)<=0?(t("#"+i+"_li .redux-menu-error").fadeOut("fast").remove(),t("#"+i+"_li .redux-group-tab-link-a").removeClass("hasError"),t("#"+i+"_li").parents(".inside:first").find(".redux-field-errors").slideUp(),t(e).parents(".redux-container:first").find(".redux-field-errors").slideUp(),t("#redux_metaboxes_errors").slideUp()):((s=parseInt(a.find(".redux-menu-error:first").text(),0)-1)<=0?a.find(".redux-menu-error:first").fadeOut().remove():a.find(".redux-menu-error:first").text(s),r.find(".redux-field-errors span").text(d)),0!==n.length&&0===n.find(".redux-menu-error").length&&n.find(".hasError").removeClass("hasError")),t(e).parents("fieldset.redux-field:first").hasClass("redux-field-warning")&&(t(e).parents("fieldset.redux-field:first").removeClass("redux-field-warning"),t(e).parent().find(".redux-th-warning").slideUp(),(d=parseInt(r.find(".redux-field-warnings span").text(),0)-1)<=0?(t("#"+i+"_li .redux-menu-warning").fadeOut("fast").remove(),t("#"+i+"_li .redux-group-tab-link-a").removeClass("hasWarning"),t("#"+i+"_li").parents(".inside:first").find(".redux-field-warnings").slideUp(),t(e).parents(".redux-container:first").find(".redux-field-warnings").slideUp(),t("#redux_metaboxes_warnings").slideUp()):((t=parseInt(a.find(".redux-menu-warning:first").text(),0)-1)<=0?a.find(".redux-menu-warning:first").fadeOut().remove():a.find(".redux-menu-warning:first").text(t),r.find(".redux-field-warning span").text(d)),0!==n.length&&0===n.find(".redux-menu-warning").length&&n.find(".hasWarning").removeClass("hasWarning")),0<r.find(".saved_notice:visible").length||redux.optName.args.disable_save_warn||(r.find(".redux-save-warn").slideDown(),window.onbeforeunload=confirmOnPageExit)}function redux_hook(e,t,r,i){"use strict";var a;a=e[t],e[t]=function(){var e;return!0===i&&r.apply(this,[e,a,arguments]),e=a.apply(this,arguments),!0!==i&&r.apply(this,[e,a,arguments]),e}}!function(d){"use strict";d.redux=d.redux||{},d.redux.makeBoolStr=function(e){return"false"===e||!1===e||"0"===e||0===e||null===e||""===e?"false":"true"===e||!0===e||"1"===e||1===e?"true":e},d.redux.checkRequired=function(e){d.redux.required(),d("body").on("change",".redux-main select, .redux-main radio, .redux-main input[type=checkbox], .redux-main input[type=hidden]",function(){d.redux.check_dependencies(this)}),d("body").on("check_dependencies",function(e,t){d.redux.check_dependencies(t)}),redux.customizer&&e.find(".customize-control.redux-field.hide").hide(),e.find(".redux-container td > fieldset:empty,td > div:empty").parent().parent().hide()},d.redux.required=function(){d.each(redux.opt_names,function(a){d.each(window["redux_"+redux.opt_names[a].replace(/\-/g,"_")].folds,function(e,t){var r,i=d("#"+redux.opt_names[a]+"-"+e);i.parents("tr:first, li:first").addClass("fold"),"hide"===t&&(i.parents("tr:first, li:first").addClass("hide"),i.hasClass("redux-container-section")&&(r=d("#section-"+e)).hasClass("redux-section-indent-start")&&(d("#section-table-"+e).hide().addClass("hide"),r.hide().addClass("hide")),i.hasClass("redux-container-info")&&d("#info-"+e).hide().addClass("hide"),i.hasClass("redux-container-divide")&&d("#divide-"+e).hide().addClass("hide"),i.hasClass("redux-container-raw")&&i.parents().find("table#"+redux.opt_names[a]+"-"+e).hide().addClass("hide"))})})},d.redux.getContainerValue=function(e){var t=d("#"+redux.optName.args.opt_name+"-"+e).serializeForm();return null!==t&&"object"==typeof t&&t.hasOwnProperty(redux.optName.args.opt_name)&&(t=t[redux.optName.args.opt_name][e]),t=d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-media")?t.url:t},d.redux.check_dependencies=function(e){var t,s;null!==redux.optName.required&&(e=(t=d(e)).parents(".redux-field:first").data("id"),redux.optName.required.hasOwnProperty(e)&&(t=t.parents(".redux-field-container:first"),s=t.parents("tr:first").hasClass("hide"),t.parents("tr:first").length||(s=t.parents(".customize-control:first").hasClass("hide")),d.each(redux.optName.required[e],function(e){var t,r=d(this),i=!1,a=d("#"+redux.optName.args.opt_name+"-"+e),n=a.parents("tr:first");0===n.length&&(n=a.parents("li:first")),!0===(i=!s?d.redux.check_parents_dependencies(e):i)?(a.hasClass("redux-container-section")&&(t=d("#section-"+e)).hasClass("redux-section-indent-start")&&t.hasClass("hide")&&(d("#section-table-"+e).fadeIn(300).removeClass("hide"),t.fadeIn(300).removeClass("hide")),a.hasClass("redux-container-info")&&d("#info-"+e).fadeIn(300).removeClass("hide"),a.hasClass("redux-container-divide")&&d("#divide-"+e).fadeIn(300).removeClass("hide"),a.hasClass("redux-container-raw")&&a.parents().find("table#"+redux.optName.args.opt_name+"-"+e).fadeIn(300).removeClass("hide"),n.fadeIn(300,function(){d(this).removeClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.redux.check_dependencies(d("#"+redux.optName.args.opt_name+"-"+e).children().first()),d.redux.initFields()}),(a.hasClass("redux-container-section")||a.hasClass("redux-container-info"))&&n.css({display:"none"})):!1===i&&n.fadeOut(100,function(){d(this).addClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.redux.required_recursive_hide(e)}),r.find("select, radio, input[type=checkbox]").trigger("change")})))},d.redux.required_recursive_hide=function(e){var t,r=d("#"+redux.optName.args.opt_name+"-"+e).parents("tr:first");(r=0===r?d("#"+redux.optName.args.opt_name+"-"+e).parents("li:first"):r).fadeOut(50,function(){d(this).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-section")&&(t=d("#section-"+e)).hasClass("redux-section-indent-start")&&(d("#section-table-"+e).fadeOut(50).addClass("hide"),t.fadeOut(50).addClass("hide")),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-info")&&d("#info-"+e).fadeOut(50).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-divide")&&d("#divide-"+e).fadeOut(50).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-raw")&&d("#"+redux.optName.args.opt_name+"-"+e).parents().find("table#"+redux.optName.args.opt_name+"-"+e).fadeOut(50).addClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.each(redux.optName.required[e],function(e){d.redux.required_recursive_hide(e)})})},d.redux.check_parents_dependencies=function(e){var i="";return redux.optName.required_child.hasOwnProperty(e)?d.each(redux.optName.required_child[e],function(e,t){var r;d("#"+redux.optName.args.opt_name+"-"+t.parent).parents("tr:first").hasClass("hide")||d("#"+redux.optName.args.opt_name+"-"+t.parent).parents("li:first").hasClass("hide")?i=!1:!1!==i&&(r=d.redux.getContainerValue(t.parent),i=d.redux.check_dependencies_visibility(r,t))}):i=!0,i},d.redux.check_dependencies_visibility=function(r,e){var t,s=!1,i=e.checkValue,e=e.operation;switch(d.isPlainObject(r)&&(r=Object.keys(r).map(function(e){return[e,r[e]]})),e){case"=":case"equals":d.isArray(r)?d(r[0]).each(function(e,r){if(d.isArray(i))d(i).each(function(e,t){if(d.redux.makeBoolStr(r)===d.redux.makeBoolStr(t))return s=!0});else if(d.redux.makeBoolStr(r)===d.redux.makeBoolStr(i))return s=!0}):d.isArray(i)?d(i).each(function(e,t){d.redux.makeBoolStr(r)===d.redux.makeBoolStr(t)&&(s=!0)}):d.redux.makeBoolStr(r)===d.redux.makeBoolStr(i)&&(s=!0);break;case"!=":case"not":d.isArray(r)?d(r[0]).each(function(e,r){if(d.isArray(i))d(i).each(function(e,t){if(d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(t))return s=!0});else if(d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(i))return s=!0}):d.isArray(i)?d(i).each(function(e,t){d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(t)&&(s=!0)}):d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(i)&&(s=!0);break;case">":case"greater":case"is_larger":parseFloat(r)>parseFloat(i)&&(s=!0);break;case">=":case"greater_equal":case"is_larger_equal":parseFloat(r)>=parseFloat(i)&&(s=!0);break;case"<":case"less":case"is_smaller":parseFloat(r)<parseFloat(i)&&(s=!0);break;case"<=":case"less_equal":case"is_smaller_equal":parseFloat(r)<=parseFloat(i)&&(s=!0);break;case"contains":d.isPlainObject(r)&&(r=Object.keys(r).map(function(e){return[e,r[e]]})),d.isPlainObject(i)&&(i=Object.keys(i).map(function(e){return[e,i[e]]})),d.isArray(i)?d(i).each(function(e,t){var i=!1,a=t[0],n=t[1];if(d(r).each(function(e,t){var r=t[0],t=t[1];if(a===r&&n===t)return!(i=s=!0)}),!0===i)return!1}):-1!==r.toString().indexOf(i)&&(s=!0);break;case"doesnt_contain":case"not_contain":d.isPlainObject(r)&&(t=Object.keys(r).map(function(e){return r[e]}),r=t),d.isPlainObject(i)&&(t=Object.keys(i).map(function(e){return i[e]}),i=t),d.isArray(i)?d(i).each(function(e,t){-1===r.toString().indexOf(t)&&(s=!0)}):-1===r.toString().indexOf(i)&&(s=!0);break;case"is_empty_or":""!==r&&i!==r||(s=!0);break;case"not_empty_and":""!==r&&i!==r&&(s=!0);break;case"is_empty":case"empty":case"!isset":r&&""!==r&&null!==r||(s=!0);break;case"not_empty":case"!empty":case"isset":r&&""!==r&&null!==r&&(s=!0)}return s}}(jQuery),function(r){"use strict";r.redux=r.redux||{},r.redux.stickyInfo=function(){var e=r(".redux-main").innerWidth()-20,t=r("#redux-sticky").offset().left;r(".redux-save-warn").css("left",t+"px"),r("#info_bar").isOnScreen()||r("#redux-footer-sticky").isOnScreen()?(r("#redux-footer").css({background:"#eee",position:"inherit",bottom:"inherit",width:"inherit"}),r("#redux-sticky-padder").hide(),r("#redux-footer").removeClass("sticky-footer-fixed")):(r("#redux-footer").css({position:"fixed",bottom:"0",width:e,right:21}),r("#redux-footer").addClass("sticky-footer-fixed"),r("#redux-sticky-padder").show()),r("#info_bar").isOnScreen()?r("#redux-sticky").removeClass("sticky-save-warn"):r("#redux-sticky").addClass("sticky-save-warn")}}(jQuery),function(o){"use strict";o.redux=o.redux||{},o.redux.tabCheck=function(){var s,e,t,r,d;o(".redux-group-tab-link-a").on("click",function(){var e,t,r,i,a,n;(s=o(this)).parent().hasClass("empty_section")&&s.parent().hasClass("hasSubSections")&&(i=(n=o(this).closest("ul").find(".redux-group-tab-link-a")).index(this),s=n.slice(i+1,i+2)),e=s.parents(".redux-container:first"),t=s.data("rel"),r=e.find(".redux-group-tab-link-li.active:first .redux-group-tab-link-a").data("rel"),d=o.redux.getOptName(e),r!==t&&(n="",s.parents(".postbox-container:first").length?(e.prev("#currentSection").val(t),""!==(i=e.data("index"))&&(n="redux_metabox_"+i+"_current_tab_"+redux.optName.args.opt_name)):(o("#currentSection").val(t),n="redux_current_tab_"+redux.optName.args.opt_name),o.cookie(n,t,{expires:7,path:"/"}),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").length&&(a=(a=e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").attr("id").split("_"))[0]),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a.current").removeClass("current"),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu li.current").removeClass("current"),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a").each(function(){var e=o(this).attr("href").split("&tab=");e[1]!==t&&e[1]!==a||(o(this).addClass("current"),o(this).parent().addClass("current"))}),e.find("#"+r+"_section_group_li").find("#"+r+"_section_group_li").length?(e.find("#"+r+"_section_group_li").addClass("activeChild"),e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild")):e.find("#"+t+"_section_group_li").parents("#"+r+"_section_group_li").length||e.find("#"+r+"_section_group_li").parents("ul.subsection").find("#"+t+"_section_group_li").length?(e.find("#"+t+"_section_group_li").parents("#"+r+"_section_group_li").length?e.find("#"+r+"_section_group_li").addClass("activeChild").removeClass("active"):(e.find("#"+t+"_section_group_li").addClass("active"),e.find("#"+r+"_section_group_li").removeClass("active")),e.find("#"+t+"_section_group_li").removeClass("activeChild").addClass("active")):(setTimeout(function(){e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown()},1),e.find("#"+r+"_section_group_li").find("ul.subsection").length?(e.find("#"+r+"_section_group_li").find("ul.subsection").slideUp("fast",function(){e.find("#"+r+"_section_group_li").removeClass("active").removeClass("activeChild")}),0<(n=e.find("#"+t+"_section_group_li").parents(".hasSubSections:first")).length&&(e.find("#"+t+"_section_group_li").removeClass("active"),t=n.find(".redux-group-tab-link-a:first").data("rel"),n.hasClass("empty_section")?(n.find(".subsection li:first").addClass("active"),e.find("#"+t+"_section_group_li").removeClass("active").addClass("activeChild").find("ul.subsection").slideDown(),n=n.find(".subsection li:first"),t=n.find(".redux-group-tab-link-a:first").data("rel")):e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown())):e.find("#"+r+"_section_group_li").parents("ul.subsection").length?e.find("#"+r+"_section_group_li").parents("#"+t+"_section_group_li").length?e.find("#"+r+"_section_group_li").removeClass("active"):e.find("#"+r+"_section_group_li").parents("ul.subsection").slideUp("fast",function(){e.find("#"+r+"_section_group_li").removeClass("active"),e.find("#"+r+"_section_group_li").parents(".redux-group-tab-link-li").removeClass("active").removeClass("activeChild"),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown(),e.find("#"+t+"_section_group_li").addClass("active")}):(e.find("#"+r+"_section_group_li").removeClass("active"),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").length&&(setTimeout(function(){e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown()},50),e.find("#"+t+"_section_group_li").addClass("active")))),e.find("#"+r+"_section_group").hide(),e.find("#"+t+"_section_group").fadeIn(200,function(){0!==e.find("#redux-footer").length&&o.redux.stickyInfo(),o.redux.initFields()}),o("#toplevel_page_"+redux.optName.args.slug).find(".current").removeClass("current"))}),void 0===redux.optName.last_tab?(""!==(e=decodeURI((new RegExp("tab=(.+?)(&|$)").exec(location.search)||[""])[1]))?o.cookie("redux_current_tab_get")!==e&&(o.cookie("redux_current_tab",e,{expires:7,path:"/"}),o.cookie("redux_current_tab_get",e,{expires:7,path:"/"}),o.cookie("redux_current_tab_"+redux.optName.args.opt_name,e,{expires:7,path:"/"}),o("#"+e+"_section_group_li").trigger("click")):""!==o.cookie("redux_current_tab_get")&&o.removeCookie("redux_current_tab_get"),o(".redux-container").each(function(){var e;t=(r=o(this).parents(".postbox-container:first").length?(d=o.redux.getOptName(this),"redux_metabox_"+(e=""===(e=o(this).data("index"))?0:e)+"_current_tab_"+d):"redux_current_tab_"+(d=o(".redux-ajax-security").data("opt-name")),o(this).find("#"+o.cookie(r)+"_section_group_li_a")),(null===o.cookie(r)||void 0===o.cookie(r)||0===t.length?o(this).find(".redux-group-tab-link-a:first"):t).trigger("click")})):o("#"+redux.optName.last_tab+"_section_group_li_a").trigger("click")}}(jQuery);
|
1 |
+
function colorValidate(e){"use strict";var e=jQuery(e).val(),t=colorNameToHex(e);return t!==e.replace("#","")?t:e}function colorNameToHex(e){"use strict";var t=e.replace(/^\s\s*/,"").replace(/\s\s*$/,"").replace("#",""),r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",redux:"#01a3e3",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"undefined"!==r[t.toLowerCase()]?r[t.toLowerCase()]:e}!function(n){"use strict";n.redux=n.redux||{},n.redux.ajax_save=function(t){var r,i=n(document.getElementById("redux_ajax_overlay")),a=n(document.getElementById("redux_notification_bar")),e=n(t).parents(".redux-wrap-div").find("form").first();return i.fadeIn(),n(".redux-action_bar .spinner").addClass("is-active"),n(".redux-action_bar input").prop("disabled",!0),a.slideUp(),n(".redux-save-warn").slideUp(),n(".redux_ajax_save_error").slideUp("medium",function(){n(this).remove()}),redux.optName.hasOwnProperty("editor")&&n.each(redux.optName.editor,function(e){var t;"undefined"!=typeof tinyMCE&&(t=tinyMCE.get(e))&&t.save()}),r=e.serialize(),e.find("input[type=checkbox]").each(function(){var e;void 0!==n(this).attr("name")&&(e=n(this).is(":checked")?n(this).val():"0",r+="&"+n(this).attr("name")+"="+e)}),"redux_save"!==t.attr("name")&&(r+="&"+t.attr("name")+"="+t.val()),e=e.attr("data-nonce"),n.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:redux.optName.args.opt_name+"_ajax_save",nonce:e,opt_name:redux.optName.args.opt_name,data:r},error:function(e){n(".redux-action_bar input").prop("disabled",!1),!0===redux.optName.args.dev_mode?(console.log(e.responseText),i.fadeOut("fast"),n(".redux-action_bar .spinner").removeClass("is-active"),alert(redux.optName.ajax.alert)):(redux.optName.args.ajax_save=!1,n(t).trigger("click"),n(".redux-action_bar input").prop("disabled",!0))},success:function(e){var t;e.action&&"reload"===e.action?location.reload(!0):"success"===e.status?(n(".redux-action_bar input").prop("disabled",!1),i.fadeOut("fast"),n(".redux-action_bar .spinner").removeClass("is-active"),redux.optName.options=e.options,redux.optName.errors=e.errors,redux.optName.warnings=e.warnings,redux.optName.sanitize=e.sanitize,a.html(e.notification_bar).slideDown("fast"),null===e.errors&&null===e.warnings||n.redux.notices(),null!==e.sanitize&&n.redux.sanitize(),(t=n(document.getElementById("redux_notification_bar")).find(".saved_notice")).slideDown(),t.delay(4e3).slideUp()):(n(".redux-action_bar input").prop("disabled",!1),n(".redux-action_bar .spinner").removeClass("is-active"),i.fadeOut("fast"),n(".wrap h2:first").parent().append('<div class="error redux_ajax_save_error" style="display:none;"><p>'+e.status+"</p></div>"),n(".redux_ajax_save_error").slideDown(),n("html, body").animate({scrollTop:0},"slow"))}}),!1}}(jQuery),function(a){"use strict";a.redux=a.redux||{},a.redux.expandOptions=function(e){var t=e.find(".expand_options"),r=e.find(".redux-sidebar").width()-1,i=a(".redux-group-menu .active a").data("rel")+"_section_group";return t.hasClass("expanded")?(t.removeClass("expanded"),e.find(".redux-main").removeClass("expand"),e.find(".redux-sidebar").stop().animate({"margin-left":"0px"},500),e.find(".redux-main").stop().animate({"margin-left":r},500,function(){e.find(".redux-main").attr("style","")}),e.find(".redux-group-tab").each(function(){a(this).attr("id")!==i&&a(this).fadeOut("fast")})):(t.addClass("expanded"),e.find(".redux-main").addClass("expand"),e.find(".redux-sidebar").stop().animate({"margin-left":-r-113},500),e.find(".redux-main").stop().animate({"margin-left":"-1px"},500),e.find(".redux-group-tab").fadeIn("medium",function(){a.redux.initFields()})),!1}}(jQuery),function(n){"use strict";n.redux=n.redux||{},n.redux.initEvents=function(r){var t,e,i=window.location.search,a=pagenow;"string"==typeof i&&"string"==typeof a&&!0===redux.optName.args.dev_mode&&(i=i.replace("?page=",""))===(a=a.replace("toplevel_page_",""))&&(document.addEventListener("keydown",function(e){e.ctrlKey&&e.shiftKey&&"H"===e.key&&t.dialog("open")}),e=n("#redux-dialog-message").dialog({classes:{"ui-dialog":"redux-message-dialog","ui-dialog-buttonpane":"redux-message-dialog-buttonpane","ui-dialog-title":"redux-message-dialog-title","ui-dialog-content":"redux-message-dialog-content"},modal:!0,autoOpen:!1,resizable:!1,height:"auto",width:400,buttons:{Ok:function(){n(this).dialog("close")}}}),t=n("#redux-dialog-confirm").dialog({modal:!0,classes:{"ui-dialog":"redux-support-dialog"},autoOpen:!1,resizable:!1,height:"auto",width:400,buttons:{Submit:function(){var t=n(".redux-message-dialog-buttonpane"),r=n(".redux-message-dialog-title"),i=n(".redux-message-dialog-content .redux-message-p");n.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:"redux_submit_support_data",nonce:n("#redux-dialog-confirm").data("nonce")},beforeSend:function(){t.css({display:"none"}),n("#redux-dialog-message .spinner").css({visibility:"visible"}),e.dialog("open")},error:function(e){t.css({display:"block"}),r.text("Error"),console.log(e)},success:function(e){t.css({display:"block"}),e.status&&"success"===e.status?(r.text("Information Sent"),i.html("Your support data has been transmitted. The reference number for this transmission is: <strong>"+e.data+"</strong>")):(r.text("Error"),i.text(e.data))}}),n(this).dialog("close")},Cancel:function(){n(this).dialog("close")}}})),r.find(".redux-presets-bar").on("click",function(){window.onbeforeunload=null}),r.find("#customize-save-button-wrapper #save").on("click",function(){}),r.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a, #wp-admin-bar-"+redux.optName.args.slug+" a.ab-item").on("click",function(e){var t;if((r.find("#toplevel_page_"+redux.optName.args.slug).hasClass("wp-menu-open")||n(this).hasClass("ab-item"))&&!n(this).parents("ul.ab-submenu:first").hasClass("ab-sub-secondary")&&0<=n(this).attr("href").toLowerCase().indexOf(redux.optName.args.slug+"&tab="))return t=n(this).attr("href").split("&tab="),e.preventDefault(),r.find("#"+t[1]+"_section_group_li_a").trigger("click"),n(this).parents("ul:first").find(".current").removeClass("current"),n(this).addClass("current"),n(this).parent().addClass("current"),!1}),r.find(".redux-action_bar input, #redux-import-action input").on("click",function(e){if(n(this).attr("name")===redux.optName.args.opt_name+"[defaults]"){if(!confirm(redux.optName.args.reset_confirm))return!1}else if(n(this).attr("name")===redux.optName.args.opt_name+"[defaults-section]"){if(!confirm(redux.optName.args.reset_section_confirm))return!1}else if("import"===n(this).attr("name")&&!confirm(redux.optName.args.import_section_confirm))return!1;!(window.onbeforeunload=null)===redux.optName.args.ajax_save?(n.redux.ajax_save(n(this)),e.preventDefault()):location.reload(!0)}),n(".expand_options").on("click",function(e){var t=r;return e.preventDefault(),n(t).hasClass("fully-expanded")&&(n(t).removeClass("fully-expanded"),e=n.cookie("redux_current_tab_"+redux.optName.args.opt_name),r.find("#"+e+"_section_group").fadeIn(200,function(){0!==r.find("#redux-footer").length&&n.redux.stickyInfo(),n.redux.initFields()})),n.redux.expandOptions(n(this).parents(".redux-container:first")),!1}),r.find(".saved_notice").is(":visible")&&r.find(".saved_notice").slideDown(),n(document.body).on("change",".redux-field input, .redux-field textarea, .redux-field select",function(){n(".redux-container-typography select").hasClass("ignore-change")||n(this).hasClass("noUpdate")||n(this).hasClass("no-update")||redux_change(n(this))}),i=r.find("#redux-footer").height(),r.find("#redux-sticky-padder").css({height:i}),r.find("#redux-footer-sticky").removeClass("hide"),0!==r.find("#redux-footer").length&&(n(window).on("scroll",function(){n.redux.stickyInfo()}),n(window).on("resize",function(){n.redux.stickyInfo()})),r.find(".saved_notice").delay(4e3).slideUp()}}(jQuery),function(t){"use strict";t.redux=t.redux||{},t.redux.initFields=function(){t(".redux-group-tab:visible").find(".redux-field-init:visible").each(function(){var e=t(this).attr("data-type");void 0!==redux.field_objects&&redux.field_objects[e]&&redux.field_objects[e]&&redux.field_objects[e].init(),void 0!==redux.field_objects.pro&&!t.isEmptyObject(redux.field_objects.pro[e])&&redux.field_objects.pro[e]&&redux.field_objects.pro[e].init(),!redux.customizer&&t(this).hasClass("redux_remove_th")&&((e=t(this).parents("tr:first").find("th:first")).html()&&0<e.html().length&&(t(this).prepend(e.html()),t(this).find(".redux_field_th").css("padding","0 0 10px 0")),t(this).parent().attr("colspan","2"),e.remove())})}}(jQuery),function(i){"use strict";i.redux=i.redux||{},i(document).ready(function(){var e,t=[];i.fn.isOnScreen=function(){var e,t;if(window)return(e={top:(t=i(window)).scrollTop()}).right=e.left+t.width(),e.bottom=e.top+t.height(),(t=this.offset()).right=t.left+this.outerWidth(),t.bottom=t.top+this.outerHeight(),!(e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)},i("fieldset.redux-container-divide").css("display","none"),redux.customizer&&i(".wp-full-overlay-sidebar").addClass("redux-container"),i(".redux-container").each(function(){e=i.redux.getOptName(this),-1===i.inArray(e,t)&&(t.push(e),i.redux.checkRequired(i(this)),i.redux.initEvents(i(this)))}),i(".redux-container").on("click",function(){e=i.redux.getOptName(this)}),void 0!==redux.optName&&(i.redux.disableFields(),i.redux.hideFields(),i.redux.disableSections(),i.redux.initQtip(),i.redux.tabCheck(),i.redux.notices(),void 0===i.redux.flyoutSubmenus&&i.redux.flyoutSubmenu())}),i.redux.flyoutSubmenu=function(){i(".redux-group-tab-link-li a").on("click",function(){!0===redux.optName.args.flyout_submenus&&i(".redux-group-tab-link-li").removeClass("redux-section-hover")}),!0===redux.optName.args.flyout_submenus&&i(".redux-group-tab-link-li.hasSubSections").each(function(){i(this).on("mouseenter",function(){i(this).hasClass("active")||i(this).hasClass("activeChild")||i(this).addClass("redux-section-hover")}),i(this).on("mouseleave",function(){i(this).removeClass("redux-section-hover")})})},i.redux.disableSections=function(){i(".redux-group-tab").each(function(){i(this).hasClass("disabled")&&i(this).find("input, select, textarea").attr("name","")})},i.redux.disableFields=function(){i('label[for="redux_disable_field"]').each(function(){i(this).parents("tr").find("fieldset:first").find("input, select, textarea").attr("name","")})},i.redux.hideFields=function(){i('label[for="redux_hide_field"]').each(function(){var e=i(this).parent().parent();i(e).addClass("hidden")})},i.redux.getOptName=function(e){var t,r=i(e),r=(redux.customizer?r.find(".redux-customizer-opt-name"):i(e).parents(".redux-wrap-div")).data("opt-name");return void 0===r&&(0!==(t=0===(t=i(e).parents(".postbox")).length?i(e).parents(".redux-metabox"):t).length?void 0===(r=t.attr("id").replace("redux-","").split("-metabox-")[0])&&(r=t.attr("class").replace("redux-metabox","").replace("postbox","").replace("redux-","").replace("hide","").replace("closed","").trim()):r=i(".redux-ajax-security").data("opt-name")),void 0!==(r=void 0===(r=void 0===r?i(e).find(".redux-form-wrapper").data("opt-name"):r)?redux.opt_names[0]:r)&&(redux.optName=window["redux_"+r.replace(/\-/g,"_")]),r},i.redux.getSelector=function(e,t){return e||(e=".redux-container-"+t+":visible",e=(redux.customizer?i(document).find(".control-section-redux.open"):i(document).find(".redux-group-tab:visible")).find(e)),e}}(jQuery),function(a){"use strict";a.redux=a.redux||{},a.redux.sanitize=function(){redux.optName.sanitize&&redux.optName.sanitize.sanitize&&a.each(redux.optName.sanitize.sanitize,function(e,t){a.each(t.sanitize,function(e,t){a.redux.fixInput(e,t)})})},a.redux.fixInput=function(e,t){var r,i;if("multi_text"===t.type)return i=a("#"+t.id+"-ul"),void a(i.find("li")).each(function(){r=a(this).find("input"),r.val()===t.old&&r.val(t.current)});0<(r=0===(r=0===(r=a("input#"+t.id+"-"+e)).length?a("input#"+t.id):r).length?a("textarea#"+t.id+"-textarea"):r).length&&(i=""===t.current?t.default:t.current,a(r).val(i))},a.redux.notices=function(){redux.optName.errors&&redux.optName.errors.errors&&(a.each(redux.optName.errors.errors,function(e,t){a.each(t.errors,function(e,t){a("#"+redux.optName.args.opt_name+"-"+t.id).addClass("redux-field-error"),0===a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-error").length?a("#"+redux.optName.args.opt_name+"-"+t.id).append('<div class="redux-th-error">'+t.msg+"</div>"):a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-error").html(t.msg).css("display","block"),a.redux.fixInput(e,t)})}),a(".redux-container").each(function(){var e,r=a(this);r.find(".redux-menu-error").remove(),0<(e=r.find(".redux-field-error").length)&&(r.find(".redux-field-errors span").text(e),r.find(".redux-field-errors").slideDown(),r.find(".redux-group-tab").each(function(){var e,t=a(this).find(".redux-field-error").length;0<t&&(e=a(this).attr("id").split("_")[0],r.find('.redux-group-tab-link-a[data-key="'+e+'"]').prepend('<span class="redux-menu-error">'+t+"</span>"),r.find('.redux-group-tab-link-a[data-key="'+e+'"]').addClass("hasError"),(t=r.find('.redux-group-tab-link-a[data-key="'+e+'"]').parents(".hasSubSections:first"))&&t.find(".redux-group-tab-link-a:first").addClass("hasError"))}))})),redux.optName.warnings&&redux.optName.warnings.warnings&&(a.each(redux.optName.warnings.warnings,function(e,t){a.each(t.warnings,function(e,t){a("#"+redux.optName.args.opt_name+"-"+t.id).addClass("redux-field-warning"),0===a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-warning").length?a("#"+redux.optName.args.opt_name+"-"+t.id).append('<div class="redux-th-warning">'+t.msg+"</div>"):a("#"+redux.optName.args.opt_name+"-"+t.id).parent().find(".redux-th-warning").html(t.msg).css("display","block"),a.redux.fixInput(e,t)})}),a(".redux-container").each(function(){var e,t,r,i=a(this);i.find(".redux-menu-warning").remove(),0<(r=i.find(".redux-field-warning").length)&&(i.find(".redux-field-warnings span").text(r),i.find(".redux-field-warnings").slideDown(),i.find(".redux-group-tab").each(function(){0<(t=a(this).find(".redux-field-warning").length)&&(e=a(this).attr("id").split("_")[0],i.find('.redux-group-tab-link-a[data-key="'+e+'"]').prepend('<span class="redux-menu-warning">'+t+"</span>"),i.find('.redux-group-tab-link-a[data-key="'+e+'"]').addClass("hasWarning"),(t=i.find('.redux-group-tab-link-a[data-key="'+e+'"]').parents(".hasSubSections:first"))&&t.find(".redux-group-tab-link-a:first").addClass("hasWarning"))}))}))}}(jQuery),function(g){"use strict";g.redux=g.redux||{},g.redux.initQtip=function(){var e,t="",l=redux.optName.args.hints.tip_style.shadow,r="",i=redux.optName.args.hints.tip_style.color,a="",c=redux.optName.args.hints.tip_style.rounded,n="",s=redux.optName.args.hints.tip_style.style,d=redux.optName.args.hints.tip_position.my,o=redux.optName.args.hints.tip_position.at,f=redux.optName.args.hints.tip_effect.show.event,p=redux.optName.args.hints.tip_effect.hide.event,x=redux.optName.args.hints.tip_effect.show.effect,h=redux.optName.args.hints.tip_effect.show.duration,m=redux.optName.args.hints.tip_effect.hide.effect,u=redux.optName.args.hints.tip_effect.hide.duration;g().qtip&&(e=(e=(t=!0===l?"qtip-shadow":t)+","+(r=""!==i?"qtip-"+i:r)+","+(a=!0===c?"qtip-rounded":a)+","+(n=""!==s?"qtip-"+s:n)+",redux-qtip").replace(/,/g," "),d=g.redux.verifyPos(d.toLowerCase(),!0),o=g.redux.verifyPos(o.toLowerCase(),!1),g("div.redux-dev-qtip").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:{effect:function(){g(this).slideDown(500)},event:"mouseover"},hide:{effect:function(){g(this).slideUp(500)},event:"mouseleave"},style:{classes:"qtip-shadow qtip-light"},position:{my:"top center",at:"bottom center"}})}),g("div.redux-hint-qtip").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:{effect:function(){switch(x){case"slide":g(this).slideDown(h);break;case"fade":g(this).fadeIn(h);break;default:g(this).show()}},event:f},hide:{effect:function(){switch(m){case"slide":g(this).slideUp(u);break;case"fade":g(this).fadeOut(u);break;default:g(this).hide(u)}},event:p},style:{classes:e},position:{my:d,at:o}})}),g("input[qtip-content]").each(function(){g(this).qtip({content:{text:g(this).attr("qtip-content"),title:g(this).attr("qtip-title")},show:"focus",hide:"blur",style:e,position:{my:d,at:o}})}))},g.redux.verifyPos=function(e,t){var r;return""===(e=e.replace(/^\s+|\s+$/gm,""))||-1===e.search(" ")?!0===t?"top left":"bottom right":(r=t?"top":"bottom",t=t?"left":"right",(r="top"!==(e=e.split(" "))[0]&&"center"!==e[0]&&"bottom"!==e[0]?r:e[0])+" "+(t="left"!==e[1]&&"center"!==e[1]&&"right"!==e[1]?t:e[1]))}}(jQuery);var confirmOnPageExit=function(e){"use strict";var t;return e=e||window.event,t=redux.optName.args.save_pending,e&&(e.returnValue=t),window.onbeforeunload=null,t};function redux_change(e){"use strict";var t,r,i,a,n,s,d;t=jQuery,e=t(e),r=t(e).parents(".redux-container:first"),redux.customizer?t(".redux-customizer-opt-name").data("opt-name"):t.redux.getOptName(r),t("body").trigger("check_dependencies",e),e.hasClass("compiler")&&t("#redux-compiler-hook").val(1),a=(i=t(e).closest(".redux-group-tab").attr("id")).split("_")[0],a=r.find('.redux-group-tab-link-a[data-key="'+a+'"]').parents(".redux-group-tab-link-li:first"),n=t("#"+i+"_li").parents(".hasSubSections:first"),t(e).parents("fieldset.redux-field:first").hasClass("redux-field-error")&&(t(e).parents("fieldset.redux-field:first").removeClass("redux-field-error"),t(e).parent().find(".redux-th-error").slideUp(),(d=parseInt(r.find(".redux-field-errors span").text(),0)-1)<=0?(t("#"+i+"_li .redux-menu-error").fadeOut("fast").remove(),t("#"+i+"_li .redux-group-tab-link-a").removeClass("hasError"),t("#"+i+"_li").parents(".inside:first").find(".redux-field-errors").slideUp(),t(e).parents(".redux-container:first").find(".redux-field-errors").slideUp(),t("#redux_metaboxes_errors").slideUp()):((s=parseInt(a.find(".redux-menu-error:first").text(),0)-1)<=0?a.find(".redux-menu-error:first").fadeOut().remove():a.find(".redux-menu-error:first").text(s),r.find(".redux-field-errors span").text(d)),0!==n.length&&0===n.find(".redux-menu-error").length&&n.find(".hasError").removeClass("hasError")),t(e).parents("fieldset.redux-field:first").hasClass("redux-field-warning")&&(t(e).parents("fieldset.redux-field:first").removeClass("redux-field-warning"),t(e).parent().find(".redux-th-warning").slideUp(),(s=parseInt(r.find(".redux-field-warnings span").text(),0)-1)<=0?(t("#"+i+"_li .redux-menu-warning").fadeOut("fast").remove(),t("#"+i+"_li .redux-group-tab-link-a").removeClass("hasWarning"),t("#"+i+"_li").parents(".inside:first").find(".redux-field-warnings").slideUp(),t(e).parents(".redux-container:first").find(".redux-field-warnings").slideUp(),t("#redux_metaboxes_warnings").slideUp()):((d=parseInt(a.find(".redux-menu-warning:first").text(),0)-1)<=0?a.find(".redux-menu-warning:first").fadeOut().remove():a.find(".redux-menu-warning:first").text(d),r.find(".redux-field-warning span").text(s)),0!==n.length&&0===n.find(".redux-menu-warning").length&&n.find(".hasWarning").removeClass("hasWarning")),0<r.find(".saved_notice:visible").length||redux.optName.args.disable_save_warn||(r.find(".redux-save-warn").slideDown(),window.onbeforeunload=confirmOnPageExit)}function redux_hook(e,t,r,i){"use strict";var a;a=e[t],e[t]=function(){var e;return!0===i&&r.apply(this,[e,a,arguments]),e=a.apply(this,arguments),!0!==i&&r.apply(this,[e,a,arguments]),e}}!function(d){"use strict";d.redux=d.redux||{},d.redux.makeBoolStr=function(e){return"false"===e||!1===e||"0"===e||0===e||null===e||""===e?"false":"true"===e||!0===e||"1"===e||1===e?"true":e},d.redux.checkRequired=function(e){d.redux.required(),d("body").on("change",".redux-main select, .redux-main radio, .redux-main input[type=checkbox], .redux-main input[type=hidden]",function(){d.redux.check_dependencies(this)}),d("body").on("check_dependencies",function(e,t){d.redux.check_dependencies(t)}),redux.customizer&&e.find(".customize-control.redux-field.hide").hide(),e.find(".redux-container td > fieldset:empty,td > div:empty").parent().parent().hide()},d.redux.required=function(){d.each(redux.opt_names,function(a){d.each(window["redux_"+redux.opt_names[a].replace(/\-/g,"_")].folds,function(e,t){var r,i=d("#"+redux.opt_names[a]+"-"+e);i.parents("tr:first, li:first").addClass("fold"),"hide"===t&&(i.parents("tr:first, li:first").addClass("hide"),i.hasClass("redux-container-section")&&(r=d("#section-"+e)).hasClass("redux-section-indent-start")&&(d("#section-table-"+e).hide().addClass("hide"),r.hide().addClass("hide")),i.hasClass("redux-container-info")&&d("#info-"+e).hide().addClass("hide"),i.hasClass("redux-container-divide")&&d("#divide-"+e).hide().addClass("hide"),i.hasClass("redux-container-raw")&&i.parents().find("table#"+redux.opt_names[a]+"-"+e).hide().addClass("hide"))})})},d.redux.getContainerValue=function(e){var t=d("#"+redux.optName.args.opt_name+"-"+e).serializeForm();return null!==t&&"object"==typeof t&&t.hasOwnProperty(redux.optName.args.opt_name)&&(t=t[redux.optName.args.opt_name][e]),t=d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-media")?t.url:t},d.redux.check_dependencies=function(e){var t,s;null!==redux.optName.required&&(t=(e=d(e)).parents(".redux-field:first").data("id"),redux.optName.required.hasOwnProperty(t)&&(e=e.parents(".redux-field-container:first"),s=e.parents("tr:first").hasClass("hide"),e.parents("tr:first").length||(s=e.parents(".customize-control:first").hasClass("hide")),d.each(redux.optName.required[t],function(e){var t,r=d(this),i=!1,a=d("#"+redux.optName.args.opt_name+"-"+e),n=a.parents("tr:first");0===n.length&&(n=a.parents("li:first")),!0===(i=s?i:d.redux.check_parents_dependencies(e))?(a.hasClass("redux-container-section")&&(t=d("#section-"+e)).hasClass("redux-section-indent-start")&&t.hasClass("hide")&&(d("#section-table-"+e).fadeIn(300).removeClass("hide"),t.fadeIn(300).removeClass("hide")),a.hasClass("redux-container-info")&&d("#info-"+e).fadeIn(300).removeClass("hide"),a.hasClass("redux-container-divide")&&d("#divide-"+e).fadeIn(300).removeClass("hide"),a.hasClass("redux-container-raw")&&a.parents().find("table#"+redux.optName.args.opt_name+"-"+e).fadeIn(300).removeClass("hide"),n.fadeIn(300,function(){d(this).removeClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.redux.check_dependencies(d("#"+redux.optName.args.opt_name+"-"+e).children().first()),d.redux.initFields()}),(a.hasClass("redux-container-section")||a.hasClass("redux-container-info"))&&n.css({display:"none"})):!1===i&&n.fadeOut(100,function(){d(this).addClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.redux.required_recursive_hide(e)}),r.find("select, radio, input[type=checkbox]").trigger("change")})))},d.redux.required_recursive_hide=function(e){var t,r=d("#"+redux.optName.args.opt_name+"-"+e).parents("tr:first");(r=0===r?d("#"+redux.optName.args.opt_name+"-"+e).parents("li:first"):r).fadeOut(50,function(){d(this).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-section")&&(t=d("#section-"+e)).hasClass("redux-section-indent-start")&&(d("#section-table-"+e).fadeOut(50).addClass("hide"),t.fadeOut(50).addClass("hide")),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-info")&&d("#info-"+e).fadeOut(50).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-divide")&&d("#divide-"+e).fadeOut(50).addClass("hide"),d("#"+redux.optName.args.opt_name+"-"+e).hasClass("redux-container-raw")&&d("#"+redux.optName.args.opt_name+"-"+e).parents().find("table#"+redux.optName.args.opt_name+"-"+e).fadeOut(50).addClass("hide"),redux.optName.required.hasOwnProperty(e)&&d.each(redux.optName.required[e],function(e){d.redux.required_recursive_hide(e)})})},d.redux.check_parents_dependencies=function(e){var i="";return redux.optName.required_child.hasOwnProperty(e)?d.each(redux.optName.required_child[e],function(e,t){var r;d("#"+redux.optName.args.opt_name+"-"+t.parent).parents("tr:first").hasClass("hide")||d("#"+redux.optName.args.opt_name+"-"+t.parent).parents("li:first").hasClass("hide")?i=!1:!1!==i&&(r=d.redux.getContainerValue(t.parent),i=d.redux.check_dependencies_visibility(r,t))}):i=!0,i},d.redux.check_dependencies_visibility=function(r,e){var t,s=!1,i=e.checkValue,e=e.operation;switch(d.isPlainObject(r)&&(r=Object.keys(r).map(function(e){return[e,r[e]]})),e){case"=":case"equals":Array.isArray(r)?d(r[0]).each(function(e,r){if(Array.isArray(i))d(i).each(function(e,t){if(d.redux.makeBoolStr(r)===d.redux.makeBoolStr(t))return s=!0});else if(d.redux.makeBoolStr(r)===d.redux.makeBoolStr(i))return s=!0}):Array.isArray(i)?d(i).each(function(e,t){d.redux.makeBoolStr(r)===d.redux.makeBoolStr(t)&&(s=!0)}):d.redux.makeBoolStr(r)===d.redux.makeBoolStr(i)&&(s=!0);break;case"!=":case"not":Array.isArray(r)?d(r[0]).each(function(e,r){if(Array.isArray(i))d(i).each(function(e,t){if(d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(t))return s=!0});else if(d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(i))return s=!0}):Array.isArray(i)?d(i).each(function(e,t){d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(t)&&(s=!0)}):d.redux.makeBoolStr(r)!==d.redux.makeBoolStr(i)&&(s=!0);break;case">":case"greater":case"is_larger":parseFloat(r)>parseFloat(i)&&(s=!0);break;case">=":case"greater_equal":case"is_larger_equal":parseFloat(r)>=parseFloat(i)&&(s=!0);break;case"<":case"less":case"is_smaller":parseFloat(r)<parseFloat(i)&&(s=!0);break;case"<=":case"less_equal":case"is_smaller_equal":parseFloat(r)<=parseFloat(i)&&(s=!0);break;case"contains":d.isPlainObject(r)&&(r=Object.keys(r).map(function(e){return[e,r[e]]})),d.isPlainObject(i)&&(i=Object.keys(i).map(function(e){return[e,i[e]]})),Array.isArray(i)?d(i).each(function(e,t){var i=!1,a=t[0],n=t[1];if(d(r).each(function(e,t){var r=t[0],t=t[1];if(a===r&&n===t)return!(i=s=!0)}),!0===i)return!1}):-1!==r.toString().indexOf(i)&&(s=!0);break;case"doesnt_contain":case"not_contain":d.isPlainObject(r)&&(t=Object.keys(r).map(function(e){return r[e]}),r=t),d.isPlainObject(i)&&(t=Object.keys(i).map(function(e){return i[e]}),i=t),Array.isArray(i)?d(i).each(function(e,t){-1===r.toString().indexOf(t)&&(s=!0)}):-1===r.toString().indexOf(i)&&(s=!0);break;case"is_empty_or":""!==r&&i!==r||(s=!0);break;case"not_empty_and":""!==r&&i!==r&&(s=!0);break;case"is_empty":case"empty":case"!isset":r&&""!==r&&null!==r||(s=!0);break;case"not_empty":case"!empty":case"isset":r&&""!==r&&null!==r&&(s=!0)}return s}}(jQuery),function(r){"use strict";r.redux=r.redux||{},r.redux.stickyInfo=function(){var e=r(".redux-main").innerWidth()-20,t=r("#redux-sticky").offset().left;r(".redux-save-warn").css("left",t+"px"),r("#info_bar").isOnScreen()||r("#redux-footer-sticky").isOnScreen()?(r("#redux-footer").css({background:"#eee",position:"inherit",bottom:"inherit",width:"inherit"}),r("#redux-sticky-padder").hide(),r("#redux-footer").removeClass("sticky-footer-fixed")):(r("#redux-footer").css({position:"fixed",bottom:"0",width:e,right:21}),r("#redux-footer").addClass("sticky-footer-fixed"),r("#redux-sticky-padder").show()),r("#info_bar").isOnScreen()?r("#redux-sticky").removeClass("sticky-save-warn"):r("#redux-sticky").addClass("sticky-save-warn")}}(jQuery),function(o){"use strict";o.redux=o.redux||{},o.redux.tabCheck=function(){var s,e,t,r,d;o(".redux-group-tab-link-a").on("click",function(){var e,t,r,i,a,n;(s=o(this)).parent().hasClass("empty_section")&&s.parent().hasClass("hasSubSections")&&(n=(i=o(this).closest("ul").find(".redux-group-tab-link-a")).index(this),s=i.slice(n+1,n+2)),e=s.parents(".redux-container:first"),t=s.data("rel"),r=e.find(".redux-group-tab-link-li.active:first .redux-group-tab-link-a").data("rel"),d=o.redux.getOptName(e),r!==t&&(i="",s.parents(".postbox-container:first").length?(e.prev("#currentSection").val(t),""!==(n=e.data("index"))&&(i="redux_metabox_"+n+"_current_tab_"+redux.optName.args.opt_name)):(o("#currentSection").val(t),i="redux_current_tab_"+redux.optName.args.opt_name),o.cookie(i,t,{expires:7,path:"/"}),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").length&&(a=(a=e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").attr("id").split("_"))[0]),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a.current").removeClass("current"),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu li.current").removeClass("current"),e.find("#toplevel_page_"+redux.optName.args.slug+" .wp-submenu a").each(function(){var e=o(this).attr("href").split("&tab=");e[1]!==t&&e[1]!==a||(o(this).addClass("current"),o(this).parent().addClass("current"))}),e.find("#"+r+"_section_group_li").find("#"+r+"_section_group_li").length?(e.find("#"+r+"_section_group_li").addClass("activeChild"),e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild")):e.find("#"+t+"_section_group_li").parents("#"+r+"_section_group_li").length||e.find("#"+r+"_section_group_li").parents("ul.subsection").find("#"+t+"_section_group_li").length?(e.find("#"+t+"_section_group_li").parents("#"+r+"_section_group_li").length?e.find("#"+r+"_section_group_li").addClass("activeChild").removeClass("active"):(e.find("#"+t+"_section_group_li").addClass("active"),e.find("#"+r+"_section_group_li").removeClass("active")),e.find("#"+t+"_section_group_li").removeClass("activeChild").addClass("active")):(setTimeout(function(){e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown()},1),e.find("#"+r+"_section_group_li").find("ul.subsection").length?(e.find("#"+r+"_section_group_li").find("ul.subsection").slideUp("fast",function(){e.find("#"+r+"_section_group_li").removeClass("active").removeClass("activeChild")}),0<(n=e.find("#"+t+"_section_group_li").parents(".hasSubSections:first")).length&&(e.find("#"+t+"_section_group_li").removeClass("active"),t=n.find(".redux-group-tab-link-a:first").data("rel"),n.hasClass("empty_section")?(n.find(".subsection li:first").addClass("active"),e.find("#"+t+"_section_group_li").removeClass("active").addClass("activeChild").find("ul.subsection").slideDown(),n=n.find(".subsection li:first"),t=n.find(".redux-group-tab-link-a:first").data("rel")):e.find("#"+t+"_section_group_li").addClass("active").removeClass("activeChild").find("ul.subsection").slideDown())):e.find("#"+r+"_section_group_li").parents("ul.subsection").length?e.find("#"+r+"_section_group_li").parents("#"+t+"_section_group_li").length?e.find("#"+r+"_section_group_li").removeClass("active"):e.find("#"+r+"_section_group_li").parents("ul.subsection").slideUp("fast",function(){e.find("#"+r+"_section_group_li").removeClass("active"),e.find("#"+r+"_section_group_li").parents(".redux-group-tab-link-li").removeClass("active").removeClass("activeChild"),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown(),e.find("#"+t+"_section_group_li").addClass("active")}):(e.find("#"+r+"_section_group_li").removeClass("active"),e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").length&&(setTimeout(function(){e.find("#"+t+"_section_group_li").parents(".redux-group-tab-link-li").addClass("activeChild").find("ul.subsection").slideDown()},50),e.find("#"+t+"_section_group_li").addClass("active")))),e.find("#"+r+"_section_group").hide(),e.find("#"+t+"_section_group").fadeIn(200,function(){0!==e.find("#redux-footer").length&&o.redux.stickyInfo(),o.redux.initFields()}),o("#toplevel_page_"+redux.optName.args.slug).find(".current").removeClass("current"))}),void 0===redux.optName.last_tab?(""!==(e=decodeURI((new RegExp("tab=(.+?)(&|$)").exec(location.search)||[""])[1]))?o.cookie("redux_current_tab_get")!==e&&(o.cookie("redux_current_tab",e,{expires:7,path:"/"}),o.cookie("redux_current_tab_get",e,{expires:7,path:"/"}),o.cookie("redux_current_tab_"+redux.optName.args.opt_name,e,{expires:7,path:"/"}),o("#"+e+"_section_group_li").trigger("click")):""!==o.cookie("redux_current_tab_get")&&o.removeCookie("redux_current_tab_get"),o(".redux-container").each(function(){var e;t=(r=o(this).parents(".postbox-container:first").length?(d=o.redux.getOptName(this),"redux_metabox_"+(e=""===(e=o(this).data("index"))?0:e)+"_current_tab_"+d):"redux_current_tab_"+(d=o(".redux-ajax-security").data("opt-name")),o(this).find("#"+o.cookie(r)+"_section_group_li_a")),(null===o.cookie(r)||void 0===o.cookie(r)||0===t.length?o(this).find(".redux-group-tab-link-a:first"):t).trigger("click")})):o("#"+redux.optName.last_tab+"_section_group_li_a").trigger("click")}}(jQuery);
|
redux-core/assets/js/redux/required.js
CHANGED
@@ -303,12 +303,12 @@
|
|
303 |
switch ( operation ) {
|
304 |
case '=':
|
305 |
case 'equals':
|
306 |
-
if (
|
307 |
$( parentValue[0] ).each(
|
308 |
function( idx, val ) {
|
309 |
idx = null;
|
310 |
|
311 |
-
if (
|
312 |
$( checkValue ).each(
|
313 |
function( i, v ) {
|
314 |
i = null;
|
@@ -329,7 +329,7 @@
|
|
329 |
}
|
330 |
);
|
331 |
} else {
|
332 |
-
if (
|
333 |
$( checkValue ).each(
|
334 |
function( i, v ) {
|
335 |
i = null;
|
@@ -349,12 +349,12 @@
|
|
349 |
|
350 |
case '!=':
|
351 |
case 'not':
|
352 |
-
if (
|
353 |
$( parentValue[0] ).each(
|
354 |
function( idx, val ) {
|
355 |
idx = null;
|
356 |
|
357 |
-
if (
|
358 |
$( checkValue ).each(
|
359 |
function( i, v ) {
|
360 |
i = null;
|
@@ -376,7 +376,7 @@
|
|
376 |
}
|
377 |
);
|
378 |
} else {
|
379 |
-
if (
|
380 |
$( checkValue ).each(
|
381 |
function( i, v ) {
|
382 |
i = null;
|
@@ -443,7 +443,7 @@
|
|
443 |
);
|
444 |
}
|
445 |
|
446 |
-
if (
|
447 |
$( checkValue ).each(
|
448 |
function( idx, val ) {
|
449 |
var breakMe = false;
|
@@ -504,7 +504,7 @@
|
|
504 |
checkValue = arr;
|
505 |
}
|
506 |
|
507 |
-
if (
|
508 |
$( checkValue ).each(
|
509 |
function( idx, val ) {
|
510 |
idx = null;
|
303 |
switch ( operation ) {
|
304 |
case '=':
|
305 |
case 'equals':
|
306 |
+
if ( Array.isArray( parentValue ) ) {
|
307 |
$( parentValue[0] ).each(
|
308 |
function( idx, val ) {
|
309 |
idx = null;
|
310 |
|
311 |
+
if ( Array.isArray( checkValue ) ) {
|
312 |
$( checkValue ).each(
|
313 |
function( i, v ) {
|
314 |
i = null;
|
329 |
}
|
330 |
);
|
331 |
} else {
|
332 |
+
if ( Array.isArray( checkValue ) ) {
|
333 |
$( checkValue ).each(
|
334 |
function( i, v ) {
|
335 |
i = null;
|
349 |
|
350 |
case '!=':
|
351 |
case 'not':
|
352 |
+
if ( Array.isArray( parentValue ) ) {
|
353 |
$( parentValue[0] ).each(
|
354 |
function( idx, val ) {
|
355 |
idx = null;
|
356 |
|
357 |
+
if ( Array.isArray( checkValue ) ) {
|
358 |
$( checkValue ).each(
|
359 |
function( i, v ) {
|
360 |
i = null;
|
376 |
}
|
377 |
);
|
378 |
} else {
|
379 |
+
if ( Array.isArray( checkValue ) ) {
|
380 |
$( checkValue ).each(
|
381 |
function( i, v ) {
|
382 |
i = null;
|
443 |
);
|
444 |
}
|
445 |
|
446 |
+
if ( Array.isArray( checkValue ) ) {
|
447 |
$( checkValue ).each(
|
448 |
function( idx, val ) {
|
449 |
var breakMe = false;
|
504 |
checkValue = arr;
|
505 |
}
|
506 |
|
507 |
+
if ( Array.isArray( checkValue ) ) {
|
508 |
$( checkValue ).each(
|
509 |
function( idx, val ) {
|
510 |
idx = null;
|
redux-core/class-redux-core.php
CHANGED
@@ -377,7 +377,7 @@ if ( ! class_exists( 'Redux_Core', false ) ) {
|
|
377 |
*
|
378 |
* @return array
|
379 |
* @noinspection PhpIncludeInspection
|
380 |
-
* @throws ReflectionException
|
381 |
*/
|
382 |
public function add_debug_info( array $debug_info ): array {
|
383 |
|
377 |
*
|
378 |
* @return array
|
379 |
* @noinspection PhpIncludeInspection
|
380 |
+
* @throws ReflectionException Exception.
|
381 |
*/
|
382 |
public function add_debug_info( array $debug_info ): array {
|
383 |
|
redux-core/framework.php
CHANGED
@@ -29,7 +29,7 @@ defined( 'ABSPATH' ) || exit;
|
|
29 |
|
30 |
require_once dirname( __FILE__ ) . '/class-redux-core.php';
|
31 |
|
32 |
-
Redux_Core::$version = '4.3.
|
33 |
Redux_Core::$redux_path = dirname( __FILE__ );
|
34 |
|
35 |
/** @noinspection PhpUnhandledExceptionInspection */
|
@@ -58,6 +58,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
58 |
*
|
59 |
* @var string
|
60 |
* @access public
|
|
|
|
|
61 |
*/
|
62 |
public static $_version = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
63 |
|
@@ -66,6 +68,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
66 |
*
|
67 |
* @var string
|
68 |
* @access public
|
|
|
|
|
69 |
*/
|
70 |
public static $_dir = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
71 |
|
@@ -74,6 +78,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
74 |
*
|
75 |
* @var string
|
76 |
* @access public
|
|
|
|
|
77 |
*/
|
78 |
public static $_url = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
79 |
|
@@ -82,6 +88,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
82 |
*
|
83 |
* @var string
|
84 |
* @access public
|
|
|
|
|
85 |
*/
|
86 |
public static $_upload_dir = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
87 |
|
@@ -90,6 +98,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
90 |
*
|
91 |
* @var string
|
92 |
* @access public
|
|
|
|
|
93 |
*/
|
94 |
public static $_upload_url; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
95 |
|
@@ -413,7 +423,7 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
413 |
* @param array $sections Panel sections.
|
414 |
* @param array $args Class constructor arguments.
|
415 |
*
|
416 |
-
* @throws ReflectionException
|
417 |
* @since 1.0.0
|
418 |
*/
|
419 |
public function __construct( array $sections = array(), array $args = array() ) {
|
@@ -522,8 +532,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
522 |
|
523 |
/**
|
524 |
* SHIM: _register_settings
|
|
|
|
|
525 |
*/
|
526 |
public function _register_settings() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
527 |
$this->options_class->register();
|
528 |
}
|
529 |
|
@@ -532,8 +546,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
532 |
*
|
533 |
* @param array $field Field array.
|
534 |
* @param string|array $v Field values.
|
|
|
|
|
535 |
*/
|
536 |
public function _field_input( array $field, $v = null ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
537 |
$this->render_class->field_input( $field, $v );
|
538 |
}
|
539 |
|
@@ -541,8 +559,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
541 |
* SHIM: field_default_values
|
542 |
*
|
543 |
* @param array $field Field array.
|
|
|
|
|
544 |
*/
|
545 |
public function field_default_values( array $field ) {
|
|
|
|
|
546 |
$this->options_defaults_class->field_default_values( '', $field );
|
547 |
}
|
548 |
|
@@ -550,15 +572,23 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
550 |
* SHIM: set_options
|
551 |
*
|
552 |
* @param string|array $value Option values.
|
|
|
|
|
553 |
*/
|
554 |
public function set_options( $value ) {
|
|
|
|
|
555 |
$this->options_class->set( $value );
|
556 |
}
|
557 |
|
558 |
/**
|
559 |
* SHIM: get_options
|
|
|
|
|
560 |
*/
|
561 |
public function get_options() {
|
|
|
|
|
562 |
$this->options_class->get();
|
563 |
}
|
564 |
|
@@ -566,8 +596,21 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
566 |
* SHIM: _default_values
|
567 |
*
|
568 |
* @return array
|
|
|
|
|
569 |
*/
|
570 |
public function _default_values() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
if ( ! isset( $this->options_class ) ) {
|
572 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
573 |
$this->options_class = new Redux_Options_Constructor( $this );
|
@@ -580,17 +623,25 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
580 |
* SHIM: check_dependencies
|
581 |
*
|
582 |
* @param array $field Field array.
|
|
|
|
|
583 |
*/
|
584 |
public function check_dependencies( array $field ) {
|
|
|
|
|
585 |
$this->required_class->check_dependencies( $field );
|
586 |
}
|
587 |
|
588 |
/**
|
589 |
* SHIM: _enqueue_output
|
590 |
*
|
591 |
-
* @throws ReflectionException
|
|
|
|
|
592 |
*/
|
593 |
public function _enqueue_output() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
594 |
if ( empty( $this->output_class ) ) {
|
595 |
$obj = new ReduxFramework( $this->sections, $this->args );
|
596 |
$obj->options = $this->options;
|
@@ -603,8 +654,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
603 |
|
604 |
/**
|
605 |
* SHIM: _enqueue
|
|
|
|
|
606 |
*/
|
607 |
public function _enqueue() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
608 |
$this->enqueue_class->init();
|
609 |
}
|
610 |
|
@@ -614,8 +669,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
614 |
* @since 1.0.0
|
615 |
* @access public
|
616 |
* @return void
|
|
|
|
|
617 |
*/
|
618 |
public function generate_panel() {
|
|
|
|
|
619 |
$this->render_class->generate_panel();
|
620 |
}
|
621 |
|
@@ -626,8 +685,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
626 |
* @param bool $array_key Flag to determine array status.
|
627 |
*
|
628 |
* @return array
|
|
|
|
|
629 |
*/
|
630 |
public function get_default_values( $key, $array_key = false ) {
|
|
|
|
|
631 |
if ( ! isset( $this->options_class ) ) {
|
632 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
633 |
$this->options_class = new Redux_Options_Constructor( $this );
|
@@ -643,8 +706,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
643 |
* @param bool $array_key Flag to determine array status.
|
644 |
*
|
645 |
* @return array
|
|
|
|
|
646 |
*/
|
647 |
public function get_default_value( $key, $array_key = false ) {
|
|
|
|
|
648 |
if ( ! isset( $this->options_class ) ) {
|
649 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
650 |
$this->options_class = new Redux_Options_Constructor( $this );
|
@@ -661,8 +728,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
661 |
* @param string|array $current_value Current value.
|
662 |
*
|
663 |
* @return array|mixed|string|void
|
|
|
|
|
664 |
*/
|
665 |
public function get_wordpress_data( $type = false, $args = array(), $current_value = null ) {
|
|
|
|
|
666 |
return $this->wordpress_data->get( $type, $args, $this->args['opt_name'], $current_value );
|
667 |
}
|
668 |
|
@@ -674,8 +745,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
674 |
* @param array $sections Sections array.
|
675 |
*
|
676 |
* @return array
|
|
|
|
|
677 |
*/
|
678 |
public function _validate_values( $plugin_options, $options, $sections ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
|
|
|
|
679 |
if ( ! isset( $this->validate_class ) ) {
|
680 |
$this->validate_class = new Redux_Validation( $this );
|
681 |
}
|
@@ -686,8 +761,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
686 |
* SHIM: set_transients
|
687 |
*
|
688 |
* @return void
|
|
|
|
|
689 |
*/
|
690 |
-
public function set_transients() {
|
|
|
|
|
691 |
|
692 |
/**
|
693 |
* SHIM: section_menu
|
@@ -698,8 +777,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
698 |
* @param array $sections Section array.
|
699 |
*
|
700 |
* @return string
|
|
|
|
|
701 |
*/
|
702 |
public function section_menu( $k, $section, $suffix = '', $sections = array() ) {
|
|
|
|
|
703 |
return $this->render_class->section_menu( $k, $section, $suffix, $sections );
|
704 |
}
|
705 |
|
@@ -709,8 +792,12 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
709 |
* @param array $field Field array.
|
710 |
*
|
711 |
* @return string
|
|
|
|
|
712 |
*/
|
713 |
public function get_header_html( $field ) {
|
|
|
|
|
714 |
return $this->render_class->get_header_html( $field );
|
715 |
}
|
716 |
|
@@ -720,6 +807,8 @@ if ( ! class_exists( 'ReduxFramework', false ) ) {
|
|
720 |
* @param string $permission User permission.
|
721 |
*
|
722 |
* @return bool
|
|
|
|
|
723 |
*/
|
724 |
public function current_user_can( $permission ) {
|
725 |
_deprecated_function( __FUNCTION__, '4.0.0', 'Redux_Helpers::current_user_can' );
|
29 |
|
30 |
require_once dirname( __FILE__ ) . '/class-redux-core.php';
|
31 |
|
32 |
+
Redux_Core::$version = '4.3.11';
|
33 |
Redux_Core::$redux_path = dirname( __FILE__ );
|
34 |
|
35 |
/** @noinspection PhpUnhandledExceptionInspection */
|
58 |
*
|
59 |
* @var string
|
60 |
* @access public
|
61 |
+
*
|
62 |
+
* @deprecated 4.0.0
|
63 |
*/
|
64 |
public static $_version = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
65 |
|
68 |
*
|
69 |
* @var string
|
70 |
* @access public
|
71 |
+
*
|
72 |
+
* @deprecated 4.0.0
|
73 |
*/
|
74 |
public static $_dir = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
75 |
|
78 |
*
|
79 |
* @var string
|
80 |
* @access public
|
81 |
+
*
|
82 |
+
* @deprecated 4.0.0
|
83 |
*/
|
84 |
public static $_url = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
85 |
|
88 |
*
|
89 |
* @var string
|
90 |
* @access public
|
91 |
+
*
|
92 |
+
* @deprecated 4.0.0
|
93 |
*/
|
94 |
public static $_upload_dir = ''; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
95 |
|
98 |
*
|
99 |
* @var string
|
100 |
* @access public
|
101 |
+
*
|
102 |
+
* @deprecated 4.0.0
|
103 |
*/
|
104 |
public static $_upload_url; // phpcs:ignore PSR2.Classes.PropertyDeclaration
|
105 |
|
423 |
* @param array $sections Panel sections.
|
424 |
* @param array $args Class constructor arguments.
|
425 |
*
|
426 |
+
* @throws ReflectionException Exception.
|
427 |
* @since 1.0.0
|
428 |
*/
|
429 |
public function __construct( array $sections = array(), array $args = array() ) {
|
532 |
|
533 |
/**
|
534 |
* SHIM: _register_settings
|
535 |
+
*
|
536 |
+
* @deprecated 4.0.0
|
537 |
*/
|
538 |
public function _register_settings() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
539 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->register()' );
|
540 |
+
|
541 |
$this->options_class->register();
|
542 |
}
|
543 |
|
546 |
*
|
547 |
* @param array $field Field array.
|
548 |
* @param string|array $v Field values.
|
549 |
+
*
|
550 |
+
* @deprecated 4.0.0
|
551 |
*/
|
552 |
public function _field_input( array $field, $v = null ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
553 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'render_class->field_input( $field, $value )' );
|
554 |
+
|
555 |
$this->render_class->field_input( $field, $v );
|
556 |
}
|
557 |
|
559 |
* SHIM: field_default_values
|
560 |
*
|
561 |
* @param array $field Field array.
|
562 |
+
*
|
563 |
+
* @deprecated 4.0.0
|
564 |
*/
|
565 |
public function field_default_values( array $field ) {
|
566 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_defaults_class->field_default_values( $opt_name, $field )' );
|
567 |
+
|
568 |
$this->options_defaults_class->field_default_values( '', $field );
|
569 |
}
|
570 |
|
572 |
* SHIM: set_options
|
573 |
*
|
574 |
* @param string|array $value Option values.
|
575 |
+
*
|
576 |
+
* @deprecated 4.0.0
|
577 |
*/
|
578 |
public function set_options( $value ) {
|
579 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->set( $value )' );
|
580 |
+
|
581 |
$this->options_class->set( $value );
|
582 |
}
|
583 |
|
584 |
/**
|
585 |
* SHIM: get_options
|
586 |
+
*
|
587 |
+
* @deprecated 4.0.0
|
588 |
*/
|
589 |
public function get_options() {
|
590 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->get()' );
|
591 |
+
|
592 |
$this->options_class->get();
|
593 |
}
|
594 |
|
596 |
* SHIM: _default_values
|
597 |
*
|
598 |
* @return array
|
599 |
+
*
|
600 |
+
* @deprecated 4.0.0
|
601 |
*/
|
602 |
public function _default_values() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
603 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->default_values()' );
|
604 |
+
|
605 |
+
return $this->default_values();
|
606 |
+
}
|
607 |
+
|
608 |
+
/**
|
609 |
+
* Get default values.
|
610 |
+
*
|
611 |
+
* @return array
|
612 |
+
*/
|
613 |
+
public function default_values() {
|
614 |
if ( ! isset( $this->options_class ) ) {
|
615 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
616 |
$this->options_class = new Redux_Options_Constructor( $this );
|
623 |
* SHIM: check_dependencies
|
624 |
*
|
625 |
* @param array $field Field array.
|
626 |
+
*
|
627 |
+
* @deprecated 4.0.0
|
628 |
*/
|
629 |
public function check_dependencies( array $field ) {
|
630 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'required_class->check_dependencies( $field )' );
|
631 |
+
|
632 |
$this->required_class->check_dependencies( $field );
|
633 |
}
|
634 |
|
635 |
/**
|
636 |
* SHIM: _enqueue_output
|
637 |
*
|
638 |
+
* @throws ReflectionException Exception.
|
639 |
+
*
|
640 |
+
* @deprecated 4.0.0
|
641 |
*/
|
642 |
public function _enqueue_output() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
643 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'output_class->enqueue()' );
|
644 |
+
|
645 |
if ( empty( $this->output_class ) ) {
|
646 |
$obj = new ReduxFramework( $this->sections, $this->args );
|
647 |
$obj->options = $this->options;
|
654 |
|
655 |
/**
|
656 |
* SHIM: _enqueue
|
657 |
+
*
|
658 |
+
* @deprecated 4.0.0
|
659 |
*/
|
660 |
public function _enqueue() { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
661 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'enqueue_class->init()' );
|
662 |
+
|
663 |
$this->enqueue_class->init();
|
664 |
}
|
665 |
|
669 |
* @since 1.0.0
|
670 |
* @access public
|
671 |
* @return void
|
672 |
+
*
|
673 |
+
* @deprecated 4.0.0
|
674 |
*/
|
675 |
public function generate_panel() {
|
676 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'render_class->generate_panel()' );
|
677 |
+
|
678 |
$this->render_class->generate_panel();
|
679 |
}
|
680 |
|
685 |
* @param bool $array_key Flag to determine array status.
|
686 |
*
|
687 |
* @return array
|
688 |
+
*
|
689 |
+
* @deprecated 4.0.0
|
690 |
*/
|
691 |
public function get_default_values( $key, $array_key = false ) {
|
692 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->get_default_value( $key, $array_key )' );
|
693 |
+
|
694 |
if ( ! isset( $this->options_class ) ) {
|
695 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
696 |
$this->options_class = new Redux_Options_Constructor( $this );
|
706 |
* @param bool $array_key Flag to determine array status.
|
707 |
*
|
708 |
* @return array
|
709 |
+
*
|
710 |
+
* @deprecated 4.0.0
|
711 |
*/
|
712 |
public function get_default_value( $key, $array_key = false ) {
|
713 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'options_class->get_default_value( $key, $array_key )' );
|
714 |
+
|
715 |
if ( ! isset( $this->options_class ) ) {
|
716 |
$this->options_defaults_class = new Redux_Options_Defaults();
|
717 |
$this->options_class = new Redux_Options_Constructor( $this );
|
728 |
* @param string|array $current_value Current value.
|
729 |
*
|
730 |
* @return array|mixed|string|void
|
731 |
+
*
|
732 |
+
* @deprecated 4.0.0
|
733 |
*/
|
734 |
public function get_wordpress_data( $type = false, $args = array(), $current_value = null ) {
|
735 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'wordpress_data->get( $type, $args, $opt_name, $value )' );
|
736 |
+
|
737 |
return $this->wordpress_data->get( $type, $args, $this->args['opt_name'], $current_value );
|
738 |
}
|
739 |
|
745 |
* @param array $sections Sections array.
|
746 |
*
|
747 |
* @return array
|
748 |
+
*
|
749 |
+
* @deprecated 4.0.0
|
750 |
*/
|
751 |
public function _validate_values( $plugin_options, $options, $sections ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore
|
752 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'validate_class->validate( $plugin_options, $options, $sections )' );
|
753 |
+
|
754 |
if ( ! isset( $this->validate_class ) ) {
|
755 |
$this->validate_class = new Redux_Validation( $this );
|
756 |
}
|
761 |
* SHIM: set_transients
|
762 |
*
|
763 |
* @return void
|
764 |
+
*
|
765 |
+
* @deprecated 4.0.0
|
766 |
*/
|
767 |
+
public function set_transients() {
|
768 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'Please update the extension that uses this deprecated function.' );
|
769 |
+
}
|
770 |
|
771 |
/**
|
772 |
* SHIM: section_menu
|
777 |
* @param array $sections Section array.
|
778 |
*
|
779 |
* @return string
|
780 |
+
*
|
781 |
+
* @deprecated 4.0.0
|
782 |
*/
|
783 |
public function section_menu( $k, $section, $suffix = '', $sections = array() ) {
|
784 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'render_class->section_menu( $index, $section, $suffix, $sections )' );
|
785 |
+
|
786 |
return $this->render_class->section_menu( $k, $section, $suffix, $sections );
|
787 |
}
|
788 |
|
792 |
* @param array $field Field array.
|
793 |
*
|
794 |
* @return string
|
795 |
+
*
|
796 |
+
* @deprecated 4.0.0
|
797 |
*/
|
798 |
public function get_header_html( $field ) {
|
799 |
+
_deprecated_function( __FUNCTION__, '4.0.0', 'render_class->get_header_html( $field )' );
|
800 |
+
|
801 |
return $this->render_class->get_header_html( $field );
|
802 |
}
|
803 |
|
807 |
* @param string $permission User permission.
|
808 |
*
|
809 |
* @return bool
|
810 |
+
*
|
811 |
+
* @deprecated 4.0.0
|
812 |
*/
|
813 |
public function current_user_can( $permission ) {
|
814 |
_deprecated_function( __FUNCTION__, '4.0.0', 'Redux_Helpers::current_user_can' );
|
redux-core/inc/classes/class-redux-connection-banner.php
CHANGED
@@ -383,12 +383,12 @@ if ( ! class_exists( 'Redux_Connection_Banner', false ) ) {
|
|
383 |
|
384 |
?>
|
385 |
<div id="redux-connect-message" class="updated redux-banner-container" data-nonce="<?php echo wp_create_nonce( $this->nonce ); ?>">
|
386 |
-
<div class="redux-banner-container-top-text">
|
387 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"/></g></svg>
|
388 |
<span>
|
389 |
-
<strong><?php esc_html_e( 'You’re almost done. Finish setting up the Gutenberg pattern and template library to unlock more amazing features.', 'redux-framework' ); ?></strong>
|
390 |
</span>
|
391 |
-
</div>
|
392 |
<div class="redux-banner-inner-container">
|
393 |
<a href="<?php echo esc_url( $urls['dismiss'] ); ?>" data-url="<?php echo admin_url( 'admin-ajax.php' ); ?>"
|
394 |
class="notice-dismiss redux-banner-svg-dismiss redux-connection-banner-action"
|
@@ -414,14 +414,14 @@ if ( ! class_exists( 'Redux_Connection_Banner', false ) ) {
|
|
414 |
" height="auto"
|
415 |
/></a>
|
416 |
<!-- <img
|
417 |
-
src="<?php echo esc_url( Redux_Core::$url ); ?>assets/img/redux-powering-up.svg"
|
418 |
class="redux-banner-hide-phone-and-smaller"
|
419 |
alt="
|
420 |
<?php
|
421 |
-
esc_attr_e(
|
422 |
-
|
423 |
-
|
424 |
-
);
|
425 |
?>
|
426 |
"
|
427 |
height="auto"
|
@@ -429,36 +429,31 @@ if ( ! class_exists( 'Redux_Connection_Banner', false ) ) {
|
|
429 |
</div>
|
430 |
|
431 |
<div class="redux-banner-slide-text">
|
432 |
-
<h2><?php esc_html_e( '
|
433 |
<p>
|
434 |
<?php
|
435 |
esc_html_e(
|
436 |
-
|
437 |
'redux_framework'
|
438 |
);
|
439 |
?>
|
440 |
</p>
|
441 |
|
442 |
-
<p><em>
|
443 |
<?php
|
444 |
-
esc_html_e(
|
445 |
-
|
446 |
-
|
447 |
-
);
|
448 |
?>
|
449 |
</em>
|
450 |
-
</p>
|
451 |
|
452 |
<div class="redux-banner-button-container">
|
453 |
<span class="redux-banner-tos-blurb"><?php // echo self::tos_blurb( 'plugin_dashboard' ); ?></span>
|
454 |
-
|
455 |
-
<!-- <a href="<?php echo esc_url( $urls['dismiss'] ); ?>" data-url="<?php echo admin_url( 'admin-ajax.php' ); ?>"
|
456 |
-
class="button button-tiny button-link redux-connection-banner-action"
|
457 |
-
title="<?php esc_attr_e( 'No thanks', 'redux-framework' ); ?>" data-activate="false"><?php esc_html_e( 'No Thanks', 'redux-framework' ); ?></a> -->
|
458 |
-
|
459 |
<a href="<?php echo esc_url( $urls['register'] ); ?>" data-url="<?php echo admin_url( 'admin-ajax.php' ); ?>" data-activate="main_banner"
|
460 |
class="button button-primary button-large redux-alt-connect-button redux-connection-banner-action">
|
461 |
-
<?php esc_html_e( '
|
462 |
</a>
|
463 |
</div>
|
464 |
|
383 |
|
384 |
?>
|
385 |
<div id="redux-connect-message" class="updated redux-banner-container" data-nonce="<?php echo wp_create_nonce( $this->nonce ); ?>">
|
386 |
+
<!-- <div class="redux-banner-container-top-text">
|
387 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="0" fill="none" width="24" height="24"/><g><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2l-.5-6h3l-.5 6z"/></g></svg>
|
388 |
<span>
|
389 |
+
<strong><?php // esc_html_e( 'You’re almost done. Finish setting up the Gutenberg pattern and template library to unlock more amazing features.', 'redux-framework' ); ?></strong>
|
390 |
</span>
|
391 |
+
</div> -->
|
392 |
<div class="redux-banner-inner-container">
|
393 |
<a href="<?php echo esc_url( $urls['dismiss'] ); ?>" data-url="<?php echo admin_url( 'admin-ajax.php' ); ?>"
|
394 |
class="notice-dismiss redux-banner-svg-dismiss redux-connection-banner-action"
|
414 |
" height="auto"
|
415 |
/></a>
|
416 |
<!-- <img
|
417 |
+
src="<?php //echo esc_url( Redux_Core::$url ); ?>assets/img/redux-powering-up.svg"
|
418 |
class="redux-banner-hide-phone-and-smaller"
|
419 |
alt="
|
420 |
<?php
|
421 |
+
//esc_attr_e(
|
422 |
+
// 'Redux helps you to take your site to the next level with tools that greatly enhance your WordPress experience.',
|
423 |
+
// 'redux-framework'
|
424 |
+
//);
|
425 |
?>
|
426 |
"
|
427 |
height="auto"
|
429 |
</div>
|
430 |
|
431 |
<div class="redux-banner-slide-text">
|
432 |
+
<h2><?php esc_html_e( 'Get access to even more free templates!', 'redux-framework' ); ?></h2>
|
433 |
<p>
|
434 |
<?php
|
435 |
esc_html_e(
|
436 |
+
"Redux users have been asking for easier options to create and edit their sites using the Gutenberg editor. We're excited to announce that Redux is partnering with the Extendify library of Gutenberg patterns and templates to bring the power of WordPress 5.9 to Redux users! By clicking “Install & Activate Extendify” you will get access to 10 free monthly imports of patterns and templates. Installing Extendify is optional, and Redux will continue to work if you decide to not install Extendify.",
|
437 |
'redux_framework'
|
438 |
);
|
439 |
?>
|
440 |
</p>
|
441 |
|
442 |
+
<!-- <p><em>
|
443 |
<?php
|
444 |
+
// esc_html_e(
|
445 |
+
// 'No registration is required to use Redux as you always have. By registering for our service you gain access to Google Font updates as well as access to all free templates in our block template library.',
|
446 |
+
// 'redux-framework'
|
447 |
+
//);
|
448 |
?>
|
449 |
</em>
|
450 |
+
</p> -->
|
451 |
|
452 |
<div class="redux-banner-button-container">
|
453 |
<span class="redux-banner-tos-blurb"><?php // echo self::tos_blurb( 'plugin_dashboard' ); ?></span>
|
|
|
|
|
|
|
|
|
|
|
454 |
<a href="<?php echo esc_url( $urls['register'] ); ?>" data-url="<?php echo admin_url( 'admin-ajax.php' ); ?>" data-activate="main_banner"
|
455 |
class="button button-primary button-large redux-alt-connect-button redux-connection-banner-action">
|
456 |
+
<?php esc_html_e( 'Install and Activate Extendify', 'redux-framework' ); ?>
|
457 |
</a>
|
458 |
</div>
|
459 |
|
redux-core/inc/classes/class-redux-enqueue.php
CHANGED
@@ -198,6 +198,23 @@ if ( ! class_exists( 'Redux_Enqueue', false ) ) {
|
|
198 |
$this->timestamp
|
199 |
);
|
200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
// *****************************************************************
|
202 |
// QTip CSS
|
203 |
// *****************************************************************
|
198 |
$this->timestamp
|
199 |
);
|
200 |
|
201 |
+
// *****************************************************************
|
202 |
+
// Font Awesome for Social Profiles and Icon Select
|
203 |
+
// *****************************************************************
|
204 |
+
wp_register_style(
|
205 |
+
'font-awesome',
|
206 |
+
Redux_Core::$url . 'assets/font-awesome/css/all.min.css',
|
207 |
+
array(),
|
208 |
+
'6.0.0'
|
209 |
+
);
|
210 |
+
|
211 |
+
wp_register_style(
|
212 |
+
'font-awesome-4-shims',
|
213 |
+
Redux_Core::$url . 'assets/font-awesome/css/v4-shims.min.css',
|
214 |
+
array(),
|
215 |
+
'6.0.0'
|
216 |
+
);
|
217 |
+
|
218 |
// *****************************************************************
|
219 |
// QTip CSS
|
220 |
// *****************************************************************
|
redux-core/inc/classes/class-redux-helpers.php
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
<?php
|
2 |
/**
|
3 |
* Redux Helper Class
|
4 |
*
|
|
|
|
|
5 |
* @class Redux_Helpers
|
6 |
* @version 3.0.0
|
7 |
* @package Redux Framework/Classes
|
@@ -893,7 +895,7 @@ if ( ! class_exists( 'Redux_Helpers', false ) ) {
|
|
893 |
* @return mixed|array
|
894 |
*/
|
895 |
public static function make_bool_str( $var ) {
|
896 |
-
if (
|
897 |
return 'false';
|
898 |
} elseif ( true === $var || 'true' === $var || 1 === $var || '1' === $var ) {
|
899 |
return 'true';
|
@@ -1563,14 +1565,7 @@ if ( ! class_exists( 'Redux_Helpers', false ) ) {
|
|
1563 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
1564 |
$data = array( apply_filters( 'redux/tracking/developer', array() ) );
|
1565 |
|
1566 |
-
if ( 1 === count( $data ) ) {
|
1567 |
-
if ( empty( $data[0] ) ) {
|
1568 |
-
$data = array();
|
1569 |
-
}
|
1570 |
-
}
|
1571 |
-
|
1572 |
$instances = Redux_Instances::get_all_instances();
|
1573 |
-
$data = array();
|
1574 |
|
1575 |
if ( ! empty( $instance ) ) {
|
1576 |
foreach ( $instances as $instance ) {
|
@@ -1742,21 +1737,6 @@ if ( ! class_exists( 'Redux_Helpers', false ) ) {
|
|
1742 |
return false;
|
1743 |
}
|
1744 |
|
1745 |
-
/**
|
1746 |
-
* Nonces.
|
1747 |
-
*
|
1748 |
-
* @return array
|
1749 |
-
*/
|
1750 |
-
public static function nonces(): array {
|
1751 |
-
return array(
|
1752 |
-
'9fced129522f128b2445a41fb0b6ef9f',
|
1753 |
-
'70dda5dfb8053dc6d1c492574bce9bfd',
|
1754 |
-
'62933a2951ef01f4eafd9bdf4d3cd2f0',
|
1755 |
-
'a398fb77df76e6153df57cd65fd0a7c5',
|
1756 |
-
'1cb251ec0d568de6a929b520c4aed8d1',
|
1757 |
-
'6394d816bfb4220289a6f4b29cfb1834',
|
1758 |
-
);
|
1759 |
-
}
|
1760 |
|
1761 |
/**
|
1762 |
* Get plugin options.
|
@@ -1852,6 +1832,7 @@ if ( ! class_exists( 'Redux_Helpers', false ) ) {
|
|
1852 |
header( 'Pragma: no-cache' );
|
1853 |
|
1854 |
$instances = Redux::all_instances();
|
|
|
1855 |
|
1856 |
if ( isset( $_REQUEST['i'] ) && ! empty( $_REQUEST['i'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
|
1857 |
if ( is_array( $instances ) && ! empty( $instances ) ) {
|
@@ -1862,7 +1843,7 @@ if ( ! class_exists( 'Redux_Helpers', false ) ) {
|
|
1862 |
}
|
1863 |
}
|
1864 |
|
1865 |
-
if ( isset( $array ) ) {
|
1866 |
|
1867 |
// We only want the extension names and versions.
|
1868 |
$array->extensions = self::get_extensions( $opt_name );
|
1 |
+
<?php
|
2 |
/**
|
3 |
* Redux Helper Class
|
4 |
*
|
5 |
+
* @noinspection PhpUndefinedFieldInspection
|
6 |
+
*
|
7 |
* @class Redux_Helpers
|
8 |
* @version 3.0.0
|
9 |
* @package Redux Framework/Classes
|
895 |
* @return mixed|array
|
896 |
*/
|
897 |
public static function make_bool_str( $var ) {
|
898 |
+
if ( 'false' === $var || empty( $var ) ) {
|
899 |
return 'false';
|
900 |
} elseif ( true === $var || 'true' === $var || 1 === $var || '1' === $var ) {
|
901 |
return 'true';
|
1565 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
1566 |
$data = array( apply_filters( 'redux/tracking/developer', array() ) );
|
1567 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1568 |
$instances = Redux_Instances::get_all_instances();
|
|
|
1569 |
|
1570 |
if ( ! empty( $instance ) ) {
|
1571 |
foreach ( $instances as $instance ) {
|
1737 |
return false;
|
1738 |
}
|
1739 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1740 |
|
1741 |
/**
|
1742 |
* Get plugin options.
|
1832 |
header( 'Pragma: no-cache' );
|
1833 |
|
1834 |
$instances = Redux::all_instances();
|
1835 |
+
$opt_name = '';
|
1836 |
|
1837 |
if ( isset( $_REQUEST['i'] ) && ! empty( $_REQUEST['i'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
|
1838 |
if ( is_array( $instances ) && ! empty( $instances ) ) {
|
1843 |
}
|
1844 |
}
|
1845 |
|
1846 |
+
if ( isset( $array ) && '' !== $opt_name ) {
|
1847 |
|
1848 |
// We only want the extension names and versions.
|
1849 |
$array->extensions = self::get_extensions( $opt_name );
|
redux-core/inc/classes/class-redux-options-constructor.php
CHANGED
@@ -266,7 +266,7 @@ if ( ! class_exists( 'Redux_Options_Constructor', false ) ) {
|
|
266 |
}
|
267 |
|
268 |
if ( empty( $core->options_defaults ) ) {
|
269 |
-
$core->options_defaults = $core->
|
270 |
}
|
271 |
|
272 |
$run_update = false;
|
266 |
}
|
267 |
|
268 |
if ( empty( $core->options_defaults ) ) {
|
269 |
+
$core->options_defaults = $core->default_values();
|
270 |
}
|
271 |
|
272 |
$run_update = false;
|
redux-core/inc/extensions/customizer/class-redux-extension-customizer.php
CHANGED
@@ -25,7 +25,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
-
public static $version = '4.
|
29 |
|
30 |
/**
|
31 |
* Set the name of the field. Ideally, this will also be your extension's name.
|
@@ -42,16 +42,6 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
42 |
*/
|
43 |
public $extension_name = 'Customizer';
|
44 |
|
45 |
-
/**
|
46 |
-
* Set the minumum required version of Redux here (optional).
|
47 |
-
*
|
48 |
-
* Leave blank to require no minimum version. This allows you to specify a minimum required version of
|
49 |
-
* Redux in the event you do not want to support older versions.
|
50 |
-
*
|
51 |
-
* @var string
|
52 |
-
*/
|
53 |
-
private $minimum_redux_version = '4.0.0';
|
54 |
-
|
55 |
/**
|
56 |
* Original options.
|
57 |
*
|
@@ -73,42 +63,66 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
73 |
*/
|
74 |
public $options = array();
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
/**
|
77 |
* Redux_Extension_my_extension constructor.
|
78 |
*
|
79 |
-
* @param
|
80 |
*/
|
81 |
public function __construct( $parent ) {
|
|
|
|
|
|
|
82 |
parent::__construct( $parent, __FILE__ );
|
83 |
|
84 |
-
if ( is_admin() && !
|
85 |
return;
|
86 |
}
|
87 |
|
88 |
$this->add_field( 'customizer' );
|
89 |
|
90 |
$this->load();
|
91 |
-
|
92 |
}
|
93 |
|
94 |
/**
|
95 |
* The customizer load code
|
96 |
*/
|
97 |
private function load() {
|
|
|
|
|
98 |
if ( false === $this->parent->args['customizer'] ) {
|
99 |
return;
|
100 |
}
|
101 |
|
102 |
// Override the Redux_Core class.
|
103 |
-
add_filter(
|
104 |
-
"redux/extension/{$this->parent->args['opt_name']}/customizer",
|
105 |
-
array(
|
106 |
-
$this,
|
107 |
-
'remove_core_customizer_class',
|
108 |
-
)
|
109 |
-
);
|
110 |
-
|
111 |
-
global $pagenow, $wp_customize;
|
112 |
|
113 |
if ( ! isset( $wp_customize ) && 'customize.php' !== $pagenow && 'admin-ajax.php' !== $pagenow ) {
|
114 |
return;
|
@@ -116,35 +130,112 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
116 |
|
117 |
self::get_post_values();
|
118 |
|
119 |
-
// Create defaults array.
|
120 |
-
$defaults = array();
|
121 |
-
|
122 |
if ( isset( $_POST['wp_customize'] ) && 'on' === $_POST['wp_customize'] ) { // phpcs:ignore WordPress.Security.NonceVerification
|
123 |
$this->parent->args['customizer_only'] = true;
|
124 |
}
|
125 |
|
126 |
if ( isset( $_POST['wp_customize'] ) && 'on' === $_POST['wp_customize'] && isset( $_POST['customized'] ) && ! empty( $_POST['customized'] ) && ! isset( $_POST['action'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
|
127 |
-
add_action(
|
128 |
-
"redux/options/{$this->parent->args['opt_name']}/options",
|
129 |
-
array(
|
130 |
-
$this,
|
131 |
-
'override_values',
|
132 |
-
),
|
133 |
-
100
|
134 |
-
);
|
135 |
}
|
136 |
|
137 |
add_action( 'customize_register', array( $this, 'register_customizer_controls' ) ); // Create controls.
|
138 |
add_action( 'wp_head', array( $this, 'customize_preview_init' ) );
|
139 |
|
140 |
-
// phpcs:ignore Squiz.PHP.CommentedOutCode
|
141 |
-
// add_action( 'customize_save', array( $this, 'customizer_save_before' ) ); // Before save.
|
142 |
add_action( 'customize_save_after', array( &$this, 'customizer_save_after' ) ); // After save.
|
143 |
|
144 |
// Add global controls CSS file.
|
145 |
add_action( 'customize_controls_print_scripts', array( $this, 'enqueue_controls_css' ) );
|
146 |
add_action( 'customize_controls_init', array( $this, 'enqueue_panel_css' ) );
|
147 |
add_action( 'wp_enqueue_styles', array( $this, 'custom_css' ), 11 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
}
|
149 |
|
150 |
/**
|
@@ -164,7 +255,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
164 |
}
|
165 |
|
166 |
wp_enqueue_script(
|
167 |
-
'redux-extension-customizer
|
168 |
$this->extension_url . 'redux-extension-customizer' . Redux_Functions::is_min() . '.js',
|
169 |
array( 'jquery', 'redux-js' ),
|
170 |
self::$version,
|
@@ -176,7 +267,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
176 |
$custom_css .= 'left:0!important;text-align:center;margin-bottom:0;line-height:0;-webkit-transition:left ease-in-out .18s;transition:left ease-in-out .18s;}';
|
177 |
$custom_css .= '#' . $this->parent->core_instance . ' img{-webkit-transition:left ease-in-out .18s;transition:left ease-in-out .18s;}';
|
178 |
|
179 |
-
wp_add_inline_style( 'redux-extension-customizer
|
180 |
|
181 |
wp_localize_script(
|
182 |
'redux-extension-customizer',
|
@@ -190,18 +281,14 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
190 |
/**
|
191 |
* Enqueue panel CSS>
|
192 |
*/
|
193 |
-
public function enqueue_panel_css() {
|
194 |
-
|
195 |
-
}
|
196 |
|
197 |
/**
|
198 |
* Remove core customizer class.
|
199 |
*
|
200 |
-
* @param string $path Path to class.
|
201 |
-
*
|
202 |
* @return string
|
203 |
*/
|
204 |
-
public function remove_core_customizer_class(
|
205 |
return '';
|
206 |
}
|
207 |
|
@@ -236,7 +323,6 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
236 |
if ( is_array( self::$post_values ) ) {
|
237 |
foreach ( self::$post_values as $key => $value ) {
|
238 |
if ( strpos( $key, $this->parent->args['opt_name'] ) !== false ) {
|
239 |
-
|
240 |
$key = str_replace( $this->parent->args['opt_name'] . '[', '', rtrim( $key, ']' ) );
|
241 |
$data[ $key ] = $value;
|
242 |
|
@@ -264,11 +350,13 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
264 |
} else {
|
265 |
echo '<tr>';
|
266 |
}
|
|
|
267 |
echo '<th scope="row">' . wp_kses_post( $this->parent->field_head[ $field['id'] ] ) . '</th>';
|
268 |
echo '<td>';
|
269 |
|
270 |
$field['name'] = $field['id'];
|
271 |
$this->parent->render_class->field_input( $field );
|
|
|
272 |
echo '</td>';
|
273 |
echo '</tr>';
|
274 |
}
|
@@ -283,24 +371,24 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
283 |
public function register_customizer_controls( WP_Customize_Manager $wp_customize ) {
|
284 |
if ( ! class_exists( 'Redux_Customizer_Section' ) ) {
|
285 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-section.php';
|
|
|
286 |
if ( method_exists( $wp_customize, 'register_section_type' ) ) {
|
287 |
$wp_customize->register_section_type( 'Redux_Customizer_Section' );
|
288 |
}
|
289 |
}
|
|
|
290 |
if ( ! class_exists( 'Redux_Customizer_Panel' ) ) {
|
291 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-panel.php';
|
|
|
292 |
if ( method_exists( $wp_customize, 'register_panel_type' ) ) {
|
293 |
$wp_customize->register_panel_type( 'Redux_Customizer_Panel' );
|
294 |
}
|
295 |
}
|
|
|
296 |
if ( ! class_exists( 'Redux_Customizer_Control' ) ) {
|
297 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-control.php';
|
298 |
}
|
299 |
|
300 |
-
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-fields.php';
|
301 |
-
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-section-dev.php';
|
302 |
-
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-control-dev.php';
|
303 |
-
|
304 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
305 |
do_action( 'redux/extension/customizer/control/includes' );
|
306 |
|
@@ -309,14 +397,6 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
309 |
'option' => - 500,
|
310 |
);
|
311 |
|
312 |
-
$defaults = array(
|
313 |
-
'default-color' => '',
|
314 |
-
'default-image' => '',
|
315 |
-
'wp-head-callback' => '',
|
316 |
-
'admin-head-callback' => '',
|
317 |
-
'admin-preview-callback' => '',
|
318 |
-
);
|
319 |
-
|
320 |
$panel = '';
|
321 |
|
322 |
$this->parent->args['options_api'] = false;
|
@@ -382,7 +462,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
382 |
}
|
383 |
$section['id'] = $this->parent->args['opt_name'] . '-' . $section['id'];
|
384 |
|
385 |
-
if ( method_exists( $wp_customize, 'add_panel' ) && ( ! isset( $section['subsection'] ) || (
|
386 |
$this->add_panel(
|
387 |
$this->parent->args['opt_name'] . '-' . $section['id'],
|
388 |
array(
|
@@ -412,7 +492,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
412 |
$wp_customize
|
413 |
);
|
414 |
} else {
|
415 |
-
if ( ! isset( $section['subsection'] ) || (
|
416 |
$panel = '';
|
417 |
}
|
418 |
|
@@ -431,7 +511,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
431 |
);
|
432 |
}
|
433 |
|
434 |
-
if (
|
435 |
continue;
|
436 |
}
|
437 |
|
@@ -446,13 +526,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
446 |
}
|
447 |
|
448 |
$this->options[ $option['id'] ] = $option;
|
449 |
-
add_action(
|
450 |
-
'redux/advanced_customizer/control/render/' . $this->parent->args['opt_name'] . '-' . $option['id'],
|
451 |
-
array(
|
452 |
-
$this,
|
453 |
-
'render',
|
454 |
-
)
|
455 |
-
);
|
456 |
|
457 |
$option['permissions'] = $option['permissions'] ?? 'edit_theme_options';
|
458 |
|
@@ -484,15 +558,6 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
484 |
'transport' => 'refresh',
|
485 |
'opt_name' => $this->parent->args['opt_name'],
|
486 |
'sanitize_callback' => array( $this, 'field_validation' ),
|
487 |
-
|
488 |
-
// phpcs:ignore Squiz.PHP.CommentedOutCode
|
489 |
-
// 'type' => 'option',
|
490 |
-
// 'capabilities' => $option['permissions'],
|
491 |
-
// 'capabilities' => 'edit_theme_options',
|
492 |
-
// 'capabilities' => $this->parent->args['page_permissions'],
|
493 |
-
// 'theme_supports' => '',
|
494 |
-
// 'sanitize_callback' => '__return_false',
|
495 |
-
// 'sanitize_js_callback' =>array( &$parent, '_field_input' ),
|
496 |
)
|
497 |
);
|
498 |
}
|
@@ -512,8 +577,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
512 |
require_once $icons_file;
|
513 |
}
|
514 |
}
|
515 |
-
|
516 |
-
$option['options'] = $this->parent->wordpress_data->get( $option['data'], $option['args'], $this->parent->args['opt_name'] );
|
517 |
}
|
518 |
|
519 |
$class_name = 'Redux_Customizer_Control_' . $option['type'];
|
@@ -551,15 +615,6 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
551 |
}
|
552 |
|
553 |
$this->controls[ $section['fields'][ $skey ]['id'] ] = $section['fields'][ $skey ];
|
554 |
-
|
555 |
-
add_action(
|
556 |
-
'redux/advanced_customizer/render/' . $option['id'],
|
557 |
-
array(
|
558 |
-
$this,
|
559 |
-
'field_render',
|
560 |
-
),
|
561 |
-
$option['priority']
|
562 |
-
);
|
563 |
}
|
564 |
}
|
565 |
}
|
@@ -576,9 +631,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
576 |
if ( is_a( $id, 'WP_Customize_Section' ) ) {
|
577 |
$section = $id;
|
578 |
} else {
|
579 |
-
|
580 |
-
$section_class = apply_filters( 'redux/customizer/section/class_name', 'Redux_Customizer_Section' );
|
581 |
-
$section = new $section_class( $wp_customize, $id, $args );
|
582 |
}
|
583 |
|
584 |
$wp_customize->add_section( $section, $args );
|
@@ -598,47 +651,20 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
598 |
if ( is_a( $id, 'WP_Customize_Panel' ) ) {
|
599 |
$panel = $id;
|
600 |
} else {
|
601 |
-
|
602 |
-
$panel_class = apply_filters( 'redux/customizer/panel/class_name', 'Redux_Customizer_Panel' );
|
603 |
-
$panel = new $panel_class( $wp_customize, $id, $args );
|
604 |
}
|
605 |
|
606 |
$wp_customize->add_panel( $panel, $args );
|
607 |
}
|
608 |
|
609 |
-
/**
|
610 |
-
* Render Redux fields.
|
611 |
-
*
|
612 |
-
* @param array $option Option.
|
613 |
-
*/
|
614 |
-
public function field_render( array $option ) {
|
615 |
-
echo '1';
|
616 |
-
preg_match_all( '/\[([^\]]*)\]/', $option->id, $matches );
|
617 |
-
$id = $matches[1][0];
|
618 |
-
echo esc_url( $option->link() );
|
619 |
-
|
620 |
-
$this->parent->render_class->field_input( $this->controls[ $id ] );
|
621 |
-
echo '2';
|
622 |
-
}
|
623 |
-
|
624 |
-
/**
|
625 |
-
* Actions to take before customizer save.
|
626 |
-
*
|
627 |
-
* @param array $plugin_options .
|
628 |
-
*/
|
629 |
-
public function customizer_save_before( array $plugin_options ) {
|
630 |
-
$this->before_save = $this->parent->options;
|
631 |
-
}
|
632 |
-
|
633 |
/**
|
634 |
* Actions to take after customizer save.
|
635 |
-
*
|
636 |
-
* @param WP_Customize_Manager $wp_customize .
|
637 |
*/
|
638 |
-
public function customizer_save_after(
|
639 |
if ( empty( $this->parent->options ) ) {
|
640 |
$this->parent->get_options();
|
641 |
}
|
|
|
642 |
if ( empty( $this->orig_options ) && ! empty( $this->parent->options ) ) {
|
643 |
$this->orig_options = $this->parent->options;
|
644 |
}
|
@@ -656,6 +682,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
656 |
if ( ! isset( $this->orig_options[ $key ] ) || $value !== $this->orig_options[ $key ] || ( isset( $this->orig_options[ $key ] ) && ! empty( $this->orig_options[ $key ] ) && empty( $value ) ) ) {
|
657 |
$this->parent->options[ $key ] = $value;
|
658 |
$changed = true;
|
|
|
659 |
if ( isset( $this->parent->compiler_fields[ $key ] ) ) {
|
660 |
$compiler = true;
|
661 |
}
|
@@ -674,7 +701,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
674 |
do_action( "redux/options/{$this->parent->args['opt_name']}/compiler", $this->parent->options, $this->parent->compilerCSS );
|
675 |
|
676 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
677 |
-
do_action( "redux/options/{$this->args['opt_name']}/compiler/advanced", $this->parent );
|
678 |
}
|
679 |
}
|
680 |
}
|
@@ -695,7 +722,7 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
695 |
'save_pending' => esc_html__( 'You have changes that are not saved. Would you like to save them now?', 'redux-framework' ),
|
696 |
'reset_confirm' => esc_html__( 'Are you sure? Resetting will lose all custom values.', 'redux-framework' ),
|
697 |
'preset_confirm' => esc_html__( 'Your current options will be replaced with the values of this preset. Would you like to proceed?', 'redux-framework' ),
|
698 |
-
'opt_name' => $this->args['opt_name'],
|
699 |
'options' => $this->parent->options,
|
700 |
'defaults' => $this->parent->options_defaults,
|
701 |
|
@@ -715,25 +742,21 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
715 |
* @return void
|
716 |
*/
|
717 |
public function enqueue() {
|
718 |
-
global $wp_styles;
|
719 |
-
|
720 |
$localize = array(
|
721 |
'save_pending' => esc_html__( 'You have changes that are not saved. Would you like to save them now?', 'redux-framework' ),
|
722 |
'reset_confirm' => esc_html__( 'Are you sure? Resetting will lose all custom values.', 'redux-framework' ),
|
723 |
'preset_confirm' => esc_html__( 'Your current options will be replaced with the values of this preset. Would you like to proceed?', 'redux-framework' ),
|
724 |
-
'opt_name' => $this->args['opt_name'],
|
725 |
'field' => $this->parent->options,
|
726 |
'defaults' => $this->parent->options_defaults,
|
727 |
-
|
728 |
-
// phpcs:ignore Squiz.PHP.CommentedOutCode
|
729 |
-
// 'folds' => $this->folds,
|
730 |
);
|
731 |
|
732 |
// Values used by the javascript.
|
733 |
wp_localize_script( 'redux-js', 'redux_opts', $localize );
|
734 |
|
735 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
736 |
-
do_action( 'redux-enqueue-' . $this->args['opt_name'] );
|
737 |
|
738 |
foreach ( $this->sections as $section ) {
|
739 |
if ( isset( $section['fields'] ) ) {
|
@@ -780,13 +803,13 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
780 |
/**
|
781 |
* Validate the options before insertion
|
782 |
*
|
783 |
-
* @param
|
784 |
*
|
785 |
-
* @return
|
786 |
* @since 3.0.0
|
787 |
* @access public
|
788 |
*/
|
789 |
-
public function field_validation( $value ) {
|
790 |
|
791 |
return $value;
|
792 |
}
|
@@ -815,8 +838,4 @@ if ( ! class_exists( 'Redux_Extension_Customizer', false ) ) {
|
|
815 |
return $field;
|
816 |
}
|
817 |
}
|
818 |
-
|
819 |
-
if ( ! class_exists( 'ReduxFramework_extension_customizer' ) ) {
|
820 |
-
class_alias( 'Redux_Extension_Customizer', 'ReduxFramework_extension_customizer' );
|
821 |
-
}
|
822 |
}
|
25 |
*
|
26 |
* @var string
|
27 |
*/
|
28 |
+
public static $version = '4.3.11';
|
29 |
|
30 |
/**
|
31 |
* Set the name of the field. Ideally, this will also be your extension's name.
|
42 |
*/
|
43 |
public $extension_name = 'Customizer';
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
/**
|
46 |
* Original options.
|
47 |
*
|
63 |
*/
|
64 |
public $options = array();
|
65 |
|
66 |
+
/**
|
67 |
+
* Controls array.
|
68 |
+
*
|
69 |
+
* @var array
|
70 |
+
*/
|
71 |
+
public $controls = array();
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Before save array.
|
75 |
+
*
|
76 |
+
* @var array
|
77 |
+
*/
|
78 |
+
public $before_save = array();
|
79 |
+
|
80 |
+
/**
|
81 |
+
* Redux object.
|
82 |
+
*
|
83 |
+
* @var object
|
84 |
+
*/
|
85 |
+
protected $redux;
|
86 |
+
|
87 |
+
/**
|
88 |
+
* Field array.
|
89 |
+
*
|
90 |
+
* @var array
|
91 |
+
*/
|
92 |
+
private $redux_fields = array();
|
93 |
+
|
94 |
/**
|
95 |
* Redux_Extension_my_extension constructor.
|
96 |
*
|
97 |
+
* @param ReduxFramework $parent ReduxFramework pointer.
|
98 |
*/
|
99 |
public function __construct( $parent ) {
|
100 |
+
global $pagenow;
|
101 |
+
global $wp_customize;
|
102 |
+
|
103 |
parent::__construct( $parent, __FILE__ );
|
104 |
|
105 |
+
if ( is_admin() && ! isset( $wp_customize ) && 'customize.php' !== $pagenow && 'admin-ajax.php' !== $pagenow ) {
|
106 |
return;
|
107 |
}
|
108 |
|
109 |
$this->add_field( 'customizer' );
|
110 |
|
111 |
$this->load();
|
|
|
112 |
}
|
113 |
|
114 |
/**
|
115 |
* The customizer load code
|
116 |
*/
|
117 |
private function load() {
|
118 |
+
global $pagenow, $wp_customize;
|
119 |
+
|
120 |
if ( false === $this->parent->args['customizer'] ) {
|
121 |
return;
|
122 |
}
|
123 |
|
124 |
// Override the Redux_Core class.
|
125 |
+
add_filter( "redux/extension/{$this->parent->args['opt_name']}/customizer", array( $this, 'remove_core_customizer_class' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
if ( ! isset( $wp_customize ) && 'customize.php' !== $pagenow && 'admin-ajax.php' !== $pagenow ) {
|
128 |
return;
|
130 |
|
131 |
self::get_post_values();
|
132 |
|
|
|
|
|
|
|
133 |
if ( isset( $_POST['wp_customize'] ) && 'on' === $_POST['wp_customize'] ) { // phpcs:ignore WordPress.Security.NonceVerification
|
134 |
$this->parent->args['customizer_only'] = true;
|
135 |
}
|
136 |
|
137 |
if ( isset( $_POST['wp_customize'] ) && 'on' === $_POST['wp_customize'] && isset( $_POST['customized'] ) && ! empty( $_POST['customized'] ) && ! isset( $_POST['action'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification
|
138 |
+
add_action( "redux/options/{$this->parent->args['opt_name']}/options", array( $this, 'override_values' ), 100 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
140 |
|
141 |
add_action( 'customize_register', array( $this, 'register_customizer_controls' ) ); // Create controls.
|
142 |
add_action( 'wp_head', array( $this, 'customize_preview_init' ) );
|
143 |
|
|
|
|
|
144 |
add_action( 'customize_save_after', array( &$this, 'customizer_save_after' ) ); // After save.
|
145 |
|
146 |
// Add global controls CSS file.
|
147 |
add_action( 'customize_controls_print_scripts', array( $this, 'enqueue_controls_css' ) );
|
148 |
add_action( 'customize_controls_init', array( $this, 'enqueue_panel_css' ) );
|
149 |
add_action( 'wp_enqueue_styles', array( $this, 'custom_css' ), 11 );
|
150 |
+
|
151 |
+
add_action( 'redux/extension/customizer/control_init', array( $this, 'create_field_classes' ), 1, 2 );
|
152 |
+
|
153 |
+
add_action( 'wp_ajax_' . $this->parent->args['opt_name'] . '_customizer_save', array( $this, 'customizer' ) );
|
154 |
+
add_action( 'customize_controls_print_styles', array( $this, 'add_nonce_html' ) );
|
155 |
+
}
|
156 |
+
|
157 |
+
/**
|
158 |
+
* Add nonce HTML for AJAX.
|
159 |
+
*/
|
160 |
+
public function add_nonce_html() {
|
161 |
+
$nonce = wp_create_nonce( 'redux_customer_nonce' );
|
162 |
+
|
163 |
+
?>
|
164 |
+
<div class="redux-customizer-nonce" data-nonce="<?php echo esc_attr( $nonce ); ?>"></div>
|
165 |
+
<?php
|
166 |
+
}
|
167 |
+
|
168 |
+
/**
|
169 |
+
* AJAX callback for customizer save...to make sanitize/validate work.
|
170 |
+
*/
|
171 |
+
public function customizer() {
|
172 |
+
try {
|
173 |
+
$return_array = array();
|
174 |
+
|
175 |
+
if ( isset( $_POST['nonce'] ) && wp_verify_nonce( sanitize_key( wp_unslash( $_POST['nonce'] ) ), 'redux_customer_nonce' ) && isset( $_POST['opt_name'] ) && '' !== $_POST['opt_name'] ) {
|
176 |
+
$redux = Redux::instance( sanitize_text_field( wp_unslash( $_POST['opt_name'] ) ) );
|
177 |
+
|
178 |
+
$post_data = wp_unslash( $_POST['data'] ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput
|
179 |
+
|
180 |
+
// New method to avoid input_var nonsense. Thanks @harunbasic.
|
181 |
+
$values = Redux_Functions_Ex::parse_str( $post_data );
|
182 |
+
|
183 |
+
$redux->options_class->set( $redux->options_class->validate_options( $values ) );
|
184 |
+
|
185 |
+
$redux->enqueue_class->get_warnings_and_errors_array();
|
186 |
+
|
187 |
+
$return_array = array(
|
188 |
+
'status' => 'success',
|
189 |
+
'options' => $redux->options,
|
190 |
+
'errors' => $redux->enqueue_class->localize_data['errors'] ?? null,
|
191 |
+
'warnings' => $redux->enqueue_class->localize_data['warnings'] ?? null,
|
192 |
+
'sanitize' => $redux->enqueue_class->localize_data['sanitize'] ?? null,
|
193 |
+
);
|
194 |
+
}
|
195 |
+
} catch ( Exception $e ) {
|
196 |
+
$return_array = array( 'status' => $e->getMessage() );
|
197 |
+
}
|
198 |
+
|
199 |
+
echo wp_json_encode( $return_array );
|
200 |
+
|
201 |
+
die;
|
202 |
+
}
|
203 |
+
|
204 |
+
/**
|
205 |
+
* Field classes.
|
206 |
+
*
|
207 |
+
* @param array $option Option.
|
208 |
+
*/
|
209 |
+
public function create_field_classes( array $option ) {
|
210 |
+
if ( empty( $this->redux_fields ) ) {
|
211 |
+
$file_paths = glob( Redux_Core::$dir . 'inc/fields/*' );
|
212 |
+
|
213 |
+
foreach ( $file_paths as $file ) {
|
214 |
+
if ( 'section' !== $file && 'divide' !== $file && 'editor' !== $file ) {
|
215 |
+
$this->redux_fields[] = str_replace( Redux_Core::$dir . 'inc/fields/', '', $file );
|
216 |
+
}
|
217 |
+
}
|
218 |
+
}
|
219 |
+
|
220 |
+
$class_name = 'Redux_Customizer_Control_' . $option['type'];
|
221 |
+
|
222 |
+
if ( ! class_exists( $class_name ) && ( in_array( $option['type'], $this->redux_fields, true ) || ( isset( $option['customizer_enabled'] ) && $option['customizer_enabled'] ) ) ) {
|
223 |
+
$upload_dir = Redux_Core::$upload_dir;
|
224 |
+
|
225 |
+
if ( ! file_exists( $upload_dir . $option['type'] . '.php' ) ) {
|
226 |
+
if ( ! is_dir( $upload_dir ) ) {
|
227 |
+
$this->parent->filesystem->execute( 'mkdir', $upload_dir );
|
228 |
+
}
|
229 |
+
|
230 |
+
$template = str_replace( '{{type}}', $option['type'], '<?php' . PHP_EOL . ' class Redux_Customizer_Control_{{type}} extends Redux_Customizer_Control {' . PHP_EOL . ' public $type = "redux-{{type}}";' . PHP_EOL . ' }' );
|
231 |
+
|
232 |
+
$this->parent->filesystem->execute( 'put_contents', $upload_dir . $option['type'] . '.php', array( 'content' => $template ) );
|
233 |
+
}
|
234 |
+
|
235 |
+
if ( file_exists( $upload_dir . $option['type'] . '.php' ) ) {
|
236 |
+
include_once $upload_dir . $option['type'] . '.php';
|
237 |
+
}
|
238 |
+
}
|
239 |
}
|
240 |
|
241 |
/**
|
255 |
}
|
256 |
|
257 |
wp_enqueue_script(
|
258 |
+
'redux-extension-customizer',
|
259 |
$this->extension_url . 'redux-extension-customizer' . Redux_Functions::is_min() . '.js',
|
260 |
array( 'jquery', 'redux-js' ),
|
261 |
self::$version,
|
267 |
$custom_css .= 'left:0!important;text-align:center;margin-bottom:0;line-height:0;-webkit-transition:left ease-in-out .18s;transition:left ease-in-out .18s;}';
|
268 |
$custom_css .= '#' . $this->parent->core_instance . ' img{-webkit-transition:left ease-in-out .18s;transition:left ease-in-out .18s;}';
|
269 |
|
270 |
+
wp_add_inline_style( 'redux-extension-customizer', $custom_css );
|
271 |
|
272 |
wp_localize_script(
|
273 |
'redux-extension-customizer',
|
281 |
/**
|
282 |
* Enqueue panel CSS>
|
283 |
*/
|
284 |
+
public function enqueue_panel_css() {}
|
|
|
|
|
285 |
|
286 |
/**
|
287 |
* Remove core customizer class.
|
288 |
*
|
|
|
|
|
289 |
* @return string
|
290 |
*/
|
291 |
+
public function remove_core_customizer_class(): string {
|
292 |
return '';
|
293 |
}
|
294 |
|
323 |
if ( is_array( self::$post_values ) ) {
|
324 |
foreach ( self::$post_values as $key => $value ) {
|
325 |
if ( strpos( $key, $this->parent->args['opt_name'] ) !== false ) {
|
|
|
326 |
$key = str_replace( $this->parent->args['opt_name'] . '[', '', rtrim( $key, ']' ) );
|
327 |
$data[ $key ] = $value;
|
328 |
|
350 |
} else {
|
351 |
echo '<tr>';
|
352 |
}
|
353 |
+
|
354 |
echo '<th scope="row">' . wp_kses_post( $this->parent->field_head[ $field['id'] ] ) . '</th>';
|
355 |
echo '<td>';
|
356 |
|
357 |
$field['name'] = $field['id'];
|
358 |
$this->parent->render_class->field_input( $field );
|
359 |
+
|
360 |
echo '</td>';
|
361 |
echo '</tr>';
|
362 |
}
|
371 |
public function register_customizer_controls( WP_Customize_Manager $wp_customize ) {
|
372 |
if ( ! class_exists( 'Redux_Customizer_Section' ) ) {
|
373 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-section.php';
|
374 |
+
|
375 |
if ( method_exists( $wp_customize, 'register_section_type' ) ) {
|
376 |
$wp_customize->register_section_type( 'Redux_Customizer_Section' );
|
377 |
}
|
378 |
}
|
379 |
+
|
380 |
if ( ! class_exists( 'Redux_Customizer_Panel' ) ) {
|
381 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-panel.php';
|
382 |
+
|
383 |
if ( method_exists( $wp_customize, 'register_panel_type' ) ) {
|
384 |
$wp_customize->register_panel_type( 'Redux_Customizer_Panel' );
|
385 |
}
|
386 |
}
|
387 |
+
|
388 |
if ( ! class_exists( 'Redux_Customizer_Control' ) ) {
|
389 |
require_once dirname( __FILE__ ) . '/inc/class-redux-customizer-control.php';
|
390 |
}
|
391 |
|
|
|
|
|
|
|
|
|
392 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
393 |
do_action( 'redux/extension/customizer/control/includes' );
|
394 |
|
397 |
'option' => - 500,
|
398 |
);
|
399 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
$panel = '';
|
401 |
|
402 |
$this->parent->args['options_api'] = false;
|
462 |
}
|
463 |
$section['id'] = $this->parent->args['opt_name'] . '-' . $section['id'];
|
464 |
|
465 |
+
if ( method_exists( $wp_customize, 'add_panel' ) && ( ! isset( $section['subsection'] ) || ( true !== $section['subsection'] ) ) && isset( $this->parent->sections[ ( $key + 1 ) ]['subsection'] ) && $this->parent->sections[ ( $key + 1 ) ]['subsection'] ) {
|
466 |
$this->add_panel(
|
467 |
$this->parent->args['opt_name'] . '-' . $section['id'],
|
468 |
array(
|
492 |
$wp_customize
|
493 |
);
|
494 |
} else {
|
495 |
+
if ( ! isset( $section['subsection'] ) || ( true !== $section['subsection'] ) ) {
|
496 |
$panel = '';
|
497 |
}
|
498 |
|
511 |
);
|
512 |
}
|
513 |
|
514 |
+
if ( ( empty( $section['fields'] ) ) ) {
|
515 |
continue;
|
516 |
}
|
517 |
|
526 |
}
|
527 |
|
528 |
$this->options[ $option['id'] ] = $option;
|
529 |
+
add_action( 'redux/customizer/control/render/' . $this->parent->args['opt_name'] . '-' . $option['id'], array( $this, 'render' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
530 |
|
531 |
$option['permissions'] = $option['permissions'] ?? 'edit_theme_options';
|
532 |
|
558 |
'transport' => 'refresh',
|
559 |
'opt_name' => $this->parent->args['opt_name'],
|
560 |
'sanitize_callback' => array( $this, 'field_validation' ),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
)
|
562 |
);
|
563 |
}
|
577 |
require_once $icons_file;
|
578 |
}
|
579 |
}
|
580 |
+
$option['options'] = $this->parent->wordpress_data->get( $option['data'], $option['args'] );
|
|
|
581 |
}
|
582 |
|
583 |
$class_name = 'Redux_Customizer_Control_' . $option['type'];
|
615 |
}
|
616 |
|
617 |
$this->controls[ $section['fields'][ $skey ]['id'] ] = $section['fields'][ $skey ];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
618 |
}
|
619 |
}
|
620 |
}
|
631 |
if ( is_a( $id, 'WP_Customize_Section' ) ) {
|
632 |
$section = $id;
|
633 |
} else {
|
634 |
+
$section = new Redux_Customizer_Section( $wp_customize, $id, $args );
|
|
|
|
|
635 |
}
|
636 |
|
637 |
$wp_customize->add_section( $section, $args );
|
651 |
if ( is_a( $id, 'WP_Customize_Panel' ) ) {
|
652 |
$panel = $id;
|
653 |
} else {
|
654 |
+
$panel = new Redux_Customizer_Panel( $wp_customize, $id, $args );
|
|
|
|
|
655 |
}
|
656 |
|
657 |
$wp_customize->add_panel( $panel, $args );
|
658 |
}
|
659 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
660 |
/**
|
661 |
* Actions to take after customizer save.
|
|
|
|
|
662 |
*/
|
663 |
+
public function customizer_save_after() {
|
664 |
if ( empty( $this->parent->options ) ) {
|
665 |
$this->parent->get_options();
|
666 |
}
|
667 |
+
|
668 |
if ( empty( $this->orig_options ) && ! empty( $this->parent->options ) ) {
|
669 |
$this->orig_options = $this->parent->options;
|
670 |
}
|
682 |
if ( ! isset( $this->orig_options[ $key ] ) || $value !== $this->orig_options[ $key ] || ( isset( $this->orig_options[ $key ] ) && ! empty( $this->orig_options[ $key ] ) && empty( $value ) ) ) {
|
683 |
$this->parent->options[ $key ] = $value;
|
684 |
$changed = true;
|
685 |
+
|
686 |
if ( isset( $this->parent->compiler_fields[ $key ] ) ) {
|
687 |
$compiler = true;
|
688 |
}
|
701 |
do_action( "redux/options/{$this->parent->args['opt_name']}/compiler", $this->parent->options, $this->parent->compilerCSS );
|
702 |
|
703 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
704 |
+
do_action( "redux/options/{$this->parent->args['opt_name']}/compiler/advanced", $this->parent );
|
705 |
}
|
706 |
}
|
707 |
}
|
722 |
'save_pending' => esc_html__( 'You have changes that are not saved. Would you like to save them now?', 'redux-framework' ),
|
723 |
'reset_confirm' => esc_html__( 'Are you sure? Resetting will lose all custom values.', 'redux-framework' ),
|
724 |
'preset_confirm' => esc_html__( 'Your current options will be replaced with the values of this preset. Would you like to proceed?', 'redux-framework' ),
|
725 |
+
'opt_name' => $this->parent->args['opt_name'],
|
726 |
'options' => $this->parent->options,
|
727 |
'defaults' => $this->parent->options_defaults,
|
728 |
|
742 |
* @return void
|
743 |
*/
|
744 |
public function enqueue() {
|
|
|
|
|
745 |
$localize = array(
|
746 |
'save_pending' => esc_html__( 'You have changes that are not saved. Would you like to save them now?', 'redux-framework' ),
|
747 |
'reset_confirm' => esc_html__( 'Are you sure? Resetting will lose all custom values.', 'redux-framework' ),
|
748 |
'preset_confirm' => esc_html__( 'Your current options will be replaced with the values of this preset. Would you like to proceed?', 'redux-framework' ),
|
749 |
+
'opt_name' => $this->parent->args['opt_name'],
|
750 |
'field' => $this->parent->options,
|
751 |
'defaults' => $this->parent->options_defaults,
|
752 |
+
'folds' => $this->parent->folds,
|
|
|
|
|
753 |
);
|
754 |
|
755 |
// Values used by the javascript.
|
756 |
wp_localize_script( 'redux-js', 'redux_opts', $localize );
|
757 |
|
758 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
759 |
+
do_action( 'redux-enqueue-' . $this->parent->args['opt_name'] );
|
760 |
|
761 |
foreach ( $this->sections as $section ) {
|
762 |
if ( isset( $section['fields'] ) ) {
|
803 |
/**
|
804 |
* Validate the options before insertion
|
805 |
*
|
806 |
+
* @param array $value The options array.
|
807 |
*
|
808 |
+
* @return array $value
|
809 |
* @since 3.0.0
|
810 |
* @access public
|
811 |
*/
|
812 |
+
public function field_validation( array $value ): array {
|
813 |
|
814 |
return $value;
|
815 |
}
|
838 |
return $field;
|
839 |
}
|
840 |
}
|
|
|
|
|
|
|
|
|
841 |
}
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-control-dev.php
DELETED
@@ -1,47 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Redux Customizer Control Dev Class
|
4 |
-
*
|
5 |
-
* @class Redux_Customizer_Control_Dev
|
6 |
-
* @version 4.0.0
|
7 |
-
* @package Redux Framework
|
8 |
-
*/
|
9 |
-
|
10 |
-
defined( 'ABSPATH' ) || exit;
|
11 |
-
|
12 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Dev', false ) ) {
|
13 |
-
|
14 |
-
/**
|
15 |
-
* Class Redux_Customizer_Control_Dev
|
16 |
-
*/
|
17 |
-
class Redux_Customizer_Control_Dev extends WP_Customize_Control {
|
18 |
-
|
19 |
-
/**
|
20 |
-
* Field render.
|
21 |
-
*/
|
22 |
-
public function render() {
|
23 |
-
|
24 |
-
}
|
25 |
-
|
26 |
-
/**
|
27 |
-
* Label render.
|
28 |
-
*/
|
29 |
-
public function label() {
|
30 |
-
|
31 |
-
}
|
32 |
-
|
33 |
-
/**
|
34 |
-
* Description render.
|
35 |
-
*/
|
36 |
-
public function description() {
|
37 |
-
|
38 |
-
}
|
39 |
-
|
40 |
-
/**
|
41 |
-
* Title render.
|
42 |
-
*/
|
43 |
-
public function title() {
|
44 |
-
|
45 |
-
}
|
46 |
-
}
|
47 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-control.php
CHANGED
@@ -15,6 +15,13 @@ if ( ! class_exists( 'Redux_Customizer_Control', false ) ) {
|
|
15 |
*/
|
16 |
class Redux_Customizer_Control extends WP_Customize_Control {
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
/**
|
19 |
* Field render.
|
20 |
*/
|
@@ -44,7 +51,7 @@ if ( ! class_exists( 'Redux_Customizer_Control', false ) ) {
|
|
44 |
data-id="<?php echo esc_attr( $this->id ); ?>"
|
45 |
data-key="<?php echo esc_attr( str_replace( $opt_name . '-', '', $this->redux_id ) ); ?>"
|
46 |
class="redux-customizer-input"
|
47 |
-
id="customizer_control_id_<?php echo esc_attr( $this->redux_id ); ?>" <?php echo esc_url( $this->
|
48 |
value=""/>
|
49 |
<?php } ?>
|
50 |
<?php $this->render_content(); ?>
|
@@ -53,11 +60,11 @@ if ( ! class_exists( 'Redux_Customizer_Control', false ) ) {
|
|
53 |
}
|
54 |
|
55 |
/**
|
56 |
-
*
|
57 |
*/
|
58 |
public function render_content() {
|
59 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
60 |
-
do_action( 'redux/
|
61 |
}
|
62 |
|
63 |
/**
|
15 |
*/
|
16 |
class Redux_Customizer_Control extends WP_Customize_Control {
|
17 |
|
18 |
+
/**
|
19 |
+
* Redux ID.
|
20 |
+
*
|
21 |
+
* @var string
|
22 |
+
*/
|
23 |
+
public $redux_id = '';
|
24 |
+
|
25 |
/**
|
26 |
* Field render.
|
27 |
*/
|
51 |
data-id="<?php echo esc_attr( $this->id ); ?>"
|
52 |
data-key="<?php echo esc_attr( str_replace( $opt_name . '-', '', $this->redux_id ) ); ?>"
|
53 |
class="redux-customizer-input"
|
54 |
+
id="customizer_control_id_<?php echo esc_attr( $this->redux_id ); ?>" <?php echo esc_url( $this->get_link() ); ?>
|
55 |
value=""/>
|
56 |
<?php } ?>
|
57 |
<?php $this->render_content(); ?>
|
60 |
}
|
61 |
|
62 |
/**
|
63 |
+
* Render content hook.
|
64 |
*/
|
65 |
public function render_content() {
|
66 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
67 |
+
do_action( 'redux/customizer/control/render/' . $this->redux_id, $this );
|
68 |
}
|
69 |
|
70 |
/**
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-fields.php
DELETED
@@ -1,255 +0,0 @@
|
|
1 |
-
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
|
2 |
-
/**
|
3 |
-
* Redux Customizer Fields Class
|
4 |
-
*
|
5 |
-
* @class Redux_Core
|
6 |
-
* @version 4.0.0
|
7 |
-
* @package Redux Framework
|
8 |
-
*/
|
9 |
-
|
10 |
-
// phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
|
11 |
-
// phpcs:disable Generic.Files.OneObjectStructurePerFile.MultipleFound
|
12 |
-
// phpcs:disable Generic.Files.OneClassPerFile
|
13 |
-
|
14 |
-
defined( 'ABSPATH' ) || exit;
|
15 |
-
|
16 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Checkbox', false ) ) {
|
17 |
-
/**
|
18 |
-
* Class Redux_Customizer_Control_checkbox
|
19 |
-
*/
|
20 |
-
class Redux_Customizer_Control_Checkbox extends Redux_Customizer_Control {
|
21 |
-
/**
|
22 |
-
* Set control type.
|
23 |
-
*
|
24 |
-
* @var string
|
25 |
-
*/
|
26 |
-
public $type = 'redux-checkbox';
|
27 |
-
}
|
28 |
-
}
|
29 |
-
|
30 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Color_Rgba', false ) ) {
|
31 |
-
/**
|
32 |
-
* Class Redux_Customizer_Control_color_rgba
|
33 |
-
*/
|
34 |
-
class Redux_Customizer_Control_Color_Rgba extends Redux_Customizer_Control {
|
35 |
-
/**
|
36 |
-
* Set control type.
|
37 |
-
*
|
38 |
-
* @var string
|
39 |
-
*/
|
40 |
-
public $type = 'redux-color_rgba';
|
41 |
-
}
|
42 |
-
}
|
43 |
-
|
44 |
-
|
45 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Color', false ) ) {
|
46 |
-
/**
|
47 |
-
* Class Redux_Customizer_Control_color
|
48 |
-
*/
|
49 |
-
class Redux_Customizer_Control_Color extends Redux_Customizer_Control {
|
50 |
-
/**
|
51 |
-
* Set control type.
|
52 |
-
*
|
53 |
-
* @var string
|
54 |
-
*/
|
55 |
-
public $type = 'redux-color';
|
56 |
-
}
|
57 |
-
}
|
58 |
-
|
59 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Media', false ) ) {
|
60 |
-
/**
|
61 |
-
* Class Redux_Customizer_Control_media
|
62 |
-
*/
|
63 |
-
class Redux_Customizer_Control_Media extends Redux_Customizer_Control {
|
64 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
65 |
-
/**
|
66 |
-
* Set control type.
|
67 |
-
*
|
68 |
-
* @var string
|
69 |
-
*/
|
70 |
-
public $type = 'redux-media';
|
71 |
-
}
|
72 |
-
}
|
73 |
-
|
74 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Spinner', false ) ) {
|
75 |
-
/**
|
76 |
-
* Class Redux_Customizer_Control_spinner
|
77 |
-
*/
|
78 |
-
class Redux_Customizer_Control_Spinner extends Redux_Customizer_Control {
|
79 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
80 |
-
/**
|
81 |
-
* Set control type.
|
82 |
-
*
|
83 |
-
* @var string
|
84 |
-
*/
|
85 |
-
public $type = 'redux-spinner';
|
86 |
-
}
|
87 |
-
}
|
88 |
-
|
89 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Palette', false ) ) {
|
90 |
-
/**
|
91 |
-
* Class Redux_Customizer_Control_palette
|
92 |
-
*/
|
93 |
-
class Redux_Customizer_Control_Palette extends Redux_Customizer_Control {
|
94 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
95 |
-
/**
|
96 |
-
* Set control type.
|
97 |
-
*
|
98 |
-
* @var string
|
99 |
-
*/
|
100 |
-
public $type = 'redux-palette';
|
101 |
-
}
|
102 |
-
}
|
103 |
-
|
104 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Button_Set', false ) ) {
|
105 |
-
/**
|
106 |
-
* Class Redux_Customizer_Control_button_set
|
107 |
-
*/
|
108 |
-
class Redux_Customizer_Control_Button_Set extends Redux_Customizer_Control {
|
109 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
110 |
-
/**
|
111 |
-
* Set control type.
|
112 |
-
*
|
113 |
-
* @var string
|
114 |
-
*/
|
115 |
-
public $type = 'redux-button_set';
|
116 |
-
}
|
117 |
-
}
|
118 |
-
|
119 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Image_Select', false ) ) {
|
120 |
-
/**
|
121 |
-
* Class Redux_Customizer_Control_image_select
|
122 |
-
*/
|
123 |
-
class Redux_Customizer_Control_Image_Select extends Redux_Customizer_Control {
|
124 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
125 |
-
|
126 |
-
/**
|
127 |
-
* Set control type.
|
128 |
-
*
|
129 |
-
* @var string
|
130 |
-
*/
|
131 |
-
public $type = 'redux-image_select';
|
132 |
-
}
|
133 |
-
}
|
134 |
-
|
135 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Radio', false ) ) {
|
136 |
-
/**
|
137 |
-
* Class Redux_Customizer_Control_radio
|
138 |
-
*/
|
139 |
-
class Redux_Customizer_Control_Radio extends Redux_Customizer_Control {
|
140 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
141 |
-
/**
|
142 |
-
* Set control type.
|
143 |
-
*
|
144 |
-
* @var string
|
145 |
-
*/
|
146 |
-
public $type = 'redux-radio';
|
147 |
-
}
|
148 |
-
}
|
149 |
-
|
150 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Select', false ) ) {
|
151 |
-
/**
|
152 |
-
* Class Redux_Customizer_Control_select
|
153 |
-
*/
|
154 |
-
class Redux_Customizer_Control_Select extends Redux_Customizer_Control {
|
155 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
156 |
-
|
157 |
-
/**
|
158 |
-
* Set control type.
|
159 |
-
*
|
160 |
-
* @var string
|
161 |
-
*/
|
162 |
-
public $type = 'redux-select';
|
163 |
-
}
|
164 |
-
}
|
165 |
-
|
166 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Gallery', false ) ) {
|
167 |
-
/**
|
168 |
-
* Class Redux_Customizer_Control_gallery
|
169 |
-
*/
|
170 |
-
class Redux_Customizer_Control_Gallery extends Redux_Customizer_Control {
|
171 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
172 |
-
/**
|
173 |
-
* Set control type.
|
174 |
-
*
|
175 |
-
* @var string
|
176 |
-
*/
|
177 |
-
public $type = 'redux-gallery';
|
178 |
-
}
|
179 |
-
}
|
180 |
-
|
181 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Slider', false ) ) {
|
182 |
-
/**
|
183 |
-
* Class Redux_Customizer_Control_slider
|
184 |
-
*/
|
185 |
-
class Redux_Customizer_Control_Slider extends Redux_Customizer_Control {
|
186 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
187 |
-
/**
|
188 |
-
* Set control type.
|
189 |
-
*
|
190 |
-
* @var string
|
191 |
-
*/
|
192 |
-
public $type = 'redux-slider';
|
193 |
-
}
|
194 |
-
}
|
195 |
-
|
196 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Sortable', false ) ) {
|
197 |
-
/**
|
198 |
-
* Class Redux_Customizer_Control_sortable
|
199 |
-
*/
|
200 |
-
class Redux_Customizer_Control_Sortable extends Redux_Customizer_Control {
|
201 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
202 |
-
/**
|
203 |
-
* Set control type.
|
204 |
-
*
|
205 |
-
* @var string
|
206 |
-
*/
|
207 |
-
public $type = 'redux-sortable';
|
208 |
-
}
|
209 |
-
}
|
210 |
-
|
211 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Switch', false ) ) {
|
212 |
-
/**
|
213 |
-
* Class Redux_Customizer_Control_switch
|
214 |
-
*/
|
215 |
-
class Redux_Customizer_Control_Switch extends Redux_Customizer_Control {
|
216 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
217 |
-
/**
|
218 |
-
* Set control type.
|
219 |
-
*
|
220 |
-
* @var string
|
221 |
-
*/
|
222 |
-
public $type = 'redux-switch';
|
223 |
-
}
|
224 |
-
}
|
225 |
-
|
226 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Text', false ) ) {
|
227 |
-
/**
|
228 |
-
* Class Redux_Customizer_Control_text
|
229 |
-
*/
|
230 |
-
class Redux_Customizer_Control_Text extends Redux_Customizer_Control {
|
231 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
232 |
-
/**
|
233 |
-
* Set control type.
|
234 |
-
*
|
235 |
-
* @var string
|
236 |
-
*/
|
237 |
-
public $type = 'redux-text';
|
238 |
-
}
|
239 |
-
}
|
240 |
-
|
241 |
-
if ( ! class_exists( 'Redux_Customizer_Control_Textarea', false ) ) {
|
242 |
-
/**
|
243 |
-
* Class Redux_Customizer_Control_textarea
|
244 |
-
*/
|
245 |
-
class Redux_Customizer_Control_Textarea extends Redux_Customizer_Control {
|
246 |
-
// phpcs:ignore Generic.Files.OneClassPerFile
|
247 |
-
|
248 |
-
/**
|
249 |
-
* Set control type.
|
250 |
-
*
|
251 |
-
* @var string
|
252 |
-
*/
|
253 |
-
public $type = 'redux-textarea';
|
254 |
-
}
|
255 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-panel.php
CHANGED
@@ -37,6 +37,13 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
37 |
*/
|
38 |
public $opt_name = '';
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
/**
|
41 |
* Constructor.
|
42 |
* Any supplied $args override class property defaults.
|
@@ -44,7 +51,7 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
44 |
* @since 4.0.0
|
45 |
*
|
46 |
* @param WP_Customize_Manager $manager Customizer bootstrap instance.
|
47 |
-
* @param string $id
|
48 |
* @param array $args Panel arguments.
|
49 |
*/
|
50 |
public function __construct( $manager, $id, $args = array() ) {
|
@@ -53,8 +60,8 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
53 |
// Redux addition.
|
54 |
if ( isset( $args['section'] ) ) {
|
55 |
$this->section = $args['section'];
|
56 |
-
$this->description =
|
57 |
-
$this->opt_name =
|
58 |
}
|
59 |
}
|
60 |
|
@@ -77,9 +84,14 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
77 |
*/
|
78 |
protected function render_fallback() {
|
79 |
$classes = 'accordion-section redux-main redux-panel control-section control-panel control-panel-' . esc_attr( $this->type );
|
|
|
80 |
?>
|
81 |
-
<li id="accordion-panel-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>"
|
|
|
82 |
<h3 class="accordion-section-title" tabindex="0">
|
|
|
|
|
|
|
83 |
<?php
|
84 |
echo wp_kses(
|
85 |
$this->title,
|
@@ -140,8 +152,26 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
140 |
*
|
141 |
* @return array
|
142 |
*/
|
143 |
-
public function json() {
|
144 |
-
$array
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
$array['opt_name'] = $this->opt_name;
|
146 |
return $array;
|
147 |
}
|
@@ -182,4 +212,26 @@ class Redux_Customizer_Panel extends WP_Customize_Panel {
|
|
182 |
</li>
|
183 |
<?php
|
184 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
}
|
37 |
*/
|
38 |
public $opt_name = '';
|
39 |
|
40 |
+
/**
|
41 |
+
* Section array.
|
42 |
+
*
|
43 |
+
* @var array|mixed
|
44 |
+
*/
|
45 |
+
public $section = array();
|
46 |
+
|
47 |
/**
|
48 |
* Constructor.
|
49 |
* Any supplied $args override class property defaults.
|
51 |
* @since 4.0.0
|
52 |
*
|
53 |
* @param WP_Customize_Manager $manager Customizer bootstrap instance.
|
54 |
+
* @param string $id A specific ID for the panel.
|
55 |
* @param array $args Panel arguments.
|
56 |
*/
|
57 |
public function __construct( $manager, $id, $args = array() ) {
|
60 |
// Redux addition.
|
61 |
if ( isset( $args['section'] ) ) {
|
62 |
$this->section = $args['section'];
|
63 |
+
$this->description = $this->section['desc'] ?? '';
|
64 |
+
$this->opt_name = $args['opt_name'] ?? '';
|
65 |
}
|
66 |
}
|
67 |
|
84 |
*/
|
85 |
protected function render_fallback() {
|
86 |
$classes = 'accordion-section redux-main redux-panel control-section control-panel control-panel-' . esc_attr( $this->type );
|
87 |
+
|
88 |
?>
|
89 |
+
<li id="accordion-panel-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>"
|
90 |
+
data-width="<?php echo isset( $this->section['customizer_width'] ) ? esc_attr( $this->section['customizer_width'] ) : ''; ?>">
|
91 |
<h3 class="accordion-section-title" tabindex="0">
|
92 |
+
<?php if ( isset( $this->section['icon'] ) && ! empty( $this->section['icon'] ) ) : ?>
|
93 |
+
<i class="<?php echo esc_attr( $this->section['icon'] ); ?>"></i>
|
94 |
+
<?php endif; ?>
|
95 |
<?php
|
96 |
echo wp_kses(
|
97 |
$this->title,
|
152 |
*
|
153 |
* @return array
|
154 |
*/
|
155 |
+
public function json(): array {
|
156 |
+
$array = wp_array_slice_assoc(
|
157 |
+
parent::json(),
|
158 |
+
array(
|
159 |
+
'id',
|
160 |
+
'title',
|
161 |
+
'description',
|
162 |
+
'priority',
|
163 |
+
'type',
|
164 |
+
)
|
165 |
+
);
|
166 |
+
|
167 |
+
$array['content'] = $this->get_content();
|
168 |
+
$array['active'] = $this->active();
|
169 |
+
$array['instanceNumber'] = $this->instance_number;
|
170 |
+
|
171 |
+
// BEGIN Redux Additions.
|
172 |
+
$array['width'] = $this->section['customizer_width'] ?? '';
|
173 |
+
$array['icon'] = ( isset( $this->section['icon'] ) && ! empty( $this->section['icon'] ) ) ? $this->section['icon'] : 'hide';
|
174 |
+
|
175 |
$array['opt_name'] = $this->opt_name;
|
176 |
return $array;
|
177 |
}
|
212 |
</li>
|
213 |
<?php
|
214 |
}
|
215 |
+
|
216 |
+
/**
|
217 |
+
* An Underscore (JS) template for rendering this panel's container.
|
218 |
+
* Class variables for this panel class are available in the `data` JS object;
|
219 |
+
* export custom variables by overriding {@see WP_Customize_Panel::json()}.
|
220 |
+
*
|
221 |
+
* @see WP_Customize_Panel::print_template()
|
222 |
+
* @since 4.3.0
|
223 |
+
*/
|
224 |
+
protected function render_template() {
|
225 |
+
?>
|
226 |
+
<li id="accordion-panel-{{ data.id }}"
|
227 |
+
class="accordion-section redux-panel control-section control-panel control-panel-{{ data.type }}"
|
228 |
+
data-width="{{ data.width }}">
|
229 |
+
<h3 class="accordion-section-title" tabindex="0">
|
230 |
+
<# if ( data.icon ) { #><i class="{{ data.icon }}"></i> <# } #>{{ data.title }}
|
231 |
+
<span class="screen-reader-text"><?php echo esc_html__( 'Press return or enter to open this panel', 'redux-pro' ); ?></span>
|
232 |
+
</h3>
|
233 |
+
<ul class="accordion-sub-container control-panel-content"></ul>
|
234 |
+
</li>
|
235 |
+
<?php
|
236 |
+
}
|
237 |
}
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-section-dev.php
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Redux Customizer Section Dev Class
|
4 |
-
*
|
5 |
-
* @class Redux_Customizer_Section_Dev
|
6 |
-
* @version 4.0.0
|
7 |
-
* @package Redux Framework
|
8 |
-
*/
|
9 |
-
|
10 |
-
defined( 'ABSPATH' ) || exit;
|
11 |
-
|
12 |
-
if ( ! class_exists( 'Redux_Customizer_Section_Dev', false ) ) {
|
13 |
-
|
14 |
-
/**
|
15 |
-
* Customizer section representing widget area (sidebar).
|
16 |
-
*
|
17 |
-
* @package WordPress
|
18 |
-
* @subpackage Customize
|
19 |
-
* @since 4.1.0
|
20 |
-
* @see WP_Customize_Section
|
21 |
-
*/
|
22 |
-
class Redux_Customizer_Section_Dev extends WP_Customize_Section {
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Field render.
|
26 |
-
*/
|
27 |
-
protected function render() {}
|
28 |
-
|
29 |
-
}
|
30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redux-core/inc/extensions/customizer/inc/class-redux-customizer-section.php
CHANGED
@@ -33,6 +33,13 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
33 |
*/
|
34 |
public $opt_name = '';
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
/**
|
37 |
* Constructor.
|
38 |
* Any supplied $args override class property defaults.
|
@@ -40,7 +47,7 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
40 |
* @since 3.4.0
|
41 |
*
|
42 |
* @param WP_Customize_Manager $manager Customizer bootstrap instance.
|
43 |
-
* @param string $id
|
44 |
* @param array $args Section arguments.
|
45 |
*/
|
46 |
public function __construct( $manager, $id, $args = array() ) {
|
@@ -48,8 +55,8 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
48 |
// Redux addition.
|
49 |
if ( isset( $args['section'] ) ) {
|
50 |
$this->section = $args['section'];
|
51 |
-
$this->description =
|
52 |
-
$this->opt_name =
|
53 |
}
|
54 |
}
|
55 |
|
@@ -94,7 +101,7 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
94 |
<?php
|
95 |
if ( isset( $this->opt_name ) && isset( $this->section ) ) {
|
96 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
97 |
-
do_action( "redux/page
|
98 |
}
|
99 |
?>
|
100 |
<?php if ( ! empty( $this->description ) ) { ?>
|
@@ -115,9 +122,36 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
115 |
*
|
116 |
* @return array The array to be exported to the client as JSON.
|
117 |
*/
|
118 |
-
public function json() {
|
119 |
-
$array
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
$array['opt_name'] = $this->opt_name;
|
|
|
121 |
return $array;
|
122 |
}
|
123 |
|
@@ -134,13 +168,13 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
134 |
?>
|
135 |
<li id="accordion-section-{{ data.id }}"
|
136 |
class="redux-standalone-section redux-customizer-opt-name redux-section accordion-section control-section control-section-{{ data.type }}"
|
137 |
-
data-opt-name="{{ data.opt_name }}"
|
|
|
138 |
<h3 class="accordion-section-title" tabindex="0">
|
139 |
-
{{ data.title }}
|
140 |
<span class="screen-reader-text"><?php esc_html_e( 'Press return or enter to open', 'redux-framework' ); ?></span>
|
141 |
</h3>
|
142 |
<ul class="accordion-section-content redux-main">
|
143 |
-
|
144 |
<li class="customize-section-description-container">
|
145 |
<div class="customize-section-title">
|
146 |
<button class="customize-section-back" tabindex="-1">
|
@@ -158,7 +192,7 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
158 |
<?php
|
159 |
if ( isset( $this->opt_name ) && isset( $this->section ) ) {
|
160 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
161 |
-
do_action( "redux/page
|
162 |
}
|
163 |
?>
|
164 |
</li>
|
@@ -166,8 +200,4 @@ class Redux_Customizer_Section extends WP_Customize_Section {
|
|
166 |
</li>
|
167 |
<?php
|
168 |
}
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
}
|
33 |
*/
|
34 |
public $opt_name = '';
|
35 |
|
36 |
+
/**
|
37 |
+
* Section array.
|
38 |
+
*
|
39 |
+
* @var array|mixed
|
40 |
+
*/
|
41 |
+
public $section = array();
|
42 |
+
|
43 |
/**
|
44 |
* Constructor.
|
45 |
* Any supplied $args override class property defaults.
|
47 |
* @since 3.4.0
|
48 |
*
|
49 |
* @param WP_Customize_Manager $manager Customizer bootstrap instance.
|
50 |
+
* @param string $id A specific ID of the section.
|
51 |
* @param array $args Section arguments.
|
52 |
*/
|
53 |
public function __construct( $manager, $id, $args = array() ) {
|
55 |
// Redux addition.
|
56 |
if ( isset( $args['section'] ) ) {
|
57 |
$this->section = $args['section'];
|
58 |
+
$this->description = $this->section['desc'] ?? '';
|
59 |
+
$this->opt_name = $args['opt_name'] ?? '';
|
60 |
}
|
61 |
}
|
62 |
|
101 |
<?php
|
102 |
if ( isset( $this->opt_name ) && isset( $this->section ) ) {
|
103 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
104 |
+
do_action( "redux/page/$this->opt_name/section/before", $this->section );
|
105 |
}
|
106 |
?>
|
107 |
<?php if ( ! empty( $this->description ) ) { ?>
|
122 |
*
|
123 |
* @return array The array to be exported to the client as JSON.
|
124 |
*/
|
125 |
+
public function json(): array {
|
126 |
+
$array = wp_array_slice_assoc(
|
127 |
+
parent::json(),
|
128 |
+
array(
|
129 |
+
'id',
|
130 |
+
'title',
|
131 |
+
'description',
|
132 |
+
'priority',
|
133 |
+
'panel',
|
134 |
+
'type',
|
135 |
+
)
|
136 |
+
);
|
137 |
+
|
138 |
+
$array['content'] = $this->get_content();
|
139 |
+
$array['active'] = $this->active();
|
140 |
+
$array['instanceNumber'] = $this->instance_number;
|
141 |
+
|
142 |
+
if ( $this->panel ) {
|
143 |
+
/* translators: ▸ is the unicode right-pointing triangle, and %s is the section title in the Customizer */
|
144 |
+
$array['customizeAction'] = sprintf( __( 'Customizing ▸ %s', 'redux-framework' ), esc_html( $this->manager->get_panel( $this->panel )->title ) );
|
145 |
+
} else {
|
146 |
+
$array['customizeAction'] = __( 'Customizing', 'redux-framework' );
|
147 |
+
}
|
148 |
+
|
149 |
+
// BEGIN Redux Additions.
|
150 |
+
$array['width'] = $this->section['customizer_width'] ?? '';
|
151 |
+
$array['icon'] = ( isset( $this->section['icon'] ) && ! empty( $this->section['icon'] ) ) ? $this->section['icon'] : 'hide';
|
152 |
+
|
153 |
$array['opt_name'] = $this->opt_name;
|
154 |
+
|
155 |
return $array;
|
156 |
}
|
157 |
|
168 |
?>
|
169 |
<li id="accordion-section-{{ data.id }}"
|
170 |
class="redux-standalone-section redux-customizer-opt-name redux-section accordion-section control-section control-section-{{ data.type }}"
|
171 |
+
data-opt-name="{{ data.opt_name }}"
|
172 |
+
data-width="{{ data.width }}">
|
173 |
<h3 class="accordion-section-title" tabindex="0">
|
174 |
+
<# if ( data.icon ) { #><i class="{{ data.icon }}"></i> <# } #>{{ data.title }}
|
175 |
<span class="screen-reader-text"><?php esc_html_e( 'Press return or enter to open', 'redux-framework' ); ?></span>
|
176 |
</h3>
|
177 |
<ul class="accordion-section-content redux-main">
|
|
|
178 |
<li class="customize-section-description-container">
|
179 |
<div class="customize-section-title">
|
180 |
<button class="customize-section-back" tabindex="-1">
|
192 |
<?php
|
193 |
if ( isset( $this->opt_name ) && isset( $this->section ) ) {
|
194 |
// phpcs:ignore WordPress.NamingConventions.ValidHookName
|
195 |
+
do_action( "redux/page/$this->opt_name/section/before", $this->section );
|
196 |
}
|
197 |
?>
|
198 |
</li>
|
200 |
</li>
|
201 |
<?php
|
202 |
}
|
|
|
|
|
|
|
|
|
203 |
}
|
redux-core/inc/extensions/customizer/redux-extension-customizer.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/* global jQuery, document, redux, redux_change:true, wp */
|
2 |
|
3 |
/**
|
4 |
* SerializeJSON jQuery plugin.
|
@@ -16,7 +16,7 @@
|
|
16 |
$.fn.serializeJSON = function( options ) {
|
17 |
var serializedObject, formAsArray, keys, type, value, f, opts;
|
18 |
f = $.serializeJSON;
|
19 |
-
opts = f.setupOpts( options ); // Calculate values for options {parseNumbers,
|
20 |
formAsArray = this.serializeArray(); // Array of objects {name, value}.
|
21 |
f.readCheckboxUncheckedValues( formAsArray, this, opts ); // Add {name, value} of unchecked checkboxes if needed.
|
22 |
|
@@ -29,7 +29,7 @@
|
|
29 |
|
30 |
keys = f.splitInputNameIntoKeysArray( input.name, opts );
|
31 |
type = keys.pop(); // The last element is always the type ('string' by default).
|
32 |
-
if ( 'skip' !== type ) { //
|
33 |
value = f.parseValue( input.value, type, opts ); // String, number, boolean or null.
|
34 |
if ( opts.parseWithFunction && '_' === type ) {
|
35 |
value = opts.parseWithFunction( value, input.name );
|
@@ -43,7 +43,7 @@
|
|
43 |
return serializedObject;
|
44 |
};
|
45 |
|
46 |
-
// Use $.serializeJSON as namespace for the
|
47 |
// and to define defaults.
|
48 |
$.serializeJSON = {
|
49 |
|
@@ -53,7 +53,7 @@
|
|
53 |
parseNumbers: false, // Convert values like '1', '-2.33' to 1, -2.33.
|
54 |
parseBooleans: false, // Convert 'true', 'false' to true, false.
|
55 |
parseNulls: false, // Convert 'null' to null.
|
56 |
-
parseAll: false, // All
|
57 |
parseWithFunction: null, // To use custom parser, a function like: function(val){ return parsed_val; }.
|
58 |
|
59 |
customTypes: {}, // Override defaultTypes.
|
@@ -193,7 +193,7 @@
|
|
193 |
}
|
194 |
}, // Polyfill Object.keys to get option keys in IE<9.
|
195 |
|
196 |
-
// Split the input name in
|
197 |
// The last element is always the type (default "_").
|
198 |
// Examples:
|
199 |
// "foo" => ['foo', '_']
|
@@ -303,7 +303,7 @@
|
|
303 |
// with nextKey, set the value into the same object, in object[nextKey].
|
304 |
// Covers the case of ['', 'foo'] and ['', 'var'] to push the object {foo, var}, and the case of nested arrays.
|
305 |
if ( '' === key ) {
|
306 |
-
lastIdx = o.length - 1; //
|
307 |
lastVal = o[lastIdx];
|
308 |
if ( f.isObject( lastVal ) && ( f.isUndefined( lastVal[nextKey] ) || keys.length > 2 ) ) { // If nextKey is not present in the last object element, or there are more keys to deep set.
|
309 |
key = lastIdx; // then set the new value in the same object element.
|
@@ -385,6 +385,7 @@
|
|
385 |
var redux_initFields;
|
386 |
|
387 |
$( 'body' ).addClass( redux.customizer.body_class );
|
|
|
388 |
$( '.accordion-section.redux-section, .accordion-section.redux-panel, .accordion-section-title' ).on(
|
389 |
'click',
|
390 |
function() {
|
@@ -392,11 +393,92 @@
|
|
392 |
}
|
393 |
);
|
394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
if ( undefined === redux.optName ) {
|
396 |
console.log( 'Redux customizer extension failure' );
|
397 |
return;
|
398 |
}
|
399 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
redux.optName.args.disable_save_warn = true;
|
401 |
reduxChange = redux_change;
|
402 |
redux_change = function( variable ) {
|
@@ -412,6 +494,64 @@
|
|
412 |
};
|
413 |
};
|
414 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
redux.customizer.save = function( $obj ) {
|
416 |
var $parent = $obj.hasClass( 'redux-field' ) ? $obj : $obj.parents( '.redux-field-container:first' );
|
417 |
redux.customizer.inputSave( $parent );
|
1 |
+
/* global jQuery, document, redux, redux_change:true, wp, ajaxurl */
|
2 |
|
3 |
/**
|
4 |
* SerializeJSON jQuery plugin.
|
16 |
$.fn.serializeJSON = function( options ) {
|
17 |
var serializedObject, formAsArray, keys, type, value, f, opts;
|
18 |
f = $.serializeJSON;
|
19 |
+
opts = f.setupOpts( options ); // Calculate values for options {parseNumbers, parseBooleans, parseNulls}.
|
20 |
formAsArray = this.serializeArray(); // Array of objects {name, value}.
|
21 |
f.readCheckboxUncheckedValues( formAsArray, this, opts ); // Add {name, value} of unchecked checkboxes if needed.
|
22 |
|
29 |
|
30 |
keys = f.splitInputNameIntoKeysArray( input.name, opts );
|
31 |
type = keys.pop(); // The last element is always the type ('string' by default).
|
32 |
+
if ( 'skip' !== type ) { // Easy way to skip a value.
|
33 |
value = f.parseValue( input.value, type, opts ); // String, number, boolean or null.
|
34 |
if ( opts.parseWithFunction && '_' === type ) {
|
35 |
value = opts.parseWithFunction( value, input.name );
|
43 |
return serializedObject;
|
44 |
};
|
45 |
|
46 |
+
// Use $.serializeJSON as namespace for the auxiliary functions
|
47 |
// and to define defaults.
|
48 |
$.serializeJSON = {
|
49 |
|
53 |
parseNumbers: false, // Convert values like '1', '-2.33' to 1, -2.33.
|
54 |
parseBooleans: false, // Convert 'true', 'false' to true, false.
|
55 |
parseNulls: false, // Convert 'null' to null.
|
56 |
+
parseAll: false, // All the above.
|
57 |
parseWithFunction: null, // To use custom parser, a function like: function(val){ return parsed_val; }.
|
58 |
|
59 |
customTypes: {}, // Override defaultTypes.
|
193 |
}
|
194 |
}, // Polyfill Object.keys to get option keys in IE<9.
|
195 |
|
196 |
+
// Split the input name in programmatically readable keys.
|
197 |
// The last element is always the type (default "_").
|
198 |
// Examples:
|
199 |
// "foo" => ['foo', '_']
|
303 |
// with nextKey, set the value into the same object, in object[nextKey].
|
304 |
// Covers the case of ['', 'foo'] and ['', 'var'] to push the object {foo, var}, and the case of nested arrays.
|
305 |
if ( '' === key ) {
|
306 |
+
lastIdx = o.length - 1; // assume o is array.
|
307 |
lastVal = o[lastIdx];
|
308 |
if ( f.isObject( lastVal ) && ( f.isUndefined( lastVal[nextKey] ) || keys.length > 2 ) ) { // If nextKey is not present in the last object element, or there are more keys to deep set.
|
309 |
key = lastIdx; // then set the new value in the same object element.
|
385 |
var redux_initFields;
|
386 |
|
387 |
$( 'body' ).addClass( redux.customizer.body_class );
|
388 |
+
|
389 |
$( '.accordion-section.redux-section, .accordion-section.redux-panel, .accordion-section-title' ).on(
|
390 |
'click',
|
391 |
function() {
|
393 |
}
|
394 |
);
|
395 |
|
396 |
+
$( '.accordion-section.redux-section h3, .accordion-section.redux-panel h3' ).on(
|
397 |
+
'click',
|
398 |
+
function() {
|
399 |
+
redux.customizer.resize( $( this ).parent() );
|
400 |
+
}
|
401 |
+
);
|
402 |
+
|
403 |
if ( undefined === redux.optName ) {
|
404 |
console.log( 'Redux customizer extension failure' );
|
405 |
return;
|
406 |
}
|
407 |
|
408 |
+
$( '.control-panel-back, .customize-panel-back' ).on(
|
409 |
+
'click',
|
410 |
+
function() {
|
411 |
+
$( document ).find( 'form#customize-controls' ).removeAttr( 'style' );
|
412 |
+
$( document ).find( '.wp-full-overlay' ).removeAttr( 'style' );
|
413 |
+
redux.customizer.width = 0;
|
414 |
+
}
|
415 |
+
);
|
416 |
+
|
417 |
+
$( '.control-section-back, .customize-section-back' ).on(
|
418 |
+
'click',
|
419 |
+
function() {
|
420 |
+
redux.customizer.resize( $( this ).parent().parent().parent() );
|
421 |
+
}
|
422 |
+
);
|
423 |
+
|
424 |
+
if ( redux.customizer ) {
|
425 |
+
|
426 |
+
// Customizer save hook.
|
427 |
+
$( '#customize-save-button-wrapper #save' ).on(
|
428 |
+
'click',
|
429 |
+
function() {
|
430 |
+
setTimeout(
|
431 |
+
function() {
|
432 |
+
var $parent = $( document.getElementById( 'customize-controls' ) );
|
433 |
+
var $data = $parent.serialize();
|
434 |
+
var nonce = $( '.redux-customizer-nonce' ).data( 'nonce' );
|
435 |
+
|
436 |
+
$.ajax(
|
437 |
+
{
|
438 |
+
type: 'post',
|
439 |
+
dataType: 'json',
|
440 |
+
url: ajaxurl,
|
441 |
+
data: {
|
442 |
+
action: redux.optName.args.opt_name + '_customizer_save',
|
443 |
+
nonce: nonce,
|
444 |
+
opt_name: redux.optName.args.opt_name,
|
445 |
+
data: $data
|
446 |
+
},
|
447 |
+
error: function( response ) {
|
448 |
+
if ( true === redux.optName.args.dev_mode ) {
|
449 |
+
console.log( response.responseText );
|
450 |
+
}
|
451 |
+
},
|
452 |
+
success: function( response ) {
|
453 |
+
if ( 'success' === response.status ) {
|
454 |
+
console.log( response );
|
455 |
+
$( '.redux-action_bar .spinner' ).removeClass( 'is-active' );
|
456 |
+
redux.optName.options = response.options;
|
457 |
+
redux.optName.errors = response.errors;
|
458 |
+
redux.optName.warnings = response.warnings;
|
459 |
+
redux.optName.sanitize = response.sanitize;
|
460 |
+
|
461 |
+
if ( null !== response.errors || null !== response.warnings ) {
|
462 |
+
$.redux.notices();
|
463 |
+
}
|
464 |
+
|
465 |
+
if ( null !== response.sanitize ) {
|
466 |
+
$.redux.sanitize();
|
467 |
+
}
|
468 |
+
} else {
|
469 |
+
console.log( response.responseText );
|
470 |
+
}
|
471 |
+
}
|
472 |
+
}
|
473 |
+
);
|
474 |
+
|
475 |
+
},
|
476 |
+
1000
|
477 |
+
);
|
478 |
+
}
|
479 |
+
);
|
480 |
+
}
|
481 |
+
|
482 |
redux.optName.args.disable_save_warn = true;
|
483 |
reduxChange = redux_change;
|
484 |
redux_change = function( variable ) {
|
494 |
};
|
495 |
};
|
496 |
|
497 |
+
redux.customizer.resize = function( el ) {
|
498 |
+
var width;
|
499 |
+
var test;
|
500 |
+
var id;
|
501 |
+
|
502 |
+
if ( el.attr( 'data-width' ) ) {
|
503 |
+
redux.customizer.width = el.attr( 'data-width' );
|
504 |
+
|
505 |
+
width = redux.customizer.width;
|
506 |
+
|
507 |
+
} else {
|
508 |
+
width = redux.customizer.width;
|
509 |
+
}
|
510 |
+
|
511 |
+
if ( $( 'body' ).width() < 640 ) {
|
512 |
+
width = '';
|
513 |
+
}
|
514 |
+
if ( '' !== width ) {
|
515 |
+
test = $( '#' + el.attr( 'aria-owns' ) );
|
516 |
+
|
517 |
+
if ( test.length > 0 ) {
|
518 |
+
el = test;
|
519 |
+
}
|
520 |
+
}
|
521 |
+
|
522 |
+
if ( el.hasClass( 'open' ) || el.hasClass( 'current-panel' ) || el.hasClass( 'current-section' ) ) {
|
523 |
+
if ( '' !== width ) {
|
524 |
+
$( document ).find( 'form#customize-controls' ).attr(
|
525 |
+
'style',
|
526 |
+
'width:' + width + ';'
|
527 |
+
);
|
528 |
+
$( document ).find( '.wp-full-overlay' ).attr(
|
529 |
+
'style',
|
530 |
+
'margin-left:' + width + ';'
|
531 |
+
);
|
532 |
+
}
|
533 |
+
} else {
|
534 |
+
id = el.attr( 'id' );
|
535 |
+
id = $( '*[aria-owns="' + id + '"]' ).parents( '.redux-panel:first' ).attr( 'id' );
|
536 |
+
|
537 |
+
width = $( '*[aria-owns="' + id + '"]' ).attr( 'data-width' );
|
538 |
+
|
539 |
+
if ( ! width ) {
|
540 |
+
$( document ).find( 'form#customize-controls' ).removeAttr( 'style' );
|
541 |
+
$( document ).find( '.wp-full-overlay' ).removeAttr( 'style' );
|
542 |
+
} else {
|
543 |
+
$( document ).find( 'form#customize-controls' ).attr(
|
544 |
+
'style',
|
545 |
+
'width:' + width + ';'
|
546 |
+
);
|
547 |
+
$( document ).find( '.wp-full-overlay' ).attr(
|
548 |
+
'style',
|
549 |
+
'margin-left:' + width + ';'
|
550 |
+
);
|
551 |
+
}
|
552 |
+
}
|
553 |
+
};
|
554 |
+
|
555 |
redux.customizer.save = function( $obj ) {
|
556 |
var $parent = $obj.hasClass( 'redux-field' ) ? $obj : $obj.parents( '.redux-field-container:first' );
|
557 |
redux.customizer.inputSave( $parent );
|
redux-core/inc/extensions/customizer/redux-extension-customizer.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(c){"use strict";c.fn.serializeJSON=function(e){var r,
|
1 |
+
!function(c){"use strict";c.fn.serializeJSON=function(e){var t,r,i,s,a=c.serializeJSON,o=a.setupOpts(e),e=this.serializeArray();return a.readCheckboxUncheckedValues(e,this,o),t={},c.each(e,function(e,n){r=a.splitInputNameIntoKeysArray(n.name,o),"skip"!==(i=r.pop())&&(s=a.parseValue(n.value,i,o),o.parseWithFunction&&"_"===i&&(s=o.parseWithFunction(s,n.name)),a.deepSet(t,r,s,o))}),t},c.serializeJSON={defaultOptions:{checkboxUncheckedValue:void 0,parseNumbers:!1,parseBooleans:!1,parseNulls:!1,parseAll:!1,parseWithFunction:null,customTypes:{},defaultTypes:{string:function(e){return String(e)},number:function(e){return Number(e)},boolean:function(e){return-1===["false","null","undefined","","0"].indexOf(e)},null:function(e){return-1!==["false","null","undefined","","0"].indexOf(e)?null:e},array:function(e){return JSON.parse(e)},object:function(e){return JSON.parse(e)},auto:function(e){return c.serializeJSON.parseValue(e,null,{parseNumbers:!0,parseBooleans:!0,parseNulls:!0})}},useIntKeysAsArrayIndex:!1},setupOpts:function(n){var e,t,r,i,s=c.serializeJSON;for(e in null==n&&(n={}),r=s.defaultOptions||{},t=["checkboxUncheckedValue","parseNumbers","parseBooleans","parseNulls","parseAll","parseWithFunction","customTypes","defaultTypes","useIntKeysAsArrayIndex"],n)if(-1===t.indexOf(e))throw new Error("serializeJSON ERROR: invalid option "+e+". Please use one of "+t.join(", "));return i=(s=function(e){return!1!==n[e]&&""!==n[e]&&(n[e]||r[e])})("parseAll"),{checkboxUncheckedValue:s("checkboxUncheckedValue"),parseNumbers:i||s("parseNumbers"),parseBooleans:i||s("parseBooleans"),parseNulls:i||s("parseNulls"),parseWithFunction:s("parseWithFunction"),typeFunctions:c.extend({},s("defaultTypes"),s("customTypes")),useIntKeysAsArrayIndex:s("useIntKeysAsArrayIndex")}},parseValue:function(e,n,t){var r=c.serializeJSON,n=t.typeFunctions&&t.typeFunctions[n];return n?n(e):t.parseNumbers&&r.isNumeric(e)?Number(e):!t.parseBooleans||"true"!==e&&"false"!==e?t.parseNulls&&"null"===e?null:e:"true"===e},isObject:function(e){return e===Object(e)},isUndefined:function(e){return void 0===e},isValidArrayIndex:function(e){return/^[0-9]+$/.test(String(e))},isNumeric:function(e){return 0<=e-parseFloat(e)},optionKeys:function(e){var n,t;if(Object.keys)return Object.keys(e);for(t in n=[],e)e.hasOwnProperty(t)&&n.push(t);return n},splitInputNameIntoKeysArray:function(e,n){e=c.serializeJSON.extractTypeFromInputName(e,n),n=e[0],e=e[1],n=n.split("[");return""===(n=c.map(n,function(e){return e.replace(/]/g,"")}))[0]&&n.shift(),n.push(e),n},extractTypeFromInputName:function(e,n){var t,r=e.match(/(.*):([^:]+)$/);if(r){if((n=(t=c.serializeJSON).optionKeys(n?n.typeFunctions:t.defaultOptions.defaultTypes)).push("skip"),-1!==n.indexOf(r[2]))return[r[1],r[2]];throw new Error("serializeJSON ERROR: Invalid type "+r[2]+' found in input name "'+e+'", please use one of '+n.join(", "))}return[e,"_"]},deepSet:function(e,n,t,r){var i,s,a,o,u;if(null===r&&(r={}),(u=c.serializeJSON).isUndefined(e))throw new Error("ArgumentError: param 'o' expected to be an object or array, found undefined");if(!n||0===n.length)throw new Error("ArgumentError: param 'keys' expected to be an array with least one element");i=n[0],1===n.length?""===i?e.push(t):e[i]=t:(s=n[1],""===i&&(o=e[a=e.length-1],i=u.isObject(o)&&(u.isUndefined(o[s])||2<n.length)?a:1+a),""===s||r.useIntKeysAsArrayIndex&&u.isValidArrayIndex(s)?!u.isUndefined(e[i])&&c.isArray(e[i])||(e[i]=[]):!u.isUndefined(e[i])&&u.isObject(e[i])||(e[i]={}),o=n.slice(1),u.deepSet(e[i],o,t,r))},readCheckboxUncheckedValues:function(t,e,r){var n,i,s;null===r&&(r={}),s=c.serializeJSON,e.find(n="input[type=checkbox][name]:not(:checked):not([disabled])").add(e.filter(n)).each(function(e,n){i=c(n),(i=i.attr("data-unchecked-value"))?t.push({name:n.name,value:i}):s.isUndefined(r.checkboxUncheckedValue)||t.push({name:n.name,value:r.checkboxUncheckedValue})})}}}(window.jQuery||window.$),function(r){"use strict";redux.customizer=redux.customizer||{},r(document).ready(function(){redux.customizer.init()}),redux.customizer.init=function(){var n,e;r("body").addClass(redux.customizer.body_class),r(".accordion-section.redux-section, .accordion-section.redux-panel, .accordion-section-title").on("click",function(){r.redux.initFields()}),r(".accordion-section.redux-section h3, .accordion-section.redux-panel h3").on("click",function(){redux.customizer.resize(r(this).parent())}),void 0!==redux.optName?(r(".control-panel-back, .customize-panel-back").on("click",function(){r(document).find("form#customize-controls").removeAttr("style"),r(document).find(".wp-full-overlay").removeAttr("style"),redux.customizer.width=0}),r(".control-section-back, .customize-section-back").on("click",function(){redux.customizer.resize(r(this).parent().parent().parent())}),redux.customizer&&r("#customize-save-button-wrapper #save").on("click",function(){setTimeout(function(){var e=r(document.getElementById("customize-controls")).serialize(),n=r(".redux-customizer-nonce").data("nonce");r.ajax({type:"post",dataType:"json",url:ajaxurl,data:{action:redux.optName.args.opt_name+"_customizer_save",nonce:n,opt_name:redux.optName.args.opt_name,data:e},error:function(e){!0===redux.optName.args.dev_mode&&console.log(e.responseText)},success:function(e){"success"===e.status?(console.log(e),r(".redux-action_bar .spinner").removeClass("is-active"),redux.optName.options=e.options,redux.optName.errors=e.errors,redux.optName.warnings=e.warnings,redux.optName.sanitize=e.sanitize,null===e.errors&&null===e.warnings||r.redux.notices(),null!==e.sanitize&&r.redux.sanitize()):console.log(e.responseText)}})},1e3)}),redux.optName.args.disable_save_warn=!0,n=redux_change,redux_change=function(e){e=r(e),n.apply(this,arguments),redux.customizer.save(e)},e=r.redux.initFields,r.redux.initFiles=function(){e()}):console.log("Redux customizer extension failure")},redux.customizer.resize=function(e){e.attr("data-width")&&(redux.customizer.width=e.attr("data-width"));var n,t=redux.customizer.width;(e=""!==(t=r("body").width()<640?"":t)&&0<(n=r("#"+e.attr("aria-owns"))).length?n:e).hasClass("open")||e.hasClass("current-panel")||e.hasClass("current-section")?""!==t&&(r(document).find("form#customize-controls").attr("style","width:"+t+";"),r(document).find(".wp-full-overlay").attr("style","margin-left:"+t+";")):(n=e.attr("id"),n=r('*[aria-owns="'+n+'"]').parents(".redux-panel:first").attr("id"),(t=r('*[aria-owns="'+n+'"]').attr("data-width"))?(r(document).find("form#customize-controls").attr("style","width:"+t+";"),r(document).find(".wp-full-overlay").attr("style","margin-left:"+t+";")):(r(document).find("form#customize-controls").removeAttr("style"),r(document).find(".wp-full-overlay").removeAttr("style")))},redux.customizer.save=function(e){e=e.hasClass("redux-field")?e:e.parents(".redux-field-container:first");redux.customizer.inputSave(e)},redux.customizer.inputSave=function(e){var n=(n=(e=e.hasClass("redux-field-container")?e:e.parents('[class^="redux-field-container"]')).parent().find(".redux-customizer-input").data("id"))||(e=e.parents(".redux-container-repeater:first")).parent().find(".redux-customizer-input").data("id"),t=e.find(":input").serializeJSON();r.each(t,function(e,n){t=n}),e=e.parent().find(".redux-customizer-input").data("key"),t[e]&&(t=t[e]),e=wp.customize.control(n),JSON.stringify(e.setting._value)!==JSON.stringify(t)&&(e.setting._value=null),e.setting.set(t)}}(jQuery);
|
redux-core/inc/extensions/import_export/import_export/redux-import-export.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.import_export=redux.field_objects.import_export||{},redux.field_objects.import_export.copy_text=function(e){var t=document.createElement("textarea");document.body.appendChild(t),t.textContent=e,t.select(),document.execCommand("copy"),t.remove()},redux.field_objects.import_export.get_options=function(e){var t=n("#redux-export-code-copy"),e=ajaxurl+"?download=0&action=redux_download_options-"+redux.optName.args.opt_name+"&secret="+e;t.addClass("disabled").attr("disabled","disabled"),t.text(t.data("copy")),n.get(e,function(e){redux.field_objects.import_export.copy_text(e),t.removeClass("disabled"),t.text(t.data("copied")),setTimeout(function(){t.text(t.data("copy")).removeClass("disabled").removeAttr("disabled")},2e3)})},redux.field_objects.import_export.init=function(e){e=n.redux.getSelector(e,"import_export"),n(e).each(function(){var e,t,o=n(this),i=o;(i
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.import_export=redux.field_objects.import_export||{},redux.field_objects.import_export.copy_text=function(e){var t=document.createElement("textarea");document.body.appendChild(t),t.textContent=e,t.select(),document.execCommand("copy"),t.remove()},redux.field_objects.import_export.get_options=function(e){var t=n("#redux-export-code-copy"),e=ajaxurl+"?download=0&action=redux_download_options-"+redux.optName.args.opt_name+"&secret="+e;t.addClass("disabled").attr("disabled","disabled"),t.text(t.data("copy")),n.get(e,function(e){redux.field_objects.import_export.copy_text(e),t.removeClass("disabled"),t.text(t.data("copied")),setTimeout(function(){t.text(t.data("copy")).removeClass("disabled").removeAttr("disabled")},2e3)})},redux.field_objects.import_export.init=function(e){e=n.redux.getSelector(e,"import_export"),n(e).each(function(){var e,t,o=n(this),i=o;(i=o.hasClass("redux-field-container")?i:o.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),o.each(function(){n("#redux-import").on("click",function(e){if(""===n("#import-code-value").val()&&""===n("#import-link-value").val())return e.preventDefault(),!1}),n(this).find("#redux-import-code-button").on("click",function(){var e=n("#redux-import-code-wrapper");e.is(":visible")?(n("#import-link-value").val(""),n("#redux-import-link-wrapper").fadeOut("fast",function(){e.fadeIn("fast",function(){n("#import-code-value").focus()})})):e.is(":visible")?e.fadeOut():e.fadeIn("medium",function(){n("#import-code-value").focus()})}),n(this).find("#redux-export-code-dl").on("click",function(e){e.preventDefault(),window.onbeforeunload?confirm(ImportExport.unchanged_values)&&(n("#redux_top_save").click(),setTimeout(function(){window.open(n(this).attr("href"))},2e3)):window.open(n(this).attr("href"))}),n(this).find("#redux-import-upload").on("click",function(){n("#redux-import-upload-file").click()}),document.getElementById("redux-import-upload-file").addEventListener("change",function(){var e=document.getElementById("redux-import-upload-file").files[0],t=new FileReader;n("#redux-import-upload span").text(": "+e.name),t.onload=function(){var e=t.result;n("#import-code-value").val(e)},t.readAsText(e)}),n(this).find("#redux-export-code-copy").on("click",function(e){var t=n("#redux-export-code"),o=n(this).data("secret");e.preventDefault(),window.onbeforeunload?confirm(ImportExport.unchanged_values)&&(n("#redux_top_save").click(),setTimeout(function(){redux.field_objects.import_export.get_options(o,t)},2e3)):redux.field_objects.import_export.get_options(o,t)}),n(this).find("textarea").on("focusout",function(){var e=n(this).attr("id"),t=n(this);("import-link-value"!==e&&"import-code-value"!==e?t:n(this).parent()).fadeOut("medium",function(){"redux-export-link-value"!==e&&t.text("")})}),(e=document.getElementById("redux-export-code")).onfocus=function(){e.select(),e.onmouseup=function(){return e.onmouseup=null,!1}},(t=document.getElementById("import-code-value")).onfocus=function(){t.select(),t.onmouseup=function(){return t.onmouseup=null,!1}}}))})}}(jQuery);
|
redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php
CHANGED
@@ -450,7 +450,7 @@ if ( ! class_exists( 'Redux_Extension_Metaboxes', false ) ) {
|
|
450 |
* @return array
|
451 |
*/
|
452 |
public function override_options( array $options ): array {
|
453 |
-
$this->parent->
|
454 |
$this->parent_defaults = $this->parent->options_defaults;
|
455 |
|
456 |
$meta = $this->get_meta( $this->post_id );
|
@@ -1042,11 +1042,11 @@ if ( ! class_exists( 'Redux_Extension_Metaboxes', false ) ) {
|
|
1042 |
*/
|
1043 |
private function field_default( $field_id ) {
|
1044 |
if ( ! isset( $this->parent->options_defaults ) ) {
|
1045 |
-
$this->parent->options_defaults = $this->parent->
|
1046 |
}
|
1047 |
|
1048 |
if ( ! isset( $this->parent->options ) || empty( $this->parent->options ) ) {
|
1049 |
-
$this->parent->
|
1050 |
}
|
1051 |
|
1052 |
$this->options = $this->parent->options;
|
450 |
* @return array
|
451 |
*/
|
452 |
public function override_options( array $options ): array {
|
453 |
+
$this->parent->default_values();
|
454 |
$this->parent_defaults = $this->parent->options_defaults;
|
455 |
|
456 |
$meta = $this->get_meta( $this->post_id );
|
1042 |
*/
|
1043 |
private function field_default( $field_id ) {
|
1044 |
if ( ! isset( $this->parent->options_defaults ) ) {
|
1045 |
+
$this->parent->options_defaults = $this->parent->default_values();
|
1046 |
}
|
1047 |
|
1048 |
if ( ! isset( $this->parent->options ) || empty( $this->parent->options ) ) {
|
1049 |
+
$this->parent->options_class->get();
|
1050 |
}
|
1051 |
|
1052 |
$this->options = $this->parent->options;
|
redux-core/inc/extensions/options_object/options_object/redux-options-object.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){redux.field_objects=redux.field_objects||{},redux.field_objects.options_object=redux.field_objects.options_object||{},redux.field_objects.options_object.init=function(e){var o;(o
|
1 |
+
!function(t){redux.field_objects=redux.field_objects||{},redux.field_objects.options_object=redux.field_objects.options_object||{},redux.field_objects.options_object.init=function(e){var o;(o=(o=e=t.redux.getSelector(e,"options_object")).hasClass("redux-field-container")?o:e.parents(".redux-field-container:first")).hasClass("redux-field-init")&&(o.removeClass("redux-field-init"),t("#consolePrintObject").on("click",function(e){e.preventDefault(),console.log(t.parseJSON(t("#redux-object-json").html()))}),"function"==typeof jsonView&&jsonView("#redux-object-json","#redux-object-browser"))}}(jQuery);
|
redux-core/inc/extensions/repeater/repeater/redux-repeater.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(s){"use strict";var o,c;redux.field_objects=redux.field_objects||{},redux.field_objects.repeater=redux.field_objects.repeater||{},redux.field_objects.repeater.init=function(e){e=e||s(document).find(".redux-group-tab:visible").find(".redux-container-repeater:visible"),s(e).each(function(){var e,r,t=s(this),a=t;(a
|
1 |
+
!function(s){"use strict";var o,c;redux.field_objects=redux.field_objects||{},redux.field_objects.repeater=redux.field_objects.repeater||{},redux.field_objects.repeater.init=function(e){e=e||s(document).find(".redux-group-tab:visible").find(".redux-container-repeater:visible"),s(e).each(function(){var e,r,t=s(this),a=t;(a=t.hasClass("redux-field-container")?a:t.parents(".redux-field-container:first")).is(":hidden")||a.hasClass("redux-field-init")&&(a.removeClass("redux-field-init"),t.hasClass("redux-field-container")||(a=t.parents(".redux-field-container:first")),e=t.parents(".redux-ajax-security").data("opt-name"),o=void 0===e?redux:redux.optName,e=a.attr("data-id"),r=t.find(".redux-repeater-accordion-repeater:last-child"),o.repeater[e].blank=r.clone().wrap("<p>").parent().html(),a.hasClass("redux-container-repeater")&&a.addClass("redux-field-init"),a.hasClass("redux-field-init")&&(a.removeClass("redux-field-init"),redux.field_objects.repeater.setAccordion(t,e),redux.field_objects.repeater.bindTitle(t),redux.field_objects.repeater.remove(t,e),redux.field_objects.repeater.add(t)))})},redux.field_objects.repeater.add=function(n){String.prototype.reduxReplaceAll=function(e,r){return this.replace(new RegExp(e.replace(/[.^$*+?()[{\|]/g,"\\$&"),"g"),r)},n.find(".redux-repeaters-add").on("click",function(){var e,r,t,a,i,d;redux_change(s(this)),s(this).hasClass("button-disabled")||(r=(e=s(this).parent().find(".redux-repeater-accordion:first")).find(".redux-repeater-accordion-repeater").length,t=e.attr("data-id"),""!==o.repeater[t].limit&&r>=o.repeater[t].limit?s(this).addClass("button-disabled"):(r+=1,a=e.find(".redux-repeater-accordion-repeater").length,e.find(".redux-repeater-accordion-repeater:last").find(".ui-accordion-header").hasClass("ui-state-active")&&e.find(".redux-repeater-accordion-repeater:last").find(".ui-accordion-header").trigger("click"),0===(i=e.find(".redux-repeater-accordion-repeater:last").clone(!0,!0)).length&&(i=o.repeater[t].blank),o.repeater[t]&&(o.repeater[t].count=n.find(".redux-repeater-header").length,d=o.repeater[t].html.reduxReplaceAll("99999",a),s(i).find(".redux-repeater-header").text("")),i.find(".ui-accordion-content").html(d),s(e).append(i),redux.field_objects.repeater.sort_repeaters(i),(i=s(this).parent().find(".redux-repeater-accordion:first")).find(".redux-repeater-accordion-repeater:last .ui-accordion-header").trigger("click"),i.find(".redux-repeater-accordion-repeater:last .bind_title").on("change keyup",function(e){e=0<s(e.target).find(":selected").text().length?s(e.target).find(":selected").text():s(e.target).val();s(this).closest(".redux-repeater-accordion-repeater").find(".redux-repeater-header").text(e)}),s.redux.checkRequired(n),0<o.repeater[t].limit&&r>=o.repeater[t].limit&&s(this).addClass("button-disabled"),!0===c&&2<=r&&n.find(".redux-repeater-accordion").accordion("option",{active:!1}),redux.field_objects.repeater.remove(i)))})},redux.field_objects.repeater.remove=function(t){t.find(".redux-repeaters-remove").on("click",function(){var e,r;redux_change(s(this)),e=s(this).parents(".redux-container-repeater:first"),r=e.attr("data-id"),o.repeater[r].blank=s(this).parents(".redux-repeater-accordion-repeater:first").clone(!0,!0),s(this).parents(".redux-repeater-accordion-repeater:first").slideUp("medium",function(){s(this).remove(),redux.field_objects.repeater.sort_repeaters(t),""!==o.repeater[r].limit&&e.find(".redux-repeater-accordion-repeater").length<o.repeater[r].limit&&e.find(".redux-repeaters-add").removeClass("button-disabled"),e.find(".redux-repeater-accordion-repeater:last .ui-accordion-header").trigger("click")})}),t.find(".redux-repeater-accordion-repeater").hasClass("close-me")&&t.find(".redux-repeaters-remove").trigger("click")},redux.field_objects.repeater.bindTitle=function(e){e.find(".redux-repeater-accordion-repeater .bind_title").on("change keyup",function(e){e=0<s(e.target).find(":selected").text().length?s(e.target).find(":selected").text():s(e.target).val();s(this).closest(".redux-repeater-accordion-repeater").find(".redux-repeater-header").text(e)})},redux.field_objects.repeater.setAccordion=function(i,e){var r=i.find(".redux-repeater-accordion"),r=!0===(c=Boolean(r.data("panels-closed")))?Boolean(!1):parseInt(0),r=i.find(".redux-repeater-accordion").accordion({header:"> div > fieldset > h3",collapsible:!0,active:r,beforeActivate:function(e,r){var t=s(this).next(".redux-repeaters-add").attr("data-name"),a=t.indexOf("[");t.substr(0,a);"function"==typeof reduxRepeaterAccordionBeforeActivate&&reduxRepeaterAccordionBeforeActivate(s(this),i,e,r.optName)},activate:function(e,r){var t,a;s.redux.initFields(),"function"==typeof reduxRepeaterAccordionActivate&&(a=(t=s(this).next(".redux-repeaters-add").attr("data-name")).indexOf("["),t=t.substr(0,a),reduxRepeaterAccordionActivate(s(this),i,e,r,t))},heightStyle:"content",icons:{header:"ui-icon-plus",activeHeader:"ui-icon-minus"}});!0===o.repeater[e].sortable?r.sortable({axis:"y",handle:"h3",placeholder:"ui-state-highlight",start:function(e,r){r.placeholder.height(r.item.height()),r.placeholder.width(r.item.width())},stop:function(e,r){r.item.children("h3").triggerHandler("focusout"),redux.field_objects.repeater.sort_repeaters(s(this))}}):r.find("h3.ui-accordion-header").css("cursor","pointer")},redux.field_objects.repeater.sort_repeaters=function(e){(e=e.hasClass("redux-container-repeater")?e:e.parents(".redux-container-repeater:first")).find(".redux-repeater-accordion-repeater").each(function(e){var r,t=s(this).attr("data-sortid"),a=s(this).find(".redux-field .repeater[name*='["+t+"]']");a.each(function(){s(this).attr("name",s(this).attr("name").replace("["+t+"]","["+e+"]"))}),(a=s(this).find(".slide-title")).attr("name",a.attr("name").replace("["+t+"]","["+e+"]")),a.attr("data-key",e),s(this).attr("data-sortid",e),r=(a=s(this).find(".ui-accordion-header")).attr("id").split("-header-"),a.attr("id",r[0]+"-header-"+e),r=a.attr("aria-controls").split("-panel-"),a.attr("aria-controls",r[0]+"-panel-"+e),r=(a=s(this).find(".ui-accordion-content")).attr("id").split("-panel-"),a.attr("id",r[0]+"-panel-"+e),r=a.attr("aria-labelledby").split("-header-"),a.attr("aria-labelledby",r[0]+"-header-"+e)})},redux.field_objects.repeater.check_parents_dependencies=function(a){var i="",e=a,r=e.lastIndexOf("-"),d=e.substring(r+1),r=e.replace(d,"99999");return o.required_child.hasOwnProperty(r)?s.each(o.required_child[r],function(e,r){var t;return s("#"+o.args.opt_name+"-"+r.parent+"-"+d).hasClass("hide")?i=!1:!1!==i?(null!==(t=s("#"+o.args.opt_name+"-"+r.parent+"-"+d).serializeForm())&&"object"==typeof t&&t.hasOwnProperty(o.args.opt_name)&&(t=t[o.args.opt_name][r.parent][d]),t=t=s("#"+o.args.opt_name+"-"+a).hasClass("redux-container-media")?t.url:t,i=s.redux.check_dependencies_visibility(t,r),!1):void 0}):i=!0,i},redux_hook(s.redux,"required",function(e,r){s.each(redux.folds,function(e,r){var t,a;-1!==e.indexOf("-99999")&&(e=e.replace("-99999","")),(t=s("[id^="+redux.args.opt_name+"-"+e+"]")).addClass("fold"),"hide"===r&&(t.addClass("hide"),t.hasClass("redux-container-section")&&(a=s("#section-"+e)).hasClass("redux-section-indent-start")&&(s("#section-table-"+e).hide().addClass("hide"),a.hide().addClass("hide")),t.hasClass("redux-container-info")&&s("#info-"+e).hide().addClass("hide"),t.hasClass("redux-container-divide")&&s("#divide-"+e).hide().addClass("hide"),t.hasClass("redux-container-raw")&&t.parents().find("table#"+redux.args.opt_name+"-"+e).hide().addClass("hide"))})}),redux_hook(s.redux,"check_dependencies",function(e,r,t){var a,d,i,n;s(t).hasClass("repeater")&&(a=(t=s(t)).parents(".redux-field:first").data("id"),t=t.parents(".redux-field-container:first"),d=t.hasClass("hide"),t=a.lastIndexOf("-"),i=a.substring(0,t),n=a.substring(t+1),s.each(o.optName.required[i],function(e,r){var t,a,i;-1!==e.indexOf("99999")&&(e=e.replace("99999",n)),t=s(this),a=!1,i=s("#"+o.args.opt_name+"-"+e),!0===(a=d?a:redux.field_objects.repeater.check_parents_dependencies(e))?i.fadeIn(300,function(){s(this).removeClass("hide"),o.required.hasOwnProperty(e)&&s.redux.check_dependencies(s("#"+o.args.opt_name+"-"+e).children().first()),s.redux.initFields()}):i.fadeOut(100,function(){s(this).addClass("hide"),o.required.hasOwnProperty(e)&&s.redux.required_recursive_hide(e)}),t.find("select, radio, input[type=checkbox]").trigger("change")}))})}(jQuery);
|
redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php
CHANGED
@@ -183,7 +183,7 @@ if ( ! class_exists( 'Redux_Shortcodes' ) ) {
|
|
183 |
|
184 |
switch ( $atts['data'] ) {
|
185 |
case 'is_child':
|
186 |
-
return is_child_theme();
|
187 |
default:
|
188 |
$return = $this->theme_info->get( $atts['data'] );
|
189 |
|
183 |
|
184 |
switch ( $atts['data'] ) {
|
185 |
case 'is_child':
|
186 |
+
return Redux_Helpers::is_child_theme( get_template_directory() );
|
187 |
default:
|
188 |
$return = $this->theme_info->get( $atts['data'] );
|
189 |
|
redux-core/inc/fields/ace_editor/redux-ace-editor.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.ace_editor=redux.field_objects.ace_editor||{},redux.field_objects.ace_editor.init=function(e){e=n.redux.getSelector(e,"ace_editor"),n(e).each(function(){var s=n(this),e=s;(e
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.ace_editor=redux.field_objects.ace_editor||{},redux.field_objects.ace_editor.init=function(e){e=n.redux.getSelector(e,"ace_editor"),n(e).each(function(){var s=n(this),e=s;(e=s.hasClass("redux-field-container")?e:s.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),s.find(".ace-editor").each(function(e,t){var i=t,a=JSON.parse(n(this).parent().find(".localize_data").val()),d=n(t).attr("data-editor"),r=ace.edit(d);r.setTheme("ace/theme/"+jQuery(t).attr("data-theme")),r.getSession().setMode("ace/mode/"+n(t).attr("data-mode")),(s.hasClass("redux-field-container")?s:s.parents(".redux-field-container:first")).attr("data-id"),r.setOptions(a),r.on("change",function(){n("#"+i.id).val(r.getSession().getValue()),redux_change(n(t)),r.resize()})}))})}}(jQuery);
|
redux-core/inc/fields/background/redux-background.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(o){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.background=redux.field_objects.background||{},redux.field_objects.background.init=function(e){e=o.redux.getSelector(e,"background"),o(e).each(function(){var t=o(this),e=t;(e
|
1 |
+
!function(o){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.background=redux.field_objects.background||{},redux.field_objects.background.init=function(e){e=o.redux.getSelector(e,"background"),o(e).each(function(){var t=o(this),e=t;(e=t.hasClass("redux-field-container")?e:t.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),t.find(".redux-remove-background").off("click").on("click",function(e){return e.preventDefault(),redux.field_objects.background.removeImage(o(this).parents(".redux-container-background:first")),redux.field_objects.background.preview(o(this)),!1}),t.find(".redux-background-upload").off().on("click",function(e){redux.field_objects.background.addImage(e,o(this).parents(".redux-container-background:first"))}),t.find(".redux-background-input").on("change",function(){redux.field_objects.background.preview(o(this))}),t.find(".redux-color").wpColorPicker({change:function(e,r){o(this).val(r.color.toString()),redux_change(o(this)),o("#"+e.target.id+"-transparency").removeAttr("checked"),redux.field_objects.background.preview(o(this))},clear:function(e){redux_change(o(this).parent().find(".redux-color-init")),redux.field_objects.background.preview(o(this))}}),t.find(".redux-color").on("blur",function(){var e=o(this).val(),r="#"+o(this).attr("id");"transparent"===e?(o(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),t.find(r+"-transparency").attr("checked","checked")):(colorValidate(this)===e&&0!==e.indexOf("#")&&o(this).val(o(this).data("oldcolor")),t.find(r+"-transparency").removeAttr("checked"))}),t.find(".redux-color").on("focus",function(){o(this).data("oldcolor",o(this).val())}),t.find(".redux-color").on("keyup",function(){var e=o(this).val(),r=colorValidate(this),i="#"+o(this).attr("id");"transparent"===e?(o(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),t.find(i+"-transparency").attr("checked","checked")):(t.find(i+"-transparency").removeAttr("checked"),r&&r!==o(this).val()&&o(this).val(r))}),t.find(".color-transparency").on("click",function(){var e;o(this).is(":checked")?(t.find(".redux-saved-color").val(o("#"+o(this).data("id")).val()),t.find("#"+o(this).data("id")).val("transparent"),t.find("#"+o(this).data("id")).parents(".redux-field-container").find(".wp-color-result").css("background-color","transparent")):(""===(e=o(this).parents(".redux-field-container").find(".redux-saved-color").val())&&(e=o("#"+o(this).data("id")).data("default-color")),t.find("#"+o(this).data("id")).parents(".redux-field-container").find(".wp-color-result").css("background-color",e),t.find("#"+o(this).data("id")).val(e)),redux_change(o(this))}),t.find(" .redux-background-repeat, .redux-background-clip, .redux-background-origin, .redux-background-size, .redux-background-attachment, .redux-background-position").select2())})},redux.field_objects.background.preview=function(e){var r,i=!0,e=o(e).parents(".redux-container-background:first"),t=o(e).find(".background-preview");t&&(r="height:"+t.height()+"px;",o(e).find(".redux-background-input").each(function(){var e=o(this).serializeArray();(e=e[0])&&-1!==e.name.indexOf("[background-")&&""!==e.value&&(i=!1,e.name=e.name.split("[background-"),e.name="background-"+e.name[1].replace("]",""),"background-image"===e.name?r+=e.name+':url("'+e.value+'");':r+=e.name+":"+e.value+";")}),i?t.slideUp():t.attr("style",r).fadeIn())},redux.field_objects.background.addImage=function(e,a){var n,r=o(this);e.preventDefault(),n||(n=wp.media({multiple:!1,library:{},title:r.data("choose"),button:{text:r.data("update")}})).on("select",function(){var e,r,i,t,d=n.state().get("selection").first();if(n.close(),"image"===d.attributes.type){if(a.find(".upload").val(d.attributes.url),a.find(".upload-id").val(d.attributes.id),a.find(".upload-height").val(d.attributes.height),a.find(".upload-width").val(d.attributes.width),redux_change(o(a).find(".upload-id")),e=d.attributes.url,void 0!==d.attributes.sizes&&void 0!==d.attributes.sizes.thumbnail)e=d.attributes.sizes.thumbnail.url;else if(void 0!==d.attributes.sizes)for(i in r=d.attributes.height,d.attributes.sizes)d.attributes.sizes.hasOwnProperty(i)&&(t=d.attributes.sizes[i]).height<r&&(r=t.height,e=t.url);else e=d.attributes.icon;a.find(".upload-thumbnail").val(e),a.find(".upload").hasClass("noPreview")||a.find(".screenshot").empty().hide().append('<img class="redux-option-image" src="'+e+'">').slideDown("fast"),a.find(".redux-remove-background").removeClass("hide"),a.find(".redux-background-input-properties").slideDown(),redux.field_objects.background.preview(a.find(".upload"))}}),n.open()},redux.field_objects.background.removeImage=function(e){e.find(".redux-remove-background").addClass("hide")&&(e.find(".redux-remove-background").addClass("hide"),e.find(".upload").val(""),e.find(".upload-id").val(""),e.find(".upload-height").val(""),e.find(".upload-width").val(""),redux_change(o(e).find(".upload-id")),e.find(".redux-background-input-properties").hide(),e.find(".screenshot").slideUp(),e.find(".remove-file").off(),0<o(".section-upload .upload-notice").length&&o(".redux-background-upload").remove())}}(jQuery);
|
redux-core/inc/fields/border/redux-border.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.border=redux.field_objects.border||{},redux.field_objects.border.init=function(e){e=t.redux.getSelector(e,"border"),t(e).each(function(){var i=t(this),e=i;(e
|
1 |
+
!function(t){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.border=redux.field_objects.border||{},redux.field_objects.border.init=function(e){e=t.redux.getSelector(e,"border"),t(e).each(function(){var i=t(this),e=i;(e=i.hasClass("redux-field-container")?e:i.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),i.find(".redux-border-top, .redux-border-right, .redux-border-bottom, .redux-border-left, .redux-border-all").numeric({allowMinus:!1}),i.find(".redux-border-style").select2(),i.find(".redux-border-input").on("change",function(){var e,r=t(this).parents(".redux-field:first").find(".field-units").val();0!==t(this).parents(".redux-field:first").find(".redux-border-units").length&&(r=t(this).parents(".redux-field:first").find(".redux-border-units option:selected").val()),e=t(this).val(),void 0!==r&&e&&(e+=r),t(this).hasClass("redux-border-all")?t(this).parents(".redux-field:first").find(".redux-border-value").each(function(){t(this).val(e)}):t("#"+t(this).attr("rel")).val(e)}),i.find(".redux-border-units").on("change",function(){t(this).parents(".redux-field:first").find(".redux-border-input").change()}),i.find(".redux-color-init").wpColorPicker({change:function(e,r){t(this).val(r.color.toString()),redux_change(t(this)),i.find("#"+e.target.getAttribute("data-id")+"-transparency").removeAttr("checked")},clear:function(e,r){t(this).val(r.color.toString()),redux_change(t(this).parent().find(".redux-color-init"))}}),i.find(".redux-color").on("keyup",function(){var e=colorValidate(this);e&&e!==t(this).val()&&t(this).val(e)}),i.find(".redux-color").on("blur",function(){var e=t(this).val();colorValidate(this)===e&&0!==e.indexOf("#")&&t(this).val(t(this).data("oldcolor"))}),i.find(".redux-color").on("keydown",function(){t(this).data("oldkeypress",t(this).val())}))})}}(jQuery);
|
redux-core/inc/fields/box_shadow/redux-box-shadow.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(l){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.box_shadow=redux.field_objects.box_shadow||{},redux.field_objects.box_shadow.init=function(e){e=e||l(document).find(".redux-group-tab:visible").find(".redux-container-box_shadow:visible"),l(e).each(function(){var e=l(this),d=e;(d
|
1 |
+
!function(l){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.box_shadow=redux.field_objects.box_shadow||{},redux.field_objects.box_shadow.init=function(e){e=e||l(document).find(".redux-group-tab:visible").find(".redux-container-box_shadow:visible"),l(e).each(function(){var e=l(this),d=e;(d=e.hasClass("redux-field-container")?d:e.parents(".redux-field-container:first")).is(":hidden")||d.hasClass("redux-field-init")&&(d.removeClass("redux-field-init"),redux.field_objects.box_shadow.colorPicker(e),redux.field_objects.box_shadow.sliderInit(e),e.find(".checkbox").on("click",function(){var e=0,d=l(this).parents(".col-2"),i=d.find(".redux-box-shadow-slider"),d=d.find(".wp-picker-container"),a=l(this).parent("label");l(this).is(":checked")?(e=l(this).parent().find(".checkbox-check").attr("data-val"),d.removeClass("disabled"),i.attr("disabled",!1),a.removeClass("pro-disabled")):(d.addClass("disabled"),i.attr("disabled",!0),a.addClass("pro-disabled")),l(this).parent().find(".checkbox-check").val(e),redux.field_objects.box_shadow.changeValue(l(this),!0)}))})},redux.field_objects.box_shadow.colorPicker=function(e){var d=e.find(".redux-color-init").wpColorPicker({change:function(e,d){l(this).val(d.color.toString()),redux.field_objects.box_shadow.changeValue(l(this),!0)},clear:function(e,d){l(this).val(d.color.toString()),redux.field_objects.box_shadow.changeValue(l(this).parent().find(".redux-color-init"),!0)}}),i=e.data("id");d.each(function(){var e=l(this).parents(".col-2"),d=e.data("shadow"),d=e.find('label[for="'+i+"-"+d+'-shadow"]'),e=e.find(".wp-picker-container");d.hasClass("pro-disabled")&&e.addClass("disabled")})},redux.field_objects.box_shadow.sliderInit=function(e){e.find(".redux-box-shadow-slider").each(function(){var d=l(this).data("id"),e=l(this).data("min"),i=l(this).data("max"),a=l(this).data("step"),o=l(this).data("default"),s=l(this).data("label"),r=Boolean(l(this).data("rtl")),e=[e,i],t=l(this).reduxNoUiSlider({range:e,start:o,handles:1,step:a,connect:"lower",behaviour:"tap-drag",rtl:r,serialization:{resolution:a},slide:function(){var e=t.val();l(this).next("#redux-slider-value-"+d).attr("value",e),l(this).prev("label").html(s+": <strong>"+e+"px</strong>"),redux.field_objects.box_shadow.changeValue(l(this),!0)}})})},redux.field_objects.box_shadow.changeValue=function(e,d){var i=e.parents(".redux-container-box_shadow"),a=i.find(".box-shadow-controls"),o=a.find(".shadow-inset"),a=a.find(".shadow-drop"),s=i.data("id"),r=i.find("#shadow-result"),t="";0<o.length&&o.find(".checkbox").is(":checked")&&(o=i.find("#"+s+"-inset-color").val(),t="inset "+i.find("#redux-slider-value-"+s+"-inset-horizontal").val()+"px "+i.find("#redux-slider-value-"+s+"-inset-vertical").val()+"px "+i.find("#redux-slider-value-"+s+"-inset-blur").val()+"px "+i.find("#redux-slider-value-"+s+"-inset-spread").val()+"px "+o),0<a.length&&a.find(".checkbox").is(":checked")&&(o=i.find("#"+s+"-drop-color").val(),""!==t&&(t+=","),t=t+i.find("#redux-slider-value-"+s+"-drop-horizontal").val()+"px "+i.find("#redux-slider-value-"+s+"-drop-vertical").val()+"px "+i.find("#redux-slider-value-"+s+"-drop-blur").val()+"px "+i.find("#redux-slider-value-"+s+"-drop-spread").val()+"px "+o),r.css({"box-shadow":t,"-webkit-box-shadow":t,"-moz-box-shadow":t,"-o-box-shadow":t}),d&&redux_change(e)}}(jQuery);
|
redux-core/inc/fields/button_set/redux-button-set.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.button_set=redux.field_objects.button_set||{},redux.field_objects.button_set.init=function(t){t=a.redux.getSelector(t,"button_set"),a(t).each(function(){var t=a(this),e=t;(e
|
1 |
+
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.button_set=redux.field_objects.button_set||{},redux.field_objects.button_set.init=function(t){t=a.redux.getSelector(t,"button_set"),a(t).each(function(){var t=a(this),e=t;(e=t.hasClass("redux-field-container")?e:t.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),t.find(".buttonset").each(function(){a(this).is(":checkbox")&&a(this).find(".buttonset-item").button(),a(this).controlgroup()}),t.find(".buttonset-item.multi").on("click",function(){var t="",e="",i=a(this).attr("id"),n=a(this).parent().find(".buttonset-empty"),s=n.attr("data-name"),d=!1;a(this).parent().find(".buttonset-item").each(function(){a(this).is(":checked")&&(d=!0)}),d?n.attr("name",""):n.attr("name",s),a(this).is(":checked")&&(t=a(this).attr("data-val"),e=s+"[]"),a(this).parent().find("#"+i+"-hidden.buttonset-check").val(t),a(this).parent().find("#"+i+"-hidden.buttonset-check").attr("name",e),redux_change(a(this))}))})}}(jQuery);
|
redux-core/inc/fields/checkbox/class-redux-checkbox.php
CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'Redux_Checkbox', false ) ) {
|
|
33 |
$this->field['args'] = array();
|
34 |
}
|
35 |
|
36 |
-
$this->field['options'] = $this->parent->
|
37 |
if ( empty( $this->field['options'] ) ) {
|
38 |
return;
|
39 |
}
|
33 |
$this->field['args'] = array();
|
34 |
}
|
35 |
|
36 |
+
$this->field['options'] = $this->parent->wordpress_data->get( $this->field['data'], $this->field['args'], $this->parent->args['opt_name'], $this->value );
|
37 |
if ( empty( $this->field['options'] ) ) {
|
38 |
return;
|
39 |
}
|
redux-core/inc/fields/checkbox/redux-checkbox.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.checkbox=redux.field_objects.checkbox||{},redux.field_objects.checkbox.init=function(e){e=i.redux.getSelector(e,"checkbox"),i(e).each(function(){var e=i(this),c=e;(c
|
1 |
+
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.checkbox=redux.field_objects.checkbox||{},redux.field_objects.checkbox.init=function(e){e=i.redux.getSelector(e,"checkbox"),i(e).each(function(){var e=i(this),c=e;(c=e.hasClass("redux-field-container")?c:e.parents(".redux-field-container:first")).is(":hidden")||c.hasClass("redux-field-init")&&(c.removeClass("redux-field-init"),e.find(".checkbox").on("click",function(){var e=0;i(this).is(":checked")&&(e=i(this).parent().find(".checkbox-check").attr("data-val")),i(this).parent().find(".checkbox-check").val(e),redux_change(i(this))}))})}}(jQuery);
|
redux-core/inc/fields/color/redux-color.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.color=redux.field_objects.color||{},redux.field_objects.color.init=function(r){r=i.redux.getSelector(r,"color"),i(r).each(function(){var a=i(this),r=a;(r
|
1 |
+
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.color=redux.field_objects.color||{},redux.field_objects.color.init=function(r){r=i.redux.getSelector(r,"color"),i(r).each(function(){var a=i(this),r=a;(r=a.hasClass("redux-field-container")?r:a.parents(".redux-field-container:first")).is(":hidden")||r.hasClass("redux-field-init")&&(r.removeClass("redux-field-init"),a.find("input.redux-color").hasClass("alpha-enabled")&&a.addClass("alpha-enabled"),a.find(".redux-color-init").wpColorPicker({change:function(r,t){i(this).val(t.color.toString()),redux_change(i(this)),a.find("#"+r.target.getAttribute("data-id")+"-transparency").prop("checked",!1)},clear:function(){i(this).val(""),redux_change(i(this).parent().find(".redux-color-init"))}}),a.find(".redux-color").on("focus",function(){i(this).data("oldcolor",i(this).val())}),a.find(".redux-color").on("keyup",function(){var r=i(this).val(),t=colorValidate(this),e="#"+i(this).attr("id");"transparent"===r?(i(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),a.find(e+"-transparency").prop("checked",!0)):(a.find(e+"-transparency").prop("checked",!1),t&&t!==i(this).val()&&i(this).val(t))}),a.find(".redux-color").on("blur",function(){var r=i(this).val(),t="#"+i(this).attr("id");"transparent"===r?(i(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),a.find(t+"-transparency").attr("checked","checked")):(colorValidate(this)===r&&0!==r.indexOf("#")&&i(this).val(i(this).data("oldcolor")),a.find(t+"-transparency").prop("checked",!1))}),a.find(".redux-color").on("keydown",function(){i(this).data("oldkeypress",i(this).val())}),a.find(".color-transparency").on("click",function(){var r;i(this).is(":checked")?(a.find(".redux-saved-color").val(i("#"+i(this).data("id")).val()),a.find("#"+i(this).data("id")).val("transparent"),a.find("#"+i(this).data("id")).parents(".redux-field-container").find(".wp-color-result").css("background-color","transparent")):(""===(r=i(this).parents(".redux-field-container").find(".redux-saved-color").val())&&(r=i("#"+i(this).data("id")).data("default-color")),a.find("#"+i(this).data("id")).parents(".redux-field-container").find(".wp-color-result").css("background-color",r),a.find("#"+i(this).data("id")).val(r)),redux_change(i(this))}))})}}(jQuery);
|
redux-core/inc/fields/color_gradient/redux-color-gradient.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(d){"use strict";var t=!1;redux.field_objects=redux.field_objects||{},redux.field_objects.color_gradient=redux.field_objects.color_gradient||{},redux.field_objects.color_gradient.init=function(e){e=d.redux.getSelector(e,"color_gradient"),d(e).each(function(){var i=d(this),e=i;(e
|
1 |
+
!function(d){"use strict";var t=!1;redux.field_objects=redux.field_objects||{},redux.field_objects.color_gradient=redux.field_objects.color_gradient||{},redux.field_objects.color_gradient.init=function(e){e=d.redux.getSelector(e,"color_gradient"),d(e).each(function(){var i=d(this),e=i;(e=i.hasClass("redux-field-container")?e:i.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),void 0===redux.field_objects.pro&&void 0!==redux.field_objects.gradient_filters&&(t=!0,redux.field_objects.gradient_filters.sliderInit(i,"color_gradient"),redux.field_objects.gradient_filters.selectChange(i,"color_gradient")),i.find(".redux-color-init").wpColorPicker({change:function(e,r){d(this).val(r.color.toString()),t&&redux.field_objects.gradient_filters.changeValue(d(this),!0,"color_gradient"),i.find("#"+e.target.getAttribute("data-id")+"-transparency").removeAttr("checked")},clear:function(){d(this).val(""),t&&redux.field_objects.gradient_filters.changeValue(d(this).parent().find(".redux-color-init"),!0,"color_gradient")}}),i.find(".redux-color").on("keyup",function(){var e=d(this).val(),r=colorValidate(this),t="#"+d(this).attr("id");"transparent"===e?(d(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),i.find(t+"-transparency").attr("checked","checked")):(i.find(t+"-transparency").removeAttr("checked"),r&&r!==d(this).val()&&d(this).val(r))}),i.find(".redux-color").on("blur",function(){var e=d(this).val(),r="#"+d(this).attr("id");"transparent"===e?(d(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),i.find(r+"-transparency").attr("checked","checked")):(e===colorValidate(this)&&0!==e.indexOf("#")&&d(this).val(d(this).data("oldcolor")),i.find(r+"-transparency").removeAttr("checked"))}),i.find(".redux-color").on("keydown",function(){d(this).data("oldkeypress",d(this).val())}),i.find(".color-transparency").on("click",function(){var e;d(this).is(":checked")?(i.find(".redux-saved-color").val(d("#"+d(this).data("id")).val()),i.find("#"+d(this).data("id")).val("transparent"),i.find("#"+d(this).data("id")).parents(".colorGradient").find(".wp-color-result").css("background-color","transparent")):(""===(e=d(this).parents(".colorGradient").find(".redux-saved-color").val())&&(e=d("#"+d(this).data("id")).data("default-color")),i.find("#"+d(this).data("id")).parents(".colorGradient").find(".wp-color-result").css("background-color",e),i.find("#"+d(this).data("id")).val(e)),t&&redux.field_objects.gradient_filters.changeValue(d(this),!0,"color_gradient"),redux_change(d(this))}))})}}(jQuery);
|
redux-core/inc/fields/color_rgba/redux-color-rgba.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(B){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.color_rgba=redux.field_objects.color_rgba||{},redux.field_objects.color_rgba.fieldID="",redux.field_objects.color_rgba.hexToRGBA=function(e,a){
|
1 |
+
!function(B){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.color_rgba=redux.field_objects.color_rgba||{},redux.field_objects.color_rgba.fieldID="",redux.field_objects.color_rgba.hexToRGBA=function(e,a){e=null===e?"":(e=e.replace("#",""),"rgba("+parseInt(e.substring(0,2),16)+","+parseInt(e.substring(2,4),16)+","+parseInt(e.substring(4,6),16)+","+a+")");return e},redux.field_objects.color_rgba.init=function(e){e=B.redux.getSelector(e,"color_rgba"),B(e).each(function(){var e=B(this),a=e;(a=e.hasClass("redux-field-container")?a:e.parents(".redux-field-container:first")).is(":hidden")||a.hasClass("redux-field-init")&&(a.removeClass("redux-field-init"),redux.field_objects.color_rgba.modInit(e),redux.field_objects.color_rgba.initColorPicker(e))})},redux.field_objects.color_rgba.modInit=function(e){redux.field_objects.color_rgba.fieldID=e.find(".redux-color_rgba-container").data("id")},redux.field_objects.color_rgba.initColorPicker=function(r){var i=redux.field_objects.color_rgba.fieldID,e=r.find(".redux-color-rgba"),s=e.data("current-alpha"),a=e.data("current-color"),u=e.data("output-transparent"),t=r.find(".redux-color-rgba-container"),o=t.data("palette"),c=t.data("show-input"),l=t.data("show-initial"),d=t.data("show-alpha"),n=t.data("allow-empty"),f=t.data("show-palette"),b=t.data("show-palette-only"),x=t.data("show-selection-palette"),p=Number(t.data("max-palette-size")),g=t.data("clickout-fires-change"),h=String(t.data("choose-text")),_=String(t.data("cancel-text")),w=String(t.data("input-text")),j=t.data("show-buttons"),m=String(t.data("container-class")),t=String(t.data("replacer-class")),s=Number(null==s?1:s),a=""===a||"transparent"===a?"":a,u=Boolean(""!==u&&u),o=decodeURIComponent(o);null===(o=JSON.parse(o))&&(o=[["#000000","#434343","#666666","#999999","#b7b7b7","#cccccc","#d9d9d9","#efefef","#f3f3f3","#ffffff"],["#980000","#ff0000","#ff9900","#ffff00","#00ff00","#00ffff","#4a86e8","#0000ff","#9900ff","#ff00ff"],["#e6b8af","#f4cccc","#fce5cd","#fff2cc","#d9ead3","#d9ead3","#c9daf8","#cfe2f3","#d9d2e9","#ead1dc"],["#dd7e6b","#ea9999","#f9cb9c","#ffe599","#b6d7a8","#a2c4c9","#a4c2f4","#9fc5e8","#b4a7d6","#d5a6bd"],["#cc4125","#e06666","#f6b26b","#ffd966","#93c47d","#76a5af","#6d9eeb","#6fa8dc","#8e7cc3","#c27ba0"],["#a61c00","#cc0000","#e69138","#f1c232","#6aa84f","#45818e","#3c78d8","#3d85c6","#674ea7","#a64d79"],["#85200c","#990000","#b45f06","#bf9000","#38761d","#134f5c","#1155cc","#0b5394","#351c75","#741b47"],["#5b0f00","#660000","#783f04","#7f6000","#274e13","#0c343d","#1c4587","#073763","#20124d","#4c1130"]]),c=Boolean(""!==c&&c),l=Boolean(""!==l&&l),d=Boolean(""!==d&&d),n=Boolean(""!==n&&n),f=Boolean(""!==f&&f),b=Boolean(""!==b&&b),x=Boolean(""!==x&&x),g=Boolean(""!==g&&g),j=Boolean(""!==j&&j),e.spectrum({color:a,showAlpha:d,showInput:c,allowEmpty:n,className:"redux-color-rgba",showInitial:l,showPalette:f,showSelectionPalette:x,maxPaletteSize:p,showPaletteOnly:b,clickoutFiresChange:g,chooseText:h,cancelText:_,showButtons:j,containerClassName:m,replacerClassName:t,preferredFormat:"hex6",localStorageKey:"redux.color-rgba."+i,palette:o,inputText:w,change:function(e){var a,e=null===e?(a=!0===u?"transparent":null,null):(a=e.toHexString(),e.alpha),t="transparent"!==a?redux.field_objects.color_rgba.hexToRGBA(a,e):"transparent",o=B(this).data("block-id");r.find("input#"+o+"-color").val(a),r.find("input#"+o+"-alpha").val(e),r.find("input#"+o+"-rgba").val(t),redux_change(r.find(".redux-color-rgba-container"))}})}}(jQuery);
|
redux-core/inc/fields/date/redux-date.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.date=redux.field_objects.date||{},redux.field_objects.date.init=function(e){e=n.redux.getSelector(e,"date"),n(e).each(function(){var e=n(this),t=e;(t
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.date=redux.field_objects.date||{},redux.field_objects.date.init=function(e){e=n.redux.getSelector(e,"date"),n(e).each(function(){var e=n(this),t=e;(t=e.hasClass("redux-field-container")?t:e.parents(".redux-field-container:first")).is(":hidden")||t.hasClass("redux-field-init")&&(t.removeClass("redux-field-init"),e.find(".redux-datepicker").each(function(){n(this).datepicker({dateFormat:"mm/dd/yy",beforeShow:function(e,t){var i=n("#ui-datepicker-div"),d=t.dpDiv;n(this).parent().append(i),i.hide(),setTimeout(function(){d.position({my:"left top",at:"left bottom",collision:"none",of:e})},1)}})}))})}}(jQuery);
|
redux-core/inc/fields/dimensions/redux-dimensions.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.dimensions=redux.field_objects.dimensions||{},redux.field_objects.dimensions.init=function(i){i=n.redux.getSelector(i,"dimensions"),n(i).each(function(){var e=n(this),i=e;(i
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.dimensions=redux.field_objects.dimensions||{},redux.field_objects.dimensions.init=function(i){i=n.redux.getSelector(i,"dimensions"),n(i).each(function(){var e=n(this),i=e;(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),e.find(".redux-dimensions-units").select2(),e.find(".redux-dimensions-input").on("change",function(){var i=n(this).parents(".redux-field:first").find(".field-units").val();void 0!==(i=0!==n(this).parents(".redux-field:first").find(".redux-dimensions-units").length?n(this).parents(".redux-field:first").find(".redux-dimensions-units option:selected").val():i)?e.find("#"+n(this).attr("rel")).val(n(this).val()+i):e.find("#"+n(this).attr("rel")).val(n(this).val())}),e.find(".redux-dimensions-units").on("change",function(){n(this).parents(".redux-field:first").find(".redux-dimensions-input").change()}))})}}(jQuery);
|
redux-core/inc/fields/gallery/redux-gallery.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.gallery=redux.field_objects.gallery||{},redux.field_objects.gallery.init=function(e){e=n.redux.getSelector(e,"gallery"),n(e).each(function(){var e=n(this),i=e;(i
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.gallery=redux.field_objects.gallery||{},redux.field_objects.gallery.init=function(e){e=n.redux.getSelector(e,"gallery"),n(e).each(function(){var e=n(this),i=e;(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),e.on({click:function(e){var l,a,i,d,t;return wp.media.view.Settings.Gallery=wp.media.view.Settings.Gallery.extend({template:function(){}}),l=n(this).closest("fieldset"),"clear-gallery"===e.currentTarget.id?(l.find(".gallery_values").val(""),void l.find(".screenshot").html("")):"undefined"!=typeof wp&&wp.media&&wp.media.gallery?(e.preventDefault(),i=(e=l.find(".gallery_values").val())?'[gallery ids="'+e+'"]':'[gallery ids="0"]',a=wp.media.gallery.edit(i),e||(i=n("body").find("#"+a.el.id),t=i.find(".uploader-inline"),d=i.find(".media-toolbar .spinner"),setTimeout(function(){t.hasClass("hidden")&&(t.removeClass("hidden"),d.removeClass("is-active"))},400)),a.state("gallery-edit").on("update",function(e){var i;l.find(".screenshot").html(""),e=e.models.map(function(e){return i=e.toJSON(),i=(void 0!==i.sizes&&void 0!==i.sizes.thumbnail?i.sizes.thumbnail:i).url,i='<a class="of-uploaded-image" href="'+i+'"><img class="redux-option-image" src="'+i+'" alt="" /></a>',l.find(".screenshot").append(i),e.id}),l.find(".gallery_values").val(e.join(",")),redux_change(l.find(".gallery_values")),a.detach()}),!1):void 0}},".gallery-attachments"))})}}(jQuery);
|
redux-core/inc/fields/image_select/redux-image-select.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.image_select=redux.field_objects.image_select||{},redux.field_objects.image_select.init=function(e){e=a.redux.getSelector(e,"image_select"),a(e).each(function(){var l=a(this),e=l;(e
|
1 |
+
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.image_select=redux.field_objects.image_select||{},redux.field_objects.image_select.init=function(e){e=a.redux.getSelector(e,"image_select"),a(e).each(function(){var l=a(this),e=l;(e=l.hasClass("redux-field-container")?e:l.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),l.find(".redux-image-select label img, .redux-image-select label .tiles").on("click",function(e){var t,i,s=a(this).closest("label").attr("for");if(a(this).parents("fieldset:first").find(".redux-image-select-selected").removeClass("redux-image-select-selected").find('input[type="radio"]').prop("checked",!1),a(this).closest("label").find('input[type="radio"]').prop("checked"),a(this).closest("label").hasClass("redux-image-select-preset-"+s))return e.preventDefault(),e=a(this).closest("label").find("input"),t=e.data("presets"),null!=(i=e.data("merge"))&&("string"===a.type(i)&&(i=i.split("|")),a.each(t,function(e){"object"!==a.type(redux.optName.options[e])||!0!==i&&-1===a.inArray(e,i)||(t[e]=a.extend(redux.optName.options[e],t[e]))})),null!=e&&(l.find('label[for="'+s+'"]').addClass("redux-image-select-selected").find('input[type="radio"]').attr("checked",!0),window.onbeforeunload=null,0===(e=a('textarea[name="'+redux.optName.args.opt_name+'[import_code]"')).length?a(this).append('<textarea id="import-code-value" style="display:none;" name="'+redux.optName.args.opt_name+'[import_code]">'+JSON.stringify(t)+"</textarea>"):e.val(JSON.stringify(t)),(0!==a("#publishing-action #publish").length?a("#publish"):a("#redux-import")).click()),!1;l.find('label[for="'+s+'"]').addClass("redux-image-select-selected").find('input[type="radio"]').prop("checked",!0).trigger("change"),redux_change(a(this).closest("label").find('input[type="radio"]'))}),l.find(".tiles").qtip({content:{text:function(){return'<img src="'+a(this).attr("rel")+'" style="max-width:150px;" alt=" />'}},style:"qtip-tipsy",position:{my:"top center",at:"bottom center"}}))})}}(jQuery);
|
redux-core/inc/fields/link_color/redux-link-color.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.link_color=redux.field_objects.link_color||{},redux.field_objects.link_color.init=function(e){e=n.redux.getSelector(e,"link_color"),n(e).each(function(){var i=n(this),e=i;(e
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.link_color=redux.field_objects.link_color||{},redux.field_objects.link_color.init=function(e){e=n.redux.getSelector(e,"link_color"),n(e).each(function(){var i=n(this),e=i;(e=i.hasClass("redux-field-container")?e:i.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),i.find(".redux-color-init").wpColorPicker({change:function(e,t){n(this).val(t.color.toString()),redux_change(n(this)),i.find("#"+e.target.getAttribute("data-id")+"-transparency").removeAttr("checked")},clear:function(e,t){n(this).val(t.color.toString()),redux_change(n(this).parent().find(".redux-color-init"))}}),i.find(".redux-color").on("keyup",function(){var e=n(this).val(),t=colorValidate(this),r="#"+n(this).attr("id");"transparent"===e?(n(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),i.find(r+"-transparency").attr("checked","checked")):(i.find(r+"-transparency").removeAttr("checked"),t&&t!==n(this).val()&&n(this).val(t))}),i.find(".redux-color").on("blur",function(){var e=n(this).val(),t="#"+n(this).attr("id");"transparent"===e?(n(this).parent().parent().find(".wp-color-result").css("background-color","transparent"),i.find(t+"-transparency").attr("checked","checked")):(colorValidate(this)===e&&0!==e.indexOf("#")&&n(this).val(n(this).data("oldcolor")),i.find(t+"-transparency").removeAttr("checked"))}),i.find(".redux-color").on("keydown",function(){n(this).data("oldkeypress",n(this).val())}))})}}(jQuery);
|
redux-core/inc/fields/multi_text/redux-multi-text.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.multi_text=redux.field_objects.multi_text||{},redux.field_objects.multi_text.remove=function(i){i.find(".redux-multi-text-remove").on("click",function(){var t,e;redux_change(a(this)),a(this).prev('input[type="text"]').val(""),t=a(this).attr("data-id"),a(this).parent().slideUp("medium",function(){a(this).remove(),1===i.find("#"+t+" li").length&&(e=i.find(".redux-multi-text-add"),e=e.attr("data-name"),i.find("#"+t+' li:last-child input[type="text"]').attr("name",e))})})},redux.field_objects.multi_text.init=function(t){t=a.redux.getSelector(t,"multi_text"),a(t).each(function(){var l=a(this),t=l;(t
|
1 |
+
!function(a){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.multi_text=redux.field_objects.multi_text||{},redux.field_objects.multi_text.remove=function(i){i.find(".redux-multi-text-remove").on("click",function(){var t,e;redux_change(a(this)),a(this).prev('input[type="text"]').val(""),t=a(this).attr("data-id"),a(this).parent().slideUp("medium",function(){a(this).remove(),1===i.find("#"+t+" li").length&&(e=i.find(".redux-multi-text-add"),e=e.attr("data-name"),i.find("#"+t+' li:last-child input[type="text"]').attr("name",e))})})},redux.field_objects.multi_text.init=function(t){t=a.redux.getSelector(t,"multi_text"),a(t).each(function(){var l=a(this),t=l;(t=l.hasClass("redux-field-container")?t:l.parents(".redux-field-container:first")).is(":hidden")||t.hasClass("redux-field-init")&&(t.removeClass("redux-field-init"),redux.field_objects.multi_text.remove(l),l.find(".redux-multi-text-add").on("click",function(){for(var t,e=parseInt(a(this).attr("data-add_number")),i=a(this).attr("data-id"),d=a(this).attr("data-name")+"[]",n=0;n<e;n+=1)t=a("#"+i+" li:last-child").clone(),l.find("#"+i).append(t),l.find("#"+i+" li:last-child").removeAttr("style"),l.find("#"+i+' li:last-child input[type="text"]').val(""),l.find("#"+i+' li:last-child input[type="text"]').attr("name",d);1<l.find("#"+i+" li").length&&l.find("#"+i+" li").each(function(){"none"===a(this).css("display")&&a(this).find('input[type="text"]').attr("name","")}),redux.field_objects.multi_text.remove(l)}))})}}(jQuery);
|
redux-core/inc/fields/palette/redux-palette.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.palette=redux.field_objects.palette||{},redux.field_objects.palette.init=function(e){e=i.redux.getSelector(e,"palette"),i(e).each(function(){var e=i(this),t=e;(t
|
1 |
+
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.palette=redux.field_objects.palette||{},redux.field_objects.palette.init=function(e){e=i.redux.getSelector(e,"palette"),i(e).each(function(){var e=i(this),t=e;(t=e.hasClass("redux-field-container")?t:e.parents(".redux-field-container:first")).is(":hidden")||t.hasClass("redux-field-init")&&(t.removeClass("redux-field-init"),e.find(".buttonset").each(function(){i(this).controlgroup()}))})}}(jQuery);
|
redux-core/inc/fields/radio/class-redux-radio.php
CHANGED
@@ -31,7 +31,7 @@ if ( ! class_exists( 'Redux_Radio', false ) ) {
|
|
31 |
if ( is_array( $this->field['data'] ) ) {
|
32 |
$this->field['options'] = $this->field['data'];
|
33 |
} else {
|
34 |
-
$this->field['options'] = $this->parent->
|
35 |
}
|
36 |
}
|
37 |
|
31 |
if ( is_array( $this->field['data'] ) ) {
|
32 |
$this->field['options'] = $this->field['data'];
|
33 |
} else {
|
34 |
+
$this->field['options'] = $this->parent->wordpress_data->get( $this->field['data'], $this->field['args'], $this->parent->args['opt_name'], $this->value );
|
35 |
}
|
36 |
}
|
37 |
|
redux-core/inc/fields/select/redux-select.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(c){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.select=redux.field_objects.select||{},redux.field_objects.select.init=function(e){e=c.redux.getSelector(e,"select"),c(e).each(function(){var d={},n=c(this),e=n;(e
|
1 |
+
!function(c){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.select=redux.field_objects.select||{},redux.field_objects.select.init=function(e){e=c.redux.getSelector(e,"select"),c(e).each(function(){var d={},n=c(this),e=n;(e=n.hasClass("redux-field-container")?e:n.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),n.find("select.redux-select-item").each(function(){var t,s,a,e,i;c(this).hasClass("font-icons")&&(d=c.extend({},{templateResult:redux.field_objects.select.addIcon,templateSelection:redux.field_objects.select.addIcon,escapeMarkup:function(e){return e}},d)),c(this).data("ajax")&&(t=c(this).data("action"),s=c(this).data("nonce"),a=c(this).data("wp-data"),e=c(this).data("min-input-length"),i={},c(this).data("args")&&(i=JSON.stringify(c(this).data("args"))),d={minimumInputLength:e="true"===e?1:e,ajax:{url:ajaxurl,dataType:"json",delay:250,data:function(e){return{nonce:s,data:a,q:e.term,page:e.page||1,action:t,data_args:i}},processResults:function(e,t){return t.page=t.page||1,!0===e.success?{results:e.data}:!1===e.success?(alert(e.data),{results:e.data}):void 0},cache:!0}}),c(this).select2(d),n.find(".select2-search__field").width("auto"),c(this).hasClass("select2-sortable")&&(d={bindOrder:"sortableStop",sortableOptions:{axis:"x",placeholder:!1}},c(this).select2Sortable(d)),c(this).on("select2:select",function(){redux_change(c(c(this))),c(this).select2SortableOrder()})}))})},redux.field_objects.select.addIcon=function(e){if(e.hasOwnProperty("id"))return'<span class="elusive"><i class="'+e.id+'"></i> '+e.text+"</span>"}}(jQuery);
|
redux-core/inc/fields/select_image/redux-select-image.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(s){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.select_image=redux.field_objects.select_image||{},redux.field_objects.select_image.init=function(e){e=s.redux.getSelector(e,"select_image"),s(e).each(function(){var e=s(this),i=e;(i
|
1 |
+
!function(s){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.select_image=redux.field_objects.select_image||{},redux.field_objects.select_image.init=function(e){e=s.redux.getSelector(e,"select_image"),s(e).each(function(){var e=s(this),i=e;(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),e.find("select.redux-select-images").select2(),i=e.find("select.redux-select-images").val(),e.find("select.redux-select-images").parents(".redux-field:first").find(".redux-preview-image").attr("src",i),e.find(".redux-select-images").on("change",function(){var e=s(this).parents(".redux-field:first").find(".redux-preview-image");""===s(this).val()?e.fadeOut("medium",function(){e.attr("src","")}):(e.attr("src",s(this).val()),e.fadeIn().css("visibility","visible"))}))})}}(jQuery);
|
redux-core/inc/fields/slider/redux-slider.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(m){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.slider=redux.field_objects.slider||{},redux.field_objects.slider.init=function(e){e=m.redux.getSelector(e,"slider"),m(e).each(function(){var g=m(this),e=g;(e
|
1 |
+
!function(m){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.slider=redux.field_objects.slider||{},redux.field_objects.slider.init=function(e){e=m.redux.getSelector(e,"slider"),m(e).each(function(){var g=m(this),e=g;(e=g.hasClass("redux-field-container")?e:g.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),g.find("div.redux-slider-container").each(function(){var e,i,t,d,u,c,f,l,x,r=m(this).data("id"),a=m(this).data("min"),s=m(this).data("max"),h=m(this).data("step"),n=m(this).data("handles"),v=m(this).data("default-one"),p=m(this).data("default-two"),b=m(this).data("resolution"),o=parseInt(m(this).data("display")),w=Boolean(m(this).data("rtl")),j=m(this).data("float-mark"),w=!0===w?"rtl":"ltr",_=[a,s],p=[v,p],v=[v];2===o?(u=t=g.find(".redux-slider-input-one-"+r),c=d=g.find(".redux-slider-input-two-"+r)):3===o?(t=g.find(".redux-slider-select-one-"+r),d=g.find(".redux-slider-select-two-"+r),redux.field_objects.slider.loadSelect(t,a,s,b,h),2===n&&redux.field_objects.slider.loadSelect(d,a,s,b,h)):1===o?(t=g.find("#redux-slider-label-one-"+r),d=g.find("#redux-slider-label-two-"+r)):0===o&&(t=g.find(".redux-slider-value-one-"+r),d=g.find(".redux-slider-value-two-"+r)),s=1===o?(f=[a=[t,"html"]],[a,[d,"html"]]):(f=[t],[t,d]),a=2===n?(e=p,i=s,!0):(e=v,i=f,"lower"),l=m(this).reduxNoUiSlider({range:_,start:e,handles:n,step:h,connect:a,behaviour:"tap-drag",direction:w,serialization:{resolution:b,to:i,mark:j},slide:function(){1===o&&(2===n?(x=l.val(),g.find("input.redux-slider-value-one-"+r).attr("value",x[0]),g.find("input.redux-slider-value-two-"+r).attr("value",x[1])):g.find("input.redux-slider-value-one-"+r).attr("value",l.val())),3===o&&(2===n?(g.find(".redux-slider-select-one").val(l.val()[0]).trigger("change"),g.find(".redux-slider-select-two").val(l.val()[1]).trigger("change")):g.find(".redux-slider-select-one").val(l.val())),redux_change(m(this))}}),2===o&&(u.on("keydown",function(e){var i=l.val(),t=parseInt(i[0]);switch(e.which){case 38:l.val([t+1,null]);break;case 40:l.val([t-1,null]);break;case 13:e.preventDefault()}}),2===n&&c.on("keydown",function(e){var i=l.val(),t=parseInt(i[1]);switch(e.which){case 38:l.val([null,t+1]);break;case 40:l.val([null,t-1]);break;case 13:e.preventDefault()}}))}),g.find("select.redux-slider-select-one, select.redux-slider-select-two").select2())})},redux.field_objects.slider.isFloat=function(e){return+e===e&&!isFinite(e)||Boolean(e%1)},redux.field_objects.slider.decimalCount=function(e){return e.toString().split(".")[1].length},redux.field_objects.slider.loadSelect=function(e,i,t,d){for(var l,r,a=i;a<=t;a+=d)r=a,redux.field_objects.slider.isFloat(d)&&(l=redux.field_objects.slider.decimalCount(d),r=a.toFixed(l)),m(e).append('<option value="'+r+'">'+r+"</option>")}}(jQuery);
|
redux-core/inc/fields/slides/redux-slides.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(s){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.slides=redux.field_objects.slides||{},redux.field_objects.slides.init=function(e){e=s.redux.getSelector(e,"slides"),s(e).each(function(){var e=s(this),i=e;redux.field_objects.media.init(e),(i
|
1 |
+
!function(s){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.slides=redux.field_objects.slides||{},redux.field_objects.slides.init=function(e){e=s.redux.getSelector(e,"slides"),s(e).each(function(){var e=s(this),i=e;redux.field_objects.media.init(e),(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||(i.hasClass("redux-container-slides")&&i.addClass("redux-field-init"),i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),e.find(".redux-slides-remove").on("click",function(){var e;redux_change(s(this)),s(this).parent().siblings().find('input[type="text"]').val(""),s(this).parent().siblings().find("textarea").val(""),s(this).parent().siblings().find('input[type="hidden"]').val(""),1<s(this).parents(".redux-container-slides:first").find(".redux-slides-accordion-group").length?s(this).parents(".redux-slides-accordion-group:first").slideUp("medium",function(){s(this).remove()}):(e=s(this).parent(".redux-slides-accordion").data("new-content-title"),s(this).parents(".redux-slides-accordion-group:first").find(".remove-image").trigger("click"),s(this).parents(".redux-container-slides:first").find(".redux-slides-accordion-group:last").find(".redux-slides-header").text(e))}),e.find(".redux-slides-add").off("click").on("click",function(){var e,i=s(this).prev().find(".redux-slides-accordion-group:last").clone(!0),t=+s(i).find(".slide-title").attr("name").match(/[0-9]+(?!.*[0-9])/)+1;s(i).find('input[type="text"], input[type="hidden"], textarea').each(function(){s(this).attr("name",s(this).attr("name").replace(/[0-9]+(?!.*[0-9])/,t)).attr("id",s(this).attr("id").replace(/[0-9]+(?!.*[0-9])/,t)),s(this).val(""),s(this).hasClass("slide-sort")&&s(this).val(t)}),e=s(this).prev().data("new-content-title"),s(i).find(".screenshot").removeAttr("style"),s(i).find(".screenshot").addClass("hide"),s(i).find(".screenshot a").attr("href",""),s(i).find(".remove-image").addClass("hide"),s(i).find(".redux-slides-image").attr("src","").removeAttr("id"),s(i).find("h3").text("").append('<span class="redux-slides-header">'+e+'</span><span class="ui-accordion-header-icon ui-icon ui-icon-plus"></span>'),s(this).prev().append(i)}),e.find(".slide-title").on("keyup",function(e){e=e.target.value;s(this).parents().eq(3).find(".redux-slides-header").text(e)}),e.find(".redux-slides-accordion").accordion({header:"> div > fieldset > h3",collapsible:!0,active:!1,heightStyle:"content",icons:{header:"ui-icon-plus",activeHeader:"ui-icon-minus"}}).sortable({axis:"y",handle:"h3",connectWith:".redux-slides-accordion",start:function(e,i){i.placeholder.height(i.item.height()),i.placeholder.width(i.item.width())},placeholder:"ui-state-highlight",stop:function(e,i){i.item.children("h3").triggerHandler("focusout"),s("input.slide-sort").each(function(e){s(this).val(e)})}})))})}}(jQuery);
|
redux-core/inc/fields/sortable/redux-sortable.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(s){"use strict";var l="";redux.field_objects=redux.field_objects||{},redux.field_objects.sortable=redux.field_objects.sortable||{},redux.field_objects.sortable.init=function(e){e=s.redux.getSelector(e,"sortable"),s(e).each(function(){var e=s(this),i=e;(i
|
1 |
+
!function(s){"use strict";var l="";redux.field_objects=redux.field_objects||{},redux.field_objects.sortable=redux.field_objects.sortable||{},redux.field_objects.sortable.init=function(e){e=s.redux.getSelector(e,"sortable"),s(e).each(function(){var e=s(this),i=e;(i=e.hasClass("redux-field-container")?i:e.parents(".redux-field-container:first")).is(":hidden")||i.hasClass("redux-field-init")&&(i.removeClass("redux-field-init"),e.find(".redux-sortable").sortable({handle:".drag",placeholder:"placeholder",opacity:.7,scroll:!1,out:function(e,i){i.helper&&(l=0<i.offset.top?"down":"up",redux.field_objects.sortable.scrolling(s(this).parents(".redux-field-container:first")))},over:function(){l=""},deactivate:function(){l=""},update:function(){redux_change(s(this))}}),e.find(".redux-sortable i.visibility").on("click",function(){var e=s(this).parents("li"),i=e.hasClass("invisible")?(e.removeClass("invisible"),1):(e.addClass("invisible"),"");e.find('input[type="hidden"]').val(i)}))})},redux.field_objects.sortable.scrolling=function(e){void 0!==e&&(e=e.find(".redux-sorter"),"up"===l?(e.scrollTop(e.scrollTop()-20),setTimeout(redux.field_objects.sortable.scrolling,50)):"down"===l&&(e.scrollTop(e.scrollTop()+20),setTimeout(redux.field_objects.sortable.scrolling,50)))}}(jQuery);
|
redux-core/inc/fields/sorter/redux-sorter.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(d){"use strict";var i="";redux.field_objects=redux.field_objects||{},redux.field_objects.sorter=redux.field_objects.sorter||{},redux.field_objects.sorter.init=function(t){t=d.redux.getSelector(t,"sorter"),d(t).each(function(){var e=d(this),t=e;(t
|
1 |
+
!function(d){"use strict";var i="";redux.field_objects=redux.field_objects||{},redux.field_objects.sorter=redux.field_objects.sorter||{},redux.field_objects.sorter.init=function(t){t=d.redux.getSelector(t,"sorter"),d(t).each(function(){var e=d(this),t=e;(t=e.hasClass("redux-field-container")?t:e.parents(".redux-field-container:first")).is(":hidden")||t.hasClass("redux-field-init")&&(t.removeClass("redux-field-init"),e.find(".redux-sorter").each(function(){var t=d(this).attr("id"),s=d(this).hasClass("in-repeater");e.find("#"+t).find("ul").sortable({items:"li",placeholder:"placeholder",connectWith:".sortlist_"+t,opacity:.8,scroll:!1,out:function(t,e){e.helper&&(i=0<e.offset.top?"down":"up",redux.field_objects.sorter.scrolling(d(this).parents(".redux-field-container:first")))},over:function(){i=""},deactivate:function(){i=""},stop:function(t,e){var i,r;r=s?d(this).attr("data-repeater-id"):d(this).attr("data-id"),r=redux.optName.sorter[r],i=d(this).find("h3").text(),void 0!==r.limits&&r.limits&&i&&r.limits[i]&&(d(this).children("li").length>=r.limits[i]?(d(this).addClass("filled"),d(this).children("li").length>r.limits[i]&&d(e.sender).sortable("cancel")):d(this).removeClass("filled"))},update:function(t,e){var i,r;r=s?d(this).attr("data-repeater-id"):d(this).attr("data-id"),r=redux.optName.sorter[r],i=d(this).find("h3").text(),void 0!==r.limits&&r.limits&&i&&r.limits[i]&&(d(this).children("li").length>=r.limits[i]?(d(this).addClass("filled"),d(this).children("li").length>r.limits[i]&&d(e.sender).sortable("cancel")):d(this).removeClass("filled")),d(this).find(".position").each(function(){var t,e,i=d(this).parent().attr("data-id"),r=d(this).parent().parent().attr("data-group-id");redux_change(d(this)),e=d(this).parent().parent().attr("data-suffix"),t=s?d(this).parent().parent().attr("data-repeater-id"):d(this).parent().parent().attr("data-id"),d(this).prop("name",redux.optName.args.opt_name+"["+t+"]"+e+"["+r+"]["+i+"]")})}}),e.find(".redux-sorter").disableSelection()}))})},redux.field_objects.sorter.scrolling=function(t){void 0!==t&&(t=t.find(".redux-sorter"),"up"===i?(t.scrollTop(t.scrollTop()-20),setTimeout(redux.field_objects.sorter.scrolling,50)):"down"===i&&(t.scrollTop(t.scrollTop()+20),setTimeout(redux.field_objects.sorter.scrolling,50)))}}(jQuery);
|
redux-core/inc/fields/spacing/redux-spacing.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.spacing=redux.field_objects.spacing||{},redux.field_objects.spacing.init=function(i){i=n.redux.getSelector(i,"spacing"),n(i).each(function(){var i=n(this),e=i;(e
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.spacing=redux.field_objects.spacing||{},redux.field_objects.spacing.init=function(i){i=n.redux.getSelector(i,"spacing"),n(i).each(function(){var i=n(this),e=i;(e=i.hasClass("redux-field-container")?e:i.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),i.find(".redux-spacing-units").select2(),i.find(".redux-spacing-input").on("change",function(){var i,e=n(this).parents(".redux-field:first").find(".field-units").val();0!==n(this).parents(".redux-field:first").find(".redux-spacing-units").length&&(e=n(this).parents(".redux-field:first").find(".redux-spacing-units option:selected").val()),i=n(this).val(),void 0!==e&&i&&(i+=e),n(this).hasClass("redux-spacing-all")?n(this).parents(".redux-field:first").find(".redux-spacing-value").each(function(){n(this).val(i)}):n("#"+n(this).attr("rel")).val(i)}),i.find(".redux-spacing-units").on("change",function(){n(this).parents(".redux-field:first").find(".redux-spacing-input").change(),i.find(".field-units").val(n(this).val())}))})}}(jQuery);
|
redux-core/inc/fields/spinner/redux-spinner.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.spinner=redux.field_objects.spinner||{},redux.field_objects.spinner.init=function(e){e=n.redux.getSelector(e,"spinner"),n(e).each(function(){var i=n(this),e=i;(e
|
1 |
+
!function(n){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.spinner=redux.field_objects.spinner||{},redux.field_objects.spinner.init=function(e){e=n.redux.getSelector(e,"spinner"),n(e).each(function(){var i=n(this),e=i;(e=i.hasClass("redux-field-container")?e:i.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),i.find(".redux_spinner").each(function(){var e=n(this).find(".spinner-input").data();e.id=n(this).find(".spinner-input").attr("id"),i.find("#"+e.id).spinner({value:parseFloat(e.val,null),min:parseFloat(e.min,null),max:parseFloat(e.max,null),step:parseFloat(e.step,null),addText:e.plus,subText:e.minus,prefix:e.prefix,suffix:e.suffix,places:e.places,point:e.point})}))})}}(jQuery);
|
redux-core/inc/fields/spinner/vendor/jquery.ui.spinner.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery.uaMatch=function(t){"use strict";return t=t.toLowerCase(),{browser:(t=/(chrome)[ \/]([\w.]+)/.exec(t)||/(webkit)[ \/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[])[1]||"",version:t[2]||"0"}},function(C){"use strict";var x
|
1 |
+
jQuery.uaMatch=function(t){"use strict";return t=t.toLowerCase(),{browser:(t=/(chrome)[ \/]([\w.]+)/.exec(t)||/(webkit)[ \/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[])[1]||"",version:t[2]||"0"}},function(C){"use strict";var N,x="ui-state-active",y="ui-state-hover",i="ui-state-disabled",S=C.ui.keyCode,T=S.UP,B=S.DOWN,M=S.RIGHT,E=S.LEFT,O=S.PAGE_UP,W=S.PAGE_DOWN,I=S.HOME,V=S.END,L=C.uaMatch.msie,c=C.uaMatch.mozilla?"DOMMouseScroll":"mousewheel",k=".uispinner",A=[T,B,M,E,O,W,I,V,S.BACKSPACE,S.DELETE,S.TAB];C.widget("ui.spinner",{options:{min:null,max:null,allowNull:!1,group:"",point:".",prefix:"",suffix:"",places:null,defaultStep:1,largeStep:10,mouseWheel:!0,increment:"slow",className:null,showOn:"always",width:95,upIconClass:"ui-icon-triangle-1-n",downIconClass:"ui-icon-triangle-1-s",addText:"+",subText:"-",format:function(t,e){var n=this,s=/(\d+)(\d{3})/,i=Number(t),o=(isNaN(t)?0:Math.abs(i)).toFixed(e)+"";for(o=o.replace(".",n.point);s.test(o)&&n.group;o=o.replace(s,"$1"+n.group+"$2"));return(t<0?"-":"")+n.prefix+o+n.suffix},parse:function(t){var e=this;return"."===e.group&&(t=t.replace(".","")),"."!==e.point&&(t=t.replace(e.point,".")),parseFloat(t.replace(/[^0-9\-\.]/g,""))}},_create:function(){var t=this,e=t.element,n=e.attr("type");!e.is("input")||"text"!==n&&"number"!==n?console.error("Invalid target for ui.spinner"):(t._procOptions(!0),t._createButtons(e),e.is(":enabled")||t.disable())},_createButtons:function(t){var o,c,e,n,p,s,h,d,f,i,m,a=this,u=a.options,v=u.className,r=u.width,l=u.showOn,g=t.outerHeight();function b(){return f&&(C(this).removeClass(x),a._stopSpin(),f=!1),!1}function _(t){if(n){if(t===p)return;clearTimeout(n)}p=t,n=setTimeout(function(){n=0,t()},100)}function w(t){for(var e=A.length,n=0;n<e;n+=1)if(A[n]===t)return 1}r=t.wrap('<span class="spinner-wrpr" />').css({width:(a.oWidth=t.outerWidth())-r+"!important",marginRight:"30px",marginLeft:"30px",textAlign:"center",float:"none",marginTop:0}).after('<span class="ui-spinner ui-widget"></span>').next(),a.wrapper=r,i=C('<div class="ui-spinner-buttons"><div class="ui-spinner-up ui-spinner-button ui-state-default ui-corner-tr"><span class="ui-icon '+u.upIconClass+'">'+u.addText+'</span></div><div class="ui-spinner-down ui-spinner-button ui-state-default ui-corner-br"><span class="ui-icon '+u.downIconClass+'">'+u.subText+"</span></div></div>"),a.btnContainer=i,m="rtl"===t[0].dir,v&&r.addClass(v),r.append(i.css({height:g,left:0,top:0})),(e=a.buttons=i.find(".ui-spinner-button")).css({width:"30px",height:+g}),e.eq(0).css({right:"0"}),e.eq(1).css({left:"0"}),o=e[0],c=e[1],e.find(".ui-icon"),i.width("135px"),"always"!==l&&i.css("opacity",0),"hover"!==l&&"both"!==l||e.add(t).on("mouseenter"+k,function(){_(function(){s=!0,a.focused&&"hover"!==l||a.showButtons()})}).on("mouseleave"+k,function(){_(function(){s=!1,a.focused&&"hover"!==l||a.hideButtons()})}),e.on("hover",function(){a.buttons.removeClass(y),u.disabled||C(this).addClass(y)},function(){C(this).removeClass(y)}).on("mousedown",function(){var t,e;return u.disabled||(t=a.element[0],e=o===this?1:-1,t.focus(),t.select(),C(this).addClass(x),f=!0,a._startSpin(e)),!1}).on("mouseup",b).on("mouseout",b),L&&e.on("dblclick",function(){return u.disabled||(a._change(),a._doSpin((this===o?1:-1)*u.step)),!1}).on("selectstart",function(){return!1}),t.on("keydown"+k,function(t){var e,n,s,i=t.keyCode;if(t.ctrl||t.alt)return!0;if(w(i)&&(d=!0),h)return!1;switch(i){case T:case O:e=1,n=i===O;break;case B:case W:y=-1,n=i===W;break;case M:case E:e=i===M^m?1:-1;break;case I:return null!==(s=a.options.min)&&a._setValue(s),!1;case V:return s=a.options.max,null!==(s=a.options.max)&&a._setValue(s),!1}return e?(h||u.disabled||(C(0<e?o:c).addClass(x),h=!0,a._startSpin(e,n)),!1):void 0}).on("keyup"+k,function(t){if(t.ctrl||t.alt)return!0;switch(w(S)&&(d=!1),t.keyCode){case T:case M:case O:case B:case E:case W:return e.removeClass(x),a._stopSpin(),h=!1}}).on("keypress"+k,function(t){if(e=t.keyCode,t=t.charCode,!d&&(t=String.fromCharCode(t||e),e=a.options,!("0"<=t&&t<="9"||"-"===t)&&!(0<a.places&&t===e.point||t===e.group)))return!1;var e}).on("change"+k,function(){a._change()}).on("focus"+k,function(){function t(){a.element.trigger("select")}L?t():setTimeout(t,0),a.focused=!0,N=a,s||"focus"!==l&&"both"!==l||a.showButtons()}).on("blur"+k,function(){a.focused=!1,s||"focus"!==l&&"both"!==l||a.hideButtons()})},_procOptions:function(t){var e,n=this,s=n.element,i=n.options,o=i.min,a=i.max,u=i.step,r=i.places,l=-1;"slow"===i.increment?i.increment=[{count:1,mult:1,delay:250},{count:3,mult:1,delay:100},{count:0,mult:1,delay:50}]:"fast"===i.increment&&(i.increment=[{count:1,mult:1,delay:250},{count:19,mult:1,delay:100},{count:80,mult:1,delay:20},{count:100,mult:10,delay:20},{count:0,mult:100,delay:20}]),null===o&&null!==(e=s.attr("min"))&&(o=parseFloat(e)),null===a&&null!==(e=s.attr("max"))&&(a=parseFloat(e)),u||null===(e=s.attr("step"))||"any"!==e&&(u=parseFloat(e),i.largeStep*=u),i.step=u=u||i.defaultStep,null===r&&-1!==(e=u+"").indexOf(".")&&(r=e.length-e.indexOf(".")-1),n.places=r,null!==a&&null!==o&&(a<o&&(o=a),l=Math.max(Math.max(l,i.format(a,r,s).length),i.format(o,r,s).length)),t&&(n.inputMaxLength=s[0].maxLength),0<(e=n.inputMaxLength)&&(l=0<l?Math.min(e,l):e,e=Math.pow(10,l)-1,(null===a||e<a)&&(a=e),e=-(e+1)/10+1,(null===o||o<e)&&(o=e)),0<l&&s.attr("maxlength",l),i.min=o,i.max=a,n._change(),s.off(c+k),i.mouseWheel&&s.on(c+k,n._mouseWheel)},_mouseWheel:function(t){var e=C.data(this,"spinner");if(!e.options.disabled&&e.focused&&e===N)return e._change(),e._doSpin((0<(t.wheelDelta||-t.detail)?1:-1)*e.options.step),!1},_setTimer:function(t,e,n){var s=this;s._stopSpin(),s.timer=setInterval(function(){s._spin(e,n)},t)},_stopSpin:function(){this.timer&&(clearInterval(this.timer),this.timer=0)},_startSpin:function(t,e){var n=this,s=n.options.increment;n._change(),n._doSpin(t*(e?n.options.largeStep:n.options.step)),s&&0<s.length&&(n.counter=0,n.incCounter=0,n._setTimer(s[0].delay,t,e))},_spin:function(t,e){var n=this,s=n.options.increment,i=s[n.incCounter];n._doSpin(t*i.mult*(e?n.options.largeStep:n.options.step)),n.counter+=1,n.counter>i.count&&n.incCounter<s.length-1&&(n.counter=0,i=s[++n.incCounter],n._setTimer(i.delay,t,e))},_doSpin:function(t){var e=this.curvalue;null===e&&(e=(0<t?this.options.min:this.options.max)||0),this._setValue(e+t)},_parseValue:function(){var t=this.element.val();return t?this.options.parse(t,this.element):null},_validate:function(t){var e=this.options,n=e.min,s=e.max;return null!==t||e.allowNull||(t=null!==this.curvalue?this.curvalue:n||s||0),null!==s&&(s<t||t===s)?(void 0!==this.buttons&&C(this.buttons[0]).addClass(i),s):null!==n&&(t<n||t===n)?(void 0!==this.buttons&&C(this.buttons[1]).addClass(i),n):(void 0!==this.buttons&&(C(this.buttons[0]).removeClass(i),C(this.buttons[1]).removeClass(i)),t)},_change:function(){var t=this._parseValue();this.selfChange||(isNaN(t)&&(t=this.curvalue),this._setValue(t,!0))},_setOption:function(t,e){C.Widget.prototype._setOption.call(this,t,e),this._procOptions()},increment:function(){this._doSpin(this.options.step)},decrement:function(){this._doSpin(-this.options.step)},showButtons:function(t){var e=this.btnContainer.stop();t?e.css("opacity",1):e.fadeTo("fast",1)},hideButtons:function(t){var e=this.btnContainer.stop();t?e.css("opacity",0):e.fadeTo("fast",0),this.buttons.removeClass(y)},_setValue:function(t,e){var n=this;n.curvalue=t=n._validate(t),n.element.val(null!==t?n.options.format(t,n.places,n.element):""),e||(n.selfChange=!0,n.element.trigger("change"),n.selfChange=!1)},value:function(t){return arguments.length?(this._setValue(t),this.element):this.curvalue},enable:function(){this.buttons.removeClass(i),this.element[0].disabled=!1,C.Widget.prototype.enable.call(this)},disable:function(){this.buttons.addClass(i).removeClass(y),this.element[0].disabled=!0,C.Widget.prototype.disable.call(this)},destroy:function(){this.wrapper.remove(),this.element.off(k).css({width:this.oWidth,marginRight:this.oMargin}),C.Widget.prototype.destroy.call(this)}})}(jQuery);
|
redux-core/inc/fields/switch/redux-switch.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.switch=redux.field_objects.switch||{},redux.field_objects.switch.init=function(e){e=i.redux.getSelector(e,"switch"),i(e).each(function(){var s=i(this),e=s;(e
|
1 |
+
!function(i){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.switch=redux.field_objects.switch||{},redux.field_objects.switch.init=function(e){e=i.redux.getSelector(e,"switch"),i(e).each(function(){var s=i(this),e=s;(e=s.hasClass("redux-field-container")?e:s.parents(".redux-field-container:first")).is(":hidden")||e.hasClass("redux-field-init")&&(e.removeClass("redux-field-init"),s.find(".cb-enable").on("click",function(){var e;i(this).hasClass("selected")||(e=i(this).parents(".switch-options"),i(".cb-disable",e).removeClass("selected"),i(this).addClass("selected"),i(".checkbox-input",e).val(1).trigger("change"),redux_change(i(".checkbox-input",e)),e=".f_"+i(this).data("id"),s.find(e).slideDown("normal","swing"))}),s.find(".cb-disable").on("click",function(){var e;i(this).hasClass("selected")||(e=i(this).parents(".switch-options"),i(".cb-enable",e).removeClass("selected"),i(this).addClass("selected"),i(".checkbox-input",e).val(0).trigger("change"),redux_change(i(".checkbox-input",e)),e=".f_"+i(this).data("id"),s.find(e).slideUp("normal","swing"))}),s.find(".cb-enable span, .cb-disable span").find().attr("unselectable","on"))})}}(jQuery);
|
redux-core/inc/fields/typography/redux-typography.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(O){"use strict";var S=[],B=!1,N=!0;redux.field_objects=redux.field_objects||{},redux.field_objects.typography=redux.field_objects.typography||{},redux.field_objects.typography.init=function(e){e=O.redux.getSelector(e,"typography"),O(e).each(function(){var e=O(this),t=e;(t=!e.hasClass("redux-field-container")?e.parents(".redux-field-container:first"):t).is(":hidden")||(void 0===redux.field_objects.pro&&(N=!1),e.each(function(){O(this).find(".redux-typography-container").each(function(){var e,t,a,r=O(this),s=r,o=O(this).find(".redux-typography-family"),i=o.data("value"),p=O(this).find(".redux-typography-family").parents(".redux-container-typography:first").data("id"),d=O("#"+p+" .redux-typography-google").val(),n=[],y=[],l=O("#"+p+" .redux-typography-font-family").data("user-fonts");if(!(s=!r.hasClass("redux-field-container")?r.parents(".redux-field-container:first"):s).is(":hidden")&&s.hasClass("redux-field-init")){if(s.removeClass("redux-field-init"),void 0===i?o=O(this):""!==i&&O(o).val(i),l=l?1:0,d=d?1:0,void 0!==redux.customfonts&&n.push(redux.customfonts),void 0!==redux.typekitfonts&&n.push(redux.typekitfonts),void 0!==redux.stdfonts&&0==l&&n.push(redux.stdfonts),1==l){for(e in redux.optName.typography[p])if(redux.optName.typography[p].hasOwnProperty(e))for(a in t=redux.optName.typography[p].std_font)t.hasOwnProperty(a)&&y.push({id:a,text:a,"data-google":"false"});n.push({text:"Standard Fonts",children:y})}(1==d||!0===d&&void 0!==redux.googlefonts)&&n.push(redux.googlefonts),d=n,n=O(this).find(".redux-typography-family").data("value"),O(this).find(".redux-typography-family").addClass("ignore-change"),O(this).find(".redux-typography-family").select2({data:d}),O(this).find(".redux-typography-family").val(n).trigger("change"),O(this).find(".redux-typography-family").removeClass("ignore-change"),r.find(".redux-typography-family").hasClass("redux-typography-family")||r.find(".redux-typography-style").select2(),O(this).find(".redux-typography-align").select2(),O(this).find(".redux-typography-family-backup").select2(),O(this).find(".redux-typography-transform").select2(),O(this).find(".redux-typography-font-variant").select2(),O(this).find(".redux-typography-decoration").select2(),O(this).find(".redux-insights-data-we-collect-typography").on("click",function(e){e.preventDefault(),O(this).parent().find(".description").toggle()}),redux.field_objects.typography.select(o,!0,!1,null,!0),O(this).find(".redux-typography-family, .redux-typography-family-backup, .redux-typography-style, .redux-typography-subsets, .redux-typography-align").on("change",function(e){var t,a=O(this).attr("id"),r=O("#"+a);O(this).hasClass("redux-typography-family")?r.val()&&(a=(t=O(this).select2("data"))?t[0].text:null,r.data("value",a),S=t[0],B=!0,redux.field_objects.typography.select(r,!0,!1,a,!0)):(e=r.val(),r.data("value",e),(O(this).hasClass("redux-typography-align")||O(this).hasClass("redux-typography-subsets")||O(this).hasClass("redux-typography-family-backup")||O(this).hasClass("redux-typography-transform")||O(this).hasClass("redux-typography-font-variant")||O(this).hasClass("redux-typography-decoration"))&&(r.find('option[selected="selected"]').attr("selected",!1),r.find('option[value="'+e+'"]').attr("selected","selected")),O(this).hasClass("redux-typography-subsets")&&r.siblings(".typography-subsets").val(e),redux.field_objects.typography.select(O(this),!0,!1,null,!1))}),O(this).find(".redux-typography-size, .redux-typography-height, .redux-typography-word, .redux-typography-letter, .redux-typography-margin-top, .redux-typography-margin-bottom").on("keyup",function(){redux.field_objects.typography.select(O(this).parents(".redux-container-typography:first"))}),O(this).find(".redux-typography-color, .redux-typography-shadow-color").wpColorPicker({change:function(e,t){O(this).val(t.color.toString()),redux.field_objects.typography.select(O(this).parents(".redux-container-typography:first"))}}),O(this).find(".redux-typography-size").numeric({allowMinus:!1}),O(this).find(".redux-typography-height, .redux-typography-word, .redux-typography-letter").numeric({allowMinus:!0}),O(this).find(".redux-typography").on("select2:unselecting",function(){var e,t,a=O(this).data("select2").options;a.set("disabled",!0),setTimeout(function(){a.set("disabled",!1)},1),e=O(this).attr("id"),(t=O("#"+e)).data("value",""),O(this).hasClass("redux-typography-family")?(O(this).find(".redux-typography-family").addClass("ignore-change"),O(this).val(null).trigger("change"),O(this).find(".redux-typography-family").removeClass("ignore-change"),redux.field_objects.typography.select(t,!0,!1,null,!0)):((O(this).hasClass("redux-typography-align")||O(this).hasClass("redux-typography-subsets")||O(this).hasClass("redux-typography-family-backup")||O(this).hasClass("redux-typography-transform")||O(this).hasClass("redux-typography-font-variant")||O(this).hasClass("redux-typography-decoration"))&&O("#"+e+' option[selected="selected"]').removeAttr("selected"),O(this).hasClass("redux-typography-subsets")&&t.siblings(".typography-subsets").val(""),O(this).hasClass("redux-typography-family-backup")&&(O(this).find(".redux-typography-family-backup").addClass("ignore-change"),t.val(null).trigger("change"),O(this).find(".redux-typography-family-backup").removeClass("ignore-change")),redux.field_objects.typography.select(O(this),!0,!1,null,!1))}),redux.field_objects.typography.updates(O(this)),window.onbeforeunload=null,s.removeClass("redux-field-init"),N||redux.field_objects.typography.sliderInit(r)}})}))})},redux.field_objects.typography.sliderInit=function(d){d.find(".redux-typography-slider").each(function(){var e=O(this).data("id"),t=O(this).data("min"),a=O(this).data("max"),r=O(this).data("step"),s=O(this).data("default"),o=O(this).data("label"),i=Boolean(O(this).data("rtl")),a=[t,a],p=O(this).reduxNoUiSlider({range:a,start:s,handles:1,step:r,connect:"lower",behaviour:"tap-drag",rtl:i,serialization:{resolution:1},slide:function(){O(this).next("#redux-slider-value-"+e).attr("value",p.val()),O(this).prev("label").html(o+": <strong>"+p.val()+"px</strong>"),redux.field_objects.typography.select(d)}})})},redux.field_objects.typography.updates=function(s){s.find(".update-google-fonts").on("click",function(e){var t=O(this).data("action"),a=O(this).parent().parent(),r=a.attr("data-nonce");return a.find("p").text(redux_typography_ajax.update_google_fonts.updating),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.updating),a.removeClass("updating-message updated-message notice-success notice-warning notice-error").addClass("update-message notice-warning updating-message"),O.ajax({type:"post",dataType:"json",url:redux_typography_ajax.ajaxurl,data:{action:"redux_update_google_fonts",nonce:r,data:t},error:function(e){console.log(e),a.removeClass("notice-warning updating-message updated-message notice-success").addClass("notice-error"),e=(e=e.error)&&': "'+e+'"',a.find("p").html(redux_typography_ajax.update_google_fonts.error.replace("%s",t).replace("|msg",e)),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.error),redux.field_objects.typography.updates(s)},success:function(e){console.log(e),"success"===e.status?(a.find("p").html(redux_typography_ajax.update_google_fonts.success),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.success),a.removeClass("updating-message notice-warning").addClass("updated-message notice-success"),O(".redux-update-google-fonts").not(".notice-success").remove()):(a.removeClass("notice-warning updating-message updated-message notice-success").addClass("notice-error"),e=(e=e.error)&&': "'+e+'"',a.find("p").html(redux_typography_ajax.update_google_fonts.error.replace("%s",t).replace("|msg",e)),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.error),redux.field_objects.typography.updates(s))}}),e.preventDefault(),!1})},redux.field_objects.typography.size=function(e){var t,a=0;for(t in e)e.hasOwnProperty(t)&&(a+=1);return a},redux.field_objects.typography.makeBool=function(e){return"false"!==e&&"0"!==e&&!1!==e&&0!==e&&("true"===e||"1"===e||!0===e||1===e||void 0)},redux.field_objects.typography.contrastColour=function(e){var t="#444444";return""!==e&&(e=e.replace("#",""),t=128<=(299*parseInt(e.substr(0,2),16)+587*parseInt(e.substr(2,2),16)+114*parseInt(e.substr(4,2),16))/1e3?"#444444":"#ffffff"),t},redux.field_objects.typography.select=function(e,t,a,r,s){var o,i,p,d,n,y,l,h,g,u,f,c,x,v,m,b,_,C=!1,w="",j='<option value=""></option>',k="",z={400:"Normal 400",700:"Bold 700","400italic":"Normal 400 Italic","700italic":"Bold 700 Italic"},I=O(e).parents(".redux-container-typography:first").data("id");void 0===I&&(I=O(e).data("id")),o=O("#"+I),i=(i=O("#"+I+"-family").val())||null,r&&(i=r),d=o.find("select.redux-typography-family-backup").val(),n=o.find(".redux-typography-size").val(),y=o.find(".redux-typography-height").val(),l=o.find(".redux-typography-word").val(),h=o.find(".redux-typography-letter").val(),g=o.find("select.redux-typography-align").val(),u=o.find("select.redux-typography-transform").val(),f=o.find("select.redux-typography-font-variant").val(),c=o.find("select.redux-typography-decoration").val(),x=o.find("select.redux-typography-style").val(),v=o.find("select.redux-typography-subsets").val(),m=o.find(".redux-typography-color").val(),b=o.find(".redux-typography-margin-top").val(),_=o.find(".redux-typography-margin-bottom").val(),r=o.data("units"),!0===B?(p=redux.field_objects.typography.makeBool(S["data-google"]),o.find(".redux-typography-google-font").val(p)):p=redux.field_objects.typography.makeBool(o.find(".redux-typography-google-font").val()),s&&(o.hasClass("typography-initialized")||(x=o.find("select.redux-typography-style").data("value"),v=o.find("select.redux-typography-subsets").data("value"),""!==x&&(x=String(x)),v=String(v)),void 0===redux.fonts.google&&(p=!1),w=!0===p&&i in redux.fonts.google?redux.fonts.google[i]:void 0!==redux.fonts.typekit&&i in redux.fonts.typekit?(C=!0,redux.fonts.typekit[i]):z,O(e).hasClass("redux-typography-subsets")&&o.find("input.typography-subsets").val(v),O(e).hasClass("redux-typography-family")?(!0===p?(O.each(w.variants,function(e,t){t.id===x||1===redux.field_objects.typography.size(w.variants)?(k=' selected="selected"',x=t.id):k="",j+='<option value="'+t.id+'"'+k+">"+t.name.replace(/\+/g," ")+"</option>"}),a&&o.find(".redux-typography-style").select2("destroy"),o.find(".redux-typography-style").html(j).select2(),k="",j='<option value=""></option>',O.each(w.subsets,function(e,t){v===t.id||1===redux.field_objects.typography.size(w.subsets)?(k=' selected="selected"',v=t.id,o.find("input.typography-subsets").val(v)):k="",j+='<option value="'+t.id+'"'+k+">"+t.name.replace(/\+/g," ")+"</option>"}),a&&o.find(".redux-typography-subsets").select2("destroy"),o.find(".redux-typography-subsets").html(j).select2({width:"100%"}),o.find(".redux-typography-subsets").parent().fadeIn("fast"),o.find(".typography-family-backup").fadeIn("fast")):!0===C?(O.each(w.variants,function(e,t){x===t.id||1===redux.field_objects.typography.size(w.variants)?(k=' selected="selected"',x=t.id):k="",j+='<option value="'+t.id+'"'+k+">"+t.name.replace(/\+/g," ")+"</option>"}),o.find(".redux-typography-style").select2("destroy"),o.find(".redux-typography-style").html(j).select2(),o.find(".redux-typography-subsets").parent().fadeOut("fast"),o.find(".typography-family-backup").fadeOut("fast")):o.find(".redux-typography-style")&&(O.each(z,function(e,t){x===e||"normal"===e?(k=' selected="selected"',o.find(".typography-style select2-selection__rendered").text(t)):k="",j+='<option value="'+e+'"'+k+">"+t.replace("+"," ")+"</option>"}),a&&o.find(".redux-typography-style").select2("destroy"),o.find(".redux-typography-style").html(j).select2()),o.find(".redux-typography-font-family").val(i)):O(e).hasClass("redux-typography-family-backup")&&""!==d?o.find(".redux-typography-font-family-backup").val(d):(w=z)&&(O.each(w,function(e,t){x===e||"normal"===e?(k=' selected="selected"',o.find(".typography-style select2-selection__rendered").text(t)):k="",j+='<option value="'+e+'"'+k+">"+t.replace("+"," ")+"</option>"}),a&&o.find(".redux-typography-style").select2("destroy"),o.find(".redux-typography-style").html(j).select2(),o.find(".redux-typography-subsets").parent().fadeOut("fast"),o.find(".typography-family-backup").fadeOut("fast"))),s&&(o.find(".redux-typography-style").addClass("ignore-change"),0===o.find("select.redux-typography-style option[value='"+x+"']").length?(x="",o.find("select.redux-typography-style").val("").trigger("change")):"400"===x&&o.find("select.redux-typography-style").val(x).trigger("change"),o.find(".redux-typography-style").removeClass("ignore-change"),0===o.find("select.redux-typography-subsets option[value='"+v+"']").length&&(v="",o.find(".redux-typography-style").addClass("ignore-change"),o.find("select.redux-typography-subsets").val("").trigger("change"),o.find("input.typography-subsets").val(v),o.find(".redux-typography-style").removeClass("ignore-change"))),O("."+("style_link_"+I)).remove(),null!==i&&"inherit"!==i&&o.hasClass("typography-initialized")&&(s=i.replace(/\s+/g,"+"),!0===p?(s=s,x&&""!==x&&(s+=":"+x.replace(/\-/g," ")),v&&""!==v&&(s+="&subset="+v),!1===B&&"undefined"!=typeof WebFont&&WebFont&&WebFont.load({google:{families:[s]}}),o.find(".redux-typography-google").val(!0)):o.find(".redux-typography-google").val(!1)),x&&-1!==x.indexOf("italic")?(o.find(".typography-preview").css("font-style","italic"),o.find(".typography-font-style").val("italic"),x=x.replace("italic","")):(o.find(".typography-preview").css("font-style","normal"),o.find(".typography-font-style").val("")),o.find(".typography-font-weight").val(x),Boolean(o.find(".redux-typography-height").data("allow-empty"))||(y=y||n),""===n||void 0===n?o.find(".typography-font-size").val(""):o.find(".typography-font-size").val(n+r),""===y||void 0===y?o.find(".typography-line-height").val(""):o.find(".typography-line-height").val(y+r),""===l||void 0===l?o.find(".typography-word-spacing").val(""):o.find(".typography-word-spacing").val(l+r),""===h||void 0===h?o.find(".typography-letter-spacing").val(""):o.find(".typography-letter-spacing").val(h+r),""===b||void 0===b?o.find(".typography-margin-top").val(""):o.find(".typography-margin-top").val(b+r),""===_||void 0===_?o.find(".typography-margin-bottom").val(""):o.find(".typography-margin-bottom").val(_+r),o.hasClass("typography-initialized")&&(0===o.find(".typography-preview").data("preview-size")&&o.find(".typography-preview").css("font-size",n+r),o.find(".typography-preview").css({"font-weight":x,"text-align":g,"font-family":i+", sans-serif","padding-top":b+r,"padding-bottom":_+r}),"none"===i&&""===i&&o.find(".typography-preview").css("font-family","inherit"),o.find(".typography-preview").css({"line-height":y+r,"word-spacing":l+r,"letter-spacing":h+r}),m&&o.find(".typography-preview").css("color",m),N||redux.field_objects.typography.previewShadow(I),o.find(".typography-style select2-selection__rendered").text(o.find(".redux-typography-style option:selected").text()),o.find(".typography-script select2-selection__rendered").text(o.find(".redux-typography-subsets option:selected").text()),g&&o.find(".typography-preview").css("text-align",g),u&&o.find(".typography-preview").css("text-transform",u),f&&o.find(".typography-preview").css("font-variant",f),c&&o.find(".typography-preview").css("text-decoration",c),o.find(".typography-preview").slideDown()),o.hasClass("typography-initialized")||o.addClass("typography-initialized"),B=!1,t||redux_change(e)},redux.field_objects.typography.previewShadow=function(e){var t=O("#"+e+" .redux-typography-shadow-color").val(),a=O("#redux-slider-value-"+e+"-h").val(),r=O("#redux-slider-value-"+e+"-v").val(),s=O("#redux-slider-value-"+e+"-b").val();t&&O("#"+e+" .typography-preview").css("text-shadow",a+"px "+r+"px "+s+"px "+t)}}(jQuery);
|
1 |
+
!function(O){"use strict";var S=[],B=!1,N=!0;redux.field_objects=redux.field_objects||{},redux.field_objects.typography=redux.field_objects.typography||{},redux.field_objects.typography.init=function(e){e=O.redux.getSelector(e,"typography"),O(e).each(function(){var e=O(this),t=e;(t=e.hasClass("redux-field-container")?t:e.parents(".redux-field-container:first")).is(":hidden")||(void 0===redux.field_objects.pro&&(N=!1),e.each(function(){O(this).find(".redux-typography-container").each(function(){var e,y,t,a=O(this),r=a,s=O(this).find(".redux-typography-family"),o=s.data("value"),i=O(this).find(".redux-typography-family").parents(".redux-container-typography:first").data("id"),p=O("#"+i+" .redux-typography-google").val(),d=[],l=[],n=O("#"+i+" .redux-typography-font-family").data("user-fonts");if(!(r=a.hasClass("redux-field-container")?r:a.parents(".redux-field-container:first")).is(":hidden")&&r.hasClass("redux-field-init")){if(r.removeClass("redux-field-init"),void 0===o?s=O(this):""!==o&&O(s).val(o),n=n?1:0,p=p?1:0,void 0!==redux.customfonts&&d.push(redux.customfonts),void 0!==redux.typekitfonts&&d.push(redux.typekitfonts),void 0!==redux.stdfonts&&0==n&&d.push(redux.stdfonts),1==n){for(e in redux.optName.typography[i])if(redux.optName.typography[i].hasOwnProperty(e))for(t in y=redux.optName.typography[i].std_font)y.hasOwnProperty(t)&&l.push({id:t,text:t,"data-google":"false"});d.push({text:"Standard Fonts",children:l})}(1==p||!0===p&&void 0!==redux.googlefonts)&&d.push(redux.googlefonts),o=d,n=O(this).find(".redux-typography-family").data("value"),O(this).find(".redux-typography-family").addClass("ignore-change"),O(this).find(".redux-typography-family").select2({data:o}),O(this).find(".redux-typography-family").val(n).trigger("change"),O(this).find(".redux-typography-family").removeClass("ignore-change"),a.find(".redux-typography-family").hasClass("redux-typography-family")||a.find(".redux-typography-style").select2(),O(this).find(".redux-typography-align").select2(),O(this).find(".redux-typography-family-backup").select2(),O(this).find(".redux-typography-transform").select2(),O(this).find(".redux-typography-font-variant").select2(),O(this).find(".redux-typography-decoration").select2(),O(this).find(".redux-insights-data-we-collect-typography").on("click",function(e){e.preventDefault(),O(this).parent().find(".description").toggle()}),redux.field_objects.typography.select(s,!0,!1,null,!0),O(this).find(".redux-typography-family, .redux-typography-family-backup, .redux-typography-style, .redux-typography-subsets, .redux-typography-align").on("change",function(e){var t,a,r=O(this).attr("id"),r=O("#"+r);O(this).hasClass("redux-typography-family")?r.val()&&(a=(t=O(this).select2("data"))?t[0].text:null,r.data("value",a),S=t[0],B=!0,redux.field_objects.typography.select(r,!0,!1,a,!0)):(e=r.val(),r.data("value",e),(O(this).hasClass("redux-typography-align")||O(this).hasClass("redux-typography-subsets")||O(this).hasClass("redux-typography-family-backup")||O(this).hasClass("redux-typography-transform")||O(this).hasClass("redux-typography-font-variant")||O(this).hasClass("redux-typography-decoration"))&&(r.find('option[selected="selected"]').attr("selected",!1),r.find('option[value="'+e+'"]').attr("selected","selected")),O(this).hasClass("redux-typography-subsets")&&r.siblings(".typography-subsets").val(e),redux.field_objects.typography.select(O(this),!0,!1,null,!1))}),O(this).find(".redux-typography-size, .redux-typography-height, .redux-typography-word, .redux-typography-letter, .redux-typography-margin-top, .redux-typography-margin-bottom").on("keyup",function(){redux.field_objects.typography.select(O(this).parents(".redux-container-typography:first"))}),O(this).find(".redux-typography-color, .redux-typography-shadow-color").wpColorPicker({change:function(e,t){O(this).val(t.color.toString()),redux.field_objects.typography.select(O(this).parents(".redux-container-typography:first"))}}),O(this).find(".redux-typography-size").numeric({allowMinus:!1}),O(this).find(".redux-typography-height, .redux-typography-word, .redux-typography-letter").numeric({allowMinus:!0}),O(this).find(".redux-typography").on("select2:unselecting",function(){var e,t,a=O(this).data("select2").options;a.set("disabled",!0),setTimeout(function(){a.set("disabled",!1)},1),e=O(this).attr("id"),(t=O("#"+e)).data("value",""),O(this).hasClass("redux-typography-family")?(O(this).find(".redux-typography-family").addClass("ignore-change"),O(this).val(null).trigger("change"),O(this).find(".redux-typography-family").removeClass("ignore-change"),redux.field_objects.typography.select(t,!0,!1,null,!0)):((O(this).hasClass("redux-typography-align")||O(this).hasClass("redux-typography-subsets")||O(this).hasClass("redux-typography-family-backup")||O(this).hasClass("redux-typography-transform")||O(this).hasClass("redux-typography-font-variant")||O(this).hasClass("redux-typography-decoration"))&&O("#"+e+' option[selected="selected"]').removeAttr("selected"),O(this).hasClass("redux-typography-subsets")&&t.siblings(".typography-subsets").val(""),O(this).hasClass("redux-typography-family-backup")&&(O(this).find(".redux-typography-family-backup").addClass("ignore-change"),t.val(null).trigger("change"),O(this).find(".redux-typography-family-backup").removeClass("ignore-change")),redux.field_objects.typography.select(O(this),!0,!1,null,!1))}),redux.field_objects.typography.updates(O(this)),window.onbeforeunload=null,r.removeClass("redux-field-init"),N||redux.field_objects.typography.sliderInit(a)}})}))})},redux.field_objects.typography.sliderInit=function(d){d.find(".redux-typography-slider").each(function(){var e=O(this).data("id"),t=O(this).data("min"),a=O(this).data("max"),r=O(this).data("step"),s=O(this).data("default"),o=O(this).data("label"),i=Boolean(O(this).data("rtl")),t=[t,a],p=O(this).reduxNoUiSlider({range:t,start:s,handles:1,step:r,connect:"lower",behaviour:"tap-drag",rtl:i,serialization:{resolution:1},slide:function(){O(this).next("#redux-slider-value-"+e).attr("value",p.val()),O(this).prev("label").html(o+": <strong>"+p.val()+"px</strong>"),redux.field_objects.typography.select(d)}})})},redux.field_objects.typography.updates=function(s){s.find(".update-google-fonts").on("click",function(e){var t=O(this).data("action"),a=O(this).parent().parent(),r=a.attr("data-nonce");return a.find("p").text(redux_typography_ajax.update_google_fonts.updating),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.updating),a.removeClass("updating-message updated-message notice-success notice-warning notice-error").addClass("update-message notice-warning updating-message"),O.ajax({type:"post",dataType:"json",url:redux_typography_ajax.ajaxurl,data:{action:"redux_update_google_fonts",nonce:r,data:t},error:function(e){console.log(e),a.removeClass("notice-warning updating-message updated-message notice-success").addClass("notice-error"),e=(e=e.error)&&': "'+e+'"',a.find("p").html(redux_typography_ajax.update_google_fonts.error.replace("%s",t).replace("|msg",e)),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.error),redux.field_objects.typography.updates(s)},success:function(e){console.log(e),"success"===e.status?(a.find("p").html(redux_typography_ajax.update_google_fonts.success),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.success),a.removeClass("updating-message notice-warning").addClass("updated-message notice-success"),O(".redux-update-google-fonts").not(".notice-success").remove()):(a.removeClass("notice-warning updating-message updated-message notice-success").addClass("notice-error"),e=(e=e.error)&&': "'+e+'"',a.find("p").html(redux_typography_ajax.update_google_fonts.error.replace("%s",t).replace("|msg",e)),a.find("p").attr("aria-label",redux_typography_ajax.update_google_fonts.error),redux.field_objects.typography.updates(s))}}),e.preventDefault(),!1})},redux.field_objects.typography.size=function(e){var t,a=0;for(t in e)e.hasOwnProperty(t)&&(a+=1);return a},redux.field_objects.typography.makeBool=function(e){return"false"!==e&&"0"!==e&&!1!==e&&0!==e&&("true"===e||"1"===e||!0===e||1===e||void 0)},redux.field_objects.typography.contrastColour=function(e){var t="#444444";return""!==e&&(e=e.replace("#",""),t=128<=(299*parseInt(e.substr(0,2),16)+587*parseInt(e.substr(2,2),16)+114*parseInt(e.substr(4,2),16))/1e3?"#444444":"#ffffff"),t},redux.field_objects.typography.select=function(y,l,h,e,g){var a,t,r,u,f,c,x,v,m,b,_,s,o,C,i,w,j,k=!1,p="",d='<option value=""></option>',n="",z={400:"Normal 400",700:"Bold 700","400italic":"Normal 400 Italic","700italic":"Bold 700 Italic"},I=O(y).parents(".redux-container-typography:first").data("id");void 0===I&&(I=O(y).data("id")),a=O("#"+I),t=(t=O("#"+I+"-family").val())||null,e&&(t=e),e=a.find("select.redux-typography-family-backup").val(),u=a.find(".redux-typography-size").val(),f=a.find(".redux-typography-height").val(),c=a.find(".redux-typography-word").val(),x=a.find(".redux-typography-letter").val(),v=a.find("select.redux-typography-align").val(),m=a.find("select.redux-typography-transform").val(),b=a.find("select.redux-typography-font-variant").val(),_=a.find("select.redux-typography-decoration").val(),s=a.find("select.redux-typography-style").val(),o=a.find("select.redux-typography-subsets").val(),C=a.find(".redux-typography-color").val(),w=a.find(".redux-typography-margin-top").val(),j=a.find(".redux-typography-margin-bottom").val(),i=a.data("units"),!0===B?(r=redux.field_objects.typography.makeBool(S["data-google"]),a.find(".redux-typography-google-font").val(r)):r=redux.field_objects.typography.makeBool(a.find(".redux-typography-google-font").val()),g&&(a.hasClass("typography-initialized")||(s=a.find("select.redux-typography-style").data("value"),o=a.find("select.redux-typography-subsets").data("value"),""!==s&&(s=String(s)),o=String(o)),void 0===redux.fonts.google&&(r=!1),p=!0===r&&t in redux.fonts.google?redux.fonts.google[t]:void 0!==redux.fonts.typekit&&t in redux.fonts.typekit?(k=!0,redux.fonts.typekit[t]):z,O(y).hasClass("redux-typography-subsets")&&a.find("input.typography-subsets").val(o),O(y).hasClass("redux-typography-family")?(!0===r?(O.each(p.variants,function(e,t){t.id===s||1===redux.field_objects.typography.size(p.variants)?(n=' selected="selected"',s=t.id):n="",d+='<option value="'+t.id+'"'+n+">"+t.name.replace(/\+/g," ")+"</option>"}),h&&a.find(".redux-typography-style").select2("destroy"),a.find(".redux-typography-style").html(d).select2(),n="",d='<option value=""></option>',O.each(p.subsets,function(e,t){o===t.id||1===redux.field_objects.typography.size(p.subsets)?(n=' selected="selected"',o=t.id,a.find("input.typography-subsets").val(o)):n="",d+='<option value="'+t.id+'"'+n+">"+t.name.replace(/\+/g," ")+"</option>"}),h&&a.find(".redux-typography-subsets").select2("destroy"),a.find(".redux-typography-subsets").html(d).select2({width:"100%"}),a.find(".redux-typography-subsets").parent().fadeIn("fast"),a.find(".typography-family-backup").fadeIn("fast")):!0===k?(O.each(p.variants,function(e,t){s===t.id||1===redux.field_objects.typography.size(p.variants)?(n=' selected="selected"',s=t.id):n="",d+='<option value="'+t.id+'"'+n+">"+t.name.replace(/\+/g," ")+"</option>"}),a.find(".redux-typography-style").select2("destroy"),a.find(".redux-typography-style").html(d).select2(),a.find(".redux-typography-subsets").parent().fadeOut("fast"),a.find(".typography-family-backup").fadeOut("fast")):a.find(".redux-typography-style")&&(O.each(z,function(e,t){s===e||"normal"===e?(n=' selected="selected"',a.find(".typography-style select2-selection__rendered").text(t)):n="",d+='<option value="'+e+'"'+n+">"+t.replace("+"," ")+"</option>"}),h&&a.find(".redux-typography-style").select2("destroy"),a.find(".redux-typography-style").html(d).select2()),a.find(".redux-typography-font-family").val(t)):O(y).hasClass("redux-typography-family-backup")&&""!==e?a.find(".redux-typography-font-family-backup").val(e):(p=z)&&(O.each(p,function(e,t){s===e||"normal"===e?(n=' selected="selected"',a.find(".typography-style select2-selection__rendered").text(t)):n="",d+='<option value="'+e+'"'+n+">"+t.replace("+"," ")+"</option>"}),h&&a.find(".redux-typography-style").select2("destroy"),a.find(".redux-typography-style").html(d).select2(),a.find(".redux-typography-subsets").parent().fadeOut("fast"),a.find(".typography-family-backup").fadeOut("fast"))),g&&(a.find(".redux-typography-style").addClass("ignore-change"),0===a.find("select.redux-typography-style option[value='"+s+"']").length?(s="",a.find("select.redux-typography-style").val("").trigger("change")):"400"===s&&a.find("select.redux-typography-style").val(s).trigger("change"),a.find(".redux-typography-style").removeClass("ignore-change"),0===a.find("select.redux-typography-subsets option[value='"+o+"']").length&&(o="",a.find(".redux-typography-style").addClass("ignore-change"),a.find("select.redux-typography-subsets").val("").trigger("change"),a.find("input.typography-subsets").val(o),a.find(".redux-typography-style").removeClass("ignore-change"))),O("."+("style_link_"+I)).remove(),null!==t&&"inherit"!==t&&a.hasClass("typography-initialized")&&(k=t.replace(/\s+/g,"+"),!0===r?(e=k,s&&""!==s&&(e+=":"+s.replace(/\-/g," ")),o&&""!==o&&(e+="&subset="+o),!1===B&&"undefined"!=typeof WebFont&&WebFont&&WebFont.load({google:{families:[e]}}),a.find(".redux-typography-google").val(!0)):a.find(".redux-typography-google").val(!1)),s&&-1!==s.indexOf("italic")?(a.find(".typography-preview").css("font-style","italic"),a.find(".typography-font-style").val("italic"),s=s.replace("italic","")):(a.find(".typography-preview").css("font-style","normal"),a.find(".typography-font-style").val("")),a.find(".typography-font-weight").val(s),Boolean(a.find(".redux-typography-height").data("allow-empty"))||(f=f||u),""===u||void 0===u?a.find(".typography-font-size").val(""):a.find(".typography-font-size").val(u+i),""===f||void 0===f?a.find(".typography-line-height").val(""):a.find(".typography-line-height").val(f+i),""===c||void 0===c?a.find(".typography-word-spacing").val(""):a.find(".typography-word-spacing").val(c+i),""===x||void 0===x?a.find(".typography-letter-spacing").val(""):a.find(".typography-letter-spacing").val(x+i),""===w||void 0===w?a.find(".typography-margin-top").val(""):a.find(".typography-margin-top").val(w+i),""===j||void 0===j?a.find(".typography-margin-bottom").val(""):a.find(".typography-margin-bottom").val(j+i),a.hasClass("typography-initialized")&&(0===a.find(".typography-preview").data("preview-size")&&a.find(".typography-preview").css("font-size",u+i),a.find(".typography-preview").css({"font-weight":s,"text-align":v,"font-family":t+", sans-serif","padding-top":w+i,"padding-bottom":j+i}),"none"===t&&""===t&&a.find(".typography-preview").css("font-family","inherit"),a.find(".typography-preview").css({"line-height":f+i,"word-spacing":c+i,"letter-spacing":x+i}),C&&a.find(".typography-preview").css("color",C),N||redux.field_objects.typography.previewShadow(I),a.find(".typography-style select2-selection__rendered").text(a.find(".redux-typography-style option:selected").text()),a.find(".typography-script select2-selection__rendered").text(a.find(".redux-typography-subsets option:selected").text()),v&&a.find(".typography-preview").css("text-align",v),m&&a.find(".typography-preview").css("text-transform",m),b&&a.find(".typography-preview").css("font-variant",b),_&&a.find(".typography-preview").css("text-decoration",_),a.find(".typography-preview").slideDown()),a.hasClass("typography-initialized")||a.addClass("typography-initialized"),B=!1,l||redux_change(y)},redux.field_objects.typography.previewShadow=function(e){var t=O("#"+e+" .redux-typography-shadow-color").val(),a=O("#redux-slider-value-"+e+"-h").val(),r=O("#redux-slider-value-"+e+"-v").val(),s=O("#redux-slider-value-"+e+"-b").val();t&&O("#"+e+" .typography-preview").css("text-shadow",a+"px "+r+"px "+s+"px "+t)}}(jQuery);
|
redux-core/inc/lib/gradient-filters/gradient-filters.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(u){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.gradient_filters=redux.field_objects.gradient_filters||{},redux.field_objects.gradient_filters.sliderInit=function(e,s){e.find(".redux-gradient-slider").each(function(){var a=u(this).data("id"),e=u(this).data("min"),i=u(this).data("max"),d=u(this).data("step"),t=u(this).data("default"),r=u(this).data("label"),n=Boolean(u(this).data("rtl")),
|
1 |
+
!function(u){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.gradient_filters=redux.field_objects.gradient_filters||{},redux.field_objects.gradient_filters.sliderInit=function(e,s){e.find(".redux-gradient-slider").each(function(){var a=u(this).data("id"),e=u(this).data("min"),i=u(this).data("max"),d=u(this).data("step"),t=u(this).data("default"),r=u(this).data("label"),n=Boolean(u(this).data("rtl")),e=[e,i],l=u(this).reduxNoUiSlider({range:e,start:t,handles:1,step:d,connect:"lower",behaviour:"tap-drag",rtl:n,serialization:{resolution:1},slide:function(){var e=-1!==u(this).data("id").indexOf("angle")?"°":"%";u(this).next("#redux-slider-value-"+a).attr("value",l.val()),u(this).prev("label").html(r+": <strong>"+l.val()+e+"</strong>"),redux.field_objects.gradient_filters.changeValue(u(this),!0,s)}})})},redux.field_objects.gradient_filters.selectChange=function(i,d){u(i).find(".redux-gradient-select").on("change",function(){var e=u(this).val(),a=i.find(".slider-gradient-angle");"linear"===e?a.fadeIn():a.fadeOut(),redux.field_objects.gradient_filters.changeValue(u(this),!0,d)}),i.find(".redux-gradient-select").select2()},redux.field_objects.gradient_filters.changeValue=function(e,a,i){var i=e.parents(".redux-container-"+i),d=i.data("id"),t=i.find(".redux-gradient-preview"),r=t.css("display"),n=i.find("#"+d+"-from").val(),l=i.find("#"+d+"-to").val(),c=i.find(".redux-gradient-select").val(),s="",u="",o=Math.abs(-450)%360,f=i.find("#redux-slider-value-"+d+"-from").val(),g=i.find("#redux-slider-value-"+d+"-to").val(),i=i.find("#redux-slider-value-"+d+"-angle").val(),d=n+" "+f+"%, "+l+" "+g+"%)",u="linear"===c?(s="linear-gradient("+o+"deg,"+d,"linear-gradient("+i+"deg,"+d):s="radial-gradient(center, ellipse cover,"+d;"none"===r&&t.fadeIn(),t.css("background",s),t.css("background","-moz-"+u),t.css("background","-webkit-"+u),t.css("background","-o-"+u),t.css("background","-ms-"+u),a&&redux_change(e)}}(jQuery);
|
redux-core/inc/lib/image-filters/image-filters.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(o){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.image_filters=redux.field_objects.image_filters||{},redux.field_objects.image_filters.sliderInit=function(e,l){e.find(".redux-"+l+"-slider").each(function(){var i=o(this).data("id"),e=o(this).data("min"),t=o(this).data("max"),a=o(this).data("step"),d=o(this).data("default"),s=o(this).data("unit"),r=Boolean(o(this).data("rtl")),
|
1 |
+
!function(o){"use strict";redux.field_objects=redux.field_objects||{},redux.field_objects.image_filters=redux.field_objects.image_filters||{},redux.field_objects.image_filters.sliderInit=function(e,l){e.find(".redux-"+l+"-slider").each(function(){var i=o(this).data("id"),e=o(this).data("min"),t=o(this).data("max"),a=o(this).data("step"),d=o(this).data("default"),s=o(this).data("unit"),r=Boolean(o(this).data("rtl")),e=[e,t],n=o(this).reduxNoUiSlider({range:e,start:d,handles:1,step:a,connect:"lower",behaviour:"tap-drag",rtl:r,unit:s,serialization:{resolution:a},slide:function(){var e=n.val();"0.00"===e?e=0:"1.00"===e&&(e=1),o(this).next("#redux-slider-value-"+i).attr("value",e),o(this).prev("label").find("span").html("<strong>"+e+s+"</strong>"),redux.field_objects.image_filters.changeValue(o(this),!0,l)}})})},redux.field_objects.image_filters.changeValue=function(e,i,t){var a,d,s,r,n=e.parents(".redux-container-"+t),l=n.find(".redux-"+t+"-filter-container"),c="";0<l.length&&(a=n.data("id"),n=(t=n.find(".screenshot")).find("img"),d=l.data("filters"),d=decodeURIComponent(d),d=JSON.parse(d),o.each(d,function(e,i){!0===l.find("#"+a+"-"+i).is(":checked")&&(s=l.find("#redux-slider-value-"+a+"-"+i).val(),r=l.find("#redux-slider-value-"+a+"-"+i).data("unit"),c=c+" "+i+"("+s+r+")")}),n.css({filter:c,"-webkit-filter":c}),"none"===t.css("display")&&t.fadeIn(),i&&redux_change(e))},redux.field_objects.image_filters.checkbox=function(e,a){e.find(".checkbox").on("click",function(){var e=0,i=o(this).parent().next(".redux-"+a+"-slider"),t=o(this).parent("label");o(this).is(":checked")?(e=o(this).parent().find(".checkbox-check").attr("data-val"),i.attr("disabled",!1),t.removeClass("pro-disabled")):(i.attr("disabled",!0),t.addClass("pro-disabled")),o(this).parent().find(".checkbox-check").val(e),redux.field_objects.image_filters.changeValue(o(this),!0,a)})}}(jQuery);
|
redux-core/inc/welcome/css/redux-banner.css.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["redux-banner.scss","redux-banner.css"],"names":[],"mappings":"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","file":"redux-banner.css","sourcesContent":[".updated.jp-banner {\n position: relative;\n padding: 0;\n}\n\n.updated .redux-banner-header {\n font-size: 1.125rem;\n font-weight: 400;\n margin-top: 0;\n}\n\n.updated .redux-banner-button-container {\n padding: 2rem 0 0;\n flex-direction: row-reverse;\n align-items: center;\n justify-content: flex-end;\n}\n\n@media (min-width: 600px) {\n .updated .redux-banner-button-container {\n display: flex;\n }\n}\n\n.updated .redux-banner-tos-blurb {\n display: block;\n padding: 0.375rem 0;\n line-height: 1.5;\n font-size: 0.6875rem;\n color: #414141;\n}\n\n@media (min-width: 600px) {\n .updated .redux-banner-tos-blurb {\n margin-left: 1.125rem;\n }\n}\n\n.updated .redux-banner-tos-blurb a {\n color: inherit;\n}\n\n.redux-connection-banner-dismiss {\n text-decoration: none;\n}\n\n.redux-banner-description {\n font-size: 0.875rem;\n}\n\n.redux-banner-description-container {\n padding: 1rem;\n}\n\n.redux-banner-svg-dismiss {\n position: absolute;\n right: 0;\n top: 0;\n fill: #a2a2a2;\n padding: 1rem;\n height: 1.5rem;\n width: 1.5rem;\n cursor: pointer;\n}\n\n.redux-banner-full-step-header {\n max-width: 700px;\n margin: 0 auto 40px auto;\n line-height: 1.5;\n}\n\n@media (max-width: 530px) {\n .redux-banner-full-step-header {\n margin-bottom: 1.5rem;\n }\n}\n\n.redux-banner-full-step-header h2 {\n margin: 1.5rem 10% 0;\n font-size: 1.375rem;\n font-weight: bold;\n color: #000;\n}\n\n@media (max-width: 530px) {\n .redux-banner-full-step-header h2 {\n margin-top: 1rem;\n }\n}\n\n.redux-banner-full-step-header h3 {\n color: #747474;\n font-size: 1rem;\n font-weight: normal;\n margin: 0.625rem 0 1.5rem;\n}\n\n.redux-banner-full-step-header.bottom {\n margin-top: 5rem;\n}\n\n.redux-tos-blurb {\n font-size: 0.6875rem;\n margin-left: 1.125rem;\n}\n\n.redux-dismiss {\n cursor: pointer;\n}\n\n.redux-banner-full-dismiss-paragraph {\n font-size: 0.6875rem;\n}\n\n.redux-tos-blurb a,\n.redux-banner-full-dismiss-paragraph a {\n cursor: pointer;\n color: inherit;\n text-decoration: underline;\n}\n\n.redux-banner-full-row {\n display: flex;\n justify-content: space-around;\n justify-content: space-evenly;\n text-align: left;\n align-items: baseline;\n margin: 0 auto;\n max-width: 1000px;\n}\n\n.redux-banner-full-slide {\n max-width: 35%;\n margin: 3rem 0;\n}\n\n@media (max-width: 782px) {\n .redux-banner-full-slide {\n margin: 1.875rem 0;\n }\n}\n\n.redux-banner-full-slide p {\n font-size: 0.875rem;\n}\n\n.redux-banner-full-slide .illustration {\n padding: 0.75rem;\n}\n\n@media (min-width: 600px) {\n .redux-banner-full-slide .illustration {\n margin-bottom: 2.625rem;\n }\n}\n\n.redux-banner-full-step-support {\n max-width: 700px;\n margin: 0 auto;\n line-height: 1.25;\n}\n\n.redux-banner-full-step-support h2 {\n margin: 1rem 0 0;\n font-size: 1.375rem;\n font-weight: normal;\n color: #000;\n}\n\n.redux-banner-full-step-support h3 {\n color: #747474;\n font-size: 1rem;\n font-weight: normal;\n margin: 0.625rem 0 1.5rem;\n}\n\n.redux-banner-button-container-loading {\n font-size: 14px;\n animation: jetpack-loading-fade 1.6s ease-in-out infinite;\n}\n\n.redux-banner-button-container .redux-spinner {\n width: 100%;\n}\n\n@media screen and (max-width: 480px) {\n .redux-banner-full-row {\n display: block;\n }\n .redux-banner-full-slide {\n margin: 2em 0;\n max-width: 100%;\n }\n}\n\n.updated.redux-banner-container {\n border-left: none;\n padding: 0;\n border: 1px solid #ccd0d4;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);\n}\n\n@media screen and (max-width: 782px) {\n .updated.redux-banner-container {\n padding: 0 !important;\n }\n}\n\n.updated.redux-banner-container .dops-button {\n padding: 7px 14px 9px;\n}\n\n.updated .notice-dismiss {\n z-index: 1;\n text-decoration: none;\n}\n\n.redux-banner-container-top-text + .redux-banner-inner-container .notice-dismiss::before {\n color: #000000;\n}\n\n.redux-banner-container-top-text {\n padding: 15px 35px 25px 15px;\n background-color: #CBC3F5;\n color: #000000;\n display: flex;\n align-items: baseline;\n}\n\n.redux-banner-container-top-text svg {\n width: 24px;\n height: 24px;\n margin-right: 10px;\n position: relative;\n top: 7px;\n}\n\n@media (max-width: 530px) {\n .redux-banner-container-top-text svg {\n flex: 1;\n }\n}\n\n.redux-banner-container-top-text svg path {\n fill: #000000;\n}\n\n.redux-banner-container-top-text span {\n display: inline-block;\n}\n\n@media (max-width: 530px) {\n .redux-banner-container-top-text span {\n flex: 9;\n }\n}\n\n.redux-banner-container {\n display: block;\n position: relative;\n box-sizing: border-box;\n background-color: #24b0a6;\n}\n\n.redux-banner-inner-container > a:first-child {\n z-index: 1;\n}\n\n.redux-banner-inner-container {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: left;\n background: #fff;\n}\n\n.redux-banner-content-container {\n //width: 1250px;\n position: relative;\n padding: 2rem;\n z-index: 0;\n}\n\n.redux-banner-content-container p {\n color: #6f6f6f;\n font-size: 0.875rem;\n}\n\n.redux-banner-content-container h2 {\n margin-top: 0;\n line-height: 1.6;\n display: block;\n margin-bottom: 1.5rem;\n}\n@media (min-width: 1300px) {\n .redux-banner-hide-phone-and-smaller {\n width: 320px !important;\n }\n}\n.redux-banner-hide-phone-and-smaller {\n max-width: 400px;\n}\n\n.redux-banner-content-logo {\n width: 150px;\n margin-bottom: 20px !important;\n}\n\n@media (max-width: 530px) {\n .redux-banner-hide-phone-and-smaller {\n display: none !important;\n }\n .redux-banner-content-logo {\n margin-left: 0 !important;\n margin-bottom: 40px !important;\n }\n}\n\n\n@media (max-width: 530px) {\n .redux-banner-hide-phone-and-smaller {\n display: none !important;\n }\n}\n\n.redux-banner-content-icon {\n margin: 0 1.5rem;\n margin-right: 0;\n display: flex;\n flex-direction: column;\n}\n\n.redux-banner-button-container .dops-button.is-primary {\n background: #24b0a6;\n border-color: #00a523;\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n flex-shrink: 0;\n}\n\n.redux-illo img {\n display: block;\n margin: 0 auto;\n}\n\n.redux-illo .redux-logo {\n margin-bottom: 2.25rem;\n}\n\n@media (max-width: 530px) {\n .redux-illo .redux-logo {\n margin-left: 0;\n }\n}\n\n@media (max-width: 782px) {\n .redux-illo {\n width: 100%;\n margin: 0.5rem 0;\n display: block;\n }\n}\n\n@media (min-width: 900px) {\n .redux-banner-slide-text {\n padding-left: 2.8125rem;\n }\n}\n\n.redux-banner-slide {\n display: none;\n}\n\n.redux-banner-slide.redux-slide-is-active {\n display: flex;\n align-items: flex-start;\n}\n\n@media (max-width: 782px) {\n .redux-banner-slide.redux-slide-is-active {\n display: block;\n }\n}\n\n.redux-banner-slide ul {\n list-style: disc;\n padding: 0 0 0 0.9375rem;\n}\n\n.redux-banner-slide ul li {\n color: #6f6f6f;\n font-size: 0.75rem;\n}\n\n.redux-banner-button-container .dops-button {\n margin: 0.3125rem 0;\n}\n\n.redux-banner-button-container .dops-button.is-primary {\n cursor: pointer;\n display: inline-block;\n margin: 0;\n outline: 0;\n overflow: hidden;\n font-size: 14px;\n text-overflow: ellipsis;\n text-decoration: none;\n vertical-align: top;\n box-sizing: border-box;\n font-size: 13px;\n border-radius: 3px;\n padding: 7px 14px 9px;\n -webkit-appearance: none;\n background: #007cba;\n border-color: #007cba;\n color: #fff;\n}\n\n.redux-banner-button-container .dops-button.is-primary:hover,\n.redux-banner-button-container .dops-button.is-primary:focus {\n background: #0071a1;\n border: 1px solid #0071a1;\n}\n\n.redux-banner-button-container .dops-button.is-primary:focus {\n box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1;\n}\n\n.redux-disconnected .redux-banner-full-container {\n box-sizing: border-box;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 1.25rem;\n left: 0;\n z-index: 999;\n background: #f1f1f1;\n text-align: center;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected .redux-banner-full-container {\n top: 42px;\n }\n}\n\n@media (min-width: 782px) {\n .redux-disconnected .redux-banner-full-container {\n left: -20px;\n }\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card {\n padding: 4rem 4rem 6rem;\n background: #fff;\n margin: 1em;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected .redux-banner-full-container .redux-banner-full-container-card {\n padding: 2rem 2rem;\n }\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.redux-logo {\n width: 160px;\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.support-characters {\n margin-top: 1.5rem;\n width: 50%;\n}\n\n.redux-disconnected .redux-banner-full-container h4 {\n line-height: 1.25;\n font-size: 1.375rem;\n font-weight: normal;\n margin: 1em 0;\n}\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n position: relative;\n bottom: 0;\n box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04);\n display: none;\n}\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container .redux-banner-full-container-card {\n margin: 0;\n}\n\n@media (min-width: 782px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n left: 0;\n }\n}\n\n@media (max-width: 782px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n top: 32px;\n }\n}\n\n@media (max-width: 530px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n top: 0px;\n }\n}\n\n.redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container {\n display: block;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container .redux-banner-full-step-header h2 {\n margin: 0;\n }\n}\n\nimg.redux-banner-logo {\n width: 50px;\n height: auto;\n margin-bottom: 10px;\n}\n\n.redux-connection-banner-action {\n &.disabled {\n color: currentColor;\n cursor: not-allowed;\n opacity: 0.5;\n text-decoration: none;\n pointer-events: none;\n }\n}\n",".updated.jp-banner { position: relative; padding: 0; }\n\n.updated .redux-banner-header { font-size: 1.125rem; font-weight: 400; margin-top: 0; }\n\n.updated .redux-banner-button-container { padding: 2rem 0 0; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }\n\n@media (min-width: 600px) { .updated .redux-banner-button-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }\n\n.updated .redux-banner-tos-blurb { display: block; padding: 0.375rem 0; line-height: 1.5; font-size: 0.6875rem; color: #414141; }\n\n@media (min-width: 600px) { .updated .redux-banner-tos-blurb { margin-left: 1.125rem; } }\n\n.updated .redux-banner-tos-blurb a { color: inherit; }\n\n.redux-connection-banner-dismiss { text-decoration: none; }\n\n.redux-banner-description { font-size: 0.875rem; }\n\n.redux-banner-description-container { padding: 1rem; }\n\n.redux-banner-svg-dismiss { position: absolute; right: 0; top: 0; fill: #a2a2a2; padding: 1rem; height: 1.5rem; width: 1.5rem; cursor: pointer; }\n\n.redux-banner-full-step-header { max-width: 700px; margin: 0 auto 40px auto; line-height: 1.5; }\n\n@media (max-width: 530px) { .redux-banner-full-step-header { margin-bottom: 1.5rem; } }\n\n.redux-banner-full-step-header h2 { margin: 1.5rem 10% 0; font-size: 1.375rem; font-weight: bold; color: #000; }\n\n@media (max-width: 530px) { .redux-banner-full-step-header h2 { margin-top: 1rem; } }\n\n.redux-banner-full-step-header h3 { color: #747474; font-size: 1rem; font-weight: normal; margin: 0.625rem 0 1.5rem; }\n\n.redux-banner-full-step-header.bottom { margin-top: 5rem; }\n\n.redux-tos-blurb { font-size: 0.6875rem; margin-left: 1.125rem; }\n\n.redux-dismiss { cursor: pointer; }\n\n.redux-banner-full-dismiss-paragraph { font-size: 0.6875rem; }\n\n.redux-tos-blurb a, .redux-banner-full-dismiss-paragraph a { cursor: pointer; color: inherit; text-decoration: underline; }\n\n.redux-banner-full-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; text-align: left; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; margin: 0 auto; max-width: 1000px; }\n\n.redux-banner-full-slide { max-width: 35%; margin: 3rem 0; }\n\n@media (max-width: 782px) { .redux-banner-full-slide { margin: 1.875rem 0; } }\n\n.redux-banner-full-slide p { font-size: 0.875rem; }\n\n.redux-banner-full-slide .illustration { padding: 0.75rem; }\n\n@media (min-width: 600px) { .redux-banner-full-slide .illustration { margin-bottom: 2.625rem; } }\n\n.redux-banner-full-step-support { max-width: 700px; margin: 0 auto; line-height: 1.25; }\n\n.redux-banner-full-step-support h2 { margin: 1rem 0 0; font-size: 1.375rem; font-weight: normal; color: #000; }\n\n.redux-banner-full-step-support h3 { color: #747474; font-size: 1rem; font-weight: normal; margin: 0.625rem 0 1.5rem; }\n\n.redux-banner-button-container-loading { font-size: 14px; -webkit-animation: jetpack-loading-fade 1.6s ease-in-out infinite; animation: jetpack-loading-fade 1.6s ease-in-out infinite; }\n\n.redux-banner-button-container .redux-spinner { width: 100%; }\n\n@media screen and (max-width: 480px) { .redux-banner-full-row { display: block; }\n\t.redux-banner-full-slide { margin: 2em 0; max-width: 100%; } }\n\n.updated.redux-banner-container { border-left: none; padding: 0; border: 1px solid #ccd0d4; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }\n\n@media screen and (max-width: 782px) { .updated.redux-banner-container { padding: 0 !important; } }\n\n.updated.redux-banner-container .dops-button { padding: 7px 14px 9px; }\n\n.updated .notice-dismiss { z-index: 1; text-decoration: none; }\n\n.redux-banner-container-top-text + .redux-banner-inner-container .notice-dismiss::before { color: #fff; }\n\n.redux-banner-container-top-text { padding: 15px 35px 25px 15px; background-color: #CBC3F5; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; }\n\n.redux-banner-container-top-text svg { width: 24px; height: 24px; margin-right: 10px; position: relative; top: 7px; }\n\n@media (max-width: 530px) { .redux-banner-container-top-text svg { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } }\n\n.redux-banner-container-top-text svg path { fill: #fff; }\n\n.redux-banner-container-top-text span { display: inline-block; }\n\n@media (max-width: 530px) { .redux-banner-container-top-text span { -webkit-box-flex: 9; -webkit-flex: 9; -ms-flex: 9; flex: 9; } }\n\n.redux-banner-container { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #24b0a6; }\n\n.redux-banner-inner-container > a:first-child { z-index: 1; }\n\n.redux-banner-inner-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; background: #fff; }\n\n.redux-banner-content-container { position: relative; padding: 2rem; z-index: 0; }\n\n.redux-banner-content-container p { color: #6f6f6f; font-size: 0.875rem; }\n\n.redux-banner-content-container h2 { margin-top: 0; line-height: 1.6; display: block; margin-bottom: 1.5rem; }\n\n@media (min-width: 1300px) { .redux-banner-hide-phone-and-smaller { width: 320px !important; } }\n\n.redux-banner-hide-phone-and-smaller { max-width: 400px; }\n\n.redux-banner-content-logo { width: 150px; margin-bottom: 20px !important; }\n\n@media (max-width: 530px) { .redux-banner-hide-phone-and-smaller { display: none !important; }\n\t.redux-banner-content-logo { margin-left: 0 !important; margin-bottom: 40px !important; } }\n\n@media (max-width: 530px) { .redux-banner-hide-phone-and-smaller { display: none !important; } }\n\n.redux-banner-content-icon { margin: 0 1.5rem; margin-right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }\n\n.redux-banner-button-container .dops-button.is-primary { background: #24b0a6; border-color: #00a523; padding-left: 1.5rem; padding-right: 1.5rem; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }\n\n.redux-illo img { display: block; margin: 0 auto; }\n\n.redux-illo .redux-logo { margin-bottom: 2.25rem; }\n\n@media (max-width: 530px) { .redux-illo .redux-logo { margin-left: 0; } }\n\n@media (max-width: 782px) { .redux-illo { width: 100%; margin: 0.5rem 0; display: block; } }\n\n@media (min-width: 900px) { .redux-banner-slide-text { padding-left: 2.8125rem; } }\n\n.redux-banner-slide { display: none; }\n\n.redux-banner-slide.redux-slide-is-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }\n\n@media (max-width: 782px) { .redux-banner-slide.redux-slide-is-active { display: block; } }\n\n.redux-banner-slide ul { list-style: disc; padding: 0 0 0 0.9375rem; }\n\n.redux-banner-slide ul li { color: #6f6f6f; font-size: 0.75rem; }\n\n.redux-banner-button-container .dops-button { margin: 0.3125rem 0; }\n\n.redux-banner-button-container .dops-button.is-primary { cursor: pointer; display: inline-block; margin: 0; outline: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; text-decoration: none; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; border-radius: 3px; padding: 7px 14px 9px; -webkit-appearance: none; background: #007cba; border-color: #007cba; color: #fff; }\n\n.redux-banner-button-container .dops-button.is-primary:hover, .redux-banner-button-container .dops-button.is-primary:focus { background: #0071a1; border: 1px solid #0071a1; }\n\n.redux-banner-button-container .dops-button.is-primary:focus { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1; }\n\n.redux-disconnected .redux-banner-full-container { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 1.25rem; left: 0; z-index: 999; background: #f1f1f1; text-align: center; }\n\n@media (max-width: 530px) { .redux-disconnected .redux-banner-full-container { top: 42px; } }\n\n@media (min-width: 782px) { .redux-disconnected .redux-banner-full-container { left: -20px; } }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card { padding: 4rem 4rem 6rem; background: #fff; margin: 1em; }\n\n@media (max-width: 530px) { .redux-disconnected .redux-banner-full-container .redux-banner-full-container-card { padding: 2rem 2rem; } }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.redux-logo { width: 160px; }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.support-characters { margin-top: 1.5rem; width: 50%; }\n\n.redux-disconnected .redux-banner-full-container h4 { line-height: 1.25; font-size: 1.375rem; font-weight: normal; margin: 1em 0; }\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { position: relative; bottom: 0; -webkit-box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04); display: none; }\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container .redux-banner-full-container-card { margin: 0; }\n\n@media (min-width: 782px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { left: 0; } }\n\n@media (max-width: 782px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { top: 32px; } }\n\n@media (max-width: 530px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { top: 0px; } }\n\n.redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container { display: block; }\n\n@media (max-width: 530px) { .redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container .redux-banner-full-step-header h2 { margin: 0; } }\n\nimg.redux-banner-logo { width: 50px; height: auto; margin-bottom: 10px; }\n\n.redux-connection-banner-action.disabled { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; pointer-events: none; }\n\n/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVkdXgtYmFubmVyLmNzcyIsInNvdXJjZXMiOlsicmVkdXgtYmFubmVyLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsQUFBQSxRQUFRLEFBQUEsVUFBVSxDQUFDLEVBQ2YsUUFBUSxFQUFFLFFBQVEsRUFDbEIsT0FBTyxFQUFFLENBQUMsR0FDYjs7QUFFRCxBQUFBLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxFQUMxQixTQUFTLEVBQUUsUUFBUSxFQUNuQixXQUFXLEVBQUUsR0FBRyxFQUNoQixVQUFVLEVBQUUsQ0FBQyxHQUNoQjs7QUFFRCxBQUFBLFFBQVEsQ0FBQyw4QkFBOEIsQ0FBQyxFQUNwQyxPQUFPLEVBQUUsUUFBUSxFQUNqQixjQUFjLEVBQUUsV0FBVyxFQUMzQixXQUFXLEVBQUUsTUFBTSxFQUNuQixlQUFlLEVBQUUsUUFBUSxHQUM1Qjs7QUFFRCxNQUFNLEVBQUUsU0FBUyxFQUFFLEtBQUssSUFDcEIsQUFBQSxRQUFRLENBQUMsOEJBQThCLENBQUMsRUFDcEMsT0FBTyxFQUFFLElBQUksR0FDaEI7O0FBR0wsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsRUFDN0IsT0FBTyxFQUFFLEtBQUssRUFDZCxPQUFPLEVBQUUsVUFBVSxFQUNuQixXQUFXLEVBQUUsR0FBRyxFQUNoQixTQUFTLEVBQUUsU0FBUyxFQUNwQixLQUFLLEVBQUUsT0FBTyxHQUNqQjs7QUFFRCxNQUFNLEVBQUUsU0FBUyxFQUFFLEtBQUssSUFDcEIsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsRUFDN0IsV0FBVyxFQUFFLFFBQVEsR0FDeEI7O0FBR0wsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLEVBQy9CLEtBQUssRUFBRSxPQUFPLEdBQ2pCOztBQUVELEFBQUEsZ0NBQWdDLENBQUMsRUFDN0IsZUFBZSxFQUFFLElBQUksR0FDeEI7O0FBRUQsQUFBQSx5QkFBeUIsQ0FBQyxFQUN0QixTQUFTLEVBQUUsUUFBUSxHQUN0Qjs7QUFFRCxBQUFB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 */\n\n/*# sourceMappingURL=redux-banner.css.map */\n"]}
|
1 |
+
{"version":3,"sources":["redux-banner.scss","redux-banner.css"],"names":[],"mappings":"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","file":"redux-banner.css","sourcesContent":[".updated.jp-banner {\n position: relative;\n padding: 0;\n}\n\n.updated .redux-banner-header {\n font-size: 1.125rem;\n font-weight: 400;\n margin-top: 0;\n}\n\n.updated .redux-banner-button-container {\n padding: 2rem 0 0;\n flex-direction: row-reverse;\n align-items: center;\n justify-content: flex-end;\n}\n\n@media (min-width: 600px) {\n .updated .redux-banner-button-container {\n display: flex;\n }\n}\n\n.updated .redux-banner-tos-blurb {\n display: block;\n padding: 0.375rem 0;\n line-height: 1.5;\n font-size: 0.6875rem;\n color: #414141;\n}\n\n@media (min-width: 600px) {\n .updated .redux-banner-tos-blurb {\n margin-left: 1.125rem;\n }\n}\n\n.updated .redux-banner-tos-blurb a {\n color: inherit;\n}\n\n.redux-connection-banner-dismiss {\n text-decoration: none;\n}\n\n.redux-banner-description {\n font-size: 0.875rem;\n}\n\n.redux-banner-description-container {\n padding: 1rem;\n}\n\n.redux-banner-svg-dismiss {\n position: absolute;\n right: 0;\n top: 0;\n fill: #a2a2a2;\n padding: 1rem;\n height: 1.5rem;\n width: 1.5rem;\n cursor: pointer;\n}\n\n.redux-banner-full-step-header {\n max-width: 700px;\n margin: 0 auto 40px auto;\n line-height: 1.5;\n}\n\n@media (max-width: 530px) {\n .redux-banner-full-step-header {\n margin-bottom: 1.5rem;\n }\n}\n\n.redux-banner-full-step-header h2 {\n margin: 1.5rem 10% 0;\n font-size: 1.375rem;\n font-weight: bold;\n color: #000;\n}\n\n@media (max-width: 530px) {\n .redux-banner-full-step-header h2 {\n margin-top: 1rem;\n }\n}\n\n.redux-banner-full-step-header h3 {\n color: #747474;\n font-size: 1rem;\n font-weight: normal;\n margin: 0.625rem 0 1.5rem;\n}\n\n.redux-banner-full-step-header.bottom {\n margin-top: 5rem;\n}\n\n.redux-tos-blurb {\n font-size: 0.6875rem;\n margin-left: 1.125rem;\n}\n\n.redux-dismiss {\n cursor: pointer;\n}\n\n.redux-banner-full-dismiss-paragraph {\n font-size: 0.6875rem;\n}\n\n.redux-tos-blurb a,\n.redux-banner-full-dismiss-paragraph a {\n cursor: pointer;\n color: inherit;\n text-decoration: underline;\n}\n\n.redux-banner-full-row {\n display: flex;\n justify-content: space-around;\n justify-content: space-evenly;\n text-align: left;\n align-items: baseline;\n margin: 0 auto;\n max-width: 1000px;\n}\n\n.redux-banner-full-slide {\n max-width: 35%;\n margin: 3rem 0;\n}\n\n@media (max-width: 782px) {\n .redux-banner-full-slide {\n margin: 1.875rem 0;\n }\n}\n\n.redux-banner-full-slide p {\n font-size: 0.875rem;\n}\n\n.redux-banner-full-slide .illustration {\n padding: 0.75rem;\n}\n\n@media (min-width: 600px) {\n .redux-banner-full-slide .illustration {\n margin-bottom: 2.625rem;\n }\n}\n\n.redux-banner-full-step-support {\n max-width: 700px;\n margin: 0 auto;\n line-height: 1.25;\n}\n\n.redux-banner-full-step-support h2 {\n margin: 1rem 0 0;\n font-size: 1.375rem;\n font-weight: normal;\n color: #000;\n}\n\n.redux-banner-full-step-support h3 {\n color: #747474;\n font-size: 1rem;\n font-weight: normal;\n margin: 0.625rem 0 1.5rem;\n}\n\n.redux-banner-button-container-loading {\n font-size: 14px;\n animation: jetpack-loading-fade 1.6s ease-in-out infinite;\n}\n\n.redux-banner-button-container .redux-spinner {\n width: 100%;\n}\n\n@media screen and (max-width: 480px) {\n .redux-banner-full-row {\n display: block;\n }\n .redux-banner-full-slide {\n margin: 2em 0;\n max-width: 100%;\n }\n}\n\n.updated.redux-banner-container {\n border-left: none;\n padding: 0;\n border: 1px solid #ccd0d4;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);\n}\n\n@media screen and (max-width: 782px) {\n .updated.redux-banner-container {\n padding: 0 !important;\n }\n}\n\n.updated.redux-banner-container .dops-button {\n padding: 7px 14px 9px;\n}\n\n.updated .notice-dismiss {\n z-index: 1;\n text-decoration: none;\n}\n\n.redux-banner-container-top-text + .redux-banner-inner-container .notice-dismiss::before {\n color: #000000;\n}\n\n.redux-banner-container-top-text {\n padding: 15px 35px 25px 15px;\n background-color: #CBC3F5;\n color: #000000;\n display: flex;\n align-items: baseline;\n}\n\n.redux-banner-container-top-text svg {\n width: 24px;\n height: 24px;\n margin-right: 10px;\n position: relative;\n top: 7px;\n}\n\n@media (max-width: 530px) {\n .redux-banner-container-top-text svg {\n flex: 1;\n }\n}\n\n.redux-banner-container-top-text svg path {\n fill: #000000;\n}\n\n.redux-banner-container-top-text span {\n display: inline-block;\n}\n\n@media (max-width: 530px) {\n .redux-banner-container-top-text span {\n flex: 9;\n }\n}\n\n.redux-banner-container {\n display: block;\n position: relative;\n box-sizing: border-box;\n background-color: #24b0a6;\n}\n\n.redux-banner-inner-container > a:first-child {\n z-index: 1;\n}\n\n.redux-banner-inner-container {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: left;\n background: #fff;\n}\n\n.redux-banner-content-container {\n //width: 1250px;\n position: relative;\n padding: 2rem;\n z-index: 0;\n}\n\n.redux-banner-content-container p {\n color: #6f6f6f;\n font-size: 0.875rem;\n}\n\n.redux-banner-content-container h2 {\n margin-top: 0;\n line-height: 1.6;\n display: block;\n margin-bottom: 1.5rem;\n}\n@media (min-width: 1300px) {\n .redux-banner-hide-phone-and-smaller {\n width: 320px !important;\n }\n}\n.redux-banner-hide-phone-and-smaller {\n max-width: 400px;\n}\n\n.redux-banner-content-logo {\n width: 150px;\n margin-bottom: 20px !important;\n}\n\n@media (max-width: 530px) {\n .redux-banner-hide-phone-and-smaller {\n display: none !important;\n }\n .redux-banner-content-logo {\n margin-left: 0 !important;\n margin-bottom: 40px !important;\n }\n}\n\n\n@media (max-width: 530px) {\n .redux-banner-hide-phone-and-smaller {\n display: none !important;\n }\n}\n\n.redux-banner-content-icon {\n margin: 0 1.5rem;\n margin-right: 0;\n display: flex;\n flex-direction: column;\n}\n\n.redux-banner-button-container .dops-button.is-primary {\n background: #24b0a6;\n border-color: #00a523;\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n flex-shrink: 0;\n}\n\n.redux-illo img {\n display: block;\n margin: 0 auto;\n}\n\n.redux-illo .redux-logo {\n margin-bottom: 2.25rem;\n}\n\n@media (max-width: 530px) {\n .redux-illo .redux-logo {\n margin-left: 0;\n }\n}\n\n@media (max-width: 782px) {\n .redux-illo {\n width: 100%;\n margin: 0.5rem 0;\n display: block;\n }\n}\n\n@media (min-width: 900px) {\n .redux-banner-slide-text {\n padding-left: 2.8125rem;\n }\n}\n\n.redux-banner-slide {\n display: none;\n}\n\n.redux-banner-slide.redux-slide-is-active {\n display: flex;\n align-items: flex-start;\n}\n\n@media (max-width: 782px) {\n .redux-banner-slide.redux-slide-is-active {\n display: block;\n }\n}\n\n.redux-banner-slide ul {\n list-style: disc;\n padding: 0 0 0 0.9375rem;\n}\n\n.redux-banner-slide ul li {\n color: #6f6f6f;\n font-size: 0.75rem;\n}\n\n.redux-banner-button-container .dops-button {\n margin: 0.3125rem 0;\n}\n\n.redux-banner-button-container .dops-button.is-primary {\n cursor: pointer;\n display: inline-block;\n margin: 0;\n outline: 0;\n overflow: hidden;\n font-size: 14px;\n text-overflow: ellipsis;\n text-decoration: none;\n vertical-align: top;\n box-sizing: border-box;\n font-size: 13px;\n border-radius: 3px;\n padding: 7px 14px 9px;\n -webkit-appearance: none;\n background: #007cba;\n border-color: #007cba;\n color: #fff;\n}\n\n.redux-banner-button-container .dops-button.is-primary:hover,\n.redux-banner-button-container .dops-button.is-primary:focus {\n background: #0071a1;\n border: 1px solid #0071a1;\n}\n\n.redux-banner-button-container .dops-button.is-primary:focus {\n box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1;\n}\n\n.redux-disconnected .redux-banner-full-container {\n box-sizing: border-box;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 1.25rem;\n left: 0;\n z-index: 999;\n background: #f1f1f1;\n text-align: center;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected .redux-banner-full-container {\n top: 42px;\n }\n}\n\n@media (min-width: 782px) {\n .redux-disconnected .redux-banner-full-container {\n left: -20px;\n }\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card {\n padding: 4rem 4rem 6rem;\n background: #fff;\n margin: 1em;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected .redux-banner-full-container .redux-banner-full-container-card {\n padding: 2rem 2rem;\n }\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.redux-logo {\n width: 160px;\n}\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.support-characters {\n margin-top: 1.5rem;\n width: 50%;\n}\n\n.redux-disconnected .redux-banner-full-container h4 {\n line-height: 1.25;\n font-size: 1.375rem;\n font-weight: normal;\n margin: 1em 0;\n}\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n position: relative;\n bottom: 0;\n box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04);\n display: none;\n}\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container .redux-banner-full-container-card {\n margin: 0;\n}\n\n@media (min-width: 782px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n left: 0;\n }\n}\n\n@media (max-width: 782px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n top: 32px;\n }\n}\n\n@media (max-width: 530px) {\n .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container {\n top: 0px;\n }\n}\n\n.redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container {\n display: block;\n}\n\n@media (max-width: 530px) {\n .redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container .redux-banner-full-step-header h2 {\n margin: 0;\n }\n}\n\nimg.redux-banner-logo {\n width: 50px;\n height: auto;\n margin-bottom: 10px;\n}\n\n.redux-connection-banner-action {\n &.disabled {\n color: currentColor;\n cursor: not-allowed;\n opacity: 0.5;\n text-decoration: none;\n pointer-events: none;\n }\n}\n",".updated.jp-banner { position: relative; padding: 0; }\n\n.updated .redux-banner-header { font-size: 1.125rem; font-weight: 400; margin-top: 0; }\n\n.updated .redux-banner-button-container { padding: 2rem 0 0; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }\n\n@media (min-width: 600px) { .updated .redux-banner-button-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }\n\n.updated .redux-banner-tos-blurb { display: block; padding: 0.375rem 0; line-height: 1.5; font-size: 0.6875rem; color: #414141; }\n\n@media (min-width: 600px) { .updated .redux-banner-tos-blurb { margin-left: 1.125rem; } }\n\n.updated .redux-banner-tos-blurb a { color: inherit; }\n\n.redux-connection-banner-dismiss { text-decoration: none; }\n\n.redux-banner-description { font-size: 0.875rem; }\n\n.redux-banner-description-container { padding: 1rem; }\n\n.redux-banner-svg-dismiss { position: absolute; right: 0; top: 0; fill: #a2a2a2; padding: 1rem; height: 1.5rem; width: 1.5rem; cursor: pointer; }\n\n.redux-banner-full-step-header { max-width: 700px; margin: 0 auto 40px auto; line-height: 1.5; }\n\n@media (max-width: 530px) { .redux-banner-full-step-header { margin-bottom: 1.5rem; } }\n\n.redux-banner-full-step-header h2 { margin: 1.5rem 10% 0; font-size: 1.375rem; font-weight: bold; color: #000; }\n\n@media (max-width: 530px) { .redux-banner-full-step-header h2 { margin-top: 1rem; } }\n\n.redux-banner-full-step-header h3 { color: #747474; font-size: 1rem; font-weight: normal; margin: 0.625rem 0 1.5rem; }\n\n.redux-banner-full-step-header.bottom { margin-top: 5rem; }\n\n.redux-tos-blurb { font-size: 0.6875rem; margin-left: 1.125rem; }\n\n.redux-dismiss { cursor: pointer; }\n\n.redux-banner-full-dismiss-paragraph { font-size: 0.6875rem; }\n\n.redux-tos-blurb a, .redux-banner-full-dismiss-paragraph a { cursor: pointer; color: inherit; text-decoration: underline; }\n\n.redux-banner-full-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; text-align: left; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; margin: 0 auto; max-width: 1000px; }\n\n.redux-banner-full-slide { max-width: 35%; margin: 3rem 0; }\n\n@media (max-width: 782px) { .redux-banner-full-slide { margin: 1.875rem 0; } }\n\n.redux-banner-full-slide p { font-size: 0.875rem; }\n\n.redux-banner-full-slide .illustration { padding: 0.75rem; }\n\n@media (min-width: 600px) { .redux-banner-full-slide .illustration { margin-bottom: 2.625rem; } }\n\n.redux-banner-full-step-support { max-width: 700px; margin: 0 auto; line-height: 1.25; }\n\n.redux-banner-full-step-support h2 { margin: 1rem 0 0; font-size: 1.375rem; font-weight: normal; color: #000; }\n\n.redux-banner-full-step-support h3 { color: #747474; font-size: 1rem; font-weight: normal; margin: 0.625rem 0 1.5rem; }\n\n.redux-banner-button-container-loading { font-size: 14px; -webkit-animation: jetpack-loading-fade 1.6s ease-in-out infinite; animation: jetpack-loading-fade 1.6s ease-in-out infinite; }\n\n.redux-banner-button-container .redux-spinner { width: 100%; }\n\n@media screen and (max-width: 480px) { .redux-banner-full-row { display: block; }\n\t.redux-banner-full-slide { margin: 2em 0; max-width: 100%; } }\n\n.updated.redux-banner-container { border-left: none; padding: 0; border: 1px solid #ccd0d4; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }\n\n@media screen and (max-width: 782px) { .updated.redux-banner-container { padding: 0 !important; } }\n\n.updated.redux-banner-container .dops-button { padding: 7px 14px 9px; }\n\n.updated .notice-dismiss { z-index: 1; text-decoration: none; }\n\n.redux-banner-container-top-text + .redux-banner-inner-container .notice-dismiss::before { color: #000000; }\n\n.redux-banner-container-top-text { padding: 15px 35px 25px 15px; background-color: #CBC3F5; color: #000000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; }\n\n.redux-banner-container-top-text svg { width: 24px; height: 24px; margin-right: 10px; position: relative; top: 7px; }\n\n@media (max-width: 530px) { .redux-banner-container-top-text svg { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } }\n\n.redux-banner-container-top-text svg path { fill: #000000; }\n\n.redux-banner-container-top-text span { display: inline-block; }\n\n@media (max-width: 530px) { .redux-banner-container-top-text span { -webkit-box-flex: 9; -webkit-flex: 9; -ms-flex: 9; flex: 9; } }\n\n.redux-banner-container { display: block; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #24b0a6; }\n\n.redux-banner-inner-container > a:first-child { z-index: 1; }\n\n.redux-banner-inner-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; background: #fff; }\n\n.redux-banner-content-container { position: relative; padding: 2rem; z-index: 0; }\n\n.redux-banner-content-container p { color: #6f6f6f; font-size: 0.875rem; }\n\n.redux-banner-content-container h2 { margin-top: 0; line-height: 1.6; display: block; margin-bottom: 1.5rem; }\n\n@media (min-width: 1300px) { .redux-banner-hide-phone-and-smaller { width: 320px !important; } }\n\n.redux-banner-hide-phone-and-smaller { max-width: 400px; }\n\n.redux-banner-content-logo { width: 150px; margin-bottom: 20px !important; }\n\n@media (max-width: 530px) { .redux-banner-hide-phone-and-smaller { display: none !important; }\n\t.redux-banner-content-logo { margin-left: 0 !important; margin-bottom: 40px !important; } }\n\n@media (max-width: 530px) { .redux-banner-hide-phone-and-smaller { display: none !important; } }\n\n.redux-banner-content-icon { margin: 0 1.5rem; margin-right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }\n\n.redux-banner-button-container .dops-button.is-primary { background: #24b0a6; border-color: #00a523; padding-left: 1.5rem; padding-right: 1.5rem; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }\n\n.redux-illo img { display: block; margin: 0 auto; }\n\n.redux-illo .redux-logo { margin-bottom: 2.25rem; }\n\n@media (max-width: 530px) { .redux-illo .redux-logo { margin-left: 0; } }\n\n@media (max-width: 782px) { .redux-illo { width: 100%; margin: 0.5rem 0; display: block; } }\n\n@media (min-width: 900px) { .redux-banner-slide-text { padding-left: 2.8125rem; } }\n\n.redux-banner-slide { display: none; }\n\n.redux-banner-slide.redux-slide-is-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }\n\n@media (max-width: 782px) { .redux-banner-slide.redux-slide-is-active { display: block; } }\n\n.redux-banner-slide ul { list-style: disc; padding: 0 0 0 0.9375rem; }\n\n.redux-banner-slide ul li { color: #6f6f6f; font-size: 0.75rem; }\n\n.redux-banner-button-container .dops-button { margin: 0.3125rem 0; }\n\n.redux-banner-button-container .dops-button.is-primary { cursor: pointer; display: inline-block; margin: 0; outline: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; text-decoration: none; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; border-radius: 3px; padding: 7px 14px 9px; -webkit-appearance: none; background: #007cba; border-color: #007cba; color: #fff; }\n\n.redux-banner-button-container .dops-button.is-primary:hover, .redux-banner-button-container .dops-button.is-primary:focus { background: #0071a1; border: 1px solid #0071a1; }\n\n.redux-banner-button-container .dops-button.is-primary:focus { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0071a1; }\n\n.redux-disconnected .redux-banner-full-container { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; bottom: 1.25rem; left: 0; z-index: 999; background: #f1f1f1; text-align: center; }\n\n@media (max-width: 530px) { .redux-disconnected .redux-banner-full-container { top: 42px; } }\n\n@media (min-width: 782px) { .redux-disconnected .redux-banner-full-container { left: -20px; } }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card { padding: 4rem 4rem 6rem; background: #fff; margin: 1em; }\n\n@media (max-width: 530px) { .redux-disconnected .redux-banner-full-container .redux-banner-full-container-card { padding: 2rem 2rem; } }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.redux-logo { width: 160px; }\n\n.redux-disconnected .redux-banner-full-container .redux-banner-full-container-card img.support-characters { margin-top: 1.5rem; width: 50%; }\n\n.redux-disconnected .redux-banner-full-container h4 { line-height: 1.25; font-size: 1.375rem; font-weight: normal; margin: 1em 0; }\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { position: relative; bottom: 0; -webkit-box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04); display: none; }\n\n.redux-disconnected.toplevel_page_jetpack .redux-banner-full-container .redux-banner-full-container-card { margin: 0; }\n\n@media (min-width: 782px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { left: 0; } }\n\n@media (max-width: 782px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { top: 32px; } }\n\n@media (max-width: 530px) { .redux-disconnected.toplevel_page_jetpack .redux-banner-full-container { top: 0px; } }\n\n.redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container { display: block; }\n\n@media (max-width: 530px) { .redux-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .redux-banner-full-container .redux-banner-full-step-header h2 { margin: 0; } }\n\nimg.redux-banner-logo { width: 50px; height: auto; margin-bottom: 10px; }\n\n.redux-connection-banner-action.disabled { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; pointer-events: none; }\n\n/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVkdXgtYmFubmVyLmNzcyIsInNvdXJjZXMiOlsicmVkdXgtYmFubmVyLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsQUFBQSxRQUFRLEFBQUEsVUFBVSxDQUFDLEVBQ2YsUUFBUSxFQUFFLFFBQVEsRUFDbEIsT0FBTyxFQUFFLENBQUMsR0FDYjs7QUFFRCxBQUFBLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxFQUMxQixTQUFTLEVBQUUsUUFBUSxFQUNuQixXQUFXLEVBQUUsR0FBRyxFQUNoQixVQUFVLEVBQUUsQ0FBQyxHQUNoQjs7QUFFRCxBQUFBLFFBQVEsQ0FBQyw4QkFBOEIsQ0FBQyxFQUNwQyxPQUFPLEVBQUUsUUFBUSxFQUNqQixjQUFjLEVBQUUsV0FBVyxFQUMzQixXQUFXLEVBQUUsTUFBTSxFQUNuQixlQUFlLEVBQUUsUUFBUSxHQUM1Qjs7QUFFRCxNQUFNLEVBQUUsU0FBUyxFQUFFLEtBQUssSUFDcEIsQUFBQSxRQUFRLENBQUMsOEJBQThCLENBQUMsRUFDcEMsT0FBTyxFQUFFLElBQUksR0FDaEI7O0FBR0wsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsRUFDN0IsT0FBTyxFQUFFLEtBQUssRUFDZCxPQUFPLEVBQUUsVUFBVSxFQUNuQixXQUFXLEVBQUUsR0FBRyxFQUNoQixTQUFTLEVBQUUsU0FBUyxFQUNwQixLQUFLLEVBQUUsT0FBTyxHQUNqQjs7QUFFRCxNQUFNLEVBQUUsU0FBUyxFQUFFLEtBQUssSUFDcEIsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsRUFDN0IsV0FBVyxFQUFFLFFBQVEsR0FDeEI7O0FBR0wsQUFBQSxRQUFRLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLEVBQy9CLEtBQUssRUFBRSxPQUFPLEdBQ2pCOztBQUVELEFBQUEsZ0NBQWdDLENBQUMsRUFDN0IsZUFBZSxFQUFFLElBQUksR0FDeEI7O0FBRUQsQUFBQSx5QkFBeUIsQ0FBQyxFQUN0QixTQUFTLEVBQUUsUUFBUSxHQUN0Qjs7QUFFRCxBQUFB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 */\n\n/*# sourceMappingURL=redux-banner.css.map */\n"]}
|
redux-core/templates/panel/menu-container.tpl.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* @author Redux Framework
|
7 |
* @package ReduxFramework/Templates
|
8 |
-
* @version: 4.3.
|
9 |
*/
|
10 |
|
11 |
?>
|
@@ -26,7 +26,7 @@
|
|
26 |
}
|
27 |
|
28 |
if ( false === $skip_sec ) {
|
29 |
-
echo( $this->parent->section_menu( $k, $section ) ); // phpcs:ignore WordPress.Security.EscapeOutput
|
30 |
$skip_sec = false;
|
31 |
}
|
32 |
}
|
5 |
*
|
6 |
* @author Redux Framework
|
7 |
* @package ReduxFramework/Templates
|
8 |
+
* @version: 4.3.11
|
9 |
*/
|
10 |
|
11 |
?>
|
26 |
}
|
27 |
|
28 |
if ( false === $skip_sec ) {
|
29 |
+
echo( $this->parent->render_class->section_menu( $k, $section ) ); // phpcs:ignore WordPress.Security.EscapeOutput
|
30 |
$skip_sec = false;
|
31 |
}
|
32 |
}
|
redux-framework.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Plugin URI: http://wordpress.org/plugins/redux-framework
|
9 |
* GitHub URI: reduxframework/redux-framework
|
10 |
* Description: Build better sites in WordPress fast!
|
11 |
-
* Version: 4.3.
|
12 |
* Requires at least: 4.0
|
13 |
* Requires PHP: 7.1
|
14 |
* Author: Extendify
|
8 |
* Plugin URI: http://wordpress.org/plugins/redux-framework
|
9 |
* GitHub URI: reduxframework/redux-framework
|
10 |
* Description: Build better sites in WordPress fast!
|
11 |
+
* Version: 4.3.11
|
12 |
* Requires at least: 4.0
|
13 |
* Requires PHP: 7.1
|
14 |
* Author: Extendify
|
sample/sections/pro-fields/icon-select.php
CHANGED
@@ -35,7 +35,7 @@ Redux::setSection(
|
|
35 |
// If needed to initialize the icon.
|
36 |
'prefix' => 'fa',
|
37 |
|
38 |
-
// How each
|
39 |
'selector' => 'fa-',
|
40 |
|
41 |
// Change the height of the container. defaults to 300px; .
|
35 |
// If needed to initialize the icon.
|
36 |
'prefix' => 'fa',
|
37 |
|
38 |
+
// How each icon begins for this given font.
|
39 |
'selector' => 'fa-',
|
40 |
|
41 |
// Change the height of the container. defaults to 300px; .
|