Version Description
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 5.9.3 |
Comparing to | |
See all releases |
Code changes from version 5.9.2 to 5.9.3
- changelog.txt +14 -0
- includes/css/shortcodes.css +1 -1
- includes/css/shortcodes.full.css +146 -151
- includes/functions-galleries.php +5 -0
- includes/js/shortcodes/index.js +1 -1
- includes/js/shortcodes/index.js.map +1 -1
- includes/shortcodes/image-carousel.php +6 -0
- includes/shortcodes/posts.php +1 -1
- includes/shortcodes/spoiler.php +14 -7
- includes/shortcodes/tabs.php +13 -6
- languages/shortcodes-ultimate.pot +49 -29
- readme.txt +7 -9
- shortcodes-ultimate.php +2 -2
changelog.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### 5.9.1
|
2 |
|
3 |
**What's new**
|
1 |
+
### 5.9.2
|
2 |
+
|
3 |
+
**What's new**
|
4 |
+
|
5 |
+
- `[su_qrcode]` now supports nested shortcodes in the `data` attribute
|
6 |
+
- Improved performance by reducing the number of DB queries
|
7 |
+
|
8 |
+
**Fixes**
|
9 |
+
|
10 |
+
- Fixed issue in the Insert Shortcode tool with Taxonomy and Tax terms fields
|
11 |
+
- Fixed error `Posts: invalid template name` on some installations
|
12 |
+
- This update also fixes the plugin options issue present in 5.9.1
|
13 |
+
|
14 |
+
|
15 |
### 5.9.1
|
16 |
|
17 |
**What's new**
|
includes/css/shortcodes.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.su-u-clearfix::after{content:'';display:table;clear:both}.su-u-trim>:first-child{margin-top:0}.su-u-trim>:last-child{margin-bottom:0}.su-u-responsive-media-yes{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.su-u-responsive-media-yes .fluid-width-video-wrapper,.su-u-responsive-media-yes .video-holder{position:static!important}.su-u-responsive-media-yes embed,.su-u-responsive-media-yes iframe,.su-u-responsive-media-yes object{position:absolute;top:0;left:0;width:100%;height:100%}.su-u-overflow-hidden{overflow:hidden}.su-accordion{margin-bottom:1.5em}.su-accordion .su-spoiler{margin-bottom:.5em}.su-audio{position:relative;width:100%;height:30px;margin-bottom:1.5em;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-radius:3px}.su-audio .jp-pause,.su-audio .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;cursor:pointer;border-right:1px solid #454947;background-image:url(../images/player/default.png);background-repeat:no-repeat}.su-audio .jp-play{background-position:0 0}.su-audio .jp-pause{background-position:-30px 0}.su-audio .jp-current-time,.su-audio .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;font-size:10px;color:#eee;text-shadow:0 -1px 0 #000}.su-audio .jp-current-time{left:45px}.su-audio .jp-duration{right:10px}.su-audio .jp-play-bar,.su-audio .jp-seek-bar{position:absolute;top:0;left:0;height:10px;border-radius:3px;cursor:pointer}.su-audio .jp-progress{position:absolute;top:10px;left:85px;right:50px;height:10px;background:#333;box-shadow:0 0 5px #000 inset;border-radius:3px}.su-audio .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-audio .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-box{margin:0 0 1.5em;border-width:2px;border-style:solid}.su-box-title{display:block;padding:.5em 1em;font-weight:700;font-size:1.1em}.su-box-content{background-color:#fff;color:#444;padding:1em}.su-box-style-soft .su-box-title{background-image:url(../images/styles/style-soft.png);background-position:0 0;background-repeat:repeat-x}.su-box-style-glass .su-box-title{background-image:url(../images/styles/style-glass.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-bubbles .su-box-title{background-image:url(../images/styles/style-bubbles.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-noise .su-box-title{background-image:url(../images/styles/style-noise.png);background-position:0 0;background-repeat:repeat-x}.su-button{display:inline-block!important;text-align:center;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button-wide{display:block!important;margin:1em 0}.su-button-center{text-align:center}.su-button span{display:block!important;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button img{border:none!important;vertical-align:middle!important;margin:-.2em .4em 0 -.3em!important;box-shadow:none!important}.su-button i{display:inline-block;width:1em;height:1em;margin:0 .5em 0 0!important;text-align:center;line-height:1em}.su-button.su-button-float-icon img{margin:0 .5em!important}.su-button small{display:block;margin:-.2em 0 0;color:inherit;text-align:center;font-style:normal;font-size:.8em;line-height:1;opacity:.7}.su-button-style-default{border-width:1px;border-style:solid}.su-button-style-default:hover{opacity:.7}.su-button-style-default span{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid}.su-button-style-flat,.su-button-style-flat span{border:none}.su-button-style-flat span{position:relative}.su-button-style-flat:hover span{top:1px}.su-button-style-ghost{background:0 0!important}.su-button-style-ghost span{border-width:3px;border-style:solid}.su-button-style-ghost:hover span{border-color:inherit!important}.su-button-style-soft span{background:0 -20px url(../images/styles/style-soft.png) repeat-x}.su-button-style-soft:hover span{background:0 0 url(../images/styles/style-soft.png) repeat-x}.su-button-style-glass span{background:0 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-glass:hover span{background:100% 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-bubbles span{background:0 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-bubbles:hover span{background:-710px 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-noise span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-noise:hover span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-stroked span{margin:1px;border:1px dashed #fff!important}.su-button-style-stroked:hover span{opacity:.7}.su-button-style-3d{border-bottom-style:solid;border-bottom-width:6px}.su-button-style-3d span{border-bottom-style:solid;border-bottom-width:1px}.su-button-style-3d:hover{position:relative;top:3px;border-bottom-width:3px}.su-carousel{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-carousel-centered{margin:0 auto 1.5em}.su-carousel-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-carousel-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-carousel-slide{position:relative;float:left}.su-carousel-slide>a,.su-carousel-slide>a>img,.su-carousel-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.su-carousel-responsive-yes .su-carousel-slide>a,.su-carousel-responsive-yes .su-carousel-slide>a>img,.su-carousel-responsive-yes .su-carousel-slide>img{height:auto}.su-carousel-pages-no .su-carousel-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-carousel .su-carousel-slide a{padding:0 5px}.su-carousel .su-carousel-slide img{padding:3px;border:1px solid #ccc;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.su-carousel .su-carousel-slide-title{position:absolute;left:9px;right:9px;bottom:4px;display:block;padding:2px 3px;color:#fff;line-height:1.2;font-size:11px;background:#000;background:rgba(0,0,0,.5);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-carousel .su-carousel-next,.su-carousel .su-carousel-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel .su-carousel-prev{right:20px;margin-right:40px;background-position:-40px 0}.su-carousel .su-carousel-next{left:20px;margin-left:40px;background-position:0 0}.su-carousel:hover .su-carousel-next,.su-carousel:hover .su-carousel-prev{margin-left:0;margin-right:0;opacity:.7}.su-carousel .su-carousel-next:hover,.su-carousel .su-carousel-prev:hover{opacity:1}.su-carousel .su-carousel-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination{bottom:20px;opacity:1}.su-carousel .su-carousel-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination span{margin:0 3px}.su-carousel .su-carousel-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-carousel .su-carousel-pagination span.swiper-active-switch,.su-carousel .su-carousel-pagination span:hover{background-position:0 -40px}.su-row{clear:both;zoom:1;margin-bottom:1.5em}.su-row:after,.su-row:before{display:table;content:''}.su-row:after{clear:both}.su-column{display:block;margin:0 4% 0 0;float:left;box-sizing:border-box}.su-column-last{margin-right:0}.su-row .su-column{margin:0 0 0 4%}.su-row .su-column.su-column-size-1-1{margin-left:0;margin-right:0}.su-row .su-column:first-child{margin-left:0}.su-row .su-column.su-column-centered{margin-right:auto;margin-left:auto;float:none}.su-column embed,.su-column iframe,.su-column img,.su-column object{max-width:100%}.su-column-size-1-1{width:100%}.su-column-size-1-2{width:48%}.su-column-size-1-3{width:30.66%}.su-column-size-2-3{width:65.33%}.su-column-size-1-4{width:22%}.su-column-size-3-4{width:74%}.su-column-size-1-5{width:16.8%}.su-column-size-2-5{width:37.6%}.su-column-size-3-5{width:58.4%}.su-column-size-4-5{width:79.2%}.su-column-size-1-6{width:13.33%}.su-column-size-5-6{width:82.66%}.su-custom-gallery{margin-bottom:1.5em}.su-custom-gallery:after,.su-custom-gallery:before{content:'';display:table}.su-custom-gallery:after{clear:both}.su-custom-gallery-slide{position:relative;float:left;margin:.5em;overflow:hidden}.su-custom-gallery-slide a{display:block;width:100%}.su-custom-gallery-slide img{display:block;margin:0;padding:3px;border:1px solid #ccc;background:#fff;box-sizing:border-box;border-radius:5px;box-shadow:none;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover img{background:#eee;border:1px solid #aaa}.su-custom-gallery-slide span{position:absolute;left:4px;bottom:4px;right:4px;display:block;padding:2px 4px;font-size:12px;color:#fff;background:#000;background:rgba(0,0,0,.5);line-height:1.3;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover span{opacity:1}.su-custom-gallery-title-never span{display:none}.su-custom-gallery-title-always span{opacity:1}.su-dailymotion{margin:0 0 1.5em}.su-dailymotion iframe{border:none!important}.su-display-posts-template-default .su-post{display:-webkit-box;display:flex;margin-bottom:1.75em}.su-display-posts-template-default .su-post-thumbnail{margin:0 1.25em 0 0;width:8.25em}.su-display-posts-template-default .su-post-thumbnail a{display:block!important;text-decoration:none!important}.su-display-posts-template-default .su-post-thumbnail img{display:block!important;margin:0!important;max-width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.su-display-posts-template-default .su-post-body{-webkit-box-flex:1;flex:1}.su-display-posts-template-default h2.su-post-title{margin:0 0 1em!important;padding:0!important;border:none!important;font-size:1.35em!important}.su-display-posts-template-default h2.su-post-title::after,.su-display-posts-template-default h2.su-post-title::before{display:none}.su-display-posts-template-default .su-post-meta{margin:1em 0;font-size:.85em;opacity:.85}.su-display-posts-template-default .su-post-excerpt p{margin:1em 0}.su-display-posts-template-default .su-post-excerpt>:last-child{margin-bottom:0!important}.su-display-posts-template-default .su-post-comments-link{margin:1em 0 0}.su-display-posts-template-teasers .su-post{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1em}.su-display-posts-template-teasers .su-post-thumbnail{margin:0 1em 0 0;width:3.75em}.su-display-posts-template-teasers .su-post-thumbnail a{display:block!important;text-decoration:none!important}.su-display-posts-template-teasers .su-post-thumbnail img{display:block!important;margin:0!important;max-width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.su-display-posts-template-teasers .su-post-body{-webkit-box-flex:1;flex:1}.su-display-posts-template-teasers h2.su-post-title{margin:0!important;padding:0!important;border:none!important;font-size:1.15em!important}.su-display-posts-template-teasers h2.su-post-title::after,.su-display-posts-template-teasers h2.su-post-title::before{display:none}.su-display-posts-template-single h2.su-post-title{margin:0 0 1em!important;padding:0!important;border:none!important;font-size:1.75em!important}.su-display-posts-template-single .su-post-meta{margin:1em 0;font-size:.85em;opacity:.85}.su-display-posts-pagination{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.su-display-posts-pagination-next{margin-left:auto}.su-divider{clear:both;border:none;text-align:right;line-height:1}.su-divider a{display:inline-block;font-size:.8em;text-decoration:none;outline:0;padding-bottom:5px}.su-divider-style-default{border-bottom-style:solid}.su-divider-style-dotted{border-bottom-style:dotted}.su-divider-style-dashed{border-bottom-style:dashed}.su-divider-style-double{border-bottom-style:double}.su-document{margin:0 0 1.5em}.su-document iframe{border:none!important}.su-dropcap{float:left;display:inline-block;width:2em;height:2em;margin:.2em .5em .2em 0;line-height:2em;text-align:center;overflow:hidden;text-transform:uppercase}.su-dropcap-style-default{color:#fff;background:#45484d;background:-webkit-gradient(linear,left top,left bottom,from(#45484d),to(black));background:linear-gradient(to bottom,#45484d 0,#000 100%);text-shadow:-1px -1px 0 #000;border-radius:50%}.su-dropcap-style-flat{background:#444;color:#fff}.su-dropcap-style-light{color:#333;border-radius:50%;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),to(#eaeaea));background:linear-gradient(to bottom,#fff 0,#eaeaea 100%)}.su-dropcap-style-simple{width:1em;height:1em;line-height:1em;text-align:left}.su-expand{margin:0 0 1.5em}.su-expand-content{overflow:hidden}.su-expand-link{margin-top:.5em;cursor:pointer}.su-expand-link:hover{opacity:.7}.su-expand-link a,.su-expand-link a:active,.su-expand-link a:focus,.su-expand-link a:hover,.su-expand-link a:visited{display:inline;text-decoration:none;box-shadow:none;background:0 0;border:none}.su-expand-link-style-underlined .su-expand-link span{text-decoration:underline}.su-expand-link-style-dotted .su-expand-link span{border-bottom:1px dotted #333}.su-expand-link-style-dashed .su-expand-link span{border-bottom:1px dashed #333}.su-expand-link-style-button .su-expand-link a{display:inline-block;margin-top:.2em;padding:.2em .4em;border:2px solid #333}.su-expand-link-more{display:none}.su-expand-link-less{display:block}.su-expand-collapsed .su-expand-link-more{display:block}.su-expand-collapsed .su-expand-link-less{display:none}.su-expand-link i{display:inline-block;margin:0 .3em 0 0;vertical-align:middle;color:inherit}.su-expand-link img{display:inline-block;width:1em;height:1em;margin:0 .3em 0 0;vertical-align:middle}.su-frame,.su-frame-inner{display:block}.su-frame-align-left{float:left;margin:0 1em 1em 0}.su-frame-align-center{float:none;margin:1em auto}.su-frame-align-right{float:right;margin:0 0 1em 1em}.su-frame img{display:block!important;float:none!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important}.su-frame-style-default{padding:2px;border:1px solid #999;background:#fff;box-shadow:1px 1px 4px #ccc}.su-frame-style-default .su-frame-inner{padding:2px;border:4px solid #eee}.su-gmap{margin:0 0 1.5em}.su-gmap iframe{border:none!important}.su-guests{margin-bottom:1.5em}.su-heading-style-default{padding:2px 0;border-top:1px solid #999;border-bottom:1px solid #999}.su-heading-style-default .su-heading-inner{padding:1em .5em;border-top:4px solid #eee;border-bottom:4px solid #eee}.su-heading.su-heading-align-left{text-align:left}.su-heading.su-heading-align-left .su-heading-inner{padding-left:.2em}.su-heading.su-heading-align-right{text-align:right}.su-heading.su-heading-align-right .su-heading-inner{padding-right:.2em}.su-heading.su-heading-align-center{text-align:center}.su-highlight{display:inline;padding:1px 0}.su-image-carousel{width:100%;margin:1.5em 0}.su-image-carousel:first-child{margin-top:0}.su-image-carousel:last-child{margin-bottom:0}.su-image-carousel-item{width:100%;box-sizing:border-box}.su-image-carousel .su-image-carousel-item-content{position:relative}.su-image-carousel .su-image-carousel-item-content a,.su-image-carousel .su-image-carousel-item-content a:active,.su-image-carousel .su-image-carousel-item-content a:focus,.su-image-carousel .su-image-carousel-item-content a:hover,.su-image-carousel .su-image-carousel-item-content a:visited,.su-image-carousel .su-image-carousel-item-content img{display:block;width:100%;height:100%;margin:0;padding:0;box-sizing:border-box;box-shadow:none;text-decoration:none;border:none;border-radius:0}.su-image-carousel .su-image-carousel-item-content a::after,.su-image-carousel .su-image-carousel-item-content a::before,.su-image-carousel .su-image-carousel-item-content img::after,.su-image-carousel .su-image-carousel-item-content img::before{display:none}.su-image-carousel .su-image-carousel-item-content span{position:absolute;display:block;font-size:.9em;max-height:60%;overflow:auto;line-height:1.3;word-wrap:break-word}.su-image-carousel .su-image-carousel-item-content span:empty{display:none}.su-image-carousel-columns-2 .su-image-carousel-item{width:50%}.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item{width:48.5%;margin-right:3%}.su-image-carousel-columns-3 .su-image-carousel-item{width:33.33333%}.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{width:31.4%;margin-right:2.9%}.su-image-carousel-columns-4 .su-image-carousel-item{width:25%}.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item{width:22.9%;margin-right:2.8%}.su-image-carousel-columns-5 .su-image-carousel-item{width:20%}.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item{width:18%;margin-right:2.5%}.su-image-carousel-columns-6 .su-image-carousel-item{width:16.66667%}.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item{width:14.5%;margin-right:2.6%}.su-image-carousel-columns-7 .su-image-carousel-item{width:14.28571%}.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item{width:12.4%;margin-right:2.2%}.su-image-carousel-columns-8 .su-image-carousel-item{width:12.5%}.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item{width:10.75%;margin-right:2%}.su-image-carousel-crop .su-image-carousel-item-content::before{float:left;width:1px;margin-left:-1px;height:0;content:''}.su-image-carousel-crop .su-image-carousel-item-content::after{content:'';display:table;clear:both}.su-image-carousel-crop .su-image-carousel-item-content img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before{padding-top:56.25%}.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before{padding-top:62.5%}.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before{padding-top:42.85714%}.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before{padding-top:80%}.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before{padding-top:75%}.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before{padding-top:66.66667%}.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before{padding-top:50%}.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before{padding-top:100%}.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before{padding-top:200%}.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before{padding-top:150%}.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before{padding-top:133.33333%}.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before{padding-top:125%}.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before{padding-top:233.33333%}.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before{padding-top:160%}.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before{padding-top:177.77778%}.su-image-carousel-align-left{float:left;margin-right:1.5em;margin-top:0}.su-image-carousel-align-right{float:right;margin-left:1.5em;margin-top:0}.su-image-carousel-align-center{margin-right:auto;margin-left:auto}.su-image-carousel-align-full{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw!important;width:100vw!important}.su-image-carousel button.flickity-prev-next-button{position:absolute;top:50%;display:block;width:44px;height:44px;margin:-22px 0 0;padding:0;opacity:0;outline:0;border-radius:50%;-webkit-transform:none;transform:none;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.su-image-carousel:hover button.flickity-prev-next-button{opacity:.5}.su-image-carousel button.flickity-prev-next-button:focus,.su-image-carousel button.flickity-prev-next-button:hover{opacity:1;box-shadow:none}.su-image-carousel button.flickity-prev-next-button:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-image-carousel button.flickity-prev-next-button[disabled]{display:none}.su-image-carousel button.flickity-prev-next-button.previous{left:20px}.su-image-carousel button.flickity-prev-next-button.next{right:20px}.su-image-carousel>ol.flickity-page-dots{position:absolute;top:50%;left:50%;bottom:auto;width:auto;margin:0;padding:0;list-style:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot{position:relative;width:20px;height:20px;display:inline-block;margin:5px;padding:0;list-style:none;pointer-events:all;border-radius:50%;opacity:.5;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot:hover{opacity:1}.su-image-carousel>ol.flickity-page-dots>li.dot::before{position:absolute;top:50%;left:50%;display:none;width:10px;height:10px;margin:0;padding:0;content:'';border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before{display:block}.su-image-carousel:hover ol.flickity-page-dots{opacity:1}.su-image-carousel-controls-style-dark button.flickity-prev-next-button{background:#000;color:#fff}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot{background:#000}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before{background:#fff}.su-image-carousel-controls-style-light button.flickity-prev-next-button{background:#fff;color:#000}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot{background:#fff}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before{background:#000}.su-image-carousel-slides-style-default .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-default .su-image-carousel-item-content img{padding:3px;background:#fff;border:1px solid #ccc;border-radius:7px}.su-image-carousel-slides-style-default .su-image-carousel-item-content span{bottom:4px;right:4px;left:4px;padding:.5em .7em;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);text-shadow:0 2px 5px #000;color:#fff;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span{right:0;bottom:0;left:0;padding:.7em;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);text-shadow:0 2px 5px #000;color:#fff}.su-image-carousel-slides-style-photo .su-image-carousel-item-content{padding:7px}.su-image-carousel-slides-style-photo .su-image-carousel-item-content img{border:5px solid #fff;border-radius:7px;box-shadow:0 2px 5px rgba(0,0,0,.5)}.su-image-carousel-slides-style-photo .su-image-carousel-item-content span{right:12px;bottom:12px;left:12px;padding:.3em .5em;background:#fff;color:#000;font-size:.9em}.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img{top:7px;right:7px;left:7px;bottom:7px;width:calc(100% - 14px);height:calc(100% - 14px)}.su-image-carousel-mfp.mfp-bg{z-index:102000!important}.su-image-carousel-mfp.mfp-wrap{z-index:102001!important}.su-image-carousel-mfp.mfp-wrap .mfp-preloader{z-index:102002!important}.su-image-carousel-mfp.mfp-wrap .mfp-content{z-index:102003!important}.su-image-carousel-mfp.mfp-wrap button.mfp-arrow,.su-image-carousel-mfp.mfp-wrap button.mfp-close{z-index:102004!important}.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-width:2px;outline-style:solid;outline-color:Highlight}.su-label{display:inline;margin-right:.3em;padding:.1em .3em;font-size:.8em;height:.8em;line-height:.8em;color:#fff;border-radius:3px}.su-label-type-default{background:#999}.su-label-type-success{background:#090}.su-label-type-warning{background:#f90}.su-label-type-important{background:#f03}.su-label-type-black{background:#111}.su-label-type-info{background:#09c}.su-lightbox-content{position:relative;margin:0 auto}#su-generator .su-lightbox-content,.mfp-content .su-lightbox-content{display:block!important}.su-lightbox-content-preview{width:100%;min-height:300px;background:#444;overflow:hidden}.su-lightbox-content h1,.su-lightbox-content h2,.su-lightbox-content h3,.su-lightbox-content h4,.su-lightbox-content h5,.su-lightbox-content h6{color:inherit}.su-lightbox{cursor:pointer}.su-list{margin-bottom:1.5em}.su-list ul{margin:0!important;padding:0!important;list-style:none!important}.su-list ul li{position:relative;display:block!important;margin:0!important;padding:4px 0 4px 2em!important;list-style-type:none!important;line-height:1.3em}.su-list ul li>img{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;padding:0;margin:0;border:none}.su-list ul li>i{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;line-height:1.3em;text-align:center}.su-members{margin-bottom:1.5em;padding:1em;border-width:1px 0;border-style:solid;text-align:center}.su-members a{text-decoration:underline;color:inherit}.su-note{margin:0 0 1.5em;border-width:1px;border-style:solid}.su-note-inner{padding:1em;border-width:1px;border-style:solid}.su-posts-default-loop .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-default-loop .su-post:after{content:'';display:table;clear:both}.su-posts-default-loop .su-post-thumbnail{float:left;display:block;width:100px;height:100px;margin-right:1em}.su-posts-default-loop .su-post-thumbnail img{max-width:100px;max-height:100px}.su-posts-default-loop h2.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-default-loop .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-default-loop .su-post-excerpt{margin-bottom:.5em}.su-posts-default-loop .su-post-excerpt p:last-child{margin-bottom:0}.su-posts-default-loop .su-post-comments-link{font-size:.9em}.su-posts-teaser-loop .su-post{margin-bottom:1.5em;line-height:1.2}.su-posts-teaser-loop .su-post:after{content:'';display:table;clear:both}.su-posts-teaser-loop .su-post-thumbnail{float:left;display:block;width:56px;height:56px;margin:0 1em 0 0}.su-posts-teaser-loop .su-post-thumbnail img{display:block;margin:0;padding:2px;border:1px solid #ccc;border-radius:5px;max-width:100%;max-height:100%}.su-posts-teaser-loop h2.su-post-title{display:block;margin:0;padding:0;border:none;font-size:.9em;font-weight:400;clear:none}.su-posts-single-post .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-single-post .su-post:after{content:'';display:table;clear:both}.su-posts-single-post h1.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-single-post .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-single-post .su-post-content{margin-bottom:.5em}.su-posts-single-post .su-post-content p:last-child{margin-bottom:0}.su-private{margin:0 0 1.5em}.su-pullquote{display:block;width:30%;padding:.5em 1em}.su-pullquote-align-left{margin:.5em 1.5em 1em 0;padding-left:0;float:left;border-right:5px solid #eee}.su-pullquote-align-right{margin:.5em 0 1em 1.5em;padding-right:0;float:right;border-left:5px solid #eee}.su-qrcode{display:inline-block}.su-qrcode-align-left{float:left;margin:0 .5em .5em 0}.su-qrcode-align-center{display:block;clear:both;margin:1em auto;text-align:center}.su-qrcode-align-right{float:right;margin:0 0 .5em .5em}.su-qrcode a,.su-qrcode a:active,.su-qrcode a:focus,.su-qrcode a:hover{background:0 0;outline:0;display:inline;text-decoration:none}.su-qrcode-clickable a:hover{opacity:.7}.su-qrcode img{max-width:100%}.su-quote-style-default{position:relative;margin-bottom:1.5em;padding:.5em 3em;font-style:italic}.su-quote-style-default:after,.su-quote-style-default:before{position:absolute;display:block;width:20px;height:20px;background-image:url(../images/quote.png);content:''}.su-quote-style-default:before{top:0;left:0;background-position:0 0}.su-quote-style-default:after{right:0;bottom:0;background-position:-20px 0}.su-quote-style-default .su-quote-cite{display:block;text-align:right;font-style:normal}.su-quote-style-default .su-quote-cite:before{content:'\2014\0000a0'}.su-quote-style-default .su-quote-cite a{text-decoration:underline}.su-screenr{margin:0 0 1.5em}.su-screenr iframe{border:none!important}.su-service{position:relative;margin:0 0 1.5em}.su-service-title{display:block;margin-bottom:.5em;color:#333;font-weight:700;font-size:1.1em}.su-service-title img{position:absolute;top:0;left:0;display:block!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important}.su-service-title i{position:absolute;top:0;left:0;display:block!important;width:1em;height:1em;text-align:center;line-height:1em}.su-service-content{line-height:1.4}.su-slider{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-slider-centered{margin:0 auto 1.5em}.su-slider-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-slider-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-slider-slide{position:relative;float:left}.su-slider-slide>a,.su-slider-slide>a>img,.su-slider-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none}.su-slider-responsive-yes .su-slider-slide>a,.su-slider-responsive-yes .su-slider-slide>a>img,.su-slider-responsive-yes .su-slider-slide>img{height:auto}.su-slider-pages-no .su-slider-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-slider-slide-title{position:absolute;left:20px;bottom:20px;display:block;max-width:90%;padding:5px 10px;color:#fff;line-height:1.3;background:#000;background:rgba(0,0,0,.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;opacity:0;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-slider-slide-visible .su-slider-slide-title{opacity:1}.su-slider-next,.su-slider-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px!important;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider-prev{right:10px;margin-right:30px;background-position:-40px 0}.su-slider-next{left:10px;margin-left:30px;background-position:0 0}.su-slider:hover .su-slider-next,.su-slider:hover .su-slider-prev{margin-left:0;margin-right:0;opacity:.7}.su-slider .su-slider-next:hover,.su-slider .su-slider-prev:hover{opacity:1}.su-slider-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination{bottom:20px;opacity:1}.su-slider-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination span{margin:0 3px}.su-slider .su-slider-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-slider-pagination span.swiper-active-switch,.su-slider-pagination span:hover{background-position:0 -40px}.su-spacer{display:block;height:0;clear:both;overflow:hidden}.su-spacer-5{height:5px}.su-spacer-10{height:10px}.su-spacer-20{height:20px}.su-spacer-30{height:30px}.su-spacer-40{height:40px}.su-spoiler{margin-bottom:1.5em}.su-spoiler .su-spoiler:last-child{margin-bottom:0}.su-spoiler-title{position:relative;cursor:pointer;min-height:20px;line-height:20px;padding:7px 7px 7px 34px;font-weight:700;font-size:13px}.su-spoiler-title:focus{outline:currentColor thin dotted}.su-spoiler-icon{position:absolute;left:7px;top:7px;display:block;width:20px;height:20px;line-height:21px;text-align:center;font-size:14px;font-family:ShortcodesUltimateIcons;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.su-spoiler-content{padding:14px;-webkit-transition:padding-top .2s;transition:padding-top .2s;-ie-transition:padding-top .2s}.su-spoiler.su-spoiler-closed>.su-spoiler-content{height:0;margin:0;padding:0;overflow:hidden;border:none;opacity:0;pointer-events:none}.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe{display:none}.su-spoiler-icon-plus .su-spoiler-icon:before{content:'\f068'}.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{content:'\f067'}.su-spoiler-icon-plus-circle .su-spoiler-icon:before{content:'\f056'}.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f055'}.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before{content:'\f146'}.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0fe'}.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before{content:'\f147'}.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f196'}.su-spoiler-icon-arrow .su-spoiler-icon:before{content:'\f063'}.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before{content:'\f061'}.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before{content:'\f0ab'}.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0a9'}.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before{content:'\f01a'}.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f18e'}.su-spoiler-icon-chevron .su-spoiler-icon:before{content:'\f078'}.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before{content:'\f054'}.su-spoiler-icon-chevron-circle .su-spoiler-icon:before{content:'\f13a'}.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f138'}.su-spoiler-icon-caret .su-spoiler-icon:before{content:'\f0d7'}.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before{content:'\f0da'}.su-spoiler-icon-caret-square .su-spoiler-icon:before{content:'\f150'}.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before{content:'\f152'}.su-spoiler-icon-folder-1 .su-spoiler-icon:before{content:'\f07c'}.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f07b'}.su-spoiler-icon-folder-2 .su-spoiler-icon:before{content:'\f115'}.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f114'}.su-spoiler-style-default>.su-spoiler-title{padding-left:27px;padding-right:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{left:0}.su-spoiler-style-default>.su-spoiler-content{padding:1em 0 1em 27px}.su-spoiler-style-fancy{border:1px solid #ccc;border-radius:10px;background:#fff;color:#333}.su-spoiler-style-fancy>.su-spoiler-title{border-bottom:1px solid #ccc;border-radius:10px;background:#f0f0f0;font-size:.9em}.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title{border:none}.su-spoiler-style-fancy>.su-spoiler-content{border-radius:10px}.su-spoiler-style-simple{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-spoiler-style-simple>.su-spoiler-title{padding:5px 10px;background:#f0f0f0;color:#333;font-size:.9em}.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon{display:none}.su-spoiler-style-simple>.su-spoiler-content{padding:1em 10px;background:#fff;color:#333}.su-table{width:100%;margin-bottom:1.5em}.su-table table{width:100%!important;margin:0!important;border-collapse:collapse!important;font-size:1em!important;border:1px solid #ccc!important;table-layout:auto!important}.su-table table th{text-align:center!important;padding:1em!important;font-size:1em!important;font-weight:700!important;color:#333!important;border:1px solid #ccc!important;background:#f0f0f0!important}.su-table table td{padding:.5em 1em!important;border:1px solid #ccc!important;background:#fff!important}.su-table-responsive{overflow-x:auto}.su-table-responsive table{width:auto!important;min-width:100%!important}.su-table-responsive table td,.su-table-responsive table th{word-break:initial!important}.su-table-alternate table tr:nth-child(even) td{background-color:#f7f7f7!important}.su-table-fixed table{table-layout:fixed!important}.su-tabs{margin:0 0 1.5em;padding:3px;border-radius:3px;background:#eee}.su-tabs-nav span{display:inline-block;margin-right:3px;padding:10px 15px;min-height:40px;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-size:13px;line-height:20px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.su-tabs-nav span:hover{background:#f5f5f5}.su-tabs-nav span.su-tabs-current{background:#fff;cursor:default}.su-tabs-nav span:focus{outline:currentColor thin dotted}.su-tabs-nav span.su-tabs-disabled{opacity:.5;cursor:default}.su-tabs-pane{padding:15px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;color:#333;font-size:13px}.su-tabs-pane:not(.su-tabs-pane-open){overflow:hidden!important;padding:0!important;min-height:0!important;height:0!important;border:none!important}.su-tabs-nav,.su-tabs-nav span,.su-tabs-pane,.su-tabs-panes{box-sizing:border-box!important}.su-tabs-vertical{display:-webkit-box;display:flex}.su-tabs-vertical .su-tabs-nav{width:30%}.su-tabs-vertical .su-tabs-nav>span{display:block;margin-right:0;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.su-tabs-vertical .su-tabs-panes{width:70%}.su-tabs-vertical .su-tabs-panes .su-tabs-pane{height:100%;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.qtip.su-qtip{max-width:480px!important}.su-tooltip{display:inline-block}.su-qtip-size-1{font-size:.8em!important}.su-qtip-size-2{font-size:.9em!important}.su-qtip-size-3{font-size:1em!important}.su-qtip-size-4{font-size:1.1em!important}.su-qtip-size-5{font-size:1.2em!important}.su-qtip-size-6{font-size:1.3em!important}.su-tooltip-content{display:none}.su-tooltip-content>:last-child{margin-bottom:0}.qtip-content .su-tooltip-content embed,.qtip-content .su-tooltip-content iframe,.qtip-content .su-tooltip-content img,.qtip-content .su-tooltip-content object{max-width:430px}.qtip-content .su-tooltip-content .su-u-responsive-media-yes{width:430px}.su-video{position:relative;margin-bottom:1.5em;overflow:hidden}.su-video .jp-title{position:absolute;top:-100px;left:0;width:100%;height:30px;padding:0 1em;line-height:30px;font-size:.9em;background:#000;background:rgba(0,0,0,.5);color:#fff;-webkit-transition:top .2s;transition:top .2s}.su-video:hover .jp-title{top:0}.su-video .jp-start{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s;background:50% 50% url(../images/player/default-start.png) no-repeat}.su-video:hover .jp-start{opacity:.8}.su-video.jp-video-full{position:fixed;left:0;top:0;width:100%;height:100%}.su-video.jp-video-full .jp-jplayer{position:fixed!important;left:0;top:0;overflow:hidden}.su-video .jp-gui{position:relative;height:30px;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.su-video.jp-video-full .jp-gui{position:fixed;left:0;bottom:0;width:100%}.su-video-controls-no .jp-gui{position:absolute!important;bottom:-100px;left:0;right:0;-webkit-transition:bottom .2s;transition:bottom .2s}.su-video-controls-no:hover .jp-gui{bottom:0}.su-video img{border-radius:0!important;border:none!important;margin:0!important;padding:0!important}.su-video .jp-gui .jp-pause,.su-video .jp-gui .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-right:1px solid #454947;cursor:pointer}.su-video .jp-gui .jp-play{background:0 0 url(../images/player/default.png) no-repeat}.su-video .jp-gui .jp-pause{background:-30px 0 url(../images/player/default.png) no-repeat}.su-video .jp-full-screen,.su-video .jp-restore-screen{position:absolute;top:0;right:0;display:block;width:30px;height:30px;border-left:1px solid #454947;cursor:pointer}.su-video .jp-full-screen{background:0 -30px url(../images/player/default.png) no-repeat}.su-video .jp-restore-screen{background:-30px -30px url(../images/player/default.png) no-repeat}.su-video .jp-progress{position:absolute;top:10px;left:90px;right:90px;height:10px;background:#333;border-radius:3px;box-shadow:0 0 5px #000 inset}.su-video .jp-play-bar,.su-video .jp-seek-bar{position:absolute;top:0;left:0;height:100%;cursor:pointer;border-radius:3px}.su-video .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-video .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-video .jp-current-time,.su-video .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;color:#f5f5f5;font-size:10px}.su-video .jp-current-time{left:50px}.su-video .jp-duration{right:50px}.su-vimeo{margin:0 0 1.5em}.su-vimeo iframe{border:none!important}.su-youtube{margin:0 0 1.5em}.su-youtube iframe{border:none!important}@media screen and (max-width:768px){.su-button span{padding-top:.25em!important;padding-bottom:.25em!important;line-height:1.2!important}.su-button small{margin-top:.2em!important}.su-display-posts-template-default .su-post-thumbnail{width:4em}.su-display-posts-template-teasers .su-post-thumbnail{width:2.75em}.su-image-carousel-adaptive .su-image-carousel-item{width:100%!important;margin-right:0!important}}@media only screen and (max-width:768px){.su-row .su-column{width:100%;margin:0 0 1.5em;float:none}.su-row .su-column:last-child{margin-bottom:0}.su-tabs-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{width:100%}.su-tabs-vertical .su-tabs-nav .su-tabs-pane,.su-tabs-vertical .su-tabs-nav>span,.su-tabs-vertical .su-tabs-panes .su-tabs-pane,.su-tabs-vertical .su-tabs-panes>span{border-radius:3px}.su-tabs-mobile-stack .su-tabs-nav span{display:block}.su-tabs-mobile-scroll .su-tabs-nav{display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;white-space:nowrap;overflow-x:auto}}@media screen and (max-width:48em){.su-pullquote{width:auto}.su-pullquote-align-left,.su-pullquote-align-right{float:none;margin:1.5em 0;padding:.5em 1em}}@media only screen{[class*=su-column]+[class*=su-column]:last-child{float:right}}@media (-webkit-min-device-pixel-ratio:0){.su-image-carousel-has-outline .su-image-carousel-item-content a:focus,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-color:-webkit-focus-ring-color;outline-style:auto}}
|
1 |
+
.su-u-clearfix::after{content:'';display:table;clear:both}.su-u-trim>:first-child{margin-top:0}.su-u-trim>:last-child{margin-bottom:0}.su-u-responsive-media-yes{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.su-u-responsive-media-yes .fluid-width-video-wrapper,.su-u-responsive-media-yes .video-holder{position:static!important}.su-u-responsive-media-yes embed,.su-u-responsive-media-yes iframe,.su-u-responsive-media-yes object{position:absolute;top:0;left:0;width:100%;height:100%}.su-u-overflow-hidden{overflow:hidden}.su-accordion{margin-bottom:1.5em}.su-accordion .su-spoiler{margin-bottom:.5em}.su-audio{position:relative;width:100%;height:30px;margin-bottom:1.5em;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-radius:3px}.su-audio .jp-pause,.su-audio .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;cursor:pointer;border-right:1px solid #454947;background-image:url(../images/player/default.png);background-repeat:no-repeat}.su-audio .jp-play{background-position:0 0}.su-audio .jp-pause{background-position:-30px 0}.su-audio .jp-current-time,.su-audio .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;font-size:10px;color:#eee;text-shadow:0 -1px 0 #000}.su-audio .jp-current-time{left:45px}.su-audio .jp-duration{right:10px}.su-audio .jp-play-bar,.su-audio .jp-seek-bar{position:absolute;top:0;left:0;height:10px;border-radius:3px;cursor:pointer}.su-audio .jp-progress{position:absolute;top:10px;left:85px;right:50px;height:10px;background:#333;box-shadow:0 0 5px #000 inset;border-radius:3px}.su-audio .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-audio .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-box{margin:0 0 1.5em;border-width:2px;border-style:solid}.su-box-title{display:block;padding:.5em 1em;font-weight:700;font-size:1.1em}.su-box-content{background-color:#fff;color:#444;padding:1em}.su-box-style-soft .su-box-title{background-image:url(../images/styles/style-soft.png);background-position:0 0;background-repeat:repeat-x}.su-box-style-glass .su-box-title{background-image:url(../images/styles/style-glass.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-bubbles .su-box-title{background-image:url(../images/styles/style-bubbles.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-noise .su-box-title{background-image:url(../images/styles/style-noise.png);background-position:0 0;background-repeat:repeat-x}.su-button{display:inline-block!important;text-align:center;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button-wide{display:block!important;margin:1em 0}.su-button-center{text-align:center}.su-button span{display:block!important;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button img{border:none!important;vertical-align:middle!important;margin:-.2em .4em 0 -.3em!important;box-shadow:none!important}.su-button i{display:inline-block;width:1em;height:1em;margin:0 .5em 0 0!important;text-align:center;line-height:1em}.su-button.su-button-float-icon img{margin:0 .5em!important}.su-button small{display:block;margin:-.2em 0 0;color:inherit;text-align:center;font-style:normal;font-size:.8em;line-height:1;opacity:.7}.su-button-style-default{border-width:1px;border-style:solid}.su-button-style-default:hover{opacity:.7}.su-button-style-default span{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid}.su-button-style-flat,.su-button-style-flat span{border:none}.su-button-style-flat span{position:relative}.su-button-style-flat:hover span{top:1px}.su-button-style-ghost{background:0 0!important}.su-button-style-ghost span{border-width:3px;border-style:solid}.su-button-style-ghost:hover span{border-color:inherit!important}.su-button-style-soft span{background:0 -20px url(../images/styles/style-soft.png) repeat-x}.su-button-style-soft:hover span{background:0 0 url(../images/styles/style-soft.png) repeat-x}.su-button-style-glass span{background:0 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-glass:hover span{background:100% 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-bubbles span{background:0 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-bubbles:hover span{background:-710px 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-noise span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-noise:hover span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-stroked span{margin:1px;border:1px dashed #fff!important}.su-button-style-stroked:hover span{opacity:.7}.su-button-style-3d{border-bottom-style:solid;border-bottom-width:6px}.su-button-style-3d span{border-bottom-style:solid;border-bottom-width:1px}.su-button-style-3d:hover{position:relative;top:3px;border-bottom-width:3px}.su-carousel{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-carousel-centered{margin:0 auto 1.5em}.su-carousel-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-carousel-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-carousel-slide{position:relative;float:left}.su-carousel-slide>a,.su-carousel-slide>a>img,.su-carousel-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.su-carousel-responsive-yes .su-carousel-slide>a,.su-carousel-responsive-yes .su-carousel-slide>a>img,.su-carousel-responsive-yes .su-carousel-slide>img{height:auto}.su-carousel-pages-no .su-carousel-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-carousel .su-carousel-slide a{padding:0 5px}.su-carousel .su-carousel-slide img{padding:3px;border:1px solid #ccc;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.su-carousel .su-carousel-slide-title{position:absolute;left:9px;right:9px;bottom:4px;display:block;padding:2px 3px;color:#fff;line-height:1.2;font-size:11px;background:#000;background:rgba(0,0,0,.5);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-carousel .su-carousel-next,.su-carousel .su-carousel-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel .su-carousel-prev{right:20px;margin-right:40px;background-position:-40px 0}.su-carousel .su-carousel-next{left:20px;margin-left:40px;background-position:0 0}.su-carousel:hover .su-carousel-next,.su-carousel:hover .su-carousel-prev{margin-left:0;margin-right:0;opacity:.7}.su-carousel .su-carousel-next:hover,.su-carousel .su-carousel-prev:hover{opacity:1}.su-carousel .su-carousel-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination{bottom:20px;opacity:1}.su-carousel .su-carousel-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination span{margin:0 3px}.su-carousel .su-carousel-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-carousel .su-carousel-pagination span.swiper-active-switch,.su-carousel .su-carousel-pagination span:hover{background-position:0 -40px}.su-row{margin-bottom:1.5em}.su-row::after{display:table;clear:both;content:''}.su-row .su-column{display:block;float:left;box-sizing:border-box;margin:0 0 0 4%}.su-row .su-column:first-child{margin-left:0}.su-row .su-column.su-column-size-1-1{margin-right:0;margin-left:0}.su-row .su-column.su-column-centered{float:none;margin-right:auto;margin-left:auto}.su-row .su-column-size-1-1{width:100%}.su-row .su-column-size-1-2{width:48%}.su-row .su-column-size-1-3{width:30.66%}.su-row .su-column-size-2-3{width:65.33%}.su-row .su-column-size-1-4{width:22%}.su-row .su-column-size-3-4{width:74%}.su-row .su-column-size-1-5{width:16.8%}.su-row .su-column-size-2-5{width:37.6%}.su-row .su-column-size-3-5{width:58.4%}.su-row .su-column-size-4-5{width:79.2%}.su-row .su-column-size-1-6{width:13.33%}.su-row .su-column-size-5-6{width:82.66%}.su-row .su-column embed,.su-row .su-column iframe,.su-row .su-column img,.su-row .su-column object{max-width:100%}.su-custom-gallery{margin-bottom:1.5em}.su-custom-gallery:after,.su-custom-gallery:before{content:'';display:table}.su-custom-gallery:after{clear:both}.su-custom-gallery-slide{position:relative;float:left;margin:.5em;overflow:hidden}.su-custom-gallery-slide a{display:block;width:100%}.su-custom-gallery-slide img{display:block;margin:0;padding:3px;border:1px solid #ccc;background:#fff;box-sizing:border-box;border-radius:5px;box-shadow:none;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover img{background:#eee;border:1px solid #aaa}.su-custom-gallery-slide span{position:absolute;left:4px;bottom:4px;right:4px;display:block;padding:2px 4px;font-size:12px;color:#fff;background:#000;background:rgba(0,0,0,.5);line-height:1.3;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover span{opacity:1}.su-custom-gallery-title-never span{display:none}.su-custom-gallery-title-always span{opacity:1}.su-dailymotion{margin:0 0 1.5em}.su-dailymotion iframe{border:none!important}.su-display-posts-template-default .su-post{display:-webkit-box;display:flex;margin-bottom:1.75em}.su-display-posts-template-default .su-post-thumbnail{margin:0 1.25em 0 0;width:8.25em}.su-display-posts-template-default .su-post-thumbnail a{display:block!important;text-decoration:none!important}.su-display-posts-template-default .su-post-thumbnail img{display:block!important;margin:0!important;max-width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.su-display-posts-template-default .su-post-body{-webkit-box-flex:1;flex:1}.su-display-posts-template-default h2.su-post-title{margin:0 0 1em!important;padding:0!important;border:none!important;font-size:1.35em!important}.su-display-posts-template-default h2.su-post-title::after,.su-display-posts-template-default h2.su-post-title::before{display:none}.su-display-posts-template-default .su-post-meta{margin:1em 0;font-size:.85em;opacity:.85}.su-display-posts-template-default .su-post-excerpt p{margin:1em 0}.su-display-posts-template-default .su-post-excerpt>:last-child{margin-bottom:0!important}.su-display-posts-template-default .su-post-comments-link{margin:1em 0 0}.su-display-posts-template-teasers .su-post{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1em}.su-display-posts-template-teasers .su-post-thumbnail{margin:0 1em 0 0;width:3.75em}.su-display-posts-template-teasers .su-post-thumbnail a{display:block!important;text-decoration:none!important}.su-display-posts-template-teasers .su-post-thumbnail img{display:block!important;margin:0!important;max-width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.su-display-posts-template-teasers .su-post-body{-webkit-box-flex:1;flex:1}.su-display-posts-template-teasers h2.su-post-title{margin:0!important;padding:0!important;border:none!important;font-size:1.15em!important}.su-display-posts-template-teasers h2.su-post-title::after,.su-display-posts-template-teasers h2.su-post-title::before{display:none}.su-display-posts-template-single h2.su-post-title{margin:0 0 1em!important;padding:0!important;border:none!important;font-size:1.75em!important}.su-display-posts-template-single .su-post-meta{margin:1em 0;font-size:.85em;opacity:.85}.su-display-posts-pagination{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.su-display-posts-pagination-next{margin-left:auto}.su-divider{clear:both;border:none;text-align:right;line-height:1}.su-divider a{display:inline-block;font-size:.8em;text-decoration:none;outline:0;padding-bottom:5px}.su-divider-style-default{border-bottom-style:solid}.su-divider-style-dotted{border-bottom-style:dotted}.su-divider-style-dashed{border-bottom-style:dashed}.su-divider-style-double{border-bottom-style:double}.su-document{margin:0 0 1.5em}.su-document iframe{border:none!important}.su-dropcap{float:left;display:inline-block;width:2em;height:2em;margin:.2em .5em .2em 0;line-height:2em;text-align:center;overflow:hidden;text-transform:uppercase}.su-dropcap-style-default{color:#fff;background:#45484d;background:-webkit-gradient(linear,left top,left bottom,from(#45484d),to(black));background:linear-gradient(to bottom,#45484d 0,#000 100%);text-shadow:-1px -1px 0 #000;border-radius:50%}.su-dropcap-style-flat{background:#444;color:#fff}.su-dropcap-style-light{color:#333;border-radius:50%;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),to(#eaeaea));background:linear-gradient(to bottom,#fff 0,#eaeaea 100%)}.su-dropcap-style-simple{width:1em;height:1em;line-height:1em;text-align:left}.su-expand{margin:0 0 1.5em}.su-expand-content{overflow:hidden}.su-expand-link{margin-top:.5em;cursor:pointer}.su-expand-link:hover{opacity:.7}.su-expand-link a,.su-expand-link a:active,.su-expand-link a:focus,.su-expand-link a:hover,.su-expand-link a:visited{display:inline;text-decoration:none;box-shadow:none;background:0 0;border:none}.su-expand-link-style-underlined .su-expand-link span{text-decoration:underline}.su-expand-link-style-dotted .su-expand-link span{border-bottom:1px dotted #333}.su-expand-link-style-dashed .su-expand-link span{border-bottom:1px dashed #333}.su-expand-link-style-button .su-expand-link a{display:inline-block;margin-top:.2em;padding:.2em .4em;border:2px solid #333}.su-expand-link-more{display:none}.su-expand-link-less{display:block}.su-expand-collapsed .su-expand-link-more{display:block}.su-expand-collapsed .su-expand-link-less{display:none}.su-expand-link i{display:inline-block;margin:0 .3em 0 0;vertical-align:middle;color:inherit}.su-expand-link img{display:inline-block;width:1em;height:1em;margin:0 .3em 0 0;vertical-align:middle}.su-frame,.su-frame-inner{display:block}.su-frame-align-left{float:left;margin:0 1em 1em 0}.su-frame-align-center{float:none;margin:1em auto}.su-frame-align-right{float:right;margin:0 0 1em 1em}.su-frame img{display:block!important;float:none!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important}.su-frame-style-default{padding:2px;border:1px solid #999;background:#fff;box-shadow:1px 1px 4px #ccc}.su-frame-style-default .su-frame-inner{padding:2px;border:4px solid #eee}.su-gmap{margin:0 0 1.5em}.su-gmap iframe{border:none!important}.su-guests{margin-bottom:1.5em}.su-heading-style-default{padding:2px 0;border-top:1px solid #999;border-bottom:1px solid #999}.su-heading-style-default .su-heading-inner{padding:1em .5em;border-top:4px solid #eee;border-bottom:4px solid #eee}.su-heading.su-heading-align-left{text-align:left}.su-heading.su-heading-align-left .su-heading-inner{padding-left:.2em}.su-heading.su-heading-align-right{text-align:right}.su-heading.su-heading-align-right .su-heading-inner{padding-right:.2em}.su-heading.su-heading-align-center{text-align:center}.su-highlight{display:inline;padding:1px 0}.su-image-carousel{margin:1.5em 0;width:100%}.su-image-carousel:first-child{margin-top:0}.su-image-carousel:last-child{margin-bottom:0}.su-image-carousel-item{box-sizing:border-box;width:100%}.su-image-carousel-item-content{position:relative}.su-image-carousel-item-content a,.su-image-carousel-item-content a:active,.su-image-carousel-item-content a:focus,.su-image-carousel-item-content a:hover,.su-image-carousel-item-content a:visited,.su-image-carousel-item-content img{display:block;box-sizing:border-box;margin:0;padding:0;width:100%;height:100%;border:none;border-radius:0;box-shadow:none;text-decoration:none}.su-image-carousel-item-content a::after,.su-image-carousel-item-content a::before,.su-image-carousel-item-content img::after,.su-image-carousel-item-content img::before{display:none}.su-image-carousel-item-content span{position:absolute;display:block;overflow:auto;max-height:60%;word-wrap:break-word;font-size:.9em;line-height:1.3}.su-image-carousel-item-content span:empty{display:none}.su-image-carousel-columns-2 .su-image-carousel-item{width:50%}.su-image-carousel-columns-3 .su-image-carousel-item{width:33.3333333333%}.su-image-carousel-columns-4 .su-image-carousel-item{width:25%}.su-image-carousel-columns-5 .su-image-carousel-item{width:20%}.su-image-carousel-columns-6 .su-image-carousel-item{width:16.6666666666%}.su-image-carousel-columns-7 .su-image-carousel-item{width:14.2857142857%}.su-image-carousel-columns-8 .su-image-carousel-item{width:12.5%}.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:3%;width:48.5%}.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2.9%;width:31.4%}.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2.8%;width:22.9%}.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2.5%;width:18%}.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2.6%;width:14.5%}.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2.2%;width:12.4%}.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:2%;width:10.75%}.su-image-carousel-crop .su-image-carousel-item-content::before{float:left;margin-left:-1px;width:1px;height:0;content:''}.su-image-carousel-crop .su-image-carousel-item-content::after{display:table;clear:both;content:''}.su-image-carousel-crop .su-image-carousel-item-content a,.su-image-carousel-crop .su-image-carousel-item-content img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.su-image-carousel-crop .su-image-carousel-item-content img{-o-object-fit:cover;object-fit:cover}.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before{padding-top:56.25%}.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before{padding-top:62.5%}.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before{padding-top:42.857142857143%}.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before{padding-top:80%}.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before{padding-top:75%}.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before{padding-top:66.666666666667%}.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before{padding-top:50%}.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before{padding-top:100%}.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before{padding-top:200%}.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before{padding-top:150%}.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before{padding-top:133.33333333333%}.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before{padding-top:125%}.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before{padding-top:233.33333333333%}.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before{padding-top:160%}.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before{padding-top:177.77777777778%}.su-image-carousel-align-left{float:left;margin-top:0;margin-right:1.5em}.su-image-carousel-align-right{float:right;margin-top:0;margin-left:1.5em}.su-image-carousel-align-center{margin-right:auto;margin-left:auto}.su-image-carousel-align-full{margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);max-width:100vw!important;width:100vw!important}.su-image-carousel button.flickity-prev-next-button{position:absolute;top:50%;display:block;margin:-22px 0 0;padding:0;width:44px;height:44px;outline:0;border-radius:50%;opacity:0;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;-webkit-transform:none;transform:none}.su-image-carousel:hover button.flickity-prev-next-button{opacity:.5}.su-image-carousel button.flickity-prev-next-button:focus,.su-image-carousel button.flickity-prev-next-button:hover{box-shadow:none;opacity:1}.su-image-carousel button.flickity-prev-next-button:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-image-carousel button.flickity-prev-next-button[disabled]{display:none}.su-image-carousel button.flickity-prev-next-button.previous{left:20px}.su-image-carousel button.flickity-prev-next-button.next{right:20px}.su-image-carousel>ol.flickity-page-dots{position:absolute;top:50%;bottom:auto;left:50%;margin:0;padding:0;width:auto;list-style:none;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.su-image-carousel:hover>ol.flickity-page-dots{opacity:1}.su-image-carousel>ol.flickity-page-dots>li.dot{position:relative;display:inline-block;margin:5px;padding:0;width:20px;height:20px;border-radius:50%;list-style:none;opacity:.5;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:all}.su-image-carousel>ol.flickity-page-dots>li.dot:hover{opacity:1}.su-image-carousel>ol.flickity-page-dots>li.dot::before{position:absolute;top:50%;left:50%;display:none;margin:0;padding:0;width:10px;height:10px;border-radius:50%;content:'';-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before{display:block}.su-image-carousel-controls-style-dark button.flickity-prev-next-button{background:#000;color:#fff}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot{background:#000}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before{background:#fff}.su-image-carousel-controls-style-light button.flickity-prev-next-button{background:#fff;color:#000}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot{background:#fff}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before{background:#000}.su-image-carousel-slides-style-default .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-default .su-image-carousel-item-content img{padding:3px;border:1px solid #ccc;border-radius:7px;background:#fff}.su-image-carousel-slides-style-default .su-image-carousel-item-content span{right:4px;bottom:4px;left:4px;padding:.5em .7em;border-bottom-right-radius:2px;border-bottom-left-radius:2px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;text-shadow:0 2px 5px #000}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span{right:0;bottom:0;left:0;padding:.7em;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;text-shadow:0 2px 5px #000}.su-image-carousel-slides-style-photo .su-image-carousel-item-content{padding:7px}.su-image-carousel-slides-style-photo .su-image-carousel-item-content img{border:5px solid #fff;border-radius:7px;box-shadow:0 2px 5px rgba(0,0,0,.5)}.su-image-carousel-slides-style-photo .su-image-carousel-item-content span{right:12px;bottom:12px;left:12px;padding:.3em .5em;background:#fff;color:#000;font-size:.9em}.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img{top:7px;right:7px;bottom:7px;left:7px;width:calc(100% - 14px);height:calc(100% - 14px)}.su-image-carousel-mfp.mfp-bg{z-index:102000!important}.su-image-carousel-mfp.mfp-wrap{z-index:102001!important}.su-image-carousel-mfp.mfp-wrap .mfp-preloader{z-index:102002!important}.su-image-carousel-mfp.mfp-wrap .mfp-content{z-index:102003!important}.su-image-carousel-mfp.mfp-wrap button.mfp-arrow,.su-image-carousel-mfp.mfp-wrap button.mfp-close{z-index:102004!important}.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-width:2px;outline-style:solid;outline-color:Highlight}.su-label{display:inline;margin-right:.3em;padding:.1em .3em;font-size:.8em;height:.8em;line-height:.8em;color:#fff;border-radius:3px}.su-label-type-default{background:#999}.su-label-type-success{background:#090}.su-label-type-warning{background:#f90}.su-label-type-important{background:#f03}.su-label-type-black{background:#111}.su-label-type-info{background:#09c}.su-lightbox-content{position:relative;margin:0 auto}#su-generator .su-lightbox-content,.mfp-content .su-lightbox-content{display:block!important}.su-lightbox-content-preview{width:100%;min-height:300px;background:#444;overflow:hidden}.su-lightbox-content h1,.su-lightbox-content h2,.su-lightbox-content h3,.su-lightbox-content h4,.su-lightbox-content h5,.su-lightbox-content h6{color:inherit}.su-lightbox{cursor:pointer}.su-list{margin-bottom:1.5em}.su-list ul{margin:0!important;padding:0!important;list-style:none!important}.su-list ul li{position:relative;display:block!important;margin:0!important;padding:4px 0 4px 2em!important;list-style-type:none!important;line-height:1.3em}.su-list ul li>img{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;padding:0;margin:0;border:none}.su-list ul li>i{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;line-height:1.3em;text-align:center}.su-members{margin-bottom:1.5em;padding:1em;border-width:1px 0;border-style:solid;text-align:center}.su-members a{text-decoration:underline;color:inherit}.su-note{margin:0 0 1.5em;border-width:1px;border-style:solid}.su-note-inner{padding:1em;border-width:1px;border-style:solid}.su-posts-default-loop .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-default-loop .su-post:after{content:'';display:table;clear:both}.su-posts-default-loop .su-post-thumbnail{float:left;display:block;width:100px;height:100px;margin-right:1em}.su-posts-default-loop .su-post-thumbnail img{max-width:100px;max-height:100px}.su-posts-default-loop h2.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-default-loop .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-default-loop .su-post-excerpt{margin-bottom:.5em}.su-posts-default-loop .su-post-excerpt p:last-child{margin-bottom:0}.su-posts-default-loop .su-post-comments-link{font-size:.9em}.su-posts-teaser-loop .su-post{margin-bottom:1.5em;line-height:1.2}.su-posts-teaser-loop .su-post:after{content:'';display:table;clear:both}.su-posts-teaser-loop .su-post-thumbnail{float:left;display:block;width:56px;height:56px;margin:0 1em 0 0}.su-posts-teaser-loop .su-post-thumbnail img{display:block;margin:0;padding:2px;border:1px solid #ccc;border-radius:5px;max-width:100%;max-height:100%}.su-posts-teaser-loop h2.su-post-title{display:block;margin:0;padding:0;border:none;font-size:.9em;font-weight:400;clear:none}.su-posts-single-post .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-single-post .su-post:after{content:'';display:table;clear:both}.su-posts-single-post h1.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-single-post .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-single-post .su-post-content{margin-bottom:.5em}.su-posts-single-post .su-post-content p:last-child{margin-bottom:0}.su-private{margin:0 0 1.5em}.su-pullquote{display:block;width:30%;padding:.5em 1em}.su-pullquote-align-left{margin:.5em 1.5em 1em 0;padding-left:0;float:left;border-right:5px solid #eee}.su-pullquote-align-right{margin:.5em 0 1em 1.5em;padding-right:0;float:right;border-left:5px solid #eee}.su-qrcode{display:inline-block}.su-qrcode-align-left{float:left;margin:0 .5em .5em 0}.su-qrcode-align-center{display:block;clear:both;margin:1em auto;text-align:center}.su-qrcode-align-right{float:right;margin:0 0 .5em .5em}.su-qrcode a,.su-qrcode a:active,.su-qrcode a:focus,.su-qrcode a:hover{background:0 0;outline:0;display:inline;text-decoration:none}.su-qrcode-clickable a:hover{opacity:.7}.su-qrcode img{max-width:100%}.su-quote-style-default{position:relative;margin-bottom:1.5em;padding:.5em 3em;font-style:italic}.su-quote-style-default:after,.su-quote-style-default:before{position:absolute;display:block;width:20px;height:20px;background-image:url(../images/quote.png);content:''}.su-quote-style-default:before{top:0;left:0;background-position:0 0}.su-quote-style-default:after{right:0;bottom:0;background-position:-20px 0}.su-quote-style-default .su-quote-cite{display:block;text-align:right;font-style:normal}.su-quote-style-default .su-quote-cite:before{content:'\2014\0000a0'}.su-quote-style-default .su-quote-cite a{text-decoration:underline}.su-screenr{margin:0 0 1.5em}.su-screenr iframe{border:none!important}.su-service{position:relative;margin:0 0 1.5em}.su-service-title{display:block;margin-bottom:.5em;color:#333;font-weight:700;font-size:1.1em}.su-service-title img{position:absolute;top:0;left:0;display:block!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important}.su-service-title i{position:absolute;top:0;left:0;display:block!important;width:1em;height:1em;text-align:center;line-height:1em}.su-service-content{line-height:1.4}.su-slider{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-slider-centered{margin:0 auto 1.5em}.su-slider-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-slider-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-slider-slide{position:relative;float:left}.su-slider-slide>a,.su-slider-slide>a>img,.su-slider-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none}.su-slider-responsive-yes .su-slider-slide>a,.su-slider-responsive-yes .su-slider-slide>a>img,.su-slider-responsive-yes .su-slider-slide>img{height:auto}.su-slider-pages-no .su-slider-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-slider-slide-title{position:absolute;left:20px;bottom:20px;display:block;max-width:90%;padding:5px 10px;color:#fff;line-height:1.3;background:#000;background:rgba(0,0,0,.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;opacity:0;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-slider-slide-visible .su-slider-slide-title{opacity:1}.su-slider-next,.su-slider-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px!important;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider-prev{right:10px;margin-right:30px;background-position:-40px 0}.su-slider-next{left:10px;margin-left:30px;background-position:0 0}.su-slider:hover .su-slider-next,.su-slider:hover .su-slider-prev{margin-left:0;margin-right:0;opacity:.7}.su-slider .su-slider-next:hover,.su-slider .su-slider-prev:hover{opacity:1}.su-slider-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination{bottom:20px;opacity:1}.su-slider-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination span{margin:0 3px}.su-slider .su-slider-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-slider-pagination span.swiper-active-switch,.su-slider-pagination span:hover{background-position:0 -40px}.su-spacer{display:block;height:0;clear:both;overflow:hidden}.su-spacer-5{height:5px}.su-spacer-10{height:10px}.su-spacer-20{height:20px}.su-spacer-30{height:30px}.su-spacer-40{height:40px}.su-spoiler{margin-bottom:1.5em}.su-spoiler .su-spoiler:last-child{margin-bottom:0}.su-spoiler-title{position:relative;cursor:pointer;min-height:20px;line-height:20px;padding:7px 7px 7px 34px;font-weight:700;font-size:13px}.su-spoiler-title:focus{outline:currentColor thin dotted}.su-spoiler-icon{position:absolute;left:7px;top:7px;display:block;width:20px;height:20px;line-height:21px;text-align:center;font-size:14px;font-family:ShortcodesUltimateIcons;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.su-spoiler-content{padding:14px;-webkit-transition:padding-top .2s;transition:padding-top .2s;-ie-transition:padding-top .2s}.su-spoiler.su-spoiler-closed>.su-spoiler-content{height:0;margin:0;padding:0;overflow:hidden;border:none;opacity:0;pointer-events:none}.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe{display:none}.su-spoiler-icon-plus .su-spoiler-icon:before{content:'\f068'}.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{content:'\f067'}.su-spoiler-icon-plus-circle .su-spoiler-icon:before{content:'\f056'}.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f055'}.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before{content:'\f146'}.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0fe'}.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before{content:'\f147'}.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f196'}.su-spoiler-icon-arrow .su-spoiler-icon:before{content:'\f063'}.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before{content:'\f061'}.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before{content:'\f0ab'}.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0a9'}.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before{content:'\f01a'}.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f18e'}.su-spoiler-icon-chevron .su-spoiler-icon:before{content:'\f078'}.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before{content:'\f054'}.su-spoiler-icon-chevron-circle .su-spoiler-icon:before{content:'\f13a'}.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f138'}.su-spoiler-icon-caret .su-spoiler-icon:before{content:'\f0d7'}.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before{content:'\f0da'}.su-spoiler-icon-caret-square .su-spoiler-icon:before{content:'\f150'}.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before{content:'\f152'}.su-spoiler-icon-folder-1 .su-spoiler-icon:before{content:'\f07c'}.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f07b'}.su-spoiler-icon-folder-2 .su-spoiler-icon:before{content:'\f115'}.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f114'}.su-spoiler-style-default>.su-spoiler-title{padding-left:27px;padding-right:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{left:0}.su-spoiler-style-default>.su-spoiler-content{padding:1em 0 1em 27px}.su-spoiler-style-fancy{border:1px solid #ccc;border-radius:10px;background:#fff;color:#333}.su-spoiler-style-fancy>.su-spoiler-title{border-bottom:1px solid #ccc;border-radius:10px;background:#f0f0f0;font-size:.9em}.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title{border:none}.su-spoiler-style-fancy>.su-spoiler-content{border-radius:10px}.su-spoiler-style-simple{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-spoiler-style-simple>.su-spoiler-title{padding:5px 10px;background:#f0f0f0;color:#333;font-size:.9em}.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon{display:none}.su-spoiler-style-simple>.su-spoiler-content{padding:1em 10px;background:#fff;color:#333}.su-table{width:100%;margin-bottom:1.5em}.su-table table{width:100%!important;margin:0!important;border-collapse:collapse!important;font-size:1em!important;border:1px solid #ccc!important;table-layout:auto!important}.su-table table th{text-align:center!important;padding:1em!important;font-size:1em!important;font-weight:700!important;color:#333!important;border:1px solid #ccc!important;background:#f0f0f0!important}.su-table table td{padding:.5em 1em!important;border:1px solid #ccc!important;background:#fff!important}.su-table-responsive{overflow-x:auto}.su-table-responsive table{width:auto!important;min-width:100%!important}.su-table-responsive table td,.su-table-responsive table th{word-break:initial!important}.su-table-alternate table tr:nth-child(even) td{background-color:#f7f7f7!important}.su-table-fixed table{table-layout:fixed!important}.su-tabs{margin:0 0 1.5em;padding:3px;border-radius:3px;background:#eee}.su-tabs-nav span{display:inline-block;margin-right:3px;padding:10px 15px;min-height:40px;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-size:13px;line-height:20px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.su-tabs-nav span:hover{background:#f5f5f5}.su-tabs-nav span.su-tabs-current{background:#fff;cursor:default}.su-tabs-nav span:focus{outline:currentColor thin dotted}.su-tabs-nav span.su-tabs-disabled{opacity:.5;cursor:default}.su-tabs-pane{padding:15px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;color:#333;font-size:13px}.su-tabs-pane:not(.su-tabs-pane-open){overflow:hidden!important;padding:0!important;min-height:0!important;height:0!important;border:none!important}.su-tabs-nav,.su-tabs-nav span,.su-tabs-pane,.su-tabs-panes{box-sizing:border-box!important}.su-tabs-vertical{display:-webkit-box;display:flex}.su-tabs-vertical .su-tabs-nav{width:30%}.su-tabs-vertical .su-tabs-nav>span{display:block;margin-right:0;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.su-tabs-vertical .su-tabs-panes{width:70%}.su-tabs-vertical .su-tabs-panes .su-tabs-pane{height:100%;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.qtip.su-qtip{max-width:480px!important}.su-tooltip{display:inline-block}.su-qtip-size-1{font-size:.8em!important}.su-qtip-size-2{font-size:.9em!important}.su-qtip-size-3{font-size:1em!important}.su-qtip-size-4{font-size:1.1em!important}.su-qtip-size-5{font-size:1.2em!important}.su-qtip-size-6{font-size:1.3em!important}.su-tooltip-content{display:none}.su-tooltip-content>:last-child{margin-bottom:0}.qtip-content .su-tooltip-content embed,.qtip-content .su-tooltip-content iframe,.qtip-content .su-tooltip-content img,.qtip-content .su-tooltip-content object{max-width:430px}.qtip-content .su-tooltip-content .su-u-responsive-media-yes{width:430px}.su-video{position:relative;margin-bottom:1.5em;overflow:hidden}.su-video .jp-title{position:absolute;top:-100px;left:0;width:100%;height:30px;padding:0 1em;line-height:30px;font-size:.9em;background:#000;background:rgba(0,0,0,.5);color:#fff;-webkit-transition:top .2s;transition:top .2s}.su-video:hover .jp-title{top:0}.su-video .jp-start{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s;background:50% 50% url(../images/player/default-start.png) no-repeat}.su-video:hover .jp-start{opacity:.8}.su-video.jp-video-full{position:fixed;left:0;top:0;width:100%;height:100%}.su-video.jp-video-full .jp-jplayer{position:fixed!important;left:0;top:0;overflow:hidden}.su-video .jp-gui{position:relative;height:30px;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.su-video.jp-video-full .jp-gui{position:fixed;left:0;bottom:0;width:100%}.su-video-controls-no .jp-gui{position:absolute!important;bottom:-100px;left:0;right:0;-webkit-transition:bottom .2s;transition:bottom .2s}.su-video-controls-no:hover .jp-gui{bottom:0}.su-video img{border-radius:0!important;border:none!important;margin:0!important;padding:0!important}.su-video .jp-gui .jp-pause,.su-video .jp-gui .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-right:1px solid #454947;cursor:pointer}.su-video .jp-gui .jp-play{background:0 0 url(../images/player/default.png) no-repeat}.su-video .jp-gui .jp-pause{background:-30px 0 url(../images/player/default.png) no-repeat}.su-video .jp-full-screen,.su-video .jp-restore-screen{position:absolute;top:0;right:0;display:block;width:30px;height:30px;border-left:1px solid #454947;cursor:pointer}.su-video .jp-full-screen{background:0 -30px url(../images/player/default.png) no-repeat}.su-video .jp-restore-screen{background:-30px -30px url(../images/player/default.png) no-repeat}.su-video .jp-progress{position:absolute;top:10px;left:90px;right:90px;height:10px;background:#333;border-radius:3px;box-shadow:0 0 5px #000 inset}.su-video .jp-play-bar,.su-video .jp-seek-bar{position:absolute;top:0;left:0;height:100%;cursor:pointer;border-radius:3px}.su-video .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-video .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-video .jp-current-time,.su-video .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;color:#f5f5f5;font-size:10px}.su-video .jp-current-time{left:50px}.su-video .jp-duration{right:50px}.su-vimeo{margin:0 0 1.5em}.su-vimeo iframe{border:none!important}.su-youtube{margin:0 0 1.5em}.su-youtube iframe{border:none!important}@media screen and (max-width:768px){.su-button span{padding-top:.25em!important;padding-bottom:.25em!important;line-height:1.2!important}.su-button small{margin-top:.2em!important}.su-display-posts-template-default .su-post-thumbnail{width:4em}.su-display-posts-template-teasers .su-post-thumbnail{width:2.75em}.su-image-carousel-adaptive .su-image-carousel-item,.su-image-carousel-adaptive.su-image-carousel-has-spacing .su-image-carousel-item{margin-right:0;width:100%}}@media screen and (max-width:48em){.su-pullquote{width:auto}.su-pullquote-align-left,.su-pullquote-align-right{float:none;margin:1.5em 0;padding:.5em 1em}}@media only screen and (max-width:768px){.su-tabs-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{width:100%}.su-tabs-vertical .su-tabs-nav .su-tabs-pane,.su-tabs-vertical .su-tabs-nav>span,.su-tabs-vertical .su-tabs-panes .su-tabs-pane,.su-tabs-vertical .su-tabs-panes>span{border-radius:3px}.su-tabs-mobile-stack .su-tabs-nav span{display:block}.su-tabs-mobile-scroll .su-tabs-nav{display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;white-space:nowrap;overflow-x:auto}}@media only screen and (max-width:767px){.su-row .su-column{float:none;width:100%;margin:0}.su-row .su-column+.su-column{margin:1.5rem 0 0}}@media (-webkit-min-device-pixel-ratio:0){.su-image-carousel-has-outline .su-image-carousel-item-content a:focus,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-style:auto;outline-color:-webkit-focus-ring-color}}
|
includes/css/shortcodes.full.css
CHANGED
@@ -560,120 +560,100 @@
|
|
560 |
}
|
561 |
|
562 |
.su-row {
|
563 |
-
clear: both;
|
564 |
-
zoom: 1;
|
565 |
margin-bottom: 1.5em;
|
566 |
}
|
567 |
|
568 |
-
.su-row
|
569 |
-
.su-row:after {
|
570 |
display: table;
|
571 |
-
content: '';
|
572 |
-
}
|
573 |
-
|
574 |
-
.su-row:after {
|
575 |
clear: both;
|
|
|
576 |
}
|
577 |
|
578 |
-
.su-column {
|
579 |
display: block;
|
580 |
-
margin: 0 4% 0 0;
|
581 |
float: left;
|
582 |
box-sizing: border-box;
|
583 |
-
}
|
584 |
-
|
585 |
-
.su-column-last {
|
586 |
-
margin-right: 0;
|
587 |
-
}
|
588 |
-
|
589 |
-
.su-row .su-column {
|
590 |
margin: 0 0 0 4%;
|
591 |
}
|
592 |
|
593 |
-
.su-row .su-column
|
594 |
margin-left: 0;
|
595 |
-
margin-right: 0;
|
596 |
}
|
597 |
|
598 |
-
.su-row .su-column
|
|
|
599 |
margin-left: 0;
|
600 |
}
|
601 |
|
602 |
.su-row .su-column.su-column-centered {
|
|
|
603 |
margin-right: auto;
|
604 |
margin-left: auto;
|
605 |
-
float: none;
|
606 |
-
}
|
607 |
-
|
608 |
-
.su-column img,
|
609 |
-
.su-column iframe,
|
610 |
-
.su-column object,
|
611 |
-
.su-column embed {
|
612 |
-
max-width: 100%;
|
613 |
}
|
614 |
|
615 |
-
|
616 |
-
[class*='su-column'] + [class*='su-column']:last-child {
|
617 |
-
float: right;
|
618 |
-
}
|
619 |
-
}
|
620 |
-
|
621 |
-
.su-column-size-1-1 {
|
622 |
width: 100%;
|
623 |
}
|
624 |
|
625 |
-
.su-column-size-1-2 {
|
626 |
width: 48%;
|
627 |
}
|
628 |
|
629 |
-
.su-column-size-1-3 {
|
630 |
width: 30.66%;
|
631 |
}
|
632 |
|
633 |
-
.su-column-size-2-3 {
|
634 |
width: 65.33%;
|
635 |
}
|
636 |
|
637 |
-
.su-column-size-1-4 {
|
638 |
width: 22%;
|
639 |
}
|
640 |
|
641 |
-
.su-column-size-3-4 {
|
642 |
width: 74%;
|
643 |
}
|
644 |
|
645 |
-
.su-column-size-1-5 {
|
646 |
width: 16.8%;
|
647 |
}
|
648 |
|
649 |
-
.su-column-size-2-5 {
|
650 |
width: 37.6%;
|
651 |
}
|
652 |
|
653 |
-
.su-column-size-3-5 {
|
654 |
width: 58.4%;
|
655 |
}
|
656 |
|
657 |
-
.su-column-size-4-5 {
|
658 |
width: 79.2%;
|
659 |
}
|
660 |
|
661 |
-
.su-column-size-1-6 {
|
662 |
width: 13.33%;
|
663 |
}
|
664 |
|
665 |
-
.su-column-size-5-6 {
|
666 |
width: 82.66%;
|
667 |
}
|
668 |
|
669 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
.su-row .su-column {
|
671 |
-
width: 100%;
|
672 |
-
margin: 0 0 1.5em;
|
673 |
float: none;
|
|
|
|
|
674 |
}
|
675 |
-
.su-row .su-column
|
676 |
-
margin
|
677 |
}
|
678 |
}
|
679 |
|
@@ -1148,8 +1128,8 @@
|
|
1148 |
}
|
1149 |
|
1150 |
.su-image-carousel {
|
1151 |
-
width: 100%;
|
1152 |
margin: 1.5em 0;
|
|
|
1153 |
}
|
1154 |
|
1155 |
.su-image-carousel:first-child {
|
@@ -1161,50 +1141,50 @@
|
|
1161 |
}
|
1162 |
|
1163 |
.su-image-carousel-item {
|
1164 |
-
width: 100%;
|
1165 |
box-sizing: border-box;
|
|
|
1166 |
}
|
1167 |
|
1168 |
-
.su-image-carousel
|
1169 |
position: relative;
|
1170 |
}
|
1171 |
|
1172 |
-
.su-image-carousel
|
1173 |
-
.su-image-carousel
|
1174 |
-
.su-image-carousel
|
1175 |
-
.su-image-carousel
|
1176 |
-
.su-image-carousel
|
1177 |
-
.su-image-carousel
|
1178 |
display: block;
|
1179 |
-
|
1180 |
-
height: 100%;
|
1181 |
margin: 0;
|
1182 |
padding: 0;
|
1183 |
-
|
1184 |
-
|
1185 |
-
text-decoration: none;
|
1186 |
border: none;
|
1187 |
border-radius: 0;
|
|
|
|
|
1188 |
}
|
1189 |
|
1190 |
-
.su-image-carousel
|
1191 |
-
.su-image-carousel
|
1192 |
-
.su-image-carousel
|
1193 |
-
.su-image-carousel
|
1194 |
display: none;
|
1195 |
}
|
1196 |
|
1197 |
-
.su-image-carousel
|
1198 |
position: absolute;
|
1199 |
display: block;
|
1200 |
-
font-size: 0.9em;
|
1201 |
-
max-height: 60%;
|
1202 |
overflow: auto;
|
1203 |
-
|
1204 |
word-wrap: break-word;
|
|
|
|
|
1205 |
}
|
1206 |
|
1207 |
-
.su-image-carousel
|
1208 |
display: none;
|
1209 |
}
|
1210 |
|
@@ -1212,94 +1192,107 @@
|
|
1212 |
width: 50%;
|
1213 |
}
|
1214 |
|
1215 |
-
.su-image-carousel-columns-
|
1216 |
-
width:
|
1217 |
-
margin-right: 3%;
|
1218 |
}
|
1219 |
|
1220 |
-
.su-image-carousel-columns-
|
1221 |
-
width:
|
1222 |
}
|
1223 |
|
1224 |
-
.su-image-carousel-columns-
|
1225 |
-
width:
|
1226 |
-
margin-right: 2.9%;
|
1227 |
}
|
1228 |
|
1229 |
-
.su-image-carousel-columns-
|
1230 |
-
width:
|
1231 |
}
|
1232 |
|
1233 |
-
.su-image-carousel-columns-
|
1234 |
-
width:
|
1235 |
-
margin-right: 2.8%;
|
1236 |
}
|
1237 |
|
1238 |
-
.su-image-carousel-columns-
|
1239 |
-
width:
|
1240 |
}
|
1241 |
|
1242 |
-
.su-image-carousel-columns-
|
1243 |
-
|
1244 |
-
margin-right:
|
|
|
1245 |
}
|
1246 |
|
1247 |
-
.su-image-carousel-columns-
|
1248 |
-
|
|
|
|
|
1249 |
}
|
1250 |
|
1251 |
-
.su-image-carousel-columns-
|
1252 |
-
|
1253 |
-
margin-right: 2.
|
|
|
1254 |
}
|
1255 |
|
1256 |
-
.su-image-carousel-columns-
|
1257 |
-
|
|
|
|
|
1258 |
}
|
1259 |
|
1260 |
-
.su-image-carousel-columns-
|
1261 |
-
|
1262 |
-
margin-right: 2.
|
|
|
1263 |
}
|
1264 |
|
1265 |
-
.su-image-carousel-columns-
|
1266 |
-
|
|
|
|
|
1267 |
}
|
1268 |
|
1269 |
-
.su-image-carousel-columns-8.su-image-carousel-has-spacing
|
1270 |
-
|
1271 |
margin-right: 2%;
|
|
|
1272 |
}
|
1273 |
|
1274 |
@media screen and (max-width: 768px) {
|
1275 |
-
.su-image-carousel-adaptive .su-image-carousel-item
|
1276 |
-
|
1277 |
-
|
|
|
|
|
1278 |
}
|
1279 |
}
|
1280 |
|
1281 |
.su-image-carousel-crop .su-image-carousel-item-content::before {
|
1282 |
float: left;
|
1283 |
-
width: 1px;
|
1284 |
margin-left: -1px;
|
|
|
1285 |
height: 0;
|
1286 |
content: '';
|
1287 |
}
|
1288 |
|
1289 |
.su-image-carousel-crop .su-image-carousel-item-content::after {
|
1290 |
-
content: '';
|
1291 |
display: table;
|
1292 |
clear: both;
|
|
|
1293 |
}
|
1294 |
|
|
|
1295 |
.su-image-carousel-crop .su-image-carousel-item-content img {
|
1296 |
position: absolute;
|
1297 |
-
left: 0;
|
1298 |
top: 0;
|
1299 |
right: 0;
|
1300 |
bottom: 0;
|
|
|
1301 |
width: 100%;
|
1302 |
height: 100%;
|
|
|
|
|
|
|
1303 |
-o-object-fit: cover;
|
1304 |
object-fit: cover;
|
1305 |
}
|
@@ -1313,7 +1306,7 @@
|
|
1313 |
}
|
1314 |
|
1315 |
.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
|
1316 |
-
padding-top: 42.
|
1317 |
}
|
1318 |
|
1319 |
.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
|
@@ -1325,7 +1318,7 @@
|
|
1325 |
}
|
1326 |
|
1327 |
.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
|
1328 |
-
padding-top: 66.
|
1329 |
}
|
1330 |
|
1331 |
.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
|
@@ -1345,7 +1338,7 @@
|
|
1345 |
}
|
1346 |
|
1347 |
.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
|
1348 |
-
padding-top: 133.
|
1349 |
}
|
1350 |
|
1351 |
.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
|
@@ -1353,7 +1346,7 @@
|
|
1353 |
}
|
1354 |
|
1355 |
.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
|
1356 |
-
padding-top: 233.
|
1357 |
}
|
1358 |
|
1359 |
.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
|
@@ -1361,19 +1354,19 @@
|
|
1361 |
}
|
1362 |
|
1363 |
.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
|
1364 |
-
padding-top: 177.
|
1365 |
}
|
1366 |
|
1367 |
.su-image-carousel-align-left {
|
1368 |
float: left;
|
1369 |
-
margin-right: 1.5em;
|
1370 |
margin-top: 0;
|
|
|
1371 |
}
|
1372 |
|
1373 |
.su-image-carousel-align-right {
|
1374 |
float: right;
|
1375 |
-
margin-left: 1.5em;
|
1376 |
margin-top: 0;
|
|
|
1377 |
}
|
1378 |
|
1379 |
.su-image-carousel-align-center {
|
@@ -1382,8 +1375,8 @@
|
|
1382 |
}
|
1383 |
|
1384 |
.su-image-carousel-align-full {
|
1385 |
-
margin-left: calc(50% - 50vw);
|
1386 |
margin-right: calc(50% - 50vw);
|
|
|
1387 |
max-width: 100vw !important;
|
1388 |
width: 100vw !important;
|
1389 |
}
|
@@ -1392,19 +1385,19 @@
|
|
1392 |
position: absolute;
|
1393 |
top: 50%;
|
1394 |
display: block;
|
1395 |
-
width: 44px;
|
1396 |
-
height: 44px;
|
1397 |
margin: -22px 0 0;
|
1398 |
padding: 0;
|
1399 |
-
|
|
|
1400 |
outline: none;
|
1401 |
border-radius: 50%;
|
1402 |
-
|
1403 |
-
transform: none;
|
1404 |
-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
|
1405 |
transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
|
1406 |
transition: opacity 0.2s ease, transform 0.2s ease;
|
1407 |
transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
|
|
|
1408 |
}
|
1409 |
|
1410 |
.su-image-carousel:hover button.flickity-prev-next-button {
|
@@ -1413,8 +1406,8 @@
|
|
1413 |
|
1414 |
.su-image-carousel button.flickity-prev-next-button:hover,
|
1415 |
.su-image-carousel button.flickity-prev-next-button:focus {
|
1416 |
-
opacity: 1;
|
1417 |
box-shadow: none;
|
|
|
1418 |
}
|
1419 |
|
1420 |
.su-image-carousel button.flickity-prev-next-button:focus {
|
@@ -1437,33 +1430,37 @@
|
|
1437 |
.su-image-carousel > ol.flickity-page-dots {
|
1438 |
position: absolute;
|
1439 |
top: 50%;
|
1440 |
-
left: 50%;
|
1441 |
bottom: auto;
|
1442 |
-
|
1443 |
margin: 0;
|
1444 |
padding: 0;
|
|
|
1445 |
list-style: none;
|
1446 |
-
-webkit-transform: translate(-50%, -50%);
|
1447 |
-
transform: translate(-50%, -50%);
|
1448 |
-
pointer-events: none;
|
1449 |
opacity: 0;
|
1450 |
-webkit-transition: opacity 0.2s ease;
|
1451 |
transition: opacity 0.2s ease;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1452 |
}
|
1453 |
|
1454 |
.su-image-carousel > ol.flickity-page-dots > li.dot {
|
1455 |
position: relative;
|
1456 |
-
width: 20px;
|
1457 |
-
height: 20px;
|
1458 |
display: inline-block;
|
1459 |
margin: 5px;
|
1460 |
padding: 0;
|
1461 |
-
|
1462 |
-
|
1463 |
border-radius: 50%;
|
|
|
1464 |
opacity: 0.5;
|
1465 |
-webkit-transition: opacity 0.2s ease;
|
1466 |
transition: opacity 0.2s ease;
|
|
|
1467 |
}
|
1468 |
|
1469 |
.su-image-carousel > ol.flickity-page-dots > li.dot:hover {
|
@@ -1475,12 +1472,12 @@
|
|
1475 |
top: 50%;
|
1476 |
left: 50%;
|
1477 |
display: none;
|
1478 |
-
width: 10px;
|
1479 |
-
height: 10px;
|
1480 |
margin: 0;
|
1481 |
padding: 0;
|
1482 |
-
|
|
|
1483 |
border-radius: 50%;
|
|
|
1484 |
-webkit-transform: translate(-50%, -50%);
|
1485 |
transform: translate(-50%, -50%);
|
1486 |
}
|
@@ -1489,10 +1486,6 @@
|
|
1489 |
display: block;
|
1490 |
}
|
1491 |
|
1492 |
-
.su-image-carousel:hover ol.flickity-page-dots {
|
1493 |
-
opacity: 1;
|
1494 |
-
}
|
1495 |
-
|
1496 |
.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
|
1497 |
background: black;
|
1498 |
color: white;
|
@@ -1525,22 +1518,22 @@
|
|
1525 |
|
1526 |
.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
|
1527 |
padding: 3px;
|
1528 |
-
background: white;
|
1529 |
border: 1px solid #ccc;
|
1530 |
border-radius: 7px;
|
|
|
1531 |
}
|
1532 |
|
1533 |
.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
|
1534 |
-
bottom: 4px;
|
1535 |
right: 4px;
|
|
|
1536 |
left: 4px;
|
1537 |
padding: 0.5em 0.7em;
|
|
|
|
|
1538 |
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
|
1539 |
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
1540 |
-
text-shadow: 0 2px 5px black;
|
1541 |
color: white;
|
1542 |
-
|
1543 |
-
border-bottom-left-radius: 2px;
|
1544 |
}
|
1545 |
|
1546 |
.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
|
@@ -1554,8 +1547,8 @@
|
|
1554 |
padding: 0.7em;
|
1555 |
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
|
1556 |
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
1557 |
-
text-shadow: 0 2px 5px black;
|
1558 |
color: white;
|
|
|
1559 |
}
|
1560 |
|
1561 |
.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
|
@@ -1578,11 +1571,13 @@
|
|
1578 |
font-size: 0.9em;
|
1579 |
}
|
1580 |
|
1581 |
-
.su-image-carousel-slides-style-photo.su-image-carousel-crop
|
|
|
|
|
1582 |
top: 7px;
|
1583 |
right: 7px;
|
1584 |
-
left: 7px;
|
1585 |
bottom: 7px;
|
|
|
1586 |
width: calc(100% - 14px);
|
1587 |
height: calc(100% - 14px);
|
1588 |
}
|
@@ -1618,8 +1613,8 @@
|
|
1618 |
@media (-webkit-min-device-pixel-ratio: 0) {
|
1619 |
.su-image-carousel-has-outline button.flickity-prev-next-button:focus,
|
1620 |
.su-image-carousel-has-outline .su-image-carousel-item-content a:focus {
|
1621 |
-
outline-color: -webkit-focus-ring-color;
|
1622 |
outline-style: auto;
|
|
|
1623 |
}
|
1624 |
}
|
1625 |
|
560 |
}
|
561 |
|
562 |
.su-row {
|
|
|
|
|
563 |
margin-bottom: 1.5em;
|
564 |
}
|
565 |
|
566 |
+
.su-row::after {
|
|
|
567 |
display: table;
|
|
|
|
|
|
|
|
|
568 |
clear: both;
|
569 |
+
content: '';
|
570 |
}
|
571 |
|
572 |
+
.su-row .su-column {
|
573 |
display: block;
|
|
|
574 |
float: left;
|
575 |
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
margin: 0 0 0 4%;
|
577 |
}
|
578 |
|
579 |
+
.su-row .su-column:first-child {
|
580 |
margin-left: 0;
|
|
|
581 |
}
|
582 |
|
583 |
+
.su-row .su-column.su-column-size-1-1 {
|
584 |
+
margin-right: 0;
|
585 |
margin-left: 0;
|
586 |
}
|
587 |
|
588 |
.su-row .su-column.su-column-centered {
|
589 |
+
float: none;
|
590 |
margin-right: auto;
|
591 |
margin-left: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
}
|
593 |
|
594 |
+
.su-row .su-column-size-1-1 {
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
width: 100%;
|
596 |
}
|
597 |
|
598 |
+
.su-row .su-column-size-1-2 {
|
599 |
width: 48%;
|
600 |
}
|
601 |
|
602 |
+
.su-row .su-column-size-1-3 {
|
603 |
width: 30.66%;
|
604 |
}
|
605 |
|
606 |
+
.su-row .su-column-size-2-3 {
|
607 |
width: 65.33%;
|
608 |
}
|
609 |
|
610 |
+
.su-row .su-column-size-1-4 {
|
611 |
width: 22%;
|
612 |
}
|
613 |
|
614 |
+
.su-row .su-column-size-3-4 {
|
615 |
width: 74%;
|
616 |
}
|
617 |
|
618 |
+
.su-row .su-column-size-1-5 {
|
619 |
width: 16.8%;
|
620 |
}
|
621 |
|
622 |
+
.su-row .su-column-size-2-5 {
|
623 |
width: 37.6%;
|
624 |
}
|
625 |
|
626 |
+
.su-row .su-column-size-3-5 {
|
627 |
width: 58.4%;
|
628 |
}
|
629 |
|
630 |
+
.su-row .su-column-size-4-5 {
|
631 |
width: 79.2%;
|
632 |
}
|
633 |
|
634 |
+
.su-row .su-column-size-1-6 {
|
635 |
width: 13.33%;
|
636 |
}
|
637 |
|
638 |
+
.su-row .su-column-size-5-6 {
|
639 |
width: 82.66%;
|
640 |
}
|
641 |
|
642 |
+
.su-row .su-column img,
|
643 |
+
.su-row .su-column iframe,
|
644 |
+
.su-row .su-column object,
|
645 |
+
.su-row .su-column embed {
|
646 |
+
max-width: 100%;
|
647 |
+
}
|
648 |
+
|
649 |
+
@media only screen and (max-width: 767px) {
|
650 |
.su-row .su-column {
|
|
|
|
|
651 |
float: none;
|
652 |
+
width: 100%;
|
653 |
+
margin: 0;
|
654 |
}
|
655 |
+
.su-row .su-column + .su-column {
|
656 |
+
margin: 1.5rem 0 0;
|
657 |
}
|
658 |
}
|
659 |
|
1128 |
}
|
1129 |
|
1130 |
.su-image-carousel {
|
|
|
1131 |
margin: 1.5em 0;
|
1132 |
+
width: 100%;
|
1133 |
}
|
1134 |
|
1135 |
.su-image-carousel:first-child {
|
1141 |
}
|
1142 |
|
1143 |
.su-image-carousel-item {
|
|
|
1144 |
box-sizing: border-box;
|
1145 |
+
width: 100%;
|
1146 |
}
|
1147 |
|
1148 |
+
.su-image-carousel-item-content {
|
1149 |
position: relative;
|
1150 |
}
|
1151 |
|
1152 |
+
.su-image-carousel-item-content a,
|
1153 |
+
.su-image-carousel-item-content a:hover,
|
1154 |
+
.su-image-carousel-item-content a:focus,
|
1155 |
+
.su-image-carousel-item-content a:visited,
|
1156 |
+
.su-image-carousel-item-content a:active,
|
1157 |
+
.su-image-carousel-item-content img {
|
1158 |
display: block;
|
1159 |
+
box-sizing: border-box;
|
|
|
1160 |
margin: 0;
|
1161 |
padding: 0;
|
1162 |
+
width: 100%;
|
1163 |
+
height: 100%;
|
|
|
1164 |
border: none;
|
1165 |
border-radius: 0;
|
1166 |
+
box-shadow: none;
|
1167 |
+
text-decoration: none;
|
1168 |
}
|
1169 |
|
1170 |
+
.su-image-carousel-item-content a::before,
|
1171 |
+
.su-image-carousel-item-content a::after,
|
1172 |
+
.su-image-carousel-item-content img::before,
|
1173 |
+
.su-image-carousel-item-content img::after {
|
1174 |
display: none;
|
1175 |
}
|
1176 |
|
1177 |
+
.su-image-carousel-item-content span {
|
1178 |
position: absolute;
|
1179 |
display: block;
|
|
|
|
|
1180 |
overflow: auto;
|
1181 |
+
max-height: 60%;
|
1182 |
word-wrap: break-word;
|
1183 |
+
font-size: 0.9em;
|
1184 |
+
line-height: 1.3;
|
1185 |
}
|
1186 |
|
1187 |
+
.su-image-carousel-item-content span:empty {
|
1188 |
display: none;
|
1189 |
}
|
1190 |
|
1192 |
width: 50%;
|
1193 |
}
|
1194 |
|
1195 |
+
.su-image-carousel-columns-3 .su-image-carousel-item {
|
1196 |
+
width: 33.3333333333%;
|
|
|
1197 |
}
|
1198 |
|
1199 |
+
.su-image-carousel-columns-4 .su-image-carousel-item {
|
1200 |
+
width: 25%;
|
1201 |
}
|
1202 |
|
1203 |
+
.su-image-carousel-columns-5 .su-image-carousel-item {
|
1204 |
+
width: 20%;
|
|
|
1205 |
}
|
1206 |
|
1207 |
+
.su-image-carousel-columns-6 .su-image-carousel-item {
|
1208 |
+
width: 16.6666666666%;
|
1209 |
}
|
1210 |
|
1211 |
+
.su-image-carousel-columns-7 .su-image-carousel-item {
|
1212 |
+
width: 14.2857142857%;
|
|
|
1213 |
}
|
1214 |
|
1215 |
+
.su-image-carousel-columns-8 .su-image-carousel-item {
|
1216 |
+
width: 12.5%;
|
1217 |
}
|
1218 |
|
1219 |
+
.su-image-carousel-columns-2.su-image-carousel-has-spacing
|
1220 |
+
.su-image-carousel-item {
|
1221 |
+
margin-right: 3%;
|
1222 |
+
width: 48.5%;
|
1223 |
}
|
1224 |
|
1225 |
+
.su-image-carousel-columns-3.su-image-carousel-has-spacing
|
1226 |
+
.su-image-carousel-item {
|
1227 |
+
margin-right: 2.9%;
|
1228 |
+
width: 31.4%;
|
1229 |
}
|
1230 |
|
1231 |
+
.su-image-carousel-columns-4.su-image-carousel-has-spacing
|
1232 |
+
.su-image-carousel-item {
|
1233 |
+
margin-right: 2.8%;
|
1234 |
+
width: 22.9%;
|
1235 |
}
|
1236 |
|
1237 |
+
.su-image-carousel-columns-5.su-image-carousel-has-spacing
|
1238 |
+
.su-image-carousel-item {
|
1239 |
+
margin-right: 2.5%;
|
1240 |
+
width: 18%;
|
1241 |
}
|
1242 |
|
1243 |
+
.su-image-carousel-columns-6.su-image-carousel-has-spacing
|
1244 |
+
.su-image-carousel-item {
|
1245 |
+
margin-right: 2.6%;
|
1246 |
+
width: 14.5%;
|
1247 |
}
|
1248 |
|
1249 |
+
.su-image-carousel-columns-7.su-image-carousel-has-spacing
|
1250 |
+
.su-image-carousel-item {
|
1251 |
+
margin-right: 2.2%;
|
1252 |
+
width: 12.4%;
|
1253 |
}
|
1254 |
|
1255 |
+
.su-image-carousel-columns-8.su-image-carousel-has-spacing
|
1256 |
+
.su-image-carousel-item {
|
1257 |
margin-right: 2%;
|
1258 |
+
width: 10.75%;
|
1259 |
}
|
1260 |
|
1261 |
@media screen and (max-width: 768px) {
|
1262 |
+
.su-image-carousel-adaptive .su-image-carousel-item,
|
1263 |
+
.su-image-carousel-adaptive.su-image-carousel-has-spacing
|
1264 |
+
.su-image-carousel-item {
|
1265 |
+
margin-right: 0;
|
1266 |
+
width: 100%;
|
1267 |
}
|
1268 |
}
|
1269 |
|
1270 |
.su-image-carousel-crop .su-image-carousel-item-content::before {
|
1271 |
float: left;
|
|
|
1272 |
margin-left: -1px;
|
1273 |
+
width: 1px;
|
1274 |
height: 0;
|
1275 |
content: '';
|
1276 |
}
|
1277 |
|
1278 |
.su-image-carousel-crop .su-image-carousel-item-content::after {
|
|
|
1279 |
display: table;
|
1280 |
clear: both;
|
1281 |
+
content: '';
|
1282 |
}
|
1283 |
|
1284 |
+
.su-image-carousel-crop .su-image-carousel-item-content a,
|
1285 |
.su-image-carousel-crop .su-image-carousel-item-content img {
|
1286 |
position: absolute;
|
|
|
1287 |
top: 0;
|
1288 |
right: 0;
|
1289 |
bottom: 0;
|
1290 |
+
left: 0;
|
1291 |
width: 100%;
|
1292 |
height: 100%;
|
1293 |
+
}
|
1294 |
+
|
1295 |
+
.su-image-carousel-crop .su-image-carousel-item-content img {
|
1296 |
-o-object-fit: cover;
|
1297 |
object-fit: cover;
|
1298 |
}
|
1306 |
}
|
1307 |
|
1308 |
.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
|
1309 |
+
padding-top: 42.857142857143%;
|
1310 |
}
|
1311 |
|
1312 |
.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
|
1318 |
}
|
1319 |
|
1320 |
.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
|
1321 |
+
padding-top: 66.666666666667%;
|
1322 |
}
|
1323 |
|
1324 |
.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
|
1338 |
}
|
1339 |
|
1340 |
.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
|
1341 |
+
padding-top: 133.33333333333%;
|
1342 |
}
|
1343 |
|
1344 |
.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
|
1346 |
}
|
1347 |
|
1348 |
.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
|
1349 |
+
padding-top: 233.33333333333%;
|
1350 |
}
|
1351 |
|
1352 |
.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
|
1354 |
}
|
1355 |
|
1356 |
.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
|
1357 |
+
padding-top: 177.77777777778%;
|
1358 |
}
|
1359 |
|
1360 |
.su-image-carousel-align-left {
|
1361 |
float: left;
|
|
|
1362 |
margin-top: 0;
|
1363 |
+
margin-right: 1.5em;
|
1364 |
}
|
1365 |
|
1366 |
.su-image-carousel-align-right {
|
1367 |
float: right;
|
|
|
1368 |
margin-top: 0;
|
1369 |
+
margin-left: 1.5em;
|
1370 |
}
|
1371 |
|
1372 |
.su-image-carousel-align-center {
|
1375 |
}
|
1376 |
|
1377 |
.su-image-carousel-align-full {
|
|
|
1378 |
margin-right: calc(50% - 50vw);
|
1379 |
+
margin-left: calc(50% - 50vw);
|
1380 |
max-width: 100vw !important;
|
1381 |
width: 100vw !important;
|
1382 |
}
|
1385 |
position: absolute;
|
1386 |
top: 50%;
|
1387 |
display: block;
|
|
|
|
|
1388 |
margin: -22px 0 0;
|
1389 |
padding: 0;
|
1390 |
+
width: 44px;
|
1391 |
+
height: 44px;
|
1392 |
outline: none;
|
1393 |
border-radius: 50%;
|
1394 |
+
opacity: 0;
|
|
|
1395 |
-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
|
1396 |
transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
|
1397 |
transition: opacity 0.2s ease, transform 0.2s ease;
|
1398 |
transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
|
1399 |
+
-webkit-transform: none;
|
1400 |
+
transform: none;
|
1401 |
}
|
1402 |
|
1403 |
.su-image-carousel:hover button.flickity-prev-next-button {
|
1406 |
|
1407 |
.su-image-carousel button.flickity-prev-next-button:hover,
|
1408 |
.su-image-carousel button.flickity-prev-next-button:focus {
|
|
|
1409 |
box-shadow: none;
|
1410 |
+
opacity: 1;
|
1411 |
}
|
1412 |
|
1413 |
.su-image-carousel button.flickity-prev-next-button:focus {
|
1430 |
.su-image-carousel > ol.flickity-page-dots {
|
1431 |
position: absolute;
|
1432 |
top: 50%;
|
|
|
1433 |
bottom: auto;
|
1434 |
+
left: 50%;
|
1435 |
margin: 0;
|
1436 |
padding: 0;
|
1437 |
+
width: auto;
|
1438 |
list-style: none;
|
|
|
|
|
|
|
1439 |
opacity: 0;
|
1440 |
-webkit-transition: opacity 0.2s ease;
|
1441 |
transition: opacity 0.2s ease;
|
1442 |
+
-webkit-transform: translate(-50%, -50%);
|
1443 |
+
transform: translate(-50%, -50%);
|
1444 |
+
pointer-events: none;
|
1445 |
+
}
|
1446 |
+
|
1447 |
+
.su-image-carousel:hover > ol.flickity-page-dots {
|
1448 |
+
opacity: 1;
|
1449 |
}
|
1450 |
|
1451 |
.su-image-carousel > ol.flickity-page-dots > li.dot {
|
1452 |
position: relative;
|
|
|
|
|
1453 |
display: inline-block;
|
1454 |
margin: 5px;
|
1455 |
padding: 0;
|
1456 |
+
width: 20px;
|
1457 |
+
height: 20px;
|
1458 |
border-radius: 50%;
|
1459 |
+
list-style: none;
|
1460 |
opacity: 0.5;
|
1461 |
-webkit-transition: opacity 0.2s ease;
|
1462 |
transition: opacity 0.2s ease;
|
1463 |
+
pointer-events: all;
|
1464 |
}
|
1465 |
|
1466 |
.su-image-carousel > ol.flickity-page-dots > li.dot:hover {
|
1472 |
top: 50%;
|
1473 |
left: 50%;
|
1474 |
display: none;
|
|
|
|
|
1475 |
margin: 0;
|
1476 |
padding: 0;
|
1477 |
+
width: 10px;
|
1478 |
+
height: 10px;
|
1479 |
border-radius: 50%;
|
1480 |
+
content: '';
|
1481 |
-webkit-transform: translate(-50%, -50%);
|
1482 |
transform: translate(-50%, -50%);
|
1483 |
}
|
1486 |
display: block;
|
1487 |
}
|
1488 |
|
|
|
|
|
|
|
|
|
1489 |
.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
|
1490 |
background: black;
|
1491 |
color: white;
|
1518 |
|
1519 |
.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
|
1520 |
padding: 3px;
|
|
|
1521 |
border: 1px solid #ccc;
|
1522 |
border-radius: 7px;
|
1523 |
+
background: white;
|
1524 |
}
|
1525 |
|
1526 |
.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
|
|
|
1527 |
right: 4px;
|
1528 |
+
bottom: 4px;
|
1529 |
left: 4px;
|
1530 |
padding: 0.5em 0.7em;
|
1531 |
+
border-bottom-right-radius: 2px;
|
1532 |
+
border-bottom-left-radius: 2px;
|
1533 |
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
|
1534 |
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
|
|
1535 |
color: white;
|
1536 |
+
text-shadow: 0 2px 5px black;
|
|
|
1537 |
}
|
1538 |
|
1539 |
.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
|
1547 |
padding: 0.7em;
|
1548 |
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
|
1549 |
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
|
|
|
1550 |
color: white;
|
1551 |
+
text-shadow: 0 2px 5px black;
|
1552 |
}
|
1553 |
|
1554 |
.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
|
1571 |
font-size: 0.9em;
|
1572 |
}
|
1573 |
|
1574 |
+
.su-image-carousel-slides-style-photo.su-image-carousel-crop
|
1575 |
+
.su-image-carousel-item-content
|
1576 |
+
img {
|
1577 |
top: 7px;
|
1578 |
right: 7px;
|
|
|
1579 |
bottom: 7px;
|
1580 |
+
left: 7px;
|
1581 |
width: calc(100% - 14px);
|
1582 |
height: calc(100% - 14px);
|
1583 |
}
|
1613 |
@media (-webkit-min-device-pixel-ratio: 0) {
|
1614 |
.su-image-carousel-has-outline button.flickity-prev-next-button:focus,
|
1615 |
.su-image-carousel-has-outline .su-image-carousel-item-content a:focus {
|
|
|
1616 |
outline-style: auto;
|
1617 |
+
outline-color: -webkit-focus-ring-color;
|
1618 |
}
|
1619 |
}
|
1620 |
|
includes/functions-galleries.php
CHANGED
@@ -171,6 +171,11 @@ function su_get_gallery_slides_posts( $atts ) {
|
|
171 |
|
172 |
}
|
173 |
|
|
|
|
|
|
|
|
|
|
|
174 |
$query = apply_filters( 'su/get_gallery_slides_query', $query, $source, $atts );
|
175 |
$query = new WP_Query( $query );
|
176 |
|
171 |
|
172 |
}
|
173 |
|
174 |
+
if ( 'yes' === $atts['random'] ) {
|
175 |
+
$query['orderby'] = 'rand';
|
176 |
+
$query['ignore_sticky_posts'] = true;
|
177 |
+
}
|
178 |
+
|
179 |
$query = apply_filters( 'su/get_gallery_slides_query', $query, $source, $atts );
|
180 |
$query = new WP_Query( $query );
|
181 |
|
includes/js/shortcodes/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
!function o(n,r,l){function c(t,e){if(!r[t]){if(!n[t]){var i="function"==typeof require&&require;if(!e&&i)return i(t,!0);if(u)return u(t,!0);var a=new Error("Cannot find module '"+t+"'");throw a.code="MODULE_NOT_FOUND",a}var s=r[t]={exports:{}};n[t][0].call(s.exports,function(e){return c(n[t][1][e]||e)},s,s.exports,o,n,r,l)}return r[t].exports}for(var u="function"==typeof require&&require,e=0;e<l.length;e++)c(l[e]);return c}({1:[function(e,t,i){"use strict";var a=r(e("./shortcodes/galleries")),s=r(e("./shortcodes/players")),o=r(e("./shortcodes/other")),n=r(e("./shortcodes/image-carousel"));function r(e){return e&&e.__esModule?e:{default:e}}(0,a.default)(),(0,s.default)(),(0,o.default)(),(0,n.default)()},{"./shortcodes/galleries":2,"./shortcodes/image-carousel":3,"./shortcodes/other":4,"./shortcodes/players":5}],2:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(a){a(".su-lightbox-gallery").each(function(){var t=[];a(this).find(".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide").each(function(e){a(this).attr("data-index",e),t.push({src:a(this).children("a").attr("href"),title:a(this).children("a").attr("title")})}),a(this).data("slides",t)}),a(".su-slider").each(function(){var e=a(this),t=e.swiper({wrapperClass:"su-slider-slides",slideClass:"su-slider-slide",slideActiveClass:"su-slider-slide-active",slideVisibleClass:"su-slider-slide-visible",pagination:"#"+e.attr("id")+" .su-slider-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),calculateHeight:e.hasClass("su-slider-responsive-yes"),loop:!0});e.find(".su-slider-prev").click(function(e){t.swipeNext()}),e.find(".su-slider-next").click(function(e){t.swipePrev()})}),a(".su-carousel").each(function(){var e=a(this),t=e.find(".su-carousel-slide"),i=e.swiper({wrapperClass:"su-carousel-slides",slideClass:"su-carousel-slide",slideActiveClass:"su-carousel-slide-active",slideVisibleClass:"su-carousel-slide-visible",pagination:"#"+e.attr("id")+" .su-carousel-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),slidesPerView:e.data("items")>t.length?t.length:e.data("items"),slidesPerGroup:e.data("scroll"),calculateHeight:e.hasClass("su-carousel-responsive-yes"),loop:!0});e.find(".su-carousel-prev").click(function(e){i.swipeNext()}),e.find(".su-carousel-next").click(function(e){i.swipePrev()})}),a(".su-lightbox-gallery").on("click",".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide",function(e){e.preventDefault();var t=a(this).parents(".su-lightbox-gallery").data("slides");a.magnificPopup.open({items:t,type:"image",mainClass:"mfp-img-mobile",gallery:{enabled:!0,navigateByImgClick:!0,preload:[0,1],tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading},a(this).data("index"))})})}},{}],3:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){window.SUImageCarousel=function(){var o={MFPItems:{},MFPL10n:SUShortcodesL10n.magnificPopup,initGalleries:function(){var e=document.querySelectorAll(".su-image-carousel");Array.prototype.forEach.call(e,o.initGallery)},initGallery:function(e){if(!e.classList.contains("su-image-carousel-ready")){var t=JSON.parse(e.getAttribute("data-flickity-options")),i=new Flickity(e,t);if(e.removeAttribute("tabindex"),i.on("settle",o.onGallerySettle),e.classList.contains("su-image-carousel-has-lightbox")){i.on("staticClick",o.onFlickityStaticClick),e.addEventListener("click",o.preventGalleryLinkClick),e.addEventListener("keyup",o.onGalleryKeyUp);var a=e.getAttribute("id"),s=e.querySelectorAll(".su-image-carousel-item-content > a");o.MFPItems[a]=[],Array.prototype.forEach.call(s,function(e,t){e.setAttribute("data-gallery",a),e.setAttribute("data-index",t),o.MFPItems[a].push({src:e.getAttribute("href"),title:e.getAttribute("data-caption")})})}e.classList.add("su-image-carousel-ready")}},onFlickityStaticClick:function(e,t,i,a){if(i){var s=i.querySelector("a");s&&o.openMagnificPopupFromLink(s)}},onGallerySettle:function(e){var t=this.element.querySelectorAll(".su-image-carousel-item");Array.prototype.forEach.call(t,function(e,t){var i=e.querySelectorAll("a")[0];i&&(i.setAttribute("tabindex",-1),e.classList.contains("is-selected")&&i.setAttribute("tabindex",0))})},preventGalleryLinkClick:function(e){o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()})&&e.preventDefault()},onGalleryKeyUp:function(e){if(e.keyCode&&13===e.keyCode){var t=o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()});t&&o.openMagnificPopupFromLink(t)}},openMagnificPopup:function(e,t){jQuery.magnificPopup.open({items:o.MFPItems[e],type:"image",mainClass:"mfp-img-mobile su-image-carousel-mfp",gallery:{enabled:!0,navigateByImgClick:!0,preload:[1,1],tPrev:o.MFPL10n.prev,tNext:o.MFPL10n.next,tCounter:o.MFPL10n.counter},tClose:o.MFPL10n.close,tLoading:o.MFPL10n.loading},t)},openMagnificPopupFromLink:function(e){var t=e.getAttribute("data-gallery"),i=parseInt(e.getAttribute("data-index"),10);o.openMagnificPopup(t,i)},closest:function(e,t){return e&&(t(e)?e:o.closest(e.parentNode,t))},ready:function(e){"loading"!==document.readyState?e():document.addEventListener("DOMContentLoaded",e)}};return{ready:o.ready,initGalleries:o.initGalleries,initGallery:o.initGallery}}(),jQuery(document).ready(function(){window.SUImageCarousel.initGalleries()})}},{}],4:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(l){function i(e){(l(window).scrollTop()+l("body").offset().top>e.offset().top||l(window).scrollTop()+l(window).height()<e.offset().top)&&l(window).scrollTop(e.offset().top-l("body").offset().top-e.data("scroll-offset"))}var e;function t(){""!==document.location.hash&&(l(".su-tabs-nav span[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this).parents(".su-tabs");l(this).trigger("click"),window.setTimeout(function(){i(e)},100)}}),l(".su-spoiler[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this);e.hasClass("su-spoiler-closed")&&e.find(".su-spoiler-title:first").trigger("click"),window.setTimeout(function(){i(e)},100)}}))}l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-spoiler-title",function(e){var t=l(this).parent();t.toggleClass("su-spoiler-closed"),t.parent(".su-accordion").children(".su-spoiler").not(t).addClass("su-spoiler-closed"),i(t),e.preventDefault()}),l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-tabs-nav span",function(e){var t=l(this),i=t.data(),a=t.index(),s=t.hasClass("su-tabs-disabled"),o=t.parent(".su-tabs-nav").children("span"),n=t.parents(".su-tabs").find(".su-tabs-pane"),r=n.eq(a).find(".su-gmap:not(.su-gmap-reloaded)");if(s)return!1;n.removeClass("su-tabs-pane-open").eq(a).addClass("su-tabs-pane-open"),o.removeClass("su-tabs-current").eq(a).addClass("su-tabs-current"),0<r.length&&r.each(function(){var e=l(this).find("iframe:first");l(this).addClass("su-gmap-reloaded"),e.attr("src",e.attr("src"))}),""!==i.url&&("self"===i.target?window.location=i.url:"blank"===i.target&&window.open(i.url)),e.preventDefault()}),l(".su-tabs").each(function(){var e=parseInt(l(this).data("active"))-1;l(this).children(".su-tabs-nav").children("span").eq(e).trigger("click")}),t(),l(document).on("click",".su-lightbox",function(e){if(e.preventDefault(),e.stopPropagation(),"su-generator-preview"!==l(this).parent().attr("id")){var t=l(this).data("mfp-type"),i=l(this).data("mobile"),a=l(window).width();l(this).magnificPopup({disableOn:function(){return!("no"===i&&a<768)&&!("number"==typeof i&&a<i)},type:t,tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading,gallery:{tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},image:{tError:SUShortcodesL10n.magnificPopup.error},ajax:{tError:SUShortcodesL10n.magnificPopup.error},iframe:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe></div>'}}).magnificPopup("open")}else l(this).html(SUShortcodesL10n.noPreview)}),l(".su-frame-align-center, .su-frame-align-none").each(function(){var e=l(this).find("img").width();l(this).css("width",e+12)}),l(".su-tooltip").each(function(){var e=l(this),t=e.find(".su-tooltip-content"),i=0<t.length,a=e.data(),s={style:{classes:a.classes},position:{my:a.my,at:a.at,viewport:l(window)},content:{title:"",text:""}};""!==a.title&&(s.content.title=a.title),s.content.text=i?t:e.attr("title"),"yes"===a.close&&(s.content.button=!0),"click"===a.behavior?(s.show="click",s.hide="click",e.on("click",function(e){e.preventDefault(),e.stopPropagation()}),l(window).on("scroll resize",function(){e.qtip("reposition")})):"always"===a.behavior?(s.show=!0,s.hide=!1,l(window).on("scroll resize",function(){e.qtip("reposition")})):"hover"===a.behavior&&i&&(s.hide={fixed:!0,delay:600}),e.qtip(s)}),l("body:not(.su-other-shortcodes-loaded)").on("click",".su-expand-link",function(){var e=l(this).parents(".su-expand"),t=e.children(".su-expand-content");e.hasClass("su-expand-collapsed")?t.css("max-height","none"):t.css("max-height",e.data("height")+"px"),e.toggleClass("su-expand-collapsed")}),void 0!==(e=(document.body||document.documentElement).style).transition||void 0!==e.WebkitTransition||void 0!==e.MozTransition||void 0!==e.MsTransition||void 0!==e.OTransition?l(".su-animate").each(function(){l(this).one("inview",function(e){var t=l(this),i=t.data();window.setTimeout(function(){t.addClass(i.animation),t.addClass("animated"),t.css("visibility","visible")},1e3*i.delay)})}):l(".su-animate").css("visibility","visible"),"onhashchange"in window&&l(window).on("hashchange",t),l("body").addClass("su-other-shortcodes-loaded")})}},{}],5:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(r){r(".su-audio").each(function(){var e=r(this),t="#"+e.data("id"),i=r(t),a=e.data("audio"),s=e.data("swf");i.jPlayer({ready:function(){i.jPlayer("setMedia",{mp3:a}),"yes"===e.data("autoplay")&&i.jPlayer("play"),"yes"===e.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelectorAncestor:t+"_container",volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp3"})}),r(".su-video").each(function(){var e=r(this),t=e.attr("id"),i=r("#"+t+"_player"),a=e.data("video"),s=e.data("swf"),o=e.data("poster"),n={width:i.width(),height:i.height()};i.jPlayer({ready:function(){i.jPlayer("setMedia",{mp4:a,flv:a,poster:o}),"yes"===e.data("autoplay")&&i.jPlayer("play"),"yes"===e.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelector:{gui:".jp-gui, .jp-title"},size:n,cssSelectorAncestor:"#"+t,volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp4, flv"})})})}},{}]},{},[1]);
|
2 |
//# sourceMappingURL=index.js.map
|
1 |
+
!function o(n,r,l){function c(t,e){if(!r[t]){if(!n[t]){var a="function"==typeof require&&require;if(!e&&a)return a(t,!0);if(u)return u(t,!0);var i=new Error("Cannot find module '"+t+"'");throw i.code="MODULE_NOT_FOUND",i}var s=r[t]={exports:{}};n[t][0].call(s.exports,function(e){return c(n[t][1][e]||e)},s,s.exports,o,n,r,l)}return r[t].exports}for(var u="function"==typeof require&&require,e=0;e<l.length;e++)c(l[e]);return c}({1:[function(e,t,a){"use strict";var i=r(e("./shortcodes/galleries")),s=r(e("./shortcodes/players")),o=r(e("./shortcodes/other")),n=r(e("./shortcodes/image-carousel"));function r(e){return e&&e.__esModule?e:{default:e}}(0,i.default)(),(0,s.default)(),(0,o.default)(),(0,n.default)()},{"./shortcodes/galleries":2,"./shortcodes/image-carousel":3,"./shortcodes/other":4,"./shortcodes/players":5}],2:[function(e,t,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(){jQuery(document).ready(function(i){i(".su-lightbox-gallery").each(function(){var t=[];i(this).find(".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide").each(function(e){i(this).attr("data-index",e),t.push({src:i(this).children("a").attr("href"),title:i(this).children("a").attr("title")})}),i(this).data("slides",t)}),i(".su-slider").each(function(){var e=i(this),t=e.swiper({wrapperClass:"su-slider-slides",slideClass:"su-slider-slide",slideActiveClass:"su-slider-slide-active",slideVisibleClass:"su-slider-slide-visible",pagination:"#"+e.attr("id")+" .su-slider-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),calculateHeight:e.hasClass("su-slider-responsive-yes"),loop:!0});e.find(".su-slider-prev").click(function(e){t.swipeNext()}),e.find(".su-slider-next").click(function(e){t.swipePrev()})}),i(".su-carousel").each(function(){var e=i(this),t=e.find(".su-carousel-slide"),a=e.swiper({wrapperClass:"su-carousel-slides",slideClass:"su-carousel-slide",slideActiveClass:"su-carousel-slide-active",slideVisibleClass:"su-carousel-slide-visible",pagination:"#"+e.attr("id")+" .su-carousel-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),slidesPerView:e.data("items")>t.length?t.length:e.data("items"),slidesPerGroup:e.data("scroll"),calculateHeight:e.hasClass("su-carousel-responsive-yes"),loop:!0});e.find(".su-carousel-prev").click(function(e){a.swipeNext()}),e.find(".su-carousel-next").click(function(e){a.swipePrev()})}),i(".su-lightbox-gallery").on("click",".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide",function(e){e.preventDefault();var t=i(this).parents(".su-lightbox-gallery").data("slides");i.magnificPopup.open({items:t,type:"image",mainClass:"mfp-img-mobile",gallery:{enabled:!0,navigateByImgClick:!0,preload:[0,1],tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading},i(this).data("index"))})})}},{}],3:[function(e,t,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(){window.SUImageCarousel=function(){var o={MFPItems:{},MFPL10n:SUShortcodesL10n.magnificPopup,initGalleries:function(){var e=document.querySelectorAll(".su-image-carousel");Array.prototype.forEach.call(e,o.initGallery)},initGallery:function(e){if(!e.classList.contains("su-image-carousel-ready")){var t=JSON.parse(e.getAttribute("data-flickity-options")),a=new Flickity(e,t);if(e.removeAttribute("tabindex"),a.on("settle",o.onGallerySettle),e.classList.contains("su-image-carousel-has-lightbox")){a.on("staticClick",o.onFlickityStaticClick),e.addEventListener("click",o.preventGalleryLinkClick),e.addEventListener("keyup",o.onGalleryKeyUp);var i=e.getAttribute("id"),s=e.querySelectorAll(".su-image-carousel-item-content > a");o.MFPItems[i]=[],Array.prototype.forEach.call(s,function(e,t){e.setAttribute("data-gallery",i),e.setAttribute("data-index",t),o.MFPItems[i].push({src:e.getAttribute("href"),title:e.getAttribute("data-caption")})})}e.classList.add("su-image-carousel-ready")}},onFlickityStaticClick:function(e,t,a,i){if(a){var s=a.querySelector("a");s&&o.openMagnificPopupFromLink(s)}},onGallerySettle:function(e){var t=this.element.querySelectorAll(".su-image-carousel-item");Array.prototype.forEach.call(t,function(e,t){var a=e.querySelectorAll("a")[0];a&&(a.setAttribute("tabindex",-1),e.classList.contains("is-selected")&&a.setAttribute("tabindex",0))})},preventGalleryLinkClick:function(e){o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()})&&e.preventDefault()},onGalleryKeyUp:function(e){if(e.keyCode&&13===e.keyCode){var t=o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()});t&&o.openMagnificPopupFromLink(t)}},openMagnificPopup:function(e,t){jQuery.magnificPopup.open({items:o.MFPItems[e],type:"image",mainClass:"mfp-img-mobile su-image-carousel-mfp",gallery:{enabled:!0,navigateByImgClick:!0,preload:[1,1],tPrev:o.MFPL10n.prev,tNext:o.MFPL10n.next,tCounter:o.MFPL10n.counter},tClose:o.MFPL10n.close,tLoading:o.MFPL10n.loading},t)},openMagnificPopupFromLink:function(e){var t=e.getAttribute("data-gallery"),a=parseInt(e.getAttribute("data-index"),10);o.openMagnificPopup(t,a)},closest:function(e,t){return e&&(t(e)?e:o.closest(e.parentNode,t))},ready:function(e){"loading"!==document.readyState?e():document.addEventListener("DOMContentLoaded",e)}};return{ready:o.ready,initGalleries:o.initGalleries,initGallery:o.initGallery}}(),jQuery(document).ready(function(){window.SUImageCarousel.initGalleries()})}},{}],4:[function(e,t,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(){jQuery(document).ready(function(r){function a(e){(r(window).scrollTop()+r("body").offset().top>e.offset().top||r(window).scrollTop()+r(window).height()<e.offset().top)&&r(window).scrollTop(e.offset().top-r("body").offset().top-e.data("scroll-offset"))}function s(e){var t=0<arguments.length&&void 0!==e?e:"";"string"==typeof t&&""!==(t=t.replace(/[^a-z0-9_-]/gim,"").trim())&&(window.location.hash="#"+t)}function o(e){var t=e.index(),a=e.hasClass("su-tabs-disabled"),i=e.parents(".su-tabs"),s=i.find(".su-tabs-nav span"),o=i.find(".su-tabs-pane"),n=o.eq(t).find(".su-gmap:not(.su-gmap-reloaded)");a||(o.removeClass("su-tabs-pane-open").eq(t).addClass("su-tabs-pane-open"),s.removeClass("su-tabs-current").eq(t).addClass("su-tabs-current"),0<n.length&&n.each(function(){var e=r(this).find("iframe:first");r(this).addClass("su-gmap-reloaded"),e.attr("src",e.attr("src"))}))}var e;function t(){""!==document.location.hash&&(r(".su-tabs-nav span[data-anchor]").each(function(){if("#"+r(this).data("anchor")===document.location.hash){var e=r(this).parents(".su-tabs");r(this).trigger("click"),window.setTimeout(function(){a(e)},100)}}),r(".su-spoiler[data-anchor]").each(function(){if("#"+r(this).data("anchor")===document.location.hash){var e=r(this);e.hasClass("su-spoiler-closed")&&e.find(".su-spoiler-title:first").trigger("click"),window.setTimeout(function(){a(e)},100)}}))}r("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-spoiler-title",function(e){var t=r(this).parent();t.toggleClass("su-spoiler-closed"),t.hasClass("su-spoiler-closed")||"yes"!==t.data("anchor-in-url")||s(t.data("anchor")),t.parent(".su-accordion").children(".su-spoiler").not(t).addClass("su-spoiler-closed"),a(t),e.preventDefault()}),r("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-tabs-nav span",function(e){var t=r(this),a=t.parents(".su-tabs"),i=t.data();o(t),"yes"===a.data("anchor-in-url")&&s(t.data("anchor")),""!==i.url&&("self"===i.target?window.location=i.url:"blank"===i.target&&window.open(i.url)),e.preventDefault()}),r(".su-tabs").each(function(){var e=parseInt(r(this).data("active"))-1;o(r(this).children(".su-tabs-nav").children("span").eq(e))}),t(),r(document).on("click",".su-lightbox",function(e){if(e.preventDefault(),e.stopPropagation(),"su-generator-preview"!==r(this).parent().attr("id")){var t=r(this).data("mfp-type"),a=r(this).data("mobile"),i=r(window).width();r(this).magnificPopup({disableOn:function(){return!("no"===a&&i<768)&&!("number"==typeof a&&i<a)},type:t,tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading,gallery:{tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},image:{tError:SUShortcodesL10n.magnificPopup.error},ajax:{tError:SUShortcodesL10n.magnificPopup.error},iframe:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe></div>'}}).magnificPopup("open")}else r(this).html(SUShortcodesL10n.noPreview)}),r(".su-frame-align-center, .su-frame-align-none").each(function(){var e=r(this).find("img").width();r(this).css("width",e+12)}),r(".su-tooltip").each(function(){var e=r(this),t=e.find(".su-tooltip-content"),a=0<t.length,i=e.data(),s={style:{classes:i.classes},position:{my:i.my,at:i.at,viewport:r(window)},content:{title:"",text:""}};""!==i.title&&(s.content.title=i.title),s.content.text=a?t:e.attr("title"),"yes"===i.close&&(s.content.button=!0),"click"===i.behavior?(s.show="click",s.hide="click",e.on("click",function(e){e.preventDefault(),e.stopPropagation()}),r(window).on("scroll resize",function(){e.qtip("reposition")})):"always"===i.behavior?(s.show=!0,s.hide=!1,r(window).on("scroll resize",function(){e.qtip("reposition")})):"hover"===i.behavior&&a&&(s.hide={fixed:!0,delay:600}),e.qtip(s)}),r("body:not(.su-other-shortcodes-loaded)").on("click",".su-expand-link",function(){var e=r(this).parents(".su-expand"),t=e.children(".su-expand-content");e.hasClass("su-expand-collapsed")?t.css("max-height","none"):t.css("max-height",e.data("height")+"px"),e.toggleClass("su-expand-collapsed")}),void 0!==(e=(document.body||document.documentElement).style).transition||void 0!==e.WebkitTransition||void 0!==e.MozTransition||void 0!==e.MsTransition||void 0!==e.OTransition?r(".su-animate").each(function(){r(this).one("inview",function(e){var t=r(this),a=t.data();window.setTimeout(function(){t.addClass(a.animation),t.addClass("animated"),t.css("visibility","visible")},1e3*a.delay)})}):r(".su-animate").css("visibility","visible"),"onhashchange"in window&&r(window).on("hashchange",t),r("body").addClass("su-other-shortcodes-loaded")})}},{}],5:[function(e,t,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(){jQuery(document).ready(function(r){r(".su-audio").each(function(){var e=r(this),t="#"+e.data("id"),a=r(t),i=e.data("audio"),s=e.data("swf");a.jPlayer({ready:function(){a.jPlayer("setMedia",{mp3:i}),"yes"===e.data("autoplay")&&a.jPlayer("play"),"yes"===e.data("loop")&&a.bind(r.jPlayer.event.ended+".repeat",function(){a.jPlayer("play")})},cssSelectorAncestor:t+"_container",volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp3"})}),r(".su-video").each(function(){var e=r(this),t=e.attr("id"),a=r("#"+t+"_player"),i=e.data("video"),s=e.data("swf"),o=e.data("poster"),n={width:a.width(),height:a.height()};a.jPlayer({ready:function(){a.jPlayer("setMedia",{mp4:i,flv:i,poster:o}),"yes"===e.data("autoplay")&&a.jPlayer("play"),"yes"===e.data("loop")&&a.bind(r.jPlayer.event.ended+".repeat",function(){a.jPlayer("play")})},cssSelector:{gui:".jp-gui, .jp-title"},size:n,cssSelectorAncestor:"#"+t,volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp4, flv"})})})}},{}]},{},[1]);
|
2 |
//# sourceMappingURL=index.js.map
|
includes/js/shortcodes/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["includes/js/shortcodes/node_modules/browser-pack/_prelude.js","includes/js/shortcodes/includes/js/shortcodes/src/index.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/galleries.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/image-carousel.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/other.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/players.js"],"names":["r","e","n","t","o","i","f","c","require","u","a","Error","code","p","exports","call","length","1","module","_galleries","_interopRequireDefault","_players","_other","_imageCarousel","default","jQuery","document","ready","$","each","slides","this","find","attr","push","src","children","title","data","$slider","$swiper","swiper","wrapperClass","slideClass","slideActiveClass","slideVisibleClass","pagination","autoplay","paginationClickable","grabCursor","mode","mousewheelControl","speed","calculateHeight","hasClass","loop","click","swipeNext","swipePrev","$carousel","$slides","slidesPerView","slidesPerGroup","on","preventDefault","parents","magnificPopup","open","items","type","mainClass","gallery","enabled","navigateByImgClick","preload","tPrev","SUShortcodesL10n","prev","tNext","next","tCounter","counter","tClose","close","tLoading","loading","window","SUImageCarousel","self","MFPItems","MFPL10n","initGalleries","galleries","querySelectorAll","Array","prototype","forEach","initGallery","classList","contains","flickityOptions","JSON","parse","getAttribute","flckty","Flickity","removeAttribute","onGallerySettle","onFlickityStaticClick","addEventListener","preventGalleryLinkClick","onGalleryKeyUp","galleryID","item","itemIndex","setAttribute","add","event","pointer","cellElement","cellIndex","clickedLink","querySelector","openMagnificPopupFromLink","index","element","link","closest","target","el","tagName","toUpperCase","keyCode","openMagnificPopup","linkEl","parseInt","fn","parentNode","readyState","scrollIn","$el","scrollTop","offset","top","height","thisStyle","anchorNav","location","hash","$tabs","trigger","setTimeout","$spoiler","parent","toggleClass","not","addClass","$tab","isDisabled","$panes","$gmaps","eq","removeClass","$iframe","url","active","stopPropagation","mobile","windowWidth","width","disableOn","image","tError","error","ajax","iframe","markup","html","noPreview","frameWidth","css","$tt","$content","isAdvanced","config","style","classes","position","my","at","viewport","content","text","button","behavior","show","hide","qtip","fixed","delay","$container","undefined","body","documentElement","transition","WebkitTransition","MozTransition","MsTransition","OTransition","one","$this","animation","selector","$player","audio","swf","jPlayer","mp3","bind","ended","cssSelectorAncestor","volume","keyEnabled","smoothPlayBar","swfPath","supplied","$video","id","file","poster","size","mp4","flv","cssSelector","gui"],"mappings":"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","file":"index.js","sourcesContent":["(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u=\"function\"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()","import SUGalleriesShortcodes from './shortcodes/galleries'\nimport SUPlayersShortcodes from './shortcodes/players'\nimport SUOtherShortcodes from './shortcodes/other'\nimport SUImageCarouselShortcode from './shortcodes/image-carousel'\n\nSUGalleriesShortcodes()\nSUPlayersShortcodes()\nSUOtherShortcodes()\nSUImageCarouselShortcode()\n","export default function SUGalleriesShortcodes () {\n jQuery(document).ready(function ($) {\n // Prepare items arrays for lightbox\n $('.su-lightbox-gallery').each(function () {\n var slides = []\n $(this)\n .find('.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide')\n .each(function (i) {\n $(this).attr('data-index', i)\n slides.push({\n src: $(this)\n .children('a')\n .attr('href'),\n title: $(this)\n .children('a')\n .attr('title')\n })\n })\n $(this).data('slides', slides)\n })\n // Enable sliders\n $('.su-slider').each(function () {\n // Prepare data\n var $slider = $(this)\n // Apply Swiper\n var $swiper = $slider.swiper({\n wrapperClass: 'su-slider-slides',\n slideClass: 'su-slider-slide',\n slideActiveClass: 'su-slider-slide-active',\n slideVisibleClass: 'su-slider-slide-visible',\n pagination: '#' + $slider.attr('id') + ' .su-slider-pagination',\n autoplay: $slider.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $slider.data('mousewheel'),\n speed: $slider.data('speed'),\n calculateHeight: $slider.hasClass('su-slider-responsive-yes'),\n loop: true\n })\n // Prev button\n $slider.find('.su-slider-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $slider.find('.su-slider-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable carousels\n $('.su-carousel').each(function () {\n // Prepare data\n var $carousel = $(this)\n var $slides = $carousel.find('.su-carousel-slide')\n // Apply Swiper\n var $swiper = $carousel.swiper({\n wrapperClass: 'su-carousel-slides',\n slideClass: 'su-carousel-slide',\n slideActiveClass: 'su-carousel-slide-active',\n slideVisibleClass: 'su-carousel-slide-visible',\n pagination: '#' + $carousel.attr('id') + ' .su-carousel-pagination',\n autoplay: $carousel.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $carousel.data('mousewheel'),\n speed: $carousel.data('speed'),\n slidesPerView:\n $carousel.data('items') > $slides.length\n ? $slides.length\n : $carousel.data('items'),\n slidesPerGroup: $carousel.data('scroll'),\n calculateHeight: $carousel.hasClass('su-carousel-responsive-yes'),\n loop: true\n })\n // Prev button\n $carousel.find('.su-carousel-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $carousel.find('.su-carousel-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable lightbox\n $('.su-lightbox-gallery').on(\n 'click',\n '.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide',\n function (e) {\n e.preventDefault()\n var slides = $(this)\n .parents('.su-lightbox-gallery')\n .data('slides')\n $.magnificPopup.open(\n {\n items: slides,\n type: 'image',\n mainClass: 'mfp-img-mobile',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [0, 1],\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading\n },\n $(this).data('index')\n )\n }\n )\n })\n}\n","/* global jQuery, Flickity, SUShortcodesL10n */\n\nexport default function SUImageCarouselShortcode () {\n window.SUImageCarousel = (function () {\n var self = {\n MFPItems: {},\n MFPL10n: SUShortcodesL10n.magnificPopup\n }\n\n self.initGalleries = function () {\n var galleries = document.querySelectorAll('.su-image-carousel')\n\n Array.prototype.forEach.call(galleries, self.initGallery)\n }\n\n self.initGallery = function (gallery) {\n if (gallery.classList.contains('su-image-carousel-ready')) {\n return\n }\n\n var flickityOptions = JSON.parse(\n gallery.getAttribute('data-flickity-options')\n )\n\n var flckty = new Flickity(gallery, flickityOptions)\n\n gallery.removeAttribute('tabindex')\n\n flckty.on('settle', self.onGallerySettle)\n\n if (gallery.classList.contains('su-image-carousel-has-lightbox')) {\n flckty.on('staticClick', self.onFlickityStaticClick)\n gallery.addEventListener('click', self.preventGalleryLinkClick)\n gallery.addEventListener('keyup', self.onGalleryKeyUp)\n\n var galleryID = gallery.getAttribute('id')\n var items = gallery.querySelectorAll(\n '.su-image-carousel-item-content > a'\n )\n\n self.MFPItems[galleryID] = []\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n item.setAttribute('data-gallery', galleryID)\n item.setAttribute('data-index', itemIndex)\n\n self.MFPItems[galleryID].push({\n src: item.getAttribute('href'),\n title: item.getAttribute('data-caption')\n })\n })\n }\n\n gallery.classList.add('su-image-carousel-ready')\n }\n\n self.onFlickityStaticClick = function (event, pointer, cellElement, cellIndex) {\n if (!cellElement) {\n return\n }\n\n var clickedLink = cellElement.querySelector('a')\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.onGallerySettle = function (index) {\n var items = this.element.querySelectorAll('.su-image-carousel-item')\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n var link = item.querySelectorAll('a')[0]\n\n if (!link) {\n return\n }\n\n link.setAttribute('tabindex', -1)\n\n if (item.classList.contains('is-selected')) {\n link.setAttribute('tabindex', 0)\n }\n })\n }\n\n self.preventGalleryLinkClick = function (e) {\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n e.preventDefault()\n }\n\n self.onGalleryKeyUp = function (e) {\n if (!e.keyCode || e.keyCode !== 13) {\n return\n }\n\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.openMagnificPopup = function (galleryID, itemIndex) {\n jQuery.magnificPopup.open(\n {\n items: self.MFPItems[galleryID],\n type: 'image',\n mainClass: 'mfp-img-mobile su-image-carousel-mfp',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [1, 1],\n tPrev: self.MFPL10n.prev,\n tNext: self.MFPL10n.next,\n tCounter: self.MFPL10n.counter\n },\n tClose: self.MFPL10n.close,\n tLoading: self.MFPL10n.loading\n },\n itemIndex\n )\n }\n\n self.openMagnificPopupFromLink = function (linkEl) {\n var galleryID = linkEl.getAttribute('data-gallery')\n var itemIndex = parseInt(linkEl.getAttribute('data-index'), 10)\n\n self.openMagnificPopup(galleryID, itemIndex)\n }\n\n self.closest = function closest (el, fn) {\n return el && (fn(el) ? el : self.closest(el.parentNode, fn))\n }\n\n self.ready = function (fn) {\n if (document.readyState !== 'loading') {\n fn()\n } else {\n document.addEventListener('DOMContentLoaded', fn)\n }\n }\n\n return {\n ready: self.ready,\n initGalleries: self.initGalleries,\n initGallery: self.initGallery\n }\n })()\n\n jQuery(document).ready(function () {\n window.SUImageCarousel.initGalleries()\n })\n}\n","/* global jQuery, SUShortcodesL10n */\n\nexport default function SUOtherShortcodes () {\n jQuery(document).ready(function ($) {\n function scrollIn ($el) {\n if (\n $(window).scrollTop() + $('body').offset().top > $el.offset().top ||\n $(window).scrollTop() + $(window).height() < $el.offset().top\n ) {\n $(window).scrollTop(\n $el.offset().top -\n $('body').offset().top -\n $el.data('scroll-offset')\n )\n }\n }\n // Spoiler\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-spoiler-title',\n function (e) {\n var $spoiler = $(this).parent()\n // Open/close spoiler\n $spoiler.toggleClass('su-spoiler-closed')\n // Close other spoilers in accordion\n $spoiler\n .parent('.su-accordion')\n .children('.su-spoiler')\n .not($spoiler)\n .addClass('su-spoiler-closed')\n // Scroll in spoiler in accordion\n scrollIn($spoiler)\n e.preventDefault()\n }\n )\n // Tabs\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-tabs-nav span',\n function (e) {\n var $tab = $(this)\n var data = $tab.data()\n var index = $tab.index()\n var isDisabled = $tab.hasClass('su-tabs-disabled')\n var $tabs = $tab.parent('.su-tabs-nav').children('span')\n var $panes = $tab.parents('.su-tabs').find('.su-tabs-pane')\n var $gmaps = $panes\n .eq(index)\n .find('.su-gmap:not(.su-gmap-reloaded)')\n // Check tab is not disabled\n if (isDisabled) return false\n // Hide all panes, show selected pane\n $panes\n .removeClass('su-tabs-pane-open')\n .eq(index)\n .addClass('su-tabs-pane-open')\n // Disable all tabs, enable selected tab\n $tabs\n .removeClass('su-tabs-current')\n .eq(index)\n .addClass('su-tabs-current')\n // Reload gmaps\n if ($gmaps.length > 0) {\n $gmaps.each(function () {\n var $iframe = $(this).find('iframe:first')\n $(this).addClass('su-gmap-reloaded')\n $iframe.attr('src', $iframe.attr('src'))\n })\n }\n // Open specified url\n if (data.url !== '') {\n if (data.target === 'self') window.location = data.url\n else if (data.target === 'blank') window.open(data.url)\n }\n e.preventDefault()\n }\n )\n\n // Activate tabs\n $('.su-tabs').each(function () {\n var active = parseInt($(this).data('active')) - 1\n $(this)\n .children('.su-tabs-nav')\n .children('span')\n .eq(active)\n .trigger('click')\n })\n\n // Activate anchor nav for tabs and spoilers\n anchorNav()\n\n // Lightbox\n $(document).on('click', '.su-lightbox', function (e) {\n e.preventDefault()\n e.stopPropagation()\n\n if (\n $(this)\n .parent()\n .attr('id') === 'su-generator-preview'\n ) {\n $(this).html(SUShortcodesL10n.noPreview)\n\n return\n }\n\n var type = $(this).data('mfp-type')\n var mobile = $(this).data('mobile')\n var windowWidth = $(window).width()\n\n $(this)\n .magnificPopup({\n disableOn: function () {\n if (mobile === 'no' && windowWidth < 768) {\n return false\n }\n if (typeof mobile === 'number' && windowWidth < mobile) {\n return false\n }\n return true\n },\n type: type,\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading,\n gallery: {\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n image: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n ajax: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n iframe: {\n markup: '<div class=\"mfp-iframe-scaler\">' +\n '<div class=\"mfp-close\"></div>' +\n '<iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen allow=\"autoplay; fullscreen\"></iframe>' +\n '</div>'\n }\n })\n .magnificPopup('open')\n })\n // Frame\n $('.su-frame-align-center, .su-frame-align-none').each(function () {\n var frameWidth = $(this)\n .find('img')\n .width()\n $(this).css('width', frameWidth + 12)\n })\n // Tooltip\n $('.su-tooltip').each(function () {\n var $tt = $(this)\n var $content = $tt.find('.su-tooltip-content')\n var isAdvanced = $content.length > 0\n var data = $tt.data()\n var config = {\n style: {\n classes: data.classes\n },\n position: {\n my: data.my,\n at: data.at,\n viewport: $(window)\n },\n content: {\n title: '',\n text: ''\n }\n }\n if (data.title !== '') config.content.title = data.title\n if (isAdvanced) config.content.text = $content\n else config.content.text = $tt.attr('title')\n if (data.close === 'yes') config.content.button = true\n if (data.behavior === 'click') {\n config.show = 'click'\n config.hide = 'click'\n $tt.on('click', function (e) {\n e.preventDefault()\n e.stopPropagation()\n })\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'always') {\n config.show = true\n config.hide = false\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'hover' && isAdvanced) {\n config.hide = {\n fixed: true,\n delay: 600\n }\n }\n $tt.qtip(config)\n })\n\n // Expand\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click',\n '.su-expand-link',\n function () {\n var $this = $(this)\n var $container = $this.parents('.su-expand')\n var $content = $container.children('.su-expand-content')\n\n if ($container.hasClass('su-expand-collapsed')) {\n $content.css('max-height', 'none')\n } else {\n $content.css('max-height', $container.data('height') + 'px')\n }\n\n $container.toggleClass('su-expand-collapsed')\n }\n )\n\n function isTransitionSupported () {\n var thisBody = document.body || document.documentElement\n var thisStyle = thisBody.style\n var support =\n thisStyle.transition !== undefined ||\n thisStyle.WebkitTransition !== undefined ||\n thisStyle.MozTransition !== undefined ||\n thisStyle.MsTransition !== undefined ||\n thisStyle.OTransition !== undefined\n\n return support\n }\n\n // Animations is supported\n if (isTransitionSupported()) {\n // Animate\n $('.su-animate').each(function () {\n $(this).one('inview', function (e) {\n var $this = $(this)\n var data = $this.data()\n window.setTimeout(function () {\n $this.addClass(data.animation)\n $this.addClass('animated')\n $this.css('visibility', 'visible')\n }, data.delay * 1000)\n })\n })\n } else {\n // Animations isn't supported\n $('.su-animate').css('visibility', 'visible')\n }\n\n function anchorNav () {\n // Check hash\n if (document.location.hash === '') return\n // Go through tabs\n $('.su-tabs-nav span[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $tabs = $(this).parents('.su-tabs')\n // Activate tab\n $(this).trigger('click')\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($tabs)\n }, 100)\n }\n })\n // Go through spoilers\n $('.su-spoiler[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $spoiler = $(this)\n // Activate tab\n if ($spoiler.hasClass('su-spoiler-closed')) {\n $spoiler.find('.su-spoiler-title:first').trigger('click')\n }\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($spoiler)\n }, 100)\n }\n })\n }\n\n if ('onhashchange' in window) $(window).on('hashchange', anchorNav)\n\n $('body').addClass('su-other-shortcodes-loaded')\n })\n}\n","export default function SUPlayersShortcodes () {\n jQuery(document).ready(function ($) {\n // Audio player\n $('.su-audio').each(function () {\n // Prepare data\n var $this = $(this)\n var id = $this.data('id')\n var selector = '#' + id\n var $player = $(selector)\n var audio = $this.data('audio')\n var swf = $this.data('swf')\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp3: audio\n })\n // Autoplay\n if ($this.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($this.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelectorAncestor: selector + '_container',\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp3'\n })\n })\n // Video player\n $('.su-video').each(function () {\n // Prepare data\n var $video = $(this)\n var id = $video.attr('id')\n var $player = $('#' + id + '_player')\n var file = $video.data('video')\n var swf = $video.data('swf')\n var poster = $video.data('poster')\n var size = {\n width: $player.width(),\n height: $player.height()\n }\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp4: file,\n flv: file,\n poster: poster\n })\n // Autoplay\n if ($video.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($video.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelector: {\n gui: '.jp-gui, .jp-title'\n },\n size: size,\n cssSelectorAncestor: '#' + id,\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp4, flv'\n })\n })\n })\n}\n"]}
|
1 |
+
{"version":3,"sources":["includes/js/shortcodes/node_modules/browser-pack/_prelude.js","includes/js/shortcodes/includes/js/shortcodes/src/index.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/galleries.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/image-carousel.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/other.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/players.js"],"names":["r","e","n","t","o","i","f","c","require","u","a","Error","code","p","exports","call","length","1","module","_galleries","_interopRequireDefault","_players","_other","_imageCarousel","default","jQuery","document","ready","$","each","slides","this","find","attr","push","src","children","title","data","$slider","$swiper","swiper","wrapperClass","slideClass","slideActiveClass","slideVisibleClass","pagination","autoplay","paginationClickable","grabCursor","mode","mousewheelControl","speed","calculateHeight","hasClass","loop","click","swipeNext","swipePrev","$carousel","$slides","slidesPerView","slidesPerGroup","on","preventDefault","parents","magnificPopup","open","items","type","mainClass","gallery","enabled","navigateByImgClick","preload","tPrev","SUShortcodesL10n","prev","tNext","next","tCounter","counter","tClose","close","tLoading","loading","window","SUImageCarousel","self","MFPItems","MFPL10n","initGalleries","galleries","querySelectorAll","Array","prototype","forEach","initGallery","classList","contains","flickityOptions","JSON","parse","getAttribute","flckty","Flickity","removeAttribute","onGallerySettle","onFlickityStaticClick","addEventListener","preventGalleryLinkClick","onGalleryKeyUp","galleryID","item","itemIndex","setAttribute","add","event","pointer","cellElement","cellIndex","clickedLink","querySelector","openMagnificPopupFromLink","index","element","link","closest","target","el","tagName","toUpperCase","keyCode","openMagnificPopup","linkEl","parseInt","fn","parentNode","readyState","scrollIn","$el","scrollTop","offset","top","height","addAnchor","anchor","arguments","undefined","replace","trim","location","hash","revealTab","$tab","isDisabled","$container","$tabs","$panes","$gmaps","eq","removeClass","addClass","$iframe","thisStyle","anchorNav","trigger","setTimeout","$spoiler","parent","toggleClass","not","url","active","stopPropagation","mobile","windowWidth","width","disableOn","image","tError","error","ajax","iframe","markup","html","noPreview","frameWidth","css","$tt","$content","isAdvanced","config","style","classes","position","my","at","viewport","content","text","button","behavior","show","hide","qtip","fixed","delay","body","documentElement","transition","WebkitTransition","MozTransition","MsTransition","OTransition","one","$this","animation","selector","$player","audio","swf","jPlayer","mp3","bind","ended","cssSelectorAncestor","volume","keyEnabled","smoothPlayBar","swfPath","supplied","$video","id","file","poster","size","mp4","flv","cssSelector","gui"],"mappings":"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","file":"index.js","sourcesContent":["(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u=\"function\"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()","import SUGalleriesShortcodes from './shortcodes/galleries'\nimport SUPlayersShortcodes from './shortcodes/players'\nimport SUOtherShortcodes from './shortcodes/other'\nimport SUImageCarouselShortcode from './shortcodes/image-carousel'\n\nSUGalleriesShortcodes()\nSUPlayersShortcodes()\nSUOtherShortcodes()\nSUImageCarouselShortcode()\n","export default function SUGalleriesShortcodes () {\n jQuery(document).ready(function ($) {\n // Prepare items arrays for lightbox\n $('.su-lightbox-gallery').each(function () {\n var slides = []\n $(this)\n .find('.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide')\n .each(function (i) {\n $(this).attr('data-index', i)\n slides.push({\n src: $(this)\n .children('a')\n .attr('href'),\n title: $(this)\n .children('a')\n .attr('title')\n })\n })\n $(this).data('slides', slides)\n })\n // Enable sliders\n $('.su-slider').each(function () {\n // Prepare data\n var $slider = $(this)\n // Apply Swiper\n var $swiper = $slider.swiper({\n wrapperClass: 'su-slider-slides',\n slideClass: 'su-slider-slide',\n slideActiveClass: 'su-slider-slide-active',\n slideVisibleClass: 'su-slider-slide-visible',\n pagination: '#' + $slider.attr('id') + ' .su-slider-pagination',\n autoplay: $slider.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $slider.data('mousewheel'),\n speed: $slider.data('speed'),\n calculateHeight: $slider.hasClass('su-slider-responsive-yes'),\n loop: true\n })\n // Prev button\n $slider.find('.su-slider-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $slider.find('.su-slider-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable carousels\n $('.su-carousel').each(function () {\n // Prepare data\n var $carousel = $(this)\n var $slides = $carousel.find('.su-carousel-slide')\n // Apply Swiper\n var $swiper = $carousel.swiper({\n wrapperClass: 'su-carousel-slides',\n slideClass: 'su-carousel-slide',\n slideActiveClass: 'su-carousel-slide-active',\n slideVisibleClass: 'su-carousel-slide-visible',\n pagination: '#' + $carousel.attr('id') + ' .su-carousel-pagination',\n autoplay: $carousel.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $carousel.data('mousewheel'),\n speed: $carousel.data('speed'),\n slidesPerView:\n $carousel.data('items') > $slides.length\n ? $slides.length\n : $carousel.data('items'),\n slidesPerGroup: $carousel.data('scroll'),\n calculateHeight: $carousel.hasClass('su-carousel-responsive-yes'),\n loop: true\n })\n // Prev button\n $carousel.find('.su-carousel-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $carousel.find('.su-carousel-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable lightbox\n $('.su-lightbox-gallery').on(\n 'click',\n '.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide',\n function (e) {\n e.preventDefault()\n var slides = $(this)\n .parents('.su-lightbox-gallery')\n .data('slides')\n $.magnificPopup.open(\n {\n items: slides,\n type: 'image',\n mainClass: 'mfp-img-mobile',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [0, 1],\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading\n },\n $(this).data('index')\n )\n }\n )\n })\n}\n","/* global jQuery, Flickity, SUShortcodesL10n */\n\nexport default function SUImageCarouselShortcode () {\n window.SUImageCarousel = (function () {\n var self = {\n MFPItems: {},\n MFPL10n: SUShortcodesL10n.magnificPopup\n }\n\n self.initGalleries = function () {\n var galleries = document.querySelectorAll('.su-image-carousel')\n\n Array.prototype.forEach.call(galleries, self.initGallery)\n }\n\n self.initGallery = function (gallery) {\n if (gallery.classList.contains('su-image-carousel-ready')) {\n return\n }\n\n var flickityOptions = JSON.parse(\n gallery.getAttribute('data-flickity-options')\n )\n\n var flckty = new Flickity(gallery, flickityOptions)\n\n gallery.removeAttribute('tabindex')\n\n flckty.on('settle', self.onGallerySettle)\n\n if (gallery.classList.contains('su-image-carousel-has-lightbox')) {\n flckty.on('staticClick', self.onFlickityStaticClick)\n gallery.addEventListener('click', self.preventGalleryLinkClick)\n gallery.addEventListener('keyup', self.onGalleryKeyUp)\n\n var galleryID = gallery.getAttribute('id')\n var items = gallery.querySelectorAll(\n '.su-image-carousel-item-content > a'\n )\n\n self.MFPItems[galleryID] = []\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n item.setAttribute('data-gallery', galleryID)\n item.setAttribute('data-index', itemIndex)\n\n self.MFPItems[galleryID].push({\n src: item.getAttribute('href'),\n title: item.getAttribute('data-caption')\n })\n })\n }\n\n gallery.classList.add('su-image-carousel-ready')\n }\n\n self.onFlickityStaticClick = function (event, pointer, cellElement, cellIndex) {\n if (!cellElement) {\n return\n }\n\n var clickedLink = cellElement.querySelector('a')\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.onGallerySettle = function (index) {\n var items = this.element.querySelectorAll('.su-image-carousel-item')\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n var link = item.querySelectorAll('a')[0]\n\n if (!link) {\n return\n }\n\n link.setAttribute('tabindex', -1)\n\n if (item.classList.contains('is-selected')) {\n link.setAttribute('tabindex', 0)\n }\n })\n }\n\n self.preventGalleryLinkClick = function (e) {\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n e.preventDefault()\n }\n\n self.onGalleryKeyUp = function (e) {\n if (!e.keyCode || e.keyCode !== 13) {\n return\n }\n\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.openMagnificPopup = function (galleryID, itemIndex) {\n jQuery.magnificPopup.open(\n {\n items: self.MFPItems[galleryID],\n type: 'image',\n mainClass: 'mfp-img-mobile su-image-carousel-mfp',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [1, 1],\n tPrev: self.MFPL10n.prev,\n tNext: self.MFPL10n.next,\n tCounter: self.MFPL10n.counter\n },\n tClose: self.MFPL10n.close,\n tLoading: self.MFPL10n.loading\n },\n itemIndex\n )\n }\n\n self.openMagnificPopupFromLink = function (linkEl) {\n var galleryID = linkEl.getAttribute('data-gallery')\n var itemIndex = parseInt(linkEl.getAttribute('data-index'), 10)\n\n self.openMagnificPopup(galleryID, itemIndex)\n }\n\n self.closest = function closest (el, fn) {\n return el && (fn(el) ? el : self.closest(el.parentNode, fn))\n }\n\n self.ready = function (fn) {\n if (document.readyState !== 'loading') {\n fn()\n } else {\n document.addEventListener('DOMContentLoaded', fn)\n }\n }\n\n return {\n ready: self.ready,\n initGalleries: self.initGalleries,\n initGallery: self.initGallery\n }\n })()\n\n jQuery(document).ready(function () {\n window.SUImageCarousel.initGalleries()\n })\n}\n","/* global jQuery, SUShortcodesL10n */\n\nexport default function SUOtherShortcodes () {\n jQuery(document).ready(function ($) {\n function scrollIn ($el) {\n if (\n $(window).scrollTop() + $('body').offset().top > $el.offset().top ||\n $(window).scrollTop() + $(window).height() < $el.offset().top\n ) {\n $(window).scrollTop(\n $el.offset().top -\n $('body').offset().top -\n $el.data('scroll-offset')\n )\n }\n }\n function addAnchor (anchor = '') {\n if (typeof anchor !== 'string') {\n return\n }\n anchor = anchor\n .replace(/[^a-z0-9_-]/gim, '')\n .trim()\n if (anchor === '') {\n return\n }\n window.location.hash = '#' + anchor\n }\n // Spoiler\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-spoiler-title',\n function (e) {\n var $spoiler = $(this).parent()\n // Open/close spoiler\n $spoiler.toggleClass('su-spoiler-closed')\n // Add anchor to URL\n if (!$spoiler.hasClass('su-spoiler-closed') && $spoiler.data('anchor-in-url') === 'yes') {\n addAnchor($spoiler.data('anchor'))\n }\n // Close other spoilers in accordion\n $spoiler\n .parent('.su-accordion')\n .children('.su-spoiler')\n .not($spoiler)\n .addClass('su-spoiler-closed')\n // Scroll in spoiler in accordion\n scrollIn($spoiler)\n e.preventDefault()\n }\n )\n\n function revealTab ($tab) {\n var index = $tab.index()\n var isDisabled = $tab.hasClass('su-tabs-disabled')\n var $container = $tab.parents('.su-tabs')\n var $tabs = $container.find('.su-tabs-nav span')\n var $panes = $container.find('.su-tabs-pane')\n var $gmaps = $panes\n .eq(index)\n .find('.su-gmap:not(.su-gmap-reloaded)')\n // Check tab is not disabled\n if (isDisabled) return false\n // Hide all panes, show selected pane\n $panes\n .removeClass('su-tabs-pane-open')\n .eq(index)\n .addClass('su-tabs-pane-open')\n // Disable all tabs, enable selected tab\n $tabs\n .removeClass('su-tabs-current')\n .eq(index)\n .addClass('su-tabs-current')\n // Reload gmaps\n if ($gmaps.length > 0) {\n $gmaps.each(function () {\n var $iframe = $(this).find('iframe:first')\n $(this).addClass('su-gmap-reloaded')\n $iframe.attr('src', $iframe.attr('src'))\n })\n }\n }\n\n // Tabs\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-tabs-nav span',\n function (e) {\n var $tab = $(this)\n var $container = $tab.parents('.su-tabs')\n var data = $tab.data()\n revealTab($tab)\n // Add anchor to URL\n if ($container.data('anchor-in-url') === 'yes') {\n addAnchor($tab.data('anchor'))\n }\n // Open specified url\n if (data.url !== '') {\n if (data.target === 'self') window.location = data.url\n else if (data.target === 'blank') window.open(data.url)\n }\n e.preventDefault()\n }\n )\n\n // Activate tabs\n $('.su-tabs').each(function () {\n var active = parseInt($(this).data('active')) - 1\n\n var $tab = $(this)\n .children('.su-tabs-nav')\n .children('span')\n .eq(active)\n\n revealTab($tab)\n })\n\n // Activate anchor nav for tabs and spoilers\n anchorNav()\n\n // Lightbox\n $(document).on('click', '.su-lightbox', function (e) {\n e.preventDefault()\n e.stopPropagation()\n\n if (\n $(this)\n .parent()\n .attr('id') === 'su-generator-preview'\n ) {\n $(this).html(SUShortcodesL10n.noPreview)\n\n return\n }\n\n var type = $(this).data('mfp-type')\n var mobile = $(this).data('mobile')\n var windowWidth = $(window).width()\n\n $(this)\n .magnificPopup({\n disableOn: function () {\n if (mobile === 'no' && windowWidth < 768) {\n return false\n }\n if (typeof mobile === 'number' && windowWidth < mobile) {\n return false\n }\n return true\n },\n type: type,\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading,\n gallery: {\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n image: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n ajax: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n iframe: {\n markup: '<div class=\"mfp-iframe-scaler\">' +\n '<div class=\"mfp-close\"></div>' +\n '<iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen allow=\"autoplay; fullscreen\"></iframe>' +\n '</div>'\n }\n })\n .magnificPopup('open')\n })\n // Frame\n $('.su-frame-align-center, .su-frame-align-none').each(function () {\n var frameWidth = $(this)\n .find('img')\n .width()\n $(this).css('width', frameWidth + 12)\n })\n // Tooltip\n $('.su-tooltip').each(function () {\n var $tt = $(this)\n var $content = $tt.find('.su-tooltip-content')\n var isAdvanced = $content.length > 0\n var data = $tt.data()\n var config = {\n style: {\n classes: data.classes\n },\n position: {\n my: data.my,\n at: data.at,\n viewport: $(window)\n },\n content: {\n title: '',\n text: ''\n }\n }\n if (data.title !== '') config.content.title = data.title\n if (isAdvanced) config.content.text = $content\n else config.content.text = $tt.attr('title')\n if (data.close === 'yes') config.content.button = true\n if (data.behavior === 'click') {\n config.show = 'click'\n config.hide = 'click'\n $tt.on('click', function (e) {\n e.preventDefault()\n e.stopPropagation()\n })\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'always') {\n config.show = true\n config.hide = false\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'hover' && isAdvanced) {\n config.hide = {\n fixed: true,\n delay: 600\n }\n }\n $tt.qtip(config)\n })\n\n // Expand\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click',\n '.su-expand-link',\n function () {\n var $this = $(this)\n var $container = $this.parents('.su-expand')\n var $content = $container.children('.su-expand-content')\n\n if ($container.hasClass('su-expand-collapsed')) {\n $content.css('max-height', 'none')\n } else {\n $content.css('max-height', $container.data('height') + 'px')\n }\n\n $container.toggleClass('su-expand-collapsed')\n }\n )\n\n function isTransitionSupported () {\n var thisBody = document.body || document.documentElement\n var thisStyle = thisBody.style\n var support =\n thisStyle.transition !== undefined ||\n thisStyle.WebkitTransition !== undefined ||\n thisStyle.MozTransition !== undefined ||\n thisStyle.MsTransition !== undefined ||\n thisStyle.OTransition !== undefined\n\n return support\n }\n\n // Animations is supported\n if (isTransitionSupported()) {\n // Animate\n $('.su-animate').each(function () {\n $(this).one('inview', function (e) {\n var $this = $(this)\n var data = $this.data()\n window.setTimeout(function () {\n $this.addClass(data.animation)\n $this.addClass('animated')\n $this.css('visibility', 'visible')\n }, data.delay * 1000)\n })\n })\n } else {\n // Animations isn't supported\n $('.su-animate').css('visibility', 'visible')\n }\n\n function anchorNav () {\n // Check hash\n if (document.location.hash === '') return\n // Go through tabs\n $('.su-tabs-nav span[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $tabs = $(this).parents('.su-tabs')\n // Activate tab\n $(this).trigger('click')\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($tabs)\n }, 100)\n }\n })\n // Go through spoilers\n $('.su-spoiler[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $spoiler = $(this)\n // Activate tab\n if ($spoiler.hasClass('su-spoiler-closed')) {\n $spoiler.find('.su-spoiler-title:first').trigger('click')\n }\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($spoiler)\n }, 100)\n }\n })\n }\n\n if ('onhashchange' in window) $(window).on('hashchange', anchorNav)\n\n $('body').addClass('su-other-shortcodes-loaded')\n })\n}\n","export default function SUPlayersShortcodes () {\n jQuery(document).ready(function ($) {\n // Audio player\n $('.su-audio').each(function () {\n // Prepare data\n var $this = $(this)\n var id = $this.data('id')\n var selector = '#' + id\n var $player = $(selector)\n var audio = $this.data('audio')\n var swf = $this.data('swf')\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp3: audio\n })\n // Autoplay\n if ($this.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($this.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelectorAncestor: selector + '_container',\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp3'\n })\n })\n // Video player\n $('.su-video').each(function () {\n // Prepare data\n var $video = $(this)\n var id = $video.attr('id')\n var $player = $('#' + id + '_player')\n var file = $video.data('video')\n var swf = $video.data('swf')\n var poster = $video.data('poster')\n var size = {\n width: $player.width(),\n height: $player.height()\n }\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp4: file,\n flv: file,\n poster: poster\n })\n // Autoplay\n if ($video.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($video.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelector: {\n gui: '.jp-gui, .jp-title'\n },\n size: size,\n cssSelectorAncestor: '#' + id,\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp4, flv'\n })\n })\n })\n}\n"]}
|
includes/shortcodes/image-carousel.php
CHANGED
@@ -182,6 +182,12 @@ su_add_shortcode(
|
|
182 |
'name' => __( 'Outline on focus', 'shortcodes-ultimate' ),
|
183 |
'desc' => __( 'This option enables outline when carousel gets focus. The outline improves keyboard navigation.', 'shortcodes-ultimate' ),
|
184 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
'class' => array(
|
186 |
'type' => 'extra_css_class',
|
187 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
182 |
'name' => __( 'Outline on focus', 'shortcodes-ultimate' ),
|
183 |
'desc' => __( 'This option enables outline when carousel gets focus. The outline improves keyboard navigation.', 'shortcodes-ultimate' ),
|
184 |
),
|
185 |
+
'random' => array(
|
186 |
+
'type' => 'bool',
|
187 |
+
'default' => 'no',
|
188 |
+
'name' => __( 'Random order', 'shortcodes-ultimate' ),
|
189 |
+
'desc' => __( 'This option enables random order for selected images', 'shortcodes-ultimate' ),
|
190 |
+
),
|
191 |
'class' => array(
|
192 |
'type' => 'extra_css_class',
|
193 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
includes/shortcodes/posts.php
CHANGED
@@ -187,7 +187,7 @@ su_add_shortcode(
|
|
187 |
'default' => 'no',
|
188 |
'name' => __( 'Ignore sticky', 'shortcodes-ultimate' ),
|
189 |
'desc' => __(
|
190 |
-
'
|
191 |
'shortcodes-ultimate'
|
192 |
),
|
193 |
),
|
187 |
'default' => 'no',
|
188 |
'name' => __( 'Ignore sticky', 'shortcodes-ultimate' ),
|
189 |
'desc' => __(
|
190 |
+
'Set to yes to prevent sticky posts from being moved to the start of the returned list of posts. They are still included, but appear in regular order.',
|
191 |
'shortcodes-ultimate'
|
192 |
),
|
193 |
),
|
includes/shortcodes/spoiler.php
CHANGED
@@ -8,18 +8,18 @@ su_add_shortcode(
|
|
8 |
'type' => 'wrap',
|
9 |
'group' => 'box',
|
10 |
'atts' => array(
|
11 |
-
'title'
|
12 |
'default' => __( 'Spoiler title', 'shortcodes-ultimate' ),
|
13 |
'name' => __( 'Title', 'shortcodes-ultimate' ),
|
14 |
'desc' => __( 'Text in spoiler title', 'shortcodes-ultimate' ),
|
15 |
),
|
16 |
-
'open'
|
17 |
'type' => 'bool',
|
18 |
'default' => 'no',
|
19 |
'name' => __( 'Open', 'shortcodes-ultimate' ),
|
20 |
'desc' => __( 'Is spoiler content visible by default', 'shortcodes-ultimate' ),
|
21 |
),
|
22 |
-
'style'
|
23 |
'type' => 'select',
|
24 |
'values' => array(
|
25 |
'default' => __( 'Default', 'shortcodes-ultimate' ),
|
@@ -30,7 +30,7 @@ su_add_shortcode(
|
|
30 |
'name' => __( 'Style', 'shortcodes-ultimate' ),
|
31 |
'desc' => __( 'Choose style for this spoiler', 'shortcodes-ultimate' ) . '%su_skins_link%',
|
32 |
),
|
33 |
-
'icon'
|
34 |
'type' => 'select',
|
35 |
'values' => array(
|
36 |
'plus' => __( 'Plus', 'shortcodes-ultimate' ),
|
@@ -51,12 +51,18 @@ su_add_shortcode(
|
|
51 |
'name' => __( 'Icon', 'shortcodes-ultimate' ),
|
52 |
'desc' => __( 'Icons for spoiler', 'shortcodes-ultimate' ),
|
53 |
),
|
54 |
-
'anchor'
|
55 |
'default' => '',
|
56 |
'name' => __( 'Anchor', 'shortcodes-ultimate' ),
|
57 |
'desc' => __( 'You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This spoiler will be open and scrolled in', 'shortcodes-ultimate' ),
|
58 |
),
|
59 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
'type' => 'extra_css_class',
|
61 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
62 |
'desc' => __( 'Additional CSS class name(s) separated by space(s)', 'shortcodes-ultimate' ),
|
@@ -80,6 +86,7 @@ function su_shortcode_spoiler( $atts = null, $content = null ) {
|
|
80 |
'style' => 'default',
|
81 |
'icon' => 'plus',
|
82 |
'anchor' => '',
|
|
|
83 |
'scroll_offset' => 0,
|
84 |
'class' => '',
|
85 |
),
|
@@ -96,5 +103,5 @@ function su_shortcode_spoiler( $atts = null, $content = null ) {
|
|
96 |
su_query_asset( 'js', 'jquery' );
|
97 |
su_query_asset( 'js', 'su-shortcodes' );
|
98 |
do_action( 'su/shortcode/spoiler', $atts );
|
99 |
-
return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_get_css_class( $atts ) . '"' . $atts['anchor'] . ' data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '"><div class="su-spoiler-title" tabindex="0" role="button"><span class="su-spoiler-icon"></span>' . su_do_attribute( $atts['title'] ) . '</div><div class="su-spoiler-content su-u-clearfix su-u-trim">' . su_do_nested_shortcodes( $content, 'spoiler' ) . '</div></div>';
|
100 |
}
|
8 |
'type' => 'wrap',
|
9 |
'group' => 'box',
|
10 |
'atts' => array(
|
11 |
+
'title' => array(
|
12 |
'default' => __( 'Spoiler title', 'shortcodes-ultimate' ),
|
13 |
'name' => __( 'Title', 'shortcodes-ultimate' ),
|
14 |
'desc' => __( 'Text in spoiler title', 'shortcodes-ultimate' ),
|
15 |
),
|
16 |
+
'open' => array(
|
17 |
'type' => 'bool',
|
18 |
'default' => 'no',
|
19 |
'name' => __( 'Open', 'shortcodes-ultimate' ),
|
20 |
'desc' => __( 'Is spoiler content visible by default', 'shortcodes-ultimate' ),
|
21 |
),
|
22 |
+
'style' => array(
|
23 |
'type' => 'select',
|
24 |
'values' => array(
|
25 |
'default' => __( 'Default', 'shortcodes-ultimate' ),
|
30 |
'name' => __( 'Style', 'shortcodes-ultimate' ),
|
31 |
'desc' => __( 'Choose style for this spoiler', 'shortcodes-ultimate' ) . '%su_skins_link%',
|
32 |
),
|
33 |
+
'icon' => array(
|
34 |
'type' => 'select',
|
35 |
'values' => array(
|
36 |
'plus' => __( 'Plus', 'shortcodes-ultimate' ),
|
51 |
'name' => __( 'Icon', 'shortcodes-ultimate' ),
|
52 |
'desc' => __( 'Icons for spoiler', 'shortcodes-ultimate' ),
|
53 |
),
|
54 |
+
'anchor' => array(
|
55 |
'default' => '',
|
56 |
'name' => __( 'Anchor', 'shortcodes-ultimate' ),
|
57 |
'desc' => __( 'You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This spoiler will be open and scrolled in', 'shortcodes-ultimate' ),
|
58 |
),
|
59 |
+
'anchor_in_url' => array(
|
60 |
+
'type' => 'bool',
|
61 |
+
'default' => 'no',
|
62 |
+
'name' => __( 'Anchor in URL', 'shortcodes-ultimate' ),
|
63 |
+
'desc' => __( 'This option specifies whether an anchor will be added to page URL after clicking the spoiler', 'shortcodes-ultimate' ),
|
64 |
+
),
|
65 |
+
'class' => array(
|
66 |
'type' => 'extra_css_class',
|
67 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
68 |
'desc' => __( 'Additional CSS class name(s) separated by space(s)', 'shortcodes-ultimate' ),
|
86 |
'style' => 'default',
|
87 |
'icon' => 'plus',
|
88 |
'anchor' => '',
|
89 |
+
'anchor_in_url' => 'no',
|
90 |
'scroll_offset' => 0,
|
91 |
'class' => '',
|
92 |
),
|
103 |
su_query_asset( 'js', 'jquery' );
|
104 |
su_query_asset( 'js', 'su-shortcodes' );
|
105 |
do_action( 'su/shortcode/spoiler', $atts );
|
106 |
+
return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_get_css_class( $atts ) . '"' . $atts['anchor'] . ' data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '" data-anchor-in-url="' . sanitize_key( $atts['anchor_in_url'] ) . '"><div class="su-spoiler-title" tabindex="0" role="button"><span class="su-spoiler-icon"></span>' . su_do_attribute( $atts['title'] ) . '</div><div class="su-spoiler-content su-u-clearfix su-u-trim">' . su_do_nested_shortcodes( $content, 'spoiler' ) . '</div></div>';
|
107 |
}
|
includes/shortcodes/tabs.php
CHANGED
@@ -12,7 +12,7 @@ su_add_shortcode(
|
|
12 |
'icon' => 'list-alt',
|
13 |
'image' => su_get_plugin_url() . 'admin/images/shortcodes/tabs.svg',
|
14 |
'atts' => array(
|
15 |
-
'style'
|
16 |
'type' => 'select',
|
17 |
'values' => array(
|
18 |
'default' => __( 'Default', 'shortcodes-ultimate' ),
|
@@ -21,7 +21,7 @@ su_add_shortcode(
|
|
21 |
'name' => __( 'Style', 'shortcodes-ultimate' ),
|
22 |
'desc' => __( 'Choose style for this tabs', 'shortcodes-ultimate' ) . '%su_skins_link%',
|
23 |
),
|
24 |
-
'active'
|
25 |
'type' => 'number',
|
26 |
'min' => 1,
|
27 |
'max' => 100,
|
@@ -30,13 +30,13 @@ su_add_shortcode(
|
|
30 |
'name' => __( 'Active tab', 'shortcodes-ultimate' ),
|
31 |
'desc' => __( 'Select which tab is open by default', 'shortcodes-ultimate' ),
|
32 |
),
|
33 |
-
'vertical'
|
34 |
'type' => 'bool',
|
35 |
'default' => 'no',
|
36 |
'name' => __( 'Vertical', 'shortcodes-ultimate' ),
|
37 |
'desc' => __( 'Align tabs vertically', 'shortcodes-ultimate' ),
|
38 |
),
|
39 |
-
'mobile'
|
40 |
'type' => 'select',
|
41 |
'values' => array(
|
42 |
'stack' => __( 'Stack – tab handles will stack vertically', 'shortcodes-ultimate' ),
|
@@ -47,7 +47,13 @@ su_add_shortcode(
|
|
47 |
'name' => __( 'Appearance on mobile devices', 'shortcodes-ultimate' ),
|
48 |
'desc' => __( 'This option controls how shortcode will look and function on mobile devices.', 'shortcodes-ultimate' ),
|
49 |
),
|
50 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
'type' => 'extra_css_class',
|
52 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
53 |
'desc' => __( 'Additional CSS class name(s) separated by space(s)', 'shortcodes-ultimate' ),
|
@@ -130,6 +136,7 @@ function su_shortcode_tabs( $atts = null, $content = null ) {
|
|
130 |
'style' => 'default', // 3.x
|
131 |
'mobile' => 'stack',
|
132 |
'scroll_offset' => 0,
|
|
|
133 |
'class' => '',
|
134 |
),
|
135 |
$atts,
|
@@ -167,7 +174,7 @@ function su_shortcode_tabs( $atts = null, $content = null ) {
|
|
167 |
|
168 |
$atts['mobile'] = sanitize_key( $atts['mobile'] );
|
169 |
|
170 |
-
$output = '<div class="su-tabs su-tabs-style-' . $atts['style'] . ' su-tabs-mobile-' . $atts['mobile'] . su_get_css_class( $atts ) . '" data-active="' . (string) $atts['active'] . '" data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
|
171 |
|
172 |
// Reset tabs
|
173 |
$shortcodes_ultimate_global_tabs = array();
|
12 |
'icon' => 'list-alt',
|
13 |
'image' => su_get_plugin_url() . 'admin/images/shortcodes/tabs.svg',
|
14 |
'atts' => array(
|
15 |
+
'style' => array(
|
16 |
'type' => 'select',
|
17 |
'values' => array(
|
18 |
'default' => __( 'Default', 'shortcodes-ultimate' ),
|
21 |
'name' => __( 'Style', 'shortcodes-ultimate' ),
|
22 |
'desc' => __( 'Choose style for this tabs', 'shortcodes-ultimate' ) . '%su_skins_link%',
|
23 |
),
|
24 |
+
'active' => array(
|
25 |
'type' => 'number',
|
26 |
'min' => 1,
|
27 |
'max' => 100,
|
30 |
'name' => __( 'Active tab', 'shortcodes-ultimate' ),
|
31 |
'desc' => __( 'Select which tab is open by default', 'shortcodes-ultimate' ),
|
32 |
),
|
33 |
+
'vertical' => array(
|
34 |
'type' => 'bool',
|
35 |
'default' => 'no',
|
36 |
'name' => __( 'Vertical', 'shortcodes-ultimate' ),
|
37 |
'desc' => __( 'Align tabs vertically', 'shortcodes-ultimate' ),
|
38 |
),
|
39 |
+
'mobile' => array(
|
40 |
'type' => 'select',
|
41 |
'values' => array(
|
42 |
'stack' => __( 'Stack – tab handles will stack vertically', 'shortcodes-ultimate' ),
|
47 |
'name' => __( 'Appearance on mobile devices', 'shortcodes-ultimate' ),
|
48 |
'desc' => __( 'This option controls how shortcode will look and function on mobile devices.', 'shortcodes-ultimate' ),
|
49 |
),
|
50 |
+
'anchor_in_url' => array(
|
51 |
+
'type' => 'bool',
|
52 |
+
'default' => 'no',
|
53 |
+
'name' => __( 'Anchor in URL', 'shortcodes-ultimate' ),
|
54 |
+
'desc' => __( 'This option specifies whether an anchor will be added to page URL after clicking a tab', 'shortcodes-ultimate' ),
|
55 |
+
),
|
56 |
+
'class' => array(
|
57 |
'type' => 'extra_css_class',
|
58 |
'name' => __( 'Extra CSS class', 'shortcodes-ultimate' ),
|
59 |
'desc' => __( 'Additional CSS class name(s) separated by space(s)', 'shortcodes-ultimate' ),
|
136 |
'style' => 'default', // 3.x
|
137 |
'mobile' => 'stack',
|
138 |
'scroll_offset' => 0,
|
139 |
+
'anchor_in_url' => 'no',
|
140 |
'class' => '',
|
141 |
),
|
142 |
$atts,
|
174 |
|
175 |
$atts['mobile'] = sanitize_key( $atts['mobile'] );
|
176 |
|
177 |
+
$output = '<div class="su-tabs su-tabs-style-' . $atts['style'] . ' su-tabs-mobile-' . $atts['mobile'] . su_get_css_class( $atts ) . '" data-active="' . (string) $atts['active'] . '" data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '" data-anchor-in-url="' . sanitize_key( $atts['anchor_in_url'] ) . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
|
178 |
|
179 |
// Reset tabs
|
180 |
$shortcodes_ultimate_global_tabs = array();
|
languages/shortcodes-ultimate.pot
CHANGED
@@ -174,7 +174,7 @@ msgstr ""
|
|
174 |
msgid "Available shortcodes"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: admin/class-shortcodes-ultimate-admin-shortcodes.php:88, admin/class-shortcodes-ultimate-admin-top-level.php:39, admin/class-shortcodes-ultimate-admin.php:267, includes/functions-galleries.php:
|
178 |
msgid "Shortcodes Ultimate"
|
179 |
msgstr ""
|
180 |
|
@@ -272,15 +272,15 @@ msgstr ""
|
|
272 |
msgid "Shortcodes Ultimate is not activated, because it requires WordPress version %1$s (or higher). You have version %2$s."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: includes/functions-galleries.php:
|
276 |
msgid "Original image size"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/functions-galleries.php:
|
280 |
msgid "Slide link"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/functions-galleries.php:
|
284 |
msgid "Use this field to add custom links to slides used with Slider, Carousel and Custom Gallery shortcodes"
|
285 |
msgstr ""
|
286 |
|
@@ -630,11 +630,11 @@ msgstr ""
|
|
630 |
msgid "Accordion"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: includes/shortcodes/accordion.php:14, includes/shortcodes/animate.php:44, includes/shortcodes/audio.php:37, includes/shortcodes/box.php:56, includes/shortcodes/button.php:144, includes/shortcodes/carousel.php:143, includes/shortcodes/column.php:40, includes/shortcodes/csv-table.php:52, includes/shortcodes/custom-gallery.php:82, includes/shortcodes/dailymotion.php:103, includes/shortcodes/display-posts.php:223, includes/shortcodes/divider.php:74, includes/shortcodes/document.php:50, includes/shortcodes/dropcap.php:33, includes/shortcodes/dummy-image.php:53, includes/shortcodes/dummy-text.php:46, includes/shortcodes/expand.php:88, includes/shortcodes/feed.php:39, includes/shortcodes/frame.php:25, includes/shortcodes/gmap.php:58, includes/shortcodes/guests.php:13, includes/shortcodes/heading.php:56, includes/shortcodes/highlight.php:26, includes/shortcodes/image-carousel.php:
|
634 |
msgid "Extra CSS class"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: includes/shortcodes/accordion.php:15, includes/shortcodes/animate.php:45, includes/shortcodes/audio.php:38, includes/shortcodes/box.php:57, includes/shortcodes/button.php:145, includes/shortcodes/carousel.php:144, includes/shortcodes/column.php:41, includes/shortcodes/csv-table.php:53, includes/shortcodes/custom-gallery.php:83, includes/shortcodes/dailymotion.php:104, includes/shortcodes/display-posts.php:224, includes/shortcodes/divider.php:75, includes/shortcodes/document.php:51, includes/shortcodes/dropcap.php:34, includes/shortcodes/dummy-image.php:54, includes/shortcodes/dummy-text.php:47, includes/shortcodes/expand.php:89, includes/shortcodes/feed.php:40, includes/shortcodes/gmap.php:59, includes/shortcodes/guests.php:14, includes/shortcodes/heading.php:57, includes/shortcodes/highlight.php:27, includes/shortcodes/image-carousel.php:
|
638 |
msgid "Additional CSS class name(s) separated by space(s)"
|
639 |
msgstr ""
|
640 |
|
@@ -642,7 +642,7 @@ msgstr ""
|
|
642 |
msgid "Accordion with spoilers"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: includes/shortcodes/accordion.php:24, includes/shortcodes/spoiler.php:
|
646 |
msgid "Did you know that you can wrap multiple spoilers with [accordion] shortcode to create accordion effect?"
|
647 |
msgstr ""
|
648 |
|
@@ -734,7 +734,7 @@ msgstr ""
|
|
734 |
msgid "Box title"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: includes/shortcodes/box.php:15, includes/shortcodes/dailymotion.php:97, includes/shortcodes/document.php:44, includes/shortcodes/gmap.php:52, includes/shortcodes/permalink.php:28, includes/shortcodes/qrcode.php:19, includes/shortcodes/service.php:15, includes/shortcodes/spoiler.php:13, includes/shortcodes/tabs.php:
|
738 |
msgid "Title"
|
739 |
msgstr ""
|
740 |
|
@@ -822,11 +822,11 @@ msgstr ""
|
|
822 |
msgid "Button link"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: includes/shortcodes/button.php:21, includes/shortcodes/carousel.php:50, includes/shortcodes/custom-gallery.php:44, includes/shortcodes/feed.php:30, includes/shortcodes/image-carousel.php:144, includes/shortcodes/permalink.php:19, includes/shortcodes/qrcode.php:60, includes/shortcodes/slider.php:50, includes/shortcodes/tabs.php:
|
826 |
msgid "Open in same tab"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: includes/shortcodes/button.php:22, includes/shortcodes/carousel.php:51, includes/shortcodes/custom-gallery.php:45, includes/shortcodes/feed.php:31, includes/shortcodes/image-carousel.php:145, includes/shortcodes/permalink.php:20, includes/shortcodes/qrcode.php:61, includes/shortcodes/slider.php:51, includes/shortcodes/tabs.php:
|
830 |
msgid "Open in new tab"
|
831 |
msgstr ""
|
832 |
|
@@ -1143,7 +1143,7 @@ msgstr ""
|
|
1143 |
msgid "Customizable image carousel"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: includes/shortcodes/carousel.php:238, includes/shortcodes/custom-gallery.php:162, includes/shortcodes/image-carousel.php:
|
1147 |
msgid "images not found"
|
1148 |
msgstr ""
|
1149 |
|
@@ -1661,7 +1661,7 @@ msgstr ""
|
|
1661 |
msgid "This option controls the size of thumbnail images. This option only affects image quality, not the actual thumbnail size."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: includes/shortcodes/display-posts.php:193, includes/shortcodes/tabs.php:
|
1665 |
msgid "Disabled"
|
1666 |
msgstr ""
|
1667 |
|
@@ -2069,7 +2069,7 @@ msgstr ""
|
|
2069 |
msgid "RSS feed"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: includes/shortcodes/feed.php:15, includes/shortcodes/tabs.php:
|
2073 |
msgid "URL"
|
2074 |
msgstr ""
|
2075 |
|
@@ -2413,6 +2413,14 @@ msgstr ""
|
|
2413 |
msgid "This option enables outline when carousel gets focus. The outline improves keyboard navigation."
|
2414 |
msgstr ""
|
2415 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2416 |
#: includes/shortcodes/label.php:7, includes/shortcodes/label.php:32
|
2417 |
msgid "Label"
|
2418 |
msgstr ""
|
@@ -2762,7 +2770,7 @@ msgstr ""
|
|
2762 |
msgid "Post or page ID"
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: includes/shortcodes/permalink.php:24, includes/shortcodes/qrcode.php:64, includes/shortcodes/tabs.php:
|
2766 |
msgid "Link target"
|
2767 |
msgstr ""
|
2768 |
|
@@ -2931,7 +2939,7 @@ msgid "Show only posts with selected status"
|
|
2931 |
msgstr ""
|
2932 |
|
2933 |
#: includes/shortcodes/posts.php:189
|
2934 |
-
msgid "
|
2935 |
msgstr ""
|
2936 |
|
2937 |
#: includes/shortcodes/private.php:7
|
@@ -3215,7 +3223,7 @@ msgstr ""
|
|
3215 |
msgid "Spoiler"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: includes/shortcodes/spoiler.php:12, includes/shortcodes/spoiler.php:
|
3219 |
msgid "Spoiler title"
|
3220 |
msgstr ""
|
3221 |
|
@@ -3295,7 +3303,7 @@ msgstr ""
|
|
3295 |
msgid "Icons for spoiler"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
-
#: includes/shortcodes/spoiler.php:56, includes/shortcodes/tabs.php:
|
3299 |
msgid "Anchor"
|
3300 |
msgstr ""
|
3301 |
|
@@ -3303,11 +3311,19 @@ msgstr ""
|
|
3303 |
msgid "You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
-
#: includes/shortcodes/spoiler.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3307 |
msgid "Hidden content"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
-
#: includes/shortcodes/spoiler.php:
|
3311 |
msgid "Spoiler with hidden content"
|
3312 |
msgstr ""
|
3313 |
|
@@ -3401,43 +3417,47 @@ msgstr ""
|
|
3401 |
msgid "This option controls how shortcode will look and function on mobile devices."
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: includes/shortcodes/tabs.php:
|
|
|
|
|
|
|
|
|
3405 |
msgid "Tab"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#: includes/shortcodes/tabs.php:
|
3409 |
msgid "Tab content"
|
3410 |
msgstr ""
|
3411 |
|
3412 |
-
#: includes/shortcodes/tabs.php:
|
3413 |
msgid "Single tab"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: includes/shortcodes/tabs.php:
|
3417 |
msgid "Did you know that you need to wrap single tabs with [tabs] shortcode?"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
-
#: includes/shortcodes/tabs.php:
|
3421 |
msgid "Tab name"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
-
#: includes/shortcodes/tabs.php:
|
3425 |
msgid "Tab title"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
-
#: includes/shortcodes/tabs.php:
|
3429 |
msgid "Is this tab disabled"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
-
#: includes/shortcodes/tabs.php:
|
3433 |
msgid "You can use unique anchor for this tab to access it with hash in page url. For example: use <b%value>Hello</b> and then navigate to url like http://example.com/page-url#Hello. This tab will be activated and scrolled in"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: includes/shortcodes/tabs.php:
|
3437 |
msgid "Link tab to any webpage. Use full URL to turn the tab title into link"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
-
#: includes/shortcodes/tabs.php:
|
3441 |
msgid "Choose how to open the custom tab link"
|
3442 |
msgstr ""
|
3443 |
|
174 |
msgid "Available shortcodes"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: admin/class-shortcodes-ultimate-admin-shortcodes.php:88, admin/class-shortcodes-ultimate-admin-top-level.php:39, admin/class-shortcodes-ultimate-admin.php:267, includes/functions-galleries.php:294, inc/core/widget.php:14, inc/core/widget.php:40, admin/partials/help/sidebar.php:3
|
178 |
msgid "Shortcodes Ultimate"
|
179 |
msgstr ""
|
180 |
|
272 |
msgid "Shortcodes Ultimate is not activated, because it requires WordPress version %1$s (or higher). You have version %2$s."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/functions-galleries.php:255
|
276 |
msgid "Original image size"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/functions-galleries.php:289
|
280 |
msgid "Slide link"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: includes/functions-galleries.php:295
|
284 |
msgid "Use this field to add custom links to slides used with Slider, Carousel and Custom Gallery shortcodes"
|
285 |
msgstr ""
|
286 |
|
630 |
msgid "Accordion"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: includes/shortcodes/accordion.php:14, includes/shortcodes/animate.php:44, includes/shortcodes/audio.php:37, includes/shortcodes/box.php:56, includes/shortcodes/button.php:144, includes/shortcodes/carousel.php:143, includes/shortcodes/column.php:40, includes/shortcodes/csv-table.php:52, includes/shortcodes/custom-gallery.php:82, includes/shortcodes/dailymotion.php:103, includes/shortcodes/display-posts.php:223, includes/shortcodes/divider.php:74, includes/shortcodes/document.php:50, includes/shortcodes/dropcap.php:33, includes/shortcodes/dummy-image.php:53, includes/shortcodes/dummy-text.php:46, includes/shortcodes/expand.php:88, includes/shortcodes/feed.php:39, includes/shortcodes/frame.php:25, includes/shortcodes/gmap.php:58, includes/shortcodes/guests.php:13, includes/shortcodes/heading.php:56, includes/shortcodes/highlight.php:26, includes/shortcodes/image-carousel.php:193, includes/shortcodes/label.php:27, includes/shortcodes/lightbox-content.php:109, includes/shortcodes/lightbox.php:38, includes/shortcodes/list.php:35, includes/shortcodes/members.php:35, includes/shortcodes/menu.php:18, includes/shortcodes/note.php:37, includes/shortcodes/permalink.php:38, includes/shortcodes/private.php:13, includes/shortcodes/pullquote.php:22, includes/shortcodes/qrcode.php:81, includes/shortcodes/quote.php:34, includes/shortcodes/row.php:15, includes/shortcodes/service.php:41, includes/shortcodes/siblings.php:19, includes/shortcodes/slider.php:124, includes/shortcodes/spacer.php:22, includes/shortcodes/spoiler.php:67, includes/shortcodes/subpages.php:25, includes/shortcodes/table.php:34, includes/shortcodes/tabs.php:58, includes/shortcodes/tabs.php:117, includes/shortcodes/tooltip.php:99, includes/shortcodes/video.php:67, includes/shortcodes/vimeo.php:71, includes/shortcodes/youtube-advanced.php:134, includes/shortcodes/youtube.php:60
|
634 |
msgid "Extra CSS class"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: includes/shortcodes/accordion.php:15, includes/shortcodes/animate.php:45, includes/shortcodes/audio.php:38, includes/shortcodes/box.php:57, includes/shortcodes/button.php:145, includes/shortcodes/carousel.php:144, includes/shortcodes/column.php:41, includes/shortcodes/csv-table.php:53, includes/shortcodes/custom-gallery.php:83, includes/shortcodes/dailymotion.php:104, includes/shortcodes/display-posts.php:224, includes/shortcodes/divider.php:75, includes/shortcodes/document.php:51, includes/shortcodes/dropcap.php:34, includes/shortcodes/dummy-image.php:54, includes/shortcodes/dummy-text.php:47, includes/shortcodes/expand.php:89, includes/shortcodes/feed.php:40, includes/shortcodes/gmap.php:59, includes/shortcodes/guests.php:14, includes/shortcodes/heading.php:57, includes/shortcodes/highlight.php:27, includes/shortcodes/image-carousel.php:194, includes/shortcodes/label.php:28, includes/shortcodes/lightbox-content.php:110, includes/shortcodes/lightbox.php:39, includes/shortcodes/list.php:36, includes/shortcodes/members.php:36, includes/shortcodes/menu.php:19, includes/shortcodes/note.php:38, includes/shortcodes/permalink.php:39, includes/shortcodes/private.php:14, includes/shortcodes/pullquote.php:23, includes/shortcodes/qrcode.php:82, includes/shortcodes/quote.php:35, includes/shortcodes/row.php:16, includes/shortcodes/service.php:42, includes/shortcodes/siblings.php:20, includes/shortcodes/slider.php:125, includes/shortcodes/spacer.php:23, includes/shortcodes/spoiler.php:68, includes/shortcodes/subpages.php:26, includes/shortcodes/table.php:35, includes/shortcodes/tabs.php:59, includes/shortcodes/tabs.php:118, includes/shortcodes/tooltip.php:100, includes/shortcodes/video.php:68, includes/shortcodes/vimeo.php:72, includes/shortcodes/youtube-advanced.php:135, includes/shortcodes/youtube.php:61
|
638 |
msgid "Additional CSS class name(s) separated by space(s)"
|
639 |
msgstr ""
|
640 |
|
642 |
msgid "Accordion with spoilers"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: includes/shortcodes/accordion.php:24, includes/shortcodes/spoiler.php:74
|
646 |
msgid "Did you know that you can wrap multiple spoilers with [accordion] shortcode to create accordion effect?"
|
647 |
msgstr ""
|
648 |
|
734 |
msgid "Box title"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: includes/shortcodes/box.php:15, includes/shortcodes/dailymotion.php:97, includes/shortcodes/document.php:44, includes/shortcodes/gmap.php:52, includes/shortcodes/permalink.php:28, includes/shortcodes/qrcode.php:19, includes/shortcodes/service.php:15, includes/shortcodes/spoiler.php:13, includes/shortcodes/tabs.php:86, includes/shortcodes/video.php:26, includes/shortcodes/vimeo.php:60, includes/shortcodes/youtube-advanced.php:128, includes/shortcodes/youtube.php:54
|
738 |
msgid "Title"
|
739 |
msgstr ""
|
740 |
|
822 |
msgid "Button link"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: includes/shortcodes/button.php:21, includes/shortcodes/carousel.php:50, includes/shortcodes/custom-gallery.php:44, includes/shortcodes/feed.php:30, includes/shortcodes/image-carousel.php:144, includes/shortcodes/permalink.php:19, includes/shortcodes/qrcode.php:60, includes/shortcodes/slider.php:50, includes/shortcodes/tabs.php:108
|
826 |
msgid "Open in same tab"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: includes/shortcodes/button.php:22, includes/shortcodes/carousel.php:51, includes/shortcodes/custom-gallery.php:45, includes/shortcodes/feed.php:31, includes/shortcodes/image-carousel.php:145, includes/shortcodes/permalink.php:20, includes/shortcodes/qrcode.php:61, includes/shortcodes/slider.php:51, includes/shortcodes/tabs.php:109
|
830 |
msgid "Open in new tab"
|
831 |
msgstr ""
|
832 |
|
1143 |
msgid "Customizable image carousel"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: includes/shortcodes/carousel.php:238, includes/shortcodes/custom-gallery.php:162, includes/shortcodes/image-carousel.php:236, includes/shortcodes/slider.php:216
|
1147 |
msgid "images not found"
|
1148 |
msgstr ""
|
1149 |
|
1661 |
msgid "This option controls the size of thumbnail images. This option only affects image quality, not the actual thumbnail size."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: includes/shortcodes/display-posts.php:193, includes/shortcodes/tabs.php:92
|
1665 |
msgid "Disabled"
|
1666 |
msgstr ""
|
1667 |
|
2069 |
msgid "RSS feed"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: includes/shortcodes/feed.php:15, includes/shortcodes/tabs.php:102, includes/shortcodes/user.php:25
|
2073 |
msgid "URL"
|
2074 |
msgstr ""
|
2075 |
|
2413 |
msgid "This option enables outline when carousel gets focus. The outline improves keyboard navigation."
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: includes/shortcodes/image-carousel.php:188
|
2417 |
+
msgid "Random order"
|
2418 |
+
msgstr ""
|
2419 |
+
|
2420 |
+
#: includes/shortcodes/image-carousel.php:189
|
2421 |
+
msgid "This option enables random order for selected images"
|
2422 |
+
msgstr ""
|
2423 |
+
|
2424 |
#: includes/shortcodes/label.php:7, includes/shortcodes/label.php:32
|
2425 |
msgid "Label"
|
2426 |
msgstr ""
|
2770 |
msgid "Post or page ID"
|
2771 |
msgstr ""
|
2772 |
|
2773 |
+
#: includes/shortcodes/permalink.php:24, includes/shortcodes/qrcode.php:64, includes/shortcodes/tabs.php:112
|
2774 |
msgid "Link target"
|
2775 |
msgstr ""
|
2776 |
|
2939 |
msgstr ""
|
2940 |
|
2941 |
#: includes/shortcodes/posts.php:189
|
2942 |
+
msgid "Set to yes to prevent sticky posts from being moved to the start of the returned list of posts. They are still included, but appear in regular order."
|
2943 |
msgstr ""
|
2944 |
|
2945 |
#: includes/shortcodes/private.php:7
|
3223 |
msgid "Spoiler"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: includes/shortcodes/spoiler.php:12, includes/shortcodes/spoiler.php:84
|
3227 |
msgid "Spoiler title"
|
3228 |
msgstr ""
|
3229 |
|
3303 |
msgid "Icons for spoiler"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: includes/shortcodes/spoiler.php:56, includes/shortcodes/tabs.php:97
|
3307 |
msgid "Anchor"
|
3308 |
msgstr ""
|
3309 |
|
3311 |
msgid "You can use unique anchor for this spoiler to access it with hash in page url. For example: type here <b%value>Hello</b> and then use url like http://example.com/page-url#Hello. This spoiler will be open and scrolled in"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: includes/shortcodes/spoiler.php:62, includes/shortcodes/tabs.php:53
|
3315 |
+
msgid "Anchor in URL"
|
3316 |
+
msgstr ""
|
3317 |
+
|
3318 |
+
#: includes/shortcodes/spoiler.php:63
|
3319 |
+
msgid "This option specifies whether an anchor will be added to page URL after clicking the spoiler"
|
3320 |
+
msgstr ""
|
3321 |
+
|
3322 |
+
#: includes/shortcodes/spoiler.php:72
|
3323 |
msgid "Hidden content"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: includes/shortcodes/spoiler.php:73
|
3327 |
msgid "Spoiler with hidden content"
|
3328 |
msgstr ""
|
3329 |
|
3417 |
msgid "This option controls how shortcode will look and function on mobile devices."
|
3418 |
msgstr ""
|
3419 |
|
3420 |
+
#: includes/shortcodes/tabs.php:54
|
3421 |
+
msgid "This option specifies whether an anchor will be added to page URL after clicking a tab"
|
3422 |
+
msgstr ""
|
3423 |
+
|
3424 |
+
#: includes/shortcodes/tabs.php:74
|
3425 |
msgid "Tab"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
+
#: includes/shortcodes/tabs.php:78
|
3429 |
msgid "Tab content"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
+
#: includes/shortcodes/tabs.php:79
|
3433 |
msgid "Single tab"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
+
#: includes/shortcodes/tabs.php:80
|
3437 |
msgid "Did you know that you need to wrap single tabs with [tabs] shortcode?"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
+
#: includes/shortcodes/tabs.php:85
|
3441 |
msgid "Tab name"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: includes/shortcodes/tabs.php:87, includes/shortcodes/tabs.php:197
|
3445 |
msgid "Tab title"
|
3446 |
msgstr ""
|
3447 |
|
3448 |
+
#: includes/shortcodes/tabs.php:93
|
3449 |
msgid "Is this tab disabled"
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: includes/shortcodes/tabs.php:98
|
3453 |
msgid "You can use unique anchor for this tab to access it with hash in page url. For example: use <b%value>Hello</b> and then navigate to url like http://example.com/page-url#Hello. This tab will be activated and scrolled in"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
+
#: includes/shortcodes/tabs.php:103
|
3457 |
msgid "Link tab to any webpage. Use full URL to turn the tab title into link"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
+
#: includes/shortcodes/tabs.php:113
|
3461 |
msgid "Choose how to open the custom tab link"
|
3462 |
msgstr ""
|
3463 |
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ License: GPLv3
|
|
4 |
Donate link: https://paypal.me/anovladimir
|
5 |
Tags: shortcode, toggle, columns, button, slider
|
6 |
Requires at least: 4.6
|
7 |
-
Tested up to: 5.
|
8 |
Requires PHP: 5.3
|
9 |
-
Stable tag: 5.9.
|
10 |
|
11 |
A comprehensive collection of visual components for your site
|
12 |
|
@@ -146,19 +146,17 @@ First, visit the [Help Center](https://getshortcodes.com/support/). If you get s
|
|
146 |
## Changelog
|
147 |
|
148 |
|
149 |
-
### 5.9.
|
150 |
|
151 |
**What's new**
|
152 |
|
153 |
-
- `[
|
154 |
-
-
|
155 |
|
156 |
**Fixes**
|
157 |
|
158 |
-
- Fixed issue in
|
159 |
-
- Fixed error `Posts: invalid template name` on some installations
|
160 |
-
- This update also fixes the plugin options issue present in 5.9.1
|
161 |
|
162 |
|
163 |
---
|
164 |
-
[
|
4 |
Donate link: https://paypal.me/anovladimir
|
5 |
Tags: shortcode, toggle, columns, button, slider
|
6 |
Requires at least: 4.6
|
7 |
+
Tested up to: 5.6
|
8 |
Requires PHP: 5.3
|
9 |
+
Stable tag: 5.9.3
|
10 |
|
11 |
A comprehensive collection of visual components for your site
|
12 |
|
146 |
## Changelog
|
147 |
|
148 |
|
149 |
+
### 5.9.3
|
150 |
|
151 |
**What's new**
|
152 |
|
153 |
+
- New option `anchor_in_url` for `[su_tabs]` and `[su_spoiler]`. This option specifies whether an anchor will be added to page URL after clicking a tab or a spoiler.
|
154 |
+
- New option `random` for `[su_image_carousel]` which allows to shuffle carousel images
|
155 |
|
156 |
**Fixes**
|
157 |
|
158 |
+
- Fixed issue in `[su_image_carousel]` where images were hidden on some themes
|
|
|
|
|
159 |
|
160 |
|
161 |
---
|
162 |
+
[Version history →](https://plugins.trac.wordpress.org/browser/shortcodes-ultimate/trunk/changelog.txt)
|
shortcodes-ultimate.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Shortcodes Ultimate
|
4 |
* Plugin URI: https://getshortcodes.com/
|
5 |
-
* Version: 5.9.
|
6 |
* Author: Vladimir Anokhin
|
7 |
* Author URI: https://vanokhin.com/
|
8 |
* Description: A comprehensive collection of visual components for WordPress
|
@@ -14,7 +14,7 @@
|
|
14 |
* Define plugin constants.
|
15 |
*/
|
16 |
define( 'SU_PLUGIN_FILE', __FILE__ );
|
17 |
-
define( 'SU_PLUGIN_VERSION', '5.9.
|
18 |
|
19 |
/**
|
20 |
* Load dependencies.
|
2 |
/**
|
3 |
* Plugin Name: Shortcodes Ultimate
|
4 |
* Plugin URI: https://getshortcodes.com/
|
5 |
+
* Version: 5.9.3
|
6 |
* Author: Vladimir Anokhin
|
7 |
* Author URI: https://vanokhin.com/
|
8 |
* Description: A comprehensive collection of visual components for WordPress
|
14 |
* Define plugin constants.
|
15 |
*/
|
16 |
define( 'SU_PLUGIN_FILE', __FILE__ );
|
17 |
+
define( 'SU_PLUGIN_VERSION', '5.9.3' );
|
18 |
|
19 |
/**
|
20 |
* Load dependencies.
|