Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce - Version 2.1.2

Version Description

Jul 02, 2019 = * Fix: Preloader image lod issue. * Improved: Admin dashboard.

Download this release

Release Info

Developer shapedplugin
Plugin Icon 128x128 Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

Files changed (36) hide show
  1. admin/class-wp-carousel-free-admin.php +2 -0
  2. admin/css/wp-carousel-free-admin.css +12 -1
  3. admin/css/wp-carousel-free-admin.min.css +1 -1
  4. admin/img/preloader.gif +0 -0
  5. admin/js/icon32.png +0 -0
  6. admin/js/mce-button.js +1 -1
  7. admin/js/mce-button.min.js +1 -1
  8. admin/js/wp-carousel-free-admin.js +9 -0
  9. admin/js/wp-carousel-free-admin.min.js +1 -0
  10. admin/js/wp-carousel-icon.svg +17 -0
  11. admin/views/metabox-config.php +188 -187
  12. admin/views/option-config.php +21 -31
  13. admin/views/wpcfree-metabox/assets/css/spf.css +29 -20
  14. admin/views/wpcfree-metabox/assets/css/spf.min.css +1 -1
  15. admin/views/wpcfree-metabox/assets/images/angle-arrow.png +0 -0
  16. admin/views/wpcfree-metabox/assets/images/bold-arrow.png +0 -0
  17. admin/views/wpcfree-metabox/assets/images/caret-arrow.png +0 -0
  18. admin/views/wpcfree-metabox/assets/images/checkerboard.png +0 -0
  19. admin/views/wpcfree-metabox/assets/images/chevron-arrow.png +0 -0
  20. admin/views/wpcfree-metabox/assets/images/double-arrow.png +0 -0
  21. admin/views/wpcfree-metabox/assets/images/long-arrow.png +0 -0
  22. admin/views/wpcfree-metabox/assets/images/wp-logo.svg +0 -1
  23. admin/views/wpcfree-metabox/assets/images/wp-plugin-logo.svg +0 -1
  24. admin/views/wpcfree-metabox/classes/metabox.class.php +1 -1
  25. admin/views/wpcfree-metabox/classes/options.class.php +12 -19
  26. includes/class-wp-carousel-free-post-types.php +9 -9
  27. includes/class-wp-carousel-free-shortcode.php +1 -1
  28. languages/wp-carousel-free.pot +381 -407
  29. public/css/bx_loader.gif +0 -0
  30. public/css/wp-carousel-free-public.min.css +0 -0
  31. public/templates/image-carousel.php +1 -1
  32. public/templates/post-carousel.php +1 -1
  33. public/templates/preloader.php +1 -1
  34. public/templates/product-carousel.php +1 -1
  35. readme.txt +7 -3
  36. wp-carousel-free.php +2 -2
admin/class-wp-carousel-free-admin.php CHANGED
@@ -84,6 +84,8 @@ class WP_Carousel_Free_Admin {
84
  public function enqueue_admin_styles() {
85
  wp_enqueue_style( 'font-awesome', WPCAROUSELF_URL . 'public/css/font-awesome.min.css', array(), $this->version, 'all' );
86
  wp_enqueue_style( $this->plugin_name . 'admin', WPCAROUSELF_URL . 'admin/css/wp-carousel-free-admin' . $this->suffix . '.css', array(), $this->version, 'all' );
 
 
87
  }
88
 
89
  /**
84
  public function enqueue_admin_styles() {
85
  wp_enqueue_style( 'font-awesome', WPCAROUSELF_URL . 'public/css/font-awesome.min.css', array(), $this->version, 'all' );
86
  wp_enqueue_style( $this->plugin_name . 'admin', WPCAROUSELF_URL . 'admin/css/wp-carousel-free-admin' . $this->suffix . '.css', array(), $this->version, 'all' );
87
+ // Scripts.
88
+ wp_enqueue_script( $this->plugin_name . 'admin', WPCAROUSELF_URL . 'admin/js/wp-carousel-free-admin' . $this->suffix . '.js', array( 'jquery' ), $this->version, true );
89
  }
90
 
91
  /**
admin/css/wp-carousel-free-admin.css CHANGED
@@ -13,7 +13,18 @@
13
  }
14
  .js .tmce-active .wp-editor-area{color:#000000}
15
 
16
-
 
 
 
 
 
 
 
 
 
 
 
17
  /* Help Page */
18
  .sp-wpcp-help .wp-badge{
19
  border: none;
13
  }
14
  .js .tmce-active .wp-editor-area{color:#000000}
15
 
16
+ /* Admin Preloader */
17
+ .sp_wpcp_shortcode_generator .spf-wrapper{
18
+ min-height:200px;
19
+ z-index:999;
20
+ background-image:url(../img/preloader.gif);
21
+ background-repeat:no-repeat;
22
+ background-color:#fff;
23
+ background-position:center;
24
+ }
25
+ .sp_wpcp_shortcode_generator .spf-wrapper li{
26
+ opacity:0;
27
+ }
28
  /* Help Page */
29
  .sp-wpcp-help .wp-badge{
30
  border: none;
admin/css/wp-carousel-free-admin.min.css CHANGED
@@ -1 +1 @@
1
- .text-center{text-align:center}#adminmenu .menu-icon-sp_wp_carousel .wp-menu-image img{width:22px;padding:7px 0;height:20px}.spwpcp-gallery-list li{display:inline;margin:5px}.js .tmce-active .wp-editor-area{color:#000}.sp-wpcp-help .wp-badge{border:none;background:url(../img/wpcp-icon-256.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-wpcf-upgrade [class$="-col"],.about-wrap.sp-wpcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col,.about-wrap.sp-wpcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col+.col{margin-left:0}.about-wrap.sp-wpcp-help [class$="-col"] .col+.col{margin-left:20px}.sp-wpcf-upgrade .headline-feature.feature-video,.sp-wpcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}.sp-wpcf-upgrade .headline-feature.feature-video iframe,.sp-wpcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sp-wpcp-help .feature-section .sp-wpcp-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcp-help .feature-section .sp-wpcp-feature h3{font-size:16px;margin-top:18px}.sp-wpcp-help .feature-section i.sp-wpcp-font-icon{font-size:30px;display:block;color:#18afb9;font-family:fontawesome;font-style:normal}@media (max-width:500px){.sp-wpcp-help .wp-badge{background-position-x:center;top:0}}.sp-wpc-text-center{text-align:center}.sp-wpcf-upgrade>h1{font-size:2.5em;color:#444;font-weight:300}.sp-wpcf-upgrade>h1 span{font-weight:400}.sp-wpcf-upgrade .about-text{margin-bottom:0}.sp-wpcf-upgrade ul{margin-top:0}.sp-wpcf-upgrade .wp-badge{border:none;background:url(../img/premium-logo.png) no-repeat;background-size:150px 150px;box-shadow:none;top:0;padding-right:8px}.about-wrap.sp-wpcf-upgrade .about-text{min-height:60px}.about-wrap.sp-wpcf-upgrade hr{order:0;height:0;margin:0;border-top:1px solid rgba(0,0,0,.1)}.sp-wpcf-upgrade .feature-section .sp-wpc-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcf-upgrade .feature-section .sp-wpc-feature h3{font-size:16px;margin-top:18px}.sp-wpcf-upgrade .feature-section i.fa{font-size:30px;display:block;color:#22afba}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section span.dashicons{font-size:22px;color:#fff;background-color:#22afba;width:28px;height:28px;line-height:28px;border-radius:50%;margin-right:10px}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section{margin-bottom:40px;display:flex;flex-wrap:wrap}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature h3{margin-top:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature p{margin-bottom:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature{box-shadow:0 0 10px 0 #ddd;margin:4px;border:0 solid}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section.three-col .col{min-width:32%;max-width:32%;margin-top:20px;display:flex;align-self:auto}.sp-wpcf-upgrade .sp-wpc-pro-features .sp-wpc-pro-subtitle{font-size:1.2em;margin-bottom:26px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer{position:fixed;bottom:0;background:#fff;width:calc(100% - 195px);z-index:9;margin-left:-25px;text-align:center;border:1px solid #dfdfdf;padding:15px 0;border-bottom:none}.sp-wpcf-upgrade .sp-wpc-pro-features h2,.sp-wpcf-upgrade .sp-wpcp-promo-video-title{font-size:2.2em;font-weight:400}.sp-wpcp-join-community h2{font-size:2em}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer h3{margin-top:17px;margin-bottom:20px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer a.button{margin:0 8px}.sp-wpcf-upgrade .wpcf-upgrade-btn{display:inline-block;padding:0 20px 0 0}.sp-wpcf-upgrade .wpcf-upgrade-btn a,.sp-wpcf-upgrade a.wpcf-upgrade-btn{text-decoration:none;text-align:center;font-size:16px}.sp-wpcf-upgrade .wpcf-upgrade-btn a:focus{outline:0}.sp-wpcf-upgrade a.wpcf-upgrade-btn,.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:first-child a{background:#7cc048;padding:0 15px;line-height:46px;display:block;color:#fff;border-radius:3px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a{text-decoration:underline}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn a i{margin-left:4px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a i{font-size:14px}.sp-wpcf-upgrade a.wpcf-upgrade-btn{display:inline-block}@media screen and (max-width:782px){.about-wrap .three-col .col{min-width:48%!important;max-width:48%!important;margin-left:0!important}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:20px}}@media (max-width:960px){.sp-wpc-help .sp-wpc-upgrade-sticky-footer{width:calc(100%)}}@media only screen and (max-width:500px){.about-wrap .three-col .col{min-width:100%!important}.sp-wpcf-upgrade .wp-badge{background-position-x:center}}
1
+ .text-center{text-align:center}#adminmenu .menu-icon-sp_wp_carousel .wp-menu-image img{width:22px;padding:7px 0;height:20px}.spwpcp-gallery-list li{display:inline;margin:5px}.js .tmce-active .wp-editor-area{color:#000}.sp_wpcp_shortcode_generator .spf-wrapper{min-height:200px;z-index:999;background-image:url(../img/preloader.gif);background-repeat:no-repeat;background-color:#fff;background-position:center;}.sp_wpcp_shortcode_generator .spf-wrapper li{opacity:0;}.sp-wpcp-help .wp-badge{border:none;background:url(../img/wpcp-icon-256.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-wpcf-upgrade [class$="-col"],.about-wrap.sp-wpcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col,.about-wrap.sp-wpcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col+.col{margin-left:0}.about-wrap.sp-wpcp-help [class$="-col"] .col+.col{margin-left:20px}.sp-wpcf-upgrade .headline-feature.feature-video,.sp-wpcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}.sp-wpcf-upgrade .headline-feature.feature-video iframe,.sp-wpcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sp-wpcp-help .feature-section .sp-wpcp-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcp-help .feature-section .sp-wpcp-feature h3{font-size:16px;margin-top:18px}.sp-wpcp-help .feature-section i.sp-wpcp-font-icon{font-size:30px;display:block;color:#18afb9;font-family:fontawesome;font-style:normal}@media (max-width:500px){.sp-wpcp-help .wp-badge{background-position-x:center;top:0}}.sp-wpc-text-center{text-align:center}.sp-wpcf-upgrade>h1{font-size:2.5em;color:#444;font-weight:300}.sp-wpcf-upgrade>h1 span{font-weight:400}.sp-wpcf-upgrade .about-text{margin-bottom:0}.sp-wpcf-upgrade ul{margin-top:0}.sp-wpcf-upgrade .wp-badge{border:none;background:url(../img/premium-logo.png) no-repeat;background-size:150px 150px;box-shadow:none;top:0;padding-right:8px}.about-wrap.sp-wpcf-upgrade .about-text{min-height:60px}.about-wrap.sp-wpcf-upgrade hr{order:0;height:0;margin:0;border-top:1px solid rgba(0,0,0,.1)}.sp-wpcf-upgrade .feature-section .sp-wpc-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcf-upgrade .feature-section .sp-wpc-feature h3{font-size:16px;margin-top:18px}.sp-wpcf-upgrade .feature-section i.fa{font-size:30px;display:block;color:#22afba}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section span.dashicons{font-size:22px;color:#fff;background-color:#22afba;width:28px;height:28px;line-height:28px;border-radius:50%;margin-right:10px}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section{margin-bottom:40px;display:flex;flex-wrap:wrap}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature h3{margin-top:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature p{margin-bottom:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature{box-shadow:0 0 10px 0 #ddd;margin:4px;border:0 solid}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section.three-col .col{min-width:32%;max-width:32%;margin-top:20px;display:flex;align-self:auto}.sp-wpcf-upgrade .sp-wpc-pro-features .sp-wpc-pro-subtitle{font-size:1.2em;margin-bottom:26px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer{position:fixed;bottom:0;background:#fff;width:calc(100% - 195px);z-index:9;margin-left:-25px;text-align:center;border:1px solid #dfdfdf;padding:15px 0;border-bottom:none}.sp-wpcf-upgrade .sp-wpc-pro-features h2,.sp-wpcf-upgrade .sp-wpcp-promo-video-title{font-size:2.2em;font-weight:400}.sp-wpcp-join-community h2{font-size:2em}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer h3{margin-top:17px;margin-bottom:20px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer a.button{margin:0 8px}.sp-wpcf-upgrade .wpcf-upgrade-btn{display:inline-block;padding:0 20px 0 0}.sp-wpcf-upgrade .wpcf-upgrade-btn a,.sp-wpcf-upgrade a.wpcf-upgrade-btn{text-decoration:none;text-align:center;font-size:16px}.sp-wpcf-upgrade .wpcf-upgrade-btn a:focus{outline:0}.sp-wpcf-upgrade a.wpcf-upgrade-btn,.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:first-child a{background:#7cc048;padding:0 15px;line-height:46px;display:block;color:#fff;border-radius:3px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a{text-decoration:underline}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn a i{margin-left:4px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a i{font-size:14px}.sp-wpcf-upgrade a.wpcf-upgrade-btn{display:inline-block}@media screen and (max-width:782px){.about-wrap .three-col .col{min-width:48%!important;max-width:48%!important;margin-left:0!important}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:20px}}@media (max-width:960px){.sp-wpc-help .sp-wpc-upgrade-sticky-footer{width:calc(100%)}}@media only screen and (max-width:500px){.about-wrap .three-col .col{min-width:100%!important}.sp-wpcf-upgrade .wp-badge{background-position-x:center}}
admin/img/preloader.gif ADDED
Binary file
admin/js/icon32.png DELETED
Binary file
admin/js/mce-button.js CHANGED
@@ -3,7 +3,7 @@
3
  editor.addButton('sp_wpcp_mce_button', {
4
  text: false,
5
  icon: false,
6
- image: url + '/icon32.png',
7
  tooltip: 'WP Carousel',
8
  onclick: function () {
9
  editor.windowManager.open({
3
  editor.addButton('sp_wpcp_mce_button', {
4
  text: false,
5
  icon: false,
6
+ image: url + '/wp-carousel-icon.svg',
7
  tooltip: 'WP Carousel',
8
  onclick: function () {
9
  editor.windowManager.open({
admin/js/mce-button.min.js CHANGED
@@ -1 +1 @@
1
- tinymce.PluginManager.add("sp_wpcp_mce_button",function(editor,url){editor.addButton("sp_wpcp_mce_button",{text:!1,icon:!1,image:url+"/icon32.png",tooltip:"WP Carousel",onclick:function(){editor.windowManager.open({title:"Insert Shortcode",width:400,height:100,body:[{type:"listbox",name:"listboxName",label:"Select Carousel",values:editor.settings.spWPCPCarouselList}],onsubmit:function(e){editor.insertContent('[sp_wpcarousel id="'+e.data.listboxName+'"]')}})}})});
1
+ tinymce.PluginManager.add("sp_wpcp_mce_button", function (editor, url) { editor.addButton("sp_wpcp_mce_button", { text: !1, icon: !1, image: url +"/wp-carousel-icon.svg",tooltip:"WP Carousel",onclick:function(){editor.windowManager.open({title:"Insert Shortcode",width:400,height:100,body:[{type:"listbox",name:"listboxName",label:"Select Carousel",values:editor.settings.spWPCPCarouselList}],onsubmit:function(e){editor.insertContent('[sp_wpcarousel id="'+e.data.listboxName+'"]')}})}})});
admin/js/wp-carousel-free-admin.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function ($) {
2
+
3
+ /**
4
+ * Admin Preloader.
5
+ */
6
+ $(".sp_wpcp_shortcode_generator .spf-wrapper").css("visibility", "hidden");
7
+ $(".sp_wpcp_shortcode_generator .spf-wrapper").css("visibility", "visible");
8
+ $(".sp_wpcp_shortcode_generator .spf-wrapper li").css("opacity", 1);
9
+ });
admin/js/wp-carousel-free-admin.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function ($) { $(".sp_wpcp_shortcode_generator .spf-wrapper").css("visibility", "hidden"); $(".sp_wpcp_shortcode_generator .spf-wrapper").css("visibility", "visible"); $(".sp_wpcp_shortcode_generator .spf-wrapper li").css("opacity", 1) })
admin/js/wp-carousel-icon.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
6
+ <g>
7
+ <path fill="#22AFBA" d="M469.625,107.7v296.6H42.375V107.7H469.625 M512,65.325H0v381.35h512V65.325L512,65.325z"/>
8
+ <g>
9
+ <polygon fill="#22AFBA" points="382.1,282.75 327.225,214.538 360.525,187.725 415.425,255.938 "/>
10
+ <polygon fill="#22AFBA" points="360.7,324.263 327.375,297.45 382.275,229.237 415.6,256.05 "/>
11
+ </g>
12
+ <g>
13
+ <polygon fill="#22AFBA" points="129.925,282.75 96.6,255.938 151.5,187.725 184.8,214.538 "/>
14
+ <polygon fill="#22AFBA" points="151.325,324.263 96.425,256.05 129.75,229.237 184.65,297.45 "/>
15
+ </g>
16
+ </g>
17
+ </svg>
admin/views/metabox-config.php CHANGED
@@ -13,7 +13,7 @@ $wpcp_carousel_content_source_settings = 'sp_wpcp_upload_options';
13
  SP_WPCF::createMetabox(
14
  $wpcp_carousel_content_source_settings,
15
  array(
16
- 'title' => __( 'WordPress Carousel Pro', 'wp-carousel-pro' ),
17
  'post_type' => 'sp_wp_carousel',
18
  'show_restore' => false,
19
  'context' => 'normal',
@@ -31,34 +31,34 @@ SP_WPCF::createSection(
31
  'type' => 'heading',
32
  'image' => plugin_dir_url( __DIR__ ) . 'img/wpcp-logo.png',
33
  'after' => '<i class="fa fa-life-ring"></i> Support',
34
- 'link' => 'https://shapedplugin.com/support/',
35
  'class' => 'wpcp-admin-header',
36
  ),
37
  array(
38
  'id' => 'wpcp_carousel_type',
39
  'type' => 'carousel_type',
40
- 'title' => __( 'Carousel Type', 'wp-carousel-pro' ),
41
  'options' => array(
42
  'image-carousel' => array(
43
  'icon' => 'fa fa-image',
44
- 'text' => __( 'Image', 'wp-carousel-pro' ),
45
  ),
46
  'post-carousel' => array(
47
  'icon' => 'dashicons dashicons-admin-post',
48
- 'text' => __( 'Post', 'wp-carousel-pro' ),
49
  ),
50
  'product-carousel' => array(
51
  'icon' => 'fa fa-cart-plus',
52
- 'text' => __( 'Product', 'wp-carousel-pro' ),
53
  ),
54
  'content-carousel' => array(
55
  'icon' => 'fa fa-file-text-o',
56
- 'text' => __( 'Content', 'wp-carousel-pro' ),
57
  'pro_only' => true,
58
  ),
59
  'video-carousel' => array(
60
  'icon' => 'fa fa-play-circle-o',
61
- 'text' => __( 'Video', 'wp-carousel-pro' ),
62
  'pro_only' => true,
63
  ),
64
  ),
@@ -69,16 +69,16 @@ SP_WPCF::createSection(
69
  'type' => 'gallery',
70
  'title' => 'Gallery Images',
71
  'wrap_class' => 'wpcp-gallery-filed-wrapper',
72
- 'add_title' => __( 'ADD IMAGE', 'wp-carousel-pro' ),
73
- 'edit_title' => __( 'EDIT IMAGE', 'wp-carousel-pro' ),
74
- 'clear_title' => __( 'REMOVE ALL', 'wp-carousel-pro' ),
75
  'dependency' => array( 'wpcp_carousel_type', '==', 'image-carousel' ),
76
  ),
77
  array(
78
  'id' => 'wpcp_display_posts_from',
79
  'type' => 'selectf',
80
- 'title' => __( 'Display Posts From', 'wp-carousel-pro' ),
81
- 'subtitle' => __( 'Select an option to display the posts.', 'wp-carousel-pro' ),
82
  'options' => array(
83
  'latest' => array(
84
  'text' => __( 'Latest', 'wp-carousel-free' ),
@@ -100,8 +100,8 @@ SP_WPCF::createSection(
100
  array(
101
  'id' => 'number_of_total_posts',
102
  'type' => 'spinner',
103
- 'title' => __( 'Total Posts', 'wp-carousel-pro' ),
104
- 'subtitle' => __( 'Number of total posts to show. Default value is 10.', 'wp-carousel-pro' ),
105
  'default' => '10',
106
  'min' => 1,
107
  'max' => 1000,
@@ -111,18 +111,18 @@ SP_WPCF::createSection(
111
  array(
112
  'id' => 'wpcp_display_product_from',
113
  'type' => 'selectf',
114
- 'title' => __( 'Display Product From', 'wp-carousel-pro' ),
115
- 'subtitle' => __( 'Select an option to display the products.', 'wp-carousel-pro' ),
116
  'options' => array(
117
  'latest' => array(
118
- 'text' => __( 'Latest Product', 'wp-carousel-pro' ),
119
  ),
120
  'taxonomy' => array(
121
- 'text' => __( 'Product Category (Pro)', 'wp-carousel-pro' ),
122
  'pro_only' => true,
123
  ),
124
  'specific_products' => array(
125
- 'text' => __( 'Specific Product (Pro)', 'wp-carousel-pro' ),
126
  'pro_only' => true,
127
  ),
128
  ),
@@ -134,8 +134,8 @@ SP_WPCF::createSection(
134
  array(
135
  'id' => 'wpcp_total_products',
136
  'type' => 'spinner',
137
- 'title' => __( 'Total Products', 'wp-carousel-pro' ),
138
- 'subtitle' => __( 'Number of total products to display. Default value is 10.', 'wp-carousel-pro' ),
139
  'default' => '10',
140
  'min' => 1,
141
  'max' => 1000,
@@ -157,10 +157,11 @@ $wpcp_carousel_shortcode_settings = 'sp_wpcp_shortcode_options';
157
  SP_WPCF::createMetabox(
158
  $wpcp_carousel_shortcode_settings,
159
  array(
160
- 'title' => __( 'Shortcode Section', 'wp-carousel-pro' ),
161
  'post_type' => 'sp_wp_carousel',
162
  'show_restore' => false,
163
  'theme' => 'light',
 
164
  )
165
  );
166
 
@@ -170,24 +171,24 @@ SP_WPCF::createMetabox(
170
  SP_WPCF::createSection(
171
  $wpcp_carousel_shortcode_settings,
172
  array(
173
- 'title' => __( 'General Settings', 'wp-carousel-pro' ),
174
- 'icon' => 'fa fa-wrench',
175
  'fields' => array(
176
  array(
177
  'id' => 'section_title',
178
  'type' => 'switcher',
179
- 'title' => __( 'Carousel Section Title', 'wp-carousel-pro' ),
180
- 'subtitle' => __( 'Show/Hide the carousel section title.', 'wp-carousel-pro' ),
181
  'default' => false,
182
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
183
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
184
  'text_width' => 75,
185
  ),
186
  array(
187
  'id' => 'section_title_margin_bottom',
188
  'type' => 'spacing',
189
- 'title' => __( 'Carousel Title Margin Bottom', 'wp-carousel-pro' ),
190
- 'subtitle' => __( 'Set margin bottom for the carousel section title. Default value is 30px.', 'wp-carousel-pro' ),
191
  'all' => true,
192
  'all_text' => '<i class="fa fa-long-arrow-down"></i>',
193
  'units' => array(
@@ -207,8 +208,8 @@ SP_WPCF::createSection(
207
  array(
208
  'id' => 'wpcp_number_of_columns',
209
  'type' => 'column',
210
- 'title' => __( 'Carousel Column(s)', 'wp-carousel-pro' ),
211
- 'subtitle' => __( 'Set number of column on devices.', 'wp-carousel-pro' ),
212
  'default' => array(
213
  'lg_desktop' => '5',
214
  'desktop' => '4',
@@ -221,11 +222,11 @@ SP_WPCF::createSection(
221
  array(
222
  'id' => 'wpcp_image_order_by',
223
  'type' => 'select',
224
- 'title' => __( 'Order by', 'wp-carousel-pro' ),
225
- 'subtitle' => __( 'Set an order by option.', 'wp-carousel-pro' ),
226
  'options' => array(
227
- 'menu_order' => __( 'Drag & Drop', 'wp-carousel-pro' ),
228
- 'rand' => __( 'Random', 'wp-carousel-pro' ),
229
  ),
230
  'default' => 'menu_order',
231
  'dependency' => array( 'wpcp_carousel_type', 'any', 'image-carousel', true ),
@@ -233,15 +234,15 @@ SP_WPCF::createSection(
233
  array(
234
  'id' => 'wpcp_post_order_by',
235
  'type' => 'select',
236
- 'title' => __( 'Order by', 'wp-carousel-pro' ),
237
- 'subtitle' => __( 'Select an order by option.', 'wp-carousel-pro' ),
238
  'options' => array(
239
- 'ID' => __( 'ID', 'wp-carousel-pro' ),
240
- 'date' => __( 'Date', 'wp-carousel-pro' ),
241
- 'rand' => __( 'Random', 'wp-carousel-pro' ),
242
- 'title' => __( 'Title', 'wp-carousel-pro' ),
243
- 'modified' => __( 'Modified', 'wp-carousel-pro' ),
244
- 'menu_order' => __( 'Menu Order', 'wp-carousel-pro' ),
245
  ),
246
  'default' => 'menu_order',
247
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel', true ),
@@ -249,11 +250,11 @@ SP_WPCF::createSection(
249
  array(
250
  'id' => 'wpcp_post_order',
251
  'type' => 'select',
252
- 'title' => __( 'Order', 'wp-carousel-pro' ),
253
- 'subtitle' => __( 'Select an order option.', 'wp-carousel-pro' ),
254
  'options' => array(
255
- 'ASC' => __( 'Ascending', 'wp-carousel-pro' ),
256
- 'DESC' => __( 'Descending', 'wp-carousel-pro' ),
257
  ),
258
  'default' => 'rand',
259
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel', true ),
@@ -261,8 +262,8 @@ SP_WPCF::createSection(
261
  array(
262
  'id' => 'wpcp_preloader',
263
  'type' => 'switcher',
264
- 'title' => __( 'Preloader', 'wp-carousel-pro' ),
265
- 'subtitle' => __( 'Carousel will be hidden until page load completed.', 'wp-carousel-pro' ),
266
  'default' => true,
267
  ),
268
  ), // Fields array end.
@@ -275,21 +276,21 @@ SP_WPCF::createSection(
275
  SP_WPCF::createSection(
276
  $wpcp_carousel_shortcode_settings,
277
  array(
278
- 'title' => __( 'Carousel Settings', 'wp-carousel-pro' ),
279
  'icon' => 'fa fa-sliders',
280
  'fields' => array(
281
  array(
282
  'id' => 'wpcp_carousel_auto_play',
283
  'type' => 'switcher',
284
- 'title' => __( 'AutoPlay', 'wp-carousel-pro' ),
285
- 'subtitle' => __( 'On/Off auto play.', 'wp-carousel-pro' ),
286
  'default' => true,
287
  ),
288
  array(
289
  'id' => 'carousel_auto_play_speed',
290
  'type' => 'spacing',
291
- 'title' => __( 'AutoPlay Speed', 'wp-carousel-pro' ),
292
- 'subtitle' => __( 'Set auto play speed. Default value is 3000 milliseconds.', 'wp-carousel-pro' ),
293
  'all' => true,
294
  'all_text' => false,
295
  'all_placeholder' => 'speed',
@@ -311,8 +312,8 @@ SP_WPCF::createSection(
311
  array(
312
  'id' => 'standard_carousel_scroll_speed',
313
  'type' => 'spacing',
314
- 'title' => __( 'Pagination Speed', 'wp-carousel-pro' ),
315
- 'subtitle' => __( 'Set pagination/slide scroll speed. Default value is 600 milliseconds.', 'wp-carousel-pro' ),
316
  'all' => true,
317
  'all_text' => false,
318
  'all_placeholder' => 'speed',
@@ -330,31 +331,31 @@ SP_WPCF::createSection(
330
  array(
331
  'id' => 'carousel_pause_on_hover',
332
  'type' => 'switcher',
333
- 'title' => __( 'Pause on Hover', 'wp-carousel-pro' ),
334
- 'subtitle' => __( 'On/Off carousel pause on hover.', 'wp-carousel-pro' ),
335
  'default' => true,
336
  ),
337
  array(
338
  'id' => 'carousel_infinite',
339
  'type' => 'switcher',
340
- 'title' => __( 'Infinite Loop', 'wp-carousel-pro' ),
341
- 'subtitle' => __( 'On/Off infinite loop mode.', 'wp-carousel-pro' ),
342
  'default' => true,
343
  ),
344
  array(
345
  'type' => 'subheading',
346
- 'content' => __( 'Navigation Settings', 'wp-carousel-pro' ),
347
  ),
348
- // Navigation Settings.
349
  array(
350
  'id' => 'wpcp_navigation',
351
  'type' => 'button_set',
352
- 'title' => __( 'Navigation', 'wp-carousel-pro' ),
353
- 'subtitle' => __( 'Show/Hide carousel navigation.', 'wp-carousel-pro' ),
354
  'options' => array(
355
- 'show' => __( 'Show', 'wp-carousel-pro' ),
356
- 'hide' => __( 'Hide', 'wp-carousel-pro' ),
357
- 'hide_mobile' => __( 'Hide on Mobile', 'wp-carousel-pro' ),
358
  ),
359
  'radio' => true,
360
  'default' => 'hide_mobile',
@@ -366,11 +367,11 @@ SP_WPCF::createSection(
366
  array(
367
  'id' => 'wpcp_nav_colors',
368
  'type' => 'color_group',
369
- 'title' => __( 'Navigation Color', 'wp-carousel-pro' ),
370
- 'subtitle' => __( 'Set color for the carousel navigation.', 'wp-carousel-pro' ),
371
  'options' => array(
372
- 'color1' => __( 'Color', 'wp-carousel-pro' ),
373
- 'color2' => __( 'Hover Color', 'wp-carousel-pro' ),
374
  ),
375
  'default' => array(
376
  'color1' => '#aaa',
@@ -382,20 +383,20 @@ SP_WPCF::createSection(
382
  'hide',
383
  ),
384
  ),
385
- // Pagination Settings.
386
  array(
387
  'type' => 'subheading',
388
- 'content' => __( 'Pagination Settings', 'wp-carousel-pro' ),
389
  ),
390
  array(
391
  'id' => 'wpcp_pagination',
392
  'type' => 'button_set',
393
- 'title' => __( 'Pagination', 'wp-carousel-pro' ),
394
- 'subtitle' => __( 'Show/Hide carousel pagination.', 'wp-carousel-pro' ),
395
  'options' => array(
396
- 'show' => __( 'Show', 'wp-carousel-pro' ),
397
- 'hide' => __( 'Hide', 'wp-carousel-pro' ),
398
- 'hide_mobile' => __( 'Hide on Mobile', 'wp-carousel-pro' ),
399
  ),
400
  'radio' => true,
401
  'default' => 'show',
@@ -406,11 +407,11 @@ SP_WPCF::createSection(
406
  array(
407
  'id' => 'wpcp_pagination_color',
408
  'type' => 'color_group',
409
- 'title' => __( 'Pagination Color', 'wp-carousel-pro' ),
410
- 'subtitle' => __( 'Set color for the carousel pagination dots.', 'wp-carousel-pro' ),
411
  'options' => array(
412
- 'color1' => __( 'Color', 'wp-carousel-pro' ),
413
- 'color2' => __( 'Active Color', 'wp-carousel-pro' ),
414
  ),
415
  'default' => array(
416
  'color1' => '#cccccc',
@@ -419,31 +420,31 @@ SP_WPCF::createSection(
419
  'dependency' => array( 'wpcp_pagination', '!=', 'hide' ),
420
  ),
421
 
422
- // Miscellaneous Settings.
423
  array(
424
  'type' => 'subheading',
425
- 'content' => __( 'Misc. Settings', 'wp-carousel-pro' ),
426
  ),
427
 
428
  array(
429
  'id' => 'wpcp_accessibility',
430
  'type' => 'switcher',
431
- 'title' => __( 'Tab and Key Navigation', 'wp-carousel-pro' ),
432
- 'subtitle' => __( 'Enable/Disable carousel scroll with tab and keyboard.', 'wp-carousel-pro' ),
433
  'default' => true,
434
  ),
435
  array(
436
  'id' => 'slider_swipe',
437
  'type' => 'switcher',
438
- 'title' => __( 'Touch Swipe', 'wp-carousel-pro' ),
439
- 'subtitle' => __( 'On/Off touch swipe mode.', 'wp-carousel-pro' ),
440
  'default' => true,
441
  ),
442
  array(
443
  'id' => 'slider_draggable',
444
  'type' => 'switcher',
445
- 'title' => __( 'Mouse Draggable', 'wp-carousel-pro' ),
446
- 'subtitle' => __( 'On/Off mouse draggable mode.', 'wp-carousel-pro' ),
447
  'default' => true,
448
  'dependency' => array(
449
  'slider_swipe',
@@ -461,29 +462,29 @@ SP_WPCF::createSection(
461
  SP_WPCF::createSection(
462
  $wpcp_carousel_shortcode_settings,
463
  array(
464
- 'title' => __( 'Style Settings', 'wp-carousel-pro' ),
465
  'icon' => 'fa fa-paint-brush',
466
  'fields' => array(
467
 
468
  array(
469
  'id' => 'wpcp_post_detail_position',
470
  'type' => 'selectf',
471
- 'title' => __( 'Content Position', 'wp-carousel-pro' ),
472
- 'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-pro' ),
473
  'options' => array(
474
  'bottom' => array(
475
  'text' => __( 'Bottom', 'wp-carousel-free' ),
476
  ),
477
  'on_right' => array(
478
- 'text' => __( 'Right (Pro)', 'wp-carousel-pro' ),
479
  'pro_only' => true,
480
  ),
481
  'on_left' => array(
482
- 'text' => __( 'Left (Pro)', 'wp-carousel-pro' ),
483
  'pro_only' => true,
484
  ),
485
  'with_overlay' => array(
486
- 'text' => __( 'Overlay (Pro)', 'wp-carousel-pro' ),
487
  'pro_only' => true,
488
  ),
489
  ),
@@ -494,8 +495,8 @@ SP_WPCF::createSection(
494
  array(
495
  'id' => 'wpcp_slide_border',
496
  'type' => 'border',
497
- 'title' => __( 'Slide Border', 'wp-carousel-pro' ),
498
- 'subtitle' => __( 'Set border for the slide.', 'wp-carousel-pro' ),
499
  'all' => true,
500
  'default' => array(
501
  'all' => '1',
@@ -508,8 +509,8 @@ SP_WPCF::createSection(
508
  array(
509
  'id' => 'wpcp_slide_background',
510
  'type' => 'color',
511
- 'title' => __( 'Slide Background', 'wp-carousel-pro' ),
512
- 'subtitle' => __( 'Set background color for the slide.', 'wp-carousel-pro' ),
513
  'default' => '#f9f9f9',
514
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
515
  ),
@@ -518,10 +519,10 @@ SP_WPCF::createSection(
518
  array(
519
  'id' => 'wpcp_post_title',
520
  'type' => 'switcher',
521
- 'title' => __( 'Post Title', 'wp-carousel-pro' ),
522
- 'subtitle' => __( 'Show/Hide post title.', 'wp-carousel-pro' ),
523
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
524
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
525
  'text_width' => 77,
526
  'default' => true,
527
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
@@ -530,10 +531,10 @@ SP_WPCF::createSection(
530
  array(
531
  'id' => 'wpcp_post_content_show',
532
  'type' => 'switcher',
533
- 'title' => __( 'Post Content', 'wp-carousel-pro' ),
534
- 'subtitle' => __( 'Show/Hide post content.', 'wp-carousel-pro' ),
535
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
536
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
537
  'text_width' => 77,
538
  'default' => true,
539
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
@@ -541,18 +542,18 @@ SP_WPCF::createSection(
541
  array(
542
  'id' => 'wpcp_post_content_type',
543
  'type' => 'selectf',
544
- 'title' => __( 'Content Display Type', 'wp-carousel-pro' ),
545
- 'subtitle' => __( 'Select a content display type.', 'wp-carousel-pro' ),
546
  'options' => array(
547
  'excerpt' => array(
548
- 'text' => __( 'Excerpt', 'wp-carousel-pro' ),
549
  ),
550
  'content' => array(
551
- 'text' => __( 'Full Content (Pro)', 'wp-carousel-pro' ),
552
  'pro_only' => true,
553
  ),
554
  'content_with_limit' => array(
555
- 'text' => __( 'Content with Limit (Pro)', 'wp-carousel-pro' ),
556
  'pro_only' => true,
557
  ),
558
  ),
@@ -562,17 +563,17 @@ SP_WPCF::createSection(
562
 
563
  array(
564
  'type' => 'subheading',
565
- 'content' => __( 'Post Meta', 'wp-carousel-pro' ),
566
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
567
  ),
568
 
569
  array(
570
  'id' => 'wpcp_post_date_show',
571
  'type' => 'switcher',
572
- 'title' => __( 'Post Date', 'wp-carousel-pro' ),
573
- 'subtitle' => __( 'Show/Hide post date.', 'wp-carousel-pro' ),
574
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
575
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
576
  'text_width' => 77,
577
  'default' => true,
578
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
@@ -580,10 +581,10 @@ SP_WPCF::createSection(
580
  array(
581
  'id' => 'wpcp_post_author_show',
582
  'type' => 'switcher',
583
- 'title' => __( 'Post Author', 'wp-carousel-pro' ),
584
- 'subtitle' => __( 'Show/Hide post author name.', 'wp-carousel-pro' ),
585
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
586
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
587
  'text_width' => 77,
588
  'default' => true,
589
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
@@ -592,16 +593,16 @@ SP_WPCF::createSection(
592
  // Product Settings.
593
  array(
594
  'type' => 'subheading',
595
- 'content' => __( 'Product Settings', 'wp-carousel-pro' ),
596
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
597
  ),
598
  array(
599
  'id' => 'wpcp_product_name',
600
  'type' => 'switcher',
601
- 'title' => __( 'Product Name', 'wp-carousel-pro' ),
602
- 'subtitle' => __( 'Show/Hide product name.', 'wp-carousel-pro' ),
603
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
604
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
605
  'text_width' => 77,
606
  'default' => true,
607
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
@@ -609,10 +610,10 @@ SP_WPCF::createSection(
609
  array(
610
  'id' => 'wpcp_product_price',
611
  'type' => 'switcher',
612
- 'title' => __( 'Product Price', 'wp-carousel-pro' ),
613
- 'subtitle' => __( 'Show/Hide product price.', 'wp-carousel-pro' ),
614
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
615
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
616
  'text_width' => 77,
617
  'default' => true,
618
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
@@ -620,10 +621,10 @@ SP_WPCF::createSection(
620
  array(
621
  'id' => 'wpcp_product_rating',
622
  'type' => 'switcher',
623
- 'title' => __( 'Product Rating', 'wp-carousel-pro' ),
624
- 'subtitle' => __( 'Show/Hide product rating.', 'wp-carousel-pro' ),
625
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
626
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
627
  'text_width' => 77,
628
  'default' => true,
629
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
@@ -631,26 +632,26 @@ SP_WPCF::createSection(
631
  array(
632
  'id' => 'wpcp_product_cart',
633
  'type' => 'switcher',
634
- 'title' => __( 'Add to Cart Button', 'wp-carousel-pro' ),
635
- 'subtitle' => __( 'Show/Hide add to cart button.', 'wp-carousel-pro' ),
636
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
637
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
638
  'text_width' => 77,
639
  'default' => true,
640
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
641
  ),
642
- // Image Settings.
643
  array(
644
  'type' => 'subheading',
645
- 'content' => __( 'Image Settings', 'wp-carousel-pro' ),
646
  ),
647
  array(
648
  'id' => 'show_image',
649
  'type' => 'switcher',
650
- 'title' => __( 'Image', 'wp-carousel-pro' ),
651
- 'subtitle' => __( 'Show/Hide slide image.', 'wp-carousel-pro' ),
652
- 'text_on' => __( 'Show', 'wp-carousel-pro' ),
653
- 'text_off' => __( 'Hide', 'wp-carousel-pro' ),
654
  'text_width' => 77,
655
  'default' => true,
656
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel' ),
@@ -659,16 +660,16 @@ SP_WPCF::createSection(
659
  'id' => 'wpcp_image_sizes',
660
  'type' => 'image_sizes',
661
  'chosen' => true,
662
- 'title' => __( 'Image Sizes', 'wp-carousel-pro' ),
663
  'default' => 'full',
664
- 'subtitle' => __( 'Select a image size.', 'wp-carousel-pro' ),
665
  'dependency' => array( 'wpcp_carousel_type|show_image', 'any|==', 'image-carousel,post-carousel,product-carousel|true' ),
666
  ),
667
  array(
668
  'id' => 'wpcp_product_image_border',
669
  'type' => 'border',
670
- 'title' => __( 'Image Border', 'wp-carousel-pro' ),
671
- 'subtitle' => __( 'Set border for the product image.', 'wp-carousel-pro' ),
672
  'all' => true,
673
  'default' => array(
674
  'all' => '1',
@@ -680,8 +681,8 @@ SP_WPCF::createSection(
680
  array(
681
  'id' => '_image_title_attr',
682
  'type' => 'checkbox',
683
- 'title' => __( 'Image Title Attribute', 'wp-carousel-pro' ),
684
- 'subtitle' => __( 'Check to add image title attribute.', 'wp-carousel-pro' ),
685
  'default' => false,
686
  'dependency' => array( 'wpcp_carousel_type|show_image', 'any|==', 'image-carousel,post-carousel,product-carousel|true' ),
687
  ),
@@ -696,7 +697,7 @@ SP_WPCF::createSection(
696
  SP_WPCF::createSection(
697
  $wpcp_carousel_shortcode_settings,
698
  array(
699
- 'title' => __( 'Typography', 'wp-carousel-pro' ),
700
  'icon' => 'fa fa-font',
701
  'enqueue_webfont' => false,
702
  'fields' => array(
@@ -708,15 +709,15 @@ SP_WPCF::createSection(
708
  array(
709
  'id' => 'section_title_font_load',
710
  'type' => 'switcherf',
711
- 'title' => __( 'Load Carousel Section Title Font', 'wp-carousel-pro' ),
712
- 'subtitle' => __( 'On/Off google font for the carousel section title.', 'wp-carousel-pro' ),
713
  'default' => false,
714
  ),
715
  array(
716
  'id' => 'wpcp_section_title_typography',
717
  'type' => 'typography',
718
- 'title' => __( 'Carousel Section Title Font', 'wp-carousel-pro' ),
719
- 'subtitle' => __( 'Set Carousel section title font properties.', 'wp-carousel-pro' ),
720
  'default' => array(
721
  'color' => '#444444',
722
  'font-family' => 'Open Sans',
@@ -735,16 +736,16 @@ SP_WPCF::createSection(
735
  array(
736
  'id' => 'wpcp_image_caption_font_load',
737
  'type' => 'switcherf',
738
- 'title' => __( 'Load Caption Font', 'wp-carousel-pro' ),
739
- 'subtitle' => __( 'On/Off google font for the image caption.', 'wp-carousel-pro' ),
740
  'default' => false,
741
  'dependency' => array( 'wpcp_carousel_type', '==', 'image-carousel' ),
742
  ),
743
  array(
744
  'id' => 'wpcp_image_caption_typography',
745
  'type' => 'typography',
746
- 'title' => __( 'Caption Font', 'wp-carousel-pro' ),
747
- 'subtitle' => __( 'Set caption font properties.', 'wp-carousel-pro' ),
748
  'default' => array(
749
  'color' => '#333',
750
  'font-family' => 'Open Sans',
@@ -762,16 +763,16 @@ SP_WPCF::createSection(
762
  array(
763
  'id' => 'wpcp_image_desc_font_load',
764
  'type' => 'switcherf',
765
- 'title' => __( 'Load Description Font', 'wp-carousel-pro' ),
766
- 'subtitle' => __( 'On/Off google font for the image description.', 'wp-carousel-pro' ),
767
  'default' => false,
768
  'dependency' => array( 'wpcp_carousel_type|wpcp_post_title', '==|==', 'image-carousel|true' ),
769
  ),
770
  array(
771
  'id' => 'wpcp_image_desc_typography',
772
  'type' => 'typography',
773
- 'title' => __( 'Description Font', 'wp-carousel-pro' ),
774
- 'subtitle' => __( 'Set description font properties.', 'wp-carousel-pro' ),
775
  'default' => array(
776
  'color' => '#333',
777
  'font-family' => 'Open Sans',
@@ -789,16 +790,16 @@ SP_WPCF::createSection(
789
  array(
790
  'id' => 'wpcp_title_font_load',
791
  'type' => 'switcherf',
792
- 'title' => __( 'Load Title Font', 'wp-carousel-pro' ),
793
- 'subtitle' => __( 'On/Off google font for the slide title.', 'wp-carousel-pro' ),
794
  'default' => false,
795
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
796
  ),
797
  array(
798
  'id' => 'wpcp_title_typography',
799
  'type' => 'typography',
800
- 'title' => __( 'Post Title Font', 'wp-carousel-pro' ),
801
- 'subtitle' => __( 'Set title font properties.', 'wp-carousel-pro' ),
802
  'default' => array(
803
  'color' => '#444',
804
  'hover_color' => '#555',
@@ -819,8 +820,8 @@ SP_WPCF::createSection(
819
  array(
820
  'id' => 'wpcp_post_content_font_load',
821
  'type' => 'switcherf',
822
- 'title' => __( 'Post Content Font Load', 'wp-carousel-pro' ),
823
- 'subtitle' => __( 'On/Off google font for post the content.', 'wp-carousel-pro' ),
824
  'default' => false,
825
  'dependency' => array(
826
  'wpcp_carousel_type',
@@ -831,8 +832,8 @@ SP_WPCF::createSection(
831
  array(
832
  'id' => 'wpcp_post_content_typography',
833
  'type' => 'typography',
834
- 'title' => __( 'Post Content Font', 'wp-carousel-pro' ),
835
- 'subtitle' => __( 'Set post content font properties.', 'wp-carousel-pro' ),
836
  'default' => array(
837
  'color' => '#333',
838
  'font-family' => 'Open Sans',
@@ -848,8 +849,8 @@ SP_WPCF::createSection(
848
  array(
849
  'id' => 'wpcp_post_meta_font_load',
850
  'type' => 'switcherf',
851
- 'title' => __( 'Post Meta Font Load', 'wp-carousel-pro' ),
852
- 'subtitle' => __( 'On/Off google font for the post meta.', 'wp-carousel-pro' ),
853
  'default' => false,
854
  'dependency' => array(
855
  'wpcp_carousel_type',
@@ -860,8 +861,8 @@ SP_WPCF::createSection(
860
  array(
861
  'id' => 'wpcp_post_meta_typography',
862
  'type' => 'typography',
863
- 'title' => __( 'Post Meta Font', 'wp-carousel-pro' ),
864
- 'subtitle' => __( 'Set post meta font properties.', 'wp-carousel-pro' ),
865
  'default' => array(
866
  'color' => '#999',
867
  'font-family' => 'Open Sans',
@@ -884,8 +885,8 @@ SP_WPCF::createSection(
884
  array(
885
  'id' => 'wpcp_product_name_font_load',
886
  'type' => 'switcherf',
887
- 'title' => __( 'Product Name Font Load', 'wp-carousel-pro' ),
888
- 'subtitle' => __( 'On/Off google font for the product name.', 'wp-carousel-pro' ),
889
  'default' => false,
890
  'dependency' => array(
891
  'wpcp_carousel_type',
@@ -896,8 +897,8 @@ SP_WPCF::createSection(
896
  array(
897
  'id' => 'wpcp_product_name_typography',
898
  'type' => 'typography',
899
- 'title' => __( 'Product Name Font', 'wp-carousel-pro' ),
900
- 'subtitle' => __( 'Set product name font properties.', 'wp-carousel-pro' ),
901
  'default' => array(
902
  'color' => '#444',
903
  'hover_color' => '#555',
@@ -920,8 +921,8 @@ SP_WPCF::createSection(
920
  array(
921
  'id' => 'wpcp_product_price_font_load',
922
  'type' => 'switcherf',
923
- 'title' => __( 'Product Price Font Load', 'wp-carousel-pro' ),
924
- 'subtitle' => __( 'On/Off google font for the product price.', 'wp-carousel-pro' ),
925
  'default' => false,
926
  'dependency' => array(
927
  'wpcp_carousel_type',
@@ -932,8 +933,8 @@ SP_WPCF::createSection(
932
  array(
933
  'id' => 'wpcp_product_price_typography',
934
  'type' => 'typography',
935
- 'title' => __( 'Product Price Font', 'wp-carousel-pro' ),
936
- 'subtitle' => __( 'Set product price font properties.', 'wp-carousel-pro' ),
937
  'default' => array(
938
  'color' => '#222',
939
  'font-family' => 'Open Sans',
@@ -968,7 +969,7 @@ $wpcp_display_shortcode = 'sp_wpcp_display_shortcode';
968
  SP_WPCF::createMetabox(
969
  $wpcp_display_shortcode,
970
  array(
971
- 'title' => __( 'WordPress Carousel Pro', 'wp-carousel-pro' ),
972
  'post_type' => 'sp_wp_carousel',
973
  'show_restore' => false,
974
  )
13
  SP_WPCF::createMetabox(
14
  $wpcp_carousel_content_source_settings,
15
  array(
16
+ 'title' => __( 'WordPress Carousel', 'wp-carousel-free' ),
17
  'post_type' => 'sp_wp_carousel',
18
  'show_restore' => false,
19
  'context' => 'normal',
31
  'type' => 'heading',
32
  'image' => plugin_dir_url( __DIR__ ) . 'img/wpcp-logo.png',
33
  'after' => '<i class="fa fa-life-ring"></i> Support',
34
+ 'link' => 'https://shapedplugin.com/support-forum/',
35
  'class' => 'wpcp-admin-header',
36
  ),
37
  array(
38
  'id' => 'wpcp_carousel_type',
39
  'type' => 'carousel_type',
40
+ 'title' => __( 'Carousel Type', 'wp-carousel-free' ),
41
  'options' => array(
42
  'image-carousel' => array(
43
  'icon' => 'fa fa-image',
44
+ 'text' => __( 'Image', 'wp-carousel-free' ),
45
  ),
46
  'post-carousel' => array(
47
  'icon' => 'dashicons dashicons-admin-post',
48
+ 'text' => __( 'Post', 'wp-carousel-free' ),
49
  ),
50
  'product-carousel' => array(
51
  'icon' => 'fa fa-cart-plus',
52
+ 'text' => __( 'Woo Product', 'wp-carousel-free' ),
53
  ),
54
  'content-carousel' => array(
55
  'icon' => 'fa fa-file-text-o',
56
+ 'text' => __( 'Content', 'wp-carousel-free' ),
57
  'pro_only' => true,
58
  ),
59
  'video-carousel' => array(
60
  'icon' => 'fa fa-play-circle-o',
61
+ 'text' => __( 'Video', 'wp-carousel-free' ),
62
  'pro_only' => true,
63
  ),
64
  ),
69
  'type' => 'gallery',
70
  'title' => 'Gallery Images',
71
  'wrap_class' => 'wpcp-gallery-filed-wrapper',
72
+ 'add_title' => __( 'ADD IMAGE', 'wp-carousel-free' ),
73
+ 'edit_title' => __( 'EDIT IMAGE', 'wp-carousel-free' ),
74
+ 'clear_title' => __( 'REMOVE ALL', 'wp-carousel-free' ),
75
  'dependency' => array( 'wpcp_carousel_type', '==', 'image-carousel' ),
76
  ),
77
  array(
78
  'id' => 'wpcp_display_posts_from',
79
  'type' => 'selectf',
80
+ 'title' => __( 'Display Posts From', 'wp-carousel-free' ),
81
+ 'subtitle' => __( 'Select an option to display the posts.', 'wp-carousel-free' ),
82
  'options' => array(
83
  'latest' => array(
84
  'text' => __( 'Latest', 'wp-carousel-free' ),
100
  array(
101
  'id' => 'number_of_total_posts',
102
  'type' => 'spinner',
103
+ 'title' => __( 'Total Posts', 'wp-carousel-free' ),
104
+ 'subtitle' => __( 'Number of total posts to show. Default value is 10.', 'wp-carousel-free' ),
105
  'default' => '10',
106
  'min' => 1,
107
  'max' => 1000,
111
  array(
112
  'id' => 'wpcp_display_product_from',
113
  'type' => 'selectf',
114
+ 'title' => __( 'Display Product From', 'wp-carousel-free' ),
115
+ 'subtitle' => __( 'Select an option to display the products.', 'wp-carousel-free' ),
116
  'options' => array(
117
  'latest' => array(
118
+ 'text' => __( 'Latest Product', 'wp-carousel-free' ),
119
  ),
120
  'taxonomy' => array(
121
+ 'text' => __( 'Product Category (Pro)', 'wp-carousel-free' ),
122
  'pro_only' => true,
123
  ),
124
  'specific_products' => array(
125
+ 'text' => __( 'Specific Product (Pro)', 'wp-carousel-free' ),
126
  'pro_only' => true,
127
  ),
128
  ),
134
  array(
135
  'id' => 'wpcp_total_products',
136
  'type' => 'spinner',
137
+ 'title' => __( 'Total Products', 'wp-carousel-free' ),
138
+ 'subtitle' => __( 'Number of total products to display. Default value is 10.', 'wp-carousel-free' ),
139
  'default' => '10',
140
  'min' => 1,
141
  'max' => 1000,
157
  SP_WPCF::createMetabox(
158
  $wpcp_carousel_shortcode_settings,
159
  array(
160
+ 'title' => __( 'Shortcode Section', 'wp-carousel-free' ),
161
  'post_type' => 'sp_wp_carousel',
162
  'show_restore' => false,
163
  'theme' => 'light',
164
+ 'class' => 'sp_wpcp_shortcode_generator',
165
  )
166
  );
167
 
171
  SP_WPCF::createSection(
172
  $wpcp_carousel_shortcode_settings,
173
  array(
174
+ 'title' => __( 'General Settings', 'wp-carousel-free' ),
175
+ 'icon' => 'fa fa-cog',
176
  'fields' => array(
177
  array(
178
  'id' => 'section_title',
179
  'type' => 'switcher',
180
+ 'title' => __( 'Carousel Section Title', 'wp-carousel-free' ),
181
+ 'subtitle' => __( 'Show/Hide the carousel section title.', 'wp-carousel-free' ),
182
  'default' => false,
183
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
184
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
185
  'text_width' => 75,
186
  ),
187
  array(
188
  'id' => 'section_title_margin_bottom',
189
  'type' => 'spacing',
190
+ 'title' => __( 'Carousel Title Margin Bottom', 'wp-carousel-free' ),
191
+ 'subtitle' => __( 'Set margin bottom for the carousel section title. Default value is 30px.', 'wp-carousel-free' ),
192
  'all' => true,
193
  'all_text' => '<i class="fa fa-long-arrow-down"></i>',
194
  'units' => array(
208
  array(
209
  'id' => 'wpcp_number_of_columns',
210
  'type' => 'column',
211
+ 'title' => __( 'Carousel Column(s)', 'wp-carousel-free' ),
212
+ 'subtitle' => __( 'Set number of column on devices.', 'wp-carousel-free' ),
213
  'default' => array(
214
  'lg_desktop' => '5',
215
  'desktop' => '4',
222
  array(
223
  'id' => 'wpcp_image_order_by',
224
  'type' => 'select',
225
+ 'title' => __( 'Order by', 'wp-carousel-free' ),
226
+ 'subtitle' => __( 'Set an order by option.', 'wp-carousel-free' ),
227
  'options' => array(
228
+ 'menu_order' => __( 'Drag & Drop', 'wp-carousel-free' ),
229
+ 'rand' => __( 'Random', 'wp-carousel-free' ),
230
  ),
231
  'default' => 'menu_order',
232
  'dependency' => array( 'wpcp_carousel_type', 'any', 'image-carousel', true ),
234
  array(
235
  'id' => 'wpcp_post_order_by',
236
  'type' => 'select',
237
+ 'title' => __( 'Order by', 'wp-carousel-free' ),
238
+ 'subtitle' => __( 'Select an order by option.', 'wp-carousel-free' ),
239
  'options' => array(
240
+ 'ID' => __( 'ID', 'wp-carousel-free' ),
241
+ 'date' => __( 'Date', 'wp-carousel-free' ),
242
+ 'rand' => __( 'Random', 'wp-carousel-free' ),
243
+ 'title' => __( 'Title', 'wp-carousel-free' ),
244
+ 'modified' => __( 'Modified', 'wp-carousel-free' ),
245
+ 'menu_order' => __( 'Menu Order', 'wp-carousel-free' ),
246
  ),
247
  'default' => 'menu_order',
248
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel', true ),
250
  array(
251
  'id' => 'wpcp_post_order',
252
  'type' => 'select',
253
+ 'title' => __( 'Order', 'wp-carousel-free' ),
254
+ 'subtitle' => __( 'Select an order option.', 'wp-carousel-free' ),
255
  'options' => array(
256
+ 'ASC' => __( 'Ascending', 'wp-carousel-free' ),
257
+ 'DESC' => __( 'Descending', 'wp-carousel-free' ),
258
  ),
259
  'default' => 'rand',
260
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel', true ),
262
  array(
263
  'id' => 'wpcp_preloader',
264
  'type' => 'switcher',
265
+ 'title' => __( 'Preloader', 'wp-carousel-free' ),
266
+ 'subtitle' => __( 'Carousel will be hidden until page load completed.', 'wp-carousel-free' ),
267
  'default' => true,
268
  ),
269
  ), // Fields array end.
276
  SP_WPCF::createSection(
277
  $wpcp_carousel_shortcode_settings,
278
  array(
279
+ 'title' => __( 'Carousel Settings', 'wp-carousel-free' ),
280
  'icon' => 'fa fa-sliders',
281
  'fields' => array(
282
  array(
283
  'id' => 'wpcp_carousel_auto_play',
284
  'type' => 'switcher',
285
+ 'title' => __( 'AutoPlay', 'wp-carousel-free' ),
286
+ 'subtitle' => __( 'On/Off auto play.', 'wp-carousel-free' ),
287
  'default' => true,
288
  ),
289
  array(
290
  'id' => 'carousel_auto_play_speed',
291
  'type' => 'spacing',
292
+ 'title' => __( 'AutoPlay Speed', 'wp-carousel-free' ),
293
+ 'subtitle' => __( 'Set auto play speed. Default value is 3000 milliseconds.', 'wp-carousel-free' ),
294
  'all' => true,
295
  'all_text' => false,
296
  'all_placeholder' => 'speed',
312
  array(
313
  'id' => 'standard_carousel_scroll_speed',
314
  'type' => 'spacing',
315
+ 'title' => __( 'Sliding Speed', 'wp-carousel-free' ),
316
+ 'subtitle' => __( 'Set sliding or scrolling speed. Default value is 600 milliseconds.', 'wp-carousel-free' ),
317
  'all' => true,
318
  'all_text' => false,
319
  'all_placeholder' => 'speed',
331
  array(
332
  'id' => 'carousel_pause_on_hover',
333
  'type' => 'switcher',
334
+ 'title' => __( 'Pause on Hover', 'wp-carousel-free' ),
335
+ 'subtitle' => __( 'On/Off carousel pause on hover.', 'wp-carousel-free' ),
336
  'default' => true,
337
  ),
338
  array(
339
  'id' => 'carousel_infinite',
340
  'type' => 'switcher',
341
+ 'title' => __( 'Infinite Loop', 'wp-carousel-free' ),
342
+ 'subtitle' => __( 'On/Off infinite loop mode.', 'wp-carousel-free' ),
343
  'default' => true,
344
  ),
345
  array(
346
  'type' => 'subheading',
347
+ 'content' => __( 'Navigation', 'wp-carousel-free' ),
348
  ),
349
+ // Navigation.
350
  array(
351
  'id' => 'wpcp_navigation',
352
  'type' => 'button_set',
353
+ 'title' => __( 'Navigation', 'wp-carousel-free' ),
354
+ 'subtitle' => __( 'Show/Hide carousel navigation.', 'wp-carousel-free' ),
355
  'options' => array(
356
+ 'show' => __( 'Show', 'wp-carousel-free' ),
357
+ 'hide' => __( 'Hide', 'wp-carousel-free' ),
358
+ 'hide_mobile' => __( 'Hide on Mobile', 'wp-carousel-free' ),
359
  ),
360
  'radio' => true,
361
  'default' => 'hide_mobile',
367
  array(
368
  'id' => 'wpcp_nav_colors',
369
  'type' => 'color_group',
370
+ 'title' => __( 'Navigation Color', 'wp-carousel-free' ),
371
+ 'subtitle' => __( 'Set color for the carousel navigation.', 'wp-carousel-free' ),
372
  'options' => array(
373
+ 'color1' => __( 'Color', 'wp-carousel-free' ),
374
+ 'color2' => __( 'Hover Color', 'wp-carousel-free' ),
375
  ),
376
  'default' => array(
377
  'color1' => '#aaa',
383
  'hide',
384
  ),
385
  ),
386
+ // Pagination.
387
  array(
388
  'type' => 'subheading',
389
+ 'content' => __( 'Pagination', 'wp-carousel-free' ),
390
  ),
391
  array(
392
  'id' => 'wpcp_pagination',
393
  'type' => 'button_set',
394
+ 'title' => __( 'Pagination', 'wp-carousel-free' ),
395
+ 'subtitle' => __( 'Show/Hide carousel pagination.', 'wp-carousel-free' ),
396
  'options' => array(
397
+ 'show' => __( 'Show', 'wp-carousel-free' ),
398
+ 'hide' => __( 'Hide', 'wp-carousel-free' ),
399
+ 'hide_mobile' => __( 'Hide on Mobile', 'wp-carousel-free' ),
400
  ),
401
  'radio' => true,
402
  'default' => 'show',
407
  array(
408
  'id' => 'wpcp_pagination_color',
409
  'type' => 'color_group',
410
+ 'title' => __( 'Pagination Color', 'wp-carousel-free' ),
411
+ 'subtitle' => __( 'Set color for the carousel pagination dots.', 'wp-carousel-free' ),
412
  'options' => array(
413
+ 'color1' => __( 'Color', 'wp-carousel-free' ),
414
+ 'color2' => __( 'Active Color', 'wp-carousel-free' ),
415
  ),
416
  'default' => array(
417
  'color1' => '#cccccc',
420
  'dependency' => array( 'wpcp_pagination', '!=', 'hide' ),
421
  ),
422
 
423
+ // Miscellaneous.
424
  array(
425
  'type' => 'subheading',
426
+ 'content' => __( 'Miscellaneous', 'wp-carousel-free' ),
427
  ),
428
 
429
  array(
430
  'id' => 'wpcp_accessibility',
431
  'type' => 'switcher',
432
+ 'title' => __( 'Tab and Key Navigation', 'wp-carousel-free' ),
433
+ 'subtitle' => __( 'Enable/Disable carousel scroll with tab and keyboard.', 'wp-carousel-free' ),
434
  'default' => true,
435
  ),
436
  array(
437
  'id' => 'slider_swipe',
438
  'type' => 'switcher',
439
+ 'title' => __( 'Touch Swipe', 'wp-carousel-free' ),
440
+ 'subtitle' => __( 'On/Off touch swipe mode.', 'wp-carousel-free' ),
441
  'default' => true,
442
  ),
443
  array(
444
  'id' => 'slider_draggable',
445
  'type' => 'switcher',
446
+ 'title' => __( 'Mouse Draggable', 'wp-carousel-free' ),
447
+ 'subtitle' => __( 'On/Off mouse draggable mode.', 'wp-carousel-free' ),
448
  'default' => true,
449
  'dependency' => array(
450
  'slider_swipe',
462
  SP_WPCF::createSection(
463
  $wpcp_carousel_shortcode_settings,
464
  array(
465
+ 'title' => __( 'Style Settings', 'wp-carousel-free' ),
466
  'icon' => 'fa fa-paint-brush',
467
  'fields' => array(
468
 
469
  array(
470
  'id' => 'wpcp_post_detail_position',
471
  'type' => 'selectf',
472
+ 'title' => __( 'Content Position', 'wp-carousel-free' ),
473
+ 'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-free' ),
474
  'options' => array(
475
  'bottom' => array(
476
  'text' => __( 'Bottom', 'wp-carousel-free' ),
477
  ),
478
  'on_right' => array(
479
+ 'text' => __( 'Right (Pro)', 'wp-carousel-free' ),
480
  'pro_only' => true,
481
  ),
482
  'on_left' => array(
483
+ 'text' => __( 'Left (Pro)', 'wp-carousel-free' ),
484
  'pro_only' => true,
485
  ),
486
  'with_overlay' => array(
487
+ 'text' => __( 'Overlay (Pro)', 'wp-carousel-free' ),
488
  'pro_only' => true,
489
  ),
490
  ),
495
  array(
496
  'id' => 'wpcp_slide_border',
497
  'type' => 'border',
498
+ 'title' => __( 'Slide Border', 'wp-carousel-free' ),
499
+ 'subtitle' => __( 'Set border for the slide.', 'wp-carousel-free' ),
500
  'all' => true,
501
  'default' => array(
502
  'all' => '1',
509
  array(
510
  'id' => 'wpcp_slide_background',
511
  'type' => 'color',
512
+ 'title' => __( 'Slide Background', 'wp-carousel-free' ),
513
+ 'subtitle' => __( 'Set background color for the slide.', 'wp-carousel-free' ),
514
  'default' => '#f9f9f9',
515
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
516
  ),
519
  array(
520
  'id' => 'wpcp_post_title',
521
  'type' => 'switcher',
522
+ 'title' => __( 'Post Title', 'wp-carousel-free' ),
523
+ 'subtitle' => __( 'Show/Hide post title.', 'wp-carousel-free' ),
524
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
525
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
526
  'text_width' => 77,
527
  'default' => true,
528
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
531
  array(
532
  'id' => 'wpcp_post_content_show',
533
  'type' => 'switcher',
534
+ 'title' => __( 'Post Content', 'wp-carousel-free' ),
535
+ 'subtitle' => __( 'Show/Hide post content.', 'wp-carousel-free' ),
536
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
537
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
538
  'text_width' => 77,
539
  'default' => true,
540
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
542
  array(
543
  'id' => 'wpcp_post_content_type',
544
  'type' => 'selectf',
545
+ 'title' => __( 'Content Display Type', 'wp-carousel-free' ),
546
+ 'subtitle' => __( 'Select a content display type.', 'wp-carousel-free' ),
547
  'options' => array(
548
  'excerpt' => array(
549
+ 'text' => __( 'Excerpt', 'wp-carousel-free' ),
550
  ),
551
  'content' => array(
552
+ 'text' => __( 'Full Content (Pro)', 'wp-carousel-free' ),
553
  'pro_only' => true,
554
  ),
555
  'content_with_limit' => array(
556
+ 'text' => __( 'Content with Limit (Pro)', 'wp-carousel-free' ),
557
  'pro_only' => true,
558
  ),
559
  ),
563
 
564
  array(
565
  'type' => 'subheading',
566
+ 'content' => __( 'Post Meta', 'wp-carousel-free' ),
567
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
568
  ),
569
 
570
  array(
571
  'id' => 'wpcp_post_date_show',
572
  'type' => 'switcher',
573
+ 'title' => __( 'Post Date', 'wp-carousel-free' ),
574
+ 'subtitle' => __( 'Show/Hide post date.', 'wp-carousel-free' ),
575
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
576
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
577
  'text_width' => 77,
578
  'default' => true,
579
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
581
  array(
582
  'id' => 'wpcp_post_author_show',
583
  'type' => 'switcher',
584
+ 'title' => __( 'Post Author', 'wp-carousel-free' ),
585
+ 'subtitle' => __( 'Show/Hide post author name.', 'wp-carousel-free' ),
586
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
587
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
588
  'text_width' => 77,
589
  'default' => true,
590
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
593
  // Product Settings.
594
  array(
595
  'type' => 'subheading',
596
+ 'content' => __( 'Product Settings', 'wp-carousel-free' ),
597
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
598
  ),
599
  array(
600
  'id' => 'wpcp_product_name',
601
  'type' => 'switcher',
602
+ 'title' => __( 'Product Name', 'wp-carousel-free' ),
603
+ 'subtitle' => __( 'Show/Hide product name.', 'wp-carousel-free' ),
604
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
605
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
606
  'text_width' => 77,
607
  'default' => true,
608
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
610
  array(
611
  'id' => 'wpcp_product_price',
612
  'type' => 'switcher',
613
+ 'title' => __( 'Product Price', 'wp-carousel-free' ),
614
+ 'subtitle' => __( 'Show/Hide product price.', 'wp-carousel-free' ),
615
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
616
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
617
  'text_width' => 77,
618
  'default' => true,
619
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
621
  array(
622
  'id' => 'wpcp_product_rating',
623
  'type' => 'switcher',
624
+ 'title' => __( 'Product Rating', 'wp-carousel-free' ),
625
+ 'subtitle' => __( 'Show/Hide product rating.', 'wp-carousel-free' ),
626
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
627
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
628
  'text_width' => 77,
629
  'default' => true,
630
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
632
  array(
633
  'id' => 'wpcp_product_cart',
634
  'type' => 'switcher',
635
+ 'title' => __( 'Add to Cart Button', 'wp-carousel-free' ),
636
+ 'subtitle' => __( 'Show/Hide add to cart button.', 'wp-carousel-free' ),
637
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
638
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
639
  'text_width' => 77,
640
  'default' => true,
641
  'dependency' => array( 'wpcp_carousel_type', '==', 'product-carousel' ),
642
  ),
643
+ // Image.
644
  array(
645
  'type' => 'subheading',
646
+ 'content' => __( 'Image', 'wp-carousel-free' ),
647
  ),
648
  array(
649
  'id' => 'show_image',
650
  'type' => 'switcher',
651
+ 'title' => __( 'Image', 'wp-carousel-free' ),
652
+ 'subtitle' => __( 'Show/Hide slide image.', 'wp-carousel-free' ),
653
+ 'text_on' => __( 'Show', 'wp-carousel-free' ),
654
+ 'text_off' => __( 'Hide', 'wp-carousel-free' ),
655
  'text_width' => 77,
656
  'default' => true,
657
  'dependency' => array( 'wpcp_carousel_type', 'any', 'post-carousel,product-carousel' ),
660
  'id' => 'wpcp_image_sizes',
661
  'type' => 'image_sizes',
662
  'chosen' => true,
663
+ 'title' => __( 'Image Sizes', 'wp-carousel-free' ),
664
  'default' => 'full',
665
+ 'subtitle' => __( 'Select a image size.', 'wp-carousel-free' ),
666
  'dependency' => array( 'wpcp_carousel_type|show_image', 'any|==', 'image-carousel,post-carousel,product-carousel|true' ),
667
  ),
668
  array(
669
  'id' => 'wpcp_product_image_border',
670
  'type' => 'border',
671
+ 'title' => __( 'Image Border', 'wp-carousel-freee' ),
672
+ 'subtitle' => __( 'Set border for the product image.', 'wp-carousel-free' ),
673
  'all' => true,
674
  'default' => array(
675
  'all' => '1',
681
  array(
682
  'id' => '_image_title_attr',
683
  'type' => 'checkbox',
684
+ 'title' => __( 'Image Title Attribute', 'wp-carousel-free' ),
685
+ 'subtitle' => __( 'Check to add image title attribute.', 'wp-carousel-freee' ),
686
  'default' => false,
687
  'dependency' => array( 'wpcp_carousel_type|show_image', 'any|==', 'image-carousel,post-carousel,product-carousel|true' ),
688
  ),
697
  SP_WPCF::createSection(
698
  $wpcp_carousel_shortcode_settings,
699
  array(
700
+ 'title' => __( 'Typography', 'wp-carousel-free' ),
701
  'icon' => 'fa fa-font',
702
  'enqueue_webfont' => false,
703
  'fields' => array(
709
  array(
710
  'id' => 'section_title_font_load',
711
  'type' => 'switcherf',
712
+ 'title' => __( 'Load Carousel Section Title Font', 'wp-carousel-freee' ),
713
+ 'subtitle' => __( 'On/Off google font for the carousel section title.', 'wp-carousel-free' ),
714
  'default' => false,
715
  ),
716
  array(
717
  'id' => 'wpcp_section_title_typography',
718
  'type' => 'typography',
719
+ 'title' => __( 'Carousel Section Title Font', 'wp-carousel-free' ),
720
+ 'subtitle' => __( 'Set Carousel section title font properties.', 'wp-carousel-freee' ),
721
  'default' => array(
722
  'color' => '#444444',
723
  'font-family' => 'Open Sans',
736
  array(
737
  'id' => 'wpcp_image_caption_font_load',
738
  'type' => 'switcherf',
739
+ 'title' => __( 'Load Caption Font', 'wp-carousel-free' ),
740
+ 'subtitle' => __( 'On/Off google font for the image caption.', 'wp-carousel-free' ),
741
  'default' => false,
742
  'dependency' => array( 'wpcp_carousel_type', '==', 'image-carousel' ),
743
  ),
744
  array(
745
  'id' => 'wpcp_image_caption_typography',
746
  'type' => 'typography',
747
+ 'title' => __( 'Caption Font', 'wp-carousel-free' ),
748
+ 'subtitle' => __( 'Set caption font properties.', 'wp-carousel-free' ),
749
  'default' => array(
750
  'color' => '#333',
751
  'font-family' => 'Open Sans',
763
  array(
764
  'id' => 'wpcp_image_desc_font_load',
765
  'type' => 'switcherf',
766
+ 'title' => __( 'Load Description Font', 'wp-carousel-free' ),
767
+ 'subtitle' => __( 'On/Off google font for the image description.', 'wp-carousel-free' ),
768
  'default' => false,
769
  'dependency' => array( 'wpcp_carousel_type|wpcp_post_title', '==|==', 'image-carousel|true' ),
770
  ),
771
  array(
772
  'id' => 'wpcp_image_desc_typography',
773
  'type' => 'typography',
774
+ 'title' => __( 'Description Font', 'wp-carousel-free' ),
775
+ 'subtitle' => __( 'Set description font properties.', 'wp-carousel-free' ),
776
  'default' => array(
777
  'color' => '#333',
778
  'font-family' => 'Open Sans',
790
  array(
791
  'id' => 'wpcp_title_font_load',
792
  'type' => 'switcherf',
793
+ 'title' => __( 'Load Title Font', 'wp-carousel-free' ),
794
+ 'subtitle' => __( 'On/Off google font for the slide title.', 'wp-carousel-free' ),
795
  'default' => false,
796
  'dependency' => array( 'wpcp_carousel_type', '==', 'post-carousel' ),
797
  ),
798
  array(
799
  'id' => 'wpcp_title_typography',
800
  'type' => 'typography',
801
+ 'title' => __( 'Post Title Font', 'wp-carousel-free' ),
802
+ 'subtitle' => __( 'Set title font properties.', 'wp-carousel-free' ),
803
  'default' => array(
804
  'color' => '#444',
805
  'hover_color' => '#555',
820
  array(
821
  'id' => 'wpcp_post_content_font_load',
822
  'type' => 'switcherf',
823
+ 'title' => __( 'Post Content Font Load', 'wp-carousel-free' ),
824
+ 'subtitle' => __( 'On/Off google font for post the content.', 'wp-carousel-free' ),
825
  'default' => false,
826
  'dependency' => array(
827
  'wpcp_carousel_type',
832
  array(
833
  'id' => 'wpcp_post_content_typography',
834
  'type' => 'typography',
835
+ 'title' => __( 'Post Content Font', 'wp-carousel-free' ),
836
+ 'subtitle' => __( 'Set post content font properties.', 'wp-carousel-free' ),
837
  'default' => array(
838
  'color' => '#333',
839
  'font-family' => 'Open Sans',
849
  array(
850
  'id' => 'wpcp_post_meta_font_load',
851
  'type' => 'switcherf',
852
+ 'title' => __( 'Post Meta Font Load', 'wp-carousel-free' ),
853
+ 'subtitle' => __( 'On/Off google font for the post meta.', 'wp-carousel-free' ),
854
  'default' => false,
855
  'dependency' => array(
856
  'wpcp_carousel_type',
861
  array(
862
  'id' => 'wpcp_post_meta_typography',
863
  'type' => 'typography',
864
+ 'title' => __( 'Post Meta Font', 'wp-carousel-free' ),
865
+ 'subtitle' => __( 'Set post meta font properties.', 'wp-carousel-free' ),
866
  'default' => array(
867
  'color' => '#999',
868
  'font-family' => 'Open Sans',
885
  array(
886
  'id' => 'wpcp_product_name_font_load',
887
  'type' => 'switcherf',
888
+ 'title' => __( 'Product Name Font Load', 'wp-carousel-free' ),
889
+ 'subtitle' => __( 'On/Off google font for the product name.', 'wp-carousel-free' ),
890
  'default' => false,
891
  'dependency' => array(
892
  'wpcp_carousel_type',
897
  array(
898
  'id' => 'wpcp_product_name_typography',
899
  'type' => 'typography',
900
+ 'title' => __( 'Product Name Font', 'wp-carousel-free' ),
901
+ 'subtitle' => __( 'Set product name font properties.', 'wp-carousel-free' ),
902
  'default' => array(
903
  'color' => '#444',
904
  'hover_color' => '#555',
921
  array(
922
  'id' => 'wpcp_product_price_font_load',
923
  'type' => 'switcherf',
924
+ 'title' => __( 'Product Price Font Load', 'wp-carousel-free' ),
925
+ 'subtitle' => __( 'On/Off google font for the product price.', 'wp-carousel-free' ),
926
  'default' => false,
927
  'dependency' => array(
928
  'wpcp_carousel_type',
933
  array(
934
  'id' => 'wpcp_product_price_typography',
935
  'type' => 'typography',
936
+ 'title' => __( 'Product Price Font', 'wp-carousel-free' ),
937
+ 'subtitle' => __( 'Set product price font properties.', 'wp-carousel-free' ),
938
  'default' => array(
939
  'color' => '#222',
940
  'font-family' => 'Open Sans',
969
  SP_WPCF::createMetabox(
970
  $wpcp_display_shortcode,
971
  array(
972
+ 'title' => __( 'WordPress Carousel', 'wp-carousel-free' ),
973
  'post_type' => 'sp_wp_carousel',
974
  'show_restore' => false,
975
  )
admin/views/option-config.php CHANGED
@@ -12,14 +12,14 @@ $prefix = 'sp_wpcp_settings';
12
  SP_WPCF::createOptions(
13
  $prefix,
14
  array(
15
- 'menu_title' => __( 'Settings', 'wp-carousel-pro' ),
16
  'menu_slug' => 'wpcp_settings',
17
  'menu_parent' => 'edit.php?post_type=sp_wp_carousel',
18
  'menu_type' => 'submenu',
19
  'ajax_save' => true,
20
  'save_defaults' => true,
21
  'show_reset_all' => true,
22
- 'framework_title' => __( 'WordPress Carousel Pro', 'wp-carousel-pro' ),
23
  'framework_class' => 'sp-wpcp-options',
24
  'theme' => 'light',
25
  // menu extras.
@@ -46,55 +46,45 @@ SP_WPCF::createSection(
46
  array(
47
  'id' => 'wpcf_delete_all_data',
48
  'type' => 'checkbox',
49
- 'title' => __( 'Remove Data when Uninstall', 'wp-carousel-pro' ),
50
- 'subtitle' => __( 'Check to remove plugin\'s data when plugin is uninstalled or deleted.', 'wp-carousel-pro' ),
51
  'default' => false,
52
  ),
53
  array(
54
  'type' => 'subheading',
55
- 'content' => __( 'Enqueue or Dequeue CSS', 'wp-carousel-pro' ),
56
  ),
57
  array(
58
  'id' => 'wpcp_enqueue_slick_css',
59
  'type' => 'switcher',
60
- 'title' => __( 'Slick CSS', 'wp-carousel-pro' ),
61
- 'subtitle' => __( 'Enqueue/Dequeue slick CSS.', 'wp-carousel-pro' ),
62
- 'text_on' => __( 'Enqueue', 'wp-carousel-pro' ),
63
- 'text_off' => __( 'Dequeue', 'wp-carousel-pro' ),
64
  'text_width' => 95,
65
  'default' => true,
66
  ),
67
  array(
68
  'id' => 'wpcp_enqueue_fa_css',
69
  'type' => 'switcher',
70
- 'title' => __( 'Font Awesome CSS', 'wp-carousel-pro' ),
71
- 'subtitle' => __( 'Enqueue/Dequeue font awesome CSS.', 'wp-carousel-pro' ),
72
- 'text_on' => __( 'Enqueue', 'wp-carousel-pro' ),
73
- 'text_off' => __( 'Dequeue', 'wp-carousel-pro' ),
74
  'text_width' => 95,
75
  'default' => true,
76
  ),
77
  array(
78
  'type' => 'subheading',
79
- 'content' => __( 'Enqueue or Dequeue JS', 'wp-carousel-pro' ),
80
- ),
81
- array(
82
- 'id' => 'wpcp_preloader_js',
83
- 'type' => 'switcher',
84
- 'title' => __( 'Preloader JS', 'wp-carousel-pro' ),
85
- 'subtitle' => __( 'Enqueue/Dequeue carousel preloader JS.', 'wp-carousel-pro' ),
86
- 'text_on' => __( 'Enqueue', 'wp-carousel-pro' ),
87
- 'text_off' => __( 'Dequeue', 'wp-carousel-pro' ),
88
- 'text_width' => 95,
89
- 'default' => true,
90
  ),
91
  array(
92
  'id' => 'wpcp_slick_js',
93
  'type' => 'switcher',
94
- 'title' => __( 'Slick JS', 'wp-carousel-pro' ),
95
- 'subtitle' => __( 'Enqueue/Dequeue slick JS.', 'wp-carousel-pro' ),
96
- 'text_on' => __( 'Enqueue', 'wp-carousel-pro' ),
97
- 'text_off' => __( 'Dequeue', 'wp-carousel-pro' ),
98
  'text_width' => 95,
99
  'default' => true,
100
  ),
@@ -109,14 +99,14 @@ SP_WPCF::createSection(
109
  $prefix,
110
  array(
111
  'id' => 'custom_css_section',
112
- 'title' => __( 'Custom CSS', 'wp-carousel-pro' ),
113
  'icon' => 'fa fa-css3',
114
  'fields' => array(
115
  array(
116
  'id' => 'wpcp_custom_css',
117
  'type' => 'code_editor',
118
- 'title' => __( 'Custom CSS', 'wp-carousel-pro' ),
119
- 'subtitle' => __( 'Type your css.', 'wp-carousel-pro' ),
120
  'settings' => array(
121
  'mode' => 'css',
122
  'theme' => 'monokai',
12
  SP_WPCF::createOptions(
13
  $prefix,
14
  array(
15
+ 'menu_title' => __( 'Settings', 'wp-carousel-free' ),
16
  'menu_slug' => 'wpcp_settings',
17
  'menu_parent' => 'edit.php?post_type=sp_wp_carousel',
18
  'menu_type' => 'submenu',
19
  'ajax_save' => true,
20
  'save_defaults' => true,
21
  'show_reset_all' => true,
22
+ 'framework_title' => __( 'WordPress Carousel', 'wp-carousel-free' ),
23
  'framework_class' => 'sp-wpcp-options',
24
  'theme' => 'light',
25
  // menu extras.
46
  array(
47
  'id' => 'wpcf_delete_all_data',
48
  'type' => 'checkbox',
49
+ 'title' => __( 'Remove Data when Delete', 'wp-carousel-free' ),
50
+ 'subtitle' => __( 'Check to remove plugin\'s data when plugin is uninstalled or deleted.', 'wp-carousel-free' ),
51
  'default' => false,
52
  ),
53
  array(
54
  'type' => 'subheading',
55
+ 'content' => __( 'Enqueue or Dequeue CSS', 'wp-carousel-free' ),
56
  ),
57
  array(
58
  'id' => 'wpcp_enqueue_slick_css',
59
  'type' => 'switcher',
60
+ 'title' => __( 'Slick CSS', 'wp-carousel-free' ),
61
+ 'subtitle' => __( 'Enqueue/Dequeue slick CSS.', 'wp-carousel-free' ),
62
+ 'text_on' => __( 'Enqueue', 'wp-carousel-free' ),
63
+ 'text_off' => __( 'Dequeue', 'wp-carousel-free' ),
64
  'text_width' => 95,
65
  'default' => true,
66
  ),
67
  array(
68
  'id' => 'wpcp_enqueue_fa_css',
69
  'type' => 'switcher',
70
+ 'title' => __( 'Font Awesome CSS', 'wp-carousel-free' ),
71
+ 'subtitle' => __( 'Enqueue/Dequeue font awesome CSS.', 'wp-carousel-free' ),
72
+ 'text_on' => __( 'Enqueue', 'wp-carousel-free' ),
73
+ 'text_off' => __( 'Dequeue', 'wp-carousel-free' ),
74
  'text_width' => 95,
75
  'default' => true,
76
  ),
77
  array(
78
  'type' => 'subheading',
79
+ 'content' => __( 'Enqueue or Dequeue JS', 'wp-carousel-free' ),
 
 
 
 
 
 
 
 
 
 
80
  ),
81
  array(
82
  'id' => 'wpcp_slick_js',
83
  'type' => 'switcher',
84
+ 'title' => __( 'Slick JS', 'wp-carousel-free' ),
85
+ 'subtitle' => __( 'Enqueue/Dequeue slick JS.', 'wp-carousel-free' ),
86
+ 'text_on' => __( 'Enqueue', 'wp-carousel-free' ),
87
+ 'text_off' => __( 'Dequeue', 'wp-carousel-free' ),
88
  'text_width' => 95,
89
  'default' => true,
90
  ),
99
  $prefix,
100
  array(
101
  'id' => 'custom_css_section',
102
+ 'title' => __( 'Custom CSS', 'wp-carousel-free' ),
103
  'icon' => 'fa fa-css3',
104
  'fields' => array(
105
  array(
106
  'id' => 'wpcp_custom_css',
107
  'type' => 'code_editor',
108
+ 'title' => __( 'Custom CSS', 'wp-carousel-free' ),
109
+ 'subtitle' => __( 'Type your css.', 'wp-carousel-free' ),
110
  'settings' => array(
111
  'mode' => 'css',
112
  'theme' => 'monokai',
admin/views/wpcfree-metabox/assets/css/spf.css CHANGED
@@ -175,28 +175,33 @@
175
  }
176
 
177
  .spf-buttons .button.spf-save:hover {
178
- box-shadow: 0 3px 0 #1784af;
179
- background-color: #21a1d4;
180
  }
181
  .spf-buttons .button.spf-reset-section {
182
- box-shadow: 0 3px 0 #ccc;
183
- background-color: #ddd;
184
- color: #000;
 
185
  }
186
 
187
  .spf-buttons .button.spf-reset-section:hover {
188
- box-shadow: 0 3px 0 rgb(197, 197, 197);
189
- background-color: rgb(214, 212, 212);
 
190
  }
191
 
192
  .spf-buttons .button.spf-reset-all {
193
- box-shadow: 0 3px 0 #666666;
194
- background-color: #888888;
 
 
195
  }
196
 
197
  .spf-buttons .button.spf-reset-all:hover {
198
- box-shadow: 0 3px 0 #4a4949;
199
- background-color: #6b6a6a;
 
200
  }
201
 
202
  .spf-header-left {
@@ -696,7 +701,7 @@ WP Carousel Pro Custom CSS.
696
  }
697
 
698
  .spf-theme-light .spf-header-inner {
699
- border-bottom: 1px solid #e5e5e5;
700
  background-color: #f5f5f5;
701
  background: linear-gradient(#fefefe, #f5f5f5);
702
  }
@@ -736,16 +741,18 @@ WP Carousel Pro Custom CSS.
736
  .spf-theme-light .spf-nav ul li a {
737
  background-color: #18AFB9;
738
  border-top: 1px solid #18AFB9;
739
- border-right: 1px solid #E2E2E1;
740
  border-bottom: 1px solid #ddd;
741
  color: #fff;
742
- font-size: 13px;
743
  font-weight: 600;
744
  line-height: 1.4;
745
- padding: 16px 15px;
746
  text-transform: uppercase;
747
  }
748
-
 
 
749
  .spf-theme-light .spf-nav ul li .spf-section-active {
750
  background-color: #fff;
751
  color: #000;
@@ -765,7 +772,7 @@ WP Carousel Pro Custom CSS.
765
  }
766
 
767
  .sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child {
768
- border-top: 1px solid transparent;
769
  }
770
 
771
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,
@@ -775,8 +782,8 @@ WP Carousel Pro Custom CSS.
775
 
776
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active {
777
  background-color: #fff;
778
- border-right: 1px solid #fff;
779
- border-bottom: 1px solid #fff;
780
  border-top: 1px solid #fff;
781
  box-shadow: 4px 0 0 0 #18AFB9 inset;
782
  }
@@ -792,6 +799,7 @@ WP Carousel Pro Custom CSS.
792
 
793
  .spf-theme-light .spf-nav-background {
794
  background-color: #ddd;
 
795
  }
796
 
797
  .spf-theme-light .spf-footer {
@@ -4775,8 +4783,9 @@ WP Carousel Pro Custom CSS.
4775
  #spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header {
4776
  background-color: #157592;
4777
  background: linear-gradient(-45deg, #22afba, #157592);
4778
- padding: 22px 26px;
4779
  overflow: hidden;
 
4780
  }
4781
 
4782
  #spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support {
175
  }
176
 
177
  .spf-buttons .button.spf-save:hover {
178
+ box-shadow: 0 3px 0 #08696f;
179
+ background-color: #108e96;
180
  }
181
  .spf-buttons .button.spf-reset-section {
182
+ color: #fff;
183
+ -webkit-box-shadow: 0 3px 0 #666;
184
+ box-shadow: 0 3px 0 #666;
185
+ background-color: #888;
186
  }
187
 
188
  .spf-buttons .button.spf-reset-section:hover {
189
+ -webkit-box-shadow: 0 3px 0 #383737;
190
+ box-shadow: 0 3px 0 #383737;
191
+ background-color: #6b6969;
192
  }
193
 
194
  .spf-buttons .button.spf-reset-all {
195
+ color: #fff;
196
+ -webkit-box-shadow: 0 3px 0 #c61004;
197
+ box-shadow: 0 3px 0 #c61004;
198
+ background-color: #e14d43;
199
  }
200
 
201
  .spf-buttons .button.spf-reset-all:hover {
202
+ -webkit-box-shadow: 0 3px 0 #a0150c;
203
+ box-shadow: 0 3px 0 #a0150c;
204
+ background-color: #d43328;
205
  }
206
 
207
  .spf-header-left {
701
  }
702
 
703
  .spf-theme-light .spf-header-inner {
704
+ border-bottom: 1px solid #cecece;
705
  background-color: #f5f5f5;
706
  background: linear-gradient(#fefefe, #f5f5f5);
707
  }
741
  .spf-theme-light .spf-nav ul li a {
742
  background-color: #18AFB9;
743
  border-top: 1px solid #18AFB9;
744
+ border-right: 0px solid #E2E2E1;
745
  border-bottom: 1px solid #ddd;
746
  color: #fff;
747
+ font-size: 12px;
748
  font-weight: 600;
749
  line-height: 1.4;
750
+ padding: 14px 15px;
751
  text-transform: uppercase;
752
  }
753
+ .sp_wpcp_shortcode_generator .spf-nav ul li a {
754
+ border-right: 1px solid #E2E2E1;
755
+ }
756
  .spf-theme-light .spf-nav ul li .spf-section-active {
757
  background-color: #fff;
758
  color: #000;
772
  }
773
 
774
  .sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child {
775
+ border-top: 0px solid transparent;
776
  }
777
 
778
  #sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,
782
 
783
  .sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active {
784
  background-color: #fff;
785
+ border-right: 0px solid #fff;
786
+ border-bottom: 1px solid #cecece;
787
  border-top: 1px solid #fff;
788
  box-shadow: 4px 0 0 0 #18AFB9 inset;
789
  }
799
 
800
  .spf-theme-light .spf-nav-background {
801
  background-color: #ddd;
802
+ border-right: 1px solid #cecece;
803
  }
804
 
805
  .spf-theme-light .spf-footer {
4783
  #spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header {
4784
  background-color: #157592;
4785
  background: linear-gradient(-45deg, #22afba, #157592);
4786
+ padding: 20px 26px;
4787
  overflow: hidden;
4788
+ height: 33px;
4789
  }
4790
 
4791
  #spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support {
admin/views/wpcfree-metabox/assets/css/spf.min.css CHANGED
@@ -1 +1 @@
1
- .spf{position:relative}.spf label{padding:0;margin:0;display:inline-block}.spf-ab-icon{top:2px}#screen-meta-links+.spf-options{margin-top:40px}.spf-options{margin-top:20px;margin-right:20px}.spf-header{position:relative}.spf-header-inner{padding:25px}.spf-header-inner h1{float:left;font-size:1.5em;line-height:26px;font-weight:400;margin:0}.spf-header-inner h1 small{font-size:11px;font-weight:500}.spf-sticky .spf-header-inner{position:fixed;z-index:20;top:32px;-moz-box-shadow:0 5px 25px rgba(0,0,0,.125);-webkit-box-shadow:0 5px 25px rgba(0,0,0,.125);box-shadow:0 5px 25px rgba(0,0,0,.125)}.spf-buttons{float:right;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-buttons .button{margin:0 2px;line-height:26px}.spf-buttons .button.spf-reset-all,.spf-buttons .button.spf-reset-section,.spf-buttons .button.spf-save{text-shadow:none;border:0;border-radius:0;padding:3px 15px;height:auto;color:#fff}.spf-buttons .button.spf-save{box-shadow:0 3px 0 #169ca5;background-color:#18afb9}.spf-buttons .button.spf-save:hover{box-shadow:0 3px 0 #1784af;background-color:#21a1d4}.spf-buttons .button.spf-reset-section{box-shadow:0 3px 0 #ccc;background-color:#ddd;color:#000}.spf-buttons .button.spf-reset-section:hover{box-shadow:0 3px 0 #c5c5c5;background-color:#d6d4d4}.spf-buttons .button.spf-reset-all{box-shadow:0 3px 0 #666;background-color:#888}.spf-buttons .button.spf-reset-all:hover{box-shadow:0 3px 0 #4a4949;background-color:#6b6a6a}.spf-header-left{float:left}.spf-header-right{float:right}.spf-nav{display:block;width:auto}.spf-nav ul{clear:left;margin:0;list-style-type:none}.spf-nav ul li{margin-bottom:0}.spf-nav ul li a{font-size:13px;position:relative;display:block;padding:14px 12px;text-decoration:none;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a,.spf-nav ul li a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-nav ul li .spf-section-active:after{content:" ";position:absolute;right:0;top:50%;height:0;width:0;pointer-events:none;border:solid transparent;border-right-color:#fff;border-width:4px;margin-top:-4px}.spf-nav ul li .spf-arrow:after{content:"\f054";display:inline-block;font-family:FontAwesome;font-size:9px;line-height:1;position:absolute;right:10px;top:50%;margin-top:-4px;-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}.spf-nav ul li.spf-tab-active .spf-arrow:after{-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spf-nav ul li.spf-tab-active ul{display:block}.spf-nav ul ul{display:none;position:relative}.spf-nav ul ul li a{font-size:12px;padding:12px 14px 12px 24px}.spf-nav .fa{width:20px;margin-right:5px;font-size:14px;text-align:center}.spf-nav .spf-label-error{margin-left:4px;vertical-align:top}.spf-wrapper{position:relative}.spf-content{background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-sections{float:left;width:100%}.spf-section{display:none}.spf-section-title{display:none;padding:20px 30px;background-color:#18afb9;border-top:1px solid #eee;border-bottom:1px solid #eee}.spf-section-title h3{margin:0;padding:0;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff}.spf-section-title .fa{margin-right:5px}.sp-wpcp-options .spf-nav{width:225px}.sp-wpcp-options .spf-nav{display:block;position:relative;z-index:10;float:left;width:225px}#sp_wpcp_shortcode_options .spf-nav ul li{display:inline-block}.sp-wpcp-options .spf-nav-background{position:absolute;top:0;left:0;bottom:0;z-index:9;width:225px}.sp-wpcp-options .spf-content{position:relative;margin-left:225px;background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-footer{padding:20px;font-size:11px}.spf-copyright{float:left;margin-top:5px}.spf-search-all .spf-nav,.spf-search-all .spf-nav-background,.spf-show-all .spf-nav,.spf-show-all .spf-nav-background{display:none}.spf-search-all .spf-content,.spf-show-all .spf-content{margin-left:0}.spf-search-all .spf-section,.spf-search-all .spf-section-title,.spf-show-all .spf-section,.spf-show-all .spf-section-title{display:block!important}.spf-search-all .spf-section-title{display:none!important}.spf-expand-all{float:left;padding:0 8px;margin-right:4px;z-index:1;font-size:14px;line-height:29px;cursor:pointer;-webkit-user-select:none;user-select:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-expand-all span{font-size:11px;vertical-align:middle}.spf-search{float:left}.spf-search input{margin:0 2px 0 0;border:none;font-size:12px;line-height:29px;text-align:inherit;padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-search input:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-saving .spf-buttons,.spf-saving .spf-content{cursor:default;pointer-events:none;opacity:.75}.spf-metabox{margin:-6px -12px -12px -12px}.spf-metabox .spf-section-title{padding:20px}.block-editor-page .spf-metabox{margin:-6px -14px -12px -14px}.spf-metabox-restore{text-align:right;padding:10px;border-top:1px solid #eee}.spf-metabox-restore .spf-button-cancel,.spf-metabox-restore input{display:none}.spf-metabox-restore span{-webkit-user-select:none;user-select:none}.spf-metabox-restore input:checked~.spf-button-restore{display:none}.spf-metabox-restore input:checked~.spf-button-cancel{display:inline-block}#side-sortables .spf-section-title{padding:12px}#side-sortables .spf-field{padding:12px}#side-sortables .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}#side-sortables .spf-field .spf-fieldset{margin-left:0}#side-sortables .spf-notice{padding:12px}.spf-tooltip{position:absolute;z-index:5000001;font-size:12px;line-height:1.4;text-align:center;text-decoration:none;padding:6px 12px;max-width:200px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.85);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.spf-theme-dark .spf-header-inner{background-color:#050505}.spf-theme-dark .spf-header-inner h1{color:#fff}.spf-theme-dark .spf-header-inner h1 small{color:#555}.spf-theme-dark .spf-expand-all{color:#999;background-color:#222}.spf-theme-dark .spf-expand-all:hover{color:#fff;background-color:#333}.spf-theme-dark .spf-search input{color:#fff;background-color:#222}.spf-theme-dark .spf-search:focus{background-color:#444}.spf-theme-dark .spf-search::-webkit-input-placeholder{color:#666}.spf-theme-dark .spf-nav ul li a{color:#999;background-color:#222;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul li a:hover{color:#fff}.spf-theme-dark .spf-nav ul li .spf-section-active{color:#fff;background-color:#111}.spf-theme-dark .spf-nav ul ul li a{background-color:#191919;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul ul li .spf-section-active{background-color:#101010}.spf-theme-dark .spf-nav ul ul:before{background-color:rgba(34,34,34,.75)}.spf-theme-dark .spf-nav>ul>li:last-child>a{border-bottom:none}.spf-theme-dark .spf-nav-background{background-color:#222}.spf-theme-dark .spf-footer{color:#555;background-color:#050505}.spf-theme-light .spf-container{border:1px solid #e5e5e5;-moz-box-shadow:0 0 15px rgba(0,0,0,.04);-webkit-box-shadow:0 0 15px rgba(0,0,0,.04);box-shadow:0 0 15px rgba(0,0,0,.04)}.spf-theme-light .spf-header-inner{border-bottom:1px solid #e5e5e5;background-color:#f5f5f5;background:linear-gradient(#fefefe,#f5f5f5)}.spf-theme-light .spf-header-inner h1 small{color:#999}.spf-theme-light .spf-expand-all{color:#999;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-expand-all:hover{color:#555}.spf-theme-light .spf-search input{color:#555;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-search input::-webkit-input-placeholder{color:#bbb}.spf-theme-light .spf-nav{background:#f1f1f1}.spf-theme-light .spf-nav ul li a{background-color:#18afb9;border-top:1px solid #18afb9;border-right:1px solid #e2e2e1;border-bottom:1px solid #ddd;color:#fff;font-size:13px;font-weight:600;line-height:1.4;padding:16px 15px;text-transform:uppercase}.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;color:#000}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active{border-bottom:1px solid #fff;border-top:1px solid #18afb9;box-shadow:0 3px 0 0 #18afb9 inset}.sp-wpcp-options.spf-theme-light .spf-nav ul li a{background:#efefef;color:#000;border-bottom:1px solid #cecece;border-top:1px solid #cecece}.sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child{border-top:1px solid transparent}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i{color:#18afb9}.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top:1px solid #fff;box-shadow:4px 0 0 0 #18afb9 inset}.spf-theme-light .spf-nav ul li .spf-section-active:after{display:none}.spf-theme-light .spf-nav ul ul li a{background-color:#eee;border-bottom:1px solid #e5e5e5}.spf-theme-light .spf-nav-background{background-color:#ddd}.spf-theme-light .spf-footer{color:#555;border-top:1px solid #e5e5e5;background-color:#f5f5f5;background:linear-gradient(#fafafa,#f5f5f5)}.spf-field{position:relative;padding:22px 30px}.spf-field.spf-field-carousel_type{padding-bottom:0}.spf-field p:first-child{margin-top:0}.spf-field p:last-child{margin-bottom:0}.spf-field:after,.spf-field:before{content:" ";display:table}.spf-field:after{clear:both}.spf-field h4{margin-top:0}.spf-field .spf-title{position:relative;width:20%;float:left}.spf-field .spf-title h4{margin:0;color:#23282d}.spf-field .spf-fieldset{margin-left:25%}.spf-pseudo-field{padding:0 5px 0 0!important;display:inline-block}.spf-pseudo-field+.spf-pseudo-field{border:0}.spf-pseudo-field pre{display:none}.spf-field-accordion .spf-field{padding:20px}.spf-field-accordion .spf-accordion-item{position:relative;margin-bottom:5px}.spf-field-accordion .spf-accordion-item h4{font-size:1em}.spf-field-accordion .spf-accordion-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px;min-height:0;font-size:100%;-webkit-user-select:none;user-select:none;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-accordion .spf-accordion-title:active,.spf-field-accordion .spf-accordion-title:focus,.spf-field-accordion .spf-accordion-title:hover{border:1px solid #bbb;background-color:#fafafa;outline:0}.spf-field-accordion .spf-accordion-icon{color:#aaa;width:14px;text-align:center}.spf-field-accordion .spf--icon{width:18px;text-shadow:center}.spf-field-accordion .spf-accordion-content{display:none;padding:0;border:1px solid #e5e5e5;border-top:none;background-color:#fff}.spf-field-accordion .spf-accordion-open{display:block}.spf-field-background select,.spf-field-background_adv select{width:100%}.spf-field-background .spf-field,.spf-field-background_adv .spf-field,.spf-field-group .spf-field-background_adv .spf-field{float:left;padding:0;border:0}.spf-field-background .spf--block,.spf-field-background_adv .spf--block{float:left;margin-bottom:15px;box-sizing:border-box}.spf-field-background .spf--title,.spf-field-background_adv .spf--title{float:left;color:#999;margin-top:3px;margin-right:5px}.spf-field-background .spf--select,.spf-field-background_adv .spf--select{width:25%;padding-right:10px;box-sizing:border-box}.spf-field-background .spf--select .spf-field,.spf-field-background_adv .spf--select .spf-field{width:100%}.spf-field-background .spf--media,.spf-field-background_adv .spf--media{width:100%;padding-right:10px}.spf-field-background .spf--media .spf-field,.spf-field-background_adv .spf--media .spf-field{width:100%}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-fieldset,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-fieldset{margin-left:0;margin-top:35px}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-title,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-title{width:100%}.spf-field.spf-field-background_adv .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;height:150px;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field.spf-field-background_adv .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;width:100%}.spf-field.spf-field-background_adv .spf--black-background{border-color:#000;background-color:#000}.spf-field.spf-field-background_adv .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-backup textarea{width:100%;min-height:200px;margin-bottom:5px}.spf-field-backup small{display:inline-block;margin:5px}.spf-field-backup hr{margin:20px 0;border:none;border-bottom:1px solid #e5e5e5}.spf-field-border .spf--left,.spf-field-column .spf--left,.spf-field-dimensions .spf--left,.spf-field-dimensions_advanced .spf--left,.spf-field-spacing .spf--left{float:left}.spf-field-border .spf--input,.spf-field-column .spf--input,.spf-field-dimensions .spf--input,.spf-field-dimensions_advanced .spf--input,.spf-field-spacing .spf--input{float:left;margin-right:10px;margin-bottom:7px}.spf-field-border .spf--input select,.spf-field-column .spf--input select,.spf-field-dimensions .spf--input select,.spf-field-dimensions_advanced .spf--input select,.spf-field-spacing .spf--input select{margin:0;line-height:26px}.spf-field-border .spf--input input,.spf-field-column .spf--input input,.spf-field-dimensions .spf--input input,.spf-field-dimensions_advanced .spf--input input,.spf-field-spacing .spf--input input{line-height:26px;float:left;margin:0;padding:0;width:65px;max-width:100%;text-align:center}.spf-field-border .spf--label,.spf-field-column .spf--label,.spf-field-dimensions .spf--label,.spf-field-dimensions_advanced .spf--label,.spf-field-spacing .spf--label{float:left;max-width:100%;font-size:12px;line-height:26px;vertical-align:top;text-align:center;color:#555;border:1px solid #ddd;background-color:#eee;padding:0 6px}.spf-field-border .spf--label-icon,.spf-field-column .spf--label-icon,.spf-field-dimensions .spf--label-icon,.spf-field-dimensions_advanced .spf--label-icon,.spf-field-spacing .spf--label-icon{min-width:20px;border-right:0;border-radius:2px 0 0 2px}.spf-field-border .spf--label-unit,.spf-field-column .spf--label-unit,.spf-field-dimensions .spf--label-unit,.spf-field-dimensions_advanced .spf--label-unit,.spf-field-spacing .spf--label-unit{color:#999;border-left:0;border-radius:0 2px 2px 0}.spf-field-button_set .spf--buttons{display:inline-block}.spf-field-button_set .spf--button{position:relative;z-index:1;float:left;cursor:pointer;padding:7px 14px;min-width:40px;text-align:center;color:#555;border:1px solid #ccc;background-color:#f7f7f7;user-select:none;-webkit-user-select:none;box-shadow:0 1px 0 rgba(0,0,0,.1)}.spf-field-button_set .spf--button:first-child{border-radius:4px 0 0 4px}.spf-field-button_set .spf--button:last-child{border-radius:0 4px 4px 0}.spf-field-button_set .spf--button:not(:first-child){margin-left:-1px}.spf-field-button_set .spf--button:hover{background-color:#eee}.spf-field-button_set .spf--active,.spf-field-button_set .spf--active:hover{z-index:2;color:#fff;border-color:#006799;background-color:#0085ba}.spf-field-button_set input{display:none}.spf-field-checkbox ul,.spf-field-radio ul{margin:0;padding:0;list-style-type:none;overflow-y:auto;max-height:305px}.spf-field-checkbox .spf--inline-list li,.spf-field-radio .spf--inline-list li{display:inline-block;margin-right:15px}.spf-field-checkbox input[type=radio]:checked:before,.spf-field-radio input[type=radio]:checked:before{line-height:10px}.spf-field-checkbox .spf-checker,.spf-field-radio .spf-checker{cursor:pointer}.spf-field-code_editor .CodeMirror{width:100%;height:400px;border:1px solid #eee}.spf-field-code_editor textarea{width:100%;height:400px}.spf-field-color>input{opacity:.75;width:115px;max-width:100%}.spf-field-color_group .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-color_group .spf--title{color:#999;margin-bottom:5px}.spf-field-fieldset .spf-fieldset-content{border:1px solid #eee;background-color:#fff}.spf-field-fieldset .spf-field{padding:20px}.spf-field-date .spf--to{margin-left:7px}.spf-datepicker-wrapper{margin-top:5px;width:auto;background-color:#fff;z-index:9999999!important;-moz-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}.spf-datepicker-wrapper *{float:none;margin:0;padding:0;font-family:inherit;font-weight:400;font-style:normal;text-decoration:none;border:none;background:0 0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.spf-datepicker-wrapper .ui-datepicker-header,.spf-datepicker-wrapper .ui-widget-header{color:#fff;background:#00a0d2}.spf-datepicker-wrapper .ui-datepicker-header .ui-state-hover{cursor:pointer}.spf-datepicker-wrapper .ui-datepicker-title{font-size:14px;line-height:40px;text-align:center}.spf-datepicker-wrapper .ui-datepicker-next,.spf-datepicker-wrapper .ui-datepicker-prev{position:static;top:auto;left:auto;right:auto;font-family:FontAwesome;font-size:12px;text-align:center;width:41px;height:40px;line-height:40px;color:#fff;background-color:rgba(255,255,255,.1);text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spf-datepicker-wrapper .ui-datepicker-next span,.spf-datepicker-wrapper .ui-datepicker-prev span{display:none}.spf-datepicker-wrapper .ui-datepicker-prev{float:left}.spf-datepicker-wrapper .ui-datepicker-next{float:right}.spf-datepicker-wrapper .ui-datepicker-prev:before{content:'\f053'}.spf-datepicker-wrapper .ui-datepicker-next:before{content:'\f054'}.spf-datepicker-wrapper .ui-datepicker-next-hover,.spf-datepicker-wrapper .ui-datepicker-prev-hover{opacity:.75}.spf-datepicker-wrapper tbody .ui-datepicker-week-col{background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane{padding:10px;text-align:center;background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane button{cursor:pointer;margin:0 5px;padding:7px 14px;border:1px solid #eee;background-color:#fff}.spf-datepicker-wrapper select{margin:0 4px;color:#fff;border:1px solid rgba(255,255,255,.5)}.spf-datepicker-wrapper select option{color:#555}.spf-datepicker-wrapper table{font-size:13px;border-collapse:collapse;width:100%}.spf-datepicker-wrapper thead{color:#fff;background:#32373c}.spf-datepicker-wrapper th{text-align:center;padding:7px;border:1px solid #444}.spf-datepicker-wrapper td{text-align:center;border:1px solid #f4f4f4}.spf-datepicker-wrapper td.ui-datepicker-other-month{border:transparent}.spf-datepicker-wrapper td .ui-state-default{color:#555;width:auto;display:block;padding:6px 12px}.spf-datepicker-wrapper td .ui-state-active,.spf-datepicker-wrapper td .ui-state-hover{color:#fff;background-color:#0073aa}.spf-datepicker-wrapper td.ui-state-disabled .ui-state-default{opacity:.5}.spf-field-gallery input{display:none}.spf-field-gallery ul{margin:0;padding:0;list-style-type:none}.spf-field-gallery ul.sp-gallery-images li{display:inline-block;position:relative;padding:4px;margin:0 5px 10px 0;border:1px solid #ccc;background-color:#f9f9f9;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-field-gallery ul.sp-gallery-images li img{max-height:100px;display:inline-block;vertical-align:middle}.spf-field-gallery .button,.spf-field-gallery .button:focus,.spf-field-gallery .button:hover{margin-right:5px;margin-bottom:5px;width:110px;height:110px;text-align:center;line-height:15px;color:#fff;border:none;border-radius:2px;display:flex;justify-content:center;flex-direction:column;font-weight:600}.spf-field-gallery .button-primary.spf-button{background:#4eb631;box-shadow:none;text-shadow:none}.spf-field-gallery .button.spf-edit-gallery{background:#6a7885}.spf-field-gallery .button i{font-size:24px;margin-bottom:10px}.spf-field-gallery a,.spf-field-gallery li{float:left}.spf-field-group .spf-field{padding:20px}.spf-field-group .spf-cloneable-hidden{display:none!important}.spf-field-group .spf-cloneable-wrapper{position:relative}.spf-field-group .spf-cloneable-item{display:none;position:relative;margin-bottom:5px}.spf-field-group .spf-cloneable-item h4{font-size:1em}.spf-field-group .ui-accordion .spf-cloneable-item{display:block}.spf-field-group .spf-cloneable-content{border:1px solid #e5e5e5;background:#fff}.spf-field-group .spf-cloneable-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px 65px 15px 10px;min-height:0;font-size:100%;border:1px solid #e5e5e5;background:#fafafa;-webkit-user-select:none;user-select:none;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-group .spf-cloneable-title:active,.spf-field-group .spf-cloneable-title:focus,.spf-field-group .spf-cloneable-title:hover{border:1px solid #bbb;background:#fafafa;outline:0}.spf-field-group .spf-cloneable-helper{position:absolute;top:12px;right:10px;z-index:1;font-size:14px;line-height:1em}.spf-field-group .spf-cloneable-helper i{display:inline-block;cursor:pointer;padding:5px;color:#999}.spf-field-group .spf-cloneable-helper i:hover{color:#555}.spf-field-group .spf-cloneable-content{padding:0;border-top:0}.spf-field-group .spf-cloneable-title-number,.spf-field-group .spf-cloneable-title-prefix{margin-right:5px}.spf-field-group .spf-cloneable-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-group .widget-placeholder{margin-bottom:10px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-group .spf-cloneable-header-icon{display:inline-block;text-align:center;font-size:14px;width:17px;color:#aaa;text-indent:0;vertical-align:text-top}.spf-field-group .spf-cloneable-placeholder{background-color:#ddd;margin-top:4px;width:100px;height:10px;font-size:10px;line-height:10px;display:inline-block;vertical-align:top;border-radius:2px}.spf-field-icon input{display:none}.spf-field-icon .button{margin-right:5px}.spf-field-icon .spf-icon-preview i{display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;margin-right:5px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-field-carousel_type .spf--image,.spf-field-image_select .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 5px 5px 0;vertical-align:bottom;border:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-image_select .spf--image:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-image_select .spf--active{border-color:#1ea4b0;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-image_select img{vertical-align:top}.spf-field-carousel_type input,.spf-field-image_select input{display:none}.spf-field-carousel_type .spf--image{background:#e8ecef;color:#7b8898;margin-right:10px;border:solid 3px #e8ecef;border-radius:2px;cursor:pointer;text-align:center;width:120px;height:80px;box-shadow:inset 0 0 0 3px #fff}.spf-field-carousel_type i{font-size:30px;width:32px;height:30px;margin-top:15px}.spf-field-carousel_type p{margin-top:5px;font-weight:500}.spf-field-carousel_type .spf--image.spf--active{border-color:#1ea4b0}.spf-field-link_color .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-link_color .spf--title{color:#999;margin-bottom:5px}.spf-field-media .spf--placeholder{margin-bottom:10px;display:flex}.spf-field-media .spf--placeholder input{width:100%}.spf-field-media .button{margin-left:7px}.spf-field-media .hidden+.button{margin-left:0}.spf-field-media .spf--preview{position:relative}.spf-field-media .spf--preview .fa-times{position:absolute;z-index:1;right:4px;top:4px;font-size:14px;width:22px;height:22px;line-height:22px;text-align:center;text-decoration:none;color:#fff;background-color:#d33;opacity:.8;transition:all .2s}.spf-field-media .spf--preview .fa-times:hover{opacity:1}.spf-field-media .spf--preview .fa-times:focus{box-shadow:none}.spf-field-palette .spf--palette{position:relative;display:inline-block;cursor:pointer;border:2px solid #ddd;margin-right:10px;margin-bottom:10px;user-select:none;-webkit-user-select:none;transition:all .2s}.spf-field-palette .spf--palette span{vertical-align:middle;display:inline-block;width:22px;height:60px;line-height:60px;overflow:hidden;text-indent:-999px}.spf-field-palette .spf--palette:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-palette .spf--active{border-color:#222;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-palette .spf--active:before{opacity:1}.spf-field-palette input{display:none}.spf-field-repeater .spf-field{padding:10px}.spf-field-repeater .spf-field-text input{width:100%}.spf-field-repeater .spf-repeater-hidden{display:none!important}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item h4{font-size:1em}.spf-field-repeater .spf-repeater-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-repeater .spf-repeater-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-repeater .spf-repeater-helper i{display:inline-block;cursor:pointer;color:#999;padding:5px}.spf-field-repeater .spf-repeater-helper i:hover{color:#555}.spf-field-repeater .spf-repeater-helper-inner{width:75px}.spf-field-repeater .spf-repeater-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-repeater .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-repeater .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-repeater .ui-sortable-helper .spf-repeater-content,.spf-field-repeater .ui-sortable-helper .spf-repeater-helper{display:none}.spf-field-select select{max-width:100%}.spf-field-slider em{padding-left:5px;color:#aaa}.spf-field-slider input[type=text]{width:45px;margin-left:15px;text-align:center}.spf-field-slider .ui-slider{position:relative;width:100%;height:4px;border:none;background:#ddd;border-radius:2px}.spf-field-slider .ui-slider-range{height:4px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle{position:absolute;width:18px;height:18px;top:-7px;margin-left:-8px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle:hover,.spf-field-slider .ui-state-active{cursor:pointer;background:#444}.spf-field-sortable .spf-field{padding:10px}.spf-field-sortable .spf-field-text input{width:100%;max-width:100%}.spf-field-sortable .spf--sortable .spf--sortable-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-sortable .spf--sortable .spf--sortable-item h4{font-size:1em}.spf-field-sortable .spf--sortable-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-sortable .spf--sortable-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-sortable .spf--sortable-helper .fa{display:inline-block;cursor:pointer;width:50px;color:#555}.spf-field-sortable .spf--sortable-helper .fa:hover{opacity:.5}.spf-field-sortable .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sortable .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-sortable .ui-sortable-helper .spf--sortable-content,.spf-field-sortable .ui-sortable-helper .spf--sortable-helper{display:none}.spf-field-sorter .ui-sortable-placeholder{height:20px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sorter .spf-modules{float:left;width:50%;box-sizing:border-box}.spf-field-sorter .spf-modules:first-child{padding-right:15px}.spf-field-sorter .spf-modules:last-child{padding-left:15px}.spf-field-sorter .spf-disabled,.spf-field-sorter .spf-enabled{padding:5px 15px;border:1px dashed #ddd;background-color:#fff}.spf-field-sorter .spf-disabled li{-moz-transition:opacity .15s;-o-transition:opacity .15s;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:.5}.spf-field-sorter .spf-disabled .ui-sortable-helper{opacity:1}.spf-field-sorter .spf-sorter-title{font-size:13px;font-weight:600;padding:10px;text-align:center;border:1px dashed #ddd;border-bottom:none;background-color:#f8f8f8;text-transform:uppercase}.spf-field-sorter ul{list-style-type:none;margin:0;padding:0;min-height:62px}.spf-field-sorter ul li{margin:10px 0;padding:10px 15px;cursor:move;font-weight:700;text-align:center;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-sorter ul li:hover{border-color:#bbb}.spf-field-spinner .spf--spin{float:left}.spf-field-spinner .spf--unit{float:right;height:30px;line-height:26px;text-align:center;border-left:none;color:#999;border:1px solid #ddd;border-left:0;background-color:#eee;padding:0 6px;margin:0;box-sizing:border-box}.spf-field-spinner .ui-spinner-button{cursor:pointer;position:relative;overflow:hidden;margin:0;padding:0;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #ddd;color:#555;background-color:#eee;box-sizing:border-box}.spf-field-spinner .ui-spinner-button:hover{background-color:#e7e7e7}.spf-field-spinner .ui-spinner-button:active{background-color:#ddd}.spf-field-spinner .ui-spinner-button:before{font-family:FontAwesome;font-size:16px;line-height:16px}.spf-field-spinner .ui-spinner-down{float:left;border-right:0;border-radius:2px 0 0 2px}.spf-field-spinner .ui-spinner-down:before{content:"\f0d9"}.spf-field-spinner .ui-spinner-up{float:right;border-left:0;border-radius:0 2px 2px 0}.spf-field-spinner .ui-spinner-up:before{content:"\f0da"}.spf-field-spinner input{width:50px;text-align:center;margin:0;padding:0 8px;height:30px;line-height:30px;border:1px solid #ddd}.spf-field-spinner input:focus{outline:0}.spf-field-spinner .ui-button-text{display:none}.spf-field-switcher .spf--switcher,.spf-field-switcherf .spf--switcher{float:left;cursor:pointer;position:relative;width:60px;height:26px;padding:0;margin:0;overflow:hidden;border-radius:4px;background-color:#ed6f6f;user-select:none;-webkit-user-select:none}.spf-field-switcher .spf--ball,.spf-field-switcherf .spf--ball{position:absolute;top:4px;left:4px;width:24px;height:18px;background-color:#fff;border-radius:4px;transition:all .1s;box-shadow:1px 1px 1px rgba(0,0,0,.15)}.spf-field-switcher .spf--off,.spf-field-switcher .spf--on,.spf-field-switcherf .spf--off,.spf-field-switcherf .spf--on{position:absolute;top:0;left:0;right:0;font-size:11px;line-height:26px;font-weight:500;font-style:normal;text-align:center;text-transform:uppercase;color:#fff;padding-right:28px;opacity:0;transition:all .1s}.spf-field-switcher .spf--off,.spf-field-switcherf .spf--off{padding-right:0;padding-left:28px;opacity:1}.spf-field-switcher .spf--active{background:#4fb845}.spf-field-switcher .spf--active .spf--on,.spf-field-switcherf .spf--active .spf--on{opacity:1}.spf-field-switcher .spf--active .spf--off,.spf-field-switcherf .spf--active .spf--off{opacity:0}.spf-field-switcher .spf--active .spf--ball,.spf-field-switcherf .spf--active .spf--ball{left:100%;margin-left:-28px}.spf-field-switcher .spf--label,.spf-field-switcherf .spf--label{float:left;margin-top:4px;margin-left:8px;font-weight:400;color:#999}.spf-field-switcher input,.spf-field-switcherf input{display:none}.spf-field-tabbed .spf-tabbed-section{border:1px solid #eee;background:#fff}.spf-field-tabbed .spf-tabbed-nav .spf--icon{padding-right:5px}.spf-field-tabbed .spf-tabbed-nav a{display:inline-block;padding:12px 15px;margin-top:1px;margin-right:5px;margin-bottom:-1px;position:relative;text-decoration:none;color:#444;font-weight:600;background-color:#f3f3f3;border:1px solid #eee;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-tabbed .spf-tabbed-nav a:hover{background-color:#f9f9f9}.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active{background-color:#fff;border-bottom-color:#fff}.spf-field-tabbed .spf-tabbed-nav a:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-field-text input{width:340px;max-width:100%}.spf-field-textarea textarea{width:100%;max-width:100%;min-height:125px}.spf-field-textarea .spf-shortcode-button{margin-bottom:10px;margin-right:5px}.spf-field-typography select,.spf-field-typography textarea{margin:0;width:100%}.spf-field-typography .spf--title{color:#999;margin:0 0 2px 0}.spf-field-typography .spf--title small{vertical-align:top}.spf-field-typography .spf--blocks{display:flex;flex-wrap:wrap}.spf-field-typography .spf--block{padding-right:5px;padding-bottom:10px;box-sizing:border-box}.spf-field-typography .spf--block .spf--block{padding-right:0;padding-bottom:0}.spf-field-typography .spf--blocks-selects .spf--block{flex:1 33.3%}.spf-field-typography .spf--blocks-inputs .spf--block{flex:1 25%}.spf-field-typography .spf--blocks-inputs .spf--block .spf--block{flex:1}.spf-field-typography .spf--input{margin:0;width:100%;padding:5px 5px}.spf-field-typography .spf--unit{min-width:40px;max-width:40px;padding:4px 0;font-size:12px;font-weight:400;text-align:center;color:#777;border:1px solid #ddd;background-color:#eee;border-radius:0 2px 2px 0;border-left:0}.spf-field-typography .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field-typography .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;max-width:100%}.spf-field-typography .spf--black-background{border-color:#000;background-color:#000}.spf-field-typography .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-typography .spf--block-extra-styles{margin-top:5px}.spf-field-upload input{width:100%}.spf-field-upload .spf--wrap{display:flex}.spf-field-upload .spf--buttons{display:flex;margin-left:5px}.spf-field-upload .spf--remove{margin-left:5px}.spf-field-wp_editor .spf-wp-editor{float:left;width:100%}.spf-field-wp_editor .mce-toolbar-grp{border:none}.spf-field-wp_editor .mce-btn.mce-active button,.spf-field-wp_editor .mce-btn.mce-active i,.spf-field-wp_editor .mce-btn.mce-active:hover button,.spf-field-wp_editor .mce-btn.mce-active:hover i{color:#23282d}.spf-field-wp_editor .wp-media-buttons{position:relative;z-index:2}.spf-field-wp_editor .wp-editor-tabs{position:relative;z-index:1}.spf-field-wp_editor .spf-no-tinymce{border:1px solid #e5e5e5}.spf-field-wp_editor .spf-no-quicktags .wp-media-buttons{float:none;display:block}.spf-field-wp_editor .spf-no-quicktags .mce-tinymce{box-shadow:none;border:1px solid #e5e5e5}.spf-field-wp_editor textarea{width:100%;max-width:100%;margin:0;box-shadow:none}.spf-field-heading{font-size:1.5em;font-weight:700;color:#23282d;background-color:#f5f5f5}.spf-field-subheading{font-size:14px;font-weight:700;padding-top:17px;padding-bottom:17px;color:#23282d;background-color:#f7f7f7}.spf-field-submessage{padding:0!important;border:0!important}.spf-field-submessage+.spf-field{border-top:0!important}.spf-submessage{font-size:12px;padding:17px 30px;border-top:1px solid transparent;border-bottom:1px solid transparent}.spf-submessage-success{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.spf-submessage-info{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.spf-submessage-warning{color:#8a6d3b;border-color:#faebcc;background-color:#fcf8e3}.spf-submessage-danger{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.spf-submessage-normal{color:#23282d;border-color:#eee;background-color:#f7f7f7}.spf-field-notice{background-color:#f7f7f7}.spf-notice{padding:12px;background-color:#fff;border-left-style:solid;border-left-width:4px;box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-notice-success{border-color:#46b450}.spf-notice-info{border-color:#339fd4}.spf-notice-warning{border-color:#ffbc00}.spf-notice-danger{border-color:#dc3232}.spf-notice-normal{border-color:#222}.spf-help{cursor:help;position:absolute;top:0;right:0;padding:5px;font-size:14px;color:#aaa}.spf-help .spf-help-text{display:none}.spf-image-preview{display:inline-block;position:relative;padding:4px;min-width:44px;min-height:22px;margin-bottom:10px;border:1px solid #ccc;background-color:#f9f9f9;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-image-preview img{max-height:90px;display:inline-block;vertical-align:middle}.spf-field-custom .spf-field{padding:0}.spf-field .chosen-container-single .chosen-single{height:28px;line-height:26px}.spf-field .chosen-container-single .chosen-single abbr{top:0;right:20px;font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-single .chosen-single abbr:before{content:"\f00d"}.spf-field .chosen-container-single .chosen-single abbr:hover{color:#555}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\f00d"}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{color:#555}.spf-field .chosen-container-single .chosen-single div b{font-family:FontAwesome;font-size:14px;color:#aaa;background:0 0}.spf-field .chosen-container-single .chosen-single div b:before{content:"\f107"}.spf-field .chosen-container-single .chosen-single div b:hover{color:#555}.spf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before{content:"\f106"}.spf-field .chosen-container-single .chosen-single-with-deselect span{margin-right:40px}.spf-field .chosen-container-single .chosen-search input[type=text]{background:0 0}.spf-field .chosen-container-single .chosen-search:before{font-family:FontAwesome;position:absolute;content:"\f002";font-size:11px;right:10px;top:7px;color:#aaa}.spf-field .wp-picker-container{display:inline-block}.spf-field .spf--transparent-wrap{display:none;position:relative;top:-1px;width:235px;padding:9px 10px;border:1px solid #dfdfdf;border-top:none;background-color:#fff}.spf-field .spf--transparent-slider{position:absolute;width:190px;margin-left:2px;height:18px}.spf-field .spf--transparent-slider .ui-slider-handle{position:absolute;top:-3px;bottom:-3px;z-index:5;border-color:#aaa;border-style:solid;border-width:4px 3px;width:10px;height:16px;margin:0 -5px;background:0 0;cursor:ew-resize;opacity:.9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.spf-field .spf--transparent-slider .ui-slider-handle:before{content:" ";position:absolute;left:-2px;right:-2px;top:-3px;bottom:-3px;border:2px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.spf-field .spf--transparent-offset{height:18px;width:200px;background:url(../images/checkerboard.png) repeat-y center left scroll #fff;-moz-box-shadow:0 0 5px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4) inset;box-shadow:0 0 5px rgba(0,0,0,.4) inset;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-field .spf--transparent-text{position:absolute;top:12px;right:10px;width:30px;font-size:12px;line-height:12px;text-align:center;color:#999}.spf-field .spf--transparent-button{display:inline-block;text-align:center;cursor:pointer;margin-top:10px;user-select:none;-webkit-user-select:none;color:#999;transition:background-color .2s,border-color .2s,color .2s}.spf-field .spf--transparent-active .wp-color-result{background-image:url(../images/checkerboard.png);background-size:130%;background-position:center left;background-color:transparent!important}.spf-field .spf--transparent-active .spf--transparent-button{color:#fff;border-color:#4fb845;background-color:#4fb845}.spf-widgets>.spf-field{position:relative;top:-1px;margin-right:-15px;margin-left:-15px;padding:12px 15px}.spf-widgets>.spf-field .spf-field{margin-left:0;margin-right:0}.spf-widgets>.spf-field .spf-title{float:none;width:100%;margin-bottom:5px}.spf-widgets>.spf-field .spf-fieldset{margin-left:0}.spf-widgets .spf-field-text input{width:100%}.spf-widgets .spf-field-notice .spf-notice{padding:15px}.control-section .spf-widgets>.spf-field{margin-right:-10px;margin-left:-10px;padding:10px 12px}.control-section .spf-field{padding:0}.control-section .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.control-section .spf-field .spf-title h4{font-size:14px;font-weight:600;color:inherit}.control-section .spf-field .spf-fieldset{margin-left:0}.control-section .spf-field-select select{width:100%}.control-section .spf-field-heading{color:inherit;font-size:14px;line-height:1em;margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-field-subheading{color:inherit;font-size:11px;margin-right:-15px;margin-left:-15px;padding:10px 15px}.control-section .spf-text-subtitle{margin-top:4px;font-size:12px}.control-section .spf-field-content,.control-section .spf-field-submessage .spf-submessage{margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-fieldset .spf-field-heading,.control-section .spf-fieldset .spf-field-subheading,.control-section .spf-fieldset .spf-field-submessage .spf-submessage{margin-left:0;margin-right:0}.control-section .spf-field-date .spf--to{margin-left:0}.control-section .spf-field-sorter ul li{padding:5px}.control-section .spf-field-sorter .spf-modules{float:none;width:100%}.control-section .spf-field-sorter .spf-modules:first-child{padding-right:0;padding-bottom:15px}.control-section .spf-field-background .spf--select,.control-section .spf-field-background_adv .spf--select{width:100%}.control-section .spf-field-border select,.control-section .spf-field-column select,.control-section .spf-field-dimensions select,.control-section .spf-field-dimensions_advanced select,.control-section .spf-field-spacing select{width:auto}.control-section .spf-field-spinner input{width:50px}.control-section .spf-field-backup .spf-export-data{display:none}.control-section .spf-field-fieldset .spf-fieldset-content{border-color:#e5e5e5}.control-section .spf-field-fieldset .spf-field{padding:10px}.control-section .spf-field-fieldset .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-fieldset .spf-field h4{font-size:12px}.control-section .spf-field-accordion .spf-field,.control-section .spf-field-group .spf-field,.control-section .spf-field-repeater .spf-field,.control-section .spf-field-sortable .spf-field,.control-section .spf-field-tabbed .spf-field{padding:10px}.control-section .spf-field-accordion .spf-field .spf-title,.control-section .spf-field-group .spf-field .spf-title,.control-section .spf-field-repeater .spf-field .spf-title,.control-section .spf-field-sortable .spf-field .spf-title,.control-section .spf-field-tabbed .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-accordion .spf-field h4,.control-section .spf-field-group .spf-field h4,.control-section .spf-field-repeater .spf-field h4,.control-section .spf-field-sortable .spf-field h4,.control-section .spf-field-tabbed .spf-field h4{font-size:12px}.control-section .spf-dependency-control.hidden{display:none!important}.spf-taxonomy>.spf-field{border-top:none!important}.spf-taxonomy>.spf-field-heading{font-size:1.1em;padding:20px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-subheading{font-size:12px;padding:15px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-submessage .spf-submessage{padding:15px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-taxonomy>.spf-field-notice{background-color:transparent}.spf-taxonomy .spf-section-title{display:block;padding:15px;background-color:#f9f9f9;border:1px solid #e5e5e5;-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.spf-taxonomy-add-fields>.spf-field{padding:8px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title{float:none;width:100%;padding:2px 2px 4px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title h4{font-size:12px;font-weight:400}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset{margin-left:0}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset>.spf-help{right:-5px}.spf-taxonomy-add-fields+p.submit{margin-top:0}.spf-taxonomy-edit-fields>.spf-field{padding:20px 0}.spf-taxonomy-edit-fields>.spf-field>.spf-title{width:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset{margin-left:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset>.spf-help{top:-5px;right:-5px}.spf-taxonomy-edit-fields>.spf-field-submessage{margin:20px 0}.spf-taxonomy-edit-fields>.spf-field-heading,.spf-taxonomy-edit-fields>.spf-field-subheading{margin:20px 0;border:1px solid #ddd}.spf-profile>h2>.fa{padding-right:7px}.spf-profile>.spf-field{padding:15px 0;border-top:none!important}.spf-profile>.spf-field>.spf-title{width:220px}.spf-profile>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-profile>.spf-field>.spf-fieldset{margin-left:220px}.spf-profile>.spf-field>.spf-fieldset>.spf-help{top:-15px;right:-5px}.spf-profile>.spf-field-heading{font-size:1.1em}.spf-profile>.spf-field-subheading{font-size:12px}.spf-profile>.spf-field-heading,.spf-profile>.spf-field-subheading{margin:10px 0;padding:15px!important;border:1px solid #ddd}.spf-profile>.spf-field-submessage{margin:20px 0}.spf-profile>.spf-field-submessage .spf-submessage{padding:10px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-profile>.spf-field-notice{background-color:transparent}.spf-modal{display:none;position:fixed;z-index:100101;top:0;left:0;width:100%;height:100%}.spf-modal-icon{z-index:100102}.spf-modal-table{display:table;width:100%;height:100%}.spf-modal-table-cell{display:table-cell;vertical-align:middle;margin:100px 0}.spf-modal-inner{position:relative;z-index:10;width:760px;height:750px;margin:0 auto;background-color:#fff}.spf-modal-content{position:relative;overflow:hidden;overflow-y:auto;height:592px}.spf-modal-content .spf-shortcode-button{display:none}.spf-modal-content .spf-fieldset{margin-left:25%}.spf-modal-content .spf-title{width:20%}.spf-modal-content .spf-field{padding:15px 30px 15px 15px}.spf-modal-content a:active,.spf-modal-content a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-modal-content h4{font-size:13px}.spf-modal-content h4 small{font-style:italic;font-weight:400;color:#aaa}.spf-modal-title{position:relative;background-color:#fcfcfc;border-bottom:1px solid #ddd;height:36px;font-size:16px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.spf-modal-header{width:100%;padding:16px 0;background-color:#f5f5f5;border-bottom:1px solid #eee}.spf-modal-header select{display:block;width:250px;margin:0 auto;background-color:#fff}.spf-modal-close{color:#666;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}.spf-modal-close:before{font:normal 20px/36px dashicons;content:"\f158";vertical-align:top;width:36px;height:36px}.spf-modal-close:hover{opacity:.5}.spf-modal-insert-wrapper{text-align:center;width:100%;padding:16px 0;background-color:#f5f5f5;border-top:1px solid #eee}.spf-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.spf--repeatable{padding:15px 15px 0 15px}.spf--repeat-button-block{text-align:center;padding-bottom:15px}.spf--repeat-shortcode{position:relative;margin-bottom:15px;border:1px dashed #ddd}.spf--repeat-shortcode:first-child .spf-repeat-remove{display:none}.spf--repeat-shortcode .spf-repeat-remove{position:absolute;right:10px;top:10px;z-index:10;cursor:pointer;display:inline-block;font-size:11px;width:18px;height:18px;line-height:18px;text-align:center;border-radius:2px;color:#fff;background-color:#e14d43;opacity:.5}.spf--repeat-shortcode .spf-repeat-remove:hover{opacity:1}.spf-shortcode-single .spf-modal-inner{height:750px}.spf-shortcode-single .spf-modal-content{height:652px}.elementor-editor-active .spf-shortcode-button{margin-left:5px}.elementor-editor-active .spf-modal .hidden{display:none!important}.spf-shortcode-block{text-align:center;padding:14px;font-size:13px;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.spf-shortcode-block .button{margin:10px 0}.spf-modal-icon .spf-icon-title{padding:15px 0;margin:4px;font-size:14px;font-weight:700;text-align:center;border:1px solid #eee;background-color:#f7f7f7}.spf-modal-icon .spf-icon-search{width:250px;height:40px;line-height:40px}.spf-modal-icon a{display:inline-block;padding:4px;cursor:pointer}.spf-modal-icon a .spf-icon{position:relative;padding:4px;display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-modal-icon a:hover .spf-icon{color:#fff;border-color:#222;background-color:#222}.spf-modal-icon .spf-modal-content{padding:10px;height:618px}.spf-modal-icon .spf-text-error{padding:10px}.spf-modal-loading{display:none;position:absolute;left:15px;top:15px}.spf-loading{position:relative;width:20px;height:20px;background:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-box-shadow:0 2px 5px rgba(0,0,0,.07);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.07);box-shadow:0 2px 5px rgba(0,0,0,.07)}.spf-loading:after{position:absolute;top:50%;left:50%;width:4px;height:4px;content:"";margin-top:-2px;margin-left:-2px;background-color:#fff;-moz-animation-duration:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-timing-function:linear;-moz-animation-name:csfLoader;-webkit-animation-name:csfLoader;animation-name:csfLoader;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@-moz-keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@-webkit-keyframes csfLoader{0%{-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);-ms-transform:rotate(0) translateX(-6px) rotate(0);-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-ms-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}.spf-text-desc,.spf-text-subtitle{font-weight:400;font-style:italic;margin-top:4px;color:#999}.spf-text-success{color:#2b542c}.spf-text-error{color:#d02c21}.spf-text-info{color:#31708f}.spf-text-warning{color:#ffb900}.spf-text-muted{color:#aaa}.spf-text-left{text-align:left}.spf-text-center{text-align:center}.spf-text-right{text-align:right}.spf-block-left{float:left}.spf-block-right{float:right}.spf-full-width{width:100%}.spf-full-half{width:50%}.spf-table{width:100%;display:table}.spf-table-cell{display:table-cell;vertical-align:middle}.spf-table-expanded{width:100%}.spf-nowrap{white-space:nowrap}.spf-text-highlight{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-text-highlight-gray{padding:2px 4px;font-size:90%;background-color:#f0f0f0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-hidden{display:none}.spf-hide{display:none!important}.spf-show{display:block!important}.spf-opacity{opacity:.5}.spf-warning-primary{color:#fff!important;border-color:#d02c21 #ba281e #ba281e!important;background:#e14d43!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px #ba281e!important}.spf-warning-primary:focus,.spf-warning-primary:hover{border-color:#ba281e!important;background:#e35950!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important}.spf-warning-primary:active{border-color:#ba281e!important;background:#d02c21!important;-moz-box-shadow:inset 0 2px 0 #ba281e!important;-webkit-box-shadow:inset 0 2px 0 #ba281e!important;box-shadow:inset 0 2px 0 #ba281e!important}.spf-form-result{display:none;padding:12px;margin:0 0 15px 0;background-color:#fff;border-left:4px solid #555;-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-form-show{display:block}.spf-form-error{border-left-color:#dc3232}.spf-form-success{border-left-color:#46b450}.spf-form-warning{border-left-color:#ffb900}.spf-form-info{border-left-color:#00a0d2}.spf-label-error{position:relative;top:-2px;display:inline-block;font-size:10px;line-height:10px;height:10px;width:10px;padding:1px;font-style:normal;text-align:center;color:#fff;vertical-align:middle;background-color:#e10000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-no-option{padding:30px}.spf-welcome-wrap{position:relative;margin:25px 40px 0 20px;font-size:15px;max-width:1200px}.spf-welcome-wrap p{font-size:14px;line-height:1.5}.spf-welcome-wrap h1{margin:.2em 200px 0 0;padding:0;color:#32373c;line-height:1.2em;font-size:2.8em;font-weight:400}.spf-welcome-wrap .spf-logo{position:absolute;overflow:hidden;top:0;right:0;height:160px;width:140px;background-image:linear-gradient(45deg,#2d67cb,#ad19f3);box-shadow:0 1px 4px rgba(0,0,0,.25),inset 0 0 0 4px rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--effects i{position:absolute;width:200px;height:100px;background-color:rgba(0,0,0,.15);transform:rotate(-45deg)}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1){bottom:-20px;right:-70px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2){bottom:-35px;right:-80px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3){bottom:-50px;right:-90px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4){bottom:-65px;right:-100px}.spf-welcome-wrap .spf-logo .spf--wp-logos{position:relative;padding-top:25px;text-align:center}.spf-welcome-wrap .spf-logo .spf--wp-logo{position:absolute;left:20px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-logo.svg)}.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo{display:inline-block;width:50px;height:50px;border:3px solid #fff;background-size:40px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-plugin-logo.svg);border-radius:100%;vertical-align:middle}.spf-welcome-wrap .spf-logo .spf--text{position:absolute;left:0;right:0;top:90px;color:#fff;font-size:13px;line-height:1.2em;font-weight:600;text-align:center;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--version{top:auto;left:auto;right:8px;bottom:4px;font-size:11px;text-transform:lowercase}.spf-welcome-wrap .spf-about-text{font-weight:400;line-height:1.6em;font-size:19px;margin:1em 200px 1em 0;color:#555d66}.spf-welcome-wrap .spf-demo-button{margin:1em 200px 2em 0}.spf-welcome-wrap .nav-tab-wrapper{margin-bottom:20px}.spf-welcome-wrap ul{list-style-type:disc;padding-left:15px}.spf-welcome-wrap .spf--col{float:left;padding-right:20px;box-sizing:border-box}.spf-welcome-wrap .spf--col-2{width:50%}.spf-welcome-wrap .spf--col-3{width:33.333%}.spf-welcome-wrap .spf--col-4{width:25%}.spf-welcome-wrap .spf--col-5{width:20%}.spf-welcome-wrap .spf--col-last{padding-right:0}.spf-welcome-wrap .spf--col-upgrade{padding-top:30px;text-align:center}.spf--table-compare tfoot td,.spf--table-compare thead td{text-align:center}.spf--table-compare td{font-size:14px;text-align:center;vertical-align:middle;padding:10px}.spf--table-compare td:first-child{text-align:left}.spf--table-compare tfoot td{padding:15px 0}.spf--table-compare .fa{font-size:12px;width:18px;height:18px;line-height:18px;padding:2px;text-align:center;color:#fff;background-color:#46b450;border-radius:100%}.spf--table-compare .fa-check{background-color:#46b450}.spf--table-compare .fa-times{background-color:#dc3232}.spf-welcome-cols{clear:both;margin:20px 0;background-color:#fff;padding:30px 0;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-welcome-cols .spf--col{width:20%;float:left;padding:0 30px;box-sizing:border-box;text-align:center;border-right:1px solid #e5e5e5}.spf-welcome-cols .spf--block,.spf-welcome-cols .spf--left{float:left;width:20%;padding:0 30px;text-align:center;box-sizing:border-box}.spf-welcome-cols .spf--block{width:80%}.spf-welcome-cols .spf--last{border-right:none}.spf-welcome-cols .spf--space{height:20px}.spf-welcome-cols .spf--icon{display:inline-block;font-size:25px;width:50px;height:50px;line-height:50px;text-align:center;margin-bottom:10px;color:#fff;background-color:#555;border-radius:50px}.spf-welcome-cols .spf--active{background-color:#5cb85c}.spf-welcome-cols .spf--deactive{background-color:#e14d43}.spf-welcome-cols .spf--title{font-weight:700;display:block}.spf-welcome-cols p:last-child{margin-bottom:0}.spf-code-block{margin:20px 0;padding:5px 20px;background-color:#fff;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-code-block pre{font-size:13px;color:#0073aa}.spf-code-block pre span{color:#999}.spf--table-fields td{font-size:14px}.spf--upgrade a{color:#5cb85c;font-weight:700}.spf--upgrade a:focus,.spf--upgrade a:hover{color:#4aa14a;outline:0;box-shadow:none}@media only screen and (max-width:1200px){.spf-metabox .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-metabox .spf-field .spf-fieldset{margin-left:0}}@media only screen and (max-width:782px){.spf-header-inner{text-align:center}.spf-header-inner h1{width:100%;margin-bottom:10px}.spf-header-left,.spf-header-right,.spf-search{width:100%}.spf-search{text-align:center;margin-bottom:15px}.spf-footer{text-align:center}.spf-buttons{float:none}.spf-copyright{float:none;margin-top:10px}.sp-wpcp-options .spf-nav,.spf-expand-all,.spf-nav,.spf-nav-background,.spf-reset-section{display:none!important}.sp-wpcp-options .spf-content,.spf-content{margin-left:0}.sp-wpcp-options .spf-section,.spf-section,.spf-section-title{display:block!important}.spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-field .spf-fieldset{margin-left:0}.spf-field-radio ul li{margin-top:4px}.spf-modal-inner{width:350px;height:380px}.spf-modal-content{height:282px}.spf-icon-dialog .spf-modal-inner{width:305px;height:380px}.spf-icon-dialog .spf-modal-content{height:267px}.spf-modal-icon .spf-modal-inner{width:330px;height:385px}.spf-modal-icon .spf-modal-content{height:252px}.spf-profile>.spf-field>.spf-title{float:none;width:100%;margin-bottom:10px}.spf-profile>.spf-field>.spf-fieldset{margin-left:0}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;max-width:390px;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;max-width:390px}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;max-width:390px;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:none;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}#sp_wpcp_shortcode_options{border-top-color:#f1f1f1}#sp_wpcp_shortcode_options .spf-nav ul li{margin-bottom:-1px}#sp_wpcp_shortcode_options .spf-nav.spf-nav-metabox{border-right-color:#f1f1f1;border-right-color:#f1f1f1;background:#f1f1f1;margin-right:-2px}#sp_wpcp_shortcode_options .spf-content{border-top:1px solid #e5e5e5;box-shadow:0 -1px 1px rgba(0,0,0,.04)}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-title,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-title,.wpcp-video-description .spf-title,.wpcp-video-field-wrapper>.spf-title,.wpcp_carousel_content_wrapper .spf-title{width:100%}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-fieldset,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-fieldset,.wpcp-video-description .spf-fieldset,.wpcp-video-field-wrapper>.spf-fieldset,.wpcp_carousel_content_wrapper .spf-fieldset{margin-top:30px;margin-left:0}#sp_wpcp_display_shortcode .handlediv,#sp_wpcp_display_shortcode .hndle,#sp_wpcp_shortcode_options .handlediv,#sp_wpcp_shortcode_options .hndle,#sp_wpcp_upload_options .handlediv,#sp_wpcp_upload_options .hndle{display:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header{background-color:#157592;background:linear-gradient(-45deg,#22afba,#157592);padding:22px 26px;overflow:hidden}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support{margin-left:16px;float:right}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a{color:#fff;text-decoration:none;line-height:35px;font-size:15px;font-weight:500}.spf-field-carousel_type .spf--image:nth-child(4),.spf-field-carousel_type .spf--image:nth-child(5){pointer-events:none}.spf-field-carousel_type .spf--image{position:relative}.spf-field-carousel_type .spf--image label strong{position:absolute;top:3px;right:3px;background:#cbd6df;padding:0 5px;font-size:10px}.spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable{background-color:rgba(82,179,217,.11);padding:10px 15px;display:inline-block;-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}#spf-section-sp_wpcp_display_shortcode_1 .spf-field{display:flex;padding:0;flex-wrap:wrap}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{padding-top:22px;padding-bottom:22px;text-align:center;width:49%}.spf-field-shortcode.wpcp-admin-footer .wpcp-sc-title{font-weight:500;font-size:14px!important;padding-top:0!important;color:#4c5158;margin-right:5px}@media only screen and (max-width:990px){.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:none;border-bottom:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{width:100%}}
1
+ .spf{position:relative}.spf label{padding:0;margin:0;display:inline-block}.spf-ab-icon{top:2px}#screen-meta-links+.spf-options{margin-top:40px}.spf-options{margin-top:20px;margin-right:20px}.spf-header{position:relative}.spf-header-inner{padding:25px}.spf-header-inner h1{float:left;font-size:1.5em;line-height:26px;font-weight:400;margin:0}.spf-header-inner h1 small{font-size:11px;font-weight:500}.spf-sticky .spf-header-inner{position:fixed;z-index:20;top:32px;-moz-box-shadow:0 5px 25px rgba(0,0,0,.125);-webkit-box-shadow:0 5px 25px rgba(0,0,0,.125);box-shadow:0 5px 25px rgba(0,0,0,.125)}.spf-buttons{float:right;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-buttons .button{margin:0 2px;line-height:26px}.spf-buttons .button.spf-reset-all,.spf-buttons .button.spf-reset-section,.spf-buttons .button.spf-save{text-shadow:none;border:0;border-radius:0;padding:3px 15px;height:auto;color:#fff}.spf-buttons .button.spf-save{box-shadow:0 3px 0 #169ca5;background-color:#18afb9}.spf-buttons .button.spf-save:hover{box-shadow: 0 3px 0 #08696f;background-color: #108e96;}.spf-buttons .button.spf-reset-section{color: #fff;-webkit-box-shadow: 0 3px 0 #666;box-shadow: 0 3px 0 #666;background-color: #888;}.spf-buttons .button.spf-reset-section:hover{-webkit-box-shadow: 0 3px 0 #383737;box-shadow: 0 3px 0 #383737;background-color: #6b6969;}.spf-buttons .button.spf-reset-all{color: #fff;-webkit-box-shadow: 0 3px 0 #c61004;box-shadow: 0 3px 0 #c61004;background-color: #e14d43;}.spf-buttons .button.spf-reset-all:hover{-webkit-box-shadow: 0 3px 0 #a0150c;box-shadow: 0 3px 0 #a0150c;background-color: #d43328;}.spf-header-left{float:left}.spf-header-right{float:right}.spf-nav{display:block;width:auto}.spf-nav ul{clear:left;margin:0;list-style-type:none}.spf-nav ul li{margin-bottom:0}.spf-nav ul li a{font-size:13px;position:relative;display:block;padding:14px 12px;text-decoration:none;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a,.spf-nav ul li a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-nav ul li .spf-section-active:after{content:" ";position:absolute;right:0;top:50%;height:0;width:0;pointer-events:none;border:solid transparent;border-right-color:#fff;border-width:4px;margin-top:-4px}.spf-nav ul li .spf-arrow:after{content:"\f054";display:inline-block;font-family:FontAwesome;font-size:9px;line-height:1;position:absolute;right:10px;top:50%;margin-top:-4px;-moz-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}.spf-nav ul li.spf-tab-active .spf-arrow:after{-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spf-nav ul li.spf-tab-active ul{display:block}.spf-nav ul ul{display:none;position:relative}.spf-nav ul ul li a{font-size:12px;padding:12px 14px 12px 24px}.spf-nav .fa{width:20px;margin-right:5px;font-size:14px;text-align:center}.spf-nav .spf-label-error{margin-left:4px;vertical-align:top}.spf-wrapper{position:relative}.spf-content{background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-sections{float:left;width:100%}.spf-section{display:none}.spf-section-title{display:none;padding:20px 30px;background-color:#18afb9;border-top:1px solid #eee;border-bottom:1px solid #eee}.spf-section-title h3{margin:0;padding:0;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff}.spf-section-title .fa{margin-right:5px}.sp-wpcp-options .spf-nav{width:225px}.sp-wpcp-options .spf-nav{display:block;position:relative;z-index:10;float:left;width:225px}#sp_wpcp_shortcode_options .spf-nav ul li{display:inline-block}.sp-wpcp-options .spf-nav-background{position:absolute;top:0;left:0;bottom:0;z-index:9;width:225px}.sp-wpcp-options .spf-content{position:relative;margin-left:225px;background-color:#fff;-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.spf-footer{padding:20px;font-size:11px}.spf-copyright{float:left;margin-top:5px}.spf-search-all .spf-nav,.spf-search-all .spf-nav-background,.spf-show-all .spf-nav,.spf-show-all .spf-nav-background{display:none}.spf-search-all .spf-content,.spf-show-all .spf-content{margin-left:0}.spf-search-all .spf-section,.spf-search-all .spf-section-title,.spf-show-all .spf-section,.spf-show-all .spf-section-title{display:block!important}.spf-search-all .spf-section-title{display:none!important}.spf-expand-all{float:left;padding:0 8px;margin-right:4px;z-index:1;font-size:14px;line-height:29px;cursor:pointer;-webkit-user-select:none;user-select:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-expand-all span{font-size:11px;vertical-align:middle}.spf-search{float:left}.spf-search input{margin:0 2px 0 0;border:none;font-size:12px;line-height:29px;text-align:inherit;padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-search input:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-saving .spf-buttons,.spf-saving .spf-content{cursor:default;pointer-events:none;opacity:.75}.spf-metabox{margin:-6px -12px -12px -12px}.spf-metabox .spf-section-title{padding:20px}.block-editor-page .spf-metabox{margin:-6px -14px -12px -14px}.spf-metabox-restore{text-align:right;padding:10px;border-top:1px solid #eee}.spf-metabox-restore .spf-button-cancel,.spf-metabox-restore input{display:none}.spf-metabox-restore span{-webkit-user-select:none;user-select:none}.spf-metabox-restore input:checked~.spf-button-restore{display:none}.spf-metabox-restore input:checked~.spf-button-cancel{display:inline-block}#side-sortables .spf-section-title{padding:12px}#side-sortables .spf-field{padding:12px}#side-sortables .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}#side-sortables .spf-field .spf-fieldset{margin-left:0}#side-sortables .spf-notice{padding:12px}.spf-tooltip{position:absolute;z-index:5000001;font-size:12px;line-height:1.4;text-align:center;text-decoration:none;padding:6px 12px;max-width:200px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.85);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.spf-theme-dark .spf-header-inner{background-color:#050505}.spf-theme-dark .spf-header-inner h1{color:#fff}.spf-theme-dark .spf-header-inner h1 small{color:#555}.spf-theme-dark .spf-expand-all{color:#999;background-color:#222}.spf-theme-dark .spf-expand-all:hover{color:#fff;background-color:#333}.spf-theme-dark .spf-search input{color:#fff;background-color:#222}.spf-theme-dark .spf-search:focus{background-color:#444}.spf-theme-dark .spf-search::-webkit-input-placeholder{color:#666}.spf-theme-dark .spf-nav ul li a{color:#999;background-color:#222;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul li a:hover{color:#fff}.spf-theme-dark .spf-nav ul li .spf-section-active{color:#fff;background-color:#111}.spf-theme-dark .spf-nav ul ul li a{background-color:#191919;border-bottom:1px solid #2f2f2f}.spf-theme-dark .spf-nav ul ul li .spf-section-active{background-color:#101010}.spf-theme-dark .spf-nav ul ul:before{background-color:rgba(34,34,34,.75)}.spf-theme-dark .spf-nav>ul>li:last-child>a{border-bottom:none}.spf-theme-dark .spf-nav-background{background-color:#222}.spf-theme-dark .spf-footer{color:#555;background-color:#050505}.spf-theme-light .spf-container{border:1px solid #e5e5e5;-moz-box-shadow:0 0 15px rgba(0,0,0,.04);-webkit-box-shadow:0 0 15px rgba(0,0,0,.04);box-shadow:0 0 15px rgba(0,0,0,.04)}.spf-theme-light .spf-header-inner{border-bottom:1px solid #cecece;background-color:#f5f5f5;background:linear-gradient(#fefefe,#f5f5f5)}.spf-theme-light .spf-header-inner h1 small{color:#999}.spf-theme-light .spf-expand-all{color:#999;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-expand-all:hover{color:#555}.spf-theme-light .spf-search input{color:#555;background-color:#fff;-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.spf-theme-light .spf-search input::-webkit-input-placeholder{color:#bbb}.spf-theme-light .spf-nav{background:#f1f1f1}.spf-theme-light .spf-nav ul li a{background-color:#18afb9;border-top:1px solid #18afb9;border-right:0px solid #e2e2e1;border-bottom:1px solid #ddd;color:#fff;font-size:12px;font-weight:600;line-height:1.4;padding:14px 15px;text-transform:uppercase}.sp_wpcp_shortcode_generator .spf-nav ul li a {border-right: 1px solid #E2E2E1;}.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;color:#000}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active{border-bottom:1px solid #fff;border-top:1px solid #18afb9;box-shadow:0 3px 0 0 #18afb9 inset}.sp-wpcp-options.spf-theme-light .spf-nav ul li a{background:#efefef;color:#000;border-bottom:1px solid #cecece;border-top:1px solid #cecece}.sp-wpcp-options.spf-theme-light .spf-nav ul li a:first-child{border-top:0px solid transparent}#sp_wpcp_shortcode_options .spf-theme-light .spf-nav ul li .spf-section-active i,.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active i{color:#18afb9}.sp-wpcp-options.spf-theme-light .spf-nav ul li .spf-section-active{background-color:#fff;border-right:0px solid #fff;border-bottom:1px solid #cecece;border-top:1px solid #fff;box-shadow:4px 0 0 0 #18afb9 inset}.spf-theme-light .spf-nav ul li .spf-section-active:after{display:none}.spf-theme-light .spf-nav ul ul li a{background-color:#eee;border-bottom:1px solid #e5e5e5}.spf-theme-light .spf-nav-background{background-color:#ddd;border-right: 1px solid #cecece;}.spf-theme-light .spf-footer{color:#555;border-top:1px solid #e5e5e5;background-color:#f5f5f5;background:linear-gradient(#fafafa,#f5f5f5)}.spf-field{position:relative;padding:22px 30px}.spf-field.spf-field-carousel_type{padding-bottom:0}.spf-field p:first-child{margin-top:0}.spf-field p:last-child{margin-bottom:0}.spf-field:after,.spf-field:before{content:" ";display:table}.spf-field:after{clear:both}.spf-field h4{margin-top:0}.spf-field .spf-title{position:relative;width:20%;float:left}.spf-field .spf-title h4{margin:0;color:#23282d}.spf-field .spf-fieldset{margin-left:25%}.spf-pseudo-field{padding:0 5px 0 0!important;display:inline-block}.spf-pseudo-field+.spf-pseudo-field{border:0}.spf-pseudo-field pre{display:none}.spf-field-accordion .spf-field{padding:20px}.spf-field-accordion .spf-accordion-item{position:relative;margin-bottom:5px}.spf-field-accordion .spf-accordion-item h4{font-size:1em}.spf-field-accordion .spf-accordion-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px;min-height:0;font-size:100%;-webkit-user-select:none;user-select:none;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-accordion .spf-accordion-title:active,.spf-field-accordion .spf-accordion-title:focus,.spf-field-accordion .spf-accordion-title:hover{border:1px solid #bbb;background-color:#fafafa;outline:0}.spf-field-accordion .spf-accordion-icon{color:#aaa;width:14px;text-align:center}.spf-field-accordion .spf--icon{width:18px;text-shadow:center}.spf-field-accordion .spf-accordion-content{display:none;padding:0;border:1px solid #e5e5e5;border-top:none;background-color:#fff}.spf-field-accordion .spf-accordion-open{display:block}.spf-field-background select,.spf-field-background_adv select{width:100%}.spf-field-background .spf-field,.spf-field-background_adv .spf-field,.spf-field-group .spf-field-background_adv .spf-field{float:left;padding:0;border:0}.spf-field-background .spf--block,.spf-field-background_adv .spf--block{float:left;margin-bottom:15px;box-sizing:border-box}.spf-field-background .spf--title,.spf-field-background_adv .spf--title{float:left;color:#999;margin-top:3px;margin-right:5px}.spf-field-background .spf--select,.spf-field-background_adv .spf--select{width:25%;padding-right:10px;box-sizing:border-box}.spf-field-background .spf--select .spf-field,.spf-field-background_adv .spf--select .spf-field{width:100%}.spf-field-background .spf--media,.spf-field-background_adv .spf--media{width:100%;padding-right:10px}.spf-field-background .spf--media .spf-field,.spf-field-background_adv .spf--media .spf-field{width:100%}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-fieldset,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-fieldset{margin-left:0;margin-top:35px}.spf-field.spf-field-background_adv.wpcp_carousel_content_bg .spf-title,.spf-field.spf-field-wp_editor.wpcp_carousel_content_source .spf-title{width:100%}.spf-field.spf-field-background_adv .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;height:150px;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field.spf-field-background_adv .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;width:100%}.spf-field.spf-field-background_adv .spf--black-background{border-color:#000;background-color:#000}.spf-field.spf-field-background_adv .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-backup textarea{width:100%;min-height:200px;margin-bottom:5px}.spf-field-backup small{display:inline-block;margin:5px}.spf-field-backup hr{margin:20px 0;border:none;border-bottom:1px solid #e5e5e5}.spf-field-border .spf--left,.spf-field-column .spf--left,.spf-field-dimensions .spf--left,.spf-field-dimensions_advanced .spf--left,.spf-field-spacing .spf--left{float:left}.spf-field-border .spf--input,.spf-field-column .spf--input,.spf-field-dimensions .spf--input,.spf-field-dimensions_advanced .spf--input,.spf-field-spacing .spf--input{float:left;margin-right:10px;margin-bottom:7px}.spf-field-border .spf--input select,.spf-field-column .spf--input select,.spf-field-dimensions .spf--input select,.spf-field-dimensions_advanced .spf--input select,.spf-field-spacing .spf--input select{margin:0;line-height:26px}.spf-field-border .spf--input input,.spf-field-column .spf--input input,.spf-field-dimensions .spf--input input,.spf-field-dimensions_advanced .spf--input input,.spf-field-spacing .spf--input input{line-height:26px;float:left;margin:0;padding:0;width:65px;max-width:100%;text-align:center}.spf-field-border .spf--label,.spf-field-column .spf--label,.spf-field-dimensions .spf--label,.spf-field-dimensions_advanced .spf--label,.spf-field-spacing .spf--label{float:left;max-width:100%;font-size:12px;line-height:26px;vertical-align:top;text-align:center;color:#555;border:1px solid #ddd;background-color:#eee;padding:0 6px}.spf-field-border .spf--label-icon,.spf-field-column .spf--label-icon,.spf-field-dimensions .spf--label-icon,.spf-field-dimensions_advanced .spf--label-icon,.spf-field-spacing .spf--label-icon{min-width:20px;border-right:0;border-radius:2px 0 0 2px}.spf-field-border .spf--label-unit,.spf-field-column .spf--label-unit,.spf-field-dimensions .spf--label-unit,.spf-field-dimensions_advanced .spf--label-unit,.spf-field-spacing .spf--label-unit{color:#999;border-left:0;border-radius:0 2px 2px 0}.spf-field-button_set .spf--buttons{display:inline-block}.spf-field-button_set .spf--button{position:relative;z-index:1;float:left;cursor:pointer;padding:7px 14px;min-width:40px;text-align:center;color:#555;border:1px solid #ccc;background-color:#f7f7f7;user-select:none;-webkit-user-select:none;box-shadow:0 1px 0 rgba(0,0,0,.1)}.spf-field-button_set .spf--button:first-child{border-radius:4px 0 0 4px}.spf-field-button_set .spf--button:last-child{border-radius:0 4px 4px 0}.spf-field-button_set .spf--button:not(:first-child){margin-left:-1px}.spf-field-button_set .spf--button:hover{background-color:#eee}.spf-field-button_set .spf--active,.spf-field-button_set .spf--active:hover{z-index:2;color:#fff;border-color:#006799;background-color:#0085ba}.spf-field-button_set input{display:none}.spf-field-checkbox ul,.spf-field-radio ul{margin:0;padding:0;list-style-type:none;overflow-y:auto;max-height:305px}.spf-field-checkbox .spf--inline-list li,.spf-field-radio .spf--inline-list li{display:inline-block;margin-right:15px}.spf-field-checkbox input[type=radio]:checked:before,.spf-field-radio input[type=radio]:checked:before{line-height:10px}.spf-field-checkbox .spf-checker,.spf-field-radio .spf-checker{cursor:pointer}.spf-field-code_editor .CodeMirror{width:100%;height:400px;border:1px solid #eee}.spf-field-code_editor textarea{width:100%;height:400px}.spf-field-color>input{opacity:.75;width:115px;max-width:100%}.spf-field-color_group .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-color_group .spf--title{color:#999;margin-bottom:5px}.spf-field-fieldset .spf-fieldset-content{border:1px solid #eee;background-color:#fff}.spf-field-fieldset .spf-field{padding:20px}.spf-field-date .spf--to{margin-left:7px}.spf-datepicker-wrapper{margin-top:5px;width:auto;background-color:#fff;z-index:9999999!important;-moz-box-shadow:0 0 30px rgba(0,0,0,.15);-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15)}.spf-datepicker-wrapper *{float:none;margin:0;padding:0;font-family:inherit;font-weight:400;font-style:normal;text-decoration:none;border:none;background:0 0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-border-radius:none;-webkit-border-radius:none;border-radius:none}.spf-datepicker-wrapper .ui-datepicker-header,.spf-datepicker-wrapper .ui-widget-header{color:#fff;background:#00a0d2}.spf-datepicker-wrapper .ui-datepicker-header .ui-state-hover{cursor:pointer}.spf-datepicker-wrapper .ui-datepicker-title{font-size:14px;line-height:40px;text-align:center}.spf-datepicker-wrapper .ui-datepicker-next,.spf-datepicker-wrapper .ui-datepicker-prev{position:static;top:auto;left:auto;right:auto;font-family:FontAwesome;font-size:12px;text-align:center;width:41px;height:40px;line-height:40px;color:#fff;background-color:rgba(255,255,255,.1);text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spf-datepicker-wrapper .ui-datepicker-next span,.spf-datepicker-wrapper .ui-datepicker-prev span{display:none}.spf-datepicker-wrapper .ui-datepicker-prev{float:left}.spf-datepicker-wrapper .ui-datepicker-next{float:right}.spf-datepicker-wrapper .ui-datepicker-prev:before{content:'\f053'}.spf-datepicker-wrapper .ui-datepicker-next:before{content:'\f054'}.spf-datepicker-wrapper .ui-datepicker-next-hover,.spf-datepicker-wrapper .ui-datepicker-prev-hover{opacity:.75}.spf-datepicker-wrapper tbody .ui-datepicker-week-col{background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane{padding:10px;text-align:center;background-color:#f7f7f7}.spf-datepicker-wrapper .ui-datepicker-buttonpane button{cursor:pointer;margin:0 5px;padding:7px 14px;border:1px solid #eee;background-color:#fff}.spf-datepicker-wrapper select{margin:0 4px;color:#fff;border:1px solid rgba(255,255,255,.5)}.spf-datepicker-wrapper select option{color:#555}.spf-datepicker-wrapper table{font-size:13px;border-collapse:collapse;width:100%}.spf-datepicker-wrapper thead{color:#fff;background:#32373c}.spf-datepicker-wrapper th{text-align:center;padding:7px;border:1px solid #444}.spf-datepicker-wrapper td{text-align:center;border:1px solid #f4f4f4}.spf-datepicker-wrapper td.ui-datepicker-other-month{border:transparent}.spf-datepicker-wrapper td .ui-state-default{color:#555;width:auto;display:block;padding:6px 12px}.spf-datepicker-wrapper td .ui-state-active,.spf-datepicker-wrapper td .ui-state-hover{color:#fff;background-color:#0073aa}.spf-datepicker-wrapper td.ui-state-disabled .ui-state-default{opacity:.5}.spf-field-gallery input{display:none}.spf-field-gallery ul{margin:0;padding:0;list-style-type:none}.spf-field-gallery ul.sp-gallery-images li{display:inline-block;position:relative;padding:4px;margin:0 5px 10px 0;border:1px solid #ccc;background-color:#f9f9f9;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-field-gallery ul.sp-gallery-images li img{max-height:100px;display:inline-block;vertical-align:middle}.spf-field-gallery .button,.spf-field-gallery .button:focus,.spf-field-gallery .button:hover{margin-right:5px;margin-bottom:5px;width:110px;height:110px;text-align:center;line-height:15px;color:#fff;border:none;border-radius:2px;display:flex;justify-content:center;flex-direction:column;font-weight:600}.spf-field-gallery .button-primary.spf-button{background:#4eb631;box-shadow:none;text-shadow:none}.spf-field-gallery .button.spf-edit-gallery{background:#6a7885}.spf-field-gallery .button i{font-size:24px;margin-bottom:10px}.spf-field-gallery a,.spf-field-gallery li{float:left}.spf-field-group .spf-field{padding:20px}.spf-field-group .spf-cloneable-hidden{display:none!important}.spf-field-group .spf-cloneable-wrapper{position:relative}.spf-field-group .spf-cloneable-item{display:none;position:relative;margin-bottom:5px}.spf-field-group .spf-cloneable-item h4{font-size:1em}.spf-field-group .ui-accordion .spf-cloneable-item{display:block}.spf-field-group .spf-cloneable-content{border:1px solid #e5e5e5;background:#fff}.spf-field-group .spf-cloneable-title{display:block;cursor:pointer;position:relative;margin:0;padding:15px 65px 15px 10px;min-height:0;font-size:100%;border:1px solid #e5e5e5;background:#fafafa;-webkit-user-select:none;user-select:none;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-group .spf-cloneable-title:active,.spf-field-group .spf-cloneable-title:focus,.spf-field-group .spf-cloneable-title:hover{border:1px solid #bbb;background:#fafafa;outline:0}.spf-field-group .spf-cloneable-helper{position:absolute;top:12px;right:10px;z-index:1;font-size:14px;line-height:1em}.spf-field-group .spf-cloneable-helper i{display:inline-block;cursor:pointer;padding:5px;color:#999}.spf-field-group .spf-cloneable-helper i:hover{color:#555}.spf-field-group .spf-cloneable-content{padding:0;border-top:0}.spf-field-group .spf-cloneable-title-number,.spf-field-group .spf-cloneable-title-prefix{margin-right:5px}.spf-field-group .spf-cloneable-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-group .widget-placeholder{margin-bottom:10px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-group .spf-cloneable-header-icon{display:inline-block;text-align:center;font-size:14px;width:17px;color:#aaa;text-indent:0;vertical-align:text-top}.spf-field-group .spf-cloneable-placeholder{background-color:#ddd;margin-top:4px;width:100px;height:10px;font-size:10px;line-height:10px;display:inline-block;vertical-align:top;border-radius:2px}.spf-field-icon input{display:none}.spf-field-icon .button{margin-right:5px}.spf-field-icon .spf-icon-preview i{display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;margin-right:5px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-field-carousel_type .spf--image,.spf-field-image_select .spf--image{cursor:pointer;position:relative;display:inline-block;max-width:100%;margin:0 5px 5px 0;vertical-align:bottom;border:2px solid transparent;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-image_select .spf--image:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-image_select .spf--active{border-color:#1ea4b0;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-image_select img{vertical-align:top}.spf-field-carousel_type input,.spf-field-image_select input{display:none}.spf-field-carousel_type .spf--image{background:#e8ecef;color:#7b8898;margin-right:10px;border:solid 3px #e8ecef;border-radius:2px;cursor:pointer;text-align:center;width:120px;height:80px;box-shadow:inset 0 0 0 3px #fff}.spf-field-carousel_type i{font-size:30px;width:32px;height:30px;margin-top:15px}.spf-field-carousel_type p{margin-top:5px;font-weight:500}.spf-field-carousel_type .spf--image.spf--active{border-color:#1ea4b0}.spf-field-link_color .spf--left{float:left;margin-right:10px;margin-bottom:5px}.spf-field-link_color .spf--title{color:#999;margin-bottom:5px}.spf-field-media .spf--placeholder{margin-bottom:10px;display:flex}.spf-field-media .spf--placeholder input{width:100%}.spf-field-media .button{margin-left:7px}.spf-field-media .hidden+.button{margin-left:0}.spf-field-media .spf--preview{position:relative}.spf-field-media .spf--preview .fa-times{position:absolute;z-index:1;right:4px;top:4px;font-size:14px;width:22px;height:22px;line-height:22px;text-align:center;text-decoration:none;color:#fff;background-color:#d33;opacity:.8;transition:all .2s}.spf-field-media .spf--preview .fa-times:hover{opacity:1}.spf-field-media .spf--preview .fa-times:focus{box-shadow:none}.spf-field-palette .spf--palette{position:relative;display:inline-block;cursor:pointer;border:2px solid #ddd;margin-right:10px;margin-bottom:10px;user-select:none;-webkit-user-select:none;transition:all .2s}.spf-field-palette .spf--palette span{vertical-align:middle;display:inline-block;width:22px;height:60px;line-height:60px;overflow:hidden;text-indent:-999px}.spf-field-palette .spf--palette:before{position:absolute;top:0;left:0;text-align:center;font-size:11px;font-family:FontAwesome;content:"\f00c";width:15px;height:15px;line-height:15px;opacity:0;color:#fff;background-color:#222;transition:opacity .2s}.spf-field-palette .spf--active{border-color:#222;box-shadow:0 0 20px rgba(0,0,0,.2)}.spf-field-palette .spf--active:before{opacity:1}.spf-field-palette input{display:none}.spf-field-repeater .spf-field{padding:10px}.spf-field-repeater .spf-field-text input{width:100%}.spf-field-repeater .spf-repeater-hidden{display:none!important}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-repeater .spf-repeater-wrapper .spf-repeater-item h4{font-size:1em}.spf-field-repeater .spf-repeater-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-repeater .spf-repeater-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-repeater .spf-repeater-helper i{display:inline-block;cursor:pointer;color:#999;padding:5px}.spf-field-repeater .spf-repeater-helper i:hover{color:#555}.spf-field-repeater .spf-repeater-helper-inner{width:75px}.spf-field-repeater .spf-repeater-alert{display:none;margin-bottom:5px;padding:10px 20px;color:#a94442;border:1px solid #ebccd1;background-color:#f2dede}.spf-field-repeater .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-repeater .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-repeater .ui-sortable-helper .spf-repeater-content,.spf-field-repeater .ui-sortable-helper .spf-repeater-helper{display:none}.spf-field-select select{max-width:100%}.spf-field-slider em{padding-left:5px;color:#aaa}.spf-field-slider input[type=text]{width:45px;margin-left:15px;text-align:center}.spf-field-slider .ui-slider{position:relative;width:100%;height:4px;border:none;background:#ddd;border-radius:2px}.spf-field-slider .ui-slider-range{height:4px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle{position:absolute;width:18px;height:18px;top:-7px;margin-left:-8px;border:none;background:#222;border-radius:2px}.spf-field-slider .ui-slider-handle:hover,.spf-field-slider .ui-state-active{cursor:pointer;background:#444}.spf-field-sortable .spf-field{padding:10px}.spf-field-sortable .spf-field-text input{width:100%;max-width:100%}.spf-field-sortable .spf--sortable .spf--sortable-item{display:table;width:100%;margin-bottom:5px;border:1px solid #eee}.spf-field-sortable .spf--sortable .spf--sortable-item h4{font-size:1em}.spf-field-sortable .spf--sortable-content{width:100%;display:table-cell;vertical-align:middle;background-color:#fff}.spf-field-sortable .spf--sortable-helper{width:100%;display:table-cell;vertical-align:middle;text-align:center;font-size:14px;line-height:1em;border-left:1px solid #eee;background-color:#f7f7f7}.spf-field-sortable .spf--sortable-helper .fa{display:inline-block;cursor:pointer;width:50px;color:#555}.spf-field-sortable .spf--sortable-helper .fa:hover{opacity:.5}.spf-field-sortable .widget-placeholder{height:50px;margin-bottom:3px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sortable .ui-sortable-helper{height:50px!important;overflow:hidden!important;border-color:#ccc!important;background-color:#eee!important;opacity:.5}.spf-field-sortable .ui-sortable-helper .spf--sortable-content,.spf-field-sortable .ui-sortable-helper .spf--sortable-helper{display:none}.spf-field-sorter .ui-sortable-placeholder{height:20px;border:1px dashed #f1c40f;background-color:#fffae4}.spf-field-sorter .spf-modules{float:left;width:50%;box-sizing:border-box}.spf-field-sorter .spf-modules:first-child{padding-right:15px}.spf-field-sorter .spf-modules:last-child{padding-left:15px}.spf-field-sorter .spf-disabled,.spf-field-sorter .spf-enabled{padding:5px 15px;border:1px dashed #ddd;background-color:#fff}.spf-field-sorter .spf-disabled li{-moz-transition:opacity .15s;-o-transition:opacity .15s;-webkit-transition:opacity .15s;transition:opacity .15s;opacity:.5}.spf-field-sorter .spf-disabled .ui-sortable-helper{opacity:1}.spf-field-sorter .spf-sorter-title{font-size:13px;font-weight:600;padding:10px;text-align:center;border:1px dashed #ddd;border-bottom:none;background-color:#f8f8f8;text-transform:uppercase}.spf-field-sorter ul{list-style-type:none;margin:0;padding:0;min-height:62px}.spf-field-sorter ul li{margin:10px 0;padding:10px 15px;cursor:move;font-weight:700;text-align:center;border:1px solid #e5e5e5;background-color:#fafafa;-moz-transition:border-color .15s;-o-transition:border-color .15s;-webkit-transition:border-color .15s;transition:border-color .15s}.spf-field-sorter ul li:hover{border-color:#bbb}.spf-field-spinner .spf--spin{float:left}.spf-field-spinner .spf--unit{float:right;height:30px;line-height:26px;text-align:center;border-left:none;color:#999;border:1px solid #ddd;border-left:0;background-color:#eee;padding:0 6px;margin:0;box-sizing:border-box}.spf-field-spinner .ui-spinner-button{cursor:pointer;position:relative;overflow:hidden;margin:0;padding:0;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #ddd;color:#555;background-color:#eee;box-sizing:border-box}.spf-field-spinner .ui-spinner-button:hover{background-color:#e7e7e7}.spf-field-spinner .ui-spinner-button:active{background-color:#ddd}.spf-field-spinner .ui-spinner-button:before{font-family:FontAwesome;font-size:16px;line-height:16px}.spf-field-spinner .ui-spinner-down{float:left;border-right:0;border-radius:2px 0 0 2px}.spf-field-spinner .ui-spinner-down:before{content:"\f0d9"}.spf-field-spinner .ui-spinner-up{float:right;border-left:0;border-radius:0 2px 2px 0}.spf-field-spinner .ui-spinner-up:before{content:"\f0da"}.spf-field-spinner input{width:50px;text-align:center;margin:0;padding:0 8px;height:30px;line-height:30px;border:1px solid #ddd}.spf-field-spinner input:focus{outline:0}.spf-field-spinner .ui-button-text{display:none}.spf-field-switcher .spf--switcher,.spf-field-switcherf .spf--switcher{float:left;cursor:pointer;position:relative;width:60px;height:26px;padding:0;margin:0;overflow:hidden;border-radius:4px;background-color:#ed6f6f;user-select:none;-webkit-user-select:none}.spf-field-switcher .spf--ball,.spf-field-switcherf .spf--ball{position:absolute;top:4px;left:4px;width:24px;height:18px;background-color:#fff;border-radius:4px;transition:all .1s;box-shadow:1px 1px 1px rgba(0,0,0,.15)}.spf-field-switcher .spf--off,.spf-field-switcher .spf--on,.spf-field-switcherf .spf--off,.spf-field-switcherf .spf--on{position:absolute;top:0;left:0;right:0;font-size:11px;line-height:26px;font-weight:500;font-style:normal;text-align:center;text-transform:uppercase;color:#fff;padding-right:28px;opacity:0;transition:all .1s}.spf-field-switcher .spf--off,.spf-field-switcherf .spf--off{padding-right:0;padding-left:28px;opacity:1}.spf-field-switcher .spf--active{background:#4fb845}.spf-field-switcher .spf--active .spf--on,.spf-field-switcherf .spf--active .spf--on{opacity:1}.spf-field-switcher .spf--active .spf--off,.spf-field-switcherf .spf--active .spf--off{opacity:0}.spf-field-switcher .spf--active .spf--ball,.spf-field-switcherf .spf--active .spf--ball{left:100%;margin-left:-28px}.spf-field-switcher .spf--label,.spf-field-switcherf .spf--label{float:left;margin-top:4px;margin-left:8px;font-weight:400;color:#999}.spf-field-switcher input,.spf-field-switcherf input{display:none}.spf-field-tabbed .spf-tabbed-section{border:1px solid #eee;background:#fff}.spf-field-tabbed .spf-tabbed-nav .spf--icon{padding-right:5px}.spf-field-tabbed .spf-tabbed-nav a{display:inline-block;padding:12px 15px;margin-top:1px;margin-right:5px;margin-bottom:-1px;position:relative;text-decoration:none;color:#444;font-weight:600;background-color:#f3f3f3;border:1px solid #eee;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.spf-field-tabbed .spf-tabbed-nav a:hover{background-color:#f9f9f9}.spf-field-tabbed .spf-tabbed-nav a.spf-tabbed-active{background-color:#fff;border-bottom-color:#fff}.spf-field-tabbed .spf-tabbed-nav a:focus{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-field-text input{width:340px;max-width:100%}.spf-field-textarea textarea{width:100%;max-width:100%;min-height:125px}.spf-field-textarea .spf-shortcode-button{margin-bottom:10px;margin-right:5px}.spf-field-typography select,.spf-field-typography textarea{margin:0;width:100%}.spf-field-typography .spf--title{color:#999;margin:0 0 2px 0}.spf-field-typography .spf--title small{vertical-align:top}.spf-field-typography .spf--blocks{display:flex;flex-wrap:wrap}.spf-field-typography .spf--block{padding-right:5px;padding-bottom:10px;box-sizing:border-box}.spf-field-typography .spf--block .spf--block{padding-right:0;padding-bottom:0}.spf-field-typography .spf--blocks-selects .spf--block{flex:1 33.3%}.spf-field-typography .spf--blocks-inputs .spf--block{flex:1 25%}.spf-field-typography .spf--blocks-inputs .spf--block .spf--block{flex:1}.spf-field-typography .spf--input{margin:0;width:100%;padding:5px 5px}.spf-field-typography .spf--unit{min-width:40px;max-width:40px;padding:4px 0;font-size:12px;font-weight:400;text-align:center;color:#777;border:1px solid #ddd;background-color:#eee;border-radius:0 2px 2px 0;border-left:0}.spf-field-typography .spf--preview{font-size:16px;line-height:20px;padding:20px;color:#222;border:1px solid #eee;background-color:#fff;border-radius:2.5px;user-select:none;-webkit-user-select:none;transition:background-color .2s,border-color .2s}.spf-field-typography .spf--block-preview{cursor:pointer;position:relative;overflow:hidden;margin-top:10px;max-width:100%}.spf-field-typography .spf--black-background{border-color:#000;background-color:#000}.spf-field-typography .spf--toggle{position:absolute;top:5px;right:10px;color:#999}.spf-field-typography .spf--block-extra-styles{margin-top:5px}.spf-field-upload input{width:100%}.spf-field-upload .spf--wrap{display:flex}.spf-field-upload .spf--buttons{display:flex;margin-left:5px}.spf-field-upload .spf--remove{margin-left:5px}.spf-field-wp_editor .spf-wp-editor{float:left;width:100%}.spf-field-wp_editor .mce-toolbar-grp{border:none}.spf-field-wp_editor .mce-btn.mce-active button,.spf-field-wp_editor .mce-btn.mce-active i,.spf-field-wp_editor .mce-btn.mce-active:hover button,.spf-field-wp_editor .mce-btn.mce-active:hover i{color:#23282d}.spf-field-wp_editor .wp-media-buttons{position:relative;z-index:2}.spf-field-wp_editor .wp-editor-tabs{position:relative;z-index:1}.spf-field-wp_editor .spf-no-tinymce{border:1px solid #e5e5e5}.spf-field-wp_editor .spf-no-quicktags .wp-media-buttons{float:none;display:block}.spf-field-wp_editor .spf-no-quicktags .mce-tinymce{box-shadow:none;border:1px solid #e5e5e5}.spf-field-wp_editor textarea{width:100%;max-width:100%;margin:0;box-shadow:none}.spf-field-heading{font-size:1.5em;font-weight:700;color:#23282d;background-color:#f5f5f5}.spf-field-subheading{font-size:14px;font-weight:700;padding-top:17px;padding-bottom:17px;color:#23282d;background-color:#f7f7f7}.spf-field-submessage{padding:0!important;border:0!important}.spf-field-submessage+.spf-field{border-top:0!important}.spf-submessage{font-size:12px;padding:17px 30px;border-top:1px solid transparent;border-bottom:1px solid transparent}.spf-submessage-success{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.spf-submessage-info{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.spf-submessage-warning{color:#8a6d3b;border-color:#faebcc;background-color:#fcf8e3}.spf-submessage-danger{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.spf-submessage-normal{color:#23282d;border-color:#eee;background-color:#f7f7f7}.spf-field-notice{background-color:#f7f7f7}.spf-notice{padding:12px;background-color:#fff;border-left-style:solid;border-left-width:4px;box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-notice-success{border-color:#46b450}.spf-notice-info{border-color:#339fd4}.spf-notice-warning{border-color:#ffbc00}.spf-notice-danger{border-color:#dc3232}.spf-notice-normal{border-color:#222}.spf-help{cursor:help;position:absolute;top:0;right:0;padding:5px;font-size:14px;color:#aaa}.spf-help .spf-help-text{display:none}.spf-image-preview{display:inline-block;position:relative;padding:4px;min-width:44px;min-height:22px;margin-bottom:10px;border:1px solid #ccc;background-color:#f9f9f9;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08)}.spf-image-preview img{max-height:90px;display:inline-block;vertical-align:middle}.spf-field-custom .spf-field{padding:0}.spf-field .chosen-container-single .chosen-single{height:28px;line-height:26px}.spf-field .chosen-container-single .chosen-single abbr{top:0;right:20px;font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-single .chosen-single abbr:before{content:"\f00d"}.spf-field .chosen-container-single .chosen-single abbr:hover{color:#555}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{font-family:FontAwesome;font-size:12px;height:100%;width:18px;color:#aaa;text-align:center;background:0 0}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\f00d"}.spf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{color:#555}.spf-field .chosen-container-single .chosen-single div b{font-family:FontAwesome;font-size:14px;color:#aaa;background:0 0}.spf-field .chosen-container-single .chosen-single div b:before{content:"\f107"}.spf-field .chosen-container-single .chosen-single div b:hover{color:#555}.spf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before{content:"\f106"}.spf-field .chosen-container-single .chosen-single-with-deselect span{margin-right:40px}.spf-field .chosen-container-single .chosen-search input[type=text]{background:0 0}.spf-field .chosen-container-single .chosen-search:before{font-family:FontAwesome;position:absolute;content:"\f002";font-size:11px;right:10px;top:7px;color:#aaa}.spf-field .wp-picker-container{display:inline-block}.spf-field .spf--transparent-wrap{display:none;position:relative;top:-1px;width:235px;padding:9px 10px;border:1px solid #dfdfdf;border-top:none;background-color:#fff}.spf-field .spf--transparent-slider{position:absolute;width:190px;margin-left:2px;height:18px}.spf-field .spf--transparent-slider .ui-slider-handle{position:absolute;top:-3px;bottom:-3px;z-index:5;border-color:#aaa;border-style:solid;border-width:4px 3px;width:10px;height:16px;margin:0 -5px;background:0 0;cursor:ew-resize;opacity:.9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.spf-field .spf--transparent-slider .ui-slider-handle:before{content:" ";position:absolute;left:-2px;right:-2px;top:-3px;bottom:-3px;border:2px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.spf-field .spf--transparent-offset{height:18px;width:200px;background:url(../images/checkerboard.png) repeat-y center left scroll #fff;-moz-box-shadow:0 0 5px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4) inset;box-shadow:0 0 5px rgba(0,0,0,.4) inset;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-field .spf--transparent-text{position:absolute;top:12px;right:10px;width:30px;font-size:12px;line-height:12px;text-align:center;color:#999}.spf-field .spf--transparent-button{display:inline-block;text-align:center;cursor:pointer;margin-top:10px;user-select:none;-webkit-user-select:none;color:#999;transition:background-color .2s,border-color .2s,color .2s}.spf-field .spf--transparent-active .wp-color-result{background-image:url(../images/checkerboard.png);background-size:130%;background-position:center left;background-color:transparent!important}.spf-field .spf--transparent-active .spf--transparent-button{color:#fff;border-color:#4fb845;background-color:#4fb845}.spf-widgets>.spf-field{position:relative;top:-1px;margin-right:-15px;margin-left:-15px;padding:12px 15px}.spf-widgets>.spf-field .spf-field{margin-left:0;margin-right:0}.spf-widgets>.spf-field .spf-title{float:none;width:100%;margin-bottom:5px}.spf-widgets>.spf-field .spf-fieldset{margin-left:0}.spf-widgets .spf-field-text input{width:100%}.spf-widgets .spf-field-notice .spf-notice{padding:15px}.control-section .spf-widgets>.spf-field{margin-right:-10px;margin-left:-10px;padding:10px 12px}.control-section .spf-field{padding:0}.control-section .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.control-section .spf-field .spf-title h4{font-size:14px;font-weight:600;color:inherit}.control-section .spf-field .spf-fieldset{margin-left:0}.control-section .spf-field-select select{width:100%}.control-section .spf-field-heading{color:inherit;font-size:14px;line-height:1em;margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-field-subheading{color:inherit;font-size:11px;margin-right:-15px;margin-left:-15px;padding:10px 15px}.control-section .spf-text-subtitle{margin-top:4px;font-size:12px}.control-section .spf-field-content,.control-section .spf-field-submessage .spf-submessage{margin-right:-15px;margin-left:-15px;padding:15px}.control-section .spf-fieldset .spf-field-heading,.control-section .spf-fieldset .spf-field-subheading,.control-section .spf-fieldset .spf-field-submessage .spf-submessage{margin-left:0;margin-right:0}.control-section .spf-field-date .spf--to{margin-left:0}.control-section .spf-field-sorter ul li{padding:5px}.control-section .spf-field-sorter .spf-modules{float:none;width:100%}.control-section .spf-field-sorter .spf-modules:first-child{padding-right:0;padding-bottom:15px}.control-section .spf-field-background .spf--select,.control-section .spf-field-background_adv .spf--select{width:100%}.control-section .spf-field-border select,.control-section .spf-field-column select,.control-section .spf-field-dimensions select,.control-section .spf-field-dimensions_advanced select,.control-section .spf-field-spacing select{width:auto}.control-section .spf-field-spinner input{width:50px}.control-section .spf-field-backup .spf-export-data{display:none}.control-section .spf-field-fieldset .spf-fieldset-content{border-color:#e5e5e5}.control-section .spf-field-fieldset .spf-field{padding:10px}.control-section .spf-field-fieldset .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-fieldset .spf-field h4{font-size:12px}.control-section .spf-field-accordion .spf-field,.control-section .spf-field-group .spf-field,.control-section .spf-field-repeater .spf-field,.control-section .spf-field-sortable .spf-field,.control-section .spf-field-tabbed .spf-field{padding:10px}.control-section .spf-field-accordion .spf-field .spf-title,.control-section .spf-field-group .spf-field .spf-title,.control-section .spf-field-repeater .spf-field .spf-title,.control-section .spf-field-sortable .spf-field .spf-title,.control-section .spf-field-tabbed .spf-field .spf-title{margin-bottom:5px}.control-section .spf-field-accordion .spf-field h4,.control-section .spf-field-group .spf-field h4,.control-section .spf-field-repeater .spf-field h4,.control-section .spf-field-sortable .spf-field h4,.control-section .spf-field-tabbed .spf-field h4{font-size:12px}.control-section .spf-dependency-control.hidden{display:none!important}.spf-taxonomy>.spf-field{border-top:none!important}.spf-taxonomy>.spf-field-heading{font-size:1.1em;padding:20px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-subheading{font-size:12px;padding:15px!important;border:1px solid #ddd}.spf-taxonomy>.spf-field-submessage .spf-submessage{padding:15px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-taxonomy>.spf-field-notice{background-color:transparent}.spf-taxonomy .spf-section-title{display:block;padding:15px;background-color:#f9f9f9;border:1px solid #e5e5e5;-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}.spf-taxonomy-add-fields>.spf-field{padding:8px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title{float:none;width:100%;padding:2px 2px 4px 0}.spf-taxonomy-add-fields>.spf-field>.spf-title h4{font-size:12px;font-weight:400}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset{margin-left:0}.spf-taxonomy-add-fields>.spf-field>.spf-fieldset>.spf-help{right:-5px}.spf-taxonomy-add-fields+p.submit{margin-top:0}.spf-taxonomy-edit-fields>.spf-field{padding:20px 0}.spf-taxonomy-edit-fields>.spf-field>.spf-title{width:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset{margin-left:225px}.spf-taxonomy-edit-fields>.spf-field>.spf-fieldset>.spf-help{top:-5px;right:-5px}.spf-taxonomy-edit-fields>.spf-field-submessage{margin:20px 0}.spf-taxonomy-edit-fields>.spf-field-heading,.spf-taxonomy-edit-fields>.spf-field-subheading{margin:20px 0;border:1px solid #ddd}.spf-profile>h2>.fa{padding-right:7px}.spf-profile>.spf-field{padding:15px 0;border-top:none!important}.spf-profile>.spf-field>.spf-title{width:220px}.spf-profile>.spf-field>.spf-title h4{font-size:14px;font-weight:600;line-height:1.3;display:inline-block;vertical-align:middle}.spf-profile>.spf-field>.spf-fieldset{margin-left:220px}.spf-profile>.spf-field>.spf-fieldset>.spf-help{top:-15px;right:-5px}.spf-profile>.spf-field-heading{font-size:1.1em}.spf-profile>.spf-field-subheading{font-size:12px}.spf-profile>.spf-field-heading,.spf-profile>.spf-field-subheading{margin:10px 0;padding:15px!important;border:1px solid #ddd}.spf-profile>.spf-field-submessage{margin:20px 0}.spf-profile>.spf-field-submessage .spf-submessage{padding:10px;border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid}.spf-profile>.spf-field-notice{background-color:transparent}.spf-modal{display:none;position:fixed;z-index:100101;top:0;left:0;width:100%;height:100%}.spf-modal-icon{z-index:100102}.spf-modal-table{display:table;width:100%;height:100%}.spf-modal-table-cell{display:table-cell;vertical-align:middle;margin:100px 0}.spf-modal-inner{position:relative;z-index:10;width:760px;height:750px;margin:0 auto;background-color:#fff}.spf-modal-content{position:relative;overflow:hidden;overflow-y:auto;height:592px}.spf-modal-content .spf-shortcode-button{display:none}.spf-modal-content .spf-fieldset{margin-left:25%}.spf-modal-content .spf-title{width:20%}.spf-modal-content .spf-field{padding:15px 30px 15px 15px}.spf-modal-content a:active,.spf-modal-content a:focus{outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.spf-modal-content h4{font-size:13px}.spf-modal-content h4 small{font-style:italic;font-weight:400;color:#aaa}.spf-modal-title{position:relative;background-color:#fcfcfc;border-bottom:1px solid #ddd;height:36px;font-size:16px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.spf-modal-header{width:100%;padding:16px 0;background-color:#f5f5f5;border-bottom:1px solid #eee}.spf-modal-header select{display:block;width:250px;margin:0 auto;background-color:#fff}.spf-modal-close{color:#666;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}.spf-modal-close:before{font:normal 20px/36px dashicons;content:"\f158";vertical-align:top;width:36px;height:36px}.spf-modal-close:hover{opacity:.5}.spf-modal-insert-wrapper{text-align:center;width:100%;padding:16px 0;background-color:#f5f5f5;border-top:1px solid #eee}.spf-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.spf--repeatable{padding:15px 15px 0 15px}.spf--repeat-button-block{text-align:center;padding-bottom:15px}.spf--repeat-shortcode{position:relative;margin-bottom:15px;border:1px dashed #ddd}.spf--repeat-shortcode:first-child .spf-repeat-remove{display:none}.spf--repeat-shortcode .spf-repeat-remove{position:absolute;right:10px;top:10px;z-index:10;cursor:pointer;display:inline-block;font-size:11px;width:18px;height:18px;line-height:18px;text-align:center;border-radius:2px;color:#fff;background-color:#e14d43;opacity:.5}.spf--repeat-shortcode .spf-repeat-remove:hover{opacity:1}.spf-shortcode-single .spf-modal-inner{height:750px}.spf-shortcode-single .spf-modal-content{height:652px}.elementor-editor-active .spf-shortcode-button{margin-left:5px}.elementor-editor-active .spf-modal .hidden{display:none!important}.spf-shortcode-block{text-align:center;padding:14px;font-size:13px;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.spf-shortcode-block .button{margin:10px 0}.spf-modal-icon .spf-icon-title{padding:15px 0;margin:4px;font-size:14px;font-weight:700;text-align:center;border:1px solid #eee;background-color:#f7f7f7}.spf-modal-icon .spf-icon-search{width:250px;height:40px;line-height:40px}.spf-modal-icon a{display:inline-block;padding:4px;cursor:pointer}.spf-modal-icon a .spf-icon{position:relative;padding:4px;display:inline-block;font-size:14px;width:30px;height:26px;line-height:26px;text-align:center;vertical-align:top;color:#555;border:1px solid #ccc;background-color:#f7f7f7;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,.08);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.spf-modal-icon a:hover .spf-icon{color:#fff;border-color:#222;background-color:#222}.spf-modal-icon .spf-modal-content{padding:10px;height:618px}.spf-modal-icon .spf-text-error{padding:10px}.spf-modal-loading{display:none;position:absolute;left:15px;top:15px}.spf-loading{position:relative;width:20px;height:20px;background:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-box-shadow:0 2px 5px rgba(0,0,0,.07);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.07);box-shadow:0 2px 5px rgba(0,0,0,.07)}.spf-loading:after{position:absolute;top:50%;left:50%;width:4px;height:4px;content:"";margin-top:-2px;margin-left:-2px;background-color:#fff;-moz-animation-duration:.5s;-webkit-animation-duration:.5s;animation-duration:.5s;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-timing-function:linear;-moz-animation-name:csfLoader;-webkit-animation-name:csfLoader;animation-name:csfLoader;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}@-moz-keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@-webkit-keyframes csfLoader{0%{-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}@keyframes csfLoader{0%{-moz-transform:rotate(0) translateX(-6px) rotate(0);-ms-transform:rotate(0) translateX(-6px) rotate(0);-webkit-transform:rotate(0) translateX(-6px) rotate(0);transform:rotate(0) translateX(-6px) rotate(0)}100%{-moz-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-ms-transform:rotate(360deg) translateX(-6px) rotate(-360deg);-webkit-transform:rotate(360deg) translateX(-6px) rotate(-360deg);transform:rotate(360deg) translateX(-6px) rotate(-360deg)}}.spf-text-desc,.spf-text-subtitle{font-weight:400;font-style:italic;margin-top:4px;color:#999}.spf-text-success{color:#2b542c}.spf-text-error{color:#d02c21}.spf-text-info{color:#31708f}.spf-text-warning{color:#ffb900}.spf-text-muted{color:#aaa}.spf-text-left{text-align:left}.spf-text-center{text-align:center}.spf-text-right{text-align:right}.spf-block-left{float:left}.spf-block-right{float:right}.spf-full-width{width:100%}.spf-full-half{width:50%}.spf-table{width:100%;display:table}.spf-table-cell{display:table-cell;vertical-align:middle}.spf-table-expanded{width:100%}.spf-nowrap{white-space:nowrap}.spf-text-highlight{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-text-highlight-gray{padding:2px 4px;font-size:90%;background-color:#f0f0f0;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-hidden{display:none}.spf-hide{display:none!important}.spf-show{display:block!important}.spf-opacity{opacity:.5}.spf-warning-primary{color:#fff!important;border-color:#d02c21 #ba281e #ba281e!important;background:#e14d43!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px!important;text-shadow:0 -1px 1px #ba281e,1px 0 1px #ba281e,0 1px 1px #ba281e,-1px 0 1px #ba281e!important}.spf-warning-primary:focus,.spf-warning-primary:hover{border-color:#ba281e!important;background:#e35950!important;-moz-box-shadow:0 1px 0 #ba281e!important;-webkit-box-shadow:0 1px 0 #ba281e!important;box-shadow:0 1px 0 #ba281e!important}.spf-warning-primary:active{border-color:#ba281e!important;background:#d02c21!important;-moz-box-shadow:inset 0 2px 0 #ba281e!important;-webkit-box-shadow:inset 0 2px 0 #ba281e!important;box-shadow:inset 0 2px 0 #ba281e!important}.spf-form-result{display:none;padding:12px;margin:0 0 15px 0;background-color:#fff;border-left:4px solid #555;-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.spf-form-show{display:block}.spf-form-error{border-left-color:#dc3232}.spf-form-success{border-left-color:#46b450}.spf-form-warning{border-left-color:#ffb900}.spf-form-info{border-left-color:#00a0d2}.spf-label-error{position:relative;top:-2px;display:inline-block;font-size:10px;line-height:10px;height:10px;width:10px;padding:1px;font-style:normal;text-align:center;color:#fff;vertical-align:middle;background-color:#e10000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.spf-no-option{padding:30px}.spf-welcome-wrap{position:relative;margin:25px 40px 0 20px;font-size:15px;max-width:1200px}.spf-welcome-wrap p{font-size:14px;line-height:1.5}.spf-welcome-wrap h1{margin:.2em 200px 0 0;padding:0;color:#32373c;line-height:1.2em;font-size:2.8em;font-weight:400}.spf-welcome-wrap .spf-logo{position:absolute;overflow:hidden;top:0;right:0;height:160px;width:140px;background-image:linear-gradient(45deg,#2d67cb,#ad19f3);box-shadow:0 1px 4px rgba(0,0,0,.25),inset 0 0 0 4px rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--effects i{position:absolute;width:200px;height:100px;background-color:rgba(0,0,0,.15);transform:rotate(-45deg)}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(1){bottom:-20px;right:-70px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(2){bottom:-35px;right:-80px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(3){bottom:-50px;right:-90px}.spf-welcome-wrap .spf-logo .spf--effects i:nth-child(4){bottom:-65px;right:-100px}.spf-welcome-wrap .spf-logo .spf--wp-logos{position:relative;padding-top:25px;text-align:center}.spf-welcome-wrap .spf-logo .spf--wp-logo{position:absolute;left:20px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-logo.svg)}.spf-welcome-wrap .spf-logo .spf--wp-plugin-logo{display:inline-block;width:50px;height:50px;border:3px solid #fff;background-size:40px;background-repeat:no-repeat;background-position:center center;background-image:url(../images/wp-plugin-logo.svg);border-radius:100%;vertical-align:middle}.spf-welcome-wrap .spf-logo .spf--text{position:absolute;left:0;right:0;top:90px;color:#fff;font-size:13px;line-height:1.2em;font-weight:600;text-align:center;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.spf-welcome-wrap .spf-logo .spf--version{top:auto;left:auto;right:8px;bottom:4px;font-size:11px;text-transform:lowercase}.spf-welcome-wrap .spf-about-text{font-weight:400;line-height:1.6em;font-size:19px;margin:1em 200px 1em 0;color:#555d66}.spf-welcome-wrap .spf-demo-button{margin:1em 200px 2em 0}.spf-welcome-wrap .nav-tab-wrapper{margin-bottom:20px}.spf-welcome-wrap ul{list-style-type:disc;padding-left:15px}.spf-welcome-wrap .spf--col{float:left;padding-right:20px;box-sizing:border-box}.spf-welcome-wrap .spf--col-2{width:50%}.spf-welcome-wrap .spf--col-3{width:33.333%}.spf-welcome-wrap .spf--col-4{width:25%}.spf-welcome-wrap .spf--col-5{width:20%}.spf-welcome-wrap .spf--col-last{padding-right:0}.spf-welcome-wrap .spf--col-upgrade{padding-top:30px;text-align:center}.spf--table-compare tfoot td,.spf--table-compare thead td{text-align:center}.spf--table-compare td{font-size:14px;text-align:center;vertical-align:middle;padding:10px}.spf--table-compare td:first-child{text-align:left}.spf--table-compare tfoot td{padding:15px 0}.spf--table-compare .fa{font-size:12px;width:18px;height:18px;line-height:18px;padding:2px;text-align:center;color:#fff;background-color:#46b450;border-radius:100%}.spf--table-compare .fa-check{background-color:#46b450}.spf--table-compare .fa-times{background-color:#dc3232}.spf-welcome-cols{clear:both;margin:20px 0;background-color:#fff;padding:30px 0;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-welcome-cols .spf--col{width:20%;float:left;padding:0 30px;box-sizing:border-box;text-align:center;border-right:1px solid #e5e5e5}.spf-welcome-cols .spf--block,.spf-welcome-cols .spf--left{float:left;width:20%;padding:0 30px;text-align:center;box-sizing:border-box}.spf-welcome-cols .spf--block{width:80%}.spf-welcome-cols .spf--last{border-right:none}.spf-welcome-cols .spf--space{height:20px}.spf-welcome-cols .spf--icon{display:inline-block;font-size:25px;width:50px;height:50px;line-height:50px;text-align:center;margin-bottom:10px;color:#fff;background-color:#555;border-radius:50px}.spf-welcome-cols .spf--active{background-color:#5cb85c}.spf-welcome-cols .spf--deactive{background-color:#e14d43}.spf-welcome-cols .spf--title{font-weight:700;display:block}.spf-welcome-cols p:last-child{margin-bottom:0}.spf-code-block{margin:20px 0;padding:5px 20px;background-color:#fff;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.spf-code-block pre{font-size:13px;color:#0073aa}.spf-code-block pre span{color:#999}.spf--table-fields td{font-size:14px}.spf--upgrade a{color:#5cb85c;font-weight:700}.spf--upgrade a:focus,.spf--upgrade a:hover{color:#4aa14a;outline:0;box-shadow:none}@media only screen and (max-width:1200px){.spf-metabox .spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-metabox .spf-field .spf-fieldset{margin-left:0}}@media only screen and (max-width:782px){.spf-header-inner{text-align:center}.spf-header-inner h1{width:100%;margin-bottom:10px}.spf-header-left,.spf-header-right,.spf-search{width:100%}.spf-search{text-align:center;margin-bottom:15px}.spf-footer{text-align:center}.spf-buttons{float:none}.spf-copyright{float:none;margin-top:10px}.sp-wpcp-options .spf-nav,.spf-expand-all,.spf-nav,.spf-nav-background,.spf-reset-section{display:none!important}.sp-wpcp-options .spf-content,.spf-content{margin-left:0}.sp-wpcp-options .spf-section,.spf-section,.spf-section-title{display:block!important}.spf-field .spf-title{float:none;width:100%;margin-bottom:10px}.spf-field .spf-fieldset{margin-left:0}.spf-field-radio ul li{margin-top:4px}.spf-modal-inner{width:350px;height:380px}.spf-modal-content{height:282px}.spf-icon-dialog .spf-modal-inner{width:305px;height:380px}.spf-icon-dialog .spf-modal-content{height:267px}.spf-modal-icon .spf-modal-inner{width:330px;height:385px}.spf-modal-icon .spf-modal-content{height:252px}.spf-profile>.spf-field>.spf-title{float:none;width:100%;margin-bottom:10px}.spf-profile>.spf-field>.spf-fieldset{margin-left:0}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;max-width:390px;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer;max-width:390px}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;max-width:390px;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:none;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}#sp_wpcp_shortcode_options{border-top-color:#f1f1f1}#sp_wpcp_shortcode_options .spf-nav ul li{margin-bottom:-1px}#sp_wpcp_shortcode_options .spf-nav.spf-nav-metabox{border-right-color:#f1f1f1;border-right-color:#f1f1f1;background:#f1f1f1;margin-right:-2px}#sp_wpcp_shortcode_options .spf-content{border-top:1px solid #e5e5e5;box-shadow:0 -1px 1px rgba(0,0,0,.04)}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-title,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-title,.wpcp-video-description .spf-title,.wpcp-video-field-wrapper>.spf-title,.wpcp_carousel_content_wrapper .spf-title{width:100%}#spf-section-sp_wpcp_upload_options_1 .spf-field-carousel_type .spf-fieldset,#spf-section-sp_wpcp_upload_options_1 .spf-field-gallery .spf-fieldset,.wpcp-video-description .spf-fieldset,.wpcp-video-field-wrapper>.spf-fieldset,.wpcp_carousel_content_wrapper .spf-fieldset{margin-top:30px;margin-left:0}#sp_wpcp_display_shortcode .handlediv,#sp_wpcp_display_shortcode .hndle,#sp_wpcp_shortcode_options .handlediv,#sp_wpcp_shortcode_options .hndle,#sp_wpcp_upload_options .handlediv,#sp_wpcp_upload_options .hndle{display:none}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header{background-color:#157592;background:linear-gradient(-45deg,#22afba,#157592);padding:20px 26px;overflow:hidden;height: 33px;}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support{margin-left:16px;float:right}#spf-section-sp_wpcp_upload_options_1 .wpcp-admin-header .support a{color:#fff;text-decoration:none;line-height:35px;font-size:15px;font-weight:500}.spf-field-carousel_type .spf--image:nth-child(4),.spf-field-carousel_type .spf--image:nth-child(5){pointer-events:none}.spf-field-carousel_type .spf--image{position:relative}.spf-field-carousel_type .spf--image label strong{position:absolute;top:3px;right:3px;background:#cbd6df;padding:0 5px;font-size:10px}.spf-field-shortcode.wpcp-admin-footer .wpcp-shortcode-selectable{background-color:rgba(82,179,217,.11);padding:10px 15px;display:inline-block;-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}#spf-section-sp_wpcp_display_shortcode_1 .spf-field{display:flex;padding:0;flex-wrap:wrap}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{padding-top:22px;padding-bottom:22px;text-align:center;width:49%}.spf-field-shortcode.wpcp-admin-footer .wpcp-sc-title{font-weight:500;font-size:14px!important;padding-top:0!important;color:#4c5158;margin-right:5px}@media only screen and (max-width:990px){.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap:first-of-type{border-right:none;border-bottom:1px solid #ddd}.spf-field-shortcode.wpcp-admin-footer .wpcp-scode-wrap{width:100%}}
admin/views/wpcfree-metabox/assets/images/angle-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/bold-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/caret-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/checkerboard.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/chevron-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/double-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/long-arrow.png DELETED
Binary file
admin/views/wpcfree-metabox/assets/images/wp-logo.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="0" fill="none" width="20" height="20"/><g><g fill="#fff"><path d="M20 10c0-5.52-4.48-10-10-10S0 4.48 0 10s4.48 10 10 10 10-4.48 10-10zM10 1.01c4.97 0 8.99 4.02 8.99 8.99s-4.02 8.99-8.99 8.99S1.01 14.97 1.01 10 5.03 1.01 10 1.01zM8.01 14.82L4.96 6.61c.49-.03 1.05-.08 1.05-.08.43-.05.38-1.01-.06-.99 0 0-1.29.1-2.13.1-.15 0-.33 0-.52-.01 1.44-2.17 3.9-3.6 6.7-3.6 2.09 0 3.99.79 5.41 2.09-.6-.08-1.45.35-1.45 1.42 0 .66.38 1.22.79 1.88.31.54.5 1.22.5 2.21 0 1.34-1.27 4.48-1.27 4.48l-2.71-7.5c.48-.03.75-.16.75-.16.43-.05.38-1.1-.05-1.08 0 0-1.3.11-2.14.11-.78 0-2.11-.11-2.11-.11-.43-.02-.48 1.06-.05 1.08l.84.08 1.12 3.04zm6.02 2.15L16.64 10s.67-1.69.39-3.81c.63 1.14.94 2.42.94 3.81 0 2.96-1.56 5.58-3.94 6.97zM2.68 6.77L6.5 17.25c-2.67-1.3-4.47-4.08-4.47-7.25 0-1.16.2-2.23.65-3.23zm7.45 4.53l2.29 6.25c-.75.27-1.57.42-2.42.42-.72 0-1.41-.11-2.06-.3z"/></g></g></svg>
 
admin/views/wpcfree-metabox/assets/images/wp-plugin-logo.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="0" fill="none" width="20" height="20"/><g><g fill="#fff"><path d="M13.11 4.36L9.87 7.6 8 5.73l3.24-3.24c.35-.34 1.05-.2 1.56.32.52.51.66 1.21.31 1.55zm-8 1.77l.91-1.12 9.01 9.01-1.19.84c-.71.71-2.63 1.16-3.82 1.16H6.14L4.9 17.26c-.59.59-1.54.59-2.12 0-.59-.58-.59-1.53 0-2.12l1.24-1.24v-3.88c0-1.13.4-3.19 1.09-3.89zm7.26 3.97l3.24-3.24c.34-.35 1.04-.21 1.55.31.52.51.66 1.21.31 1.55l-3.24 3.25z"/></g></g></svg>
 
admin/views/wpcfree-metabox/classes/metabox.class.php CHANGED
@@ -189,7 +189,7 @@ if( ! class_exists( 'SP_WPCF_Metabox' ) ) {
189
 
190
  wp_nonce_field( 'spf_metabox_nonce', 'spf_metabox_nonce' );
191
 
192
- echo '<div class="spf spf-theme-'. $this->args['theme'] .' spf-metabox">';
193
 
194
  echo '<div class="spf-wrapper'. $show_all .'">';
195
 
189
 
190
  wp_nonce_field( 'spf_metabox_nonce', 'spf_metabox_nonce' );
191
 
192
+ echo '<div class="spf spf-theme-'. $this->args['theme'] .' ' . $this->args['class'] . ' spf-metabox">';
193
 
194
  echo '<div class="spf-wrapper'. $show_all .'">';
195
 
admin/views/wpcfree-metabox/classes/options.class.php CHANGED
@@ -250,7 +250,7 @@ if ( ! class_exists( 'SP_WPCF_Options' ) ) {
250
  'success' => false,
251
  'error' => esc_html__(
252
  'Error while saving.',
253
- 'wp-carousel-pro'
254
  ),
255
  )
256
  );
@@ -481,13 +481,6 @@ if ( ! class_exists( 'SP_WPCF_Options' ) ) {
481
  }
482
  }
483
 
484
- add_filter( 'admin_footer_text', array( &$this, 'add_admin_footer_text' ) );
485
-
486
- }
487
-
488
- public function add_admin_footer_text() {
489
- $default = 'Thank you for creating with <a href="http://codestarframework.com/" target="_blank">Codestar Framework</a>';
490
- echo ( ! empty( $this->args['footer_credit'] ) ) ? $this->args['footer_credit'] : $default;
491
  }
492
 
493
  public function error_check( $sections, $err = '' ) {
@@ -681,22 +674,22 @@ if ( ! class_exists( 'SP_WPCF_Options' ) ) {
681
 
682
  echo '</div>';
683
 
684
- if ( ! empty( $this->args['show_footer'] ) ) {
685
 
686
- echo '<div class="spf-footer">';
687
 
688
- echo '<div class="spf-buttons">';
689
- echo '<input type="submit" name="spf_transient[save]" class="button button-primary spf-save' . $ajax_class . '" value="' . esc_html__( 'Save', 'wp-carousel-free' ) . '" data-save="' . esc_html__( 'Saving...', 'wp-carousel-free' ) . '">';
690
- echo ( $this->args['show_reset_section'] ) ? '<input type="submit" name="spf_transient[reset_section]" class="button button-secondary spf-reset-section spf-confirm" value="' . esc_html__( 'Reset Section', 'wp-carousel-free' ) . '" data-confirm="' . esc_html__( 'Are you sure to reset this section options?', 'wp-carousel-free' ) . '">' : '';
691
- echo ( $this->args['show_reset_all'] ) ? '<input type="submit" name="spf_transient[reset]" class="button button-secondary spf-reset-all spf-confirm" value="' . esc_html__( 'Reset All', 'wp-carousel-free' ) . '" data-confirm="' . esc_html__( 'Are you sure to reset all options?', 'wp-carousel-free' ) . '">' : '';
692
- echo '</div>';
693
 
694
- echo ( ! empty( $this->args['footer_text'] ) ) ? '<div class="spf-copyright">' . $this->args['footer_text'] . '</div>' : '';
695
 
696
- echo '<div class="clear"></div>';
697
- echo '</div>';
698
 
699
- }
700
 
701
  echo '</form>';
702
 
250
  'success' => false,
251
  'error' => esc_html__(
252
  'Error while saving.',
253
+ 'wp-carousel-free'
254
  ),
255
  )
256
  );
481
  }
482
  }
483
 
 
 
 
 
 
 
 
484
  }
485
 
486
  public function error_check( $sections, $err = '' ) {
674
 
675
  echo '</div>';
676
 
677
+ // if ( ! empty( $this->args['show_footer'] ) ) {
678
 
679
+ // echo '<div class="spf-footer">';
680
 
681
+ // echo '<div class="spf-buttons">';
682
+ // echo '<input type="submit" name="spf_transient[save]" class="button button-primary spf-save' . $ajax_class . '" value="' . esc_html__( 'Save', 'wp-carousel-free' ) . '" data-save="' . esc_html__( 'Saving...', 'wp-carousel-free' ) . '">';
683
+ // echo ( $this->args['show_reset_section'] ) ? '<input type="submit" name="spf_transient[reset_section]" class="button button-secondary spf-reset-section spf-confirm" value="' . esc_html__( 'Reset Section', 'wp-carousel-free' ) . '" data-confirm="' . esc_html__( 'Are you sure to reset this section options?', 'wp-carousel-free' ) . '">' : '';
684
+ // echo ( $this->args['show_reset_all'] ) ? '<input type="submit" name="spf_transient[reset]" class="button button-secondary spf-reset-all spf-confirm" value="' . esc_html__( 'Reset All', 'wp-carousel-free' ) . '" data-confirm="' . esc_html__( 'Are you sure to reset all options?', 'wp-carousel-free' ) . '">' : '';
685
+ // echo '</div>';
686
 
687
+ // echo ( ! empty( $this->args['footer_text'] ) ) ? '<div class="spf-copyright">' . $this->args['footer_text'] . '</div>' : '';
688
 
689
+ // echo '<div class="clear"></div>';
690
+ // echo '</div>';
691
 
692
+ // }
693
 
694
  echo '</form>';
695
 
includes/class-wp-carousel-free-post-types.php CHANGED
@@ -72,16 +72,16 @@ class WP_Carousel_Free_Post_Type {
72
  $labels = apply_filters(
73
  'sp_wp_carousel_post_type_labels',
74
  array(
75
- 'name' => esc_html_x( 'WordPress Carousels', 'wp-carousel-free' ),
76
  'singular_name' => esc_html_x( 'WP Carousel', 'wp-carousel-free' ),
77
  'add_new' => esc_html__( 'Add New', 'wp-carousel-free' ),
78
- 'add_new_item' => esc_html__( 'Add New WP Carousel', 'wp-carousel-free' ),
79
- 'edit_item' => esc_html__( 'Edit WP Carousel', 'wp-carousel-free' ),
80
- 'new_item' => esc_html__( 'New WP Carousel', 'wp-carousel-free' ),
81
- 'view_item' => esc_html__( 'View WP Carousel', 'wp-carousel-free' ),
82
- 'search_items' => esc_html__( 'Search WP Carousels', 'wp-carousel-free' ),
83
- 'not_found' => esc_html__( 'No WP Carousels found.', 'wp-carousel-free' ),
84
- 'not_found_in_trash' => esc_html__( 'No WP Carousels found in trash.', 'wp-carousel-free' ),
85
  'parent_item_colon' => esc_html__( 'Parent Item:', 'wp-carousel-free' ),
86
  'menu_name' => esc_html__( 'WP Carousel', 'wp-carousel-free' ),
87
  'all_items' => esc_html__( 'All Carousels', 'wp-carousel-free' ),
@@ -99,7 +99,7 @@ class WP_Carousel_Free_Post_Type {
99
  'show_ui' => true,
100
  'show_in_admin_bar' => false,
101
  'menu_position' => apply_filters( 'sp_wp_carousel_menu_position', 120 ),
102
- 'menu_icon' => WPCAROUSELF_URL . '/admin/js/icon32.png',
103
  'rewrite' => false,
104
  'query_var' => false,
105
  'supports' => array(
72
  $labels = apply_filters(
73
  'sp_wp_carousel_post_type_labels',
74
  array(
75
+ 'name' => esc_html_x( 'All Carousels', 'wp-carousel-free' ),
76
  'singular_name' => esc_html_x( 'WP Carousel', 'wp-carousel-free' ),
77
  'add_new' => esc_html__( 'Add New', 'wp-carousel-free' ),
78
+ 'add_new_item' => esc_html__( 'Add New Carousel', 'wp-carousel-free' ),
79
+ 'edit_item' => esc_html__( 'Edit Carousel', 'wp-carousel-free' ),
80
+ 'new_item' => esc_html__( 'New Carousel', 'wp-carousel-free' ),
81
+ 'view_item' => esc_html__( 'View Carousel', 'wp-carousel-free' ),
82
+ 'search_items' => esc_html__( 'Search Carousels', 'wp-carousel-free' ),
83
+ 'not_found' => esc_html__( 'No Carousels found.', 'wp-carousel-free' ),
84
+ 'not_found_in_trash' => esc_html__( 'No Carousels found in trash.', 'wp-carousel-free' ),
85
  'parent_item_colon' => esc_html__( 'Parent Item:', 'wp-carousel-free' ),
86
  'menu_name' => esc_html__( 'WP Carousel', 'wp-carousel-free' ),
87
  'all_items' => esc_html__( 'All Carousels', 'wp-carousel-free' ),
99
  'show_ui' => true,
100
  'show_in_admin_bar' => false,
101
  'menu_position' => apply_filters( 'sp_wp_carousel_menu_position', 120 ),
102
+ 'menu_icon' => WPCAROUSELF_URL . '/admin/js/wp-carousel-icon.svg',
103
  'rewrite' => false,
104
  'query_var' => false,
105
  'supports' => array(
includes/class-wp-carousel-free-shortcode.php CHANGED
@@ -165,7 +165,7 @@ class WP_Carousel_Free_Shortcode {
165
  wp_enqueue_script( 'wpcf-slick-config' );
166
 
167
  // Preloader classes.
168
- if ( $preloader && wpcf_get_option( 'wpcp_preloader_js', true ) ) {
169
  wp_enqueue_script( 'wpcp-preloader' );
170
  $carousel_classes .= ' wpcp-preloader';
171
  }
165
  wp_enqueue_script( 'wpcf-slick-config' );
166
 
167
  // Preloader classes.
168
+ if ( $preloader ) {
169
  wp_enqueue_script( 'wpcp-preloader' );
170
  $carousel_classes .= ' wpcp-preloader';
171
  }
languages/wp-carousel-free.pot CHANGED
@@ -1,90 +1,92 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Carousel Free\n"
4
- "POT-Creation-Date: 2019-05-22 16:32+0600\n"
5
- "PO-Revision-Date: 2019-05-22 16:33+0600\n"
6
  "Last-Translator: \n"
7
- "Language-Team: ShapedPlugin\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.2\n"
13
- "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-KeywordsList: __;_e;_x;_ex;_n;_nx;_n_noop;esc_html__;esc_html_e;"
16
- "esc_html_x;esc_attr__;esc_attr_e;esc_attr_x;number_format_i18n;date_i18n\n"
17
- "X-Poedit-SearchPath-0: .\n"
 
18
 
19
- #: admin/class-wp-carousel-free-admin.php:100
20
- #: admin/class-wp-carousel-free-admin.php:103
21
  msgid "Carousel updated."
22
  msgstr ""
23
 
24
- #: admin/class-wp-carousel-free-admin.php:104
25
  #, php-format
26
  msgid "Carousel restored to revision from %s"
27
  msgstr ""
28
 
29
- #: admin/class-wp-carousel-free-admin.php:105
30
  msgid "Carousel published."
31
  msgstr ""
32
 
33
- #: admin/class-wp-carousel-free-admin.php:106
34
  msgid "Carousel saved."
35
  msgstr ""
36
 
37
- #: admin/class-wp-carousel-free-admin.php:107
38
  msgid "Carousel submitted."
39
  msgstr ""
40
 
41
- #: admin/class-wp-carousel-free-admin.php:108
42
  #, php-format
43
  msgid "Carousel scheduled for: <strong>%1$s</strong>."
44
  msgstr ""
45
 
46
- #: admin/class-wp-carousel-free-admin.php:108
47
  msgid "M j, Y @ G:i"
48
  msgstr ""
49
 
50
- #: admin/class-wp-carousel-free-admin.php:109
51
  msgid "Carousel draft updated."
52
  msgstr ""
53
 
54
- #: admin/class-wp-carousel-free-admin.php:121
55
  msgid "Carousel Title"
56
  msgstr ""
57
 
58
- #: admin/class-wp-carousel-free-admin.php:122
59
  msgid "Shortcode"
60
  msgstr ""
61
 
62
- #: admin/class-wp-carousel-free-admin.php:123 admin/views/metabox-config.php:40
 
63
  msgid "Carousel Type"
64
  msgstr ""
65
 
66
- #: admin/class-wp-carousel-free-admin.php:124
67
- #: admin/views/metabox-config.php:240
68
  msgid "Date"
69
  msgstr ""
70
 
71
- #: admin/class-wp-carousel-free-admin.php:164
72
  msgid "Create Carousel"
73
  msgstr ""
74
 
75
- #: admin/class-wp-carousel-free-admin.php:194
76
  msgid "Live Demo"
77
  msgstr ""
78
 
79
- #: admin/class-wp-carousel-free-admin.php:195
80
  msgid "View WP Carousel Video Tutorials"
81
  msgstr ""
82
 
83
- #: admin/class-wp-carousel-free-admin.php:195
84
  msgid "Docs & Video Tutorials"
85
  msgstr ""
86
 
87
- #: admin/class-wp-carousel-free-admin.php:215
88
  #, php-format
89
  msgid ""
90
  "If you like <strong>WordPress Carousel</strong>, please leave us a <a href="
@@ -92,1251 +94,1223 @@ msgid ""
92
  "Your Review is very important to us as it helps us to grow more. "
93
  msgstr ""
94
 
95
- #: admin/views/help.php:50
96
  msgid "WP Carousel Help"
97
  msgstr ""
98
 
99
- #: admin/views/help.php:50
100
  msgid "Help"
101
  msgstr ""
102
 
103
- #: admin/views/help.php:66
104
  msgid "Welcome to WordPress Carousel! "
105
  msgstr ""
106
 
107
- #: admin/views/help.php:69
108
  msgid ""
109
  "Thank you for installing WordPress Carousel! You're now running the most "
110
  "popular WordPress Carousel plugin.\n"
111
  "This video will help you get started with the plugin."
112
  msgstr ""
113
 
114
- #: admin/views/help.php:85
115
  msgid "Need any Assistance?"
116
  msgstr ""
117
 
118
- #: admin/views/help.php:86
119
  msgid "Our Expert Support Team is always ready to help you out promptly."
120
  msgstr ""
121
 
122
- #: admin/views/help.php:87
123
  msgid "Contact Support"
124
  msgstr ""
125
 
126
- #: admin/views/help.php:93
127
  msgid "Looking for Documentation?"
128
  msgstr ""
129
 
130
- #: admin/views/help.php:94
131
  msgid "We have detailed documentation on every aspects of WordPress Carousel."
132
  msgstr ""
133
 
134
- #: admin/views/help.php:95
135
  msgid "Documentation"
136
  msgstr ""
137
 
138
- #: admin/views/help.php:101
139
  msgid "Like This Plugin?"
140
  msgstr ""
141
 
142
- #: admin/views/help.php:102
143
  msgid "If you like WordPress Carousel, please leave us a 5 star rating."
144
  msgstr ""
145
 
146
- #: admin/views/help.php:103
147
  msgid "Rate The Plugin"
148
  msgstr ""
149
 
150
- #: admin/views/metabox-config.php:16 admin/views/metabox-config.php:971
151
- #: admin/views/option-config.php:22
152
- msgid "WordPress Carousel Pro"
153
  msgstr ""
154
 
155
- #: admin/views/metabox-config.php:44 admin/views/metabox-config.php:650
 
156
  msgid "Image"
157
  msgstr ""
158
 
159
- #: admin/views/metabox-config.php:48
160
  msgid "Post"
161
  msgstr ""
162
 
163
- #: admin/views/metabox-config.php:52
164
- msgid "Product"
165
  msgstr ""
166
 
167
- #: admin/views/metabox-config.php:56
168
  msgid "Content"
169
  msgstr ""
170
 
171
- #: admin/views/metabox-config.php:61
172
  msgid "Video"
173
  msgstr ""
174
 
175
- #: admin/views/metabox-config.php:72
176
  msgid "ADD IMAGE"
177
  msgstr ""
178
 
179
- #: admin/views/metabox-config.php:73
180
  msgid "EDIT IMAGE"
181
  msgstr ""
182
 
183
- #: admin/views/metabox-config.php:74
184
  msgid "REMOVE ALL"
185
  msgstr ""
186
 
187
- #: admin/views/metabox-config.php:80
188
  msgid "Display Posts From"
189
  msgstr ""
190
 
191
- #: admin/views/metabox-config.php:81
192
  msgid "Select an option to display the posts."
193
  msgstr ""
194
 
195
- #: admin/views/metabox-config.php:84
196
  msgid "Latest"
197
  msgstr ""
198
 
199
- #: admin/views/metabox-config.php:87
200
  msgid "Taxonomy (Pro)"
201
  msgstr ""
202
 
203
- #: admin/views/metabox-config.php:91
204
  msgid "Specific Posts (Pro)"
205
  msgstr ""
206
 
207
- #: admin/views/metabox-config.php:103
208
  msgid "Total Posts"
209
  msgstr ""
210
 
211
- #: admin/views/metabox-config.php:104
212
  msgid "Number of total posts to show. Default value is 10."
213
  msgstr ""
214
 
215
- #: admin/views/metabox-config.php:114
216
  msgid "Display Product From"
217
  msgstr ""
218
 
219
- #: admin/views/metabox-config.php:115
220
  msgid "Select an option to display the products."
221
  msgstr ""
222
 
223
- #: admin/views/metabox-config.php:118
224
  msgid "Latest Product"
225
  msgstr ""
226
 
227
- #: admin/views/metabox-config.php:121
228
  msgid "Product Category (Pro)"
229
  msgstr ""
230
 
231
- #: admin/views/metabox-config.php:125
232
  msgid "Specific Product (Pro)"
233
  msgstr ""
234
 
235
- #: admin/views/metabox-config.php:137
236
  msgid "Total Products"
237
  msgstr ""
238
 
239
- #: admin/views/metabox-config.php:138
240
  msgid "Number of total products to display. Default value is 10."
241
  msgstr ""
242
 
243
- #: admin/views/metabox-config.php:160
244
  msgid "Shortcode Section"
245
  msgstr ""
246
 
247
- #: admin/views/metabox-config.php:173
248
  msgid "General Settings"
249
  msgstr ""
250
 
251
- #: admin/views/metabox-config.php:179
252
  msgid "Carousel Section Title"
253
  msgstr ""
254
 
255
- #: admin/views/metabox-config.php:180
256
  msgid "Show/Hide the carousel section title."
257
  msgstr ""
258
 
259
- #: admin/views/metabox-config.php:182 admin/views/metabox-config.php:355
260
- #: admin/views/metabox-config.php:396 admin/views/metabox-config.php:523
261
- #: admin/views/metabox-config.php:535 admin/views/metabox-config.php:574
262
- #: admin/views/metabox-config.php:585 admin/views/metabox-config.php:603
263
- #: admin/views/metabox-config.php:614 admin/views/metabox-config.php:625
264
- #: admin/views/metabox-config.php:636 admin/views/metabox-config.php:652
265
  msgid "Show"
266
  msgstr ""
267
 
268
- #: admin/views/metabox-config.php:183 admin/views/metabox-config.php:356
269
- #: admin/views/metabox-config.php:397 admin/views/metabox-config.php:524
270
- #: admin/views/metabox-config.php:536 admin/views/metabox-config.php:575
271
- #: admin/views/metabox-config.php:586 admin/views/metabox-config.php:604
272
- #: admin/views/metabox-config.php:615 admin/views/metabox-config.php:626
273
- #: admin/views/metabox-config.php:637 admin/views/metabox-config.php:653
274
  msgid "Hide"
275
  msgstr ""
276
 
277
- #: admin/views/metabox-config.php:189
278
  msgid "Carousel Title Margin Bottom"
279
  msgstr ""
280
 
281
- #: admin/views/metabox-config.php:190
282
  msgid ""
283
  "Set margin bottom for the carousel section title. Default value is 30px."
284
  msgstr ""
285
 
286
- #: admin/views/metabox-config.php:210
287
  msgid "Carousel Column(s)"
288
  msgstr ""
289
 
290
- #: admin/views/metabox-config.php:211
291
  msgid "Set number of column on devices."
292
  msgstr ""
293
 
294
- #: admin/views/metabox-config.php:224 admin/views/metabox-config.php:236
295
  msgid "Order by"
296
  msgstr ""
297
 
298
- #: admin/views/metabox-config.php:225
299
  msgid "Set an order by option."
300
  msgstr ""
301
 
302
- #: admin/views/metabox-config.php:227
303
  msgid "Drag & Drop"
304
  msgstr ""
305
 
306
- #: admin/views/metabox-config.php:228 admin/views/metabox-config.php:241
307
  msgid "Random"
308
  msgstr ""
309
 
310
- #: admin/views/metabox-config.php:237
311
  msgid "Select an order by option."
312
  msgstr ""
313
 
314
- #: admin/views/metabox-config.php:239
315
  msgid "ID"
316
  msgstr ""
317
 
318
- #: admin/views/metabox-config.php:242
319
  msgid "Title"
320
  msgstr ""
321
 
322
- #: admin/views/metabox-config.php:243
323
  msgid "Modified"
324
  msgstr ""
325
 
326
- #: admin/views/metabox-config.php:244
327
  msgid "Menu Order"
328
  msgstr ""
329
 
330
- #: admin/views/metabox-config.php:252
331
  msgid "Order"
332
  msgstr ""
333
 
334
- #: admin/views/metabox-config.php:253
335
  msgid "Select an order option."
336
  msgstr ""
337
 
338
- #: admin/views/metabox-config.php:255
339
  msgid "Ascending"
340
  msgstr ""
341
 
342
- #: admin/views/metabox-config.php:256
343
  msgid "Descending"
344
  msgstr ""
345
 
346
- #: admin/views/metabox-config.php:264
347
  msgid "Preloader"
348
  msgstr ""
349
 
350
- #: admin/views/metabox-config.php:265
351
  msgid "Carousel will be hidden until page load completed."
352
  msgstr ""
353
 
354
- #: admin/views/metabox-config.php:278
355
  msgid "Carousel Settings"
356
  msgstr ""
357
 
358
- #: admin/views/metabox-config.php:284
359
  msgid "AutoPlay"
360
  msgstr ""
361
 
362
- #: admin/views/metabox-config.php:285
363
  msgid "On/Off auto play."
364
  msgstr ""
365
 
366
- #: admin/views/metabox-config.php:291
367
  msgid "AutoPlay Speed"
368
  msgstr ""
369
 
370
- #: admin/views/metabox-config.php:292
371
  msgid "Set auto play speed. Default value is 3000 milliseconds."
372
  msgstr ""
373
 
374
- #: admin/views/metabox-config.php:314
375
- msgid "Pagination Speed"
376
  msgstr ""
377
 
378
- #: admin/views/metabox-config.php:315
379
- msgid "Set pagination/slide scroll speed. Default value is 600 milliseconds."
380
  msgstr ""
381
 
382
- #: admin/views/metabox-config.php:333
383
  msgid "Pause on Hover"
384
  msgstr ""
385
 
386
- #: admin/views/metabox-config.php:334
387
  msgid "On/Off carousel pause on hover."
388
  msgstr ""
389
 
390
- #: admin/views/metabox-config.php:340
391
  msgid "Infinite Loop"
392
  msgstr ""
393
 
394
- #: admin/views/metabox-config.php:341
395
  msgid "On/Off infinite loop mode."
396
  msgstr ""
397
 
398
- #: admin/views/metabox-config.php:346
399
- msgid "Navigation Settings"
400
- msgstr ""
401
-
402
- #: admin/views/metabox-config.php:352
403
  msgid "Navigation"
404
  msgstr ""
405
 
406
- #: admin/views/metabox-config.php:353
407
  msgid "Show/Hide carousel navigation."
408
  msgstr ""
409
 
410
- #: admin/views/metabox-config.php:357 admin/views/metabox-config.php:398
411
  msgid "Hide on Mobile"
412
  msgstr ""
413
 
414
- #: admin/views/metabox-config.php:369
415
  msgid "Navigation Color"
416
  msgstr ""
417
 
418
- #: admin/views/metabox-config.php:370
419
  msgid "Set color for the carousel navigation."
420
  msgstr ""
421
 
422
- #: admin/views/metabox-config.php:372 admin/views/metabox-config.php:412
423
  msgid "Color"
424
  msgstr ""
425
 
426
- #: admin/views/metabox-config.php:373
427
  msgid "Hover Color"
428
  msgstr ""
429
 
430
- #: admin/views/metabox-config.php:388
431
- msgid "Pagination Settings"
432
- msgstr ""
433
-
434
- #: admin/views/metabox-config.php:393
435
  msgid "Pagination"
436
  msgstr ""
437
 
438
- #: admin/views/metabox-config.php:394
439
  msgid "Show/Hide carousel pagination."
440
  msgstr ""
441
 
442
- #: admin/views/metabox-config.php:409
443
  msgid "Pagination Color"
444
  msgstr ""
445
 
446
- #: admin/views/metabox-config.php:410
447
  msgid "Set color for the carousel pagination dots."
448
  msgstr ""
449
 
450
- #: admin/views/metabox-config.php:413
451
  msgid "Active Color"
452
  msgstr ""
453
 
454
- #: admin/views/metabox-config.php:425
455
- msgid "Misc. Settings"
456
  msgstr ""
457
 
458
- #: admin/views/metabox-config.php:431
459
  msgid "Tab and Key Navigation"
460
  msgstr ""
461
 
462
- #: admin/views/metabox-config.php:432
463
  msgid "Enable/Disable carousel scroll with tab and keyboard."
464
  msgstr ""
465
 
466
- #: admin/views/metabox-config.php:438
467
  msgid "Touch Swipe"
468
  msgstr ""
469
 
470
- #: admin/views/metabox-config.php:439
471
  msgid "On/Off touch swipe mode."
472
  msgstr ""
473
 
474
- #: admin/views/metabox-config.php:445
475
  msgid "Mouse Draggable"
476
  msgstr ""
477
 
478
- #: admin/views/metabox-config.php:446
479
  msgid "On/Off mouse draggable mode."
480
  msgstr ""
481
 
482
- #: admin/views/metabox-config.php:464
483
  msgid "Style Settings"
484
  msgstr ""
485
 
486
- #: admin/views/metabox-config.php:471
487
  msgid "Content Position"
488
  msgstr ""
489
 
490
- #: admin/views/metabox-config.php:472
491
  msgid "Select a position for the title, content, meta etc."
492
  msgstr ""
493
 
494
- #: admin/views/metabox-config.php:475
495
  msgid "Bottom"
496
  msgstr ""
497
 
498
- #: admin/views/metabox-config.php:478
499
  msgid "Right (Pro)"
500
  msgstr ""
501
 
502
- #: admin/views/metabox-config.php:482
503
  msgid "Left (Pro)"
504
  msgstr ""
505
 
506
- #: admin/views/metabox-config.php:486
507
  msgid "Overlay (Pro)"
508
  msgstr ""
509
 
510
- #: admin/views/metabox-config.php:497
511
  msgid "Slide Border"
512
  msgstr ""
513
 
514
- #: admin/views/metabox-config.php:498
515
  msgid "Set border for the slide."
516
  msgstr ""
517
 
518
- #: admin/views/metabox-config.php:511
519
  msgid "Slide Background"
520
  msgstr ""
521
 
522
- #: admin/views/metabox-config.php:512
523
  msgid "Set background color for the slide."
524
  msgstr ""
525
 
526
- #: admin/views/metabox-config.php:521
527
  msgid "Post Title"
528
  msgstr ""
529
 
530
- #: admin/views/metabox-config.php:522
531
  msgid "Show/Hide post title."
532
  msgstr ""
533
 
534
- #: admin/views/metabox-config.php:533
535
  msgid "Post Content"
536
  msgstr ""
537
 
538
- #: admin/views/metabox-config.php:534
539
  msgid "Show/Hide post content."
540
  msgstr ""
541
 
542
- #: admin/views/metabox-config.php:544
543
  msgid "Content Display Type"
544
  msgstr ""
545
 
546
- #: admin/views/metabox-config.php:545
547
  msgid "Select a content display type."
548
  msgstr ""
549
 
550
- #: admin/views/metabox-config.php:548
551
  msgid "Excerpt"
552
  msgstr ""
553
 
554
- #: admin/views/metabox-config.php:551
555
  msgid "Full Content (Pro)"
556
  msgstr ""
557
 
558
- #: admin/views/metabox-config.php:555
559
  msgid "Content with Limit (Pro)"
560
  msgstr ""
561
 
562
- #: admin/views/metabox-config.php:565
563
  msgid "Post Meta"
564
  msgstr ""
565
 
566
- #: admin/views/metabox-config.php:572
567
  msgid "Post Date"
568
  msgstr ""
569
 
570
- #: admin/views/metabox-config.php:573
571
  msgid "Show/Hide post date."
572
  msgstr ""
573
 
574
- #: admin/views/metabox-config.php:583
575
  msgid "Post Author"
576
  msgstr ""
577
 
578
- #: admin/views/metabox-config.php:584
579
  msgid "Show/Hide post author name."
580
  msgstr ""
581
 
582
- #: admin/views/metabox-config.php:595
583
  msgid "Product Settings"
584
  msgstr ""
585
 
586
- #: admin/views/metabox-config.php:601
587
  msgid "Product Name"
588
  msgstr ""
589
 
590
- #: admin/views/metabox-config.php:602
591
  msgid "Show/Hide product name."
592
  msgstr ""
593
 
594
- #: admin/views/metabox-config.php:612
595
  msgid "Product Price"
596
  msgstr ""
597
 
598
- #: admin/views/metabox-config.php:613
599
  msgid "Show/Hide product price."
600
  msgstr ""
601
 
602
- #: admin/views/metabox-config.php:623
603
  msgid "Product Rating"
604
  msgstr ""
605
 
606
- #: admin/views/metabox-config.php:624
607
  msgid "Show/Hide product rating."
608
  msgstr ""
609
 
610
- #: admin/views/metabox-config.php:634
611
  msgid "Add to Cart Button"
612
  msgstr ""
613
 
614
- #: admin/views/metabox-config.php:635
615
  msgid "Show/Hide add to cart button."
616
  msgstr ""
617
 
618
- #: admin/views/metabox-config.php:645
619
- msgid "Image Settings"
620
- msgstr ""
621
-
622
- #: admin/views/metabox-config.php:651
623
  msgid "Show/Hide slide image."
624
  msgstr ""
625
 
626
- #: admin/views/metabox-config.php:662
627
  msgid "Image Sizes"
628
  msgstr ""
629
 
630
- #: admin/views/metabox-config.php:664
631
  msgid "Select a image size."
632
  msgstr ""
633
 
634
- #: admin/views/metabox-config.php:670
635
  msgid "Image Border"
636
  msgstr ""
637
 
638
- #: admin/views/metabox-config.php:671
639
  msgid "Set border for the product image."
640
  msgstr ""
641
 
642
- #: admin/views/metabox-config.php:683
643
  msgid "Image Title Attribute"
644
  msgstr ""
645
 
646
- #: admin/views/metabox-config.php:684
647
  msgid "Check to add image title attribute."
648
  msgstr ""
649
 
650
- #: admin/views/metabox-config.php:699
651
  msgid "Typography"
652
  msgstr ""
653
 
654
- #: admin/views/metabox-config.php:706
655
  msgid ""
656
  "The Following Typography (840+ Google Fonts) options are available in the <a "
657
  "href=\"https://shapedplugin.com/plugin/wordpress-carousel-pro/\" target="
658
  "\"_blank\">Pro Version</a> only."
659
  msgstr ""
660
 
661
- #: admin/views/metabox-config.php:711
662
  msgid "Load Carousel Section Title Font"
663
  msgstr ""
664
 
665
- #: admin/views/metabox-config.php:712
666
  msgid "On/Off google font for the carousel section title."
667
  msgstr ""
668
 
669
- #: admin/views/metabox-config.php:718
670
  msgid "Carousel Section Title Font"
671
  msgstr ""
672
 
673
- #: admin/views/metabox-config.php:719
674
  msgid "Set Carousel section title font properties."
675
  msgstr ""
676
 
677
- #: admin/views/metabox-config.php:738
678
  msgid "Load Caption Font"
679
  msgstr ""
680
 
681
- #: admin/views/metabox-config.php:739
682
  msgid "On/Off google font for the image caption."
683
  msgstr ""
684
 
685
- #: admin/views/metabox-config.php:746
686
  msgid "Caption Font"
687
  msgstr ""
688
 
689
- #: admin/views/metabox-config.php:747
690
  msgid "Set caption font properties."
691
  msgstr ""
692
 
693
- #: admin/views/metabox-config.php:765
694
  msgid "Load Description Font"
695
  msgstr ""
696
 
697
- #: admin/views/metabox-config.php:766
698
  msgid "On/Off google font for the image description."
699
  msgstr ""
700
 
701
- #: admin/views/metabox-config.php:773
702
  msgid "Description Font"
703
  msgstr ""
704
 
705
- #: admin/views/metabox-config.php:774
706
  msgid "Set description font properties."
707
  msgstr ""
708
 
709
- #: admin/views/metabox-config.php:792
710
  msgid "Load Title Font"
711
  msgstr ""
712
 
713
- #: admin/views/metabox-config.php:793
714
  msgid "On/Off google font for the slide title."
715
  msgstr ""
716
 
717
- #: admin/views/metabox-config.php:800
718
  msgid "Post Title Font"
719
  msgstr ""
720
 
721
- #: admin/views/metabox-config.php:801
722
  msgid "Set title font properties."
723
  msgstr ""
724
 
725
- #: admin/views/metabox-config.php:822
726
  msgid "Post Content Font Load"
727
  msgstr ""
728
 
729
- #: admin/views/metabox-config.php:823
730
  msgid "On/Off google font for post the content."
731
  msgstr ""
732
 
733
- #: admin/views/metabox-config.php:834
734
  msgid "Post Content Font"
735
  msgstr ""
736
 
737
- #: admin/views/metabox-config.php:835
738
  msgid "Set post content font properties."
739
  msgstr ""
740
 
741
- #: admin/views/metabox-config.php:851
742
  msgid "Post Meta Font Load"
743
  msgstr ""
744
 
745
- #: admin/views/metabox-config.php:852
746
  msgid "On/Off google font for the post meta."
747
  msgstr ""
748
 
749
- #: admin/views/metabox-config.php:863
750
  msgid "Post Meta Font"
751
  msgstr ""
752
 
753
- #: admin/views/metabox-config.php:864
754
  msgid "Set post meta font properties."
755
  msgstr ""
756
 
757
- #: admin/views/metabox-config.php:887
758
  msgid "Product Name Font Load"
759
  msgstr ""
760
 
761
- #: admin/views/metabox-config.php:888
762
  msgid "On/Off google font for the product name."
763
  msgstr ""
764
 
765
- #: admin/views/metabox-config.php:899
766
  msgid "Product Name Font"
767
  msgstr ""
768
 
769
- #: admin/views/metabox-config.php:900
770
  msgid "Set product name font properties."
771
  msgstr ""
772
 
773
- #: admin/views/metabox-config.php:923
774
  msgid "Product Price Font Load"
775
  msgstr ""
776
 
777
- #: admin/views/metabox-config.php:924
778
  msgid "On/Off google font for the product price."
779
  msgstr ""
780
 
781
- #: admin/views/metabox-config.php:935
782
  msgid "Product Price Font"
783
  msgstr ""
784
 
785
- #: admin/views/metabox-config.php:936
786
  msgid "Set product price font properties."
787
  msgstr ""
788
 
789
- #: admin/views/option-config.php:15
790
  msgid "Settings"
791
  msgstr ""
792
 
793
- #: admin/views/option-config.php:49
794
- msgid "Remove Data when Uninstall"
795
  msgstr ""
796
 
797
- #: admin/views/option-config.php:50
798
  msgid "Check to remove plugin's data when plugin is uninstalled or deleted."
799
  msgstr ""
800
 
801
- #: admin/views/option-config.php:55
802
  msgid "Enqueue or Dequeue CSS"
803
  msgstr ""
804
 
805
- #: admin/views/option-config.php:60
806
  msgid "Slick CSS"
807
  msgstr ""
808
 
809
- #: admin/views/option-config.php:61
810
  msgid "Enqueue/Dequeue slick CSS."
811
  msgstr ""
812
 
813
- #: admin/views/option-config.php:62 admin/views/option-config.php:72
814
- #: admin/views/option-config.php:86 admin/views/option-config.php:96
815
  msgid "Enqueue"
816
  msgstr ""
817
 
818
- #: admin/views/option-config.php:63 admin/views/option-config.php:73
819
- #: admin/views/option-config.php:87 admin/views/option-config.php:97
820
  msgid "Dequeue"
821
  msgstr ""
822
 
823
- #: admin/views/option-config.php:70
824
  msgid "Font Awesome CSS"
825
  msgstr ""
826
 
827
- #: admin/views/option-config.php:71
828
  msgid "Enqueue/Dequeue font awesome CSS."
829
  msgstr ""
830
 
831
- #: admin/views/option-config.php:79
832
  msgid "Enqueue or Dequeue JS"
833
  msgstr ""
834
 
835
- #: admin/views/option-config.php:84
836
- msgid "Preloader JS"
837
- msgstr ""
838
-
839
- #: admin/views/option-config.php:85
840
- msgid "Enqueue/Dequeue carousel preloader JS."
841
- msgstr ""
842
-
843
- #: admin/views/option-config.php:94
844
  msgid "Slick JS"
845
  msgstr ""
846
 
847
- #: admin/views/option-config.php:95
848
  msgid "Enqueue/Dequeue slick JS."
849
  msgstr ""
850
 
851
- #: admin/views/option-config.php:112 admin/views/option-config.php:118
852
  msgid "Custom CSS"
853
  msgstr ""
854
 
855
- #: admin/views/option-config.php:119
856
  msgid "Type your css."
857
  msgstr ""
858
 
859
- #: admin/views/premium.php:50
860
  msgid "Premium"
861
  msgstr ""
862
 
863
- #: admin/views/premium.php:65
864
  msgid "Upgrade to <span>WordPress Carousel Pro</span>"
865
  msgstr ""
866
 
867
- #: admin/views/premium.php:69
868
  msgid "Get more Advanced Functionality & Flexibility with the Premium version."
869
  msgstr ""
870
 
871
- #: admin/views/wpcfree-metabox/classes/metabox.class.php:248
872
- #: admin/views/wpcfree-metabox/classes/options.class.php:665
873
  msgid "No option provided by developer."
874
  msgstr ""
875
 
876
- #: admin/views/wpcfree-metabox/classes/metabox.class.php:266
877
  msgid "Restore"
878
  msgstr ""
879
 
880
- #: admin/views/wpcfree-metabox/classes/metabox.class.php:267
881
  msgid "update post for restore "
882
  msgstr ""
883
 
884
- #: admin/views/wpcfree-metabox/classes/metabox.class.php:267
885
  msgid "Cancel"
886
  msgstr ""
887
 
888
- #: admin/views/wpcfree-metabox/classes/options.class.php:252
889
- #: admin/views/wpcfree-metabox/functions/actions.php:116
890
- #: admin/views/wpcfree-metabox/functions/actions.php:181
891
- #: admin/views/wpcfree-metabox/functions/actions.php:208
892
  msgid "Error while saving."
893
  msgstr ""
894
 
895
- #: admin/views/wpcfree-metabox/classes/options.class.php:303
896
  msgid "Success. Imported backup options."
897
  msgstr ""
898
 
899
- #: admin/views/wpcfree-metabox/classes/options.class.php:313
900
  msgid "Default options restored."
901
  msgstr ""
902
 
903
- #: admin/views/wpcfree-metabox/classes/options.class.php:326
904
  msgid "Default options restored for only this section."
905
  msgstr ""
906
 
907
- #: admin/views/wpcfree-metabox/classes/options.class.php:381
908
  msgid "Settings saved."
909
  msgstr ""
910
 
911
- #: admin/views/wpcfree-metabox/classes/options.class.php:567
912
  msgid "show all options"
913
  msgstr ""
914
 
915
- #: admin/views/wpcfree-metabox/classes/options.class.php:569
916
  msgid "Search option(s)"
917
  msgstr ""
918
 
919
- #: admin/views/wpcfree-metabox/classes/options.class.php:572
920
- #: admin/views/wpcfree-metabox/classes/options.class.php:689
921
  msgid "Save"
922
  msgstr ""
923
 
924
- #: admin/views/wpcfree-metabox/classes/options.class.php:572
925
- #: admin/views/wpcfree-metabox/classes/options.class.php:689
926
  msgid "Saving..."
927
  msgstr ""
928
 
929
- #: admin/views/wpcfree-metabox/classes/options.class.php:573
930
- #: admin/views/wpcfree-metabox/classes/options.class.php:690
931
  msgid "Reset Section"
932
  msgstr ""
933
 
934
- #: admin/views/wpcfree-metabox/classes/options.class.php:573
935
- #: admin/views/wpcfree-metabox/classes/options.class.php:690
936
  msgid "Are you sure to reset this section options?"
937
  msgstr ""
938
 
939
- #: admin/views/wpcfree-metabox/classes/options.class.php:574
940
- #: admin/views/wpcfree-metabox/classes/options.class.php:691
941
- #: admin/views/wpcfree-metabox/fields/backup/backup.php:34
942
  msgid "Reset All"
943
  msgstr ""
944
 
945
- #: admin/views/wpcfree-metabox/classes/options.class.php:574
946
- #: admin/views/wpcfree-metabox/classes/options.class.php:691
947
  msgid "Are you sure to reset all options?"
948
  msgstr ""
949
 
950
- #: admin/views/wpcfree-metabox/classes/setup.class.php:283
951
  msgid "Are you sure?"
952
  msgstr ""
953
 
954
- #: admin/views/wpcfree-metabox/classes/setup.class.php:284
955
  msgid "Restoring options."
956
  msgstr ""
957
 
958
- #: admin/views/wpcfree-metabox/classes/setup.class.php:285
959
  msgid "Importing options."
960
  msgstr ""
961
 
962
- #: admin/views/wpcfree-metabox/classes/setup.class.php:324
963
  #, php-format
964
  msgid "Ooops! This field type (%s) can not be used here, yet."
965
  msgstr ""
966
 
967
- #: admin/views/wpcfree-metabox/classes/setup.class.php:367
968
  msgid "This field class is not available!"
969
  msgstr ""
970
 
971
- #: admin/views/wpcfree-metabox/classes/setup.class.php:370
972
  msgid "This type is not found!"
973
  msgstr ""
974
 
975
- #: admin/views/wpcfree-metabox/fields/backup/backup.php:26
976
  msgid "Import"
977
  msgstr ""
978
 
979
- #: admin/views/wpcfree-metabox/fields/backup/backup.php:27
980
  msgid "copy-paste your backup string here"
981
  msgstr ""
982
 
983
- #: admin/views/wpcfree-metabox/fields/backup/backup.php:32
984
  msgid "Export and Download Backup"
985
  msgstr ""
986
 
987
- #: admin/views/wpcfree-metabox/fields/backup/backup.php:35
988
  msgid "Please be sure for reset all of options."
989
  msgstr ""
990
 
991
- #: admin/views/wpcfree-metabox/fields/border/border.php:27
992
- #: admin/views/wpcfree-metabox/fields/spacing/spacing.php:41
993
  msgid "top"
994
  msgstr ""
995
 
996
- #: admin/views/wpcfree-metabox/fields/border/border.php:28
997
- #: admin/views/wpcfree-metabox/fields/spacing/spacing.php:42
998
  msgid "right"
999
  msgstr ""
1000
 
1001
- #: admin/views/wpcfree-metabox/fields/border/border.php:29
1002
- #: admin/views/wpcfree-metabox/fields/spacing/spacing.php:43
1003
  msgid "bottom"
1004
  msgstr ""
1005
 
1006
- #: admin/views/wpcfree-metabox/fields/border/border.php:30
1007
- #: admin/views/wpcfree-metabox/fields/spacing/spacing.php:44
1008
  msgid "left"
1009
  msgstr ""
1010
 
1011
- #: admin/views/wpcfree-metabox/fields/border/border.php:31
1012
- #: admin/views/wpcfree-metabox/fields/column/column.php:51
1013
- #: admin/views/wpcfree-metabox/fields/spacing/spacing.php:45
1014
  msgid "all"
1015
  msgstr ""
1016
 
1017
- #: admin/views/wpcfree-metabox/fields/border/border.php:56
1018
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:226
1019
  msgid "Solid"
1020
  msgstr ""
1021
 
1022
- #: admin/views/wpcfree-metabox/fields/border/border.php:57
1023
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:229
1024
  msgid "Dashed"
1025
  msgstr ""
1026
 
1027
- #: admin/views/wpcfree-metabox/fields/border/border.php:58
1028
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:228
1029
  msgid "Dotted"
1030
  msgstr ""
1031
 
1032
- #: admin/views/wpcfree-metabox/fields/border/border.php:59
1033
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:227
1034
  msgid "Double"
1035
  msgstr ""
1036
 
1037
- #: admin/views/wpcfree-metabox/fields/border/border.php:60
1038
  msgid "Inset"
1039
  msgstr ""
1040
 
1041
- #: admin/views/wpcfree-metabox/fields/border/border.php:61
1042
  msgid "Outset"
1043
  msgstr ""
1044
 
1045
- #: admin/views/wpcfree-metabox/fields/border/border.php:62
1046
  msgid "Groove"
1047
  msgstr ""
1048
 
1049
- #: admin/views/wpcfree-metabox/fields/border/border.php:63
1050
  msgid "ridge"
1051
  msgstr ""
1052
 
1053
- #: admin/views/wpcfree-metabox/fields/border/border.php:64
1054
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:225
1055
  msgid "None"
1056
  msgstr ""
1057
 
1058
- #: admin/views/wpcfree-metabox/fields/carousel_type/carousel_type.php:44
1059
  msgid "PRO"
1060
  msgstr ""
1061
 
1062
- #: admin/views/wpcfree-metabox/fields/checkbox/checkbox.php:44
1063
- #: admin/views/wpcfree-metabox/fields/radio/radio.php:46
1064
- #: admin/views/wpcfree-metabox/fields/select/select.php:76
1065
- #: admin/views/wpcfree-metabox/fields/selectf/selectf.php:72
1066
  msgid "No data provided for this option type."
1067
  msgstr ""
1068
 
1069
- #: admin/views/wpcfree-metabox/fields/column/column.php:46
1070
  msgid "Large Desktop"
1071
  msgstr ""
1072
 
1073
- #: admin/views/wpcfree-metabox/fields/column/column.php:47
1074
  msgid "Desktop"
1075
  msgstr ""
1076
 
1077
- #: admin/views/wpcfree-metabox/fields/column/column.php:48
1078
  msgid "Small Desktop"
1079
  msgstr ""
1080
 
1081
- #: admin/views/wpcfree-metabox/fields/column/column.php:49
1082
  msgid "Tablet"
1083
  msgstr ""
1084
 
1085
- #: admin/views/wpcfree-metabox/fields/column/column.php:50
1086
  msgid "Mobile"
1087
  msgstr ""
1088
 
1089
- #: admin/views/wpcfree-metabox/fields/gallery/gallery.php:22
1090
  msgid "Add Gallery"
1091
  msgstr ""
1092
 
1093
- #: admin/views/wpcfree-metabox/fields/gallery/gallery.php:23
1094
  msgid "Edit Gallery"
1095
  msgstr ""
1096
 
1097
- #: admin/views/wpcfree-metabox/fields/gallery/gallery.php:24
1098
  msgid "Clear"
1099
  msgstr ""
1100
 
1101
- #: admin/views/wpcfree-metabox/fields/image_sizes/image_sizes.php:57
1102
  msgid "Original uploaded image"
1103
  msgstr ""
1104
 
1105
- #: admin/views/wpcfree-metabox/fields/image_sizes/image_sizes.php:103
1106
  msgid "No image sizes found."
1107
  msgstr ""
1108
 
1109
- #: admin/views/wpcfree-metabox/fields/media/media.php:23
1110
  msgid "Upload"
1111
  msgstr ""
1112
 
1113
- #: admin/views/wpcfree-metabox/fields/media/media.php:24
1114
  msgid "Remove"
1115
  msgstr ""
1116
 
1117
- #: admin/views/wpcfree-metabox/fields/media/media.php:54
1118
  msgid "No media selected"
1119
  msgstr ""
1120
 
1121
- #: admin/views/wpcfree-metabox/fields/switcher/switcher.php:20
1122
  msgid "On"
1123
  msgstr ""
1124
 
1125
- #: admin/views/wpcfree-metabox/fields/switcher/switcher.php:21
1126
- #: admin/views/wpcfree-metabox/fields/switcherf/switcherf.php:19
1127
  msgid "Off"
1128
  msgstr ""
1129
 
1130
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:88
1131
  msgid "Font Family"
1132
  msgstr ""
1133
 
1134
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:105
1135
  msgid "Backup Font Family"
1136
  msgstr ""
1137
 
1138
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:125
1139
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:139
1140
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:152
1141
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:204
1142
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:235
1143
  msgid "Default"
1144
  msgstr ""
1145
 
1146
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:137
1147
  msgid "Font Style"
1148
  msgstr ""
1149
 
1150
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:151
1151
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:152
1152
  msgid "Load Extra Styles"
1153
  msgstr ""
1154
 
1155
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:165
1156
  msgid "Subset"
1157
  msgstr ""
1158
 
1159
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:175
1160
  msgid "Text Align"
1161
  msgstr ""
1162
 
1163
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:196
1164
  msgid "Font Variant"
1165
  msgstr ""
1166
 
1167
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:199
1168
  msgid "Normal"
1169
  msgstr ""
1170
 
1171
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:200
1172
  msgid "Small Caps"
1173
  msgstr ""
1174
 
1175
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:201
1176
  msgid "All Small Caps"
1177
  msgstr ""
1178
 
1179
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:213
1180
  msgid "Text Transform"
1181
  msgstr ""
1182
 
1183
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:222
1184
  msgid "Text Decoration"
1185
  msgstr ""
1186
 
1187
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:230
1188
  msgid "Wavy"
1189
  msgstr ""
1190
 
1191
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:231
1192
  msgid "Overline"
1193
  msgstr ""
1194
 
1195
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:232
1196
  msgid "Line-through"
1197
  msgstr ""
1198
 
1199
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:248
1200
  msgid "Font Size"
1201
  msgstr ""
1202
 
1203
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:260
1204
  msgid "Line Height"
1205
  msgstr ""
1206
 
1207
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:272
1208
  msgid "Letter Spacing"
1209
  msgstr ""
1210
 
1211
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:284
1212
  msgid "Word Spacing"
1213
  msgstr ""
1214
 
1215
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:300
1216
  msgid "Font Color"
1217
  msgstr ""
1218
 
1219
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:311
1220
  msgid "Font Hover Color"
1221
  msgstr ""
1222
 
1223
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:324
1224
  msgid "Custom Style"
1225
  msgstr ""
1226
 
1227
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:389
1228
  msgid "Custom Web Fonts"
1229
  msgstr ""
1230
 
1231
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:395
1232
  msgid "Safe Web Fonts"
1233
  msgstr ""
1234
 
1235
- #: admin/views/wpcfree-metabox/fields/typography/typography.php:418
1236
  msgid "Google Web Fonts"
1237
  msgstr ""
1238
 
1239
- #: admin/views/wpcfree-metabox/functions/actions.php:100
1240
  msgid "No data provided by developer"
1241
  msgstr ""
1242
 
1243
- #: admin/views/wpcfree-metabox/functions/actions.php:234
1244
  msgid "Add Icon"
1245
  msgstr ""
1246
 
1247
- #: admin/views/wpcfree-metabox/functions/actions.php:238
1248
  msgid "Search a Icon..."
1249
  msgstr ""
1250
 
1251
- #: admin/views/wpcfree-metabox/functions/validate.php:14
1252
- #: admin/views/wpcfree-metabox/functions/validate.php:82
1253
  msgid "Please write a valid email address!"
1254
  msgstr ""
1255
 
1256
- #: admin/views/wpcfree-metabox/functions/validate.php:31
1257
- #: admin/views/wpcfree-metabox/functions/validate.php:101
1258
  msgid "Please write a numeric data!"
1259
  msgstr ""
1260
 
1261
- #: admin/views/wpcfree-metabox/functions/validate.php:48
1262
- #: admin/views/wpcfree-metabox/functions/validate.php:120
1263
  msgid "Error! This field is required!"
1264
  msgstr ""
1265
 
1266
- #: admin/views/wpcfree-metabox/functions/validate.php:65
1267
- #: admin/views/wpcfree-metabox/functions/validate.php:139
1268
  msgid "Please write a valid url!"
1269
  msgstr ""
1270
 
1271
- #: includes/class-wp-carousel-free-post-types.php:75
1272
- msgid "WordPress Carousels"
 
1273
  msgstr ""
1274
 
1275
- #: includes/class-wp-carousel-free-post-types.php:76
1276
- #: includes/class-wp-carousel-free-post-types.php:86
1277
  msgid "WP Carousel"
1278
  msgstr ""
1279
 
1280
- #: includes/class-wp-carousel-free-post-types.php:77
1281
  msgid "Add New"
1282
  msgstr ""
1283
 
1284
- #: includes/class-wp-carousel-free-post-types.php:78
1285
- msgid "Add New WP Carousel"
1286
  msgstr ""
1287
 
1288
- #: includes/class-wp-carousel-free-post-types.php:79
1289
- msgid "Edit WP Carousel"
1290
  msgstr ""
1291
 
1292
- #: includes/class-wp-carousel-free-post-types.php:80
1293
- msgid "New WP Carousel"
1294
  msgstr ""
1295
 
1296
- #: includes/class-wp-carousel-free-post-types.php:81
1297
- msgid "View WP Carousel"
1298
  msgstr ""
1299
 
1300
- #: includes/class-wp-carousel-free-post-types.php:82
1301
- msgid "Search WP Carousels"
1302
  msgstr ""
1303
 
1304
- #: includes/class-wp-carousel-free-post-types.php:83
1305
- msgid "No WP Carousels found."
1306
  msgstr ""
1307
 
1308
- #: includes/class-wp-carousel-free-post-types.php:84
1309
- msgid "No WP Carousels found in trash."
1310
  msgstr ""
1311
 
1312
- #: includes/class-wp-carousel-free-post-types.php:85
1313
  msgid "Parent Item:"
1314
  msgstr ""
1315
 
1316
- #: includes/class-wp-carousel-free-post-types.php:87
1317
- msgid "All Carousels"
1318
- msgstr ""
1319
-
1320
- #: public/templates/post-carousel.php:60
1321
  msgid " By "
1322
  msgstr ""
1323
 
1324
- #: public/templates/post-carousel.php:65
1325
  msgid "On "
1326
  msgstr ""
1327
 
1328
- #: public/templates/post-carousel.php:90
1329
  msgid "No posts found"
1330
  msgstr ""
1331
 
1332
- #: public/templates/product-carousel.php:82
1333
  msgid "Rated "
1334
  msgstr ""
1335
 
1336
- #: public/templates/product-carousel.php:82
1337
  msgid " out of 5"
1338
  msgstr ""
1339
 
1340
- #: public/templates/product-carousel.php:98
1341
  msgid "No products found"
1342
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WordPress Carousel 2.1.2\n"
4
+ "POT-Creation-Date: 2019-07-02 16:15+0600\n"
5
+ "PO-Revision-Date: 2019-07-02 16:15+0600\n"
6
  "Last-Translator: \n"
7
+ "Language-Team: ShapedPlugin <support@shapedplugin.com>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.7\n"
13
+ "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_x;esc_html__;esc_html_e;esc_html_x;esc_attr__;"
17
+ "esc_attr_e;esc_attr_x\n"
18
+ "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../admin/class-wp-carousel-free-admin.php:102
21
+ #: ../admin/class-wp-carousel-free-admin.php:105
22
  msgid "Carousel updated."
23
  msgstr ""
24
 
25
+ #: ../admin/class-wp-carousel-free-admin.php:106
26
  #, php-format
27
  msgid "Carousel restored to revision from %s"
28
  msgstr ""
29
 
30
+ #: ../admin/class-wp-carousel-free-admin.php:107
31
  msgid "Carousel published."
32
  msgstr ""
33
 
34
+ #: ../admin/class-wp-carousel-free-admin.php:108
35
  msgid "Carousel saved."
36
  msgstr ""
37
 
38
+ #: ../admin/class-wp-carousel-free-admin.php:109
39
  msgid "Carousel submitted."
40
  msgstr ""
41
 
42
+ #: ../admin/class-wp-carousel-free-admin.php:110
43
  #, php-format
44
  msgid "Carousel scheduled for: <strong>%1$s</strong>."
45
  msgstr ""
46
 
47
+ #: ../admin/class-wp-carousel-free-admin.php:110
48
  msgid "M j, Y @ G:i"
49
  msgstr ""
50
 
51
+ #: ../admin/class-wp-carousel-free-admin.php:111
52
  msgid "Carousel draft updated."
53
  msgstr ""
54
 
55
+ #: ../admin/class-wp-carousel-free-admin.php:123
56
  msgid "Carousel Title"
57
  msgstr ""
58
 
59
+ #: ../admin/class-wp-carousel-free-admin.php:124
60
  msgid "Shortcode"
61
  msgstr ""
62
 
63
+ #: ../admin/class-wp-carousel-free-admin.php:125
64
+ #: ../admin/views/metabox-config.php:40
65
  msgid "Carousel Type"
66
  msgstr ""
67
 
68
+ #: ../admin/class-wp-carousel-free-admin.php:126
69
+ #: ../admin/views/metabox-config.php:241
70
  msgid "Date"
71
  msgstr ""
72
 
73
+ #: ../admin/class-wp-carousel-free-admin.php:166
74
  msgid "Create Carousel"
75
  msgstr ""
76
 
77
+ #: ../admin/class-wp-carousel-free-admin.php:196
78
  msgid "Live Demo"
79
  msgstr ""
80
 
81
+ #: ../admin/class-wp-carousel-free-admin.php:197
82
  msgid "View WP Carousel Video Tutorials"
83
  msgstr ""
84
 
85
+ #: ../admin/class-wp-carousel-free-admin.php:197
86
  msgid "Docs & Video Tutorials"
87
  msgstr ""
88
 
89
+ #: ../admin/class-wp-carousel-free-admin.php:217
90
  #, php-format
91
  msgid ""
92
  "If you like <strong>WordPress Carousel</strong>, please leave us a <a href="
94
  "Your Review is very important to us as it helps us to grow more. "
95
  msgstr ""
96
 
97
+ #: ../admin/views/help.php:50
98
  msgid "WP Carousel Help"
99
  msgstr ""
100
 
101
+ #: ../admin/views/help.php:50
102
  msgid "Help"
103
  msgstr ""
104
 
105
+ #: ../admin/views/help.php:66
106
  msgid "Welcome to WordPress Carousel! "
107
  msgstr ""
108
 
109
+ #: ../admin/views/help.php:69
110
  msgid ""
111
  "Thank you for installing WordPress Carousel! You're now running the most "
112
  "popular WordPress Carousel plugin.\n"
113
  "This video will help you get started with the plugin."
114
  msgstr ""
115
 
116
+ #: ../admin/views/help.php:85
117
  msgid "Need any Assistance?"
118
  msgstr ""
119
 
120
+ #: ../admin/views/help.php:86
121
  msgid "Our Expert Support Team is always ready to help you out promptly."
122
  msgstr ""
123
 
124
+ #: ../admin/views/help.php:87
125
  msgid "Contact Support"
126
  msgstr ""
127
 
128
+ #: ../admin/views/help.php:93
129
  msgid "Looking for Documentation?"
130
  msgstr ""
131
 
132
+ #: ../admin/views/help.php:94
133
  msgid "We have detailed documentation on every aspects of WordPress Carousel."
134
  msgstr ""
135
 
136
+ #: ../admin/views/help.php:95
137
  msgid "Documentation"
138
  msgstr ""
139
 
140
+ #: ../admin/views/help.php:101
141
  msgid "Like This Plugin?"
142
  msgstr ""
143
 
144
+ #: ../admin/views/help.php:102
145
  msgid "If you like WordPress Carousel, please leave us a 5 star rating."
146
  msgstr ""
147
 
148
+ #: ../admin/views/help.php:103
149
  msgid "Rate The Plugin"
150
  msgstr ""
151
 
152
+ #: ../admin/views/metabox-config.php:16 ../admin/views/metabox-config.php:972
153
+ #: ../admin/views/option-config.php:22
154
+ msgid "WordPress Carousel"
155
  msgstr ""
156
 
157
+ #: ../admin/views/metabox-config.php:44 ../admin/views/metabox-config.php:646
158
+ #: ../admin/views/metabox-config.php:651
159
  msgid "Image"
160
  msgstr ""
161
 
162
+ #: ../admin/views/metabox-config.php:48
163
  msgid "Post"
164
  msgstr ""
165
 
166
+ #: ../admin/views/metabox-config.php:52
167
+ msgid "Woo Product"
168
  msgstr ""
169
 
170
+ #: ../admin/views/metabox-config.php:56
171
  msgid "Content"
172
  msgstr ""
173
 
174
+ #: ../admin/views/metabox-config.php:61
175
  msgid "Video"
176
  msgstr ""
177
 
178
+ #: ../admin/views/metabox-config.php:72
179
  msgid "ADD IMAGE"
180
  msgstr ""
181
 
182
+ #: ../admin/views/metabox-config.php:73
183
  msgid "EDIT IMAGE"
184
  msgstr ""
185
 
186
+ #: ../admin/views/metabox-config.php:74
187
  msgid "REMOVE ALL"
188
  msgstr ""
189
 
190
+ #: ../admin/views/metabox-config.php:80
191
  msgid "Display Posts From"
192
  msgstr ""
193
 
194
+ #: ../admin/views/metabox-config.php:81
195
  msgid "Select an option to display the posts."
196
  msgstr ""
197
 
198
+ #: ../admin/views/metabox-config.php:84
199
  msgid "Latest"
200
  msgstr ""
201
 
202
+ #: ../admin/views/metabox-config.php:87
203
  msgid "Taxonomy (Pro)"
204
  msgstr ""
205
 
206
+ #: ../admin/views/metabox-config.php:91
207
  msgid "Specific Posts (Pro)"
208
  msgstr ""
209
 
210
+ #: ../admin/views/metabox-config.php:103
211
  msgid "Total Posts"
212
  msgstr ""
213
 
214
+ #: ../admin/views/metabox-config.php:104
215
  msgid "Number of total posts to show. Default value is 10."
216
  msgstr ""
217
 
218
+ #: ../admin/views/metabox-config.php:114
219
  msgid "Display Product From"
220
  msgstr ""
221
 
222
+ #: ../admin/views/metabox-config.php:115
223
  msgid "Select an option to display the products."
224
  msgstr ""
225
 
226
+ #: ../admin/views/metabox-config.php:118
227
  msgid "Latest Product"
228
  msgstr ""
229
 
230
+ #: ../admin/views/metabox-config.php:121
231
  msgid "Product Category (Pro)"
232
  msgstr ""
233
 
234
+ #: ../admin/views/metabox-config.php:125
235
  msgid "Specific Product (Pro)"
236
  msgstr ""
237
 
238
+ #: ../admin/views/metabox-config.php:137
239
  msgid "Total Products"
240
  msgstr ""
241
 
242
+ #: ../admin/views/metabox-config.php:138
243
  msgid "Number of total products to display. Default value is 10."
244
  msgstr ""
245
 
246
+ #: ../admin/views/metabox-config.php:160
247
  msgid "Shortcode Section"
248
  msgstr ""
249
 
250
+ #: ../admin/views/metabox-config.php:174
251
  msgid "General Settings"
252
  msgstr ""
253
 
254
+ #: ../admin/views/metabox-config.php:180
255
  msgid "Carousel Section Title"
256
  msgstr ""
257
 
258
+ #: ../admin/views/metabox-config.php:181
259
  msgid "Show/Hide the carousel section title."
260
  msgstr ""
261
 
262
+ #: ../admin/views/metabox-config.php:183 ../admin/views/metabox-config.php:356
263
+ #: ../admin/views/metabox-config.php:397 ../admin/views/metabox-config.php:524
264
+ #: ../admin/views/metabox-config.php:536 ../admin/views/metabox-config.php:575
265
+ #: ../admin/views/metabox-config.php:586 ../admin/views/metabox-config.php:604
266
+ #: ../admin/views/metabox-config.php:615 ../admin/views/metabox-config.php:626
267
+ #: ../admin/views/metabox-config.php:637 ../admin/views/metabox-config.php:653
268
  msgid "Show"
269
  msgstr ""
270
 
271
+ #: ../admin/views/metabox-config.php:184 ../admin/views/metabox-config.php:357
272
+ #: ../admin/views/metabox-config.php:398 ../admin/views/metabox-config.php:525
273
+ #: ../admin/views/metabox-config.php:537 ../admin/views/metabox-config.php:576
274
+ #: ../admin/views/metabox-config.php:587 ../admin/views/metabox-config.php:605
275
+ #: ../admin/views/metabox-config.php:616 ../admin/views/metabox-config.php:627
276
+ #: ../admin/views/metabox-config.php:638 ../admin/views/metabox-config.php:654
277
  msgid "Hide"
278
  msgstr ""
279
 
280
+ #: ../admin/views/metabox-config.php:190
281
  msgid "Carousel Title Margin Bottom"
282
  msgstr ""
283
 
284
+ #: ../admin/views/metabox-config.php:191
285
  msgid ""
286
  "Set margin bottom for the carousel section title. Default value is 30px."
287
  msgstr ""
288
 
289
+ #: ../admin/views/metabox-config.php:211
290
  msgid "Carousel Column(s)"
291
  msgstr ""
292
 
293
+ #: ../admin/views/metabox-config.php:212
294
  msgid "Set number of column on devices."
295
  msgstr ""
296
 
297
+ #: ../admin/views/metabox-config.php:225 ../admin/views/metabox-config.php:237
298
  msgid "Order by"
299
  msgstr ""
300
 
301
+ #: ../admin/views/metabox-config.php:226
302
  msgid "Set an order by option."
303
  msgstr ""
304
 
305
+ #: ../admin/views/metabox-config.php:228
306
  msgid "Drag & Drop"
307
  msgstr ""
308
 
309
+ #: ../admin/views/metabox-config.php:229 ../admin/views/metabox-config.php:242
310
  msgid "Random"
311
  msgstr ""
312
 
313
+ #: ../admin/views/metabox-config.php:238
314
  msgid "Select an order by option."
315
  msgstr ""
316
 
317
+ #: ../admin/views/metabox-config.php:240
318
  msgid "ID"
319
  msgstr ""
320
 
321
+ #: ../admin/views/metabox-config.php:243
322
  msgid "Title"
323
  msgstr ""
324
 
325
+ #: ../admin/views/metabox-config.php:244
326
  msgid "Modified"
327
  msgstr ""
328
 
329
+ #: ../admin/views/metabox-config.php:245
330
  msgid "Menu Order"
331
  msgstr ""
332
 
333
+ #: ../admin/views/metabox-config.php:253
334
  msgid "Order"
335
  msgstr ""
336
 
337
+ #: ../admin/views/metabox-config.php:254
338
  msgid "Select an order option."
339
  msgstr ""
340
 
341
+ #: ../admin/views/metabox-config.php:256
342
  msgid "Ascending"
343
  msgstr ""
344
 
345
+ #: ../admin/views/metabox-config.php:257
346
  msgid "Descending"
347
  msgstr ""
348
 
349
+ #: ../admin/views/metabox-config.php:265
350
  msgid "Preloader"
351
  msgstr ""
352
 
353
+ #: ../admin/views/metabox-config.php:266
354
  msgid "Carousel will be hidden until page load completed."
355
  msgstr ""
356
 
357
+ #: ../admin/views/metabox-config.php:279
358
  msgid "Carousel Settings"
359
  msgstr ""
360
 
361
+ #: ../admin/views/metabox-config.php:285
362
  msgid "AutoPlay"
363
  msgstr ""
364
 
365
+ #: ../admin/views/metabox-config.php:286
366
  msgid "On/Off auto play."
367
  msgstr ""
368
 
369
+ #: ../admin/views/metabox-config.php:292
370
  msgid "AutoPlay Speed"
371
  msgstr ""
372
 
373
+ #: ../admin/views/metabox-config.php:293
374
  msgid "Set auto play speed. Default value is 3000 milliseconds."
375
  msgstr ""
376
 
377
+ #: ../admin/views/metabox-config.php:315
378
+ msgid "Sliding Speed"
379
  msgstr ""
380
 
381
+ #: ../admin/views/metabox-config.php:316
382
+ msgid "Set sliding or scrolling speed. Default value is 600 milliseconds."
383
  msgstr ""
384
 
385
+ #: ../admin/views/metabox-config.php:334
386
  msgid "Pause on Hover"
387
  msgstr ""
388
 
389
+ #: ../admin/views/metabox-config.php:335
390
  msgid "On/Off carousel pause on hover."
391
  msgstr ""
392
 
393
+ #: ../admin/views/metabox-config.php:341
394
  msgid "Infinite Loop"
395
  msgstr ""
396
 
397
+ #: ../admin/views/metabox-config.php:342
398
  msgid "On/Off infinite loop mode."
399
  msgstr ""
400
 
401
+ #: ../admin/views/metabox-config.php:347 ../admin/views/metabox-config.php:353
 
 
 
 
402
  msgid "Navigation"
403
  msgstr ""
404
 
405
+ #: ../admin/views/metabox-config.php:354
406
  msgid "Show/Hide carousel navigation."
407
  msgstr ""
408
 
409
+ #: ../admin/views/metabox-config.php:358 ../admin/views/metabox-config.php:399
410
  msgid "Hide on Mobile"
411
  msgstr ""
412
 
413
+ #: ../admin/views/metabox-config.php:370
414
  msgid "Navigation Color"
415
  msgstr ""
416
 
417
+ #: ../admin/views/metabox-config.php:371
418
  msgid "Set color for the carousel navigation."
419
  msgstr ""
420
 
421
+ #: ../admin/views/metabox-config.php:373 ../admin/views/metabox-config.php:413
422
  msgid "Color"
423
  msgstr ""
424
 
425
+ #: ../admin/views/metabox-config.php:374
426
  msgid "Hover Color"
427
  msgstr ""
428
 
429
+ #: ../admin/views/metabox-config.php:389 ../admin/views/metabox-config.php:394
 
 
 
 
430
  msgid "Pagination"
431
  msgstr ""
432
 
433
+ #: ../admin/views/metabox-config.php:395
434
  msgid "Show/Hide carousel pagination."
435
  msgstr ""
436
 
437
+ #: ../admin/views/metabox-config.php:410
438
  msgid "Pagination Color"
439
  msgstr ""
440
 
441
+ #: ../admin/views/metabox-config.php:411
442
  msgid "Set color for the carousel pagination dots."
443
  msgstr ""
444
 
445
+ #: ../admin/views/metabox-config.php:414
446
  msgid "Active Color"
447
  msgstr ""
448
 
449
+ #: ../admin/views/metabox-config.php:426
450
+ msgid "Miscellaneous"
451
  msgstr ""
452
 
453
+ #: ../admin/views/metabox-config.php:432
454
  msgid "Tab and Key Navigation"
455
  msgstr ""
456
 
457
+ #: ../admin/views/metabox-config.php:433
458
  msgid "Enable/Disable carousel scroll with tab and keyboard."
459
  msgstr ""
460
 
461
+ #: ../admin/views/metabox-config.php:439
462
  msgid "Touch Swipe"
463
  msgstr ""
464
 
465
+ #: ../admin/views/metabox-config.php:440
466
  msgid "On/Off touch swipe mode."
467
  msgstr ""
468
 
469
+ #: ../admin/views/metabox-config.php:446
470
  msgid "Mouse Draggable"
471
  msgstr ""
472
 
473
+ #: ../admin/views/metabox-config.php:447
474
  msgid "On/Off mouse draggable mode."
475
  msgstr ""
476
 
477
+ #: ../admin/views/metabox-config.php:465
478
  msgid "Style Settings"
479
  msgstr ""
480
 
481
+ #: ../admin/views/metabox-config.php:472
482
  msgid "Content Position"
483
  msgstr ""
484
 
485
+ #: ../admin/views/metabox-config.php:473
486
  msgid "Select a position for the title, content, meta etc."
487
  msgstr ""
488
 
489
+ #: ../admin/views/metabox-config.php:476
490
  msgid "Bottom"
491
  msgstr ""
492
 
493
+ #: ../admin/views/metabox-config.php:479
494
  msgid "Right (Pro)"
495
  msgstr ""
496
 
497
+ #: ../admin/views/metabox-config.php:483
498
  msgid "Left (Pro)"
499
  msgstr ""
500
 
501
+ #: ../admin/views/metabox-config.php:487
502
  msgid "Overlay (Pro)"
503
  msgstr ""
504
 
505
+ #: ../admin/views/metabox-config.php:498
506
  msgid "Slide Border"
507
  msgstr ""
508
 
509
+ #: ../admin/views/metabox-config.php:499
510
  msgid "Set border for the slide."
511
  msgstr ""
512
 
513
+ #: ../admin/views/metabox-config.php:512
514
  msgid "Slide Background"
515
  msgstr ""
516
 
517
+ #: ../admin/views/metabox-config.php:513
518
  msgid "Set background color for the slide."
519
  msgstr ""
520
 
521
+ #: ../admin/views/metabox-config.php:522
522
  msgid "Post Title"
523
  msgstr ""
524
 
525
+ #: ../admin/views/metabox-config.php:523
526
  msgid "Show/Hide post title."
527
  msgstr ""
528
 
529
+ #: ../admin/views/metabox-config.php:534
530
  msgid "Post Content"
531
  msgstr ""
532
 
533
+ #: ../admin/views/metabox-config.php:535
534
  msgid "Show/Hide post content."
535
  msgstr ""
536
 
537
+ #: ../admin/views/metabox-config.php:545
538
  msgid "Content Display Type"
539
  msgstr ""
540
 
541
+ #: ../admin/views/metabox-config.php:546
542
  msgid "Select a content display type."
543
  msgstr ""
544
 
545
+ #: ../admin/views/metabox-config.php:549
546
  msgid "Excerpt"
547
  msgstr ""
548
 
549
+ #: ../admin/views/metabox-config.php:552
550
  msgid "Full Content (Pro)"
551
  msgstr ""
552
 
553
+ #: ../admin/views/metabox-config.php:556
554
  msgid "Content with Limit (Pro)"
555
  msgstr ""
556
 
557
+ #: ../admin/views/metabox-config.php:566
558
  msgid "Post Meta"
559
  msgstr ""
560
 
561
+ #: ../admin/views/metabox-config.php:573
562
  msgid "Post Date"
563
  msgstr ""
564
 
565
+ #: ../admin/views/metabox-config.php:574
566
  msgid "Show/Hide post date."
567
  msgstr ""
568
 
569
+ #: ../admin/views/metabox-config.php:584
570
  msgid "Post Author"
571
  msgstr ""
572
 
573
+ #: ../admin/views/metabox-config.php:585
574
  msgid "Show/Hide post author name."
575
  msgstr ""
576
 
577
+ #: ../admin/views/metabox-config.php:596
578
  msgid "Product Settings"
579
  msgstr ""
580
 
581
+ #: ../admin/views/metabox-config.php:602
582
  msgid "Product Name"
583
  msgstr ""
584
 
585
+ #: ../admin/views/metabox-config.php:603
586
  msgid "Show/Hide product name."
587
  msgstr ""
588
 
589
+ #: ../admin/views/metabox-config.php:613
590
  msgid "Product Price"
591
  msgstr ""
592
 
593
+ #: ../admin/views/metabox-config.php:614
594
  msgid "Show/Hide product price."
595
  msgstr ""
596
 
597
+ #: ../admin/views/metabox-config.php:624
598
  msgid "Product Rating"
599
  msgstr ""
600
 
601
+ #: ../admin/views/metabox-config.php:625
602
  msgid "Show/Hide product rating."
603
  msgstr ""
604
 
605
+ #: ../admin/views/metabox-config.php:635
606
  msgid "Add to Cart Button"
607
  msgstr ""
608
 
609
+ #: ../admin/views/metabox-config.php:636
610
  msgid "Show/Hide add to cart button."
611
  msgstr ""
612
 
613
+ #: ../admin/views/metabox-config.php:652
 
 
 
 
614
  msgid "Show/Hide slide image."
615
  msgstr ""
616
 
617
+ #: ../admin/views/metabox-config.php:663
618
  msgid "Image Sizes"
619
  msgstr ""
620
 
621
+ #: ../admin/views/metabox-config.php:665
622
  msgid "Select a image size."
623
  msgstr ""
624
 
625
+ #: ../admin/views/metabox-config.php:671
626
  msgid "Image Border"
627
  msgstr ""
628
 
629
+ #: ../admin/views/metabox-config.php:672
630
  msgid "Set border for the product image."
631
  msgstr ""
632
 
633
+ #: ../admin/views/metabox-config.php:684
634
  msgid "Image Title Attribute"
635
  msgstr ""
636
 
637
+ #: ../admin/views/metabox-config.php:685
638
  msgid "Check to add image title attribute."
639
  msgstr ""
640
 
641
+ #: ../admin/views/metabox-config.php:700
642
  msgid "Typography"
643
  msgstr ""
644
 
645
+ #: ../admin/views/metabox-config.php:707
646
  msgid ""
647
  "The Following Typography (840+ Google Fonts) options are available in the <a "
648
  "href=\"https://shapedplugin.com/plugin/wordpress-carousel-pro/\" target="
649
  "\"_blank\">Pro Version</a> only."
650
  msgstr ""
651
 
652
+ #: ../admin/views/metabox-config.php:712
653
  msgid "Load Carousel Section Title Font"
654
  msgstr ""
655
 
656
+ #: ../admin/views/metabox-config.php:713
657
  msgid "On/Off google font for the carousel section title."
658
  msgstr ""
659
 
660
+ #: ../admin/views/metabox-config.php:719
661
  msgid "Carousel Section Title Font"
662
  msgstr ""
663
 
664
+ #: ../admin/views/metabox-config.php:720
665
  msgid "Set Carousel section title font properties."
666
  msgstr ""
667
 
668
+ #: ../admin/views/metabox-config.php:739
669
  msgid "Load Caption Font"
670
  msgstr ""
671
 
672
+ #: ../admin/views/metabox-config.php:740
673
  msgid "On/Off google font for the image caption."
674
  msgstr ""
675
 
676
+ #: ../admin/views/metabox-config.php:747
677
  msgid "Caption Font"
678
  msgstr ""
679
 
680
+ #: ../admin/views/metabox-config.php:748
681
  msgid "Set caption font properties."
682
  msgstr ""
683
 
684
+ #: ../admin/views/metabox-config.php:766
685
  msgid "Load Description Font"
686
  msgstr ""
687
 
688
+ #: ../admin/views/metabox-config.php:767
689
  msgid "On/Off google font for the image description."
690
  msgstr ""
691
 
692
+ #: ../admin/views/metabox-config.php:774
693
  msgid "Description Font"
694
  msgstr ""
695
 
696
+ #: ../admin/views/metabox-config.php:775
697
  msgid "Set description font properties."
698
  msgstr ""
699
 
700
+ #: ../admin/views/metabox-config.php:793
701
  msgid "Load Title Font"
702
  msgstr ""
703
 
704
+ #: ../admin/views/metabox-config.php:794
705
  msgid "On/Off google font for the slide title."
706
  msgstr ""
707
 
708
+ #: ../admin/views/metabox-config.php:801
709
  msgid "Post Title Font"
710
  msgstr ""
711
 
712
+ #: ../admin/views/metabox-config.php:802
713
  msgid "Set title font properties."
714
  msgstr ""
715
 
716
+ #: ../admin/views/metabox-config.php:823
717
  msgid "Post Content Font Load"
718
  msgstr ""
719
 
720
+ #: ../admin/views/metabox-config.php:824
721
  msgid "On/Off google font for post the content."
722
  msgstr ""
723
 
724
+ #: ../admin/views/metabox-config.php:835
725
  msgid "Post Content Font"
726
  msgstr ""
727
 
728
+ #: ../admin/views/metabox-config.php:836
729
  msgid "Set post content font properties."
730
  msgstr ""
731
 
732
+ #: ../admin/views/metabox-config.php:852
733
  msgid "Post Meta Font Load"
734
  msgstr ""
735
 
736
+ #: ../admin/views/metabox-config.php:853
737
  msgid "On/Off google font for the post meta."
738
  msgstr ""
739
 
740
+ #: ../admin/views/metabox-config.php:864
741
  msgid "Post Meta Font"
742
  msgstr ""
743
 
744
+ #: ../admin/views/metabox-config.php:865
745
  msgid "Set post meta font properties."
746
  msgstr ""
747
 
748
+ #: ../admin/views/metabox-config.php:888
749
  msgid "Product Name Font Load"
750
  msgstr ""
751
 
752
+ #: ../admin/views/metabox-config.php:889
753
  msgid "On/Off google font for the product name."
754
  msgstr ""
755
 
756
+ #: ../admin/views/metabox-config.php:900
757
  msgid "Product Name Font"
758
  msgstr ""
759
 
760
+ #: ../admin/views/metabox-config.php:901
761
  msgid "Set product name font properties."
762
  msgstr ""
763
 
764
+ #: ../admin/views/metabox-config.php:924
765
  msgid "Product Price Font Load"
766
  msgstr ""
767
 
768
+ #: ../admin/views/metabox-config.php:925
769
  msgid "On/Off google font for the product price."
770
  msgstr ""
771
 
772
+ #: ../admin/views/metabox-config.php:936
773
  msgid "Product Price Font"
774
  msgstr ""
775
 
776
+ #: ../admin/views/metabox-config.php:937
777
  msgid "Set product price font properties."
778
  msgstr ""
779
 
780
+ #: ../admin/views/option-config.php:15
781
  msgid "Settings"
782
  msgstr ""
783
 
784
+ #: ../admin/views/option-config.php:49
785
+ msgid "Remove Data when Delete"
786
  msgstr ""
787
 
788
+ #: ../admin/views/option-config.php:50
789
  msgid "Check to remove plugin's data when plugin is uninstalled or deleted."
790
  msgstr ""
791
 
792
+ #: ../admin/views/option-config.php:55
793
  msgid "Enqueue or Dequeue CSS"
794
  msgstr ""
795
 
796
+ #: ../admin/views/option-config.php:60
797
  msgid "Slick CSS"
798
  msgstr ""
799
 
800
+ #: ../admin/views/option-config.php:61
801
  msgid "Enqueue/Dequeue slick CSS."
802
  msgstr ""
803
 
804
+ #: ../admin/views/option-config.php:62 ../admin/views/option-config.php:72
805
+ #: ../admin/views/option-config.php:86
806
  msgid "Enqueue"
807
  msgstr ""
808
 
809
+ #: ../admin/views/option-config.php:63 ../admin/views/option-config.php:73
810
+ #: ../admin/views/option-config.php:87
811
  msgid "Dequeue"
812
  msgstr ""
813
 
814
+ #: ../admin/views/option-config.php:70
815
  msgid "Font Awesome CSS"
816
  msgstr ""
817
 
818
+ #: ../admin/views/option-config.php:71
819
  msgid "Enqueue/Dequeue font awesome CSS."
820
  msgstr ""
821
 
822
+ #: ../admin/views/option-config.php:79
823
  msgid "Enqueue or Dequeue JS"
824
  msgstr ""
825
 
826
+ #: ../admin/views/option-config.php:84
 
 
 
 
 
 
 
 
827
  msgid "Slick JS"
828
  msgstr ""
829
 
830
+ #: ../admin/views/option-config.php:85
831
  msgid "Enqueue/Dequeue slick JS."
832
  msgstr ""
833
 
834
+ #: ../admin/views/option-config.php:102 ../admin/views/option-config.php:108
835
  msgid "Custom CSS"
836
  msgstr ""
837
 
838
+ #: ../admin/views/option-config.php:109
839
  msgid "Type your css."
840
  msgstr ""
841
 
842
+ #: ../admin/views/premium.php:50
843
  msgid "Premium"
844
  msgstr ""
845
 
846
+ #: ../admin/views/premium.php:65
847
  msgid "Upgrade to <span>WordPress Carousel Pro</span>"
848
  msgstr ""
849
 
850
+ #: ../admin/views/premium.php:69
851
  msgid "Get more Advanced Functionality & Flexibility with the Premium version."
852
  msgstr ""
853
 
854
+ #: ../admin/views/wpcfree-metabox/classes/metabox.class.php:248
855
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:658
856
  msgid "No option provided by developer."
857
  msgstr ""
858
 
859
+ #: ../admin/views/wpcfree-metabox/classes/metabox.class.php:266
860
  msgid "Restore"
861
  msgstr ""
862
 
863
+ #: ../admin/views/wpcfree-metabox/classes/metabox.class.php:267
864
  msgid "update post for restore "
865
  msgstr ""
866
 
867
+ #: ../admin/views/wpcfree-metabox/classes/metabox.class.php:267
868
  msgid "Cancel"
869
  msgstr ""
870
 
871
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:252
872
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:116
873
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:181
874
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:208
875
  msgid "Error while saving."
876
  msgstr ""
877
 
878
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:303
879
  msgid "Success. Imported backup options."
880
  msgstr ""
881
 
882
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:313
883
  msgid "Default options restored."
884
  msgstr ""
885
 
886
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:326
887
  msgid "Default options restored for only this section."
888
  msgstr ""
889
 
890
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:381
891
  msgid "Settings saved."
892
  msgstr ""
893
 
894
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:560
895
  msgid "show all options"
896
  msgstr ""
897
 
898
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:562
899
  msgid "Search option(s)"
900
  msgstr ""
901
 
902
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:565
 
903
  msgid "Save"
904
  msgstr ""
905
 
906
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:565
 
907
  msgid "Saving..."
908
  msgstr ""
909
 
910
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:566
 
911
  msgid "Reset Section"
912
  msgstr ""
913
 
914
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:566
 
915
  msgid "Are you sure to reset this section options?"
916
  msgstr ""
917
 
918
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:567
919
+ #: ../admin/views/wpcfree-metabox/fields/backup/backup.php:34
 
920
  msgid "Reset All"
921
  msgstr ""
922
 
923
+ #: ../admin/views/wpcfree-metabox/classes/options.class.php:567
 
924
  msgid "Are you sure to reset all options?"
925
  msgstr ""
926
 
927
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:283
928
  msgid "Are you sure?"
929
  msgstr ""
930
 
931
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:284
932
  msgid "Restoring options."
933
  msgstr ""
934
 
935
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:285
936
  msgid "Importing options."
937
  msgstr ""
938
 
939
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:324
940
  #, php-format
941
  msgid "Ooops! This field type (%s) can not be used here, yet."
942
  msgstr ""
943
 
944
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:367
945
  msgid "This field class is not available!"
946
  msgstr ""
947
 
948
+ #: ../admin/views/wpcfree-metabox/classes/setup.class.php:370
949
  msgid "This type is not found!"
950
  msgstr ""
951
 
952
+ #: ../admin/views/wpcfree-metabox/fields/backup/backup.php:26
953
  msgid "Import"
954
  msgstr ""
955
 
956
+ #: ../admin/views/wpcfree-metabox/fields/backup/backup.php:27
957
  msgid "copy-paste your backup string here"
958
  msgstr ""
959
 
960
+ #: ../admin/views/wpcfree-metabox/fields/backup/backup.php:32
961
  msgid "Export and Download Backup"
962
  msgstr ""
963
 
964
+ #: ../admin/views/wpcfree-metabox/fields/backup/backup.php:35
965
  msgid "Please be sure for reset all of options."
966
  msgstr ""
967
 
968
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:27
969
+ #: ../admin/views/wpcfree-metabox/fields/spacing/spacing.php:41
970
  msgid "top"
971
  msgstr ""
972
 
973
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:28
974
+ #: ../admin/views/wpcfree-metabox/fields/spacing/spacing.php:42
975
  msgid "right"
976
  msgstr ""
977
 
978
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:29
979
+ #: ../admin/views/wpcfree-metabox/fields/spacing/spacing.php:43
980
  msgid "bottom"
981
  msgstr ""
982
 
983
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:30
984
+ #: ../admin/views/wpcfree-metabox/fields/spacing/spacing.php:44
985
  msgid "left"
986
  msgstr ""
987
 
988
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:31
989
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:51
990
+ #: ../admin/views/wpcfree-metabox/fields/spacing/spacing.php:45
991
  msgid "all"
992
  msgstr ""
993
 
994
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:56
995
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:226
996
  msgid "Solid"
997
  msgstr ""
998
 
999
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:57
1000
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:229
1001
  msgid "Dashed"
1002
  msgstr ""
1003
 
1004
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:58
1005
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:228
1006
  msgid "Dotted"
1007
  msgstr ""
1008
 
1009
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:59
1010
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:227
1011
  msgid "Double"
1012
  msgstr ""
1013
 
1014
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:60
1015
  msgid "Inset"
1016
  msgstr ""
1017
 
1018
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:61
1019
  msgid "Outset"
1020
  msgstr ""
1021
 
1022
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:62
1023
  msgid "Groove"
1024
  msgstr ""
1025
 
1026
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:63
1027
  msgid "ridge"
1028
  msgstr ""
1029
 
1030
+ #: ../admin/views/wpcfree-metabox/fields/border/border.php:64
1031
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:225
1032
  msgid "None"
1033
  msgstr ""
1034
 
1035
+ #: ../admin/views/wpcfree-metabox/fields/carousel_type/carousel_type.php:44
1036
  msgid "PRO"
1037
  msgstr ""
1038
 
1039
+ #: ../admin/views/wpcfree-metabox/fields/checkbox/checkbox.php:44
1040
+ #: ../admin/views/wpcfree-metabox/fields/radio/radio.php:46
1041
+ #: ../admin/views/wpcfree-metabox/fields/select/select.php:76
1042
+ #: ../admin/views/wpcfree-metabox/fields/selectf/selectf.php:72
1043
  msgid "No data provided for this option type."
1044
  msgstr ""
1045
 
1046
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:46
1047
  msgid "Large Desktop"
1048
  msgstr ""
1049
 
1050
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:47
1051
  msgid "Desktop"
1052
  msgstr ""
1053
 
1054
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:48
1055
  msgid "Small Desktop"
1056
  msgstr ""
1057
 
1058
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:49
1059
  msgid "Tablet"
1060
  msgstr ""
1061
 
1062
+ #: ../admin/views/wpcfree-metabox/fields/column/column.php:50
1063
  msgid "Mobile"
1064
  msgstr ""
1065
 
1066
+ #: ../admin/views/wpcfree-metabox/fields/gallery/gallery.php:22
1067
  msgid "Add Gallery"
1068
  msgstr ""
1069
 
1070
+ #: ../admin/views/wpcfree-metabox/fields/gallery/gallery.php:23
1071
  msgid "Edit Gallery"
1072
  msgstr ""
1073
 
1074
+ #: ../admin/views/wpcfree-metabox/fields/gallery/gallery.php:24
1075
  msgid "Clear"
1076
  msgstr ""
1077
 
1078
+ #: ../admin/views/wpcfree-metabox/fields/image_sizes/image_sizes.php:57
1079
  msgid "Original uploaded image"
1080
  msgstr ""
1081
 
1082
+ #: ../admin/views/wpcfree-metabox/fields/image_sizes/image_sizes.php:103
1083
  msgid "No image sizes found."
1084
  msgstr ""
1085
 
1086
+ #: ../admin/views/wpcfree-metabox/fields/media/media.php:23
1087
  msgid "Upload"
1088
  msgstr ""
1089
 
1090
+ #: ../admin/views/wpcfree-metabox/fields/media/media.php:24
1091
  msgid "Remove"
1092
  msgstr ""
1093
 
1094
+ #: ../admin/views/wpcfree-metabox/fields/media/media.php:54
1095
  msgid "No media selected"
1096
  msgstr ""
1097
 
1098
+ #: ../admin/views/wpcfree-metabox/fields/switcher/switcher.php:20
1099
  msgid "On"
1100
  msgstr ""
1101
 
1102
+ #: ../admin/views/wpcfree-metabox/fields/switcher/switcher.php:21
1103
+ #: ../admin/views/wpcfree-metabox/fields/switcherf/switcherf.php:19
1104
  msgid "Off"
1105
  msgstr ""
1106
 
1107
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:88
1108
  msgid "Font Family"
1109
  msgstr ""
1110
 
1111
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:105
1112
  msgid "Backup Font Family"
1113
  msgstr ""
1114
 
1115
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:125
1116
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:139
1117
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:152
1118
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:204
1119
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:235
1120
  msgid "Default"
1121
  msgstr ""
1122
 
1123
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:137
1124
  msgid "Font Style"
1125
  msgstr ""
1126
 
1127
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:151
1128
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:152
1129
  msgid "Load Extra Styles"
1130
  msgstr ""
1131
 
1132
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:165
1133
  msgid "Subset"
1134
  msgstr ""
1135
 
1136
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:175
1137
  msgid "Text Align"
1138
  msgstr ""
1139
 
1140
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:196
1141
  msgid "Font Variant"
1142
  msgstr ""
1143
 
1144
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:199
1145
  msgid "Normal"
1146
  msgstr ""
1147
 
1148
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:200
1149
  msgid "Small Caps"
1150
  msgstr ""
1151
 
1152
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:201
1153
  msgid "All Small Caps"
1154
  msgstr ""
1155
 
1156
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:213
1157
  msgid "Text Transform"
1158
  msgstr ""
1159
 
1160
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:222
1161
  msgid "Text Decoration"
1162
  msgstr ""
1163
 
1164
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:230
1165
  msgid "Wavy"
1166
  msgstr ""
1167
 
1168
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:231
1169
  msgid "Overline"
1170
  msgstr ""
1171
 
1172
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:232
1173
  msgid "Line-through"
1174
  msgstr ""
1175
 
1176
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:248
1177
  msgid "Font Size"
1178
  msgstr ""
1179
 
1180
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:260
1181
  msgid "Line Height"
1182
  msgstr ""
1183
 
1184
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:272
1185
  msgid "Letter Spacing"
1186
  msgstr ""
1187
 
1188
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:284
1189
  msgid "Word Spacing"
1190
  msgstr ""
1191
 
1192
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:300
1193
  msgid "Font Color"
1194
  msgstr ""
1195
 
1196
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:311
1197
  msgid "Font Hover Color"
1198
  msgstr ""
1199
 
1200
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:324
1201
  msgid "Custom Style"
1202
  msgstr ""
1203
 
1204
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:389
1205
  msgid "Custom Web Fonts"
1206
  msgstr ""
1207
 
1208
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:395
1209
  msgid "Safe Web Fonts"
1210
  msgstr ""
1211
 
1212
+ #: ../admin/views/wpcfree-metabox/fields/typography/typography.php:418
1213
  msgid "Google Web Fonts"
1214
  msgstr ""
1215
 
1216
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:100
1217
  msgid "No data provided by developer"
1218
  msgstr ""
1219
 
1220
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:234
1221
  msgid "Add Icon"
1222
  msgstr ""
1223
 
1224
+ #: ../admin/views/wpcfree-metabox/functions/actions.php:238
1225
  msgid "Search a Icon..."
1226
  msgstr ""
1227
 
1228
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:14
1229
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:82
1230
  msgid "Please write a valid email address!"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:31
1234
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:101
1235
  msgid "Please write a numeric data!"
1236
  msgstr ""
1237
 
1238
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:48
1239
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:120
1240
  msgid "Error! This field is required!"
1241
  msgstr ""
1242
 
1243
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:65
1244
+ #: ../admin/views/wpcfree-metabox/functions/validate.php:139
1245
  msgid "Please write a valid url!"
1246
  msgstr ""
1247
 
1248
+ #: ../includes/class-wp-carousel-free-post-types.php:75
1249
+ #: ../includes/class-wp-carousel-free-post-types.php:87
1250
+ msgid "All Carousels"
1251
  msgstr ""
1252
 
1253
+ #: ../includes/class-wp-carousel-free-post-types.php:76
1254
+ #: ../includes/class-wp-carousel-free-post-types.php:86
1255
  msgid "WP Carousel"
1256
  msgstr ""
1257
 
1258
+ #: ../includes/class-wp-carousel-free-post-types.php:77
1259
  msgid "Add New"
1260
  msgstr ""
1261
 
1262
+ #: ../includes/class-wp-carousel-free-post-types.php:78
1263
+ msgid "Add New Carousel"
1264
  msgstr ""
1265
 
1266
+ #: ../includes/class-wp-carousel-free-post-types.php:79
1267
+ msgid "Edit Carousel"
1268
  msgstr ""
1269
 
1270
+ #: ../includes/class-wp-carousel-free-post-types.php:80
1271
+ msgid "New Carousel"
1272
  msgstr ""
1273
 
1274
+ #: ../includes/class-wp-carousel-free-post-types.php:81
1275
+ msgid "View Carousel"
1276
  msgstr ""
1277
 
1278
+ #: ../includes/class-wp-carousel-free-post-types.php:82
1279
+ msgid "Search Carousels"
1280
  msgstr ""
1281
 
1282
+ #: ../includes/class-wp-carousel-free-post-types.php:83
1283
+ msgid "No Carousels found."
1284
  msgstr ""
1285
 
1286
+ #: ../includes/class-wp-carousel-free-post-types.php:84
1287
+ msgid "No Carousels found in trash."
1288
  msgstr ""
1289
 
1290
+ #: ../includes/class-wp-carousel-free-post-types.php:85
1291
  msgid "Parent Item:"
1292
  msgstr ""
1293
 
1294
+ #: ../public/templates/post-carousel.php:60
 
 
 
 
1295
  msgid " By "
1296
  msgstr ""
1297
 
1298
+ #: ../public/templates/post-carousel.php:65
1299
  msgid "On "
1300
  msgstr ""
1301
 
1302
+ #: ../public/templates/post-carousel.php:90
1303
  msgid "No posts found"
1304
  msgstr ""
1305
 
1306
+ #: ../public/templates/product-carousel.php:82
1307
  msgid "Rated "
1308
  msgstr ""
1309
 
1310
+ #: ../public/templates/product-carousel.php:82
1311
  msgid " out of 5"
1312
  msgstr ""
1313
 
1314
+ #: ../public/templates/product-carousel.php:98
1315
  msgid "No products found"
1316
  msgstr ""
public/css/bx_loader.gif DELETED
Binary file
public/css/wp-carousel-free-public.min.css CHANGED
File without changes
public/templates/image-carousel.php CHANGED
@@ -21,7 +21,7 @@ echo '<div class="wpcp-carousel-wrapper wpcp-wrapper-' . $post_id . '">';
21
  if ( $section_title ) {
22
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
23
  }
24
- if ( $preloader && wpcf_get_option( 'wpcp_preloader_js', true ) ) {
25
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
26
  }
27
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
21
  if ( $section_title ) {
22
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
23
  }
24
+ if ( $preloader ) {
25
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
26
  }
27
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
public/templates/post-carousel.php CHANGED
@@ -30,7 +30,7 @@ $show_post_author = $shortcode_data['wpcp_post_author_show'];
30
  if ( $section_title ) {
31
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
32
  }
33
- if ( $preloader && wpcf_get_option( 'wpcp_preloader_js', true ) ) {
34
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
35
  }
36
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
30
  if ( $section_title ) {
31
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
32
  }
33
+ if ( $preloader ) {
34
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
35
  }
36
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
public/templates/preloader.php CHANGED
@@ -10,7 +10,7 @@
10
  if ( ! defined( 'WPINC' ) ) {
11
  die;
12
  }
13
- $preloader_image = WPCAROUSELF_URL . 'public/css/bx_loader.gif';
14
  if ( ! empty( $preloader_image ) ) {
15
  echo '<div id="wpcp-preloader-' . $post_id . '" class="wpcp-carousel-preloader">';
16
  echo '<img src=" ' . $preloader_image . ' "/>';
10
  if ( ! defined( 'WPINC' ) ) {
11
  die;
12
  }
13
+ $preloader_image = WPCAROUSELF_URL . 'public/css/ajax-loader.gif';
14
  if ( ! empty( $preloader_image ) ) {
15
  echo '<div id="wpcp-preloader-' . $post_id . '" class="wpcp-carousel-preloader">';
16
  echo '<img src=" ' . $preloader_image . ' "/>';
public/templates/product-carousel.php CHANGED
@@ -43,7 +43,7 @@ $show_product_cart = $shortcode_data['wpcp_product_cart'];
43
  if ( $section_title ) {
44
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
45
  }
46
- if ( $preloader && wpcf_get_option( 'wpcp_preloader_js', true ) ) {
47
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
48
  }
49
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
43
  if ( $section_title ) {
44
  echo '<h2 class="sp-wpcpro-section-title">' . get_the_title( $post_id ) . '</h2>';
45
  }
46
+ if ( $preloader ) {
47
  require WPCAROUSELF_PATH . '/public/templates/preloader.php';
48
  }
49
  echo '<div id="sp-wp-carousel-free-id-' . $post_id . '" class="' . $carousel_classes . '" ' . $wpcp_slick_options . ' dir="ltr">';
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === WordPress Carousel ===
2
  Contributors: shapedplugin
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.3
6
- Tested up to: 5.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -326,7 +326,11 @@ Thank you!
326
 
327
  == Changelog ==
328
 
329
- = 2.1.1 - May 25, 2019 =
 
 
 
 
330
  * New: Swipe to Slide option.
331
  * Fix: Border backward compatibility issue.
332
  * Fix: AutoPlay Speed backward compatibility issue.
1
+ === WordPress Carousel - Responsive Image Slider for WordPress ===
2
  Contributors: shapedplugin
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.3
6
+ Tested up to: 5.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
326
 
327
  == Changelog ==
328
 
329
+ = 2.1.2 Jul 02, 2019 =
330
+ * Fix: Preloader image lod issue.
331
+ * Improved: Admin dashboard.
332
+
333
+ = 2.1.1 – MAY 25, 2019 =
334
  * New: Swipe to Slide option.
335
  * Fix: Border backward compatibility issue.
336
  * Fix: AutoPlay Speed backward compatibility issue.
wp-carousel-free.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WordPress Carousel
11
  * Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro/
12
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
13
- * Version: 2.1.1
14
  * Author: ShapedPlugin
15
  * Author URI: https://shapedplugin.com/
16
  * License: GPL-2.0+
@@ -119,7 +119,7 @@ class SP_WP_Carousel_Free {
119
  */
120
  public function setup() {
121
  $this->plugin_name = 'wp-carousel-free';
122
- $this->version = '2.1.1';
123
  $this->define_constants();
124
  $this->includes();
125
  $this->load_dependencies();
10
  * Plugin Name: WordPress Carousel
11
  * Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro/
12
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
13
+ * Version: 2.1.2
14
  * Author: ShapedPlugin
15
  * Author URI: https://shapedplugin.com/
16
  * License: GPL-2.0+
119
  */
120
  public function setup() {
121
  $this->plugin_name = 'wp-carousel-free';
122
+ $this->version = '2.1.2';
123
  $this->define_constants();
124
  $this->includes();
125
  $this->load_dependencies();